*{-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{ width:100%; 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;}
.w400{ width:400px; 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;}
.pt20{ padding-top:20px;}
.pt40{ padding-top:40px;}
.pt60{ padding-top:60px;}
.pt100{ padding-top:100px;}
.pt80{ padding-top:80px;}
.mb40{ margin-bottom:40px;}
.mt20{ margin-top:20px;}
.mt100{ margin-top:100px;}
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;}
.lh_40{ line-height:40px;}
.top_bg{ background-color:#005ca7;height:40px;}
.font_fff{color:#FFFFFF;}
.fudong{
position:fixed;
    top:0px;
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop));
	margin:0px auto;
	z-index:10;
	background:rgba(0,0,0,0.7);
}



/*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);
}


.color999{ color:#666666; line-height:180%;}


#mask_shadow {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
}
#popup {
  display: none;
  opacity: 0; 
  position: absolute;
  z-index: 5;
  top: 150px;
  width: 600px;
  height: 190px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}
#popup .title {
  position: relative;
  width: 100%;
  height: 55px;
  background-color: #0F2C50;
  cursor: move;
}
#popup .title p {
  padding-left: 14px;
  line-height: 55px;
  color: #fff;
  font-size: 21px;
}
#popup .title span {
border-radius:5px;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 25px;
  height: 25px;
  color: #fff;
  opacity: 0.5;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  border: 1px solid #fff;
}
#popup .title span:hover {
  opacity: 1;
}
#popup .cont { width: 100%; height: 180px; background-color: #fff;}
#btn1 {
  margin: 30px;
}


.menu_right{ width:120px; margin:0px; padding-top:35px;height:40px;}
.menu_right li{width:50px; height:40px; float:left; text-align:left;}


#btn1 {
  margin:0px;
}
.lh_100{height:100px; line-height:100px;}

.weixin{
position:relative;
}
.weixin::after{
content: url(../img/2wm.jpg);
position: absolute;
right: -50px;
top: 40px;
z-index: 2;
width:120px;
height: 120px;
transform-origin: top right;
transform: scale(0);
opacity: 0;
-webkit-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.weixin:hover::after{
transform:scale(1);
opacity: 1;
}



.nav { float: left; padding: 0px; height:100px; line-height:100px;width:630px;}
.nav ul{ width:100%; margin:0px auto;padding:0px;}
.nav ul  li { float:left;width:90px;margin:0px;padding:0px;}
.nav ul  li a { display: block; width: 90px; font-size: 16px; font-weight: normal; color: #C0DCF3; text-align:center; margin:0px;padding:0px;float:left;}
.nav ul  li a.on,.nav ul  li a:hover { color:#fff;background:url(../img/nav_bg.png) 50% no-repeat; top:0px;width:100%;}



/*search*/
.search{
    padding: 9px;
    border: 1px solid rgba(220,220,220,.5);
    background-color: rgba(220,220,220,.6);
    border-radius: 8px;
    position: absolute;
    top: 100px;
    margin:0px 20px;
}
.search .form-group{
    margin: 0;
}
.search .form-group .input-search .form-control{
    float: left;
    width: 385px;
    height: 60px;
    padding: 0 20px;
    border-radius: 8px 0 0 8px;
    border: 0;
    outline: 0;
}
.search .form-group .input-search .input-search-btn{
    float: right;
    width: 110px;
    height: 60px;
    font-size: 20px;
    color: #ffffff;
    background: #0F2C50;
    border-radius: 0 10px 10px 0;
    border: 0;
    outline: 0;
    position: unset;
}
.search .form-group .input-search .input-search-btn:hover{
    background: #ff9900;
}



/* banner */


.flexslider{position:relative;height:600px;background:url(img/loading.gif) 50% no-repeat; top:0px;width:100%;}
.slides{position:relative;z-index:1;}
.slides li{height:600px;}
.flex-control-nav{position:absolute;bottom:100px;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:0px;}

.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; */





.pd_head{
    width: 680px;
    margin:40px auto;
    text-align: center;
}

.pd_head h1{
    font-size: 30px;
    padding-bottom: 10px;
}
.pd_head h1{
    color: #333;
    font-size: 30px;
    padding-bottom: 10px;
}

.pd_head .xian{
    width:100%;
    height: 1px;
    background: #c9c9c9;
}
.pd_head h4{
    color: #a8a8a8;
    padding: 0px 15px 0px 15px;
    margin-top: -7px;
    position: absolute;
    left: 50%;
    margin-left: -98px;
    letter-spacing: 3px;
	text-align:center;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pd_head h4{background: #fff; font-size:12px; font-weight:lighter;}

.pd_head h6{
    color: #999;
    padding-top: 13px;
    letter-spacing: 2px;
}








.hexin_cont{
    overflow: hidden;
	width:1200px;
	margin:0px auto;
}
.hexin_cont li{
    width: 285px;
    height: 400px;
    float: left;
    background: #e5eef6;
    margin-right: 20px;
    text-align: center;
}
.hexin_cont li.r{margin-right: 0;}
.hexin_cont li:hover{background: #005ca7;}

.hexin_cont a{
    width: 111px;
    height: 125px;
    display: block;
    margin: 0 auto;
}
.hexin_cont .a_pic1{
    background: url("../img/he1.png") no-repeat;
}
.hexin_cont .a_pic2{
    background: url("../img/he2.png") no-repeat;
}
.hexin_cont .a_pic3{
    background: url("../img/he3.png") no-repeat;
}
.hexin_cont .a_pic4{
    background: url("../img/he4.png") no-repeat;
}
.hexin_cont h2{
    color: #333;
    font-size: 18px;
    font-weight: bold;
}
.hexin_cont h6{
    color: #666;
    letter-spacing: 2px;
    padding: 5px 0px 15px 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.hexin_cont .heng{
    width: 57px;
    height: 3px;
    background: #707070;
    margin: auto;
}
.hexin_cont p{
    color: #4c4d4e;
    line-height: 23px;
}


.hexin_cont li:hover .a_pic1{
    background: url("../img/he1_hover.png") no-repeat;
}
.hexin_cont li:hover .a_pic2{
    background: url("../img/he2_hover.png") no-repeat;
}
.hexin_cont li:hover .a_pic3{
    background: url("../img/he3_hover.png") no-repeat;
}
.hexin_cont li:hover .a_pic4{
    background: url("../img/he4_hover.png") no-repeat;
}
.hexin_cont li:hover h2{color: #fff;}
.hexin_cont li:hover .heng{background: #fff;}
.hexin_cont li:hover H6{color: #E5EEF7;}
.hexin_cont li:hover p{color: #fff;}





.ico{background: url(../img/icon.png) no-repeat; display: inline-block; vertical-align: middle;}




/*新闻动态*/

.inews{position:relative;margin:0px auto; width:1200px;}
.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;}
.bd{width: 100%;}
.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;}






/*首页产品开始*/
.ind_product{ width:1200px; margin:0px auto; padding:0px;}
.ind_product ul{width:1200px;padding:0px;}
.ind_product ul li{ width:275px; 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:275px;
}
.ind_product ul li a:link .follower{ position: absolute; left: 0; right: 0; top: 210px; bottom: 0; padding: 10px; font-size: 12px; color: #fff;  opacity: 0.8;}
.ind_product ul li a:hover img{ border:5px solid #1048A0;opacity:0.8; width:275px;}
.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 .follower { top: 0; background:#000 url(../img/play.png) 50% no-repeat;}



.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;
 }
 
/*首页产品结束*/


.ind_about{ width:1200px; margin:0px auto; padding:0px; font-size:15px; line-height:180%;} 
.ind_about img{ float:right;padding:0px 0px 0px 0px;} 
.ind_about .about_left{font-size:14px; text-align:left; line-height:180%; width:680px; padding-right:0px; float:left;color:#999999;}
.ind_about .about_right{padding-right:0px; float:right;}



 .countup{
	width:1200px;
	z-index:2;
	background:#f0f0f0;
	padding:0px;
	height:120px;
	margin:-60px auto 50px auto;
	position:absolute;
}
 .countup ul li{
    float: left;
    padding: 0px;
    text-align: center;
	 background: #f0f0f0;
}
.bg_1{ background-color:#1E3A9B;}
.bg_2{ background-color:#f0f0f0;}
.fl{ float:left;}
.fr{ float:right;}
.search_r{padding:15px 50px; width:700px; margin:0px auto; float:right;}
 .fdj1{ width:160px; float:right; height:60px;margin-top:0px; background-color:#003399;transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;}
 .fdj1:hover{ width:160px; float:right; height:60px;margin-top:0px; background-color:#666;}
 .search_input{ 
 width:500px ;heihgt:58px; line-height:58px; font-size:16px; margin-left:80px;
 border:1px solid #E1E1E1;padding-left:20px;color:#999999;
 }

.ind_bg_b{
	background-attachment: scroll;
	background-image: url(../img/center_banner.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	width:100%;
	height:250px;
	margin:0px;
	padding:0px;
}




.foot{ width:100%; height:100px; background-color:#003399;}
.foot_logo{ float:left;padding:0px; width:360px; margin:0px;}
.foot_main{ float:left;padding-top:40px; width:590px; margin:0px; color:#C8DCFF; line-height:180%; font-size:14px;}
.foot_weixin{ width:240px;  float:right;padding-top:40px; color:#C8DCFF; text-align:right;font-size:14px;}







/*产品中心开始*/
.pro_all{ width:900px; margin:0px auto; padding:0px; float:right;}
.pro_all ul{width:900px;padding:0px; margin:0px;}
.pro_all ul li{ width:275px; float:left; margin-right:20px;display:block; margin-bottom:20px;}
.pro_all ul li:nth-child(3n+0){ margin-left:0px;}
.pro_all ul li img{
border:1px solid #e1e1e1; width:275px;
}
.pro_all ul li a:link .follower{ position: absolute; left: 0; right: 0; top: 210px; bottom: 0; padding: 10px; font-size: 12px; color: #fff;  opacity: 0.8;}
.pro_all ul li a:hover img{ border:5px solid #1048A0;opacity:0.8; width:275px;}
.pro_all ul li  h3{ font-size:16px; color:#666666;padding:10px 0px 10px 20px;}
.pro_all ul li .conn{ font-size:14px;color:#999;padding:5px 20px;}
.pro_all ul li a:hover  h3{ font-size:16px; color:#1E3A9B;}


.pro_all ul li a:hover .follower { top: 0; background:#000 url(../img/play.png) 50% no-repeat;}



.pro_all ul li a:hover  .conn{ font-size:14px;color:#DEB01A;}
.pro_all ul li a:hover  h3 .am-icon-caret-right {background-image: url(../img/pro_ico_on.jpg);}
.pro_all 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;
 }
 
/*产品中心结束*/




/* 必要布局样式css */
.serve-content {
    position: relative;
}

.serve-content-box {
    width: 1200px;
    margin: 0 auto;
}

.serve-content-title {
    text-align: center;
    font-size: 32px;
    color: #333;
    padding-top: 124px;
    padding-bottom: 15px;
}

.serve-content-text {
    width: 184px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
    background: url(../images/icon-line.jpg) repeat-x left center;
}

.serve-content-text em {
    display: inline-block;
    padding: 0 10px;
    background: #FFF;
    font-size: 14px;
    color: #777;
    font-style: normal;
}

.serve-content-btn {
    text-align: center;
    padding: 45px 0 104px;
}

.serve-content-btn a {
    display: inline-block;
    width: 190px;
    height: 55px;
    background-color: rgb(0, 162, 255);
    color: rgb(255, 255, 255);
    box-shadow: rgba(4, 195, 255, 0.5) 0px 5px 15px;
    border-radius: 8px;
    font: 400 16px/55px 微软雅黑;
}

.serve-content-list {
    float: left;
    width: 270px;
    height: 348px;
}

.serve-content-info {
    width: 640px;
    height: 390px;
    float: left;
    margin: 0 10px;
    position: relative;
}

.serve-content-btn a:hover {
    background: #41b8fc;
}

.serve-content-middle {
    overflow: hidden;
}

.serve-content-list ul li {
    display: block;
    width: 266px;
    padding: 12px 0;
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
    margin-bottom: 10px;
    cursor: pointer;
}

.serve-content-list ul .on {
    background: #FFF;
    border: 2px solid #00aeff;
}

.serve-content-list ul li span {
    display: block;
    width: 28px;
    height: 28px;
    float: left;
    margin-left: 20px;
    margin-right: 15px;
    overflow: hidden;
}

.serve-content-list ul li span img {
    display: block;
    float: left;
}

.serve-content-list ul li p {
    display: block;
    overflow: hidden;
    line-height: 28px;
    color: #333;
    font-size: 18px;
}

.serve-content-list ul .on p {
    color: #00aeff;
}

.serve-content-list ul .on span img {
    margin-top: -28px;
}

.serve-content-info ul {
    width: 640px;
    height: 337px;
    position: absolute;
    left: 0;
    top: 0;
}

.serve-image-img {
}

.serve-image-box {
    background: url(../images/cclarity-bg.png);
    width: 640px;
    height: 190px;
    padding: 47px 100px;
    position: absolute;
    top: 95px;
    left: 0;
}

.serve-image-comm1 {
    width: 48px;
    height: 29px;
    position: absolute;
    left: 20px;
    top: 28px;
}

.serve-image-comm2 {
    width: 48px;
    height: 29px;
    position: absolute;
    right: 25px;
    bottom: 35px;
}

.serve-image-info {
    width: 420px;
    height:110px;
}

.serve-image-info-title {
    overflow: hidden;
}

.serve-image-info-title span {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.serve-image-info-title span img {
    display: block;
    float: left;
}

.serve-image-info-title p {
    line-height: 32px;
    display: block;
    float: left;
    font-size: 22px;
    color: #fff;
}

.serve-image-info strong {
    display: block;
    font-size: 14px;
    color: #FFF;
    line-height: 24px;
    padding-top: 14px;
}



/*menu*/


.navtitle{
	width: 100%;
	height: 150px;
	background: url("../img/pronav.jpg") no-repeat;
	font-size: 30px;
	font-family: 'DIN-BOLD';
	color: #C8DCFF;
	
}
.navtitle p{
	padding: 40px 0 0 20px;letter-spacing:8px; font-weight:bold;
}
.navtitle p SPAN{ display:block; font-size:14px;color:#FFFFFF; line-height:25px; font-family:Arial, Helvetica, sans-serif;letter-spacing:0px;}
.prolist{
	float: right;
	width: 100%;
}



.list{
	width : 270px;
}
.list ul{
	list-style: none;
}
.list>ul>li{
	width        : 100%;
	border-bottom: 1px solid #ccc;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
			transition: .3s ease;
}
.list>ul>li p[class=title]{
	width      : 100%;
	text-align : left;
	background : #003399;
	height     : 50px;
	line-height: 50px;
    padding-left:30px;;
	border     : none;
	position   : relative;
	font-size  : 16px;
	color     :#fff;
}
.list>ul>li p[class=title]>span{
	position: absolute;
	right: 10%;
}
.list-se{
	overflow: hidden;
	display: none;
}
.list-se>p{
	background: #666 !important;
	color     :#fff;
}
.list-se>li{
	position: relative;
	right   : -100%;
	-webkit-transition: right .5s;
	-moz-transition   : right .5s;
	-o-transition     : right .5s;
	transition        : right .5s;
}
.list-se>li>:link p,.list-se>li>:visited p{
	background : #efefef;
	font-size:14px;
	color: #000;
	height: 50px;
	-webkit-box-sizing :border-box;
	        box-sizing :border-box;
	padding-left: 30px;
	line-height: 50px;
	border-left: 2px solid #3b3b3b; 
	-webkit-transition: border .5s; 
	transition: border .5s;
	-webkit-transition: background .3s;
	transition : background .3s;
	border-bottom: 1px solid #ccc;
}
.list-se>li>:hover p{
	border-color: #003399; 
	background  : #fff;
	border-bottom: 1px solid #bbb;
}







/*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 #003399;
	display: inline;
	padding: 3px 10px 3px 10px;
	margin-right: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #003399;
	color: #fff;
}
#kkpager a:hover{
	border:1px solid #003399; 
	background-color:#003399; 
	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:#003399;
	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:#003399;
	text-align:center;
	margin-left:1px;
	margin-right:1px;
	border:1px solid #003399;
	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:#003399;
}

#kkpager .pageBtnWrap{
	float:left;
}
#kkpager .infoTextAndGoPageBtnWrap{
	float:right;
}
#kkpager .spanDot{
	float:left;
	margin-right:5px;
}

#kkpager .currPageNum{
	color:#003399;
}

#kkpager .infoTextAndGoPageBtnWrap{
	padding-top:5px;
}


#headbanner{
    padding-top: 0px;
    overflow: hidden;
	position: relative;
}
#headbanner img{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}






/* info_内页*/
.site_info{height:50px; line-height:50px; margin-bottom:20px; font-size:16px;}
.site_info a{color:#666666;}
.info_nei{ width:1200px; margin:0px auto; top:-30px; background-color:#FFFFFF; border-bottom:5px solid #DEB01A; height:60px; z-index:1;box-shadow: 0 5px 10px rgba(205,205,205,1); position:relative;}
.info_nei li a:link{
	float:left;
	width:299px;
	height:60px;
	line-height:60px;
	border-bottom:5px solid #DEB01A;
	border-right:1px solid #eee;
	font-size:18px;
	text-align:center;
	color:#DEB01A;
	font-weight: bold;
}
.info_nei li a:visited{
	float:left;
	width:299px;
	height:60px;
	line-height:60px;
	border-bottom:5px solid #DEB01A;
	border-right:1px solid #eee;
	font-size:18px;
	text-align:center;
	color:#DEB01A;
	font-weight: bold;
}
.info_nei li a:hover{ float:left; width:299px; height:60px; line-height:60px; border-bottom:5px solid #999;font-size:18px; text-align:center;color:#666;}
.info_nei li:nth-child(4n){border-right:0px solid #cccccc;}





.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;}


#DivId{display:none;}
#BDBridgeIconWrap{display:none !important;}





/*资讯详细页面内容*/

.n_info_con {padding:0px 15px 0 10px; overflow:hidden; background-image:img/brief.gif;}

.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;
}

.common_btn{width: 46px; height: 46px; border-radius: 50%; background-color: #fff; background-position: center; background-repeat: no-repeat; background-size: 8px 14px; cursor: pointer; box-shadow: 0 5px 5px rgba(204,204,204,.8); -webkit-transition: all 500ms ease; transition: all 500ms ease; position: absolute; top: 50%;}
.left_btn{background-image: url(../img/left_icon1.png); left: -70px;}
.right_btn{background-image: url(../img/right_icon1.png); right: -70px;}
.common_btn:hover{background-color: #340F6F; box-shadow: 0 5px 10px rgba(1,107,225,.5);}
.left_btn:hover{background-image: url(../img/left_icon2.png);}
.right_btn:hover{background-image: url(../img/right_icon2.png);}







/*<!--第二部分-->*/
.two{ width:100%;font-family: 'Arial';  padding: 10px 0;  position: relative;  border-top: 1px dotted #cdcccc;  border-bottom: 1px dotted #cdcccc; margin-top:15px;}
.two:before{  content: '';  width: 1px;  height: 60px;  background: #dfdfdf;  position: absolute;  left: 50%;  top: 21px;  }

.page_left,.page_right{  width: 50%;  }
.page_left a,.page_right a{  display: block;  padding: 20px;  border-radius: 5px;  }
.page_left a{  margin-right: 20px;  text-align: left;  }
.page_right a{  margin-left: 20px;  text-align: right;  }
.page_left a:hover,.page_right a:hover{  background: #273B94;  }
.page_left a .page1,.page_right a .page1{color: #fff; border:1px solid #fff;width:40px;height:40px;line-height:40px; text-align:center;font-size:20px; background-color:#273B94;}
.page_left a .page1{  margin-right: 20px;  }
.page_right a .page1{  margin-left: 20px;  }
.page_left a:hover .page1,.page_right a:hover .page1{  color: #fff;  border: 1px solid #fff;  }
.page_left a .page2,.page_right a .page2{  font-size: 16px;  color: #434343;  padding: 3px;  }
.page_left a:hover .page2,.page_right a:hover .page2{  color: #fff;  }
.page_left a .page3,.page_right a .page3{  font-size: 14px;  color: #434343;  padding: 3px;  }
.page_left a:hover .page3,.page_right a:hover .page3{  color: #fff;  }



/*<!--第一部分-->*/
.one{ width:100%;font-family: 'Arial';  padding: 0px;  position: relative; margin-top:0px;}
/*<!--第三部分-->*/
.three{ width:100%;font-family: 'Arial';  padding: 30px 0;  position: relative; margin-top:10px; line-height:180%; color:#999;}



.pro_img{ width:245px; height:245px;}
























.sideMenu{
	width: 270px;
	margin:0px;
	padding:0px;
}
.sideMenu h3{
	width: 270px;
	height: 42px;
	line-height: 42px;
	background: #003399;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	padding-left:20px;
	border-bottom: 1px solid #fff;
	
}
.sideMenu h3 a{
	color: #fff;
}
.sideMenu ul{
	display: none;
}
.sideMenu ul li{
	width: 100%;
	height: 36px;
	line-height: 36px;
	background: #f7f7f7;
	border-bottom: 1px solid #fff;
	padding-left:20px;
}
.sideMenu ul li a{
	color: #919191;
	font-size: 14px;
	font-weight: normal;
	
}



.aboutus{font-size:16px; line-height:180%; color:#999999;}
.aboutus img{ float:right;padding-left:20px;padding-top:10px;}