﻿@charset "utf-8";
/*Css Document*/
/*通用设置*/
.header,.banner,.small_news,.news,.ywgk,.jdal,.jcdj_xzzx,.footer,.foot_top_wrap,.foot_bottom_wrap{
	width: 100%;
}
.sub_wrapper,.sub_snswrap,.sub_newswrap,.sub_ywgkwrap,.sub_jdalwrap,.sub_jxwrap,.foot_top,.foot_bottom,.content_wrap{
	width: 1200px;
	margin: 0 auto;
}
.news,.jdal{
	background: #f5f5f5;
}

/*通用标题*/
.same_title,
.same_title h2,
.same_title p {
	width: 100%;
	text-align: center;
	margin: 0;
}

.same_title {
	margin-bottom: 30px;
}

.same_title h2 {
	height: 40px;
    line-height: 40px;
    font-size: 26px;
    color: #005BAC;
}

.same_title p {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #999;
	font-family: arial;
}

/*返回顶部*/
.go_top{
	width: 70px;
	height: 70px;
	position: fixed;
	right: 0;
	bottom: 25%;
	/*display: none;*/
}
.go_top img{
	display: block;
	width: 100%;
	height: 100%;
}







































