@charset "gb2312"; /*=========================================全局共用属性CSS nie ===============================================*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset,figure,figcaption, table, th, td img{margin:0; padding:0; } 
a, abbr, acronym, address, big, blockquote, body, caption, cite, code, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, html, img, ins, kbd, label, legend, li, ol, p, pre, q, s, samp, small, span, strike, strong, table, tbody, td, tfoot, th, thead, tr, ul {margin:0; padding:0; border:0; outline:0; vertical-align:baseline;}
body{font-family:"Microsoft YaHei","微软雅黑","Open Sans",Arial,"Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif,tahoma,arial,"Hiragino Sans GB","宋体",sans-serif; font-size:12px; text-align:left; margin:0 auto; line-height:24px; background:#f1f1f1; color:#333; font-weight:400; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block; }
img{border:0; vertical-align:middle; }/*让链接里的 img 无边框；清除图片间距*/
ul,li{list-style:none; } 
button{cursor:pointer; } /*这个可以不用*/
.clear{clear:both; }
.fl{float:left; }
.fr{float:right; }
.tl{text-align:left; }
/*全局的字体链接*/
a:link,a:visited{color:#333; text-decoration:none; }
a:hover,a:active{color:#c00; text-decoration:none; }
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0px;}
.contain{clear:both; width:1200px; margin:0 auto; }
/*==============================top==============================*/
.top{clear:both; height:36px; background:#164aa0;}
.top .top_con{clear:both; width:1200px; margin:0 auto; text-align:left; line-height:36px; font-family:"宋体"; color:#bac9e3; font-size:12px;}
.top .top_con span{float:right; background:url(../images/home.jpg) no-repeat left center; padding-left:15px;}
.top .top_con span img{padding:0px 10px;}
.top .top_con span a:link,.top .top_con span a:visited{color:#bac9e3; text-decoration:none; }
.top .top_con span a:hover,.top .top_con span a:active{color:#ff0; text-decoration:none; }
/*==============================header==============================*/
.header{clear:both; height:98px; background:#f8f8f8;}
.header .logo{float:left; padding-top:16px;}
.header .photo{float:right; background:url(../images/photo.jpg) no-repeat left center; margin-top:26px; padding-left:40px; font-family:"微软雅黑"; color:#ff020d; font-size:22px; line-height:22px;}
.header .photo font{clear:both; font-size:12px; color:#333; display:block;}
/*==============================导航==============================*/
.nav{clear:both; background:#fff; border-top:1px solid #ccc; height:49px;}
.nav ul{clear:both; width:1200px; margin:0 auto;}
.nav ul li{float:left; text-align:center; width:150px; line-height:49px; font-size:16px;}
.nav ul li a:link,.nav ul li a:visited{color:#333; text-decoration:none; display:block; }
.nav ul li a:hover,.nav ul li a:active{color:#fff; background:#164aa0; text-decoration:none; }
/*==============================banner==============================*/
.slideBox{ width:100%; height:507px; overflow:hidden; position:relative; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd li a{height:507px; width:100%; display:block;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev{ position:absolute; left:3%; top:50%; margin-top:-39px; display:block; width:51px; height:78px; background:url(../images/left.png) no-repeat center center;}
.slideBox .next{ position:absolute; right:3%; top:50%; margin-top:-39px; display:block; width:51px; height:78px; background:url(../images/right.png) no-repeat center center;}
/*==============================banner底部==============================*/
.home_about_service{clear:both; height:136px; background:#164aa0;}
.home_about{width:590px;}
.home_about .home_about_tit{clear:both; text-align:left; line-height:40px; font-size:16px; color:#fff; padding:8px 0px 5px 0px;}
.home_about .home_about_tit img{ padding-right:5px;}
.home_about .home_about_tit a{float:right; color:#fff; font-size:12px;}
.home_about .home_about_tit a:hover{color:#ff0;}
.home_about .home_about_con{clear:both; font-size:12px; line-height:24px; color:#fff; text-align:left;}
.home_about .home_about_con img{float:left; border:3px solid #fff; margin-right:10px; margin-top:3px;}
/*==============================产品中心==============================*/
.home_pro{clear:both; background:#fff; width:100%; padding:10px 0px 0px;}
.home_pro .home_pro_tit{clear:both; background:url(../images/icon03.jpg) repeat-x center bottom;}
.home_pro .home_pro_tit b{float:left; background:url(../images/icon04.jpg) repeat-x center bottom; font-size:20px; color:#333; padding-bottom:5px; line-height:40px;}
.home_pro .home_pro_tit a{float:right; font-size:14px; color:#555; text-decoration:none; padding-bottom:5px; line-height:40px;}
.home_pro .home_pro_tit a:hover{color:#c00; }
.home_pro .home_pro_con{clear:both; width:1200px; margin:10px auto;}
.home_pro .home_pro_con li{float:left; width:239px; margin-right:1px; background:#f5f5f5; color:#5a5a5a; padding-bottom:10px; margin-bottom:1px; transition:background 1s,color 1s; -o-transition:background 1s,color 1s; -ms-transition:background 1s,color 1s; -moz-transition:background 1s,color 1s; -webkit-transition:background 1s,color 1s;}
.home_pro .home_pro_con li .ho_img{clear:both; margin:10px 10px 5px 10px; width:219px; height:146px; overflow:hidden;}
.home_pro .home_pro_con li .ho_img a img{transition:all 1s; -o-transition:all 1s; -ms-transition:all 1s; -moz-transition:all 1s; -webkit-transition:all 1s}
.home_pro .home_pro_con li .ho_tit{clear:both; padding:0px 10px 0px 10px; font-size:14px;}
.home_pro .home_pro_con li .ho_txt{clear:both; padding:0px 10px 0px 10px; font-size:12px; line-height:22px; padding-bottom:3px; height:44px; overflow:hidden;}
.home_pro .home_pro_con li .ho_more{clear:both; padding:0px 10px 0px 10px;}
.home_pro .home_pro_con li .ho_more a{ border:1px solid #c00; padding:2px 8px; color:#c00; font-size:12px; transition:border 1s,color 1s; -o-transition:border 1s,color 1s; -ms-transition:border 1s,color 1s; -moz-transition:border 1s,color 1s; -webkit-transition:border 1s,color 1s;}
.home_pro .home_pro_con li:hover{ background:#164aa0; color:#fff;}
.home_pro .home_pro_con li:hover .ho_more a{ border:1px solid #fff; color:#fff;}
.home_pro .home_pro_con li:hover .ho_img a img{transform:scale(1.2);-ms-transform:scale(1.2);-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2); }
/*==============================新闻中心==============================*/
.home_new{clear:both; background:url(http://images0a.543211688.com/yongwei/img/newbg.jpg) no-repeat center top #2b5aa7; padding:10px 0px 25px 0px;}
.home_new .home_new_tit{clear:both; width:1200px; margin:0 auto; background:url(../images/icon05.png) repeat-x center bottom;}
.home_new .home_new_tit b{float:left; background:url(../images/icon06.png) repeat-x center bottom; font-size:20px; color:#fff; padding-bottom:5px; line-height:40px;}
.home_new .home_new_tit a{float:right; font-size:14px; color:#fff; text-decoration:none; padding-bottom:5px; line-height:40px;}
.home_new .home_new_tit a:hover{color:#ff0; }
.home_new ul{clear:both; width:1200px; margin:0 auto;}
.home_new ul li{float:left; width:360px; margin-right:30px; background:#fff; margin-top:20px; height:122px; padding:10px;}
.home_new ul li h3{clear:both; text-align:left; font-size:14px; color:#333; line-height:24px; padding-bottom:5px;}
.home_new ul li>div{clear:both; text-align:left; color:#5c5c5c; line-height:20px; font-size:14px; height:81px;}
.home_new ul li>div p{float:right; display:inline-block; width:213px;}
.home_new ul li>div p a{clear:both; display:block; color:#166893;}
.home_new ul li>div p a:hover{color:#c00;}
.home_new ul li>div img{float:left;}
.home_new_marleft{margin-right:0px !important;}
/*==============================客户案例==============================*/
.home_case{clear:both; background:#fff; width:100%; padding:10px auto;}
.home_case .home_case_tit{clear:both; width:1200px; margin:0 auto; background:url(../images/icon03.jpg) repeat-x center bottom;}
.home_case .home_case_tit b{float:left; background:url(../images/icon04.jpg) repeat-x center bottom; font-size:20px; color:#333; padding-bottom:5px; line-height:40px;}
.home_case .home_case_tit a{float:right; font-size:14px; color:#333; text-decoration:none; padding-bottom:5px; line-height:40px;}
.home_case .home_case_tit a:hover{color:#c00; }
.home_case .home_case_con{ width:100%;  overflow:hidden; position:relative; margin-top:20px;}
.home_case .home_case_con .hd{ overflow:hidden;  height:30px; padding:0 10px;  }
.home_case .home_case_con .hd ul{clear:both; text-align:center; float:none; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.home_case .home_case_con .hd ul li{float:none; display:inline-block;  width:9px; height:9px; margin-right:5px; font-size:0px; cursor:pointer; background:url(../images/dot01.jpg) 0 0px no-repeat; }
.home_case .home_case_con .hd ul li.on{background:url(../images/dot02.jpg) 0 0px no-repeat; }
.home_case .home_case_con .bd{ padding:0px;   }
.home_case .home_case_con .bd ul{ overflow:hidden; zoom:1; }
.home_case .home_case_con .bd ul li{float:left; width:219px; margin:0px 10px; height:303px; _display:inline; overflow:hidden; text-align:center; position:relative;}
.home_case .home_case_con .bd ul li .pic{width:219px; height:303px; overflow:hidden; }
.home_case .home_case_con .bd ul li .pic img{transition:all 1s; -o-transition:all 1s; -ms-transition:all 1s; -moz-transition:all 1s; -webkit-transition:all 1s;}
.home_case .home_case_con .bd ul li:hover .pic img{transform:scale(1.2);-ms-transform:scale(1.2);-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2);  }
.home_case .home_case_con .bd ul li .title{position:absolute; width:100%; bottom:0px; left:0px; color:#fff; font-size:12px; text-align:left; }
.home_case .home_case_con .bd ul li .title a{ color:#fff; padding:0px 10px; background:rgba(22,74,160,1.0); display:block; line-height:35px; height:35px; transition:all 1s; -o-transition:all 1s; -ms-transition:all 1s; -moz-transition:all 1s; -webkit-transition:all 1s}
.home_case .home_case_con .bd ul li:hover .title a{ color:#fff; padding:0px 10px; background:rgba(22,74,160,0.6); height:146px; font-weight:bold}
/*==============================友情链接==============================*/
.home_link{clear:both; background:#fff; width:100%; border-top:1px solid #e1e1e1; padding:25px 0px;}
.home_link dl{clear:both; width:1200px; margin:0 auto;}
.home_link dl dt{float:left; width:80px; background:url(../images/link.jpg) no-repeat left center #164aa0; margin-top:5px; height:39px; line-height:39px; font-size:16px; color:#fff; text-align:center; padding-left:91px;}
.home_link dl dd{float:right; width:1014px; text-align:left; font-size:12px; line-height:26px;}
.home_link dl dd a{padding:0px 15px 0px 0px;}
/*==============================底部==============================*/
.down{clear:both; background:#164AA0; padding:15px 0px;}
.down .downav{clear:both; height:40px; background:url(../images/downnavbg.jpg) no-repeat center bottom #045fb2; padding-bottom:9px; width:1200px; margin:0 auto; text-align:center;}
.down .downav a{padding:0px 25px; color:#fff; line-height:40px; font-size:16px;}
.down .downav a:hover{color:#ff0;}
.footer{clear:both; width:1200px; margin:20px auto 0px;}
.footer dt{float:left; width:130px; padding:10px 100px 0px 50px;}
.footer dd{float:left; width:870px;}
.footer dd .rmtxt{float:left; padding-top:10px; width:650px; font-size:12px; line-height:24px; text-align:left; color:#fff;}
.footer dd .rmtxt a{color:#fff;}
.footer dd .rm{float:right; width:115px; height:115px; padding-right:50px;}
/*==============================内页==============================*/
.inside_ban{clear:both; height:235px;}
.inside_tit{clear:both; width:100%; background:#fff; height:40px; line-height:40px; border-bottom:1px solid #ccc; text-align:left; font-size:14px;}
/**/
.fenye{clear:both; width:1200px; display:block; margin:30px auto; line-height:24px; text-align:center; font-family:"微软雅黑"; font-size:14px; color:#333;}
.fenye strong{color:#c00;}
.fenye a{padding:0px 3px;}
.fenye em{font-style:normal;}
.fenye span,.fenye b{padding:0px 3px;}
.inside_con{clear:both; background:#fff; padding:0px 0px 20px 0px; width:1200px; margin:20px auto;}
.inside_txt{clear:both; text-align:left; font-size:14px; color:#666; line-height:26px; padding:10px 20px 0px 20px;}
.inside_txt img{max-width:100%}
.sxy{clear:both; width:1160px; margin:0 auto; padding:20px 0px 20px 0px;}
.sxy p{float:left; text-align:left; line-height:24px; width:580px; display:inline-block;}
.sxy p b{ color:#c00;}
/*==============================内页新闻==============================*/
.inside_new{clear:both; width:1200px; margin:0 auto;}
.inside_new li{float:left; width:360px; margin-right:30px; background:#fff; margin-top:20px; height:122px; padding:10px;}
.inside_new li h3{clear:both; text-align:left; font-size:14px; color:#333; line-height:24px; padding-bottom:5px;}
.inside_new li>div{clear:both; text-align:left; color:#5c5c5c; line-height:20px; font-size:14px; height:81px;}
.inside_new li>div p{float:right; display:inline-block; width:213px;}
.inside_new li>div p a{clear:both; display:block; color:#166893;}
.inside_new li>div p a:hover{color:#c00;}
.inside_new li>div img{float:left;}
.inside_new_tit{clear:both; color:#c00; font-size:18px; text-align:center; line-height:24px; padding-top:20px;}
.inside_new_time{clear:both; border-bottom:1px dashed #ccc; color:#666; font-size:12px; line-height:20px; text-align:center; padding:5px 0px;}
.inside_nav{clear:both; width:1200px; background:#164aa0;}
.inside_nav li{float:left; line-height:40px; text-align:center; font-family:"微软雅黑"; font-size:14px;}
.inside_nav li a{ text-decoration:none; border-right:1px solid #ccc; display:block; padding:0px 15px;}
.inside_nav li a:link,.inside_nav li a:visited{color:#fff; }
.inside_nav li a:hover,.inside_nav li a:active,#in_nav{color:#fff; background:url(../images/icon07.png) no-repeat center bottom #f00;}
/*==============================内页产品==============================*/
.inside_pro{clear:both; width:1200px; padding-top:20px;}
.inside_pro li{float:left; width:216px; margin-left:20px; display:inline-block;color:#5a5a5a; padding-bottom:10px; margin-bottom:1px; transition:background 1s,color 1s; -o-transition:background 1s,color 1s; -ms-transition:background 1s,color 1s; -moz-transition:background 1s,color 1s; -webkit-transition:background 1s,color 1s;}
.inside_pro li .ho_img{clear:both; margin:0px 0px 10px 0px; width:216px; height:146px; overflow:hidden;}
.inside_pro li .ho_img a img{transition:all 1s; -o-transition:all 1s; -ms-transition:all 1s; -moz-transition:all 1s; -webkit-transition:all 1s}
.inside_pro li .ho_tit{clear:both; padding:0px 10px 0px 10px; font-size:14px;}
.inside_pro li .ho_txt{clear:both; padding:0px 10px 0px 10px; font-size:12px; line-height:22px; padding-bottom:3px; height:44px; overflow:hidden;}
.inside_pro li .ho_more{clear:both; padding:0px 10px 0px 10px;}
.inside_pro li .ho_more a{ border:1px solid #c00; padding:2px 8px; color:#c00; font-size:12px; transition:border 1s,color 1s; -o-transition:border 1s,color 1s; -ms-transition:border 1s,color 1s; -moz-transition:border 1s,color 1s; -webkit-transition:border 1s,color 1s;}
.inside_pro li:hover{ background:#164aa0; color:#fff;}
.inside_pro li:hover .ho_more a{ border:1px solid #fff; color:#fff;}
.inside_pro li:hover .ho_img a img{transform:scale(1.2);-ms-transform:scale(1.2);-moz-transform:scale(1.2);-webkit-transform:scale(1.2);-o-transform:scale(1.2); }
.inside_pro_con{clear:both; width:1160px; padding:20px 20px 0px 20px;}
.inside_pro_contit{clear:both; width:1160px; padding:20px 0px 0px 0px; margin:0px auto 0px; font-size:16px; font-weight:bold; color:#c00; border-top:1px solid #ccc; margin-top:20px;}
.inside_pro_con .inside_pro_con_p{float:left; width:450px;}
.inside_pro_con .inside_pro_con_fr{float:right; width:690px;}
.inside_pro_con .inside_pro_con_fr h3{clear:both; color:#c00; font-size:18px; text-align:left; font-weight:normal; line-height:24px; padding-top:10px; padding-bottom:5px; border-bottom:1px solid #ccc;}
.inside_pro_con .inside_pro_con_fr .pro_con_fr{clear:both; text-align:left; font-size:14px; line-height:24px; color:#666;}
.inside_pro_con .inside_pro_con_fr .pro_con_fr p{clear:both; color:#c00; line-height:30px;}
.inside_tp{clear:both; width:1160px; margin:0 auto; text-align:center; padding-top:15px;}
/**/
.inside_xgpro{clear:both; width:690px;}
.inside_xgpro li{float:left; width:128px; margin-right:10px;}
.inside_xgpro li a{position:relative; display:block; clear:both; width:128px; height:85px; overflow:hidden;}
.inside_xgpro li a span{display:block; width:128px; color:#fff; font-family:"微软雅黑"; font-size:18px; text-align:center; line-height:24px; padding-top:30px; height:55px; position:absolute; background:rgba(0,0,0,0.5); right:128px; top:0px; transition:right .5s; -o-transition:right .5s; -ms-transition:right .5s; -moz-transition:right .5s; -webkit-transition:right .5s;}
.inside_xgpro li a:hover span{ right:0px;}
/*==============================内页联系我们==============================*/
.inside_zxly{clear:both; background:url(../images/icon09.jpg) no-repeat center 20px #fff; padding:80px 0px 20px 0px;}
.inside_zxly .zxly_dl{clear:both; width:1200px; margin:0 auto; padding-top:20px;}
.inside_zxly .zxly_dt{float:left; width:252px; padding-right:30px; border-right:1px dashed #ccc;}
.inside_zxly .zxly_dd{float:right; width:887px; height:177px;}
.inside_zxly .zxly_dd .zxly_dd_p01{float:left; width:440px; text-align:left; font-size:14px; color:#333;}
.inside_zxly .zxly_dd .zxly_dd_p02{clear:both; width:795px; text-align:left; font-size:14px; color:#333;}
.inside_zxly .zxly_dd .zxly_dd_p01 label,.inside_zxly .zxly_dd .zxly_dd_p02 label{ float:left; width:42px; line-height:30px;}
.inside_zxly .zxly_dd .zxly_dd_p01 .input01{float:left; width:300px; background:#fff; border:1px solid #ccc; margin:0px 0px 10px 0px; line-height:24px; padding:2px 5px; text-align:left; color:#333; font-family:"微软雅黑";}
.inside_zxly .zxly_dd .zxly_dd_p02 .input02{float:left; width:741px; background:#fff; border:1px solid #ccc; margin:0px 0px 10px 0px; line-height:24px; height:48px; padding:2px 5px; text-align:left; color:#333; font-family:"微软雅黑";}
.inside_zxly .zxly_dd .zxly_btn{clear:both; text-align:center;}
.inside_zxly .zxly_dd .zxly_btn01{border:0; padding:0px; line-height:30px; margin:0px 20px 0px 0px; width:72px; background:#006AB8; height:30px; color:#A9DBFE; cursor:pointer; font-family:"微软雅黑"; font-size:14px;}
.inside_zxly .zxly_dd .zxly_btn02{border:0; padding:0px; line-height:30px; margin:0px; width:72px; background:#A9DBFE; height:30px; color:#006AB8; cursor:pointer; font-family:"微软雅黑"; font-size:14px;}

.scv_listpages {
}

.scv_listpages ul {
  float: left;
  padding: 12px 0px 12px 

16px;
}

.scv_listpages ul li {
  float: left;
  font-family: Tahoma;
  line-

height: 17px;
  margin-right: 6px;
  border: 1px solid #E9E9E9;
}

.scv_listpages ul li a {
  float: left;
  padding: 2px 4px 2px;
  color: #555;
  display: block;
}

.scv_listpages ul li a:hover {
  color: #690;
  text-decoration: none;
  padding: 2px 4px 2px;
}

.scv_listpages ul li.thisclass,.scv_listpages ul li.thisclass 

a,.pagebox ul li.thisclass a:hover {
  background-color: #F8F8F8;
  padding: 2px 4px 

2px;
  font-weight: bold;
}

.scv_listpages .pageinfo {
  line-height: 21px;
  padding: 12px 10px 12px 16px;
  color: #999;
}

.scv_listpages .pageinfo strong {
  color: #555;
  font-weight: normal;
  margin: 0px 2px;
}