.top{
	width: 100%;
	line-height: 30px;
	background: #225e9d;
}
.top h3{
	color: #FFFFFF;
	font-size: 13px;
}
.top a{
	color: #FFFFFF;
	font-size: 13px;
}
.top a img{
	margin-top: -2px;
}
.logo_son{
	width: 100%;
	background: #fff;
	padding: 12px 0;
}
.logo_son span{
	color: #fa990f;
	font-size: 28px;
	margin-left: 0px;
	vertical-align: middle;
}
.nav{
	width: 100%;
	background: #225e9d;
}
.nav dl dd{
	float: left;
	position: relative;
}
.nav dl dd>a{
	display: block;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 45px;
	width: 132px;
	text-align: center;
}
.nav dl dd.on >a{
	background: #02276c;
}
.nav dl dd ul{
	width: 100%;
	background: #FFFFFF;
	border-bottom: 2px solid #02276c;
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 1;
	
	background: #FFFFFF;
}
.nav dl dd ul li a{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 35px;
}
.nav dl dd ul li a:hover{
	color: #02276c;
}
.nav dl dd ul li:hover{
	color: #02276c;
}
.slideBox{ width:100%; height:499px; overflow:hidden; position:relative; z-index: 0;  }
.slideBox .hd{ height:19px; overflow:hidden; width: 100%; text-align: center; position:absolute; right:0; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; }
.slideBox .hd ul li{ text-indent: -999em;display: inline-block; margin:0 10px;  width:50px; height:7px; background:#225e9d; cursor:pointer; }
.slideBox .hd ul li.on{ background:#fa990f; }
.slideBox .bd{ position:absolute; height:100%; z-index:0; width: 1920px; }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
	

.notice{width: 100%; line-height: 40px; height: 40px; background: #dcdedd;}
.txtScroll-top{ overflow:hidden; position:relative; height: 100%;  }
.txtScroll-top .bd{ margin-left: 20px; }
.txtScroll-top .infoList li{ height:100%; line-height:40px;   }
.txtScroll-top .infoList li a{color: #3c3c3c; font-size: 13px;}
.txtScroll-top .infoList li:hover a{color: #225e9d;}

.news_son .news_left{
	width: 830px;
}
.news_son .news_left .title{
	border-bottom: 1px solid #dcdedd;
	line-height: 30px;
}
.news_son .news_left .title h3{
	color: #3c3c3c;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #2c5093;
}
.news_son .news_left .title a{
	color: #b4b4b4;
	font-size: 12px;
}
.news_son .news_left .img{
	width: 484px;
	height: 267px;
	border: 3px solid #dcdedd;
	padding: 5px;
	margin-top: 20px;
}
.news_son .news_left .img img{
	width: 100%;
	height: 100%;
}
.text_li{
	width: 290px;
	margin: 30px 0 0 20px;
}
.text_li li span{
	color: #02276c;
	font-size: 20px;
	font-weight: bold;
}
.text_li li h4{
	color: #3c3c3c;
	font-size: 14px;
	line-height: 24px;
	height: 30px;
	width: 210px;
	margin-left: 10px;
}
.text_li li .date{
	color: #49494a;
	font-size: 12px;
}
.video{
	width: 350px;
	height: 284px;
	margin-top: 40px;
}
.news_two{
	width: 100%;
	background: #f6f6f6 url(../image/bg.png) no-repeat left 48px;
	padding: 20px 0;
	margin-top: 20px;
}
.trends_son{
	width: 272px;
}
.trends_son h3 span{
	color: #3c3c3c;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #2c5093;
	padding-bottom: 3px;
}
.trends_son h3 a{
	color: #b4b4b4;
	font-size: 12px;
}
.case_son h3{
	width: 85px;
	padding-bottom: 3px;
	color: #3c3c3c;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #2c5093;
}
.picScroll-left{ width:100%;  overflow:hidden; position:relative;  }
.picScroll-left .hd .prev,
.picScroll-left .hd .next{ display:block;  width:18px; height:65px; cursor: pointer; background: url(../image/left.png) no-repeat; position: absolute; left: 0; top: 86px;}
.picScroll-left .hd .next{ background: url(../image/right.png) no-repeat; left: auto; right: 0;  }
.picScroll-left .bd{ width: 94%; margin: 20px auto;  }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{ text-align:center; width: 274px; height: 194px; position: relative; }
.picScroll-left .bd ul li .pic img{ width:100%; height:100%; display:block;}
.picScroll-left .bd ul li .pic .cover{
	width: 100%; 
	height: 100%; 
	background: rgba(0,0,0,.4); 
	position: absolute; 
	left: 0; 
	top: -194px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	display: -webkit-box; 
     display: -ms-flexbox; 
 display: -webkit-flex; 
 display: flex; 
 -webkit-box-pack: center;
 -ms-flex-pack: center; 
 -webkit-justify-content: center;
 justify-content: center; 
 -webkit-box-align: center;
 -ms-flex-align: center; 
 -webkit-align-items: center; 
 align-items: center;
	}
.picScroll-left .bd ul li .pic:hover .cover{top: 0;}
.picScroll-left .bd ul li .pic .cover h4{
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
}
.picScroll-left .bd ul li .pic .cover p{
	color: #FFFFFF;
	font-size: 14px;
	width: 110px;
	line-height: 18px;
	margin: 10px auto;
}
.links{
	border: 1px solid #dbdbdb;
	margin-top: 20px;
}
.links h3{
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	width: 143px;
	height: 48px;
	background: url(../image/li_bg.png) no-repeat center center;
	line-height: 48px;
}
.links ul li{
	float: left;
	width: 165px;
	margin: 10px 0px 0 10px;
}
.links ul li .selct{
	width: 165px;
	border: 1px solid #225e9d;
	color: #555555;
	padding-left: 10px;
	height: 33px;
	background: #FFFFFF url(../image/s_bg.png) no-repeat   139px center;
	font-size: 12px;
}
.footer{
	width: 100%;
	background: #a8a8a8;
	padding: 20px 0;
	text-align: center;
	margin-top: 40px;
}
.footer p a{
	color: #FFFFFF;
	font-size: 17px;
	margin: 0 20px;
}
.footer p a:hover{
	color: #225e9d;
}
.footer h3{
	color: #FFFFFF;
	font-size: 17px;
}


/*category*/
.container{background: #F7F5F6}
.loc{width: 100%;height: 46px;background-color: #fff;}
.loc .aa{height: 46px;}
.loc .aa li{float: left;text-align: center;line-height: 46px;font-size: 16px;/*margin: 0px auto;*/}
.loc .aa li a{padding: 0px 15px;display: inline-block;height: 46px;line-height: 46px;}	
.loc .aa li.curr a{background: #f7f6f6;color: #005f97;border-bottom: 2px solid #005f97;}		
.main{padding: 30px 0px;padding-bottom: 1px;}
.main .news_list{width: 100%;}
.main .news_list li{width: 100%;height: 50px;line-height: 50px;text-align: left;padding-left: 10px;border-bottom: 1px dashed #ccc;padding-right: 10px;}
.main .news_list li em{float: right;}

.container .wrap .list1>ul>li{float:left;width:590px;margin-bottom: 20px;}
.container .wrap .list1>ul>li dt{float: left;width:200px;}
.container .wrap .list1>ul>li dd{float:left;width:390px;height:168px;background: #fff;position: relative;}
.container .wrap .list1>ul>li dd h3{font-size: 16px;padding:5px 0px;}
.container .wrap .list1>ul>li dd .mk{position: absolute;width:370px;left:8px;height:148px;background:#f7f6f6;top:9px;z-index: 10;padding:10px; }

.container .wrap .list1>ul>li dd .mk li{float: left;margin-right: 20px;}
.container .wrap .list1>ul>li dd .mk li img{padding-right:5px;}
.container .wrap .list1>ul>li dd .mk  p{font-size: 14px;line-height: 25px}
.container .wrap .list1>ul>li dd .mk  em{display: inline-block;width:5px;height:30px;position:absolute;left:0px;top:10px;background: #005f97}


/* 图文列表 */
.pic_news_01 { margin:0 15px 20px; clear:both; }
.pic_news_01 .picnews { /*height:150px;*/ clear:both; float:left;}
.pic_news_01 .picnews .pic { float:left; /*width:160px; height:120px;line-height:120px;*/ padding:15px; border:none; background:url(../images/picBg.jpg) no-repeat;  }
.pic_news_01 .picnews .pic span { display:block; padding:5px; }
.pic_news_01 .picnews .txt { float:left; /*width:496px;*/ padding:5px 10px; line-height:22px; }
.pic_news_01 .picnews .info { text-indent:2em; }
.pic_news_01 .picnews .txt h4 { font-size:14px; line-height:30px; }
.pic_news_01 .picnews .txt .more { padding:0 20px; line-height:20px; text-align:right; }
.pic_news_01 .picnews .txt .more a { color:#c00; }

/*分页*/
.page{width:100%;margin: 20px auto;text-align: center;font-size: 16px;}
.page a{display: inline-block;padding: 2px 10px;background: #fff;color:#999;border:1px solid #ccc; border-radius: 5px;margin: 5px;}
.page a:hover{background-color: #005F97;color: #fff;}
.page a.cur{background-color: #005F97;color: #fff;}
.wrap{padding: 30px 0 20px 0}

/*图片列表*/
.w { width:1200px;margin: 0px auto; }
.w .pic-item { position:relative; width:285px;   color:#6C6D61;float:left;margin-right: 20px;margin-bottom: 20px; }
.w .pic-item .list-pic { position:relative;width:285px; height:184px; line-height:184px; }
.w .pic-item dl { text-align: center}
.w .pic-item dl a{display: inline-block; font-weight:bold; font-size:14px;height:50px;line-height: 50px;background: #fff;width:285px;}
.w .pic-item dl a:hover{text-decoration:underline;}

.container{padding-bottom: 20px;}


/*display*/
.mnb{width:1200px; margin:0px auto;background: #fff;margin-bottom: 20px;}

.slide_bottom{width:1200px;margin:0px auto;border:1px solid #e7e7e7;background: #faf9f9;}
.slide_bottom_left{float:left;width:340px;height:100px;margin-top:40px;margin-left: 30px;}
.slide_bottom_left p{font-size:14px;}
.slide_bottom_mid{position:relative;cursor:pointer;margin-left:250px;margin-top:30px;float:left;width:80px;height:80px;border-radius:60px;background:#ED4F4E;border:1px solid #f65b56;font-size:18px;color:white;}
.slide_bottom_mid img{padding:5px 10px 0px 20px;vertical-align:middle;}
.slide_bottom_mid .txt{padding:2px 10px 0px 20px;}
.slide_bottom_mid .znum{display:none;position: absolute;top:0px;left:0px;text-align: center;color: #0176c7;width:80px;height:80px;line-height: 80px;}


.foot1{padding-left:30px;width:1200px;margin:0px auto;border:1px solid #E7E7E7;border-radius:5px;background: #fff}
.foot1 a:first-child{margin-right: 30px;}
.foot1 a:last-child{border-right:0px;width:470px;}

.containct{width:1140px;padding:10px 30px;}

.container .container_hd{margin-bottom:20px;background:#f8f8f8;height:100px;font-size:20px;border-bottom:1px solid #dddddd;}
.container .container_hd ul{text-align:center;}
.container .container_hd li{display:inline-block;line-height:80px;margin-top:20px;}
.container .container_hd li a{color:black;padding:21px 31px 30px 31px;}
.container .container_hd li.current a,.container .container_hd li:hover a{background:white;padding:20px 30px 30px 30px;border:1px solid #dddddd;border-bottom:0px;border-radius:8px 8px 0px 0px ;}


.product .prohd{height:100px;width:1200px;text-align:center;border-bottom:1px solid #e7e7e7;margin:0px auto;}
.product .prohd h2{font-size:18px;padding:20px 0px;}
.product .prohd li{display:inline-block;padding:0px 5px 10px;font-size: 14px; display:inline-block;_zoom:1;*display:inline;}

.product .prohd li img{padding-right: 5px;vertical-align: middle;}

.ml5:hover a{color: #2C5093}
.ellipsis:hover a{color: #2C5093}
.ml5 a,.ellipsis a{color:#3C3C3C }
.more:hover{color: #2C5093}

.abcc .hd ul li.on{background-color: #225e9d}