.wrap-header{
	width: 100%;
	height: 80px;
	background: #00709b;
}
.header{
	width: 1200px;
	margin: 0 auto;
	line-height: 80px;
	color: #fff;
}
.header .logo img{
	height: 70px;
	vertical-align: middle;
}
.header .logo p{
	display: inline-block;
}
.header a{
	color: #fff;
}
.header .btn-lxwm{
	border-right: 3px solid #fff;
    padding-right: 6px;
}

.nav{
	width: 100%;
	height: 48px;
	background: #f7f8f8;
}
#menu-topnav{
	width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}
#menu-topnav>li{
	float: left;
}
#menu-topnav>li>a{
	display: block;
	width: 130px;
	height: 46px;
	line-height: 46px;
	color: #555;
	font-size: 17px;
	text-align: center;
	/*border-top: 2px solid #f7f8f8;*/
}
#menu-topnav>li>a:hover{
	background: #fff;
	color: #eb0f0f;
	text-align: center;
	border-top: 2px solid #eb0f0f;
}
.menu-topnav-container ul ul{
	display: none;
	background: #fff;
}
.menu-topnav-container ul ul a{
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	text-align: center;
}
.menu-topnav-container ul ul a:hover{
	background: #f77b00;
	color: #fff;
}


/*首页*/
/*轮播图*/
.banner{
	width: 100%;
	/*子绝父相*/
	position: relative;
	/*超出部分全部隐藏，解决横向滚动条*/
	overflow: visible;
}
.banner ul{
	position: absolute;
}
.banner ul li{
	/*这个100%是相对于父盒子的（会把父盒子的宽度继承过来,如父盒子300%,这这里的100%就会相当于300%）*/
	width: 100%;
	height: 400px;
	float: left;
	background:  no-repeat center center;
}
.banner ol{
	/*width: 60px;*/
	height: 20px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left:50%;
	/*margin-left: -40px;*/
	bottom: 30px;
	padding: 0 10px;
	border-radius: 10px;
}
.banner ol li{
	width: 10px;
	height: 10px;
	float: left;
	margin: 5px 5px;
	background: rgba(255,255,255,0.5);
	border-radius: 50%;
	cursor: pointer;
}
.banner ol .current{
	background: rgba(255,255,255,1);
}
.banner i{
	width: 58px;
	height: 120px;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	cursor: pointer;
	border-radius: 5px;
	display: none;
}
.banner .left{
	left: 60px;
	background: url('images/left_right.png') no-repeat 0 0px;
}
.banner .right{
	right: 60px;
	background: url('images/left_right.png') no-repeat 0px -120px;
}
.banner .left:hover , .banner .right:hover{
	background-color: rgba(0, 0, 0, 0.31);
}
/*轮播图结束*/

.index-1{
	width: 100%;
	height: 20px;
	background: #00709b;
}
.index-gsjj .index-title,.index-zysb .index-title,.index-cpzs .index-title,.index-ywfw .index-title{
	color: #eb0f0f;
	text-align: center;
	padding: 30px 0;
	font-weight: bolder;
	font-size: 20px;
}
.i-l,.i-r{
	padding: 0 25px;
}
.post-gsjj{
	width: 1200px;
	height: auto;
	margin: 0 auto 30px;
}
.post-gsjj figure{
	float: left;
	padding: 0 30px;
}
.post-gsjj img{
	width: 400px;
	height: 300px;
}

.post-zysb{
	text-align: center;
	margin: 10px 0 50px 0;
}
.post-zysb li{
	display: inline-block;
	padding: 15px;
}
.post-zysb img{
	width: 300px;
	height: 200px;
}


.index-cpzs{
	width: 90%;
	margin: 0 auto;
}
.post-cpzs {
    position: relative;
    overflow: hidden;
    margin: 0 0 50px 0;
}
.post-cpzs ul figure {
    /* background-color: #eee; */
    margin-right: 13px;
    text-align: center;
    float: left;
    width: 300px;
    -webkit-transition: box-shadow .2s ease-out;
    transition: box-shadow .2s ease-out;
    color: #000;
}
.post-cpzs .next, .post-cpzs .prev {
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    width: 28px;
    height: 62px;
    line-height: 62px;
    color: #f77b00;
    text-align: center;
    font-size: 22px;
    font-weight: bolder;
    background: rgba(0, 0, 0, .2);
    font-family: simsun;
    transition: all ease-in .4s;
}
.post-cpzs .next {
    left: 0px;
}
.post-cpzs .prev {
    right: 0px;
}
.post-cpzs:hover .next {
    opacity: 1;
}
.post-cpzs:hover .prev {
    opacity: 1;
}

.bd img{
	width: 300px;
    height: 200px;
	margin-top: 20px;
}
.tempWrap{
	margin: auto;
}



.index-ywfw{
	width: 1200px;
	margin: 0 auto;
}
.post-ywfw p{
	float: left;
	width: 300px;
}
.post-ywfw figure{
	display: inline-block;
	width: 356px;
	height: 400px;
	padding: 40px;
}
.post-ywfw figure img{
	width: 100%;
	height: 100%;
}


.wrap-footer{
	width: 100%;
	background: #3e3d3d;
}
.footernav{
	width: 100%;
	height: 48px;
}
#menu-footernav{
	width: 980px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}
#menu-footernav>li{
	float: left;
}
#menu-footernav>li>a{
	display: block;
	width: 130px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-size: 17px;
	text-align: center;
}
/*#menu-footernav>li>a:hover{
	background: #fff;
	color: #eb0f0f;
	text-align: center;
	border-top: 2px solid #eb0f0f;
}*/
.menu-footernav-container ul ul{
	display: none;
	background: #fff;
}
.menu-footernav-container ul ul a{
	display: block;
	width: 130px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	text-align: center;
}
/*.menu-footernav-container ul ul a:hover{
	background: #f77b00;
	color: #fff;
}*/

.footer-content{
	width: 980px;
	height: 180px;
	margin: 0 auto;
}
.footer-left ul li{
	list-style: disc;
	color: #fff;
}
.footer-left,.footer-right{
	display: inline-block;
}
.footer-right img{
	width: 130px;
	height: 130px;
	padding: 10px;
}


.page-img{
	position: relative;
	height: 333px;
	width: 100%;
	background: url('images/banner3.png') no-repeat center;
	margin: 0 auto;
}
.content{
	width: 100%;
	height: auto;
	overflow: hidden;
	zoom:1;
	display: table;
	background: #f6f5fa;
}
.sub_con{
	width: 980px;
	height: auto;
	zoom:1;
	margin: 12px auto;
}
.sub_con_l{
	width: 204px;
	height: auto;
	background: #fefefe;
	float: left;
	position: relative;
	border: 1px solid #eee;
	padding-bottom: 20px;
	margin-left: -10px;
}
.list_title{
	width: 240px;
	height: 57px;
	color: #3a3a3a;
	line-height: 36px;
	font-size: 16px;
	padding-top: 15px;
	position: relative;
	z-index: 999;
}
.list_title_bg{
	position: absolute;
	width: 213px;
	height: 47px;
	background: url('images/sub_left_t_bg.png') no-repeat;
	left: -6px;
	z-index: 999;
	text-align: center;
}
.sub_con_r{
	width: 780px;
	height: auto;
	min-height: 500px;
	overflow: hidden;
	zoom:1;
	float: right;
	padding-bottom: 20px;
}
.sub_con_r_top{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #eee;
	background: #fff;
}
.sub_right_title{
	display: block;
	font-size: 14px;
	color: #999;
	margin-left: 30px;
}
.site_map{
	font-size: 14px;
	margin-right: 40px;
	color: #696969;
}
.ah-breadcrumb li{
	display: inline-block;
	padding: 0 3px;
}
.childer_title li{
	display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #eee;
    background: #fff;
    text-align: center;
    font-size: 16px;
}
.weixin{
	width: 100px;
	margin: 60px auto;
}
.weixin img{
	width: 100%;
	height: 100%;
	background: #000;

}
.weixin p{
	text-align: center;
	font-size: 14px;
}

.sub_con_r_art .img1,.sub_con_r_art .img2{
	width: 300px;
	margin: 30px;
}
.sub_con_r_art .img3{
	width: 660px;
	margin: 0 30px;
}
.sub_con_r_art video{
	margin: 30px;
}
.sub_con_r_art-jyln p{
	margin: 30px;
}
.sub_con_r_art-gylc img{
	width: 780px;
}
.sub_con_r_art_lxwm p{
	font-size: 30px;
	margin: 30px;
}
.sub_con_r_art_lxwm ul li{
	list-style: disc;
	margin-left: 100px;
	margin-top: 10px;
}











/*分页*/
.fenye{
    height: 25px;
    line-height: 25px;
    _background: #F9F9F9;
    padding: 2px 5px;
    margin: 50px 4px 20px;
    _border: solid 1px #ccc;
    text-align: center;
}
.fenye a{
    padding:4px 6px 4px 6px;
    margin:0 2px 0 2px;
    border:1px solid #aaa;
    text-decoration:none;
    color:#333;
    font-size: 13px;
}
.fenye a.current{    
    background:#eb0f0f;    
    color:#fff;
}
.fenye a:hover{
    background:#eb0f0f;
    color:#fff;
}
.fenye span{
	font-size: 13px;
}
.zb-all{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid rgb(229,228,226);
}
.zb-all a{
	margin-left: 20px;
	font-size: 14px;
}
.zb-all p{
	font-size: 14px;
}
.sub_con_r_art_cpzs{
	text-align: center;
}
.sub_con_r_art_cpzs img{
	width: 220px;
}
.sub_con_r_art_cpjs figure{
	display: inline-block;
	width: 250px;
	height: 180px;
}
.sub_con_r_art_cpjs figure img{
	width: 100%;
	height: 100%;
}


.single{
	background: #fff;
	border:1px solid #eee;
	padding: 30px 30px 40px 30px;
}
.single h2{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.single-title{
	width: 100%;
	height: 60px;
	color: #666;
}
.single-list{
	width: 100%;
	height: 39px;
	border-top: 1px dotted #e2e2e2;
	border-bottom: 1px dotted #e2e2e2;
	line-height: 39px;
	text-align: center;
	font-size: 14px;
}
.single-content{
	width: 100%;
	min-height: 245px;
	overflow: hidden;
	zoom:1;
	border-bottom: 1px dotted #e2e2e2;
	padding: 10px 0 15px 0;
	line-height: 2em;
	font-size: 14px;
	text-indent: 2em;
}
.single-bottom{
	font-size: 14px;
	padding: 20px 40px 20px 40px;
}
.single p{
	line-height: 30px;
}