/*
* name: Global && Pc StyleSheet
* version: v3.1.1
* update: 加入placeholder依赖样式
* date: 2015-08-26
*/

/* 雪碧图 */
.ico { display: inline-block; overflow: hidden; width: 20px; height: 20px; 
	vertical-align: middle; background: url(../img/ico.png);margin:0 .3em;}
.ico1_2 { background-position: -20px 0;}
.ico1_3 { background-position: -40px 0;}
.ico1_4 { background-position: -60px 0;}
.ico1_5 { background-position: -80px 0;}
.ico2_1 { background-position: 0 -20px;}
.ico2_2 { background-position: -20px -20px;}
.ico2_3 { background-position: -40px -20px;}
.ico2_4 { background-position: -60px -20px;}
.ico2_5 { background-position: -80px -20px;}
.ico3_1 { background-position: 0 -40px;}
.ico3_2 { background-position: -20px -40px;}
.ico3_3 { background-position: -40px -40px;}
.ico3_4 { background-position: -60px -40px;}
.ico3_5 { background-position: -80px -40px;}
.ico4_1 { background-position: 0 -60px;}
.ico4_2 { background-position: -20px -60px;}
.ico4_3 { background-position: -40px -60px;}
.ico4_4 { background-position: -60px -60px;}
.ico4_5 { background-position: -80px -60px;}
/*
* 依赖：
* placeholder插件
*/
.placeholder { color: #aaa;}
/* 设置 */
body{font-size:13px; line-height: 1.8; color: #555; background: #fff;}
.wrap { max-width: 1200px; margin-right: auto; margin-left: auto; *width: 1200px;}
a{color: inherit;}
a:hover { color: #39f;}
/*css组件-设置*/
.form-control, .input-group-addon, .btn{border-radius: 2px; }
.form-control:focus { border-color: #66afe9; outline: 0; box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);}
/*选中设置*/
::-moz-selection {color: #fff; background: #39f; }
::selection {color: #fff; background: #39f; }

/* 网站样式 */
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
.mb40{ margin-bottom: 40px;}
.mb50{ margin-bottom: 50px;}
.mb60{ margin-bottom: 60px;}
.mb70{ margin-bottom: 70px;}
.imghover_big img{ -webkit-transition: all .8s ease 0s;transition: all .8s ease 0s; overflow:hidden;}
.imghover_big:hover img {transform: scale(1.1);webkit-transform: scale(1.1);}


.top{ height: 32px; line-height: 32px; width: 100%; color: #fff; background: #0082d6; }
.top_r li{ float: left; padding:0 20px; border-right: 1px solid #339bde; }
.top_r form{ overflow: hidden; padding-top: 5px; }
.top_r input{-webkit-transition: all 0.3s ease; transition: all 0.3s ease;  width: 0; float: left; text-indent: 10px; padding: 0; margin: 0; border: none; height: 22px; line-height: 22px; }
.top_r button{ cursor: pointer; outline: none; color: #fff; font-size: 18px; background: none; border: none; float: left; padding: 0; margin: 0;}
.top_r li._form{ border: none; padding-right: 0;}
.top_r form:hover input{ width: 200px;}
.nav{ width:57%; margin-top:14px;}
.nav>ul>li{ float: left; width: 16.6667%; position: relative;}
.nav>ul>li>a{ display: block; line-height: 106px; text-align: center; font-size: 16px; font-weight: bold; color: #3c413f;}
.nav>ul>li:after{ content:""; height: 2px; width: 0%; position: absolute; bottom: 0; left: 50%; background: #0082d0 6px;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.nav>ul>li>a:hover{color: #0082d6; }
.nav>ul>li:hover:after{width: 100%; left: 0;}

.nav>ul>li.cur>a{ color: #0082d6; }
.nav>ul>li:hover .subnavs{ display: block; }
.nav .subnavs{ z-index: 5; display: none;width: 100%; position: absolute; background:url(../images/black.6.png) repeat; text-align: center; }
.nav .subnavs li{ height: 32px; line-height: 32px; color: #fff;}
.nav .subnavs li a{ display: block;}
.logo{ padding-top: 33px;}
.banner{ height: 530px;width: 100%; }
.banner li img{ position: absolute; width: 1920px; left: 50%; margin-left: -960px; max-width: none; }
.h_sec1{ padding: 50px 0;}
.sec1_t{ font-size:35px; line-height:1.5; margin-bottom:10px; color:#333; font-weight:bold; text-align:center; }
.sec1_intro{ text-align: center; width: 72.5%; margin: 0 auto; font-size: 14px; margin-bottom: 50px;}
.sec1_box ._con{ text-align: center; border: 1px solid #e0e0e0; padding: 0 20px 40px 20px; border-bottom: 1px solid #000; border-bottom: 4px solid #009bff; }
.sec1_box ._con h3{ font-size: 16px; line-height: 1; margin-bottom: 20px;}
.sec1_box ._con .ic{ margin-top: -50px; margin-bottom: 20px; background:url(../images/icos_0408.png) no-repeat 0 0; display: inline-block; width: 97px; height: 97px;}
.sec1_box ._con .ic2{ background-position: -97px 0;}
.sec1_box ._con .ic3{ background-position: -194px 0;}
.sec1_box ._con .ic4{ background-position: -291px 0;}
.sec1_box ._con:hover { background: #009bff; border-color:#009bff;}
.sec1_box ._con:hover h3{ color: #fff;}
.sec1_box ._con:hover a{color: #fff; }
.sec1_box ._con:hover .ic1{background-position: 0 -97px;}
.sec1_box ._con:hover .ic2{background-position: -97px -97px;}
.sec1_box ._con:hover .ic3{background-position: -194px -97px;}
.sec1_box ._con:hover .ic4{background-position: -291px -97px;}
.sec1_box ._con p{ font-size: 12px; height: 42px;}
.h_sec2 { height: 424px; position: relative;}
.h_sec2 ._left,.h_sec2 ._right{ width: 50%; float: left; position: relative;}
.h_sec2 ._con{ width: 1920px; position: absolute; left: 50%; margin-left: -960px;}
.sec2_intro{ position: absolute; top: 0; right: 14%; width: 48%;}
.sec2_intro h3{ font-size: 25px; line-height: 1; padding: 40px 0; line-height: 1;}
.sec2_intro h4{ font-size: 20px; font-weight: normal; line-height: 1.1; margin-bottom: 40px;}
.sec2_intro ._txt{ font-size: 14px;}
.h_sec2 .play_btn{ position: absolute; left: 25%;  top: 40%;}
.h_sec3{ background: #eff3ef;padding: 50px 0; }
.h_sec3 ._tit{ font-size: 25px; line-height: 1; margin-bottom: 60px; color: #3c413f; font-weight: bold; text-align: center;}
.sec3_box{ overflow: hidden; margin-bottom: 40px;}
.sec3_box ._con{ padding-left: 75px; position: relative; }
.sec3_box ._date{ font-family: Arial;font-size: 12px; position: absolute; left: 0; top: 0; width: 55px; height: 50px; padding-top: 6px; background: #0082d6; color: #fff; text-align: center;}
.sec3_box ._date b{ font-size: 24px; padding-top: 5px; display: block; line-height: 1; border-top: 3px solid #eff3ef;}
.sec3_box ._con h3{ font-size: 15px; margin-bottom: 10px;}
.sec3_box ._con ._txt{ margin-bottom: 10px; }
.sec3_box ._con ._more{ color: #0082d6;}
.sec3_box .box{ width: 27%; float: left;}
.sec3_box .box2{ width: 38%;padding:0 4%; }
.sec3_box .box2 ._con{ padding-left: 30%; padding-right: 10%; border-right: 1px solid #ccc;border-left: 1px solid #ccc;}
.sec3_box .box2 ._con ._date{ left: 12%;}
.h_sec3 .more_btn{ border: 1px solid #aeb0ae; display: block; width: 200px; height: 45px; line-height: 45px; text-align: center; font-size: 14px; margin:0 auto; }
.h_sec4{ padding:0px 0 50px;}
.h_sec4 ._info{ padding: 25px 25px 60px; background: #f1f3f5;}
.h_sec4 ._info h3{ font-size: 25px; color: #000; line-height: 1; margin-bottom: 15px;}
.h_sec4 ._con{ display: block;}
.h_sec4 ._con:hover { box-shadow:#aaa 0 0 10px; }
.h_sec4 ._con:hover ._info{ background: #0082d6; color: #fff;}
.h_sec4 ._con:hover ._info h3{ color: #fff;}
.footer{ background: #e8ebef; padding: 50px 0 70px 0; margin-top: 40px;}
.footer ._left{  border-right: 1px solid #ccc; width: 29%;}
.footer ._t{ font-size: 17px; line-height: 1; margin-bottom: 30px;}
.footer .links{ overflow: hidden; }
.footer .links a{ display: inline-block; width: 50%; float: left;}
.footer .links a .ion{ color: #0082d6;}
.footer ._midd{ width: 540px; padding-left: 70px;}
.footer ._midd .info span{ float: left; width: 50%; margin-bottom: 6px;}
.footer ._midd ._p .ion{ font-size: 16px;  color: #0082d6;}
.footer ._midd ._p { margin-bottom: 10px;}
.footer ._right .l{ width:120px; text-align: center; margin-right: 25px; }
.footer ._right{ padding-left: 70px;}
.footer ._right img{ margin-bottom:5px; }
.footer_bottom{ padding: 15px 0 20px 0; background: #0082d6; color: #fff;}
.footer_bottom .r{ width: 22%; padding-top:10px;}
.footer_bottom .r img { vertical-align:middle; }
.footer_bottom .r a { display:inline-block; vertical-align:middle; }
.footer_bottom ._t { font-weight:normal; margin-right:5px; }
.banner{ height:528px; position:relative; overflow:hidden;}
.banner img{ position:absolute; top:0; left:50%; margin-left:-960px; width:1920px; max-width:none; height:100%;}
.banner .slide_nav{ width:100%; position:absolute; bottom:26px; left:0; text-align:center;z-index: 4;}
.banner .slide_nav a{ display:inline-block; width:18px; height:18px; line-height:99; overflow:hidden; border-radius:9px; background:#0082d6;margin-right:12px; cursor:pointer; box-shadow: 1px 1px 3px #333; }
.banner .slide_nav a.on{width: 50px;background:#0082d6;}
.innerheader{ border-bottom: 1px solid #ddd; box-shadow: #ddd 1px 1px 3px; z-index: 4; height:auto; width: 100%;/* position: absolute;*/ top: 31px; left: 0; background:#fff;  }
.innerheader .nav>ul>li>a{ line-height: 76px;}
.innerheader .logo{ padding:22px 0;}
.innerBan{ height: 210px; width: 100%; overflow: hidden; position: relative;}
.innerBan img{ position: absolute; width: 1920px; left: 50%; margin-left: -960px; max-width: none; }

.breadCrumb{ border-bottom: 1px solid #e7ebe7; height: 64px; line-height: 64px; margin-bottom: 40px; }
.subnav li{ float: left; margin-left: 50px; font-size: 16px;}
.subnav li.cur{ border-bottom: 3px solid #0082d6;}
.newsTop ._list{ height: 337px; }
.newsTop ._img{ width: 50%; float: left; height: 0; padding-bottom: 56%;}
.newsTop ._img img{ width: 100%; }
.newsTop ._info{ background: #ecf1f3; width: 50%; float: left; height: 0; padding-bottom: 28%; }
.newsTop ._info .date{ color: #0082d6; font-size: 14px;margin-bottom: 20px;}
.newsTop ._info h3{ font-size: 20px; margin-bottom: 10px;}
.newsTop li{ overflow: hidden; }
.newsTop ._info ._con{ padding: 5%;}
.newsTop .arrs { display: inline-block; position: absolute; z-index: 10;bottom: 20px; width: 38px; height: 38px; background:url(../images/newsarrs.gif) no-repeat 0 0;}
.newsTop .arr_prev{ right: 83px;   }
.newsTop .arr_next{ background-position: -38px 0;  right: 30px;} 
.newsTop .slide_nav{ display: none; }
.newsList li{ position: relative; padding:40px 0 40px 110px; border-bottom: 4px solid #e4e4e4;  }
.newsList li .date{ display: block; width: 88px;height: 88px; background: #e4e4e4; text-align: center; position: absolute; left: 0; top:40px; font-family: Arial;}
.newsList li .date b{ font-size: 34px; display: block; color: #097bd2; }
.newsList li ._t{ font-size: 20px;}
.newsList li:hover{ background: #e4e4e4; }
.page{font-size: 12px; color: #777777; text-align: center; margin-top: 50px; margin-bottom: 90px;}
.page a,.page span { color: #777777;display: inline-block;border: 1px solid #ededed;padding: 5px 10px;vertical-align: middle;margin: 0 0 10px -1px;}
.page .goprev{margin-right: 10px;}
.page .gonext,.page .count {margin-left: 10px;}
.page a:hover,.page span{color:#fff; background: #0e90d2;}
.page span.goprev,.page span.gonext {color: #777777; background: none}
.page span.count { border: 0;background: 0;color: #777777;}

.widget-newsdetail-4 ._head { text-align: center; }
.widget-newsdetail-4 ._head ._title { font-size: 18px; line-height: 1.4; 
color: #333333; margin:0 0 10px;font-weight:bold;}
.widget-newsdetail-4 ._tools { padding: 0 5px; color: #555555;}
.widget-newsdetail-4 ._tools a:hover{color:#0082d6;}
.widget-newsdetail-4 .ion { font-size: 1.1em; }
.widget-newsdetail-4 .myart { padding: 30px 0;}
.widget-newsdetail-4 ._bottom_bar {line-height: 30px;  height: 30px; 
  padding: 20px 0; text-align: center; border-top: 1px solid #cccccc;}
.widget-newsdetail-4 ._bottom_bar a { display: inline-block; margin: 0 5px;padding: 0 10px; 
  color: #ffffff; background: #0082d6; font-size:14px;}
.widget-newsdetail-4 ._bottom_bar a:hover {opacity: .8;}

.about_top{ margin-bottom: 60px;  border-bottom: 1px dashed #e7ebe7; text-align: center; padding-bottom: 50px; }
.about_top ._t{ font-size: 24px; color: #0082d6; font-weight: normal; line-height: 1; margin-bottom: 20px;}
.about_top ._p{ font-size: 16px;}
.channelT{ font-weight: bold; font-size: 30px; line-height: 50px;/* border-top: 1px solid #0082d6;border-bottom: 1px solid #0082d6; */width: 140px; margin: 0 auto; color: #0082d6; margin-bottom: 40px; text-align: center;}
.about_sec2 .ic{ display: inline-block; margin-bottom: 25px; background: url(../images/about_ico.png) no-repeat 0 0; width: 44px; height: 44px;}
.about_sec2 ._con{ display: block; text-align: center;}
.about_sec2 .ic2{ background-position: -44px 0;}
.about_sec2 .ic3{ background-position: -88px 0;}
.about_sec2 .ic4{ background-position: -132px 0;}
.about_sec2 .ic5{ background-position: -176px 0;}
.about_sec2 .ic6{ background-position: -220px 0;}
.about_sec2 ._con{ background: #e7ebe7; padding-top: 50px; padding-bottom: 35px; }
.about_sec2 ._con p{ font-size: 16px; line-height: 1; margin-bottom: 10px; }
.about_sec2 ._con h3{ font-size: 24px; font-weight: normal; line-height: 1;}

.proT{  width: 122px; font-size: 30px; color: #000; font-weight: bold; border-top: 1px solid #000; border-bottom: 1px solid #000; line-height: 50px; margin: 0 auto 45px auto;}
.product ._intro{ text-align: center;  font-size: 14px;  }
.product ._intro .p1{ font-size: 14px;  margin-bottom: 10px; }
.product ._intro .p2{ font-size: 18px; color: #0082d6; margin-bottom: 10px; }

.proImg{ padding: 10px; border: 1px solid #bababa; overflow: hidden; margin-bottom: 60px;}
.proImg ._left{ width: 78%;}
.proImg ._left img{width: 100%;}
.proImg ._right { width: 16%; border: 1px solid #e5e5e5; }
.proImg ._right ._list{height: 436px; overflow: hidden; position: relative;}
.proImg ._right li{ margin-bottom: 1px; height: 108px; cursor: pointer;}
.proImg ._right .arrs{ display: block; font-size: 26px; height: 40px; line-height: 40px; text-align: center; width: 100%;}
.pro_sec2 ._con{ position: relative; display: block;}
.pro_sec2 ._con ._info{ display: none; text-align: center; position: absolute; left: 0; top: 0; color: #fff; background:url(../images/blue_bg.png) repeat; padding:14% 15%; }
.pro_sec2 ._con ._img{ position: relative; display: block; overflow: hidden; }
.pro_sec2 ._con ._title{ position: absolute;  left: 0; bottom: 0; width: 100%; height: 50px; line-height: 50px; color: #fff; text-align: center; background:url(../images/black.6.png) repeat; font-size: 16px; font-weight: normal; }
.pro_sec2 ._con ._info h3{ font-size: 20px; margin-bottom: 15px;}
.pro_sec2{ margin-bottom: 60px; }
.pro_cont{/*  height: 716px; */ padding-top: 50px; width: 100%; background:#eff3ef;  }
.pro_cont dl{ margin-bottom: 50px;min-height: 205px;}
.pro_cont dt{ font-size: 20px; font-weight: bold; margin-bottom: 15px;}
.pro_cont dt i{ vertical-align: middle;  margin-right: 12px; display: inline-block; background:url(../images/blue_arr.png) no-repeat center; width: 29px; height: 21px; }
.pro_cont dd{ font-size: 14px;}
.pro_top ._tit{ font-weight: bold; font-size: 30px; line-height: 50px; border-top: 1px solid #0082d6;border-bottom: 1px solid #0082d6; width: 160px; margin: 0 auto; color: #0082d6; margin-bottom: 40px; text-align: center;}
.pro_top ._info{ font-size: 16px; margin-bottom: 40px; text-align: center;}
.download{ text-align: center; padding-top: 35px; padding-bottom: 65px;}
.channelT{ margin-bottom: 20px;}

/*公司荣誉*/
.honor ._con{ display: block; padding: 15px 10px 0 10px; margin-bottom: 20px;border: 1px solid #ccc; }
.honor ._con ._img{  display: block;}
.honor ._con h3{ white-space: nowrap; overflow: hidden; text-overflow:ellipsis; font-size: 16px; height: 58px; line-height: 58px; text-align: center;font-weight: normal;} 
.honor ._con:hover{ background: #0082d6;}
.honor ._con:hover h3{ color: #fff; }

/*招聘信息*/
.widget-job-1{ margin-bottom: 90px;}
.widget-job-1 li.first { background: #d9d9d9; border-bottom: none; padding: 0; }
.widget-job-1 li { border-bottom: 1px solid #cccccc; float: left; width: 100%; height:48px; line-height: 48px;}
.widget-job-1 li ._t1 { width: 18%; color: #0e90d2; }
.widget-job-1 li ._t2 { width: 20%; }
.widget-job-1 li ._t3 { width: 24%; }
.widget-job-1 li ._t4 { width: 14%; }
.widget-job-1 li ._t5 { width: 14%; }
.widget-job-1 li ._t6 { width: 10%; }
.widget-job-1 li.first ._ut { float: left; text-align: center; color: #0e90d2; font-weight: 700; font-size: 16px; }
.widget-job-1 li ._un { float: left; text-align: center; height: 50px; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.widget-job-1 li:hover { background: #ededed; }
.job ._intro{ font-size: 16px; margin-bottom: 50px;}
.widget-job-4 ._jcon { margin-bottom: 20px; }
.widget-job-4 ._title { font-size: 18px; color: #333333; }
.widget-job-4 ._part { padding: 10px; border-bottom: 1px solid #cccccc; line-height: 26px; }
.widget-job-4 ._detailBtn { padding: 10px 0; }
.widget-job-4 ._btn { display: inline-block; padding: 0 30px; border-radius: 3px; color: #ffffff; background: #cccccc; cursor: pointer; line-height: 26px; margin-right: 10px; }
.widget-job-4 ._btn1 { background: #3bb4f2; }
.widget-job-4 ._btn1:hover { background: #10a0ea; }
/*产品详情*/
.widget-prodetail-3 { overflow: hidden;  *zoom: 1; margin-bottom: 50px;}
.widget-prodetail-3-img { float: left; width:37.5%;  }
.widget-prodetail-3-img ._img { position: relative; height: 0; overflow: hidden; padding-bottom: 75%; border: 1px solid #ccc;}
.widget-prodetail-3-img ._img img { position: absolute; left: 0; top: 0; width: 100%; height: 100%;  *height: auto;}
.widget-prodetail-3-detail { float: right; width: 60%; }
.widget-prodetail-3-detail ._detail { line-height: 20px; margin-top:15px; }
.widget-prodetail-3-detail ._price { font-size: 22px; color: #333333; margin-top:15px; }
.widget-prodetail-3-detail ._title { margin-bottom: 20px; font-size: 30px; font-weight: normal; color: #333333; height: 34px; line-height: 34px; }
.widget-prodetail-3-detail ._tip { padding-bottom: 20px; height: 28px; border-bottom: 1px solid #cccccc; }
.widget-prodetail-3-detail ._tools { margin-top:20px; }
.widget-prodetail-3-detail ._tools li { margin-right: 5px; vertical-align: top; }
.widget-prodetail-3-detail ._tools ._link a { display: inline-block;  border-radius: 3px;  cursor: pointer; padding: 0 20px; background: #ededed; color: #333333; border: 1px solid #cccccc; height: 34px; line-height: 34px; font-size: 14px; }
.widget-prodetail-3-detail ._tools ._link a:hover { color: #ffffff; border-color: #3bb4f2; background: #0e90d2; }
.proTab{ display: none;}
.proTab .tab_b{ margin-bottom: 30px; height: 42px; border-bottom: 1px solid #ddd;}
.proTab .tab_t{ border: 1px solid #ddd;height: 42px; line-height: 42px; text-align: center; width: 130px;}
.proTab .tab_t .ion{ color: #00a8ff; font-size: 20px;}
.proTab .tab_t_cur{ border-top: 1px solid #00a8ff;}
/*发展历程*/
.widget-history-1 { background: #ffffff; }
.widget-history-1 ._year { position: relative; height: 40px; margin-top: 12px; border-bottom: 1px dotted #3bb4f2; }
.widget-history-1 ._year strong { position: absolute; width: 86px; height: 86px; background: url(../images/year.png) no-repeat; left: 0; top: 0; text-align: center; line-height: 86px; color: #ffffff; font-size: 24px; }
.widget-history-1 ._list ul { padding-left: 88px; }
.widget-history-1 ._list li { position: relative; padding: 20px 20px 20px 8em; border-bottom: 1px dotted #cccccc; }
.widget-history-1 ._list li strong { position: absolute; left: 1.5em; top: 1.5em; }

/*人力资源*/

.human ._con{ display: block; position: relative; overflow: hidden;}
.human ._intro{ padding:0 4%;}
.human ._mask{-webkit-transition: all 0.3s ease; transition: all 0.3s ease;  position: absolute; left: 50%; top: 50%; background:url(../images/blue_bg.png) repeat; font-size: 20px; color: #fff; width: 130px; height: 42px; margin-left: -65px; margin-top: -21px; text-align: center; line-height: 42px;}
.human ._con:hover ._mask{padding: 8%; width: 84%; height: 72%; top: 0; left: 0; margin-left: 0; margin-top: 0; }
.human ._con:hover ._mask span{ line-height: 150px;display: block; width: 100%; height: 100%; border: 1px solid #fff;}

/*社会责任*/
.social .item2{ background:#eff3ef; padding-top: 45px; padding-bottom: 90px;}
.social .item2 ._intro{ font-size: 16px;}
.social .item2 ._con{ position: relative; padding-left: 45px; }
.social .item2 ._con h3{ font-size: 16px; color: #000; margin-bottom: 10px;}
.social .item2 ._con .arrow{ width: 29px; height: 21px;  position: absolute; left: 0; top: 4px; background:url(../images/blue_arr.png) no-repeat center; display: inline-block;}

/*研发开发*/
.research .item1{ padding-bottom: 55px;}
.research ._list { height: 190px; display: none;}
.research ._list ._con{ display: block; position: relative; border: 1px solid #d2d2d2; }
.research ._list ._img{ height: 0; padding-bottom: 75%; overflow: hidden;}
.research ._list ._img img{ width: 100%;}
.research ._list ._title{ position: absolute; text-align: center; width: 100%;font-weight: normal; left: 0; bottom: 0;color: #fff; background:url(../images/blue_bg.png) repeat; height: 42px; line-height: 42px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.research ._intro{ font-size: 16px; }
.research .item1 .parrs{ font-size: 50px;bottom: 60px; position: absolute; color: #c9c9c9;}
.research .item1 .parrs:hover{ color: #0082d6;}
.research .item1 .parr_prev{ left: -80px;}
.research .item1 .parr_next{ right: -80px;}
.research .item2{ background: #dbe0df; padding: 40px 0;}
.research .item2 ._img{ margin-right: 50px;}
.research .item2 ._info strong{ display: inline-block; color: #0082d6; font-size: 14px; }
.research .item2 .p2 strong{ margin-bottom: 10px;}
.circle{ background: #0082d6; display: inline-block; vertical-align: middle; width: 8px; height: 8px; border-radius: 50%; margin-right: 10px;}
 
/*质量管理*/
.quality .item1 ._intro{ border-bottom: 1px solid #efebef; padding-bottom: 40px; margin-bottom: 40px;}
.quality .item2 .p1,.quality .item2 .p2{ font-size: 14px; padding-left: 45px; position: relative;}
.quality .item2 .circle{ position: absolute; left: 0; top: 10px;}
.quality .item2 ._img{ width: 60%;}
.quality .item2 ._intro{ width: 35%;}
.quality .item2 .p2{ font-weight: bold; line-height: 32px;}


/*先进典型*/
.people_list li { padding: 40px 0; }
.people_list li .wrap{ overflow: hidden;}
.people_list li ._img{ float: left; width: 24%; margin-right: 4%;}
.people_list li ._t{ padding-bottom: 10px; margin-bottom: 10px; font-size: 28px; border-bottom: 1px solid #e7ebe7; color: #4a4952;}
.people_list li .s_t{ color: #0082d6; font-size: 20px; margin-bottom: 10px; }
.people_list li ._txt{ width: 72%; float: right; }
.people_list li .introduce strong{ font-size: 14px; }
.people_list li._right ._img{ float: right; margin-right: 0;}
.people_list li._right ._txt{ float: left;}
.people_list li._right{ background: #dee7ef; }

/*全站搜索*/
.Search-S1-head { overflow: hidden; padding: 20px; background: #ededed; margin-bottom: 20px;  *zoom: 1;}
.Search-S1-head ._form { margin-right: 3em; }
.Search-S1-head ._inp { height: 30px; line-height: 30px; padding: 0 5px; background: #ffffff; border: 1px solid #cccccc; }
.Search-S1-head ._btn { height: 30px; line-height: 30px; background:#0e90d2; cursor: pointer; padding: 0; margin: 0;  border: 1px solid #0e90d2; width:30px ;}
.Search-S1-head ._btn .ion { vertical-align:top; margin: 0; padding: 0; color: #ffffff; font-size: 16px; }
.Search-S1-head ._result { font-size: 16px; line-height:30px;}
.Search-S1-head ._result em { margin: 0 .4em; font-weight: 700; }
.Search-S1-list { margin-bottom: 30px; }
.Search-S1-list li { margin-bottom: 15px; }
.Search-S1-list ._head { font-size: 14px;  padding: 5px 0; margin-bottom: 10px; border-bottom: 1px solid #cccccc; }
.Search-S1-list ._num { float: left; }
.Search-S1-list ._type { float: left; color:#0e90d2;padding: 0 1em; border-right: 1px solid #cccccc; margin-right: 1em; font-style: normal; }
.Search-S1-list ._t { float: left; width: 50%; font-weight: bold; color:#333; }
.Search-S1-list ._p { padding-left: 60px; font-size: 14px; }

/*common*/
h1,h2,h3,h4,h5{ font-size: 12px; font-weight: normal;}
.posi{ text-align: right; padding-top: 20px; padding-bottom: 10px;}
.main{ padding: 0 10px; margin-bottom: 50px;}
.mainleft{ float: left; width: 21%;}
.mainright{ float: right; width: 73%;}
.submenu { border: 1px solid #dedbdb; margin-bottom: 15px;}
.submenu>ul>li{ border-bottom: 1px solid #dedbdb;}
.submenu>ul>li>a{ display: block; padding: 0 30px; height: 40px; line-height: 40px; overflow: hidden; background-color: #f0f0f0; }
.submenu>ul>li.cur>a,.submenu>ul>li>a:hover{ background-color: #0079c2; color: #fff;}
.submenu li ._t{ float: left; font-size: 14px;}
.submenu li ._arr{ float: right;}
.submenu li ._list{ display: none;}
.submenu li ._list a{ display: block; height: 40px; line-height: 40px; padding-left: 30px; font-size: 14px; border-bottom: 1px solid #d2d2d2;}
.submenu>ul>li.cur ._list,.submenu>ul>li ._list{ display: block;}
.pro_search{ border: 1px solid #dedbdb;background-color: #f0f0f0; padding: 20px 15px; margin-bottom: 15px;}
.pro_search .pro_sel{ height: 25px; line-height: 25px; border: 1px solid #659adc; margin-bottom: 12px; background-color: #fff;}
.pro_search .pro_sel ._val i{ float: right; margin-top: 2px;}
.pro_search .pro_sel .sele_{ border: 1px solid #e7e4e4;}
.pro_search .pro_sel .sele_  a{ display: block; padding-left: 25px; height: 30px; line-height: 30px; border-color: #fafafa; border-bottom: 1px solid #e7e4e4;}
.pro_search input[type=submit]{ width: 92px; height: 26px; background: url(../img/left_search.png) 0 0 no-repeat; border: 0;}
.left_tel{ height: 44px; line-height: 44px; background:  url(../img/left_tel_bg.png) 0 0 no-repeat; background-size: cover; text-align: center; color: #fff; font-size: 14px; font-family: 'Myriad Pro'}
.page{font-size: 12px; color: #777777; text-align: center;}
.page a,.page span { color: #777777;display: inline-block;border: 1px solid #ededed;padding: 5px 10px;vertical-align: middle;margin: 0 0 10px -1px;}
.page .goprev{margin-right: 10px;}
.page .gonext,.page .count {margin-left: 10px;}
.page a:hover,.page span{color:#fff; background: #0e90d2;}
.page span.goprev,.page span.gonext {color: #777777; background: none}
.page span.count { border: 0;background: 0;color: #777777;}

.dot{ display:inline-block; width: 23px; height: 23px; background:  url(../img/dot_ico.png) 0 0 no-repeat; font:0/0 a; letter-spacing: -9px; vertical-align: middle}
.dot1{ background-position: 0 0;}
.dot2{ background-position: 0 -23px;}
.dot3{ background-position: 0 -46px;}
.dot4{ background-position: 0 -69px;}
.dot5{ background-position: 0 -92px;}
.dot6{ background-position: 0 -115px;}

/*网站地图*/
.map_line{overflow:hidden;line-height:30px;padding:8px 10px;border-bottom:1px solid #ddd;*zoom:1;}
.map_line h4{margin-right:10px;}
.map_line h4 a{display:block;text-align:center;background:#ececec;font-size:14px;}
.map_line h4 a:hover{background:#e11c25;color:#fff;}
.site_cell a{float:left;color:#333;background:url(../images/cir_map.gif) 18px 10px no-repeat;padding-left:35px;transition:none;}
.site_cell a:hover{background-position:18px -31px;color:#e11c25;}

/*在线留言表单*/
.widget-form-1 ._act{margin-top: 30px;}
.widget-form-1 .form-control{border-radius: 0px;border-color:#cccccc}
.widget-form-1 .btn-primary{background:#286090;border-color:#204d74;}
.widget-form-1 .btn-default{background:#e6e6e6;border-color:#adadad}

/*留言表单*/
.Form-M1 .Form-M1-Left { float: left; width: 50%; }
.Form-M1 .Form-M1-right { float: right; width: 50%; }
.Form-M1 .Form-M1-li { padding-top: 10px; }
.Form-M1 .Form-M1-li label { width: 5em; display: inline-block; color: #666; vertical-align: middle; }
.Form-M1 .Form-M1-li input { height: 28px; line-height: 28px; border: 1px #ddd solid; width: 70%; outline:none; }
.Form-M1 .Form-M1-li textarea { border: 1px #ddd solid; width: 70%;outline:none; padding:0; margin:0; height:146px; }
.Form-M1 .Form-M1-li em { color: red; vertical-align: middle; padding-left: 10px; }
.Form-M1 .Form-M1-li input._yzm { width: 20%; }
.Form-M1 .Form-M1-li img { vertical-align: middle; padding-left: 10px; cursor: pointer; height:30px; width:100px; }
.Form-M1 .Form-M1-li b { color: #666; font-size: 12px; padding-left: 4px; }
.Form-M1 .Form-M1-Btn { clear: both; text-align: center; padding-top: 40px; }
.Form-M1 .Form-M1-Btn button { width: 90px; height: 24px; line-height: 24px; text-align: center; color: #fff; border-radius: 4px; cursor: pointer; padding:0; margin:0; border:none; font-family:微软雅黑; }
.Form-M1 .Form-M1-Btn ._submit { background: #019AFF; margin-right: 10px; }
.Form-M1 .Form-M1-Btn ._reset { background: #909090; }
.Form-M1 .Form-M1-Btn button:hover{ opacity:0.8;}


/*订购*/
.Form-P1 .Form-P1-Left { float: left; width: 50%; }
.Form-P1 .Form-P1-right { float: right; width: 50%; }
.Form-P1 .Form-P1-li { padding-top: 10px; }
.Form-P1 .Form-P1-li label { width: 5em; display: inline-block; color: #666; vertical-align: middle; }
.Form-P1 .Form-P1-li input { height: 28px; line-height: 28px; border: 1px #ddd solid; width: 68%; }
.Form-P1 .Form-P1-li textarea { border: 1px #ddd solid; width: 70%; }
.Form-P1 .Form-P1-li em { color: red; vertical-align: middle; padding-left: 10px; }
.Form-P1 .Form-P1-li input._yzm { width: 20%; }
.Form-P1 .Form-P1-li img { vertical-align: middle; padding-left: 10px; cursor: pointer; }
.Form-P1 .Form-P1-li b { color: #666; font-size: 12px; padding-left: 4px; }
.Form-P1 .Form-P1-li select { border: 1px #ddd solid; width: 70%; padding: 7px 0; }
.Form-P1 .Form-P1-Btn { clear: both; text-align: center; padding-top: 40px; }
.Form-P1 .Form-P1-Btn button { width: 90px; height: 24px; line-height: 24px; text-align: center; color: #fff; border-radius: 4px; cursor: pointer; border:0;}
.Form-P1 .Form-P1-Btn ._submit { background: #019AFF; margin-right: 10px; }
.Form-P1 .Form-P1-Btn ._reset { background: #909090; }


.sear .sear_f .inp{border: none;padding: 5px 0 5px 5px;vertical-align: top;outline: none;}
.sear .sear_f .btn{vertical-align: top;line-height: 25px;color: #e60013;font-size: 14px;}

/*简历投递*/
.Form-J1 .Form-J1-Left { float:left; width:50%; }
.Form-J1 .Form-J1-right { float:right; width:50%; }
.Form-J1 .Form-J1-li { padding-top:10px; }
.Form-J1 .Form-J1-li label { width:5em; display:inline-block; color:#666; vertical-align:middle; }
.Form-J1 .Form-J1-li input { height:28px; line-height:28px; border:1px #ddd solid; width:70%; }
.Form-J1 .Form-J1-li textarea { border:1px #ddd solid; width:70%; height:103px;}
.Form-J1 .Form-J1-li em { color:red; vertical-align:middle; padding-left:10px; }
.Form-J1 .Form-J1-li input._yzm { width:20%; }
.Form-J1 .Form-J1-li img { vertical-align:middle; padding-left:10px; cursor:pointer; }
.Form-J1 .Form-J1-li b { color:#666; font-size:12px; padding-left:4px; }
.Form-J1 .Form-J1-li select { border:1px #ddd solid; width:70%; padding:7px 0; }
.Form-J1 .Form-J1-Btn { clear:both; text-align:center; padding-top:40px; }
.Form-J1 .Form-J1-Btn button { width:90px; height:24px; line-height:24px; text-align:center; color:#fff; border-radius:4px; cursor:pointer; border:0;}
.Form-J1 .Form-J1-Btn ._submit { background:#019AFF; margin-right:10px; }
.Form-J1 .Form-J1-Btn ._reset { background:#909090; }

/*2016-01-08*/
.top_r li{ position: relative;}
.top_r li:hover ._pannel{ display: block;}
._pannel{ display: none;width: 100%; background: #0082d0 6px; position: absolute;  left: 0; z-index: 10; top: 32px;}
._pannel a{ display: block; width: 100%; line-height:30px; text-align: center;}
.top_r li .ion{ font-size: 12px;}
.top_r li a:hover{ color: #fff;}
/* .banner li img{ -webkit-transition: all 8s linear; transition: all 8s linear; }
.banner li.active img{ transform: scale(1.2);webkit-transform: scale(1.2);} */

.banner li ._txt{text-shadow:#333 1px 1px 3px; color: #fff; opacity: 0; -webkit-transition: all 1.5s ease; transition: all 1.5s ease;  margin-left:0; width: 400px; position: absolute; left: 50%; z-index: 10; top: 150px; }
.banner li ._txt h3{ font-size: 44px; font-weight: bold; }
.banner li ._txt ._line{ width: 73px; height: 7px; background: #8cb1d3; display: block;}
.banner li ._txt ._tx{ font-size: 18px; margin-bottom: 60px;}
.banner li ._txt ._more{ display: inline-block; font-size: 16px; text-align: center; border: 1px solid #8ebbd9; width: 151px; height: 46px; line-height: 46px;}
.banner li.active ._txt{ opacity: 1;margin-left: -600px; }
.banner li.active ._txt a{ color: #fff;}
.wrap_out .wrap_in{ height: 90%;}
.wrap_body{ height: 100%;}

/*右侧qq*/
#kefu{ display: none;width:120px; height:auto; position:fixed; top:35%; right:5px;z-index:89; background:#fff; border:1px solid #d1d1d1;padding-bottom:10px;}
#kefu .top{ color: #fff; width:100%; height:35px; line-height:35px;font-family:"Microsoft YaHei"; font-size:14px; font-weight:bold; text-align:center;}
#kefu .kf_middle{ font-size:12px; width:100%; text-align:center;}
#kefu .kf_middle .kf_qq{ margin-bottom:5px;}
#kefu .kf_middle .kf_qq .t{ padding-left: 20px; display: block; text-align: left; }
#kefu .kf_middle .kf_alww{ }
#kefu .kf_middle .kf_tel{ color:#991C0A; margin-bottom:5px;}
#kefu .kf_middle .kf_bttext{ margin-bottom:5px;}
#kefu .close{float:right; cursor:pointer; font-size: 18px; color: #333;}
#right_bar{ width:28px; height:95px; position:fixed; top:50%; right:0; margin-top:-242px; z-index:90; display:none;}
#right_bar img{cursor:pointer;}
#kefu .kf_bttext{ font-weight:bold;}
.header.fixed{ position: fixed; top: 0;}

.video ._img{ position: relative;}
.video ._img .ion{position: absolute; font-size: 32px; left: 50%; top: 50%;margin: 0; margin-left: -16px; margin-top: -16px; padding: 0;  }
/*.qq{ position: fixed;top: 35%; right:5px; z-index: 40; cursor: pointer;}
*/
/*首页新增内容*/
.c_list{ margin-bottom: 100px;}
.c_list ul{ padding:13px 10px; border: 1px solid #c6c6c6;}
.c_list li{ cursor: pointer; position: relative;overflow: hidden; width: 16%; float: left; margin:0 0.33%;}
.c_list li ._tit{ font-size: 14px; color: #000; font-weight: bold; position: absolute;width: 90%; bottom: 0; left: 0; background:url(../images/white_bg.png); height: 44px; line-height: 44px; padding:0 5%;}
.c_list li ._tit i{ margin-right: 10px;display: inline-block; width: 30px; height: 30px; vertical-align: middle; background:url(../images/c_icos.png) no-repeat 0 0;}
.c_list li.l1 ._tit i{ background-position: 0 0;}
.c_list li.l2 ._tit i{ background-position: -30px 0;}
.c_list li.l3 ._tit i{ background-position: -60px 0;}
.c_list li.l4 ._tit i{ background-position: -90px 0;}
.c_list li.l5 ._tit i{ background-position: -120px 0;}
.c_list li.l6 ._tit i{ background-position: -150px 0;}
.c_list li ._mask{ position: absolute; top: 100%; left: 0; background: #0082d6; color: #fff; text-align: center; width: 100%; height: 100%;  -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
.c_list li:hover ._mask{ top: 0;}
.c_list li ._mask .m_con{ padding:20% 10% 10% 10%; }
.c_list li ._mask h3{ font-size: 14px;  font-weight: bold; margin-bottom: 10px;}
.c_list li ._mask .ic{ display: inline-block; margin-bottom: 5px;}
.c_list li ._mask .loc{ position: absolute; right:10%; bottom: 5%;}
.rightside{ z-index: 50;position: fixed; top: 200px; right: 5px; width: 53px;}
.rightside a{ display: inline-block; width: 53px; height: 53px; background:url(../images/rightside.png) no-repeat 0 0;}
.rightside .a2{ background-position:0 -68px;}
.rightside .a3{ background-position:0 -137px;}
.rightside .a4{ background-position:0 -205px;}
.rightside .cd{ display: none; position: absolute; left: -100px;}
.rightside .a2:hover .cd{ display: block;}

.footer_bottom .bdsharebuttonbox a{ padding: 0; width: 24px; height: 24px; background:url(../images/share.png) no-repeat 0 0;}
.footer_bottom .bdsharebuttonbox a.bds_qzone{ background-position: -60px 0;}
.footer_bottom .bdsharebuttonbox a.bds_tsina{ background-position: -90px 0;}
.footer_bottom .bdsharebuttonbox a.bds_weixin{ background-position: -30px 0;}

/*20160408*/
.iprosBox { position:relative; clear:both; }
.iprosBox .ipBtn { width:80px; height:150px; line-height:150px; position:absolute; top:50%; margin-top:-100px; text-align:center; color:#aaaaaa; z-index:20;}
.iprosBox .ipBtn:hover { color:#1087eb;}
.iprosBox .ipBtn .ion { margin:0; font-size:60px;}
.iprosBox .ipBtn_prev { right:100%; }
.iprosBox .ipBtn_next { left:100%; }

.ipros,.ip_wrap,.ip_cell,.ipros .ipl,.ipros .ipl ._cover,.ipros .ipl ._img { height:300px; position:relative; overflow:hidden; }
.ipros { padding-bottom:50px;}
.ipros .ipl { width:400px; float:left;}
.ipros .ipl ._img { display:block; text-align:center; overflow:hidden; }
.ipros .ipl ._img img { display:inline-block; margin:0 -100%; margin:0 -50%\9; max-width:none; width:auto;}
.ipros .ipl ._cover,.ipros .ipl ._cover .plus,.ipros .ipl ._cover ._title,.ipros .ipl ._cover ._tip { -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}
.ipros .ipl ._cover { width:100%; position:absolute; left:0; top:0; color:#fff;}

.ipros .ipl ._cover .plus { display:none; width:44px; height:45px; background:url(../images/plus.png) no-repeat; position:absolute; left:50%; top:50%; margin:-22px 0 0 -22px; }
.ipros .ipl ._cover ._title,.ipros .ipl ._cover ._tip { width:100%; color:#fff; position:absolute; left:0; text-align:center;}
.ipros .ipl ._cover ._title { display:inline-block; width:auto; height:46px; line-height:46px; font-size:20px; font-weight:bold; left:25px; bottom:36px; padding:0 34px; background:rgba(0,130,214,.75); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#bb0082d6,endcolorstr=#bb0082d6); -webkit-transition:none; transition:none;}
.ipros .ipl ._cover ._tip { display:none; font-size:14px; text-align:center; height:24px; line-height:24px; bottom:40px;}

.ipros .ipl:hover ._cover { background:rgba(0,130,214,.75); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#bb0082d6,endcolorstr=#bb0082d6);}
.ipros .ipl:hover ._cover .plus { display:block; }
.ipros .ipl:hover ._cover ._tip { display:block; }
.ipros .ipl:hover ._cover ._title { background:rgba(0,130,214,0); filter:none; width:100%; left:0; bottom:64px; padding:0;}
.ipros .slide_nav,.ipros .scroll_nav { width:100%; height:auto; text-align:center; font:0/0 a; letter-spacing:-9px; left:0; bottom:10px;}
.ipros .slide_nav a,.ipros .scroll_nav a { display:inline-block; width:50px; height:6px; background-color:#d5d5d5; cursor:pointer; margin:0 5px;}
.ipros .slide_nav a.on,.ipros .scroll_nav a.on { background-color:#1087eb; }

.h_sec5 { padding-bottom:50px; }
.h_sec5 .sec1_intro { margin-bottom:100px; }

.inet_list { max-width:440px; text-align:center; overflow:hidden; position:relative;}
.inet_list ul { margin:-1px 0 0 -1px; }
.inet_list li { width:50%; float:left; }
.inet_list .box { border-left:#dfdfdf 1px dotted; border-top:#dfdfdf 1px dotted;}
.inet_list ._num { font-size:44px; line-height:1.5;}
.inet_list ._num b { font-size:38px; }
.inet_list ._text { font-size:14px; }

.in_ico { display:inline-block; width:70px; height:70px; background:url(../images/inet_ico.png) no-repeat; overflow:hidden; }
.ii01 { background-position:0 0; }
.ii02 { background-position:-70px 0; }
.ii03 { background-position:-140px 0; }
.ii04 { background-position:-210px 0; }

.inet_list li:hover { color:#0082d6; }
.inet_list li:hover .ii01 { background-position:0 -70px; }
.inet_list li:hover .ii02 { background-position:-70px -70px; }
.inet_list li:hover .ii03 { background-position:-140px -70px; }
.inet_list li:hover .ii04 { background-position:-210px -70px; }

.footer .links a { display:block; width:100%; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.footer ._midd .ctBox { width:42%; padding-left:8%; float:left; position:relative;}
.footer ._midd .ctBox ._n { position:absolute; left:0; top:0; }
.footer ._midd .ctBox dl { position:relative; padding-left:42px; }
.footer ._midd .ctBox dt { position:absolute; left:0; top:0; }

.wxgzh { width:120px; height:120px; padding:20px; }

/*下载*/

.widget-download-1-list li { height: 60px; line-height: 60px; overflow: hidden; vertical-align: top; color: #333333; border-bottom: 1px solid #eee; background: #ffffff; font-size: 14px }
.widget-download-1-list li:nth-child(even) { background: #ededed; }
.widget-download-1-list li a { color: #333333; }
.widget-download-1-list li a:hover { color: #009bff; }
.widget-download-1-list ._title { padding: 0 10px; }
.widget-download-1-list li ._view { padding: 0 10px; border-left: 1px solid #ededed; }
.widget-download-1-list .ion { font-size: 16px; color: #9d9d9d; }

.ipros .slide_nav a,.ipros .scroll_nav a { width:10px; height:10px; }


.pro_cont .row>div {min-height:310px;}

.addMenu { margin-bottom:20px; }
.addMenu li { float:left; height:32px; line-height:32px; background:url(../images/line.png) right no-repeat;}
.addMenu li:last-child { background-image:none; }
.addMenu a { display:inline-block; white-space:nowrap; padding:0 15px; font-size:18px; }
.addMenu .cur a { color:#0082d6; }

a.unable { display:none!important; }

.album_ordinary .slide_c p{bottom:60px!important;}

/*2017-04-06footer*/
.footer .links a{cursor:default;color: #555;}