﻿
* name:Global && Pc StyleSheet
* version:v3.3.1
* update:雪碧图对齐
* date:2016-04-30
*/

/* 雪碧图 */
/* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/03/css-layout-base-20px/) */
.ico { display:inline-block; width:20px; height:20px; white-space:nowrap; letter-spacing:-1em; text-indent:-99em; color:transparent; background:url(../img/ico.png);
	*text-indent:0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');}
.ico:before {content:'\3000';}
.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;}
/* 常量设置 */
html { overflow-x:auto;}
html,body,.wrap { min-width:1200px;}
.wrap { width:1200px; margin-right:auto; margin-left:auto;}
body{font-size:13px; line-height:1.6; color:#555; background:#fff;}
a{color:inherit;}
a:hover { color:#97c71a;}
::-moz-selection {color:#fff; background:#97c71a; }
::selection {color:#fff; background:#97c71a; }
::-webkit-input-placeholder { color:#aaa; } 
.placeholder { color:#aaa;}
/*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);}

.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}

.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }

/* 网站样式 */
/*公用样式*/
.pageHeader{background:url(../img/head_bg.png) repeat; height:80px; position:fixed; top:0;left:0; z-index:10; width:100%;}
.pageHeader .search_con{width:12%;}
.pageHeader .search_con .lang{width:50%;line-height:80px; color:#fff; text-align:center; font-size:14px;}
.pageHeader .search_con .search{width:50%;line-height:80px;}
.pageHeader .logo{width:20%;padding-top:5px;margin-right:3%;}
.pageHeader .nav_box{width:65%;}
.pageHeader .nav .nav_list>li{float:left;width:11%; font-size:16px; line-height:80px; color:#fff; text-align:center;height:80px;position:relative;}
.pageHeader .nav .nav_list .sec_nav_list{position:absolute;top:100%;left:0;padding:20px 5px 20px 20px;background-color:#97c71a;display:none;}
.pageHeader .nav .nav_list .sec_nav_list li{width:120px; font-size:14px; line-height:30px; height:30px;color:#fff; }
.pageHeader .nav .nav_list .sec_nav_list li a:hover{color:#fff;}
.pageHeader .nav .nav_list .sec_nav_list li:hover i{display:block;}
.pageHeader .nav .nav_list .sec_nav_list i{display:none; width:30px; height:30px; background:url(../img/nav_arrow.png) center center no-repeat; background-size:cover;}
.pageHeader .nav .nav_list>li.cur{color:#fff; background-color:#97c71a;}
.pageHeader .nav .nav_list>li>a{display:block; color:#fff;}
.pageHeader .nav .nav_list>li.hover a{color:#fff; background-color:#97c71a;color:#fff;}
.pageHeader .nav_box .mobile_key{display:none;}
.pageHeader .search_con .search span{display:block;text-align:center;background-color:#97c71a; position:relative;height:80px;}
.pageHeader .search_con .search span i{font-size:24px; color:#fff; line-height:80px;}
.pageHeader .search_con .search .form_box{display:none;position:absolute; top:100%; right:0; width:240px;padding:15px 20px; background-color:#97c71a;}
.pageHeader .search_con .search .form_box .input_box{width:70%;line-height:30px;height:30px;}
.pageHeader .search_con .form_box .input_box input{display:block;height:30px;border:none; padding:0; padding-left:10px; width:100%;box-sizing:border-box; font-size:12px;}
.pageHeader .search_con .search .form_box .btn_box{width:30%;line-height:30px; height:30px;}
.pageHeader .search_con .form_box .btn_box button{display:block;width:100%;height:30px;background-color:#505050; border:none;outline:none; font-size:16px; color:#fff; line-height:30px;cursor:pointer;}
.pageFooter{height:360px;background-color:#eceef0;}
.pageFooter .f_top_box{margin:0 25px; padding-top:25px; padding-bottom:10px; border-bottom:1px solid #c8c4c3; margin-bottom:30px;}
.pageFooter .f_top_box .f_lang{cursor:pointer;margin-left:10px;width:80px;line-height:30px; height:30px; font-size:14px; color:#006db8; text-align:left; margin-top:12px;}
.pageFooter .f_top_box .f_lang i{font-size:10px;margin-left:10px;}
.pageFooter .f_top_box .f_lang  span{padding-left:20px;}
.pageFooter .f_top_box .f_lang .hide_lang {display:none;}
.pageFooter .f_top_box .f_lang .hide_lang span{background-color:#fff;border-bottom:1px solid #e1e1e1; display:block;}
.pageFooter .f_top_box .f_lang .hide_lang span a{display:block;}
.pageFooter .f_top_box .f_lang .hide_lang span:hover{background-color:#97c71a; color:#fff; }
.pageFooter .f_top_box .f_lang .hide_lang a:hover{color:#fff;}
.pageFooter .f_share_box{/*background:url(../img/shares.png)left center no-repeat;*/ margin-top:13px;margin-right:10px;}
.pageFooter .f_share_box .bdshare-button-style1-16 a{width:27px;height:27px; margin:0;margin-right:4px; padding:0; background:none;}
.pageFooter .f_center_box{margin:0 25px;}
.pageFooter .f_center_box dl{width:20%; float:left; text-align:left;}
.pageFooter .f_center_box dl dt{font-size:18px;line-height:36px; color:#000;padding-left:15px; margin-bottom:15px;}
.pageFooter .f_center_box dl dd{font-size:14px;color:#333; line-height:24px; padding-left:15px;}
.pageFooter .f_center_box .ewm{width:20%;float:right;}
.pageFooter .f_center_box .ewm .ewm_box{padding-left:35px;padding-right:15px;}
.pageFooter .f_center_box .ewm_box .ewm_tit{font-size:18px;line-height:36px; color:#000;padding-left:15px; margin-bottom:15px;}
.pageFooter .f_center_box .ewm_box .wx_wrap ,.pageFooter .f_center_box .ewm_box .ewm_wrap{display:block;width:80px;height:80px;overflow:hidden;}
.pageFooter .f_center_box .ewm_box .wx,.pageFooter .f_center_box .ewm_box .ewm_pic{width:100%;height:80px;background-image:url(../img/ewm_icons.jpg);background-repeat:no-repeat;}
.pageFooter .f_center_box .ewm_box .wx{background-position:0 0; transition:all 0.5s ease;}
.pageFooter .f_center_box .ewm_box .ewm_pic{background-position:-80px 0; transition:all 0.5s ease;}
.pageFooter .f_center_box .ewm_box .wx_wrap:hover .wx{background-position:0 -80px;}
.pageFooter .f_center_box .ewm_box .ewm_wrap:hover .ewm_pic{background-position:-80px -80px;}
.footer2{background-color:#006db8; font-size:12px; color:#fff; height:50px; line-height:50px;}
.footer2 .banquan_box{padding-left:15px;}
.footer2 .made_box{padding-right:15px;}
.footer2 .made_box a{margin-right:10px;}
.rect-68{padding-bottom:68%;}
.rect-45{padding-bottom:45%;}
.rect-78{padding-bottom:78%;}
.rect-56{padding-bottom:56%;}
.rect-70{padding-bottom:70%;}
.rect-67{padding-bottom:67%;}
.rect-85{padding-bottom:85%;}
.rect-43{padding-bottom:43%;}
/*按钮*/
.enter{width:114px; height:30px; line-height:30px; position:relative; z-index:1;}
/*挂件间距*/
.gj_wrap{padding:50px 0; font-size:14px; line-height:2;}
.biaodan .gj_wrap{padding-left:50px;}
.biaodan .gj_wrap .form-m1-li{position:relative;}
.biaodan .gj_wrap .form-m1-li .Validform_wrong{position:absolute; right:20%; top:15px;}
.biaodan .gj_wrap .Form-J1-li{position:relative;}
.biaodan .gj_wrap .Form-J1-li .Validform_wrong{position:absolute; right:20%; top:15px;}

/*下层公用*/
.lower_banner_con{position:relative;width:100%; height:418px;overflow:hidden;}
.lower_banner{width:1920px; height:418px;position:absolute;left:50%;margin-left:-960px;top:50%; margin-top:-209px;}
.lower_banner img{width:100%; height:100%}
.lower_mask{width:1920px; height:62px; position:absolute; left:50%;margin-left:-960px;bottom:0;background:url(../img/lower_mask.png) left top no-repeat;}
.lower_mask .lower_ul{margin-left:4%;width:76%;}
.lower_mask .lower_ul li{width:14%; text-align:center; font-size:14px; line-height:62px; color:#fff;float:left;}
.lower_mask .lower_ul li a{color:#fff;}
.lower_mask .lower_ul li a:hover{font-size:16px; font-weight:bold;}
.lower_mask .lower_ul li.cur{font-size:15px; font-weight:bold;}
.pos{width:20%; color:#fff; font-size:14px; line-height:62px;}
.pos span{margin: 0 10px;}
/*右侧悬浮*/
.rightFloat{ position:fixed; right:0; bottom:100px; z-index:15; cursor:pointer;background-color:#e5e5e5;}
.rightFloat li{ margin-bottom:1px; width:70px; height:68px;}
.rightFloat li a{ display:block; width:100%; height:100%; background:url(../img/right.gif) no-repeat}
.rightFloat li.rf02 a{ background-position:0 -68px;}
.rightFloat li.rf03 a{ background-position:0 -136px;}
.rightFloat li.rf04{ height:69px;}
.rightFloat li.rf04 a{ background-position:0 -205px;}
.rightFloat li.rf05{ height:40px; margin-bottom:0;}
.rightFloat li.rf05 a{ background-position:0 -273px;}
.rightFloat li.rf03{ position:relative;}
.rightFloat li.rf03 .fr_erwm{ position: absolute;left: -94px;width: 0;height: 93px;top: -19%;/* left: 100%; */}
.rightFloat li.rf04{ margin-bottom:0;}
.rightFloat li:hover a{ background-position:-70px 0;}
.rightFloat li.rf02:hover a{ background-position:-70px -68px;}
.rightFloat li.rf03:hover a{ background-position:-70px -136px;}
.rightFloat li.rf04:hover a{ background-position:-70px -205px;}
.rightFloat li.rf05:hover a{ background-position:-70px -273px;}
/*首页样式*/
.ibanner {height:600px;width:100%;overflow:hidden; margin-bottom:50px;position:relative;}
.ibanner img{width:1920px;max-width:none;position:absolute;left:50%;margin-left:-960px;}
.ibanner ._mask{width:1920px; height:66px; background:url(../img/i_mask.png)left center no-repeat; position:absolute; bottom:0;left:50%;margin-left:-960px;}
.ibanner ._mask .wrap{position:relative;}
.ibanner ._mask .wrap .i_info{position:absolute; left:814px; line-height:66px;top:0; color:#fff;}
.ibanner ._mask .wrap .i_info .gupiao{margin-right:30px;}
.ibanner ._mask .wrap .i_info .num .one,.ibanner ._mask .wrap .i_info .num .two{margin-right:10px; font-size:24px;}
.ibanner ._mask .wrap .i_info .num i{font-size:24px; vertical-align:top;}
.ibanner .arr_prev{width:37px;height:71px;position:absolute;top:50%;margin-top:-35px; left:50%; margin-left: -600px;  background:url(../img/iarr.png); background-position:0 -71px;}
.ibanner .arr_prev:hover{background-position:0 0;}
.ibanner .arr_next{width:37px;height:71px;position:absolute;top:50%;margin-top:-35px; right:50%; margin-right:-600px; background:url(../img/iarr.png); background-position:-37px -71px;}
.ibanner .arr_next:hover{background-position:-37px 0;}
.ibanner .arrs .ion{display:none;}
/*pt01*/
.iMain .part01 {margin-bottom:50px;}
.iMain .part01 h2{margin-bottom:40px; font-size:28px; line-height:28px; text-align:center; color:#2b2c30; font-weight:normal;}
.iMain .part01 .container .img_box{width:50%;}
.iMain .part01 .container .img_box img{height:200px}
.iMain .part01 .container .l_con{background-color:#f3f3f3;}
.iMain .part01 .container .info_box{width:50%; overflow:hidden;}
.iMain .part01 .container .info_box .padding_con{width:auto;padding:15px 20px  20px 35px; }
.iMain .part01  .info_box .time{margin-bottom:10px;}
.iMain .part01  .info_box .month{font-size:14px; color:#898989; line-height:25px; width:30px;padding-left:20px; border-bottom:1px solid #898989;}
.iMain .part01  .info_box .day{font-size:18px; color:#333; line-height:25px; width:30px;padding-left:20px; font-weight:bold;}
.iMain .part01  .info_box .tit{font-size:16px; color:#333; margin-bottom:20px;}
.iMain .part01  .info_box  .enter{text-align:center; font-size:12px; color:#666; background-image:url(../img/c_btn_1.png); background-repeat:no-repeat;background-position:0 -30px; }
.iMain .part01  .info_box  .enter:after{content:'';;background-image:url(../img/c_btn_1.png); background-repeat:no-repeat;background-position:0 0;position:absolute;left:0;top:0;width:114px;height:0;z-index:-1; transition:all 0.3s ease;}
.iMain .part01  .info_box  .enter:hover{ color:#fff;}
.iMain .part01  .info_box  .enter:hover:after{height:30px;}
.iMain .part01  .info_box  .enter:hover a{color:#fff;}
.iMain .part01  .info_box  .enter a{color:#666; display:block;}
.iMain .part01  .info_box  .enter:hover span.img{background-image:url(../img/pt1_arrow2_h.png);}
.iMain .part01  .info_box  .enter span.text{display:block;margin-left:20px;}
.iMain .part01  .info_box  .enter span.img{ margin-left:5px; display:block;width:20px; height:13px;  background-image:url(../img/pt1_arrow2_blue.png);background-size:cover;margin-top:8px;background-repeat:no-repeat;}
/*pt02*/
.iMain .part02{background-color:#f5f5f5; padding: 50px 0 40px;}
.iMain .part02 .wrap{position:relative;}
.iMain .part02 h2{margin-bottom:40px; font-size:28px; line-height:28px; text-align:center; color:#2b2c30; font-weight:normal;}
.iMain .pt2_box  {height:300px;width:100%;}
.iMain .pt2_box>ul>li{width:30%;height:300px;}
.iMain .pt2_box .img_box{width:80px; height:80px; position:relative; margin:0 auto 0 auto;}
.iMain .pt2_box .img_box img{position:absolute; left:0; width:100%;}
.iMain .pt2_box  .padding_con{display:block; padding:0 12%;}
.iMain .pt2_box .tit{text-align:center; font-size:20px; color:#373d41;margin-bottom:5px;}
.iMain .pt2_box .info{font-size:12px; color:#666; text-align:center;}
.iMain .pt2_box .list_con{padding-top:15px; text-align:center; height:64px; overflow:hidden;}
.iMain .pt2_box .list_con li{white-space:nowrap; display:inline;padding:0 10px 0 5px; color:#006db8; font-size:12px; line-height:28px;}
.iMain .part02 .scroll_nav{display:none;}
.iMain .part02  .arrs{position: absolute; top: 50%; width: 35px; height: 60px; margin-top: -30px;}
.iMain .part02  .arr_p{left: -65px; background: url(../img/arr_p.png) center center no-repeat; background-size: cover;}
.iMain .part02  .arr_n{right: -65px; background: url(../img/arr_n.png) center center no-repeat; background-size: cover;}
/*pt03*/
.iMain .part03{position:relative; width:100%; overflow:hidden; height:530px; margin-bottom:60px; background:url(../img/pt3_1.jpg) center top no-repeat;}
.iMain .part03 img{position:absolute;width:1920px; height:530px;max-width:none; left:50%; margin-left:-960px;}
.iMain .part03 .inner_box{width:1000px; height:310px;position:absolute; top:50%;margin-top:-155px; left:50%; margin-left:-500px;background-color:rgba(255,255,255,.80); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#C8ffffff,endcolorstr=#C8ffffff);}
.iMain .part03 .inner_box .tit{margin-top:60px; font-size:30px; line-height:30px; color:#000; text-align:center; margin-bottom:30px;}
.iMain .part03 .inner_box .info{text-align:center;font-size:16px; color:#333; line-height:32px; width:78%; margin:0 auto;}
.iMain .part03 .inner_box .btns{width:390px; margin:20px auto 0;}
.iMain .part03 .inner_box .btn_l{width:41%;height:40px; background-color:#006db8; color:#fff; text-align:center;font-size:16px; line-height:40px; border-radius:40px; font-weight:normal;}
.iMain .part03 .inner_box .btn_l:hover{background-color:#027acc;}
.iMain .part03 .inner_box .btn_l a,.iMain .part03 .inner_box .btn_r a{color:#fff; display:block;}
.iMain .part03 .inner_box .btn_r{width:41%;height:40px; background-color:#84bb2e; color:#fff; text-align:center;font-size:16px; line-height:40px; border-radius:40px; font-weight:normal;}
.iMain .part03 .inner_box .btn_r:hover{background-color:#94ca3f;}

/*part04*/
.iMain .part04{margin-bottom:40px;}
.iMain .part04 h2{margin-bottom:40px; font-size:28px; line-height:28px; text-align:center; color:#2b2c30; font-weight:normal;}
.iMain .part04 .container img{width:100%; height:auto;}
.iMain .part04 .container .hq3 img{width:90%; margin-top:3%;}

/*pro_show*/
.pro_show .box1 {margin-bottom:70px;}
.pro_show .box1 .pro_Tit .p_en{font-family: Arial;font-size: 80px;color: #f8f8f8;text-transform: uppercase;}
.pro_show .box1 .pro_Tit .p_cn{font-size: 26px;font-weight: normal;left: 0;width: 100%;top: 50%;margin-top: -23px;line-height: 46px;}
.pro_show .box1 .pro_det{ width: 66%;margin: auto;text-align: center;margin-bottom: 40px;}
.pro_show .box1 .pro_imgSroll{ width: 70%;margin:0 auto;}
.pro_show .box1 .pro_imgSroll .proImg{width:600px;margin: 0 auto;}
.pro_show .box1 .pro_imgSroll .imgScroll{height:0;padding-bottom:75%;}
.pro_show .box1 .pro_imgSroll:before{content:'';border: 12px #97c71a solid;height: 70%;width: 97.5%;position: absolute;left: 0;top: 12.5%;}
.pro_show .box1 .pro_imgSroll .imgs_prev{left: 4.5%;}
.pro_show .box1 .pro_imgSroll .imgs_next{right:4.5%;}
.pro_show .box1 .imgs_prev { left:0%; margin-left:-65px; background:url(../img/solution04.png) no-repeat; }
.pro_show .box1 .imgs_next { right:0%; margin-right:-65px; background:url(../img/solution05.png) no-repeat; }
.pro_show .box1 .imgScroll { height:285px; overflow:hidden; }
.pro_show .box1 .imgs_prev,.imgs_next { display:block; position:absolute; top:50%; margin-top:-19px; width:48px; height:38px; box-shadow:#dbdbdb 0 0 2px 2px; cursor:pointer;z-index: 3;}
.pro_show .box2{padding:60px 0 50px; background:url(../img/pro2.jpg) center top no-repeat;}
.pro_show .box2 .tit_box h2{font-size:50px; color:#fff; text-transform:uppercase; font-family:Arial;}
.pro_show .box2 .tit_box h2 span{color:#006db8;}
.pro_show .box2 .info_box{font-size:26px; color:#fff;}
.pro_show .box2 .menu_box ul{margin: 0 auto; font-size: 0 ;text-align: center; height:65px;}
.pro_show .box2 .menu_box ul li{display: inline-block; line-height: 60px; width: 242px; background: url(../img/ps-bg.jpg) no-repeat;margin-right: 1%; vertical-align: bottom;}
.pro_show .box2 .menu_box ul li a{display: block; font-size: 20px; text-align: center; position: relative; color: #0d0d0d; color: #fff;}
.pro_show .box2 .menu_box ul li.active{line-height:65px; background:#fff; color:#0071b9;}
.pro_show .box2 .menu_box ul li.active a{color:#0071b9;}
.pro_show .box2 .sections{margin:55px auto 0;}
.pro_show .box2 .sections .t{font-size: 20px; margin-bottom: 24px; color:#333;}
.pro_show .box2 .sections .info_con{min-height:200px; font-size:14px; color:#333; line-height:2;}
.pro_show .box2 .sections .info_con .info_t{font-size:20px; font-weight:bold; color:#fff;background-color:#908e8f; line-height:60px;height:60px; text-align:left;padding-left:10px;}
.pro_show .box2 .menu_box.fixed{position: fixed; left: 50%; margin-left: -600px; top: 0px; z-index: 10; width: 1200px;}
.pro_show .box2 .menu_box.fixed li.active{background-color:#000;}
.pro_show .box2 .menu_box.fixed li.active a{color:#fff;}
.pro_show .box2 .menu_box{padding-top:80px;}
.pro_show .box2 .slide_nav{display:none;}
/*头部不吸顶处理*/
.head_pro_detail{position:absolute;}
.pro_show .box2 .menu_box .fixed{position:fixed;left:50%;margin-left: -600px; top: 0px; z-index: 10; width: 1200px;}
.pro_show .box2 .menu_box .fixed li.active{background-color:#000;}
.pro_show .box2 .menu_box .fixed li.active a{color:#fff;}

	


/*honor*/
.rect-120{padding-bottom:120%;}
.honor{padding-bottom:20px;}
.honor .honor_box .item{margin-top:50px; cursor:pointer;}
.honor .honor_box .item_top{position:relative; overflow:hidden;}
.honor .honor_box .item_top ._mask{position:absolute; top:100%; left:0; width:100%; height:100%; opacity:0; background:url(../img/honor_mask.png) center center no-repeat;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.honor .honor_box .top_height .item_top ._mask{background:url(../img/honor_mask2.png) center top no-repeat;}
.honor .honor_box .item:hover ._mask{top:0; opacity:1; -webkit-transition-delay:0.1s; transition-delay:0.1s;}
.honor .honor_box .item_down{padding:20px; background-color:#ababab; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;position:absolute; bottom:0; left:0; width:100%;}
.honor .honor_box .item_down.bian{position:static;}
.honor .honor_box .item_down .tit{height: 36px; overflow: hidden; font-size: 16px; line-height: 36px; color: #ffffff; text-overflow:ellipsis;}
.honor .honor_box .item:hover .item_down{background-color:#006db8;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.album_ordinary .album_close{background-color:#97c71a!important;}
.honor .pj-lb-more{text-align:center; padding-top:40px; position:relative;}
.honor .pj-lb-more .loading{background: url(../img/load2.gif) no-repeat; width: 50px; height: 50px; margin-top: -25px; margin-left: -25px; display: inline-block;}
/*about*/
.about .box1 {margin-top:35px; padding-bottom:60px;}
.about .box1 h2{font-weight:normal; font-size:26px; color:#000; margin-bottom:25px; line-height:1;}
.about .box1 .text_box {margin-left:15px;}
.about .box1 .text_box .text_up{border-top:1px solid #ebebeb; border-bottom:1px solid #ebebeb; padding:20px 5px 20px; font-size:16px; color:#5a5a5a; line-height: 30px;margin-bottom:20px;}
 .green_icon2 img{margin-top:5px;}
 .green_icon1{margin-right:5px;}
.about .box1 .text_box .text_down{font-size:14px; color:#5a5a5a;line-height:25px; margin-bottom:20px;}
.about .box1 .text_box .enter{width:114px; height:30px; line-height:30px; position:relative; background-image:url(../img/c_btn_1.png); background-repeat:no-repeat;background-position:0 -30px; z-index:1;}
.about .box1 .text_box .enter:after{content:'';background-image:url(../img/c_btn_1.png); background-repeat:no-repeat;background-position:0 0;position:absolute;left:0;top:0;width:114px;height:0;z-index:-1; transition:all 0.3s ease;}
.about .box1 .text_box .enter span{display:block;}
.about .box1 .text_box .enter .btn_text{margin-left:20px; font-size:13px; color:#666; display:block;}
.about .box1 .text_box .enter:hover{color:#fff;}
.about .box1 .text_box .enter:hover:after{height:30px;}
.about .box1 .text_box .enter:hover span.btn_text{color:#fff;}
.about .box1 .text_box .enter:hover span.btn_img{ background:url(../img/pt1_arrow2_h.png) center center no-repeat;}
.about .box1 .text_box .enter span.btn_img{margin-left:5px; display:block;width:20px; height:13px;  background-image:url(../img/pt1_arrow2_blue.png);background-size:cover;margin-top:8px;background-repeat:no-repeat;}
.about .box2 {padding-top:40px; padding-bottom:40px; background-color:#f6f6f6;}
.about .box2 .wrap{position:relative;}
.about .box2 .slide_box {position:relative; height:336px; width:100%; overflow:hidden; margin-bottom:40px;}
.about .box2 .slide_box .l_con{width:50%;float:left;}
.about .box2 .slide_box .r_con{width:50%;}
.about .box2 .slide_box li{width:100%;}
.about .box2 .box2_tit{font-size:26px; color:#000}
.about .box2 .slide_box  .year{font-size:65px; color:#d2d1d1; margin-top:40px; line-height:1; margin-bottom:25px;}
.about .box2 .slide_box  .info{font-size:16px; color:#000; line-height:30px; margin-bottom:45px;}
.about .box2 .enter{background-image:url(../img/c_btn_1.png); background-repeat:no-repeat;background-position:0 -30px;}
.about .box2 .enter:after{content:'';background-image:url(../img/c_btn_1.png); background-repeat:no-repeat;background-position:0 0;position:absolute;left:0;top:0;width:114px;height:0;z-index:-1; transition:all 0.3s ease;}
.about .box2 .enter span{display:block;}
.about .box2 .enter span.btn_text{margin-left:20px; font-size:13px; color:#666;}
.about .box2 .enter span.btn_img{margin-left:5px; display:block;width:20px; height:13px;  background-image:url(../img/pt1_arrow2_blue.png);background-size:cover;margin-top:8px;background-repeat:no-repeat;}
.about .box2 .enter:hover{color:#fff}
.about .box2 .enter:hover span.btn_text{color:#fff;}
.about .box2 .enter:hover:after{height:30px;}
.about .box2 .enter:hover span.btn_img{background:url(../img/pt1_arrow2_h.png) center center no-repeat;}
.about .box2 .arr_p{left: -65px; background: url(../img/ab_arr_p.jpg) center center no-repeat; background-size: cover;}
.about .box2 .arr_n{right: -65px; background: url(../img/ab_arr_n.jpg) center center no-repeat; background-size: cover;}
.about .box2 .arrs{position: absolute; top: 50%; width: 37px; height: 67px; margin-top: -33.5px;}
.about .box2 .y_nav a{display:block; float:left; width:5.8%; height:70px; text-align:center; background-image:url(../img/line.jpg); background-repeat:repeat-x; background-position:0 21px;}
.about .box2 .y_nav a .circle{margin:0 auto; width:42px; height:42px;background:url(../img/small_circle.png)center center no-repeat;}
.about .box2 .y_nav a.on .circle{background:url(../img/big_circle.png)center center no-repeat; }
.about .box2 .y_nav a .time{font-size:16px; color:#bbbbbb;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.about .box2 .y_nav a.on .time{font-size:22px; color:#006db8; font-weight:bold;}
.about .box3{padding-top:65px; padding-bottom:65px;}
.about .box3 .text_box {margin-left:15px;}
.about .box3 .enter{background-image:url(../img/c_btn_1.png); background-repeat:no-repeat;background-position:0 -30px;}
.about .box3 .enter:after{content:'';background-image:url(../img/c_btn_1.png); background-repeat:no-repeat;background-position:0 0;position:absolute;left:0;top:0;width:114px;height:0;z-index:-1; transition:all 0.3s ease;}
.about .box3 .enter span{display:block;}
.about .box3 .enter span.btn_text{margin-left:20px; font-size:13px; color:#666;}
.about .box3 .enter span.btn_img{margin-left:5px; display:block;width:20px; height:13px;  background-image:url(../img/pt1_arrow2_blue.png);background-size:cover;margin-top:8px;background-repeat:no-repeat;}
.about .box3 .enter:hover{color:#fff}
.about .box3 .enter:hover span.btn_text{color:#fff;}
.about .box3 .enter:hover:after{height:30px;}
.about .box3 .enter:hover span.btn_img{background:url(../img/pt1_arrow2_h.png) center center no-repeat;}
.about .box3 .text_box  .tit{font-size:26px; color:#000; margin-bottom:35px;line-height:1;}
.about .box3 .text_box  .sub_tit{font-size:18px; color:#000; margin-bottom:25px;line-height:1;}
.about .box3 .text_box  .info{font-size:14px; color:#464646; line-height:30px; margin-bottom:20px;}
.about .box4 {padding-top:60px; background-color:#f6f6f6;}
.about .box4 .tit{text-align:center; font-size:24px; line-height:1;}
.about .box4 .info{text-align:center; font-size:14px; color:#666666; width:70%; margin:25px auto 60px; line-height:28px;}
.about .box4 .img_con {width:100%; margin:0 auto;overflow:hidden;}
.about .box4 .img_con .box4_img{width:50%;position:relative; height:290px;}
.about .box4 .img_con .ab_honor{background:url(../img/about3.jpg) right top no-repeat;}
.about .box4 .img_con .ab_news{background:url(../img/about_news.jpg) left top no-repeat;}
.about .box4 .img_con .content{width:600px;position:absolute;top:60px;  right:0;}
.about .box4 .img_con .ab_news .content{right:initial; left:0;}
.about .box4 .img_con .content .tit2{text-align:center;  font-size:24px; font-weight:bold; line-height:1; margin-bottom:15px; color:#fff;}
.about .box4 .img_con .content .info2{text-align:center; font-size:14px; color:#fff; width:70%; margin-bottom:20px; margin-left:auto; margin-right:auto; line-height:28px;}
.about .box4 .content .btn_ab{width:133px; height:39px; line-height:39px;  margin:0 auto; position:relative; overflow:hidden;z-index:1;background:url(../img/c_btn_big.png) 0 0;}
.about .box4 .content .btn_ab a{display:block;}
.about .box4 .content .btn_ab span{display:block;}
.about .box4 .content .btn_ab span.btn_text{margin-left:20px; font-size:13px; color:#fff;line-height:39px;}
.about .box4 .content .btn_ab span.btn_img{width:30px; height:14px; background:url(../img/pt4_arrow.png) center center no-repeat; margin-top:14px; margin-left:10px;}
.about .box4 .content .btn_ab:after{content: '';width:100%; height:0; position:absolute; top:0; left:0;background:url(../img/c_btn_big.png) 0 -39px;-webkit-transition: all 0.3s ease; transition: all 0.3s ease; z-index:-1;}
.about .box4 .content .btn_ab:hover:after{height:39px;}
/*.about .box4 .content .btn:hover{border:none;}*/
.about .box4 .content .btn_ab:hover span.btn_text{color:#97c71a;}
.about .box4 .content .btn_ab:hover span.btn_img{background:url(../img/pt4_arrow2.png) center center no-repeat;}
/*pro_list*/
.pro_list{margin-top:50px; padding-bottom:60px; overflow:hidden;}
.pro_list .box_con{background-color:#f6f6f6; margin-bottom:40px;}
.pro_list .img_box{width:40%;float:left;}
.pro_list .info_box{width:60%;float:left; height:336px; position:relative;}
.pro_list .info_box .add{position:absolute; right:0; bottom:0; width:45px; height:45px; background-color:#006db8; font-size:40px; line-height:45px; text-align:center; color:#fff; cursor:pointer;}
.pro_list .info_box .info_padding{padding:35px 35px 0px 35px; height:245px; overflow:hidden; background-color:#f6f6f6;}
.pro_list .info_box .tit_con{margin-bottom:25px; width:600px;}
.pro_list .info_box .tit_con .tit_icon{border:3px solid #006db8;width:60px; line-height:60px; height:60px; font-size:36px; font-family:Arial; color:#006db8; text-align:center; margin-right:30px;}
.pro_list .info_box .tit_con  .name_box .en{font-size:20px; color:#666; font-family:Arial; line-height:30px; height:30px; text-align:left;}
.pro_list .info_box .tit_con  .name_box .zh{font-size:30px; color:#333; line-height:36px; height:36px; text-align:left;}
.pro_list .info_box  .tab_con{margin-bottom:50px;}
.pro_list .info_box  .tab_con .tab_b{height:65px;}
.pro_list .info_box  .tab_con .tab_t{font-size:16px; line-height:40px; border:1px solid #acacac; text-align:center; padding:0 35px; margin-right:25px;height:40px; white-space:nowrap; overflow:hidden;}
.pro_list .info_box  .tab_con .tab_c{width:660px;}
.pro_list .info_box  .tab_con .tab_c li{width:33.333333%; float:left; text-align:left; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-size:14px; color:#666; line-height:28px; color:#666;}
.pro_list .info_box  .tab_c span{ margin-right:8px;}
/*.pro_list .box_con:hover{background-color:#97c71a;}*/
/*.pro_list .box_con:hover .tit_icon{border: 3px solid #fff; color:#fff;}*/
/*.pro_list .box_con:hover .name_box .en,.pro_list .box_con:hover .name_box .zh{color:#fff;}*/
/*.pro_list .box_con:hover .tab_t{color:#fff; border: 1px solid #d1e79b;}*/
/*.pro_list .box_con:hover .tab_c li a{color:#fff;}*/
.pro_list .box_con:hover .add{background-color:#b6d85f;}
.pro_list .info_box  .tab_con .tab_t:hover{background-color:#97c71a; color:#fff; }
.pro_list .info_box  .tab_con .tab_t a:hover{color:#fff;}
.pro_list .info_box  .tab_con .tab_t_cur{background-color:#97c71a; color:#fff; border:1px solid #97c71a;}
	/*头部不吸顶*/
.header_prolist{position:absolute;}
.lbanner_prolist .lower_mask.fixed{position:fixed; top:0; bottom:auto; z-index:10; padding-bottom:30px; background-color:#fff;}
.lower_mask .lower_ul li.active{font-size:18px; font-weight:bold;}

/*tab取消后重新定位*/
.pro_list .tab_con{position:relative;}
.pro_list .tab_t1{position:absolute; left:0;top:0;}
.pro_list .tab_t2{position:absolute; left:177px;top:0;}




/*introduction*/
.intro{margin-top:45px;margin-bottom:55px;}
.intro .box1 .img_box{width:40%; margin-right:45px;}
.intro .box1 .text_con{padding:0 0 25px; font-size:16px; line-height:25px; color:#535252;}
.intro .box1 .text_con .info_up{padding-top:25px; padding-bottom:25px; margin-bottom:25px;margin-left:525px;  border-top:1px solid #ebebeb; border-bottom:1px solid #ebebeb;}
.intro .box1 .text_con h2{text-align:center; margin-bottom:20px;}
.intro .box1 .text_con .info_down{font-size:14px; color:#5a5a5a; line-height:25px;}
.intro .box2{height:290px; background:url(../img/intro2.jpg) right top no-repeat; margin-bottom:40px;}
.intro .box2 .blocks_box{width:725px;}
.intro .box2 .blocks_box .block{width:145px; height:145px; text-align:left; color:#fff;-moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.intro .box2 .blocks_box .block1{background-color:rgba(172,206,34,.8);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#C8acce22,endcolorstr=#C8acce22); margin-left:145px;}
.intro .box2 .blocks_box .block2{background-color:rgba(65,200,244,.8);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#C841c8f4,endcolorstr=#C841c8f4); margin-left:145px;margin-right:145px;}
.intro .box2 .blocks_box .block3{background-color:rgba(225,180,51,.8);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#C8e1b433,endcolorstr=#C8e1b433);margin-right:145px;}
.intro .box2 .blocks_box .block4{background-color:rgba(97,165,211,.8);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#C61a5d3,endcolorstr=#C61a5d3);margin-right:145px;}
.intro .box2 .blocks_box .block5{background-color:rgba(174,214,17,.8);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#C8aed611,endcolorstr=#C8aed611);}
.intro .box2 .blocks_box .block a{display:block; padding:35px 0 0 20px; color:#fff;}
.intro .box2 .blocks_box .block .type{font-size:40px; line-height:50px;}
.intro .box2 .blocks_box .block .type_info{font-size:20px; line-height:30px;}
.intro .box2 .blocks_box .block:hover{ -moz-transform:rotateY(360deg); -ms-transform:rotateY(360deg); -o-transform:rotateY(360deg); -webkit-transform:rotateY(360deg); transform:rotateY(360deg)}
.intro .box3 .img_box{width:25%;margin-right:3%;}
.intro .box3 .info_box{width:72%; padding-top:15px;}
.intro .box3 .info_box .text1{padding-right:50px; font-size:14px; color:#5a5a5a; line-height:20px; margin-bottom:25px;}
.intro .box3 .info_box .tit{font-weight:bold; font-size:16px; line-height:1; margin-bottom:15px;}
.intro .box3 .info_box .text2{font-size:14px; color:#6a6a6a; line-height:20px; margin-bottom:30px;}
.intro .box3 .info_box .text_down{font-size:14px; color:#5a5a5a;line-height:25px; margin-bottom:24px;}
.intro .box3 .enter{background-image:url(../img/c_btn_1.png); background-repeat:no-repeat;background-position:0 -30px;}
.intro .box3 .enter:after{content:'';background-image:url(../img/c_btn_1.png); background-repeat:no-repeat;background-position:0 0;position:absolute;left:0;top:0;width:114px;height:0;z-index:-1; transition:all 0.3s ease;}
.intro .box3 .enter span{display:block;}
.intro .box3 .enter span.btn_text{margin-left:20px; font-size:13px; color:#666;}
.intro .box3 .enter span.btn_img{margin-left:5px; display:block;width:20px; height:13px;  background-image:url(../img/pt1_arrow2_blue.png);background-size:cover;margin-top:8px;background-repeat:no-repeat;}
.intro .box3 .enter:hover{color:#fff}
.intro .box3 .enter:hover span.btn_text{color:#fff;}
.intro .box3 .enter:hover:after{height:30px;}
.intro .box3 .enter:hover span.btn_img{background:url(../img/pt1_arrow2_h.png) center center no-repeat;}
/*contact*/
.contact_banner{width:100%;height:584px;overflow:hidden; position:relative;margin-bottom:50px;}
.contact_banner .img_box img{width:1920px;max-width:none;height:100%;position:absolute; top:0;left:50%; margin-left:-960px;}
.contact_banner .contact_con{background-color:rgba(0,0,0,.7);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B2000000,endcolorstr=#B2000000); height:196px; position:absolute; bottom:0; left:0; width:100%; }
.contact_banner .contact_con .infos_box{width:700px;}
.contact_banner .contact_con .infos_box ul{margin-top:25px;border-right:1px solid #6f7275;padding-right:50px;}
.contact_banner .contact_con .infos_box ul li{height:42px; line-height:42px; width:50%; color:#fff; margin-bottom:15px; text-align:left;}
.contact_banner .contact_con .infos_box ul .li1{line-height:30px; height:auto;}
.contact_banner .contact_con .infos_box ul .li1 .tel_box{float:left;}
.contact_banner .contact_con .infos_box ul li i{display:block; float:left; width:36px; height:36px;  background:url(../img/contact_circle.png) 0 -36px  no-repeat;; margin-right:10px;position:relative; z-index:1; overflow:hidden; text-align:center;}
.contact_banner .contact_con .infos_box ul li i>img{vertical-align:middle;}
.contact_banner .contact_con .infos_box ul li i:after{content:"";position:absolute;top:-100%;left:0; width:36px; height:36px;background:url(../img/contact_circle.png) 0 0 no-repeat; color:#97c71a; z-index:-1; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.contact_banner .contact_con .infos_box ul li i:hover:after{top:0;}
.contact_banner .contact_con .contact_ewm {margin-top:30px;}
.contact_banner .contact_con .contact_ewm .text{color:#fff; text-align:center;}
.contact_banner .contact_con .contact_ewm .img_l,.contact_banner .contact_con .contact_ewm .img_r{padding: 0 38px;}
.contact .box1{width:100%; min-height:430px; margin-bottom:40px;}
.contact .box2{margin-bottom:50px;}
.contact .box2 .tit{text-align:center; font-size:30px; color:#313131; line-height:1;margin-bottom:25px;}
.contact .box2 .info{text-align:center; font-size:14px; color:#898989; line-height:1;margin-bottom:15px;}
.contact .box2 .line{display: block; margin: 0 auto 20px; width: 27px; height: 1px; background: #c6c6c6;}
.contact .box2 .form{width:1050px;margin:0 auto;}
.contact .box2 .form input{border:1px solid #d5d5d5; font-size:14px;}
.contact .box2 .name{ background: #fff url("../img/i_form_ico1.png") no-repeat right 0;}
.contact .box2 .phone{background: #fff url("../img/i_form_ico2.png") no-repeat right 0;}
.contact .box2 .email{background: #fff url("../img/i_form_ico3.png") no-repeat right 0;}
.contact .box2 .line1{width: 80%; height: 48px; line-height: 48px; padding: 0 46px 0 13px; float: left;}
.contact .box2 .form textarea{width: 989px; border: 1px solid #d5d5d5; padding: 10px 40px 10px 13px; height: 149px; font-size: 14px; line-height: 1.5; margin-bottom: 20px; margin-top:25px; background: #fff url("../img/i_form_ico4.png") no-repeat right top;}
.contact .box2 .form .btns_list{text-align:center;}
.contact .box2 .form .btns_list button{width:20%; height:45px; line-height:37px; border:none; font-size:16px; color:#fff; cursor:pointer;}
.contact .box2 .form .btns_list .sub{margin-right:8%; background-color:#006db8;}
.contact .box2 .form .btns_list .sub:hover{background-color:#1C7DBF;}
.contact .box2 .form .btns_list .reset{background-color:#848484;}
.contact .box2 .form .btns_list .reset:hover{background-color:#AFACAC;}
.contact .box2 .form_cb .span-4{position:relative;}
.contact .box2 .form_cb .span-4 span{position:absolute; right:45px; top:15px;}

/*news_show*/
/* newsdetail-7 start*/
/*widget-newsdetail-7*/
.news_show .widget-newsdetail-7 .ion { color:#676767; }
.news_show .widget-newsdetail-7 .n_left { width:66.8%; float:left; box-sizing:border-box; }
.news_show .widget-newsdetail-7 ._head ._title { font-size:32px; font-weight:bold; color:#010101; margin-bottom:10px;}

.news_show .widget-newsdetail-7 ._tools { font-size:0; color:#7e7e7e; margin-bottom:15px;}
.news_show .widget-newsdetail-7 ._tools ._tool{ font-size:12px; margin-right:10px; display:inline-block; height:30px; line-height:30px; overflow:hidden;}
.news_show .widget-newsdetail-7 ._tools .ion { font-size:18px; display:inline-block; height:30px; line-height:30px; vertical-align:-2px;}
.news_show .widget-newsdetail-7 ._tools b { font-weight:normal; }
.news_show .widget-newsdetail-7 ._tools #switcher { margin-left:10px; }
.news_show .widget-newsdetail-7 ._tools #switcher ._title{margin-right:5px;font-size:12px;color:#7e7e7e;}
.news_show .widget-newsdetail-7 ._tools #switcher .ion { font-size:15px; }
.news_show .widget-newsdetail-7 ._tools .bds_more { float:none; background:none; padding:0;}

.news_show .widget-newsdetail-7 .myart { padding:30px 2.5%; background-color:#fafafa; line-height:2; min-height:200px; font-size:13px; color:#555555 }

.news_show .widget-newsdetail-7 .n_right { width:30%; float:right; padding-top:17px; }
.news_show .widget-newsdetail-7 ._back .ion { display:block; position:absolute; top:0; right:20px; font-size:20px; }
.news_show .widget-newsdetail-7 ._back a,.news_show .widget-newsdetail-7 ._back .ion { color:#bcbcbc; }
.news_show .widget-newsdetail-7 ._back a { display:block; position:relative; width:70%; height:49px; padding-left:20px; border:#a6a6a6 1px solid; font-size:20px; line-height:49px; }
.news_show .widget-newsdetail-7 ._back:hover a { background-color:#97c71a; border:1px solid #97c71a;}
.news_show .widget-newsdetail-7 ._back:hover a,.news_show .widget-newsdetail-7 ._back:hover .ion { color:#fff; }


.news_show .widget-newsdetail-7 ._detailPage_bottom li span,.news_show .widget-newsdetail-7 ._detailPage_bottom li a { display:block;}
.news_show .widget-newsdetail-7 ._detailPage_bottom{ margin-top:50px; }
.news_show .widget-newsdetail-7 ._detailPage_bottom ul { padding:14px 0;}
.news_show .widget-newsdetail-7 ._detailPage_bottom li { position:relative; padding-bottom:40px; }
.news_show .widget-newsdetail-7 ._detailPage_bottom li:after { content:''; position:absolute; top:15px; left:0; width:100%; height:1px; background-color:#e2e2e2;  overflow:hidden;}
.news_show .widget-newsdetail-7 ._db ._mark { color:#555; }
.news_show .widget-newsdetail-7 ._detailPage_bottom a:hover ._mark { color:#97c71a; }
.news_show .widget-newsdetail-7 ._detailPage_bottom ._mark{ display:inline-block; background-color:#fff; padding-right:8px; padding-bottom:10px; font-size:18px; font-weight:bold; position:relative; z-index:9;}
.news_show .widget-newsdetail-7 ._detailPage_bottom ._date{ height:30px; line-height:30px; margin-bottom:7px; font-family:Arial; font-size:13px; color:#676767; }
.news_show .widget-newsdetail-7 ._detailPage_bottom ._date .ion { font-size:20px; height:30px; vertical-align:-2px; margin-left:0;}
.news_show .widget-newsdetail-7 ._detailPage_bottom a:hover ._title { color:#97c71a; }
.news_show .widget-newsdetail-7 ._detailPage_bottom ._title{  font-size:18px; font-weight:bold; color:#5c5c5c; line-height:1.5em; font-weight:normal;}
.news_show .widget-newsdetail-7 ._detailPage_bottom2 ._mark { padding-bottom:8px; font-size:18px; font-weight:bold; }
.news_show .widget-newsdetail-7 ._detailPage_bottom2 li { padding:0 80px 0 13px; position:relative; line-height:28px;}
.news_show .widget-newsdetail-7 ._detailPage_bottom2 li:after { content:''; position:absolute; top:50%; margin-top:-4px; left:0px; width:0; height:0; overflow:hidden; border-width:4px; border-color:transparent transparent transparent #9a9a9a; border-style:dashed dashed dashed solid; }
.news_show .widget-newsdetail-7 ._detailPage_bottom2 li:hover:after { border-color:transparent transparent transparent #97c71a; }

.news_show .widget-newsdetail-7 ._detailPage_bottom2 li ._title,.news_show .widget-newsdetail-7 ._detailPage_bottom2 ._date { color:#000; }
.news_show .widget-newsdetail-7 ._detailPage_bottom2 li:hover ._title,.news_show .widget-newsdetail-7 ._detailPage_bottom2 li:hover ._date { color:#97c71a; }
.news_show .widget-newsdetail-7 ._detailPage_bottom2 li ._title { font-size:13px; font-weight:normal; height:28px; line-height:28px; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.news_show .widget-newsdetail-7 ._detailPage_bottom2 ._date { position:absolute; right:0; top:0;}

@media only screen and (max-device-width: 760px) {
.news_show .widget-newsdetail-7 .n_left { width:100%; float:none; }
.news_show .widget-newsdetail-7 .n_right { display:none; }
.news_show .widget-newsdetail-7 .myart { padding:20px 0 0; background-color:#fff; }
}

/*news_show*/
.news_show{margin:40px auto 40px;}
/*tec_center*/
.tec_center .box1{margin-top:40px; margin-bottom:60px;}
.tec_center .box1>.wrap{position:relative;}
.tec_center .box1 .title{font-size:26px; color:#333; text-align:center; font-weight:normal; line-height:1;}
.tec_center .box1 .info{padding:25px 2% 50px; font-size:14px; color:#666; line-height:24px; text-align:center;}
.tec_center .box1 .slide_con{height:150px;}
.tec_center .box1 .slide_con li{width:20%;}
.tec_center .box1 .slide_con .img_box{width:85px;height:85px; margin:0 auto 30px;}
.tec_center .box1 .slide_con .img_box img{width:100%; height:100%;}
.tec_center .box1 .slide_con .tit{text-align:center;}
.tec_center .box1 .tec_arr{width:40px; height:65px; position:absolute; top:160px;}
.tec_center .box1 .tec_arr_p{background:url(../img/tec_arr_l.jpg) center center no-repeat; background-size:cover; left:-40px;}
.tec_center .box1 .tec_arr_n{background:url(../img/tec_arr_r.jpg) center center no-repeat; background-size:cover; right:-40px;}
.tec_center .box2{border-top: 2px solid #e9e9e9; border-bottom: 2px solid #e9e9e9; width:100%; overflow:hidden; margin-bottom:50px;}
.tec_center .box2 .con1,.tec_center .box2 .con1{width:100%; height:314px;}
.tec_center .box2 .con1 .img_l,.tec_center .box2 .con2 .img_r{width:50%}
.tec_center .box2 .con1 .img_l img{max-width:none;float:right; width:960px; height:314px;}
.tec_center .box2 .con2 .img_r img{max-width:none;float:left; width:960px; height:314px;}
.tec_center .box2 .con1 .info_r,.tec_center .box2 .con2 .info_l{width:50%;}
.tec_center .box2 .con1 .info_r .tit,.tec_center .box2 .con2 .info_l .tit{font-size:26px; color:#333; line-height:1; margin-bottom:35px;}
.tec_center .box2 .con1 .info_r .padding,.tec_center .box2 .con2 .info_l .padding{padding-top:60px; padding-left:95px;}
.tec_center .box2 .con1 .info_r .lists,.tec_center .box2 .con2 .info_l .lists{width:460px;}
.tec_center .box2 .con1 .info_r .lists span, .tec_center .box2 .con2 .info_l .lists span{margin-right:5px;}
.tec_center .box2 .con1 .info_r .lists li,.tec_center .box2 .con2 .info_l .lists li{width:230px; text-align:left; font-size:14px; color:#666; line-height:28px;}
.tec_center .box3 .tit{text-align:center; font-size:26px; color:#333;line-height:1; margin-bottom:20px;}
.tec_center .box3 .info{font-size:14px; color:#666; text-align:center; margin-bottom:35px;}
.tec_center .box3 .num_bg{width:100%; height:220px;background:url(../img/tec_num_bg.jpg) center top no-repeat;}
.tec_center .box3 .num_bg li{width:25%;margin-top:70px; text-align:center; color:#fff; font-size:16px; font-weight:bold;}
.tec_center .box3 .num_bg li .num_box{ border-right:1px solid #d5d5d5;}
.tec_center .box3 .num_bg li.last .num_box{ border:none;}
.tec_center .box3 .num_bg li .num_box .num{font-size:60px; font-family:Arial;}
.tec_center .box3 .num_bg li .num_box  b{font-size:60px; margin-right:3px; font-family:Arial;}

/*quality*/
.qa .box1 {margin-top:20px;}
.qa .box1 .tit1{text-align:center; font-size:26px;color:#333; line-height:40px; margin-bottom:10px;}
.qa .box1 .info1{width:80%; margin:0 auto 20px; text-align:center; font-size:14px; color:#666;}
.qa .box1 .con1 .l_box,.qa .box1 .con1 .r_box{width:50%}
.qa .box1 .con1 .l_box{background:#0071b9;}
.qa .box1 .con1 .r_box{background:#97c71a;}
.qa .box1 .con1 .img_box{width:50%;}
.qa .box1 .con1 .text_box{width:50%;}
.qa .box1 .con1 .text_box .padding{padding:68.5px 57px; border-right:1px solid #fff;}
.qa .box1 .con1 .text_box .tit{text-align:left; font-size:26px; color:#fff; line-height:2;}
.qa .box1 .con1 .l_box .text_box  .info{text-align:left; font-size:22px; color:#EFF4F9; line-height:1.5;}
.qa .box1 .con1 .r_box .text_box  .info{text-align:left; font-size:22px; color:#FEFEFD; line-height:1.5;}
.qa .box1 .con2 {background:#f6f6f6; margin-bottom:40px;}
.qa .box1 .con2 .l_text{width:50%;}
.qa .box1 .con2 .r_text{width:50%;}
.qa .box1 .con2 .r_img{width:50%;border-top:1px solid #fff;}
.qa .box1 .con2 .padding{padding:45px 50px;}
.qa .box1 .con2 .tit{font-size:26px; color:#333; line-height:1; margin-bottom:32px;}
.qa .box1 .con2 .info{font-size:22px; color:#666; line-height: 1.5;}
.qa .box2 {margin-bottom:40px;position:relative;}
.qa .box2 ._lists{cursor:pointer; position:relative;  height:120px;}
.qa .box2 ._tit{font-size:26px;  line-height:1; margin-bottom:30px;}
.qa .box2 ._mask{position:absolute; bottom:0;left:0; width:100%;height:45px; line-height:45px;  background-color:rgba(0,0,0,.60); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000,endcolorstr=#99000000);}
.qa .box2 ._mask .name{font-size:14px; color:#fff; padding-left:30px;}
.qa .box3{margin-bottom:50px;}
.qa .box3 ._tit3{font-size:26px; color:#333; line-height:1; margin-bottom:30px;}
.qa .box3 ._lists3 .l_cell{width:48%;margin-right:4%}
.qa .box3 ._lists3 .r_cell{width:48%;}
.qa .box3 ._lists3 li{width:100%;height:65px; line-height:65px;margin-bottom:20px; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; cursor:pointer;}
.qa .box3 ._lists3 li:hover{transform:translateX(26px); -webkit-transform:translateX(26px); -moz-transform:translateX(26px);-ms-transform:translateX(26px);-o-transform:translateX(26px);}
.qa .box3 ._lists3 li .nums{width:17%; text-align:center; background-color:#0071b9; color:#fff; font-size:24px;font-style:italic;}
.qa .box3 ._lists3 li:hover .text{color:#97c71a;}
.qa .box3 ._lists3 li .content{width:83%;}
.qa .box3 ._lists3 li .text{font-size:14px; color:#333; padding-left:35px; white-space:nowrap; overflow: hidden; text-overflow:ellipsis;}
.qa .box3 ._lists3 .cell1 .content,.qa .box3 ._lists3 .cell3 .content,.qa .box3 ._lists3 .cell5 .content,.qa .box3 ._lists3 .cell7 .content,.qa .box3 ._lists3 .cell9 .content{background-color:#efefef;}
.qa .box3 ._lists3 .cell2 .text,.qa .box3 ._lists3 .cell4 .text,.qa .box3 ._lists3 .cell6 .text,.qa .box3 ._lists3 .cell8 .text,.qa .box3 ._lists3 .cell10 .text{ border-top:1px solid #cfcfcf;border-right:1px solid #cfcfcf;border-bottom:1px solid #cfcfcf;}
.qa .box4{margin-bottom:50px; position:relative;}
.qa .box4 ._tit{font-size:26px; color:#333; line-height:1; margin-bottom:30px;}
.qa .box4 .img_lists {cursor:pointer;width:100%; height:272px;}
.qa .box4 .img_lists .name_box{padding-left:30px;height:60px; line-height:60px; background-color:#a9a9a9; color:#fff; font-size:16px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.qa .box4 .img_lists .mask{position:absolute; top:100%; left:0; width:100%; height:100%;opacity:0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; background:url(../img/qa_mask.png) center center no-repeat;}
.qa .box4 .img_lists .list_cell:hover .mask{top:0; opacity:1;}
.qa .box4 .list_cell:hover .name_box{background-color:#0071b9;}
.qa .qa_prev{width:40px; height:72px; position:absolute; bottom:130px; left:-60px; background:url(../img/qa_prev.jpg) center center no-repeat;}
.qa .qa_next{width:40px; height:72px; position:absolute; bottom:130px; right:-60px; background:url(../img/qa_next.jpg) center center no-repeat;}
.qa .box2 .qa_prev{bottom:20px;}
.qa .box2 .qa_next{bottom:20px;}
/*develop*/
/* 发展历程 history-4 start*/
.develop .xc_title{ font-size: 32px; color: #333; line-height: 52px; font-weight: normal; text-align: center;}
.develop ._wd{ text-align: center; color: #333;}
.develop .xc_t_wrap{ margin: 42px 0;}
.widget-history-4-tab { padding:0 87px; }
.widget-history-4-T { padding-top:20px; height:64px; }
.widget-history-4 .scroll_nav { font-size:0; }
.widget-history-4 .line { position:absolute; top:31px; width:100%; height:3px; background-color:#d7d7d7; }
.widget-history-4 { position:relative; box-sizing:border-box; width:100%; }
.widget-history-4 .tab_t { position:relative; width: 144px; padding-top:54px; background: url(../img/dot_normal.png) center 20px no-repeat; font-size:20px; text-align:center; margin-top: -20px; cursor:pointer;}
.widget-history-4 .tab_t:after { content:''; display:block; position:absolute; top:31px; width:144px; height:3px; background-color:transparent; }
.widget-history-4 .tab_t_cur { background: url(../img/dot_cur.png) center top no-repeat; color: #006db8 ; font-weight: bold; font-size:20px; }
.widget-history-4 .tab_t_cur:after { content:''; background-color:#006db8 ; }
.widget-history-4_arrs { display:block; position:absolute; top:15px; z-index:1; width:37px; height:37px; cursor:pointer; }
.widget-history-4 .widget-history-4_prev { left:0; background:url(../img/his_arr_prev_01.png) 0 0 no-repeat; }
.widget-history-4 .widget-history-4_next { right:0; background:url(../img/his_arr_next_01.png) 0 0 no-repeat; }
.widget-history-4 .tab .tab_c { margin-top: -7px; padding-top:51px; min-height:200px; }
.widget-history-4 .tab_c ._con { padding-top:10px; background: url(../img/line.png) center 0 repeat-y; }
.widget-history-4 .tab_c ul { position:relative; }
.widget-history-4 .tab_c .panel { margin-top:100px; width:50%; color:#5d5d5d; visibility:hidden; }
.widget-history-4 .tab_c .panel.left_box { margin-top:40px; }
.widget-history-4 .tab_c .panel:after { content:''; display:block; position:absolute; top:7px; left:0; margin-left:-12px; width:24px; height:24px; background:url(../img/dot.png) no-repeat; }
.widget-history-4 .tab_c .panel.left_box:after { left:auto; right:0; margin-right:-12px; }
.widget-history-4 ._tt { margin-left:auto; margin-right:auto; padding-left:125px; width:140px; font-size:40px; font-weight:bold; color:#c9151e; line-height:1; text-align:right; background:url(../img/dot_c_tt.png) center bottom no-repeat; }
.widget-history-4 .tab_c .panel .panel_inn { max-width:396px; margin-left:10%; font-size:14px; color:#5d5d5d; line-height:1.7; }
.widget-history-4 .tab_c .panel.left_box .panel_inn { margin-left:auto; margin-right:10%; }
.widget-history-4 .tab_c .panel .panel_inn img { margin-bottom:10px; }
.widget-history-4 .tab_c .panel ._title { margin-bottom:10px; }
.widget-history-4 .tab_c .panel.left_box ._title { text-align:right; }
.his_wrap{position: relative;margin-top: 30px;}
.dev_arr{display: block;width: 82px;height: 152px;/*margin-top: -77px;*/position: absolute;top: 50%;background:url(../img/his_arr_03.png) no-repeat ;cursor: pointer;-webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.dev_arr:hover{background-position-y: -152px;}
.dev_prev{left: 0;}
.dev_next{right: 0;background-position: -82px 0;}
.dev_cont{text-align: center;}
.dev_img{}
.dev_tit{font-size: 16px;color: #262626;margin-top: 5px;}

.download{margin-bottom: 50px;margin-top:40px;}
.download li { height: 40px; line-height: 40px; background: #ffffff; color: #333333; overflow: hidden; vertical-align: top; border-bottom: 1px solid #eee; }
.download li.t{ font-size:18px; height:40px;background-color: #006db8 ; color: #fff; font-weight: bold;}
.download li a { color: #333333; height:40px; }
.download li a:hover { color: #006db8; }
.download li .r { padding: 0 20px 0 20px; }
.download .ion { font-size: 16px; color: #006db8 ;font-weight: bold; }
.download li ._view { width:85px; text-align: center;}
.download li.odd { background-color:#ededed;}
.download li.t { }
.download ._title { padding-left:15px; }
.download .pdf a._title {background:url(../img/pdf.png) 14px 50% no-repeat; }
.download .ppt a._title {background:url(../img/ppt.png) 14px 50% no-repeat; }
.download .word a._title {background:url(../img/word.png) 14px 50% no-repeat; }
.dl_ico{width: 19px;height: 19px;margin-top: 10px;margin-right: 15px;display: none;}

/*job-list*/
/* job-2 start*/

.widget-job-2 ._jt { background-color: #fff; height: 50px; line-height: 50px;  overflow: hidden; *zoom: 1;
cursor: pointer; border-bottom: 1px solid #f2f2f2;}
.widget-job-2 ._jt span { float: left; display: block; text-align:left; color: #fff; line-height:50px; height:50px; color:#5a5a5a;}
.widget-job-2 ._jt .job_name{width:20%;text-align:left;text-indent:5%;}
.widget-job-2 ._jt .job_add{width:20%;text-align:left;text-indent:5%;}
.widget-job-2 ._jt .job_time{width:20%;text-align:left;text-indent:5%;}
.widget-job-2 ._jt .job_zy{width:20%;text-align:left;text-indent:5%;}
.widget-job-2 ._jt .job_rs{width:15%;}
.widget-job-2 ._jt .cell3{width:5%; font-size:35px;color:#006db8;}
.widget-job-2 ._jt .ion { font-size: 12px; color: #fff; }
.widget-job-2 ._jc { display: none; }
.widget-job-2 ._jcon { padding: 30px 60px 30px;  background-color:#f9f9f9;}
.widget-job-2 ._jt_act .ion { color: #fff; }


.job_list{margin-top:50px; margin-bottom:50px;}
.job_list .tit{font-size:24px; text-align:center; font-weight:bold; margin-bottom:10px;}
.job_list .info{/*padding:0 14%; */margin-bottom:50px; line-height:2;}
.job_list .address,.job_list .time,.job_list .yaoqiu,.job_list .yq_tit,.job_list .yq_info{font-size:14px;line-height:2;}
.job_list .job_btn{width: 170px; height: 40px; border: 1px solid #e6e6e6; line-height: 40px; text-align: center; margin-top: 30px;}
.job_list .job_btn a{display:block; position:relative; overflow:hidden; z-index:0;}
.job_list .job_btn a:after{content:""; position:absolute;top:-100%;left:0; height:100%;width:100%; background-color:#006db8; transition:all 0.3s ease; -webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease; z-index:-1;}
.job_list .job_btn a:hover:after{top:0;}
.job_list .job_btn a:hover{color:#fff;}


.job_list .job_titbox{height:54px; line-height:54px; background-color:#006db8; font-size:15px; color:#fff;}
.job_list .job_titbox span{display:block; line-height:54px; float:left;}
.job_list .job_titbox .cell1{width:20%; text-align:left;text-indent:5%;}
.job_list .job_titbox .cell2{width:15%;}
.job_list .job_titbox .cell3{width:5%; font-size:35px;}



/*culture*/
.culture .l_box{width:30%;}
.culture .text_box{width:65%}





/*2016-11-11 yesl*/
/*通用-了解详情-按钮*/
.enter{background-image:url(../img/c_btn_1.png); background-repeat:no-repeat;background-position:0 -30px;}
.enter:after{content:'';background-image:url(../img/c_btn_1.png); background-repeat:no-repeat;background-position:0 0;position:absolute;left:0;top:0;width:114px;height:0;z-index:-1; transition:all 0.3s ease;}
.enter span{display:block;}
.enter span.btn_text{margin-left:20px; font-size:13px; color:#666;}
.enter span.btn_img{margin-left:5px; display:block;width:20px; height:13px;  background-image:url(../img/pt1_arrow2_blue.png);background-size:cover;margin-top:8px;background-repeat:no-repeat;}
.enter:hover{color:#fff}
.enter:hover span.btn_text{color:#fff;}
.enter:hover:after{height:30px;}
.enter:hover span.btn_img{background:url(../img/pt1_arrow2_h.png) center center no-repeat;}
/*通用-百度分享触控*/
.bdshare_popup_box { display:none!important; }
/*新闻列表 From_Liujl*/
.news_list { padding-top:55px; overflow:hidden; }
.L-parent-news-left{width: 68.5%;}
.L-parent-news-right{width: 25.8%;}
.L-parent-news-left a:hover{color:#5a5a5a;}
.news-list-com-li:hover .L-cont-right ._title{color:#006db8;}
/*新闻列表左侧*/
.news_list_share{display:inline-block;}
.news_list_share a{display:block}
.L-cont-right .bdsharebuttonbox .bds_more{background:none;padding-left:0px;margin:0;}
.L-cont-right ._intro{padding-left:4%;padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;}
.widget-newslist-2 ._date1{width:7.05%;line-height: 33px;}
.widget-newslist-2 ._date1 ._d1{font-size:44px;color:#006db8;}
.widget-newslist-2 ._date1 ._d2{font-size:13px;color:#006db8;}
.widget-newslist-2 .L-cont-right{width:92.95%;}
.widget-newslist-2 .L-cont-right::after{position:absolute;content:"";width:1px;height:54px;background-color:#e4e4e4;left:10px;top:0;}
.L-cont-right ._title{font-size:18px;line-height:18px;color:#333333;font-weight:normal;margin-bottom:18px;}
.L-cont-right .traffic-icon{font-size:12px;color:#b4b4b4;}
.L-cont-right .traffic-icon .news_list_tool{margin-right:10px;}
.L-cont-right .traffic-icon i{color:#dadada;background-image:url(../img/ico.png); width:20px; height:20px; display:inline-block; *display:inherit; *zoom:1;}
.L-cont-right ._text{margin-top:30px; margin-bottom:20px;width:99%;height:50px;overflow:hidden;font-size:14px;line-height: 25px;}
.L-cont-right .L-more-btn{display:block;width:15.73%;right:0;bottom:125px;}
.L-cont-right .L-more-btn ._more{display:block;width:67px;height:51px;background:url('../img/goto.png') 0 0 no-repeat;}
.widget-newslist-2 .news-list-com-li {margin-bottom:44px;width:100%;}
.news_list .bds_more ._wd{color:#b4b4b4;}
.news_list ._intro .bds_more{line-height:20px;}
/*补充加载更多样式*/
.pj-lb-more{text-align: center; padding-bottom: 40px; position: relative;}
.pj-lb-more .loading{background:url(../img/load2.gif) no-repeat;width:50px;height:50px; margin:0 auto; display:none;}


 /*新闻列表右侧*/
.nw-search{font-size:23px;color:#5a5a5a;font-weight: normal;line-height: 27px;margin-bottom:17px;}
.L-parent-news-right .news_r_search{width: 100%;margin-bottom: 14px; height:35px;border-radius:0;border:1px solid #e9e9e9;line-height:35px;}
.L-parent-news-right .news_r_search .slect_ico{vertical-align:middle;}
.select-ui-options-default{border-color:#e9e9e9!important;}
.select-ui-options-default li:hover{background:#006db8!important;}
.select-ui-options-default-bottom{border-radius:0px!important;}

.L-parent-news-right .search-div{width: 100%;height:35px;border:1px solid #e9e9e9;line-height:35px;}
.L-parent-news-right .select-input{width:80%;border:none;height:33px;text-indent:16px;}
.L-parent-news-right .ser-btn {display:block;width:31px;height:27px;background:url('../img/l_search.png') 0 0 no-repeat;border:none;top:5px;right:7px;outline:none;}
.L-parent-news-right .select-ui-choose-default ._arrow .arr{margin: -.2em -12px 0;}
.mw-test .demo-fromdom{width: 100%;}

.L-parent-news-right .web-sucs-h4{font-size:18px;color:#000000;font-weight: normal;margin-bottom: 10px;margin-top:17px;}
.L-parent-news-right .web-text{font-size: 13px;color:#5a5a5a;height: 60px;overflow:hidden;margin-bottom: 29px;}
.L-parent-news-right .more-read{display:block;width: 155px;height: 37px;border:1px solid #006db8;}
.L-parent-news-right .more-read .mr-span{font-size: 13px;color:#006db8;margin:9px 0 0 20px;}
.L-parent-news-right .more-read .mr-i{width: 26px;height: 11px;margin:12px 20px 0 0 ;background:url('../img/pointer.png') 0 0 no-repeat;}
.L-parent-news-right .mw-test{margin-bottom: 50px;}
.L-parent-news-right .select-ui-choose-default-bottom.on{border-radius:0px;}

.L-parent-news-right .rtbox01 { margin-bottom:30px; padding-bottom:36px; border-bottom:#ebebeb 1px solid; }
.L-parent-news-right ._tools { margin-bottom:10px; }
.L-parent-news-right ._tools ._tool { float:left; margin-right:13px; }
.L-parent-news-right ._tools .bdsharebuttonbox { display:inline-block; *display:inline; *zoom:1s; }
.L-parent-news-right .bdsharebuttonbox .bds_more { background:none;padding-left:0px;margin:0; }
.L-parent-news-right .select-ui-choose-default ._txt { padding-left:16px; }
.L-parent-news-right .select-ui-choose-default ._arrow .arr { border:none; margin-top:-10px; margin-left:-16px; width:20px; height:20px; background-image:url(../img/ico.png); background-position:-60px 0; background-repeat:no-repeat; }
.L-parent-news-right .select-ui-choose-default.on ._arrow .arr { background-position:-80px 0;}
/*2016-11-11 yesl end
/*产品订购*/
.Form-P1 .Form-P1-Left { float: left; width: 50%; }
.Form-P1 .Form-P1-right { float: right; width: 50%; }
.Form-P1 .Form-P1-li { position:relative; margin-top: 10px; padding-left:75px; font-size:0; }
.Form-P1 .Form-P1-li .Validform_checktip { position:absolute; top:0; right:94px; font-size:13px; background-color: #ffe7e7;height: 30px;line-height: 30px;}

.Form-P1 .Form-P1-li label {position:absolute; top:50%; margin-top:-10px; margin-left:-75px; width:5em; display: inline-block; color:#666; vertical-align: middle;
font-size:13px;}
.Form-P1 .Form-P1-li input { height: 28px; line-height: 28px; border: 1px #ddd solid; width: 82%; outline:none; vertical-align: middle; font-size:13px; text-indent:10px;}
.Form-P1 .Form-P1-li textarea { border: 1px #ddd solid; width: 82%;  outline:none; padding:0; margin:0; height:112px;vertical-align: middle; font-size:13px; }
.Form-P1 .Form-P1-li em { color: red; vertical-align: middle; padding-left: 10px; 
font-size:12px;}
.Form-P1 .Form-P1-li input._yzm { width: 29%; }
.Form-P1 .Form-P1-li img { vertical-align: middle; padding-left: 10px; cursor: pointer; height:30px; width:100px;}
.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: 32px; line-height: 32px; text-align: center; color: #fff; cursor: pointer; padding:0; margin:0; border:none; font-family:微软雅黑; outline:none; }
.Form-P1 .Form-P1-Btn ._submit { background: #0e6c37; margin-right: 10px; }
.Form-P1 .Form-P1-Btn ._reset { background: #909090; }
.Form-P1 .Form-P1-Btn button:hover{ opacity:0.8;}
.Form-P1 .Form-P1-li .orsele{ width: 34.5%; margin-right:5px;}
/*简历投递*/
.Form-J1 { padding-bottom:40px;}
.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; font-size:13px;}
.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%; padding:0; }
.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; height:30px; }
.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:14%;height:40px;text-align:center;line-height:40px;display:inline-block;*display:inline;*zoom: 1;font-size:14px;color:#ffffff;margin:0px 4px;  }
.Form-J1 .Form-J1-Btn ._submit { background-color:#ff6d12; margin-right: 10px; color:#fff;}
.Form-J1 .Form-J1-Btn ._reset { background-color:#576b7c; }
#map-40319 img{max-width:none;}
/*企业文化*/
.cultue-left{width:580px;}
.cultue-right{width: 50%;}
/*表单按钮reset*/
.Form-J1 .Form-J1-Btn ._submit{background-color:#1C7DBF; border:none; outline:none; cursor:pointer;}
.Form-J1 .Form-J1-Btn ._submit:hover{opacity:0.9;}
.Form-J1 .Form-J1-Btn ._reset{background-color:#848484; border:none; outline:none; cursor:pointer;}
.pageMain .Form-J1 .Form-J1-Btn ._reset:hover{opacity:0.9;}
.pageMain .form-m1 .form-m1-btn ._submit,.Form-P1 .Form-P1-Btn ._submit{background-color:#1C7DBF!important; border:none; outline:none; width:20%; height:45px; margin-right:8%!important; line-height:45px; border-radius:0; font-size:16px;}
.pageMain .form-m1 .form-m1-btn ._reset,.Form-P1 .Form-P1-Btn ._reset{background-color:#848484!important; border:none; outline:none; width:20%; height:45px; line-height:45px; border-radius:0; font-size:16px;}
.pageMain .form-m1 .form-m1-btn ._submit:hover{opacity:0.9;}
.pageMain .form-m1 .form-m1-btn ._reset:hover{opacity:0.9;}

/*notice_list*/
.notice_list{padding:50px 0 0 0 ;}
/* newslist-9 start*/
.widget-newslist-9 { margin-bottom:20px; }
.widget-newslist-9 li { clear:both; overflow:hidden; border-bottom:#eee 1px dotted; padding-bottom:30px; margin-bottom:30px;}
.widget-newslist-9 ._img { width:225px; float:left; margin-right:30px; }
.widget-newslist-9 ._img img{ -moz-transition: all .5s ease 0s;-ms-transition: all .5s ease 0s;-o-transition: all .5s ease 0s;transition: all .5s ease 0s;} 
.widget-newslist-9 ._intro { overflow:hidden; }
.widget-newslist-9 ._title { display:block; height:32px; line-height:32px; font-size:20px; font-weight:normal; margin-bottom:5px; color:#333333; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;} 
.widget-newslist-9 ._info { height:20px; line-height:20px; color:#999999; margin-bottom:10px; }
.widget-newslist-9 ._text { line-height:1.8em; height:3.6em; overflow:hidden; font-size:14px; margin-bottom:15px;}
.widget-newslist-9 ._more { display:inline-block; white-space:nowrap; width:auto; height:32px; line-height:32px; background-color:#dda300; color:#fff; padding:0 20px; }

.widget-newslist-9 li:hover ._title,.widget-newslist-9 li:hover ._text { color:#006db8; }
.widget-newslist-9 li:hover ._more { filter:alpha(opacity=80); opacity:0.8; }
.widget-newslist-9 li:hover ._img img { transform: scale(1.05);-moz-transform: scale(1.05);-webkit-transform: scale(1.05);}

/*mobile*/
@media only screen and (max-width:480px) { 
	
.widget-newslist-9 ._img { width:auto; float:none; margin:0 0 10px; }

}

/*分页样式*/
/* page-1 start*/
.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: #54af08;}
.page span.goprev,.page span.gonext {color: #777777; background: none}
.page span.count { border: 0;background: 0;color: #777777;}

/*20161215*/
.tec_three .nav_3{padding-top:50px; }
.tec_three .nav_3 li{float:left; font-size:16px; line-height:40px; border:1px solid #acacac; text-align:center;  margin-right:5px;height:40px; white-space:nowrap; overflow:hidden;margin-bottom:20px;}
.tec_three .nav_3 li a{display:block; color:#555; background-color:#fff; width:164px; text-align: center;}
.tec_three .nav_3 li a:hover{background-color:#97c71a;color:#fff;}
.tec_three .nav_3 li.cur a{background-color:#97c71a;color:#fff;}
.tec_three .gj_wrap{padding-top:20px;}

/*20161219*/
.qa .box2 ._slide_box .list_cell{width:14%;float:left;margin-right:72px;}
.qa .box2  .scroll_nav{display:none;}
.qa .box2  ._slide_box .img_box{position:relative; padding:0 35px;}
.qa .box2  ._slide_box .img_box:after{content:''; position:absolute; display:block; width:30px; height:46px; top:27px; left:123%; background:url(../img/qa_box2_sj.png) center center no-repeat;}
.qa .box2  .list_cell .name_box{text-align:center; font-size:16px; color:#333;}
/*20170323*/
.ibanner ._mask .wrap .i_info .num{display:none;}
.ibanner ._mask .wrap .i_info .gupiao{font-size:16px; margin-right:0;}
.ibanner ._mask .wrap .i_info{left:880px;}
.honor .honor_type{padding-top:50px;}
.honor .honor_type li{float:left; font-size:16px; line-height:40px; border:1px solid #acacac; text-align:center;  margin-right:25px;height:40px; white-space:nowrap; overflow:hidden;margin-bottom:20px;}
.honor .honor_type li a{display:block; color:#555; background-color:#fff; width:210px; text-align: center;}
.honor .honor_type li a:hover{background-color:#97c71a;color:#fff;}
.honor .honor_type li.cur a{background-color:#97c71a;color:#fff;}
.download .page{padding-top:50px;}
.job_list .page{padding-top:50px;}
.album_ordinary .slide_c p{bottom:30px!important;}
.album_wrap .album_ordinary .slide_c img{max-height:500px;}
/* history-5 start*/
.widget-history-9-slide .his_left{width:28%;}
.widget-history-9-slide .his_right{width:66%;}
.widget-history-9-slide .left_list li{height:70px;line-height:70px;background-color:#f1f1f1;text-align:center;margin-bottom:2px;font-size: 22px;cursor:pointer;}
.widget-history-9-slide .left_list .tab_t_cur{background-color:#00317e;color:#ffffff;}
.widget-history-9-slide .his_right ul{border-left: 1px solid #e6e6e6;padding:0 46px 0 50px;}
.widget-history-9-slide .his_right li{margin-bottom:40px;}
.widget-history-9-slide .his_right .list_box{padding:36px 30px;background-color:#f7f7f7;position:relative;}
.widget-history-9-slide .his_right .list_ico01{position:absolute;left:-17px;top:30px;width:17px;height:21px;background:url(../img/list_ico01.png) no-repeat center;}
.widget-history-9-slide .his_right .list_ico02{width:8px;height:8px;border:4px solid #cccccc;background-color:#fff;border-radius:50%;position:absolute;left:-58px;top:32px;}
.widget-history-9-slide .his_right .list_title{font-size:24px;color:#141414;font-weight:normal;}
.widget-history-9-slide .his_right .list_time{font-size:20px;color:#00317e;font-family: Arial;padding:4px 0px 10px;}
.widget-history-9-slide .his_right .list_text{font-size:14px;color:#6f6f6f;line-height:30px; margin-bottom:20px;}



@media only screen and (max-device-width: 640px){

.widget-history-9-slide .his_left{width:100%;}
.widget-history-9-slide .his_right{width:100%;}
.widget-history-9-slide .his_right ul{padding:0;border:none;}
.widget-history-9-slide .his_right .list_ico01,.widget-history-9-slide .his_right .list_ico02{display:none;}
}

/*develop_new*/
.develop .resource-box{padding-top:30px; padding-bottom:80px;}
.resource-type-wrap .panel span { color:#f88a0b; padding:0 4px; position:relative; left:-3px; position:relative; display:inline-block; margin-bottom: 5px;}
.resource-type-wrap .panel .image img { width: 100%; height:auto; }
.resource-type-wrap .panel .title{ padding:10px;  line-height:1.8;}
.resource-type-wrap .panel .title a{color:#000;}
.resource-type-wrap .head { padding: 28px 20px 0; height: 242px }
.inner_box { width:100%;}
.resource-type-wrap .panel .title { line-height:22px; padding:24px 0; font-size:18px; color:#626670; font-weight:normal; }

.resource-type-wrap .panel .inner{ width:80%; padding:5%;margin-left: 10%;position:relative; background:#fff; border:1px solid #d7d7d7;}
.resource-type-wrap .panel .inner:after{content: ""; width:16px; height:22px;position:absolute;top:30px;left:-15px; background:url(../img/his_pos_arrow_l.jpg) center center no-repeat;}
.resource-type-wrap .panel.leftBox_resource .inner:after{content:'';right: -15px; left:auto; width:16px; height:22px; background:url(../img/his_pos_arrow.jpg) center center no-repeat;}
.resource-type-wrap .panel .inner_box p { color:#626670; font-size:14px; line-height:1.5; margin:15px 0 0; }
.resource-type-wrap .panel .inner_box p.image {  margin-bottom:0; width:80%;}
.resource-type-wrap .panel .inner_box .cell_tit{font-size:14px;color:#010101; text-align:left; line-height:30px; display:block; width:100%; }
.resource-type-wrap .panel .inner_box .put_time{font-size:33px; color:#006db8;; line-height:2.5; clear:both; text-align:left;font-weight:bold;}
.resource-type-wrap .panel.leftBox_resource .inner_box .put_time{text-align:right; font-size:33px;color:#006db8; line-height:2.5; font-weight:bold;}
.resource-type-wrap .panel.leftBox_resource{margin-top:0; }
.resource-type-wrap .panel.leftBox_resource span.cell_tit { float:right; position:relative; left:3px; display:inline-block; text-align:right;}
.resource-type-wrap .panel.leftBox_resource .title { line-height:22px; padding:24px 0; font-size:18px; color:#626670; font-weight:normal; float:right; }
.resource-type-wrap .panel.leftBox_resource .inner_box { overflow:hidden; padding-left:0;}
.resource-type-wrap .panel.leftBox_resource .inner_box i { display:block; width:75px; height:2px; overflow:hidden; font-size:0; background:#222222; margin-bottom:24px; float:right; clear:both; }
.resource-type-wrap .panel.leftBox_resource .inner_box p { color:#626670; font-size:14px; line-height:24px; clear:both; text-align:right; }
.resource-type-wrap .panel.leftBox_resource .inner_box p.image {  margin-bottom:0; width:80%; float:right}
.resource-type-wrap .panel.leftBox_resource .inner{left:0px;margin-left:0;}
.resource-type-wrap .panel.leftBox_resource:hover .inner { position:relative;}
.resource-type-wrap .panel.leftBox_resource span font { display:block; width:20px; height:44px; left:-20px; position:absolute; top:0; }
.resource-type-wrap { background:url(../img/opp.gif) repeat-y center top; padding-top:40px; padding-bottom:30px;}
.resource-type-wrap{ width:100%;}
.resource-type-wrap .resource-type-list{width:100%;}
.resource-type-wrap .panel{ width:50%; position:relative;margin-top:70px; margin-bottom:30px;visibility:hidden;}
.resource_type_t{font-size:72px; color:#e6e6e6; background-color:#fff;margin-bottom: 40px;}
.resource-type-wrap .panel:after{content:'';width:17px; height:17px;background:url(../img/his_li_dian.jpg) right top no-repeat;position: absolute;left: -8px;top: 32px;}
.resource-type-wrap .panel.leftBox_resource:after{right:-9px;left:auto;}
.dev_header{position:absolute;}
.dev_tbox.fixed{position:fixed; width:100%; background-color:#fff; top:0; left:0; z-index:10;}
.widget-history-4{padding-bottom:30px;}
.dev_tbox.fixed .xc_t_wrap{margin:10px 0;}
.dev_tbox ._wd{width:73%; margin:0 auto; line-height:30px; font-size:16px;}
/*投资者关系*/
.invest{padding:50px 0;}
.invest .pd{padding:0 10%;}
.invest .mask_box{margin-bottom:50px; background-color:#eceef0; padding:45px 60px 45px; position:relative; overflow:hidden; z-index:2;}
.invest .mask_box .tel_1{font-size:16px; color:#333; line-height:1; margin-bottom:20px; font-weight:bold;}
.invest .mask_box .tel_2{font-size:14px; color:#333; line-height:24px;}
.invest .mask_box:after{content:""; position:absolute;left:0; top:100%; width:100%; height:100%; background-color:#006db8; z-index:-1; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease;}
.invest li:hover .mask_box:after{top:0;}
.invest li:hover .mask_box .tel_1{color:#fff;}
.invest li:hover .mask_box .tel_2{color:#fff;}
.invest .mask_box .img_box{width:100px;height:100px; background:url(../img/ren.png) center center no-repeat; background-size:cover;}
.invest li:hover .mask_box .img_box{background:url(../img/renh.png) center center no-repeat;background-size:cover;}

/*站内搜索*/
.content-40437 .Tit2,.content-40437 .Tit2 a{height:56px;font:bold 24px/56px 'microsoft yahei';color:#333;}.Tit2 a:hover{color:#333;}
.content-40437 .sear{padding:25px 0 25px 10px;background:#eee;}
.content-40437 .sear .t{font-size:15px;font-weight:bold;line-height:2.4;}
.content-40437 .serv_select li{float:left;width:36px;border:1px solid #ccc;background:#fff;padding:0 5px;margin-right:5px;cursor:pointer;}
.content-40437 .rect{display:inline-block;width:2px;height:3px;overflow:hidden;border-left:2px solid #fff;border-bottom:2px solid #fff;margin-top:9px;}
.content-40437 .on .rect{border-color:#e60013;}
.content-40437 .sear_f{border:1px solid #ccc;background-color:#fff;height:28px;}
.content-40437 .result{border-top:1px solid #ddd;padding:10px 10px 0;margin-top:20px;}
.content-40437 .sear_result li{margin-bottom:10px;margin-top: 20px;}
.content-40437 .sear_result a{color:#333;}
.content-40437 .sear_result a:hover{text-decoration:underline;}
.content-40437 .sear_result .el{font-size:14px;_width:100%;}
.content-40437 .sear_result .p{padding:10px 20px;border-top:1px solid #ddd;margin-top:10px;}
.content-40437 .sear_result .type{color:#000;display:inline-block;padding:0 1em;border-right:1px solid #ddd;margin-right:1em;font-weight: bold;}
.content-40437 .dib{-moz-inline-stack:inline-block;display:inline-block;*display:inline;*zoom:1; vertical-align:middle; padding:0 3px;}
.content-40437 .sear_filt label span{vertical-align: -2px;}
.content-40437 .submit{background-color: #fff;width: 60px;cursor: pointer;border: 1px solid #ccc;height: 30px!important;vertical-align: -1px;}
.content-40437 .sear_f .inp{height: 28px;line-height: 28px;padding: 0 0 0 5px;}
.content-40437 .content-40437-flag{background: transparent;}
.content-40437 .dib { padding:0; }
.content-40437 .sear_f .inp { line-height:28px; border:none; width:220px;}
/* history-5 start*/
.widget-history-9-slide .his_left{width:28%;}
.widget-history-9-slide .his_right{width:66%;}
.widget-history-9-slide .left_list li{height:70px;line-height:70px;background-color:#f1f1f1;text-align:center;margin-bottom:2px;font-size: 22px;cursor:pointer;}
.widget-history-9-slide .left_list .tab_t_cur{background-color:#97c71a;color:#ffffff;}
.widget-history-9-slide .his_right ul{border-left: 1px solid #e6e6e6;padding:0 46px 0 50px;}
.widget-history-9-slide .his_right li{margin-bottom:40px;}
.widget-history-9-slide .his_right li.jieduan{font-size:18px; font-weight:bold;}
.widget-history-9-slide .his_right .list_box{padding:36px 30px;background-color:#f7f7f7;position:relative;}
.widget-history-9-slide .his_right .list_ico01{position:absolute;left:-17px;top:30px;width:17px;height:21px;background:url(/resources/web/img/list_ico01.png) no-repeat center;}
.widget-history-9-slide .his_right .list_ico02{width:8px;height:8px;border:4px solid #cccccc;background-color:#fff;border-radius:50%;position:absolute;left:-58px;top:32px;}
.widget-history-9-slide .his_right .list_title{font-size:24px;color:#141414;font-weight:normal;}
.widget-history-9-slide .his_right .list_time{font-size:20px;color:#00317e;font-family: Arial;padding:4px 0px 10px;}
.widget-history-9-slide .his_right .list_text{font-size:16px;color:#6f6f6f;line-height:30px; margin-bottom:20px;}
.widget-history-9-slide .his_right .img_box{max-width:250px;}

.pos{width: 23%;margin-right: -3%;}

.iMain .part001{margin-bottom: 50px;}
.iMain .part001 h2{margin-bottom:40px; font-size:28px; line-height:28px; text-align:center; color:#2b2c30; font-weight:normal;}

@media only screen and (max-device-width: 640px){

.widget-history-9-slide .his_left{width:100%;}
.widget-history-9-slide .his_right{width:100%;}
.widget-history-9-slide .his_right ul{padding:0;border:none;}
.widget-history-9-slide .his_right .list_ico01,.widget-history-9-slide .his_right .list_ico02{display:none;}
.logo .mobile_gp{display:none;}
}

.pageFooter .f_share_box .bdsharebuttonbox .ion{font-size: 24px;}
.L-parent-news-right ._tools .bds_more .ico1_3{color: #dadada;background-image: url(../img/ico.png);width: 20px;height: 20px;display: inline-block;}

/*PC分享更多弹窗*/
.Pc_Share{position:fixed; width:100%; height:100%; left:0; bottom:0; z-index:100; display:none;}
.Pc_Share .share_bg{position:fixed; width:100%; height:100%; left:0; bottom:0; background:url(../img/share_bg.png) center; z-index:1;}
.Pc_Share .content .share_close{width:38px; height:38px; background:url(../img/share_close.png) no-repeat center; position:absolute; top:30px; right:24px; cursor:pointer; transition:all 0.5s ease;}
.Pc_Share .content .share_close:hover{transform:rotateZ(360deg);}
.Pc_Share .content{position:fixed; width:580px; height:380px; left:50%; margin-left:-290px; top:50%; margin-top:-190px; background:#ebebeb; z-index:2;}
.Pc_Share .content .box{padding:55px 70px 50px;}
.Pc_Share .content .box .share_title{font-size:20px; line-height:26px; color:#666; text-align:center; margin-bottom:40px;}
.Pc_Share .content .box ul{text-align:center;}
.Pc_Share .content .box ul li{font-size:0;  margin:0 21px;display:inline-block; position:relative;}
.Pc_Share .content .box ul li a{display:block;}
.Pc_Share .content .box ul li a .img_{display:block; width:54px; height:54px;}
.Pc_Share .content .box ul li a .txt{display:block; font-size:14px; color:#666; line-height:26px; text-align:center; margin:8px 0 30px; opacity:1; visibility:visible;}
.Pc_Share .content .box ul li a.linkin .txt{margin-bottom:0;}
.Pc_Share .content .box ul li a.twitter .txt{margin-bottom:0;}
/* 微信下拉及微信字体隐藏 */
.Pc_Share .content .box ul li.weixin_xl a .txt{opacity:0; visibility:hidden;}
.Pc_Share .content .box ul li .share_ewm{position:absolute; width:112px; height:112px; left:50%; margin-left:-66px; top:54px; display:none;  padding:12px;}
.Pc_Share .content .box ul li .share_ewm .img_{position:relative; box-shadow:0 0 10px rgba(0, 0, 0, 0.2); padding:0px; background-repeat:no-repeat;}
.Pc_Share .content .box ul li .share_ewm .img_:after{content:""; display:block; width:0; height:0; border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:8px solid #fff; position:absolute; left:50%; top:-8px; margin-left:-8%;}
.Pc_Share .bdsharebuttonbox a{height:auto; padding:0; margin:0; background:none;}
/* 手机端分享更多提示 */
.Mobile_Share{display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.8); z-index:99999}





