/* CSS Document */
/* 改变选择后的颜色开始 */
::selection{  background:#1048A0;  color:#fff;}  
::-moz-selection {  background:#fff;  color:#000;  }  
/* 全局 */
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-justify:inter-ideograph;}
a{text-decoration:none;outline:0;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}
/* 基础 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0}
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-track{border-radius:0;background:rgba(0,0,0,0.1);}
::-webkit-scrollbar-thumb{background:rgba(0,0,0,0.2);}
::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,0.4);background-color:#1048a0;}
input,textarea{-webkit-user-select:text}
* { box-sizing: border-box; -webkit-text-size-adjust: none; outline: none; }
body { margin: 0px; padding: 0px; font-family: "微软雅黑", "Arial","Helvetica", "sans-serif"; line-height: normal; }
header, nav, main, img, form, p { margin: 0; padding: 0; border: 0; }
ul,ol{ margin: 0px; padding: 0px; list-style-type: none; }
a{
	text-decoration: none;
}
a:hover{ text-decoration: none;}
a:visited{text-decoration: none;}
.bg_1{ background-color:#1E3A9B;}
.bg_2{ background-color:#f0f0f0;}
.mian_1200{ width:1200px; margin:0px auto; padding:0px;}
.mian_1000{ width:1000px; margin:0px auto; padding:0px;}
.main_25{width:25%; float:left;padding:0px; margin:0px;}
.main_75{width:75%; float:right;padding:0px; margin:0px;}
.w150{ width:250px; margin:0px auto; height:100px;}
.w360{ width:360px; margin:0px auto; height:100px;}
.w300{ width:300px; margin:0px auto; height:100px;}
.w840{ width:840px; margin:0px auto; height:100px;}
.w50{ width:50%; margin:0px auto; height:450px;}
.pt40{ padding-top:40px;}
.pt100{ padding-top:100px;}
.pt80{ padding-top:80px;}
.mb40{ margin-bottom:40px;}
b{ font-weight:bold;color:#1E3A9B;}
.fl{ float:left;}
.fr{ float:right;}
.t_c{ text-align:center;}
.cl,.clear{display:block;float:none;clear:both;overflow:hidden;visibility:hidden;width:0;height:0;background:none;border:0;font-size:0;}
li{list-style-type: none;}
/*清除浮动*/
.clearfix{*zoom: 1;}
.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}


.color999{ color:#999;}

/*blue */
 .btn { line-height:44px; padding:0 30px; color:#fff; font-size:16px; font-weight:500; border-radius:0px; overflow:hidden;border:0;}
 .form-btn { width:100%; padding:0; }
 .btn.blue-btn:hover { color:#fff; -webkit-box-shadow: 0px 6px 12px 0px rgba(255,177,46,0.25); -moz-box-shadow: 0px 6px 12px 0px rgba(255,177,46,0.25); box-shadow: 0px 6px 12px 0px rgba(255,177,46,0.25); }
 .btn.blue-btn before:hover { background:#ffb12e; -webkit-box-shadow: 0px 6px 12px 0px rgba(255,177,46,0.25); -moz-box-shadow: 0px 6px 12px 0px rgba(12,71,138,0.25); box-shadow: 0px 6px 12px 0px rgba(12,71,138,0.25); }
 .btn.blue-btn { -webkit-box-shadow: 0px 6px 12px 0px rgba(168,39,38,0.25); -moz-box-shadow: 0px 6px 12px 0px rgba(12,71,138,0.25); box-shadow: 0px 6px 12px 0px rgba(12,71,138,0.25); background:#1E3A9B; }
 .btn.blue-btn:hover
{ -webkit-box-shadow: 0px 6px 12px 0px rgba(102,102,102,0.5); -moz-box-shadow: 0px 6px 12px 0px rgba(102,102,102,0.5); box-shadow: 0px 6px 12px 0px rgba(102,102,102,0.5); }
.btn.blue-btn:before,
.blue_btn input:hover,
.blue_btn input:focus { background:#DEB01A; }

/* Shutter Out Horizontal */
.hvr-shutter-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #1E3A9B;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1E3A9B;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out:hover, .hvr-shutter-out:focus, .hvr-shutter-out:active {
  color: white;
}
.hvr-shutter-out:hover:before, .hvr-shutter-out:focus:before, .hvr-shutter-out:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}








.ico{background: url(../img/icon.png) no-repeat; display: inline-block; vertical-align: middle;}














.nav { float: left; padding: 0px; height:100px; line-height:100px;width:840px;}
.nav ul{ width:100%; margin:0px auto;padding:0px;}
.nav ul  li { float:left;width:120px;margin:0px;padding:0px;}
.nav ul  li a { display: block; width: 120px; font-size: 18px; font-weight: normal; color: #333; text-align:center; margin:0px;padding:0px;float:left;}
.nav ul  li a.on,.nav ul  li a:hover { color:#0266C3;background:url(../img/nav_bg.png) 50% no-repeat; top:0px;width:100%;}





/* banner */


.flexslider{position:relative;height:500px;overflow:hidden;background:url(../img/loading.gif) 50% no-repeat; top:0px;width:100%;}
.slides{position:relative;z-index:1;}
.slides li{height:500px;}
.flex-control-nav{position:absolute;bottom:20px;z-index:1;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:50px;height:5px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:50px;height:5px;line-height:40px;overflow:hidden;background:url(../img/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:80px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px; background:url(../img/prev.png) center center no-repeat;}/* background:url(images/prev.png) center center no-repeat; */
.flex-direction-nav li a.flex-next{right:40px;background:url(../img/next.png) center center no-repeat;}/* background:url(images/next.png) center center no-repeat; */


/*首页产品开始*/
.ind_product{ width:1200px; margin:0px auto; padding:0px;}
.ind_product ul{width:1200px;padding:0px;}
.ind_product ul li{ width:285px; float:left; margin-right:20px;display:block; margin-bottom:20px;}
.ind_product ul li:nth-child(4n){ margin-right:0px;}
.ind_product ul li img{
border:1px solid #e1e1e1; width:285px;
}
.ind_product ul li a:hover img{ border:1px solid #1048A0;opacity:0.8; width:285px;}
.ind_product ul li  h3{ font-size:16px; color:#666666;padding:10px 0px 10px 20px;}
.ind_product ul li .conn{ font-size:14px;color:#999;padding:5px 20px;}
.ind_product ul li a:hover  h3{ font-size:16px; color:#1E3A9B;}

.ind_product ul li a:hover  .conn{ font-size:14px;color:#DEB01A;}
.ind_product ul li a:hover  h3 .am-icon-caret-right {background-image: url(../img/pro_ico_on.jpg);}
.ind_product ul li  h3 .am-icon-caret-right{
 width:20px; 
 height:20px;
background-image: url(../img/pro_ico.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	float:right;
 }
/*首页产品结束*/



/*产品中心开始*/
.proall{ width:100%; margin:0px auto; padding:0px;}
.proall li{ width:278px; float:left; margin-right:20px; margin-bottom:20px;}
.proall li:nth-child(3n+0){ margin-right:0px;}
.proall li img{
border:1px solid #e1e1e1; width:278px;
}
.proall li a:hover img{ border:1px dashed #1048A0;opacity:0.8; width:278px;}
.proall li  h3{ font-size:16px; color:#666666;padding:10px 0px 10px 20px;}
.proall li .conn{ font-size:14px;color:#999;padding:5px 20px;}
.proall li a:hover  h3{ font-size:16px; color:#1E3A9B;}

.proall li a:hover  .conn{ font-size:14px;color:#DEB01A;}
.proall li a:hover  h3 .am-icon-caret-right {background-image: url(../img/pro_ico_on.jpg);}
.proall li  h3 .am-icon-caret-right{
 width:20px; 
 height:20px;
background-image: url(../img/pro_ico.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	float:right;
 }
 .ms{position:absolute; top:0px;right:0px;}
/*产品中心结束*/
/*优势*/
.proAdvant{margin:0px 0px 60px 0px;}
.proAdvant .list{width:100%;}
.proAdvant .list li{float:left;margin:0px; width:300px;}
.proAdvant .list li a{display:block;}
.proAdvant .list li:first-child{margin-left:0px;}
.proAdvant .list li .img{width:140px;height:160px;margin:0 auto;transition:all .5s;margin-left:72px;}
.proAdvant .list li .title{margin-top:30px; width:300px;}
.proAdvant .list li .tit{font-size:24px;text-align:center;color:#1048a0;}
.proAdvant .list li .cont{margin-top:20px;font-size:14px;line-height:24px;text-align:left;color:#666;padding:0px 30px;}
.proAdvant .list li:hover .img{margin-top:-20px;transition:all .5s;}
.proAdvant .list li:hover .tit{font-weight:bold;}



/*优势结束*/
/*新闻动态*/
.ulWrap .list{width: 100%;height: 340px;}
.ulWrap .list li{display:block;float: left;width:582px;height:148px;border:1px solid #ddd;background:#f6f6f6;margin-bottom:20px; margin-right: 30px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.ulWrap .list li:nth-child(2n){margin-right:0;}
.ulWrap .list li a{display:block;height:150px;}
.ulWrap .list li .time{width:66px;margin-top:35px;margin-left:30px;}
.ulWrap .list li .time .day{font:normal 60px "arial";color:#999;line-height:50px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.ulWrap .list li .time .year{margin-top:8px;margin-left:6px;font:normal 16px "arial";color:#666;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.ulWrap .list li .title{display:block;width:420px;margin-top:30px;margin-left:14px;}
.ulWrap .list li .title .tit{font-size:20px;color:#333;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.ulWrap .list li .title .cont{margin-top:5px;font-size:14px;color:#666;line-height:20px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.ulWrap .list li:hover{background:#1048a0;border:1px solid #1048a0;}
.ulWrap .list li:hover .time .day{color:#c1d4f1;}
.ulWrap .list li:hover .time .year{color:#c1d4f1;}
.ulWrap .list li:hover .title .tit{color:#fff;}
.ulWrap .list li:hover .title .cont{color:#c1d4f1;}
.inews{position:relative;margin-top:0px;}
.inews .hd{position:absolute;width:100%;top:100%;}
.inews .hd .prev{width: 42px; height: 42px; background-position: 0px -60px; cursor: pointer; position: absolute; top: -200px; left: -80px;transition:all ease 600ms;}
.inews .hd .next{width: 42px; height: 42px; background-position: -126px -60px; cursor: pointer; position: absolute; top: -200px; right: -80px;transition:all ease 600ms;}
.inews .hd .prev:hover{background-position: -42px -60px;transition:all ease 600ms;}
.inews .hd .next:hover{background-position: -84px -60px;transition:all ease 600ms;}

.center_banner{

	width:100%;
	margin:0px auto;
	height:240px;
	background-image: url(../img/center_banner.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}

.app_bg{
	width:100%;
	margin:0px auto;
	height:550px;
	background-image: url(../img/app_banner.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}

.app_ico{
	background-image: url(../img/yyfw.png);
	height:550px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
.ly_ico_1{background:url(../img/yyfw.png) no-repeat 0px 0px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.ly_ico_2{background:url(../img/yyfw.png) no-repeat -90px 0px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.ly_ico_3{background:url(../img/yyfw.png) no-repeat -180px 0px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.ly_ico_4{background:url(../img/yyfw.png) no-repeat -270px 0px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.ly_ico_5{background:url(../img/yyfw.png) no-repeat -360px 0px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.ly_ico_6{background:url(../img/yyfw.png) no-repeat -450px 0px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.ly_ico_7{background:url(../img/yyfw.png) no-repeat -540px 0px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.ly_ico_8{background:url(../img/yyfw.png) no-repeat -630px 0px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.ly_ico_9{background:url(../img/yyfw.png) no-repeat -720px 0px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.ly_ico_10{background:url(../img/yyfw.png) no-repeat -810px 0px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}

.ywly li a:hover .ly_ico_1{background:url(../img/yyfw.png) no-repeat 0px -90px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.ywly li a:hover .ly_ico_2{background:url(../img/yyfw.png) no-repeat -90px -90px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.ywly li a:hover .ly_ico_3{background:url(../img/yyfw.png) no-repeat -180px -90px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.ywly li a:hover .ly_ico_4{background:url(../img/yyfw.png) no-repeat -270px -90px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.ywly li a:hover .ly_ico_5{background:url(../img/yyfw.png) no-repeat -360px -90px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.ywly li a:hover .ly_ico_6{background:url(../img/yyfw.png) no-repeat -450px -90px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.ywly li a:hover .ly_ico_7{background:url(../img/yyfw.png) no-repeat -540px -90px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.ywly li a:hover .ly_ico_8{background:url(../img/yyfw.png) no-repeat -630px -90px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.ywly li a:hover .ly_ico_9{background:url(../img/yyfw.png) no-repeat -720px -90px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}
.ywly li a:hover .ly_ico_10{background:url(../img/yyfw.png) no-repeat -810px -90px;-webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s;}

.ywly{ width:1200px; margin:0px auto;}
.ywly li{ width:240px; float:left; height:180px; text-align:center;}
.ywly li a:link .yuan{ width:90px; height:90px;border-radius: 50%; text-align:center; background-color:#fff;padding-top:30px;margin-left:55px; line-height:20px;}
.ywly li a:hover .yuan{ width:90px; height:90px;border-radius: 50%; text-align:center;  background-color:#1E3A9B;padding-top:30px; line-height:20px;}
.ywly li a .h3_0{width:120px;color:#C8DCFF; line-height:30px; text-align:center;font-size:16px;padding-top:15px;margin-left:40px;}
.ywly li a:hover .h3_0{width:120px;color:#DEB01A; line-height:30px; text-align:center;font-size:16px;}



.ind_about{ width:1200px; margin:0px auto; padding:0px; font-size:15px; line-height:180%;} 
.ind_about img{ float:right;padding:0px 0px 0px 20px;} 
.ind_about .about_left{font-size:14px; text-align:left; line-height:180%; width:660px; padding-right:30px; float:left;}
.ind_about .about_right{padding-right:0px; float:right;}



.foot{ width:100%; height:200px; margin:10px 0px 0px 0px; padding:0px; background-color:#142665; line-height:200px;}
.foot_logo{ float:left;padding-top:50px; width:340px; margin:0px;}
.foot_main{ float:left;padding-top:60px; width:720px; margin:0px; color:#C8DCFF; line-height:180%; font-size:14px;}
.foot_weixin{ width:130px; height:120px; float:right;padding-top:50px;}


#headbanner{
    padding-top: 0px;
    overflow: hidden;
	position: relative;
}
#headbanner img{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}


/*fenye page?*/

#kkpager{
	clear:both;
	color:#999;
	padding:5px 0px 5px 0px;
	font-size:14px;
	width:80%;
	margin:0px auto;
	padding-top:20px;
}
#kkpager a{
	float: left;
	border: 1px solid #ccc;
	display: inline;
	padding: 3px 10px 3px 10px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	background: #fff;
	text-decoration:none;
	color:#666;
}

#kkpager span.disabled{
	float: left;
	display: inline;
	padding: 3px 10px 3px 10px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:1px solid #999;
	background-color:#FFF;
	color:#ccc;
}
#kkpager span.curr{
	float: left;
	border: 1px solid #DEB01A;
	display: inline;
	padding: 3px 10px 3px 10px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #DEB01A;
	color: #fff;
}
#kkpager a:hover{
	border:1px solid #DEB01A; 
	background-color:#DEB01A; 
	color:#fff;
}
#kkpager span.normalsize{
}
#kkpager_gopage_wrap{
	position:relative;
	left:0px;
	top:0px;
}
#kkpager_btn_go {
	width:44px;
	height:18px;
	border:0px;
	overflow:hidden;
	line-height:140%;
	padding:0px;
	margin:0px;
	text-align:center;
	cursor:pointer;
	background-color:#DEB01A;
	color:#fff;
	position:absolute;
	left:0px;
	top:2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display:none;
	font-size:12px;
}
#kkpager_btn_go_input{
	width:36px;
	height:18px;
	color:#DEB01A;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
	border:1px solid #DEB01A;
	position:relative;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	left:0px;
	top:0px;
	outline:none;
	font-size:14px;
}

#kkpager_btn_go_input.focus{
	border-color:#CC0000;
}

#kkpager .pageBtnWrap{
	float:left;
}
#kkpager .infoTextAndGoPageBtnWrap{
	float:right;
}
#kkpager .spanDot{
	float:left;
	margin-right:5px;
}

#kkpager .currPageNum{
	color:#FD7F4D;
}

#kkpager .infoTextAndGoPageBtnWrap{
	padding-top:5px;
}








/*资讯详细页面内容*/

.n_info_con {padding:0px 15px 0 10px; overflow:hidden;}

.n_info_con h1 {  border-bottom: 1px dashed #CCCCCC; color: #333; font-family: "微软雅黑";   font-size: 22px; line-height: 40px; padding-bottom:10px;  margin-bottom: 10px; text-align: center;}

.n_info_con2 { width:668px;}

.n_info_con h3 { text-align:center; color:#000; font-family:"微软雅黑"; margin-bottom:10px; font-size:24px;border-bottom: 1px dashed #CCCCCC; } /*资讯详细页面，内容标题*/

.info_con_tit {font-family:"微软雅黑";  line-height:24px; margin-bottom:15px;}

.info_con_tit span { margin-right:20px;}

.info_con_tit .n_tit {  text-align:center; color:#BCBBBB;}

.info_con_tit .n_tit a{ color:#BCBBBB;}

.info_con_tit .n_tit2 { height:24px;}

.n_info_con .tit2_span { float:right; margin:0; _margin-top:5px;}

.n_info_con p { line-height:25px; padding:0 10px;word-spacing: 10px; margin:25px 0;}

.n_info_con p a { color:#B61212;}

.n_info_con .apage { text-align:center; margin-bottom:10px;} /*资讯详细页面，翻页区块*/

.info_input { text-align:center; color:#000; margin-bottom:15px;}  /*详细页面，评论，推荐，打印，订阅，按钮样式块*/

.info_input input { } /*详细页面，评论，推荐，打印，订阅，按钮,可修改文字色彩*/

.info_key {height:40px; line-height:30px; padding:0 10px; margin:10px 0; width:100%; overflow:hidden;}

.info_key span { font-size:14px; font-weight:bold;}

.info_key a { margin-right:10px;}

.ad2 { margin-bottom:10px;}

.n_info_con2 .t04 { color:#fff;}/*可修改文字色彩(关于网络推广)*/

.n_info_con2 .t04 a { color:#B61212;}/*可修改文字色彩(关于网络推广)*/

.n_info_con2 .t04 a:hover { color:#B61212;}

#cntrBody{font-size:16px; line-height:180%;color:#999999;}

.n_tit a.cur{ color:#000; font-weight:bold;}
.gduo{ height:40px; line-height:40px; background:#fff; overflow:hidden; margin:15px 0px; padding:0px;border-bottom:5px solid #1048A0;box-shadow: 0 5px 10px rgba(205,205,205,1);border-top:1px solid #1048A0; border-left:1px solid #1048A0; border-right:1px solid #1048A0; font-size:14px;}

.gduo span{ float:right; width:320px; overflow:hidden; height:30px; display:block;}

.gduo a{ font-weight:lighter; font-size:14px;}

.ks5{ border:1px solid #ccc; width:450px; height:80px; margin-top:10px;}


.brief{ margin-bottom:15px;padding:4px;background:url(../img/brief.gif) repeat left top;}
.briefbg{ color:#1048A0;border:1px solid #ccc; background:#fff; padding:12px;}

.briefbg a{color:#000; text-decoration:underline; font-size:14px;}



.briefbg h6 {
    color: #1048A0;
    font-weight: normal;
    text-align: center;
    font-size:12px;
}

.briefbg a.cur{ color:#1048A0;}

.briefbg h3{
	color:#1048A0;
	text-align:center;
	font-size:26px;
	border-bottom:0px;
	font-weight: bold;
}

/* -- 新闻详细页新闻列表 -- */



.main_25{ float:left; width:25%; margin:0px; padding:0px;}
.main_70{ float:right; width:73%; margin:0px; padding:0px;}
/* -- proclass -- */

#pro_class{
padding-top:0px;
padding-bottom:20px;

}
#pro_class .pronav{
	float: left;
	width: 100%;
}
#pro_class .pronav .navtitle{
	width: 100%;
	height: 150px;
	background: url("../img/pronav.jpg") no-repeat;
	font-size: 30px;
	font-family: 'DIN-BOLD';
	color: #C8DCFF;
}
#pro_class .pronav .navtitle p{
	padding: 40px 0 0 20px;
}
#pro_class .pronav .navtitle p SPAN{ display:block; font-size:12px;color:#FFFFFF; line-height:25px;}
#pro_class .prolist{
	float: right;
	width: 100%;
}
#pro_class .prolist ul li{
	width: 480px;
	float: left;
	margin-left: 40px;
	margin-bottom: 40px;
	background: #ffffff;
}
#pro_class .prolist ul li .prolistl{
	float: left;
	width: 155px;
}
#pro_class .prolist ul li .prolistl h1{
	font-size: 14px;
	color: #3e4144;
	line-height: 22px;
	padding: 60px 0 30px 0px;
}
#pro_class .prolist ul li:hover .prolistl h1{
	color: #023b8f;
}
#pro_class .prolist ul li .prolistl h5{
	width: 100px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #3e4144;
	color: #ffffff;
	border-radius: 50px;
	margin: 30px;
}
#pro_class .prolist ul li:hover .prolistl h5{
	background: #023b8f;
}
#pro_class .prolist ul li .prolistr{
	float: right;
	width: 240px;
	font-size: 0;
	overflow: hidden;
}
#pro_class .prolist ul li .prolistr img{
	width: 100%;
	-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease;
}
#pro_class .prolist ul li:hover .prolistr img{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);-ms-transform:scale(1.05);}

.listnav{ width:100%; margin:0px; padding:0px;}
.listnav li{line-height:40px;height:40px;padding-left:20px;color:#333;background:#f0f0f0 url(../img/jt.png) 280px 15px no-repeat; font-size:14px;}
.listnav li:hover,.listnav .hover{background:#ffffff url(../img/jt_1.png) 280px 15px no-repeat;}



.canshu_t{ width:100%; margin-top:10px; background-color:#FFFFFF; border-bottom:5px solid #142665; border-top:1px solid #142665; border-left:1px solid #142665; border-right:1px solid #142665; height:40px;box-shadow: 0 5px 10px rgba(205,205,205,1);}
.canshu_t li{
	float:left;
	width:299px;
	height:39px;
	line-height:39px;
	border-bottom:5px solid #142665;
	font-size:18px;
	text-align:left;
	padding-left:20px;
	color:#142665;
	font-weight: bold;
}
.canshu_t li:nth-child(4n){border-right:0px solid #cccccc;padding-left:20px;}
.foot_link{ color:#C8DCFF;}