﻿/*
* name: Global && Pc StyleSheet
* version: v3.2.0
* update: 加入placeholder颜色设置
* date: 2016-01-21
*/

/* ICO图 */
.ico { display: inline-block; overflow: hidden; width: 20px; height: 20px; 
	vertical-align: middle; background: url(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;}
.ico5_1 { background-position: 0 -80px;}
.ico5_2 { background-position: -20px -80px;}
.ico5_3 { background-position: -40px -80px;}
.ico5_4 { background-position: -60px -80px;}
.ico5_5 { background-position: -80px -80px;}
.ico6_1 { background-position: 0 -100px;}
.ico6_2 { background-position: -20px -100px;}
.ico6_3 { background-position: -40px -100px;}
.ico6_4 { background-position: -60px -100px;}
.ico6_5 { background-position: -80px -100px;}
.ico7_1 { background-position: 0 -120px;}
.ico7_2 { background-position: -20px -120px;}
.ico7_3 { background-position: -40px -120px;}
.ico7_4 { background-position: -60px -120px;}
.ico7_5 { background-position: -80px -120px;}
.ico8_1 { background-position: 0 -140px;}
.ico8_2 { background-position: -20px -140px;}
.ico8_3 { background-position: -40px -140px;}
.ico8_4 { background-position: -60px -140px;}
.ico8_5 { background-position: -80px -140px;}

.ico2{display:inline-block; background:url(ico2.png) no-repeat;vertical-align:middle;}

/* 设置 */
body{font-size:13px; line-height: 1.8; color: #555; background: #fff;overflow-x:hidden;min-width: 1200px; font-family: microsoft yahei;}
.wrap { max-width: 1200px; margin-right: auto; margin-left: auto; *width: 1200px;}
a{color:inherit; *color:#666;}
a:hover { color:#f78503;}
input,select,button,textarea{ font-family:microsoft yahei;vertical-align: middle;border: none;}
#MyContent img {height: auto !important;}
#content img {height: auto !important;}
/*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: #f78503; }
::selection {color: #fff; background: #f78503; }
/*
* placeholder颜色
*/
::-webkit-input-placeholder { color: #aaa; } 
.placeholder { color: #aaa;}

/* 表格 */
.datalist{ border:1px solid #ccc; border-collapse:collapse; background:#fff;color: #555; width:100%}
.datalist caption{ padding-bottom:5px; text-align:left;} 
.datalist th{ border:1px solid #ccc; background-color:#eee; font-weight:700;  padding:5px 15px; }
.datalist td{ border:1px solid #ccc; padding:5px 15px;}
.datalist .td1{background:#ededed; color:#424d54}
/* 网站样式 */
.transition{ transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
.hoverImg:hover{ transform:scale(1.02,1.02);-moz-transform:scale(1.02,1.02);-ms-transform:scale(1.02,1.02);-o-transform:scale(1.02,1.02);-webkit-transform:scale(1.02,1.02); opacity:0.9;}
.mt30{ margin-top:30px;}
.c{padding-bottom:9999px; margin-bottom:-9999px;}
.mt20{margin-top:20px;}
.head .fixed{position:fixed;top:0;}

/*通用头部*/
.head{position:relative;z-index: 50;background-color: #fff;}
.head_top{position:relative;z-index: 2; *height:64px; padding: 20px 0 10px;}
.head_r{width:30%;}
.head_r li{float: right;padding:0 12px; line-height: 44px;text-align: center; background:url(h_li.gif) right center no-repeat;}
.head_r li a{font-size:12px;}
.head_r .li01{ z-index:2;position: relative;padding: 0;background: none;margin-left: 12px;line-height: 22px;margin-top: 11px;}
.head_r .li01 .btn-search{ display:block; width:100%;text-align: center;color: #fff;*line-height: 22px;*margin-top: 22px;}
.head_r .li01 .btn-search i{width:22px; height:22px; }
.head_r .li01:hover .btn-search i{background-position:-178px -55px;}
.head_r .li01 .search { position: absolute;right: 100%;top:50%;background-color: #fff;height: 30px; display:none;border: 1px #dcdcdc solid; width:170px;margin-top: -15px; *margin-top:-7px;}
.head_r .li01 .search .inp{border: none;vertical-align: top;height: 30px;line-height:30px;box-sizing: border-box;padding-left:5px; width:0;}
.head_r .li01:hover .search .inp{ width:97%;}
.head_r .li01 .item{transition: right 300ms;-moz-transition: right 300ms;-ms-transition: right 300ms;-o-transition: right 300ms;-webkit-transition: right 300ms;}
.head_r .li02{position:relative;}
.head_r .li02 span{display: block;cursor: pointer;font-size: 12px;}
.head_r .li02 .language{ display:none;position: absolute;width: 100%;top: 100%;left: 0;background-color: #fff;}
.head_r .li02 .language a{display:block;line-height:32px; height:32px; color:#5a5a5a;}
.head_r .li02 .language a:hover{ background-color:#f3f3f3;}
.head_r .li02 .ico2,.head_r .li04 .ico2{width:7px; height:4px; background-position:-22px 0;margin-left: 8px;}

.logo a{display:block;background:url(logo.png) no-repeat;width:500px; height:66px; background-size:contain;}
.sitelogo a{display:block;background:url(sitelogo.png) no-repeat;width:660px; height:66px; background-size:contain;}
.nav{position: absolute;width:100%;top:100%;left:0;height: 64px;background:url(nav.png) center top no-repeat;}
.nav .nav_li{position: relative; float: left; height: 63px;line-height: 63px;width:11%;text-align: center;}
.nav .nav_li .nav_a{font-size:17px; display:block;color:#fff; position:relative;}
.nav .nav_li .nav_a:before{content:''; width:100%; height:4px; background-color:#ffcc19; position:absolute;z-index: -1; left:0;top:-3px; display:none; overflow:hidden;}
.nav .nav_li:hover .nav_a:before{display:block;}
.nav .nav_li ._layer{ position:absolute;top:100%; left:0; width:736px; background:url(white.9.png) repeat;display:none; overflow:hidden;padding-bottom: 20px;}
.nav .nav_li ._layer ._nav2{ padding-top:10px;}
.nav .nav_li ._layer ._nav2 >li>a{display:block; font-size:14px; color:#000; position:relative;}
.nav .nav_li ._layer ._nav2 >li>a:after{ content:'';width:0; height:0;border-top:4px transparent solid; border-bottom:4px transparent solid; border-left:4px #ffc600 solid; position:absolute; right:4%; top:50%; margin-top:-4px;}
.nav .nav_li ._layer ._nav2>li:hover>a{ background-color:#f3f3f3;}
.nav .nav_li ._layer ._nav2{float: left; width:18%;top:0;background: #ffc600;height: 100%;padding-bottom: 9999px;margin-bottom: -9999px;}
.nav .nav_li ._layer ._nav2 li{float: none;width:auto;color:#624e00;line-height:43px;}
.nav .nav_li ._layer ._nav2 a{font-size:14px; color:#000;}
.nav .nav_li ._layer ._nav2 a:hover{color:#666;}

.nav .nav_li ._layer ._c .p{line-height: 20px;}
.nav .nav_li ._layer ._c{float: left;width:73.5%; padding:35px 0 35px 35px;color:#5f5f5f; line-height: 1.8;}
.nav .nav_li ._layer ._c .li{float:left;width:46%; margin-right: 4%;}
.nav .nav_li ._layer ._c ._img{display: block;width:100%;margin-bottom: 15px; height:175px}
.nav .nav_li ._layer ._c ._t{color:#000;font-size:1.2em;margin-bottom: .5em;font-weight: 700;font-size:18px;line-height: 20px;overflow: hidden; height:20px}
.nav .nav6 ._lev2,.nav .nav7 ._lev2{left:auto; right:0;}


/*通用底部*/
.foot{position: fixed;left: 0;bottom: 0;width:100%;}
.foot.shown{z-index: 2;}
.foot_top{ background-color:#f37020;}
.foot_top .wrap{padding:19px 0;}
.f_fast li{float:left;margin-right: 5%;}
.f_fast li a{font-size:16px; color:#fff;display:block;}
.f_fenzhi{width: 270px;background-color:#fea900;position: absolute;right: 0;top: 0;cursor: pointer;z-index: 5;}
.f_fenzhi .f_fz_t{ display:block;height: 66px;line-height: 66px; position:relative;font-size:18px; color:#fff;padding-left: 15%;}
.f_fenzhi .f_fz_t .ico2{width:11px; height:22px; background-position:-60px 0;position: absolute;right: 13%;top: 50%;margin-top: -8px;}
.f_fenzhi ._option{display:none;position:absolute;bottom:100%; left:0;width:100%; background-color:#fea900;}
.f_fenzhi ._option a{display:block;border-top: 1px #fec34d solid;height:40px;line-height:40px;padding: 0 15%;font-size: 16px; color: #fff;}
.f_fenzhi ._option a:hover{background-color:#fec34d;}
.f_fenzhi.hover .f_fz_t .ico2{ background-position: -100px -153px;width:22px; height:11px;margin-top: -5.5px;}

.foot_center{ background:url(foot_center_bg.jpg) center bottom no-repeat #242f35;padding: 46px 0 23px;}
.foot_center dl{margin-right: 6%;}
.foot_center dl dt{font-size:18px; color:#838f8f;font-weight: bold; border-bottom:1px dotted rgba(255,255,255,.3);*border-bottom:1px dotted #677075; line-height: 40px;}
.foot_center .dl01{width:12%;}
.foot_center .dl01 dd a{display:block; color:#838f8f;border-bottom:1px dotted rgba(255,255,255,.3);*border-bottom:1px dotted #677075;line-height: 34px;}
.foot_center .dl02{width:19%;}
.foot_center .dl02 dd{padding-right: 20px;margin-top: 16px;line-height: 28px;}
.foot_center .dl02 dd table{color:#838f8f;}
.foot_center .dl02 dd table th{width:20%;vertical-align: top;}
.foot_center .dl03{width:26.3%;}
.foot_center .dl03 address{ float:left;font-style: normal;color:#838f8f;width: 50%;margin-top: 16px;}
.foot_center .f-share{padding-top:13px;width: 200px;}
.foot_center .f-share .bdsharebuttonbox{margin-top:20px;}
.foot_center .f-share .bdsharebuttonbox:after{display:none;}
.foot_center .f-share .bdsharebuttonbox span{font-size: 12px;color: #525e66;line-height: 32px;padding-right: 12px;}
.foot_center .f-share .bdsharebuttonbox a{ background:url(share.png) no-repeat;width:32px; height:32px;margin: 0 6px 0 0;transition: none;}
.foot_center .f-share .bdsharebuttonbox a.bds_tsina{ background-position:0 0;}
.foot_center .f-share .bdsharebuttonbox a.bds_tqq{background-position:-39px 0;}
.foot_center .f-share .bdsharebuttonbox a.bds_sqq{background-position:-78px 0;}
.foot_center .f-share .bdsharebuttonbox a.bds_weixin{background-position:-117px 0;}
.foot_center .f-share .bdsharebuttonbox a.bds_tsina:hover{ background-position:0 -32px;}
.foot_center .f-share .bdsharebuttonbox a.bds_tqq:hover{background-position:-39px -32px;}
.foot_center .f-share .bdsharebuttonbox a.bds_sqq:hover{background-position:-78px -32px;}
.foot_center .f-share .bdsharebuttonbox a.bds_weixin:hover{background-position:-117px -32px;}
.foot_bottom{ background-color:#171f23; color:#fff; padding:15px 0;}
.foot_bottom a{color:#fff;}
.foot_bottom1{ background-color:#363a3c; color:#fff; padding:2px 0;}
.foot_bottom1 a{color:#fff; padding-left:10px}

/*首页中间区域*/
.loading{ background:url(loading.gif) no-repeat; width:100%; height:100%;position: absolute;left: 50%;top: 50%;margin-left: -50px;margin-top: -50px;}
.banner{height: 559px;position:relative; overflow:hidden; background-color:#fff;z-index: 3;}
.banner img{  position:absolute; top:0; left:50%; margin-left:-960px; width:1920px; height:100%; max-width:none;}
.banner .slide_nav{position:absolute;bottom:50px; left:0;width:100%; text-align: center;}
.banner .slide_nav a{display:inline-block;width:12px; height:12px; line-height: 99; overflow:hidden; background-color:#fff;border-radius: 50%; cursor:pointer; margin-right: 10px; vertical-align: middle;}
.banner .slide_nav a.on{ border:2px #fff solid; background:url(about:blank);}
.banner .arrs{position: absolute;width:60px;height:60px;top:50%;margin-top: -30px;z-index: 3;cursor:pointer; background:url(bann_btn.png) no-repeat;}
.banner .arr_prev{left: 0;}
.banner .arr_next{right: 0; background-position:right top;}
.banner .arr_prev:hover{background-position:left bottom;}
.banner .arr_next:hover{background-position:right bottom;}
.banner.hidden{opacity: 0;}
.banner li{ position:relative;}

.c_pt:before{content: "";position: absolute;left: 0;width:100%;height: 31px;top:-31px;background:url(mask.png) center 0 no-repeat;}
.cent_box1{padding:20px 0 36px;}
.cent_box1 .cen_other{padding:0;}
.cent_box1 .chan_tit{width:95%;}
.cen_other li{position:relative; height:300px;}
.cen_other .li02{background-color:transparent;}
.cen_other .li03{background-color: #2a2a51;}
.cen_other .li02 .info,.cen_other .li04 .info{position: absolute;top: 0;left: 0;right:0;bottom:0;background: 0;}
.cen_other .li03 .info,.cen_other .li04 .info{padding:31% 15%;}
.cent_box1 .cen_other li .info .p{font-size:14px;line-height: normal;}


.i_prolist .prolist li{ float:left;height:300px; width:180px; position:relative;cursor:pointer;transition: all 0.5s ease;}
.i_prolist .prolist li.cur{width: 300px;background-size: cover!important;}
.i_prolist .prolist li a{display: block;position: relative;height: 100%;padding: 0 12%;}
.i_prolist .prolist li .prolist-li{ width:100%; height:100%; background:url(ip_bg.png) center top no-repeat; position:absolute; top:0; left:0; z-index:5;}
.i_prolist .prolist li ._info{ position:absolute; left:0; bottom:0; width:100%;overflow:hidden; z-index: 7;}
.i_prolist .prolist li ._info .p{ display:none; font-size:13px;}
.i_prolist .prolist li.cur ._info a *{ cursor:pointer;}
.i_prolist .prolist li ._info ._cn{ position:relative; line-height: 120px;} 
.i_prolist .prolist li ._info ._cn ._cns{ font-size:16px; font-weight:normal; color:#fff; position:relative;}
.i_prolist .prolist li ._info ._cn ._cns:before{ content:''; width:40px; height:3px; background-color:#fff000;position: absolute;bottom: -10px;left: 0;}
.i_prolist .prolist li ._info .big{ font-weight:bold;font-size:24px;color: #fff;line-height: 35px;margin-bottom: 5px; display:none;}
.i_prolist .prolist li ._info .big .yellow{ color:#fff000;}
.i_prolist .prolist li ._info ._cn ._b{ color:#fff; display:none;position: absolute;left: 50%;margin-left: 63px;top: -12px;}
.i_prolist .prolist li ._info ._en{ color:#fff;}
.i_prolist .prolist li ._info ._en .p11{ background:url(p11.png) no-repeat; display:inline-block; width:15px; height:15px; vertical-align:middle;}
.i_prolist .prolist li.cur .prolist-li{ display:none;}
.i_prolist .prolist li.cur ._info ._cn ._cns{ font-size:20px;}
.i_prolist .prolist li.cur ._info ._cn ._b{ display:block;}
.i_prolist .prolist li.cur ._info a{ padding: 4% 8%;height: 86%;}
.i_prolist .prolist li.cur ._info{background:rgba(253,101,0,.85);height:80%;text-align:left;}
.i_prolist .prolist li.cur ._info .p{ display:block; color:#fff;}
.i_prolist .prolist li.cur ._info ._cn ._cns:before,.i_prolist .prolist li.cur ._info .big{ display:block;}
.i_prolist .prolist li.cur ._info ._cn{line-height: 65px;}

.cen_box2{position: relative; padding:50px 0 90px;background:url(t-02.jpg) repeat;}
.cen_box2:before{content: "";position: absolute;width:0;height: 0;overflow: hidden;top:0;
border:30px solid;border-color:#fff transparent transparent transparent;left: 50%;margin-left: -30px;}
.cen_box2 ._part{margin-top: 25px;}

.cen_box2 .cen_news a{display: block;position: relative;padding:.5em .5em .65em 2em;}
.cen_box2 .cen_news a:hover{background:#e2e2e1;}
.cen_box2 .cen_news a:before{content: "";position: absolute;width:0;height: 0;overflow: hidden;
left:.8em;top:1.5em;border:4px solid;border-color:transparent transparent transparent #fd8800;}
.cen_box2 .cen_news ._t{color:#000;font-size:1.2em;height: 2em;line-height: 2;font-weight:normal;}
.cen_box2 .cen_news ._p{color:#7c7c7c;line-height: 20px;height: 20px;overflow: hidden;}

.channel_in{font-size:24px; margin-bottom: 10px;}
.channel_in .i{display:inline-block;width:35px; height:42px; background:url(pb_t.png) no-repeat;vertical-align: middle;}
.cen_zt_list li .rect-zt{padding-bottom:68.75%;}
.cen_zt_list li .rect-zt img{width:100%; height:auto;}
.cen_zt_list li .tit{ position:absolute;bottom:0; left:0; padding:0 5%; width:90%; background:url(black.8.png) repeat;height:34px; line-height: 34px;}
.cen_zt_list li .tit .t{display:block;font-size:14px; font-weight: normal;color:#e3e3e3;width: 80%;}
.cen_zt_list li .tit .i{display:block;width:37px; height:34px; background-color:#8a8a8a; position:absolute;right:0; top:0; text-align: center;}
.cen_zt_list li .tit .i .ico6_2{margin-top:-2.5px;}
.cen_zt_list li:hover .tit .i{ background-color:#f7931d;}
.cen_zh_list .cen_news li a{padding:2px 0 2px 2em;}
.cen_zh_list .cen_news li ._t{font-size:14px;font-weight:normal;}
.cen_zh_list .cen_news li a:before{top:50%; margin-top:-2px;}

.cen_box3{position: relative;background:url(c_bg3.jpg) center top no-repeat;height:420px;}
.cen_box3:before{content: "";position: absolute;width:0;height: 0;overflow: hidden;top:-60px;
left:50%;border:30px solid;border-color:transparent transparent #ff8e00 transparent;
margin-left: -30px;}
.v-keys{text-align: center;font-size:16px;padding:30px 40px;}
.v-keys li{display: inline-block;width:4em;font-weight: 700;height: 4em;margin:0 10px;
border-radius: 50%;background:rgba(255,255,255,.7);padding:5px;line-height: 4em;}
.v-keys a{display: block;height: 100%;background:#fc8e00;border-radius: 50%;color:#fff;
transition:all ease .5s;}
.v-keys .cur a{background:#f01d1d;}
.v-keys li:hover{background:#fff;}
.sec3-t{opacity: 0;position: absolute;left: 0;top:120px;width:100%;text-align: center;line-height: 1;
transition:opacity ease .5s;}
.sec3-t.shown{opacity: 1;filter:alpha(opacity=100);}

.cen_box4{padding:30px 0;}
.cen_box4 a{ text-align: center;}
.icons{margin-top: 30px;}
.icons ._ico{position: relative; width:124px;height: 124px; background: url(icons.png) no-repeat;margin:0 auto 25px;}
.icons ._ico:after{content: "";position: absolute;left:0;top:0;width:100%;height: 100%;
background: url(icons.png) no-repeat;opacity: 0;transition:opacity ease .5s;}
.icons ._ico1{background-position: 0 -149px;}
.icons ._ico2{background-position: -298px -149px;}
.icons ._ico3{background-position: -595px -149px;}
.icons ._ico4{background-position: -900px -149px;}
.icons ._ico1:after{background-position: 0 0;}
.icons ._ico2:after{background-position: -298px 0;}
.icons ._ico3:after{background-position: -595px 0;}
.icons ._ico4:after{background-position: -900px 0;}
.icons a:hover{color:#000;}
.icons a:hover ._ico:after{opacity: 1;}
.icons ._t{font-size:16px;}
.icons ._p{font-size:14px;}



/*下层--通用样式*/
.n_bann{ height:340px; position:relative;overflow:hidden;z-index: 3; background-color:#fff;}
.n_bann img{ position:absolute; top:0; left:50%; margin-left:-960px; width:1920px; height:100%; max-width:none;}
.n_bann2{height:559px; position:relative;overflow:hidden;z-index: 3;background-color:#fff;}
.n_bann2 img{ position:absolute; top:0; left:50%; margin-left:-960px; width:1920px; height:100%; max-width:none;}
.n_bann2.hidden{opacity: 0;}
.n_bann3{position:relative;top:auto;}
.zh_bann{ height:410px;}
.c_pd{position: relative;z-index: 5;background: #fff;margin-bottom:372px;_margin-bottom:10px;}
.con_pd{margin-top:727px;}
.posi{ font-weight: normal; color:#f78503;font-size:13px;}
.posi i{margin:0;}
.posi a{ color:#4a4a4a;}
.channelCurrent{font-size:36px;color:#000;margin: 10px 0 30px;}
.main_bar{padding:25px 0 60px; background-color: #fff;}
.mh{min-height: 400px;}
.s_menu_bar{ position: relative;height: 48px;line-height: 48px;overflow: hidden;margin-top:-72px;margin-bottom: 20px;}
.s_menu_bar dt{width: 258px;font-size: 18px;color: #535353;padding-left: 20px;position: relative;background:url(white.7.png) repeat;background:rgba(255,255,255,.75);}
.s_menu_bar dt ._more{position: absolute;right: 10%;top: 50%;margin-top: -7.5px;display: block;line-height: 15px;}
.s_menu_bar dt ._more .ico2{background-position: -77px 0;width: 23px;
    height: 15px;vertical-align: top;}
.s_menu{width: 90%;position: absolute;right: 0; top: 0;display: none;}
.s_menu li{ float:left;padding:0 15px;}
.s_menu li a{display:block;font-size: 15px;}
.s_active{background:url(white.7.png) repeat;background:rgba(255,255,255,.75);}
.s_fixed{position:fixed;top:0;margin-top: 0;width:1200px;left: 50%;margin-left: -600px;z-index: 10;margin-bottom: 0;background-color:#DCDCDC;}
.s_active dt,.s_fixed dt{background:none;}
.s_active dt ._more,.s_fixed dt ._more{display:none;}
.s_active .s_menu,.s_fixed .s_menu{display:block;}

.bd10{background-color: #fff;border: 10px #f3f3f3 solid;}
.m_detail{ border:2px #f67702 solid;width:160px; height:38px; line-height:38px; text-align: center;display:inline-block; margin-top:40px;}
.m_detail i{margin-left:15px;}
.m_detail:hover{ background-color:#f67702; color:#fff;}
.m_detail:hover i{background-position:-40px -80px;}

/*下层--新闻列表*/
.news_top .n_left{width: 73.3%;}
.center_news .imgbox{width: 46%;}
.center_news .imgbox .info{ background:url(black.5.png) repeat;background:rgba(0,0,0,.5);position: absolute;bottom: 0;left: 0;padding: 15px 5%;width: 90%;overflow: hidden;}
.center_news .imgbox .info .date{ float:left;text-align: center;}
.center_news .imgbox .info .date span{display:block; color:#fff; font-family: Arial;font-weight: bold;}
.center_news .imgbox .info .date .day{font-size:63px;line-height: 50px;}
.center_news .imgbox .info .date .month{font-size:18px;}
.center_news .imgbox .info .tit{width: 85%;float: right;height: 82px;line-height: 82px;}
.center_news .imgbox .info .tit .title{font-size:24px;font-weight: normal;color: #fff;display: inline-block;vertical-align: middle;height: auto;line-height: 1.3;}
.center_news .center_news_list{width: 53%; background:url(n_top_bg.jpg) left top no-repeat;background-size: cover;}
.center_news .center_news_list li{padding:20px 30px 23px 40px;}
.center_news .center_news_list li .data{display:none;}
.center_news .center_news_list li a{display:block; position:relative;}
.center_news .center_news_list li a:before{content:'';width:0; height:0; border-top:4px transparent solid; border-bottom:4px transparent solid; border-left:4px #fd8800 solid; position:absolute;left: -15px;top: 13px;}
.center_news .center_news_list li .title{font-size:18px;font-weight: normal;color: #000;}
.center_news .center_news_list li .p{font-size:13px;color:#7c7c7c;}
.center_news .center_news_list li:hover{ background-color:#e2e2e1;}

.news_top .n_right{width:306px;_width: 25.5%;}

.newslist{margin-top:50px;list-style: none;}
.newslist li{ padding:2% 3%; border:1px #fff solid; border-bottom-color:#f1f1f1;width: 93.8%;}
.newslist li .box{position:relative;}
.newslist li .imgbox{width:24%;margin-right: 4%;}
.newslist li .info{width: 85%;}
.newslist li .info .title{font-size:24px;margin:0 0 8px;}
.newslist li .info .p{font-size:13px; color:#727272;line-height: 23px;height: 46px;overflow: hidden;}
.newslist li .infonews{width: 100%;}
.newslist li .info ._tools{display: inline-block;border: 1px #efefef solid;border-radius: 20px;overflow: hidden; margin-top: 25px;height: 24px;line-height: 24px;}
.newslist li .info ._tools span{display:inline-block;padding: 0 15px;border-left: 1px #e5e5e5 solid;margin-left: -1px;vertical-align: top;}
.newslist li .info ._tools ._vew:hover,.newslist li .info ._tools .bdsharebuttonbox:hover{ background-color:#f8f8f8;}
.newslist li .info ._tools .bdsharebuttonbox .bds_more{background: none;margin: 0;padding: 0;line-height: 24px; height:24px;}
.newslist li .info ._tools .bdsharebuttonbox .bds_count{background: none; width: auto;height: 24px;margin: 0;line-height: 24px;padding: 0 5px;}
.newslist li .info ._tools .bdsharebuttonbox i{margin:0;}
.newslist .date{position: absolute;right: 0;top: 50%;margin-top: -60px;}
.newslist .date span{ color:#3f3f3f;font-family: Arial; font-weight: bold; display:block;}
.newslist .date .day{font-size:70px;line-height: 52px;}
.newslist .date .month{font-size:20px;}
.newslist .date .i{margin-top:10px;}
.newslist .date .i .ico2{width:28px; height:25px; background-position:-32px 0;}
.newslist li:hover{border:1px #f69b3b solid;}
.newslist li:hover .date span{color:#f69b3a;}

/*分页*/
.page{font-size: 12px; color: #777777; text-align: center; margin: 30px 0;}
.page a,.page span { color: #838383;display: inline-block;border: 1px solid #c6c6c6; border-radius:2px;vertical-align: middle;margin: 0 0 10px -1px;width: 34px;height: 34px;line-height: 34px;margin-right: 12px;font-size: 26px;font-family: Arial;}
.page .goprev{margin-right: 10px;}
.page .gonext,.page .count {margin-left: 10px;}
.page a:hover{color:#fff; background: #6d6d6d;}
.page span{color:#fff; background: #6d6d6d;}
.page .goprev .ico2_4{background-position: -40px -100px; vertical-align: -2px;}
.page .gonext .ico2_5{ background-position: -60px -100px;vertical-align: -2px;}
.page .goprev,.page .gonext {color: #777777;}
.page .goprev:hover .ico2_4{background-position: -60px -20px;}
.page .gonext:hover .ico2_5{ background-position:-80px -20px;}
.page span.count { border: 0;background: 0;color: #777777;}

/*下层--新闻详情*/
.news_detail .n_left{width:70%; margin-top:20px}
.NewsDetail-B3 ._head {  margin: 0;  background: #ffffff;}
.NewsDetail-B3 ._head ._title {  font-size: 30px;  line-height: 40px;  color: #000; text-align:center}
.NewsDetail-B3 ._tools {  padding: 10px 5px 0;  color: #999999;  text-align:center}
.NewsDetail-B3 ._tools a:hover {  color: #0e90d2;}
.NewsDetail-B3 ._tools span{ vertical-align:middle;margin-right: 20px;}
.NewsDetail-B3 ._tools span#switcher a{display:inline-block;vertical-align:middle;}
.NewsDetail-B3 ._tools span#switcher .ico2{width:20px; height:20px; background-position:-20px -25px; vertical-align: top;}
.NewsDetail-B3 ._tools span#switcher #big .ico2{background-position:0 -25px;}
.NewsDetail-B3 ._tools span#switcher #small .ico2{background-position:-40px -25px;}
.NewsDetail-B3 ._b2l {float:right;}
.NewsDetail-B3 ._head [class^="ion"] {font-size:16px;color:#999999;}
.NewsDetail-B3 .myart {padding:20px 0;}
.NewsDetail-B3 ._detailPage_bottom {border-top:1px dotted #d3d3d3;border-bottom:1px dotted #d3d3d3;overflow:hidden;background-color:#f6f6f6;margin:15px 0 0;}
.NewsDetail-B3 ._detailPage_bottom li {float:left;width:50%;border-left:1px dotted #d3d3d3;height:60px;line-height:60px;overflow:hidden;*zoom:1;margin-left:-1px;}
.NewsDetail-B3 ._detailPage_bottom ._mark {font-weight:bold;width:17%;background-color:#e7e7e7;}
.NewsDetail-B3 ._detailPage_bottom [class^="ion"] {font-weight:normal;font-size:18px;color:#999999;margin-right:0;}
.NewsDetail-B3 ._detailPage_bottom ._title {float:right;width:77%;font-size:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.NewsDetail-B3 ._detailPage_bottom ._title:hover {color:#0e90d2;}
.NewsDetail-B3 ._detailPage_bottom ._time {float:right;white-space:nowrap;margin-right:10px;}
.NewsDetail-B3 ._bottom_bar {margin:-20px 0 20px;overflow:hidden;*zoom:1;}
.NewsDetail-B3 ._bottom_bar .bdsharebuttonbox {float:right;}
.NewsDetail-B3 ._bottom_bar ._b2l {float:right;}
.NewsDetail-B3 ._bottom_bar [class^="ion"] {font-size:16px;color:#999999;}

.NewsDetail-B3-tools span{display:inline-block;vertical-align: middle; cursor:pointer;}
.NewsDetail-B3-tools ._back{line-height: 36px;}
.NewsDetail-B3-tools ._back .ico2{width:28px; height:25px; background-position:-72px -25px; margin-right: 10px;}
.n_share{display:inline-block;width:36px; height:36px; vertical-align: middle; background:url(n_share.png) no-repeat;}
.n_share_2{background-position:-36px 0;}
.NewsDetail-B3-tools ._tool{text-align: right;padding-right: 20px; position:relative;}
.NewsDetail-B3-tools ._tool:before{content:'';width:1px; height:26px; background-color:#ccc;position:absolute;top:50%; left:0; margin-top:-13px;}
.NewsDetail-B3-tools ._tool .bdsharebuttonbox a{background: none;margin: 0;padding: 0;float: none;}
.NewsDetail-B3-tools ._back,.NewsDetail-B3-tools ._tool{width:30%;}
.NewsDetail-B3-tools ._tool .print:hover .n_share{background-position:0 -36px;}
.NewsDetail-B3-tools ._tool .bdsharebuttonbox .bds_more:hover .n_share_2{background-position:-36px -36px;}
.news_detail ._detailPage_bottom li strong,.news_detail ._detailPage_bottom li span,.news_detail ._detailPage_bottom li a{ display:block;}
.news_detail ._detailPage_bottom{margin-top: 35px;}
.news_detail ._detailPage_bottom ul{padding:10px 7%;}
.news_detail ._detailPage_bottom li ._mark{ font-size:18px;}
.news_detail ._detailPage_bottom li a{font-size: 16px;font-weight: bold;}
.news_detail ._detailPage_bottom li ._date{font-family: Arial;font-size:13px; color:#676767;}
.news_detail ._detailPage_bottom li ._title{ font-size:16px; font-weight: bold;}
.news_detail ._detailPage_bottom li{padding: 20px 0;}
.news_detail ._detailPage_bottom li._prev{border-bottom:1px #ececec solid;}

/*下层--产品列表*/
.pj-lb-xx { padding-bottom:20px;}
.pj-lb-xx .pj-xx-box { margin:0 20px; padding-bottom:15px; border-bottom:1px dashed #dfdfdf;}
.pj-xx-box span { width:85px; float:left; margin-top:15px; font-size:14px; color:#888; line-height:20px;}
.pj-xx-box ul { float:left; width:870px; }
.pj-xx-box ul li { height:20px; float:left; margin-right:20px; margin-top:15px; }
.pj-xx-box ul li { height:20px; display:block; font-size:14px; color:#000; line-height:20px; padding:0 5px; cursor:pointer;}
.pj-xx-box ul li.checked{ background:#ff7300; color:#fff;}

.zj-bj-box { position:relative; padding-left:55px; *zoom:1}
.zj-bj-box > span { position:absolute; left:0; top:0;}
.zj-bj-box {padding-bottom:15px;}
.zj-bj-box span { width:50px; float:left; margin-top:15px; font-size:14px; color:#888; line-height:20px;}
.zj-bj-box ul { }
.zj-bj-box ul li { height:20px; float:left; margin-right:13px; margin-top:15px; width:13%}
.zj-bj-box ul li a{ height:20px; display:block; font-size:14px; color:#000; line-height:20px; background:url(pj-check.png) left center no-repeat; padding-left:28px; cursor:pointer;}
.zj-bj-box ul li a.checked {  background:url(pj-checked.png) left center no-repeat; color:#000; }

.job-sear{ padding:10px; border:10px #d8d8d8 solid; margin-bottom: 15px;}
.job-sear .t-pt{font-size: 13px;color: #565656;float: left;line-height: 32px;padding: 0 15px 0 5px;}
.job-sear .t-area{ float:left; width:23.2%; height:30px; line-height:30px; border:1px solid #d8d8d8;  text-indent:5px; margin-right:2%;background-color: #fff;}
.job-sear .t-area ._val{color:#fd8902;width:100%;}
.job-sear .t-area ._val b{ float:right; width:33px; height:30px; background:url(job-areaico.gif) no-repeat; }
.job-sear .t-area ._option{ top:30px;}

.job-sear .t-area1{ float:left; width:75%; height:30px; line-height:30px; border:1px solid #d8d8d8;  text-indent:5px; margin-right:2%;background-color: #fff;}
.job-sear .t-area1 ._val{color:#fd8902;width:100%;}
.job-sear .t-area1 ._val b{ float:right; width:33px; height:30px; background:url(job-areaico.gif) no-repeat; }
.job-sear .t-area1 ._option{ top:30px;}


.job-sear .sear_input{ float:left; margin-right:1%; width:24%; padding-left:5px; height:28px; line-height:28px; border:1px solid #eee; position:relative;background-color: #fff;}
.job-sear .sear_input input[type=text]{ vertical-align:top; border:0;width: 80%;height: 16px; line-height:16px;box-sizing: content-box;padding: 6px 0;}
.job-sear button[type=submit],.job-sear button[type=button]{ border:0; width:21%; height:30px; line-height: 30px; background-color: #606d75;padding: 0;float:left;font-size:17px; color:#fff;cursor: pointer;}
.job-sear .sear_input button i{ display:block;background:url(job-searico.png) no-repeat; width:100%; height:100%;}
.job-sear button[type=submit]:hover,.job-sear button[type=button]:hover{ background-color:#f37020;}

.prolist_box{margin:60px 0 40px; overflow:hidden;}
.prolist_box li{margin-bottom:20px;}
.prolist_box li .box{padding:10% 8%;overflow: hidden;position: relative;}
.prolist_box li .name{font-size:16px;}
.prolist_box li ._name2{font-size:16px;line-height: 28px;margin-top:20px;height: 28px;overflow: hidden;}
.prolist_box li .sort{font-weight: normal;color:#787878;font-size:14px;}
.prolist_box li .sort2{font-size:14px;}
.prolist_box li .p{font-size:14px; color:#fff; display:none;}
.prolist_box li .btn_compare{font-size:16px;font-weight: bold;color:#000;background-color:#f3f3f3;height:40px; line-height: 40px; text-align: center;display: none;}
.prolist_box li .info{display: block;position: absolute;bottom: 0;left: 0;width:100%;}
.prolist_box li .rect-100{margin-bottom:25px;}
.prolist_box li .cover{ position:absolute;bottom:-100%; left:0; background:url(orange.8.png) repeat; background:rgba(244,139,14,.8);width:100%; height:100%;}
.prolist_box li .hover .cover{bottom:0;}
.prolist_box li .hover .info{top: 0;padding: 15% 10% 10%;width:80%;}
.prolist_box li .hover .name{font-size:18px;color:#fff;line-height: 25px;}
.prolist_box li .hover .sort{font-size:16px;color:#fff;}
.prolist_box li .hover .line{width:46px;height:2px; background-color:#fff; display:block; margin:20px auto 0;}
.prolist_box li .hover .p{display:block;margin-top: 30px;}
.prolist_box li .hover .btn_compare{display: block;position: absolute;bottom: 25px;width: 60%; left:50%; margin-left:-30%;}
.prolist_box li:hover ._name2{ opacity:0; filter:alpha(opacity=0);}


/*对比弹框*/
.zj-db { width:1000px; height:146px; position:fixed; bottom:0; left:50%; margin-left:-500px; border:2px solid #ff7300; background:#fff; z-index:9999; display:none;}
.zj-db .zj-db-title { height:54px; padding:0 20px; line-height:54px;}
.zj-db-title span { float:left; color:#adadad;}
.zj-db-title font { float:right; color:#39486a; cursor:pointer;}

.pj-lb-more{text-align: center;margin-top: 40px; position:relative;}
.pj-lb-more a{display:none;border:4px #f2f2f2 solid;height:45px; line-height:45px; width:366px; text-align: center;font-size:16px; color:#ffc600; position:relative;z-index: 2; margin:auto;}
.pj-lb-more .loading{background:url(loading2.gif) no-repeat;width:50px;height:50px;margin-top: -25px;margin-left: -25px;}

/*下层--产品详情*/
.pdetail_pd{margin-top:64px;}
.prodetail-top-1{margin-top:30px;}
.prodetail-top-1 .rect-75{padding-bottom: 68%;}
.prodetail-top-1 ._detail{padding-left:3%;}
.prodetail-top-1 ._detail .pro_t{font-size:31px;color:#000;margin-bottom: 5px;}
.prodetail-top-1 ._detail .pro_t .i{display:inline-block;width:35px; height:42px; background:url(pb_t.png) no-repeat; vertical-align: top;margin-left: 10px;}
.prodetail-top-1 ._detail .pro_down_t{font-size:20px;color:#000;margin-bottom: 5px;}
.prodetail-top-1 ._detail .pro_down_t .i{display:inline-block;width:25px; height:30px; background:url(pb_t.png) no-repeat; vertical-align: top;margin-left: 10px;}
.prodetail-top-1 ._detail .summ{font-size:13px; color:#5a5a5a;line-height: 23px;height:115px;overflow: hidden;}
.prodetail-top-1 ._detail .summ_down{font-size:15px; color:#5a5a5a;line-height:25px;height:125px;overflow: hidden;}
.prodetail-top-1 ._detail .tools{margin-top:20px;}
.prodetail-top-1 ._detail .tools li{ float:left;width:180px; height:57px; line-height: 57px; margin-right:8px;}
.prodetail-top-1 ._detail .tools li a{display:block;font-size:18px; font-weight: bold; color:#fff; text-align: center;}
.prodetail-top-1 ._detail .tools li .ico2{width:36px; height:32px;margin: 0 0.3em;}
.prodetail-top-1 ._detail .tools .li01 .ico2{background-position:0 -50px;}
.prodetail-top-1 ._detail .tools .li02 .ico2{background-position:-36px -50px;}
.prodetail-top-1 ._detail .tools .li08 .ico2{background-position:-50px -240px;}
.prodetail-top-1 ._detail .tools .li03 .ico2{ background-position: 0 -82px;width:32px; height:35px;}
.prodetail-top-1 ._detail .tools .li01{ background-color: #f37020;}
.prodetail-top-1 ._detail .tools .li02{ background-color: #fea900;}
.prodetail-top-1 ._detail .tools .li08{ background-color: #f01d1d;}
.prodetail-top-1 ._detail .tools .li03{ background-color: #f3f3f3;width:70px;}
.prodetail-top-1 ._detail .tools .li03 a{background: none;float:none; height:100%; line-height:inherit;margin: 0;padding: 0;}
.prodetail-top-1 ._detail .tools li:hover{ background-color:#80939e;}
.prodetail-top-1 ._detail .tools2{margin-top:25px;}
.prodetail-top-1 ._detail .tools2 li{ float:left; padding:0 10px;}
.prodetail-top-1 ._detail .tools2 li a{display:block;font-size:14px;}
.prodetail-top-1 ._detail .tools2 li .btn_compare{display:none;}
.prodetail-top-1 ._detail .tools .li03:hover .ico2{background-position: -32px -82px;}

.ps_menu_bar{ background:url(p_su_bg.jpg) center top no-repeat; padding:123px 0 50px;}
.ps_menu_down{padding:5px;}
.ps_menu{height:60px; overflow:hidden;}
.ps_menu .ps_Target{width:1000px;margin:0 auto;overflow: hidden;*zoom:1;}
.ps_menu .ps_Target li{float:left;height:60px; line-height:60px;width: 32.6%; background-color:#fd8f10;margin-right:1.1%;}
.ps_menu .ps_Target li a{display:block;font-size:18px;font-weight: bold; text-align: center; position:relative; color:#fff;}
.ps_menu .ps_Target li i{width:21px; height:21px;background-position:-72px -50px;position: absolute;top: 50%;margin-top: -10.5px; right: 5%;}
.ps_menu .ps_Target li.last{margin-right: 0;}
.ps_menu .ps_Target li.active{ background-color:#fff;}
.ps_menu .ps_Target li.active a{color:#fe8800;}
.ps_menu .ps_Target li.active i{background-position:-72px -71px;}
.ps_menu .ps_Target.fixed{position: fixed;left: 50%;margin-left: -500px;top:0;z-index: 99;}
.ps_sections_down{width:1200px;margin:0px auto 0;}
.ps_sections_down .ps_t{font-size:20px;margin-bottom: 15px;}
.ps_sections_down .ps_con{min-height: 200px;}
.ps_sections_down .ps_paras{width:57.5%;}
.ps_sections_down .ps_tuijian{width:32%;}
.ps_sections_down .ps_tuijian dl{padding:30px 10%;}
.ps_sections_down .ps_tuijian dl dt{font-size:18px;font-weight: bold; color:#000;margin-bottom: 15px;}
.ps_sections_down .ps_pann{ height:260px; overflow:hidden; position:relative;}
.ps_sections_down .ps_pann .tit{font-size:16px; font-weight: normal; text-align: center;margin-top: 10px;}
.ps_sections_down .ps_pann .slide_nav{ position:absolute;bottom:0; left:0; width:100%; text-align: center;}
.ps_sections_down .ps_pann .slide_nav a{display:inline-block;width:10px; height:10px; line-height: 99; overflow:hidden;border-radius: 50%; background-color:#fec787; margin-right: 12px;cursor:pointer;}
.ps_sections_down .ps_pann .slide_nav a.on{width:14px; height:14px; background-color:#fd8f10;}



.ps_sections{width:1000px;margin:55px auto 0;}
.ps_sections .ps_t{font-size:20px;margin-bottom: 15px;}
.ps_sections .ps_con{min-height: 200px;}
.ps_sections .ps_paras{width:57.5%;}
.ps_sections .ps_tuijian{width:32%;}
.ps_sections .ps_tuijian dl{padding:30px 10%;}
.ps_sections .ps_tuijian dl dt{font-size:18px;font-weight: bold; color:#000;margin-bottom: 15px;}
.ps_sections .ps_pann{ height:260px; overflow:hidden; position:relative;}
.ps_sections .ps_pann .tit{font-size:16px; font-weight: normal; text-align: center;margin-top: 10px;}
.ps_sections .ps_pann .slide_nav{ position:absolute;bottom:0; left:0; width:100%; text-align: center;}
.ps_sections .ps_pann .slide_nav a{display:inline-block;width:10px; height:10px; line-height: 99; overflow:hidden;border-radius: 50%; background-color:#fec787; margin-right: 12px;cursor:pointer;}
.ps_sections .ps_pann .slide_nav a.on{width:14px; height:14px; background-color:#fd8f10;}


/* Tables
---------------------------------- */
.pro_case_box_down #MyContent .table {background-color:#f8f8f8; font-size:16px;width: 100%;max-width: 100%;margin-bottom: 20px;}
.pro_case_box_down #MyContent .table .firstRow {background-color:#f7931d;color: #ffffff;}
.pro_case_box_down #MyContent .table .towRow {background-color:#f0f0f0;}
.pro_case_box_down #MyContent .table .threetowRow {background-color:#ffffff;}
.pro_case_box_down #MyContent .table .towRowtxt { text-align:center !important; font-weight:bold;}
.pro_case_box_down #MyContent .table >thead >tr >th, .table >tbody >tr >th, .table >tfoot >tr >th, .table >thead >tr >td, .table >tbody >tr >td, .table >tfoot >tr >td {padding: 8px;border: 1px solid #dddddd;}

.pro_case_box_down #MyContent .view-table-first td:nth-child(odd){font-weight:600; width:15%; background:#F1F1F1;}
.pro_case_box_down #MyContent .view-table-second td:nth-child(odd){font-weight:600; width:15%; background:#F1F1F1;}
.pro_case_box_down #MyContent .view-table-three tr:nth-child(2){font-weight:600; width:15%; background:#F1F1F1;}
.pro_case_box_down #MyContent .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.pro_case_box_down #MyContent .label-default {
  background-color: #777777;
}
.pro_case_box_down #MyContent .label-success {
  background-color: #5cb85c;
}

.pro_case_box_down #MyContent .view-table-title-first td:first-child { color:#F60; font-size:16px; font-weight:600; text-align:center; background:#F1F1F1;}
.pro_case_box_down #MyContent .view-table-title-second td:first-child  { color:#F60; font-size:16px; font-weight:600; text-align:center; background:#F1F1F1;}
.pro_case_box_down #MyContent .view-table-title-three td:first-child  { color:#F60; font-size:16px; font-weight:600; text-align:center; background:#F1F1F1;}
.pro_case_box_down #MyContent table td{ word-wrap: break-word; word-break:break-all;}


.pro_case_box{background:url(p_su_bg2.jpg) center top no-repeat; padding:35px 0 5px;}
.pro_case_box_down{background:url(n_top_bg.jpg) repeat; padding:20px 0 10px; width:100%; margin:0 auto}
.pro_case_box_down .downfy{width:98%;margin:0px auto; padding:10px; font-size:15px;}
.pro_case_box_down #MyContent{width:95%;margin:0px auto; padding:10px; font-size:15px;color:#000000;}
.pro_case_box .pc_t{font-size:28px; position:relative; color:#000;padding-bottom: 25px;}
.pro_case_box .pc_t:after{content:'';width:84px; height:3px;background-color:#fd8800;position:absolute;bottom:0; left:50%; margin-left:-42px;}
.pro_case_box_down .pc_t{font-size:28px; position:relative; color:#000;padding-bottom: 25px;}
.pro_case_box_down .pc_t:after{content:'';width:84px; height:3px;background-color:#fd8800;position:absolute;bottom:0; left:50%; margin-left:-42px;}
.pro_case_list{position:relative;margin-top:15px;} 
.pro_case{position:relative; height:288px; overflow:hidden;}
.pro_case .info{ position:absolute; bottom:0; left:0;padding:0 5%; width:90%; background:url(black.4.png) repeat;background:rgba(0,0,0,.4);}
.pro_case .info .tit{font-size:16px;font-weight: normal;color:#fff;width: 85%; height:56px; line-height: 56px;}
.pro_case .info ._t{display:block;width:56px; height:56px; line-height: 56px; background-color:#f7931d; text-align: center;position: absolute;right: 0;top: 0;}
.pro_case .info ._t .ico2{width:28px; height:25px; background-position:-32px 0;}
.pro_case_list .carrs{display:block;width:45px; height:90px; background:url(pc_btn.png) no-repeat; position:absolute;top:50%; margin-top:-45px;}
.pro_case_list .cprev{ left:-70px;}
.pro_case_list .cnext{right:-70px; background-position:right top;}
.pro_other{padding:60px 0;}
.pro_other .info{padding:20% 10% 0; background:url(line.png) right top no-repeat; position:relative; color:#fff; text-align: center;}
.pro_other .info .i_a{display:block; width:100%; height:100%; position:absolute; top:0; left:0;}
.pro_other .info .img{display:block; text-align: center;margin-bottom: 30px;}
.pro_other .info .img .ico2{width:65px; height:71px; background-position:0 -129px;}
.pro_other .info ._tel{font-size:32px;font-family: Arial; color:#fff;display: block;line-height: 30px;}
.pro_other .info .tit{font-size:30px; font-weight: normal; line-height: 57px; transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
.pro_other .info1{padding:20% 10% 0; background:url(line.png) right top no-repeat; position:relative; color:#fff; text-align: center;}
.pro_other .info1 .i_a{display:block; width:100%; height:100%; position:absolute; top:0; left:0;}
.pro_other .info1 .img{display:block; text-align: center;margin-bottom: 30px;}
.pro_other .info1 .img .ico2{width:65px; height:71px; background-position:0 -129px;}
.pro_other .info1 ._tel{font-size:32px;font-family: Arial; color:#fff;display: block;line-height: 30px;}
.pro_other .info1 .tit{font-size:30px; font-weight: normal; line-height: 57px; transition:all 0.3s ease;-webkit-transition:all 0.3s ease;}
.pro_other .li01 .info .p{font-size:20px;line-height: 30px;}
.pro_other .li02 .info .p{font-size:13px;}
.pro_other .li02 .info{padding:32% 10% 0;}
.pro_other .li01{background-color:#fd8800;}
.pro_other .li02{background-color:#2a2a51;}
.pro_other li:hover ._full{transform:scale(1.05);-webkit-transform:scale(1.05);}
.pro_other li:hover .tit{font-size:35px}


/*下层--发展历程*/
.dev_pd{margin-top: 180px;background: transparent;}
.dev_top{width:69%;margin: auto;text-align: center; color:#fff;margin-top: -385px;margin-bottom: 35px;}
.dev_top .big_t{font-size:60px; font-weight: bold; position:relative;padding-bottom: 10px; margin-bottom: 25px;}
.dev_top .big_t:after{content:'';width:90px; height:3px; background-color:#f88a0b; position:absolute;bottom:0; left:50%; margin-left:-45px;}
.dev_top .big_sum{font-size: 14px;}
.widget-history-3 {cursor: default; position:relative;}
.widget-history-3-T { margin-bottom:50px; overflow: hidden; width:85%; margin-left:auto; margin-right:auto; background:url(pcat_xian.png) repeat-x 0px 30px; height:81px; overflow:hidden; }
.widget-history-3-tab .tab_t { position: relative; width:16.6%; font-size: 16px; color: #6f6f6f; cursor:pointer}
.widget-history-3-tab .tab_t span{ display:block; line-height:30px; height:30px;  text-align:center; margin-bottom:10px;font-size: 16px;color: #fff;font-weight: bold;margin-top: 20px;}
.widget-history-3-tab .tab_t b { display:block; width:17px; height:17px; background-image:url(his_dian.png); background-repeat:no-repeat; margin-left:auto; margin-right:auto;margin-top: 22px;}
.widget-history-3-tab .tab_t_cur { font-size: 22px; color: #e7463c; font-weight:bold;}
.widget-history-3-tab .tab_t_cur b{ background-image:url(his_dian_on.png);}
.widget-history-3-tab .tab_c { display:none; padding: 25px 0 0;min-height: 400px;}
.widget-history-3_arrs { position: absolute; width:28px; height:55px; background: url(his_btn.png) no-repeat; top:0; cursor: pointer; transition: none; z-index: 3; }
.widget-history-3_prev { left: 0px; }
.widget-history-3_next { right: 0px; background-position: right 0; }
.widget-history-3_prev:hover { background-position: left bottom; }
.widget-history-3_next:hover { background-position: right bottom; }
.widget-history-3-tab .scroll_nav{ display:none; }
.widget-history-3-tab .tab_c .his-list{ background:#f9f9f9; padding:20px 5%; overflow:hidden; }
.widget-history-3-tab .tab_c .his-list ._years{ float:left;width:20%; font-size:56px; font-family:arial; color:#0b458e; }
.widget-history-3-tab .tab_c .his-list ._years span{ color:#91c501;font-size:16px; font-family:微软雅黑; padding-left:5px;}
.widget-history-3-tab .tab_c .his-list ._nr{ float:right; width:75%; padding-left:3%; border-left:1px solid #ddd; min-height:100px; }
.widget-history-3-tab .tab_c .his-list ._nrli{ margin-bottom:30px;}
.main_bar .widget-history-3-T{margin-bottom: 100px;}

.his_box_tit{ font-size:36px; font-weight: bold; color:#333; width:100%; text-align:center; line-height:164px; background:url(circle.jpg) no-repeat center bottom;}
.his_box_tit + .resource-type-wrap .panel:first-child{ padding-top:90px}
.his_box_tit + .resource-type-wrap .panel:first-child + .panel{ padding-top:160px !important}
.resource-type-wrap .panel span { line-height:44px;color:#f88a0b; font-size:36px; padding:0 4px; position:relative; left:-3px; position:relative; display:inline-block; margin-bottom: 25px;font-weight: bold;}
.resource-type-wrap .panel span font { display:block; width:20px; height:44px; right:-20px; position:absolute; top:0; }
.resource-type-wrap .panel:hover font { }
.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{ relative;left:-1px;border: 1px #e6e6e6 solid;width:80%; padding:5%;margin-left: 10%;position:relative;}
.resource-type-wrap .panel .inner:after{content:'';width:20px; height:20px; background:url(ico.png) -20px -80px no-repeat; position:absolute;top:30px;left:-20px;}
.resource-type-wrap .panel.leftBox_resource .inner:after{right: -20px;background-position:0 -80px; left:auto;}
.resource-type-wrap .panel .inner_box i { display:block; width:75px; height:2px; overflow:hidden; font-size:0; background:#222222; margin-bottom:24px;}
.resource-type-wrap .panel .inner_box p { color:#626670; font-size:14px; line-height:22px; margin:25px 0 0; }
.resource-type-wrap .panel .inner_box p .image {  margin-bottom:0; }

.resource-type-wrap .panel.leftBox_resource{margin-top:0;}
.resource-type-wrap .panel.leftBox_resource span { float:right; position:relative; left:3px; display:inline-block; }
.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 { clear:both;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; }
.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 .panel.leftBox_resource:hover font { }


.resource-type-wrap { background:url(opp.gif) repeat-y center top; padding-top:10px;}
.resource-type-wrap{ width:100%; background-position:49.2% top;}
.resource-type-wrap .panel{ width:49.2%; position:relative;margin-top:40px;}
.his_box_tit{ background-position:49.2% bottom;}
.load-more-link { display: block; width: 153px; height: 40px; margin: 0 auto; background:url(his_more.jpg) no-repeat; color: #ffffff; font-size: 14px; text-align: center; line-height: 25px; cursor: pointer; }	
.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(his_li_dian.png) right top no-repeat;position: absolute;left: -8px;top: 32px;}
.resource-type-wrap .panel.leftBox_resource:after{right:-9px;left:auto;}

/*下层--社会责任报告*/
.new_tj{padding:20px 10%;}
.new_tj .title{font-size:18px;color:#000;margin-bottom: 10px;}
.new_tj .info{font-size:13px;color:#5a5a5a;margin-top: 15px;}
.new_tj .more{display:inline-block;width:160px; height:44px;line-height: 44px; text-align: center;color:#fff;font-size:16px; background-color:#ec7f00;margin-top: 25px;}
.new_tj .more .ico5_3{margin-left:15px;}
.sh_report li{border:1px #fff solid;border-bottom-color:#f1f1f1;}
.sh_report li ._img .ico2{width:38px;height:55px; background-position:-100px 0;transition: none;}
.sh_report li ._img{padding-top:6px;}
.sh_report li a{display:block;overflow:hidden;padding:4%;}
.sh_report li ._t{font-size:16px;color:#4e4e4e; width: 80%;padding-left: 4%;margin-top: 20px; font-weight:normal;text-align:left}
.sh_report li .date span{ display:block;font-weight: bold;font-family: Arial;}
.sh_report li .date ._day{font-size:50px;color:#3f3f3f;line-height: 40px;}
.sh_report li .date ._month{font-size:14px;color:#727272;}
.sh_report li .date ._month_down{font-size:14px;color:#727272; margin-top:20px}
.sh_report li:hover{border-color:#fa8d0f;}
.sh_report li:hover ._img .ico2{ background-position: -138px 0;}
.sh_report li:hover .date ._day,.sh_report li:hover .date ._month{color:#f69b3a;}


/*品牌故事*/
.strory_mnu{margin-top:25px; display:none}
.strory_mnu li{float:left;padding:0 20px; border:3px #fff solid;}
.strory_mnu li a{display:block;font-size:18px; color:#000;}
.strory_mnu li:hover,.strory_mnu li.currclass{border-color:#cfcfcf;}
.strory_mnu1{margin-top:25px;}
.strory_mnu1 li{float:left;padding:0 20px; border:3px #fff solid;}
.strory_mnu1 li a{display:block;font-size:18px; color:#000;}
.strory_mnu1 li:hover,.strory_mnu1 li.currclass{border-color:#fd8902;}
.widget-newslist-6 ul { position: relative;}
.widget-newslist-6 li {float: left; background-color:#fff;}
.widget-newslist-6 li a { display: block; padding: 20px 20px 50px;border: 1px #ebeaea solid;}
.widget-newslist-6 ._img {margin-bottom: 6px; overflow:hidden;width: 30%;}
.widget-newslist-6 ._img img { width: 30%;}
.widget-newslist-6 ._i { color: #999;font-size: 12px;margin-bottom: 15px;}
.widget-newslist-6 ._title { font-size: 20px; cursor: pointer;}
.widget-newslist-6 ._p { line-height:24px; cursor: pointer;color: #555;margin-top:15px;}
.widget-newslist-6 li a:hover { border-color: #cbcbcb;}
.widget-newslist-6 li .zj-lb-show{display:none;}
.widget-newslist-6 li .zj-lb-show .m_detail{margin-top:0;}
.widget-newslist-6 li .zj-lb-show ._more{ display:inline-block;color:#fa8d0f;border:3px #fa8d0f solid;width:144px; height:38px; line-height: 38px; text-align: center;}
.widget-newslist-6 li:hover .zj-lb-show{display:block;padding-top:20px;}
.widget-newslist-6 li:hover ._img img{ transform:scale(1.05);-webkit-transform:scale(1.05);}
@media screen and (max-width: 480px) { 
  .widget-newslist-6 li { float: none; width: auto; margin-right: 0;margin-bottom: 20px;}
}

/*下层--印象*/
.yinxiang_top{margin-bottom:50px;}
.yinxiang_top .title{ position:absolute;bottom:0;left:0;width:100%; background:url(black.5.png) repeat; background:rgba(0,0,0,.5);}
.yinxiang_top .title .el{font-size:18px;color:#fff; padding:19px 3%; display:block;width: 80%;}
.yinxiang_top .title .i{ position:absolute;right:0;bottom:0;width:70px; height:70px; background-color:#f7931d;}
.yinxiang_top .title .i .ico2{width:35px; height:32px;background-position: -100px -55px;position: absolute;top: 50%;left: 50%;margin-top: -16px;margin-left: -17.5px;}
.yx_count{position:relative;}
.yx_count .digit{font-size:36px; color:#d6d6d6;display:block;position:absolute;bottom: 35px;left: 0; width: 74%;text-align: center;}
.yx_count .digitvideo{font-size:36px; color:#d6d6d6;display:block;position:absolute;bottom: 85px;left: 0; width: 74%;text-align: center;}
.yxPic_list{overflow:hidden;}
.yxPic_list li{margin-bottom:50px; border-bottom:1px #fa8d0f dotted;}
.yxPic_list li .mask{background:url(orange.8.png) repeat; background:rgba(244,139,14,.8);position: absolute;width: 100%;height: 100%;cursor: pointer;bottom:-100%; left:0;font-size:0;}
.yxPic_list li ._title{font-size:24px;color:#fff;text-align: center;width: 90%;z-index: 2;padding: 0 5%;display:inline-block;height:auto;line-height: 1.4; vertical-align:middle;position: absolute;top: 53%;left: 0;}
.yxPic_list li .pic_title{font-size:19px;color:#fff;text-align: center;width: 90%;z-index: 2;padding: 0 5%;display:inline-block;height:auto;line-height: 1.4; vertical-align:middle;position: absolute;top: 53%;left: 0;}
/*.yxPic_list li .line{display:inline-block;vertical-align: middle;width:0; height:100%;}*/
.yxPic_list li .line{display:block;width:42px; height:42px; background:url(ico2.png) 0 -230px no-repeat;position:absolute;top: 25%;left: 50%; margin-left: -21px;}
.yxPic_list li .line:after{content:'';width:46px; height:1px; background-color:#fff; position:absolute;bottom:-20px; left:50%; margin-left:-14px;}

/*下层--视频中心*/
.videolist li .tools{position:absolute;bottom:-100%; left:0; background:url(black.5.png) repeat;background:rgba(0,0,0,.5);width: 100%; height:48px; line-height: 48px; color:#cecdcd;font-size:12px;}
.videolist li .tools .i{ background-color:#f7931d;position:absolute;bottom:0; right:0;width:50px; height:48px;text-align: center;}
.videolist li .tools .i .ico2{width:25px;height:22px; background-position:-138px -55px;}
.videolist li .tools ._time,.videolist li .tools ._view{display:inline-block;margin: 0 5px;}
.videolist li .title{font-size:15px;font-weight: normal; padding:5px 4%; text-align:center; font-size:18px}

/*下层--招聘列表*/
.widget-job-1 li.first { background: #f2f2f2; border-bottom: none; padding: 0; }
.widget-job-1 li { border-bottom: 1px solid #cccccc; float: left; width: 100%;height: 50px;line-height: 50px;}
.widget-job-1 li ._t1 { width: 30%;padding-left: 7%;}
.widget-job-1 li ._t2 { width: 24%; }
.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; color: #333; font-weight: 700; font-size:17px; }
.widget-job-1 li ._un { float: left; text-align: center; height: 50px; cursor: pointer; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
@media only screen and (max-width: 40rem) {
 .widget-job-1 li ._t1 {
 width: 30%;
}
 .widget-job-1 li ._t2 {
 width: 30%;
}
 .widget-job-1 li ._t3 {
 width: 40%;
}
 .widget-job-1 li ._t4 {
 display: none;
}
 .widget-job-1 li ._t5 {
 display: none;
}
 .widget-job-1 li ._t6 {
 display: none;
}
}

.widget-job-2 ._jt{height: 40px; line-height: 40px; margin-top: 10px; overflow: hidden; *zoom: 1;cursor: pointer; float:left; width:100%;border-bottom: 1px #f2f2f2 solid;font-size:15px;}
.widget-job-2 ._jt strong { float: left; width: 30%;padding-left: 7.2%;}
.widget-job-2 ._jt strong.strong02{ width:22%;padding-left: 0.5%;}
.widget-job-2 ._jt strong.strong03{width:22%;padding-left: 1.5%;}
.widget-job-2 ._jt strong.strong04{width:14%;padding-left: 2%;}
.widget-job-2 ._jt span { float: right; }
.widget-job-2 ._jt .ion { font-size: 12px; color: #999999; }
.widget-job-2 ._jc { display: none; float:left; width:100%;}
.widget-job-2 ._jcon { padding: 10px 7%; line-height: 2.5;max-height: 300px;overflow-y: scroll;}
.widget-job-2 ._jt_act .ion { color: #0e90d2; }
.widget-job-2 ._jcon .m_detail{margin-top:20px;}
@media only screen and (max-width: 40rem) {
 .widget-job-2 ._jt span {display: none;}
 .widget-job-2 ._jt strong{ width:95%;text-align: left;padding-left: 5%;}
 .widget-job-2 ._jcon{ padding:10px 5%;}
 }

  /*专题列表*/
.zt_list li{ position: relative; margin-bottom: 20px; overflow: hidden; }
.zt_list li ._img{ float: right; width: 30%;}
.zt_list li ._txt{ position: absolute; left: 0; bottom: 0; top: 0; width: 58%; padding:3% 6%; background-color: #f4f4f4;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.zt_list li ._txt ._t{ position: relative; font-size: 20px; color: #4f4f4f; font-weight: bold;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding-top: 10px;}
.zt_list li ._txt ._t a:hover { color:#FFF;}
.zt_list li ._txt ._t:before{ content:""; position: absolute; top: 0; left: 0; width: 50px; height: 4px; background-color: #f67702;}
.zt_list li ._txt ._tools{ margin:0 0 6px; color: #bfbfbf;}
.zt_list li ._txt ._tools .ion{ font-size: 1.5em;}
.zt_list li ._txt ._p{ color: #757575;}
.zt_list li ._txt ._more{ display: none; width: 170px; height: 50px; line-height: 50px; background-color: #fff; text-align: center; margin-top: 30px; font-size: 16px; color: #f67702;}
.zt_list li ._txt ._more .ico2{width:28px; height:25px; background-position:-32px 0;}
.zt_list li:hover ._txt{ background-color: #f67702;}
.zt_list li:hover ._txt ._t,.zt_list li:hover ._txt ._tools,.zt_list li:hover ._txt ._p{ color: #fff;}
.zt_list li:hover ._txt ._tools .ico3_5{ background-position:0 -120px;}
.zt_list li:hover ._txt ._tools .ico4_1{ background-position:-20px -120px;}

/*技术服务*/
.fw_list{margin-bottom: 50px;}
.jsfw_box { margin: 40px 0 0;}
.jsfw_box ._t{ margin-bottom: 15px; font-size: 20px; font-weight: bold; color: #f08303;}
.jsfw_box ._st{ font-size: 16px; color: #000; line-height: normal; margin-bottom: 8px;}
.jsfw_box ._txt{ position: relative; padding-left: 15px; border-left: 1px solid #eee;min-height:102px;}
.jsfw_box ._txt:before{ content:""; position: absolute; left: -1px; top: 0; width: 1px; height: 20px; background-color: #fb8c0a;}
.st_fw{ position: relative; overflow: hidden; height: 537px;}
.st_fw ._img{ position: absolute; left: 50%; margin-left: -960px; top: 0; width: 1920px; max-width:none; z-index: 1}
.st_fw ._txt{ position: absolute; top: 100px; left: 50%; margin-left: 103px; width: 395px; padding: 50px; background-color: #f4f4f2; z-index: 2;}
.st_fw ._txt ._t{ position: relative; font-size: 36px; color: #000; font-weight: bold; margin-bottom: 30px; padding-top: 15px; line-height: 1; }
.st_fw ._txt ._t:before{ content:""; position: absolute; left: 0; top: 0; width: 50px; height: 3px; background-color: #f18303;}
.st_fw ._txt ._phone { margin-bottom: 25px;}
.st_fw ._txt ._phone .ico2{ float: left; width: 52px; height: 57px; margin-right: 10px;  background-position: -72px -93px;}
.st_fw ._txt ._phone ._num{ float: left; font-size: 23px; font-weight: bold; color: #f18303;}
.st_fw ._txt ._phone ._num span{display: block; line-height: normal}
.st_fw ._txt ._p{ color: #000;}
.fw_list2{ position: relative; height: 557px; overflow: hidden;}
.fw_list2 ul{margin-right: -1px;}
.fw_list2 ._left{ position:absolute;width:56.7%;left:-28%; top:0;bottom: 0;}
.fw_list2 ._right{ position:absolute;width:82%;right:-53.5%; top:0;bottom: 0;}
.fw_list2 ._left img,.fw_list2 ._right img{width:100%;height:100%;}
.fw_list2 ._img{position: absolute; left: 50%; margin-left: -960px; top: 0; width: 1920px; max-width:none; z-index: 1}
.fw_list2 ._btn{ position: absolute; top: 50%; margin-top: -82px; left: 50%;   width: 180px; height: 164px; text-align: center; z-index: 2;background: url(blue.8.png) repeat;}
.fw_list2 ._btn1{ margin-left: -550px;}
.fw_list2 ._btn2{ margin-left: 350px; }
.fw_list2 ._btn a{ color: #fff;}
.fw_list2 ._btn ._t{ position: relative; padding-top: 40px; padding-bottom: 10px; margin-bottom: 10px; font-size: 24px; font-weight: bold;  }
.fw_list2 ._btn ._t:after{ content:""; position: absolute; left: 50%; margin-left: -21px; bottom: 0; width: 42px; height: 1px; background-color: #fff;}
.fw_list2 ._btn ._p{ font-size: 15px;}
.fw_list2 ._con{ position: absolute; z-index: 3; left: 50%; top: 0; bottom: 0; margin-left: -290px; width: 580px; background:  url(fwlist2_bg.png);}
.fw_list2 ._con ._list{ padding:6% 4%;}
.fw_list2 ._con ._list  li{ overflow: hidden; margin-bottom: 40px;}
.fw_list2 ._con ._list  li ._t{  margin-bottom: 10px; font-size: 18px; color: #000; font-weight: bold; line-height:  normal}
.fw_list2 ._con ._list i.ion{ float: left; width: 6%; margin: 0; color: #f37020;}
.fw_list2 ._con ._list ._txt{ float: left; width: 94%;}
.fw_other .li02 .info,.fw_other .li01 .info{ padding: 31% 10%;}
.fw_other .li01 .info .p{ font-size: 13px; line-height: normal}

.fw_list2 .fwtl_list>li{float:left;width:28.6%; overflow:hidden; position:relative;margin-right: 1px;}
.fw_list2 .fwtl_list>li .fw_img img{height:100%;max-width: none;}
.fw_list2 .fwtl_list>li ._con{width:0;left:auto; margin-left: 0;right:0;transition: none;}
.fw_list2 .fwtl_list>li.hover ._con{width:60.6%;}
.fw_list2 .fwtl_list>li.hover{width:71.25%;}
.fw_list2 .fwtl_list>li.hover ._btn1{margin-left: -400px;}
.fw_list2 ._btn1{margin-left: -100px;}
.fw_list2 ._btn2{margin-left: -125px;}
.fwtl_list>li.hover ._btn2{margin-left:-400px;}
.fw_list2 .fwtl_list>li.hover ._btn{background: url(orange.8.png) repeat;}

 

/*下层--专题通用模板*/
.zhuanti_top{background:url(zt_bann.jpg) center top no-repeat; padding:130px 0 100px;position: relative;z-index: 3;}
.fzjg_top{padding-top:50px;}
.zhuanti_top .chan_tit{margin-bottom:0;}
.zhuanti_top .title{font-size:50px; color:#000; position:relative;}
.zhuanti_top .title:before{content:'';width:48px; height:3px; background-color:#ffc600; position:absolute;left:0; top:0;}
.zhuanti_top .p{font-size:13px; color:#757575;}
.zhuanti_top .tools{ color:#bfbfbf;margin-bottom: 10px;}
.zhuanti_top .tools span{display:inline-block;margin:0 10px 0 0;}
.ztPics_box{ background-color:#f9f9f9;padding:55px 0;}
.ztPic_items{position:relative;}
.ztPic_items .zt_arrs{display:block;width:34px; height:68px; background:url(zt_btn.png) no-repeat; position:absolute;top:50%; margin-top:-34px;}
.ztPic_items .zt_prev{left:-5%;}
.ztPic_items .zt_next{right:-5%;background-position:right top;}
.ztPic_items .zt_prev:hover{ background-position:left bottom;}
.ztPic_items .zt_next:hover{ background-position:right bottom;}
.ztPic_item li .cover{display:block;position: absolute;bottom:-100%; left:0;background:url(orange.8.png) repeat; background:rgba(244,139,14,.8);width: 100%; height: 100%;font-size: 0;}
.ztPic_item li ._title{font-size:18px;color:#fff;width:78%;z-index: 2;padding: 0 11%;display:inline-block;height:auto;line-height: 1.4; vertical-align:middle;}
.ztPic_item li .line{display:inline-block;vertical-align: middle;width:0; height:100%;}
.shzr_sort_list li{cursor:pointer;}
.shzr_sort_list li .info{padding:15% 10%;}
.shzr_sort_list li .tit{font-size:20px; position:relative;text-align: center; padding-bottom:10px;margin-bottom: 15px;}
.shzr_sort_list li .tit:after{content:'';width:48px; height:3px; background-color:#f67702; position:absolute;bottom:0; left:50%; margin-left:-24px;}
.shzr_sort_list li ._detail{display:block;width:165px; height:48px; line-height: 48px; text-align: center;font-size:16px;margin: 30px auto 0; border:3px #f67702 solid; color:#f67702;}
.shzr_sort_list li ._detail i{margin-left:20px;}
.shzr_sort_list li:hover{ background-color:#fafafa;}
.shzr_sort_list li:hover ._detail{background-color:#f67702; border-color:#f67702;color:#fff;}
.shzr_sort_list li:hover ._detail i{background-position:-80px -20px;}
.shzr_sort_list .imgList{ display:none;}



/*下层--资质荣誉*/
.honor_list{margin-top:0;}
.honor_list li.first{ float:right;}
.yxPic_list .honor-sear{border: none;padding:10px 25px 25px;}
.yxPic_list .honor-sear .t-area{float:none;width:100%; margin-right: 0; margin-bottom:10px; height:40px; line-height: 40px;}
.yxPic_list .honor-sear .t-area ._val b{ background:#f3f3f3;width:38px; height:40px; position:relative;}
.yxPic_list .honor-sear .t-area ._val b:after{content:'';width:0; height:0;border-left:5px transparent solid; border-right:5px transparent solid; border-top:5px #b8b8b8 solid; position:absolute;top:50%; left:50%; margin-left:-5px; margin-top:-2.5px;}
.yxPic_list .honor-sear .t-area ._option{ top:40px;}
.yxPic_list .honor-sear .t-area.on ._val b:after{border-bottom:5px #b8b8b8 solid; border-top:0;}
.yxPic_list .honor-sear .t-area ._option a:hover{background: #f3f3f3;color: #555;}

/*下层--招聘综合*/
.job_box1{padding: 50px 0 100px;}
.chan_tit{width: 80%;margin: 0 auto 50px; text-align:center}
.chan_tit .tit{font-size:36px; position:relative;padding-bottom: 15px;margin-bottom: 15px;text-align: center;}
.chan_tit .tit:after{content:'';width:60px;height:3px;background-color:#fd8800; position:absolute;bottom:0;left:50%; margin-left:-30px;}
.chan_tit .p{font-size:16px; color:#666; }

/*下层--产品综合*/
.ph_box1{position;relative;z-index: 2;}
.ph_protj{position:relative;}
.ph_protj .ph_protj_bann{width:73%;height: 0;padding-bottom: 27.4%; overflow:hidden; position:relative;}
.ph_protj .ph_protj_bann .slide_nav{ position:absolute;right:0;width:40%;bottom: 15%;}
.ph_protj .ph_protj_bann .slide_nav a{display:inline-block;width:12px; height:12px; line-height: 99;overflow:hidden; border-radius: 50%; background-color:#fec480;cursor: pointer;margin-right: 16px;}
.ph_protj .ph_protj_bann .slide_nav a.on{background-color:#fff;}
.ph_protj .ph_protj_bann li{overflow:hidden;background-color:#fd8900;background-image: url(line.png); background-position:right top; background-repeat: no-repeat;}
.ph_protj .ph_protj_bann li .img,.ph_protj .ph_protj_bann li .info{width:50%;}
.ph_protj .ph_protj_bann li .info{position:relative;}
.ph_protj .ph_protj_bann li .info:before{content:'';width:0; height:0;border-top:30px transparent solid; border-bottom:30px transparent solid;border-right:30px #fd8900 solid; position:absolute; left:-30px; top:55px;}
.ph_protj .ph_protj_bann li .info .info_a{display: block;padding:16% 10% 0; color:#fff;}
.ph_protj .ph_protj_bann li .info .tit{font-size:26px;margin-bottom: 10px;}
.ph_protj .ph_tj_img{ position:absolute;right:0; top:0;padding: 43px 60px 0 0;}
.yxPic_list .honor-sear .t-area ._option{ top:40px;}
.yxPic_list .honor-sear .t-area ._option{ top:40px;}

.ph_pros_box{padding:30px 0 0;}
.ph_pros_box .chan_tit{width:85%;}
.ph_pros_box .chan_tit .p{font-size:15px;}
.ph_pros_list .li_a{float:left;width:12.5%; padding-bottom:20px; cursor:pointer; position:relative;}
.ph_pros_list .li_a .rect-70{text-align: center;}
.ph_pros_list .li_a:after{content:'';width:0;height:0;border-left:25px transparent solid; border-right:25px transparent solid;border-top:20px #fff solid; position:absolute;bottom:-20px; left:50%; margin-left:-25px; display:none;}
.ph_pros_list .li_a img{width:100%; height:auto; filter:alpha(opacity=60); opacity: 0.6;*width: 80%;margin: auto;transform: scale(0.8);-webkit-transform: scale(0.8);}
.ph_pros_list .li_a .img2{ display:none;}
.ph_pros_list .li_a .tit{font-size:14px; font-weight: normal;}
.ph_pros_list .li_a#current:after{display:block;}
.ph_pros_list .li_a#current img{filter: alpha(opacity=100); opacity:1;*width:100%;transform: scale(1);-webkit-transform: scale(1);}
.ph_box2{ background:url(t-02.jpg) repeat; padding:60px 0 68px;}
.ph_box2 .ph_pros_ul{overflow:hidden; position:relative; height:444px;}
.ph_box2 .ph_pros_ul .img{ overflow:hidden; display:block;height: 0;padding-bottom: 37%;position: relative;width: 100%;}
.ph_box2 .ph_pros_ul .img img{width:100%; height:100%;position: absolute;top: 0;left: 0;*height:auto;}
.ph_box2 .ph_pros_ul .box{width:46%; position:absolute;left:0; top:0; bottom:0; background:url(blue.7.png) repeat;}
.ph_box2 .ph_pros_ul .box .box_b{ color:#fff;padding:15% 10%; text-align: center;}
.ph_box2 .ph_pros_ul .box .p1{font-size:46px;font-weight: bold;line-height:70px;}
.ph_box2 .ph_pros_ul .box .p2{font-weight: bold;font-size:20px;}
.ph_box2 .ph_pros_ul .box .p{font-size:14px;margin: 20px 0 0;line-height: 25px;height: 125px;overflow: hidden;}
.ph_box2 .ph_pros_ul .box ._detail{ border:2px #f67702 solid;width:160px; height:38px; line-height:38px; text-align: center;display:inline-block; margin-top:30px;}
.ph_box2 .ph_pros_ul .box ._detail i{margin-left:15px;}
.ph_box2 .ph_pros_ul:hover .box ._detail{ background-color:#f67702; color:#fff;}
.ph_box2 .ph_pros_ul:hover .box ._detail i{background-position:-40px -80px;}
.ph_box2 .ph_pros_ul:hover .hoverImg{ transform:scale(1.05);-webkit-transform:scale(1.05);}
.ph_box2 .ph_pros_ul .cover{display:block;position:absolute;top:0; left:0;bottom:0; right:0; z-index: 3;}
.ph_box3{padding:50px 0 60px;}
.ph_box3 li{position:relative;}
.ph_box3 li .rect-80{padding-bottom:80%;}
.ph_box3 li .box{ position:absolute;width: 152px;height: 124px;top: 50%;left: 50%;margin-left: -76px;margin-top: -62px; overflow: hidden;}
.ph_box3 li .box .info{display:block;color:#fff; text-align: center;}
.ph_box3 li .box .info1{display:block;color:#fff; text-align: center;}
.ph_box3 .info .tit{font-size:24px; position:relative;padding-bottom: 10px; margin-bottom: 10px;margin-top: 16px;}
.ph_box3 .info .tit:after{content:'';width:35px; height:1px; background-color:#fff;position:absolute;bottom:0; left:50%; margin-left:-17.5px;}
.ph_box3 .info .p{font-size:14px;}
.ph_box3 .info .sum{ display:none;}
.ph_box3 .info1 .tit{font-size:24px; position:relative;padding-bottom: 10px; margin-bottom: 10px;margin-top: 16px;}
.ph_box3 .info1 .tit:after{content:'';width:35px; height:1px; background-color:#fff;position:absolute;bottom:0; left:50%; margin-left:-17.5px;}
.ph_box3 .info1 .p{font-size:14px;}
.ph_box3 .info1 .sum{ display:none;}
.ph_box3 .li01 .box{ background:url(red.8.png) repeat;}
.ph_box3 .li02 .box{ background:url(orange.8.png) repeat;}
.ph_box3 .li03 .box{ background:url(blue.8.png) repeat;}
.ph_box3 li:hover .box{width:100%; height:100%; left:0; top:0; margin-top:0; margin-left:0;right:0;bottom:0;}
.ph_box3 li:hover .box .info{ text-align: left;padding:13% 16%;}
.ph_box3 li:hover .box .info1{ text-align: left;padding:13% 16%;}
.ph_box3 li:hover .info .tit{ margin-bottom:0;}
.ph_box3 li:hover .info .tit:after{display:none;}
.ph_box3 li:hover .info .p{display:none;}
.ph_box3 li:hover .info .sum{ display:block;}
.ph_box3 li:hover .info1 .tit{ margin-bottom:0;}
.ph_box3 li:hover .info1 .tit:after{display:none;}
.ph_box3 li:hover .info1 .p{display:none;}
.ph_box3 li:hover .info1 .sum{ display:block;}

/*下层--科技创新*/
.kjcx_box{padding:0 0 90px;}
.kjcx_box .chan_tit{width: 100%;}
.kjcx_box .about1_con ._list li{float:left;width:24.9%;margin-right: 1px;}
.kjcx_box .about1_con ._list li ._txt{ background:url(orange.8.png) repeat;padding-top: 36%;}
.kjcx_box .about1_con ._list li ._txt:after{content:'';width:58px; height:65px;background:url(line.png) no-repeat; position:absolute;right:0; top:0;}
.kjcx_box .about1_con ._list li:hover ._img{left:0;}
.kjcx_box .about1_con ._list li:hover ._img ._t{display:none;}


/*新闻综合*/
.news_box1{ padding:50px 0 100px}
.kdate span{ color:#3f3f3f;font-family: Arial; font-weight: bold; display:block;}
.kdate .day{font-size:70px;line-height: 52px;}
.kdate .month{font-size:20px;}
.kdate .i{margin-top:10px;}
.kdate .i .ico2{width:28px; height:25px; background-position:-32px 0;}
.news_box1 ._list li{ overflow: hidden; padding:4.5% 3.5%;}
.news_box1 ._list .kdate{ float: left; width: 10%; margin-right: 3%;}
.news_box1 ._list .kdate span{ color: #f69b3a;}
.news_box1 ._list .kdate .day{ font-size: 50px;line-height: 42px;}
.news_box1 ._list .kdate .month{ font-size: 14px;}
/*.news_box1 ._list ._txt{ float: left; width: 87%;}*/
.news_box1 ._list ._txt ._t{ font-size: 18px; color: #000; margin-bottom: 10px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.news_box1 ._list ._txt ._p{ color: #7c7c7c;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.news_box1 ._list li:hover{ background-color: #f0f0f0;}
.news_box1 ._list li:hover  .kdate span{ color: #3f3f3f;}
.news_box1_con ._slide{ position: relative; height: 360px; overflow: hidden;}
.news_box1_con ._slide ._img img{width:100%;height:100%;}
.news_box1_con ._slide ._t{ position: absolute; left: 0; right: 0; bottom: 0; padding:0 4%; height: 75px; line-height: 75px; background: url(black.6.png); color: #fff; font-size: 24px; font-weight: bold; z-index: 1}
.news_box1_con ._slide .slide_nav{ position: absolute; z-index: 2; right: 2%; bottom: 20px;}
.news_box1_con ._slide .slide_nav a{ float: left; margin-left: 12px; width: 16px; height: 16px; border-radius: 50%; background-color: #f67702; font:0/0 a; letter-spacing: -9px; cursor:pointer}
.news_box1_con ._slide .slide_nav a.on{ background-color: #d6d6d6;}
.news_box2{ padding-top: 188px; margin-bottom: 70px; height: 466px; background:url(newsbox2_bg.jpg) center bottom no-repeat;}
.news_box1_con ._slide .arrs{display:block;width:47px; height:47px;background:url(nzt_btn.png) no-repeat; position:absolute;top:50%; margin-top:-23.5px; z-index: 2; transition:none;}
.news_box1_con ._slide .arr_prev{left:0;}
.news_box1_con ._slide .arr_next{right:0; background-position:right top;}
.news_box1_con ._slide .arr_prev:hover{background-position: left bottom;}
.news_box1_con ._slide .arr_next:hover{background-position: right bottom;}



/*走进cnzyqc*/
.about_box1{ padding: 50px 0;}
.about1_con ._list li {position: relative; overflow: hidden;}
.about1_con ._list li ._img{ position: relative; left: 0; transition:all ease-in .3s; }
.about1_con ._list li ._img ._t{ position: absolute; left: 12%; top: 8%; padding-bottom: 20px; font-size: 24px; color: #fff; font-weight: bold;}
.about1_con ._list li ._img ._t:after{ content:""; position: absolute; bottom: 0; left: 0; width: 50%; height: 1px; background-color: #f29528;}
.about1_con ._list li ._txt{ position: absolute; left: -100%; top: 0; bottom: 0; width: 84%; padding: 16% 8%; background: #f29528 url(about_corner_bg.png) right top no-repeat; z-index: 2; transition:all ease-in .3s; color: #fff;}
/* .about1_con ._list li ._txt ._st{ font-size: 28px; font-weight: bold; margin-bottom: 20px;} */
.about1_con ._list li:hover ._txt{ left: 0;}
.about1_con ._list li:hover ._img{ left: 100%;}
.about_box2{ height: 555px; background:  url(about_box2bg.jpg) center top no-repeat;}
.about_box3{ padding: 50px 0;}
.about_box3 .widget-history-3{padding-top:200px;}
.about_box3 .widget-history-3-tab{ position: relative;}
.about_box3 .widget-history-3-T{ background-image: url(about_his_line.png);}
.about_box3 .widget-history-3-tab .tab_t span{ color: #5a5a5a;}
.about_box3  .widget-history-3-tab .tab_t b{ background-image: url(ab_his_dian.png);}
.about_box3  .widget-history-3-tab .tab_t_cur b{ background-image: url(ab_his_dian_on.png);}
.about_box3 .resource-box{ margin-bottom: 60px;}
.about_box3 .resource-box ._img{position:relative;}
.about_box3 .resource-box ._img .fz30{position:absolute;left:50px;top: -144px;}
.about_box3 .resource-box ._txt ._t{ font-size: 94px; color: #e6e6e6; font-weight: bold;}
.about_box3 .resource-box ._txt ._p{ line-height: 2}
.about_box3 .widget-history-3_arrs{ background-image: url(about_his_btn.png);top:auto; bottom:23px;}
.about_box4{ position: relative; height: 458px; overflow: hidden; background: url(about_box4_bg.jpg) center top no-repeat; color: #fff;}
.about_box4 ._t{ font-size: 48px; text-align: center; padding-top: 90px; padding-bottom: 20px;}
.about_box4 ._p{ width: 90%; text-align: center; font-size: 14px;}
.about_box4 { margin-bottom: 70px;}
.about_box5_con { padding-bottom: 70px;}
.about_box5_con .sh_report li a{ padding: 2%;}

/*下层--公司简介*/
.about_top{ background:url(ab_bg1.jpg) center top no-repeat; padding: 20px 0 30px;_min-height: 400px;}
.widget-area{ background-color:#ff8e00; padding:0 4% 0 4%;text-align: center;}
.widget-area li{float:left;width:25%;}
.widget-area li .txt{padding: 20px 0 50px;}
.widget-area li .txt .box{height:89px; line-height: 89px; padding-top:20px;position: relative;}
.widget-area li .txt .box .s1{display: inline-block; font-size:80px; font-family:Century Gothic; color:#fff;vertical-align: middle;}
.widget-area li .txt .box .s2{display: inline-block; font-size:16px; position: relative; top:13px; color:#fff;vertical-align: middle;}
.widget-area li .txt .p2{height:20px; line-height: 20px; font-size:14px; color:#fff; font-weight: bold;margin-top: 12px;}
.about_bottom{margin-top:40px;}
.about_other{padding:60px 0 20px;}
.about_other .li01{background-color:#2a2a51;}
.about_other .li02{background-color:#fd8800;}

/*20160312*/
.about1_con ._list li ._txt { left:0; background:url(about_corner_bg_0312.png) right top no-repeat; filter:alpha(opacity=0); opacity:0;}
.about1_con ._list li:hover ._img { left:0; }
.about1_con ._list li:hover ._img ._t { display:none; }
.about1_con ._list li:hover ._txt { filter:alpha(opacity=100); opacity:1; }

.about1_con ._list li ._txt { padding:32% 13% 16%; width:74%; }
.about1_con ._list li ._txt ._st{ position: absolute; left: 12%; top: 8%; padding-bottom: 20px; font-size: 24px; color: #fff; font-weight: bold;}
.about1_con ._list li ._txt ._st:after{ content:""; position: absolute; bottom: 0; left: 0; width: 50%; height: 1px; background-color:#fff;}
.about1_con ._list li ._txt ._p{margin-top:10px;}

.about_box2 { background:url(kzbg.jpg) center top no-repeat; padding-bottom:30px;}
.about_box3 { padding-top:0; }
.about_box3 .widget-history-3 { padding-top:175px; }
.m_detail { font-size:16px; color:#f67702;}
.m_detail i,.shzr_sort_list li ._detail i,.new_tj .more .ico5_3 { margin-left:5px; margin-right:0; vertical-align:-4px; }
.shzr_sort_list li ._detail,.new_tj .more { height:38px; line-height:38px; border-width:2px; }
.new_tj .more { border:#ffc600 2px solid; background-color:#fff; color:#ffc600;}
.new_tj .more .ico { background-position:-60px -80px; transition:all 0.5s ease;-moz-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;}
.new_tj .more:hover { background-color:#ffc600; color:#fff; }
.new_tj .more:hover .ico { background-position:-40px -80px; }

.ph_box2 .ph_pros_ul .box ._detail { color:#f67702; font-size:16px; }

.dev_top { margin-top:-460px; }
.main_bar .widget-history-3-T { margin-bottom:175px; }
.resource-type-wrap { padding-top:0; background-image:url(opp_0312.gif);}
.resource_type_t,.resource-type-wrap .panel span {font-weight:bold; }

.yxPic_list li .mask { bottom:0!important; filter:alpha(opacity=0); opacity:0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.yxPic_list li:hover .mask { filter:alpha(opacity=100); opacity:1; }

.prolist_box li .cover,.prolist_box li .info { filter:alpha(opacity=0); opacity:0; -webkit-transition: all 0.3s ease; transition: all 0.3s ease;}
.prolist_box li .cover{bottom:0;}
.prolist_box li .info{top: 0;padding: 15% 10% 10%;width:80%;}
.prolist_box li .name{font-size:18px;color:#fff;line-height: 25px;}
.prolist_box li .sort{font-size:16px;color:#fff;}
.prolist_box li .line{width:46px;height:2px; background-color:#fff; display:block; margin:20px auto 0;}
.prolist_box li .p{display:block;margin-top: 15px;}
.prolist_box li .btn_compare{display: block;position: absolute;bottom: 25px;width: 60%; left:50%; margin-left:-30%;}

.prolist_box li:hover .cover,.prolist_box li:hover .info { filter:alpha(opacity=100); opacity:1; }

.about_img { margin-top:-190px; }
.strory_mnu li { margin-left:5px; }
.strory_mnu li a { font-size:17px; }
.strory_mnu li:hover, .strory_mnu li.cur { border-color:#ccc; }

.news_box1 ._list li { border-bottom:#f4f4f4 1px solid; }

.page a, .page span { width:auto; padding:0 8px; }

.pj-lb-more a:hover { border-color:#ffc600; background-color:#ffc600; color:#fff; }
.pj-lb-more a:hover .ico { background-position:-80px -100px; }

.zt_list li .rect-75 { padding-bottom:56.25%; }
.zt_list li .rect-75 img { height:auto; }

.ps_sections .ps_pann img { width:100%; }
.ps_sections .ps_con { min-height:20px; }
.pro_case .info { width:90.5%; }

.n_bann2 .wrap{text-align: center; color:#fff;position: relative;z-index: 3;}
.n_bann2 .pl_p1{font-size:60px;font-weight: bold;margin-top: 160px;}
.n_bann2 .pl_p2{font-size:24px;}
.n_bann2 .pl_p2 span{background:#f78503;padding: 1px 3px 4px;display: inline-block;line-height: 26px;vertical-align: middle;height: 26px;}
.n_bann2 .pl_p3{font-size:18px;margin:38px auto 0;width: 80%;}


.about_box3 .resource-box ._txt ._t,.about_box3 .resource-box ._txt ._p { padding-left:25px; }

.row>[class*="span-"] { min-height:10px; }

.prolist_box li .p { line-height:1.8em;height:7.2em; overflow:hidden; }

.i_prolist .prolist li .prolist-li { background:url(black.4.png); }

.wrap_body{background: #2b2b2b!important;}

.main_content .msg-30078 .form-m1 .form-m1-btn button,.main_content .msg-30260 .form-m1 .form-m1-btn button{width:120px;height:32px; line-height: 32px; border-radius: 0;font-size:15px; padding:0;border: none;}
.main_content .msg-30078 .form-m1 .form-m1-btn ._submit,.main_content .msg-30260 .form-m1 .form-m1-btn ._submit{background:#f37020;}

.album_gallery .arrs{width: 58px!important;height: 51px!important;line-height: 51px!important;font-size: 0!important;color: #fff;top: 50%;margin-top: -100px;text-align: center;z-index: 5; background:url(album.png) no-repeat; transition:none;}
.album_gallery .arr_prev{left: 10%!important;}
.album_gallery .arr_next{left:auto!important;right:10%; background-position: right top;}
.album_gallery .arr_prev:hover{ background-position:left bottom;}
.album_gallery .arr_next:hover{background-position:right bottom;}

/*头部表单*/
.top-form{ display:none; width:1920px; height:485px; position:absolute; top:95px; left:50%; margin-left:-960px; background:#ecf0f1; z-index:50; padding-top:60px;}
.top-form .wrap{ position:relative;}
.top-form-ewm{ float:left; width:43%; margin-right:6%;}
.top-form-message{ width:37%; float:left;}
.top-ewmnr{margin-top:10px; padding-top:15px;padding-bottom:15px;}
.top-ewm-left{ float:left; width:194px;}
.top-ewm-left ._ewmimg{ width:194px;float:left; margin-right:10px;}
.top-ewm-left ._ewmimg img{width:100%; height:194px;}
.top-ewm-left ._ohlink{ float:left; width:75px; font-size:15px;}
.top-ewm-left ._ohlink a{ display:block;}
.top-ewm-left ._ohlink a:hover{ color:572b22; font-weight:bold; }
.top-ewm-left ._zxtel{ margin-top:10px; width:100%; float:left;}
.top-ewm-left ._zxtel span{ display:block; float:left;}
.top-ewm-left ._zxtel ._tl1{ line-height:20px; margin-right:5px;}
.top-ewm-left ._zxtel ._tl2{ font-size:30px; font-family:arial; color:#572b22; line-height:40px;}
.top-ewm-right{ float:right; width:56%; color:#777;}
.top-ewm-right ._tel{font-family: Arial;font-size:36px; color:#fd8900; line-height: 35px;}
.top-ewm-right .p1{font-size:22px; color:#fd8900; line-height: 30px;margin-bottom: 20px;}
.top-ewm-right ._ct1{ font-size:15px; color:#000;}
.top-ewm-right a{ color:#777;}
.top-ewm-right a:hover{ text-decoration:underline; }
.top-mess-lant{ font-size:20px; margin-bottom:10px; }
.top-mess-form{ overflow:hidden;}
.top-mess-form ._tmesinp{ width:100%; border:none; height:38px; line-height:38px; background:#fff;text-indent:20px; float:left;}
.top-mess-form ._tmsarea{ width:100%; border:none; padding:20px 0; height:90px; background:#fff; font-family:微软雅黑; outline:none; text-indent:20px;float:left;}
.top-mess-form ._tmesbtn{ height:45px; line-height:45px; background-color: transparent; border:4px solid #80939e; width:98%; padding:0; color:#80939e; float:left;font-size:20px;box-sizing: content-box; margin-top:26px; cursor:pointer;}
.top-mess-form ._tmesbtn .ico2{width:25px; height:22px; background:url(ico2.png) -72px -153px no-repeat;vertical-align: -4px; margin-left:30px;}
.top-form-close{ font-size:50px; color:#fd8900; position:absolute; top:-50px; right:0px; cursor:pointer;}
.top-mess-form ._tmesbtn:hover{background-color: #f67702;color: #fff; border-color:#f67702;}
.top-mess-form ._tmesbtn:hover .ico2{background-position:-138px -55px;}
.top-mess-form label{position:relative;display:block;height: 40px;margin-bottom: 10px;}
.top-mess-form label .Validform_wrong{position: absolute;right: 0;top: 8px;}

/*2016-03-17*/
.h_search{ background-color:#f37020; padding:16px 0 15px; display:none;position: absolute;top: 64px;width: 100%;left: 0;z-index: 2;}
.h_search .item{padding: 0 0 0 2%;position: relative;}
.h_search .item .inp{ font-size: 16px;height:35px;line-height:35px;vertical-align: top;box-sizing: border-box;padding-left:30px;width: 70%;background: transparent;border: none;outline: none;color: #fecaa3; border-left:1px #feba69 solid;}
.h_search .item .btn{border-radius: 0;background-color: transparent;color: #fff;font-size: 16px; font-weight: bold;line-height: 35px;height: 35px;vertical-align: top;padding: 0;margin: 0;width: 60px;text-align: center;position: absolute;right: -22px;top: 0;}
.h_search .item .btn .ico2{background-position:0 -200px;width:30px; height:30px;vertical-align: top;}
.h_search .item ::-webkit-input-placeholder,.h_search .item .placeholder{ color:#fff;}

/*2016-03-23*/
.news_detail .n_right.fixed{position: fixed;top: 80px;z-index: 5;background-color: #fff;left: 50%;margin-left: 294px;width: 306px;}

/*2016-03-28*/

.rightFloat{position: fixed;right: 0;bottom: 0;z-index: 15; cursor: pointer;}
.rightFloat .gotop{display:block;width:60px; height:60px; background:url(top.png) no-repeat; transition:none;}
.rightFloat .gotop:hover{background-position: left bottom;}

.wrap_out .wrap_in .wrap_body .wrap_remind{color:#FFF;}

.main_content .job_box1_con .word .word_info{padding-top:15%;}


/*栏目导航*/
.colR_box1a{width:100%; overflow:hidden; }
#rightTitle { height: 70px; margin-top: 40px; float: left; width:100%; line-height: 70px; font-size: 20pt; text-align: center; background:#f37020; color: #fff; }
.colR_box1a ul{padding:10px;margin:0 auto;clear:both;overflow:hidden;height:auto; border:solid 1px #CCCCCC; border-top:none;}
.colR_box1a li{background-color:#80939e;float:left;display:inline;font-size:16px;line-height:24px;height:24px;margin:12px 8px;text-align:center;width:44%}
.colR_box1a li a{color:#fff;background-color:#80939e;margin:0 auto;display:block;height:24px;line-height:24px;width:95%;padding:5px; overflow:hidden}
.colR_box1a li a:hover{text-decoration:none;color:#fff;background-color:#f78503}
.colR_box1a .cur a{color:#fff;background-color:#f78503;margin:0 auto;display:block;height:24px;line-height:24px;width:95%;padding:5px; overflow:hidden}



.index_pro_name {height: 38px;display: block;width: 100%;}
.index_pro_name h3{ font-size:16px}
.index_pro_name_prefix {background: url(bg_product_show_2.gif) 0 -50px;}
.index_pro_name_prefix {width: 9%;height: 38px;float: left;}
.index_pro_name_content {display: inline-block;_zoom: 1;*display: inline;float: left;background: #7C8187;width:91%;height: 38px;color: #fff;line-height: 38px;text-indent: 20px;}
.index_pro_name_content a {color: #fff;}

.imglist {text-align: center;width: 100%;}
.imglist img {border: 2px solid #ECECEC;padding:4px;margin-top: 8px;width: 100%;height: auto;}
.imgtitle{width: 100%; margin-bottom:10px;font-size:14px} 
.nph_intro{width: 98%; border-top: 1px solid #BBBBBB; padding:10px 5px 10px 15px;} 
.nph_intro_fy{ margin-top:5px;background: url(n_top_bg.jpg) repeat;padding:10px 5px;color: #f37020;}



/*Tags*/

.tagsshow{border:1px solid #BBBBBB;height:100%; overflow:hidden;}
.tagsshow ul{ padding:20px;}
.tagsshow .tagstitle{ background:#f1f1f1; height:30px; line-height:30px; font-size:18px; font-weight:bold ;color:#000; padding-left:20px;}
.tagsshow .tags{ padding:10px;}
.tagsshow .tags a{ color:#FFFFFF; padding:0px 5px;}
.tagsshow .tags a:hover{ color:#ff6600;}
.tagsshow div{ line-height:30px; font-size:14px; font-weight:bold; color:#ff6600; text-align:center;}
.tagsshow table{ margin-top:15px;}
.tagsshow .title{background:#f1f1f1; height:30px; line-height:30px; font-size:14px; font-weight:bold ;color:#000; }
.tagsshow tr.list{height:50px; line-height:50px; }
.tagsshow tr.list a{ font-size:14px;}
.tagsshow tr.list a:hover{ color:#ff6600; text-decoration:none; }
.tagsshow tr.list img{ width:35px; height:35px; padding:2px; border:#E8E8E8 1px solid; }
.tagsshow .showpage{ font-size:12px; font-weight:normal; color:#000;}

/*网站地图*/
.mapmain{width:100%;margin:30px auto;border:#BBBBBB 1px solid;}
.mapmain .tit{ background:#BBBBBB; height:30px; line-height:30px;padding-left:10px;}
.mapmain .tit h2{background:#fff; height:27px; line-height:27px; margin-top:2px; float:left;font-size:14px;font-weight:bold; color:#333; width:80px; text-align:center; border:#ddd 1px solid; border-bottom:none;}
.mapmain .tit span{margin-left:15px;font-size:14px; font-weight:normal; color:#333; font-family:Verdana, Arial, Helvetica, sans-serif;}
.mapmain .mapbox{padding:20px;width:97%}
.mapmain .mapbox .clearfix {zoom:1;padding:15px 0 10px 0;border-bottom:1px solid #eaeaea;}
.mapmain .mapbox .clearfix h3 {padding-left:10px;margin-top:3px;font-weight:bold;font-size:15px;margin-right:10px;}
.mapmain .mapbox .tit02 {float:left;width:90px;padding-left:10px;border-left:2px solid #000;font:100 18px/24px 'Arial','Microsoft Yahei','微软雅黑','Simhei','黑体';color:#000;margin-top:3px;_display:inline;_width:77px;}
.mapmain .mapbox .tit02 a:link,.tit02 a:visited {color:#000;}
.mapmain .mapbox .list01 {overflow:hidden;zoom:1;font:100 14px 'Arial','Microsoft Yahei','微软雅黑','Simhei','黑体';letter-spacing:1px;padding:0;margin:0 0 10px 25px;}
.mapmain .mapbox .list01 li {float:left;width:170px;white-space:nowrap;_display:inline;}




/*供求系统导航*/
.w1220 {width:100%;margin:0px auto;}
.seltion-cont {padding:10px 0 0px;zoom:1;z-index:40;position:relative;background:#ededed;}
.seltion-m {float:left;width:100%;padding-top:8px;background:#ededed;font-size:13px;}
.selitem-area {height:auto;}
.selitem {clear:both;zoom:1;margin-bottom:10px;height:26px;}
.lh24 {line-height:24px;}
.selitem dt {float:left;_display:inline;margin:0 0 0 15px;padding-right:5px;font-weight:bold;color:#f37020;width:6%}
.selitem-area dd {width:auto;margin-bottom:-1px;position:relative;z-index:10;}
.selitem-area dd strong {color:#F00;}
.selitem dd {float:left;width:90%;}
dl.selitem-area dd a {display:inline-block;float:left;margin-right:6px;padding:0 3px;height:30px;white-space:nowrap;}
dl.selitem dd a.cur {color:#3366cc;}
.blank10 {clear:both;height:10px;line-height:10px;}
.clear {clear:both;}
.seltion-cont .area-son {background:#f7f8f8;line-height:30px;border-radius:3px;border:1px solid #e7e7e7;margin:0px auto;width:98%;float:none;margin-bottom:10px;z-index:1;position:relative;}
.seltion-cont .area-son strong {color:#F00;}
.area-son .area {padding:3px 10px;}
.seltion-cont .area-son a {padding:0 5px;}

/*供求列表*/
.mainlist .GQleft{ float:left; width:76%}
.mainlist .GQright{ float:right;width:23%;background:#FFF;}
.boxtitle{ background:#F3F3F3; height:50px;}
.boxtitle .l{ float:left; width:50%; font-size:16px;}
.boxtitle .l a{ width:120px; height:48px; display:block; float:left; text-align:center; line-height:50px;}
.boxtitle .l a.on{ background:#fff; border-top:2px solid #ffc600;}

.boxtitle .r{ padding-top:10px; padding-right:10px;}
.fanglist .m li{position:relative; clear:both; padding:15px 15px; border-bottom:1px solid #f1f1f1; line-height:24px;}
.fanglist .m li:hover{ background:#fff9f3;}
.fanglist .m li .pic{ float:left; width:25%; margin-right:20px; position:relative;}
.fanglist .m li .pic em{ position:absolute; background:url(hotico.png) no-repeat; display:block; width:48px; height:42px; left:0px; top:0px;}
.fanglist .m li .pic em.ico3{background-position:0px -84px;}
.fanglist .m li .pic img{ width:228px; height:155px;}
.fanglist .m li .txt{ width:72%; float:left; overflow:hidden;}
.fanglist .m li .txt .title{ height:36px; line-height:36px; font-size:22px; font-weight:normal; overflow:hidden;}
.fanglist .m li .txt .title a{ color:#333}
.fanglist .m li .txt em.name{ margin-right:10px; font-size:15px; }
.fanglist .m li .txt em.name a{ color:#598CF1;}
.fanglist .m li .txt .trait{ padding-top:4px;}
.fanglist .m .GQrq b{ font-weight:normal; margin-right:18px;}
.fanglist .m li .list_word{ padding:3px 0px;}
.fanglist .m li .adress,.fanglist .m li .list_word,.fanglist .m li .time{ color:#999;}
.fanglist .m li .txt i,.fanglist .m li .txt span.c1,.fanglist .m li .txt span.c2,.fanglist .m li .txt span.c3,.fanglist .m li .txt span.c4,.fanglist .m li .txt span.c5,.fanglist .m li .txt span.c6{ padding:0px 5px; line-height:20px; text-align:center;  display:inline-block; border-radius:3px; margin-right:5px;}
.fanglist .m li .txt i.c1,.fanglist .m li .txt span.c1{border:1px solid #2bb1fe; color:#2bb1fe;}

.fanglist .m li .txt i.c2,.fanglist .m li .txt span.c2{border:1px solid #8fc31f; color:#8fc31f;}

.fanglist .m li .txt i.c3,.fanglist .m li .txt span.c3{border:1px solid #fe7bad; color:#fe7bad;} 

.fanglist .m li .txt i.c4,.fanglist .m li .txt span.c4{border:1px solid #f87051; color:#f87051;}

.fanglist .m li .txt i.c5,.fanglist .m li .txt span.c5{border:1px solid #d565e4; color:#d565e4;}

.fanglist .m li .txt i.c6,.fanglist .m li .txt span.c6{ color:#f8b551; border:1px solid #f8b551;}
.fanglist .m li .time{ font-size:14px; padding-top:2px; width:100% !important}
.fanglist .m li .price{ width:135px; position:absolute; right:20px; top:50px; text-align:right}
.fanglist .m li .sale-price{height:40px; font-size:12px;}
.fanglist .m li .sale-price span{ color:#ff7600}
.fanglist .m li .price .sale-price font{ color:#ff7600; font-family:Georgia, "Times New Roman", Times, serif; font-size:32px;}
.fanglist .m li .sale-area.stel{ background:url(stel.png) no-repeat left center; padding-left:20px; font-weight:bold; font-size:16px; display:block; clear:both;}


/*用于右侧供求系统列表样式*/
.newbox {/*background:#fff;*/background:#ededed;padding:8px;padding-left:0px;text-align:left;}
.newbox .tit {padding:8px;padding-top:0px;height:40px;line-height:40px;}
.newbox .tit h3 {font-family:"微软雅黑";font-size:19px;color:#666666;}
.newbox .tit span {}
span.more {background:url(more-ico.png) no-repeat right;font-size:15px;padding-right:20px;float:right;color:#f37020}
span.more a:hover {color:#ff7600}
.newbox .con {overflow:hidden;}
.newbox .picList {overflow:hidden;zoom:1;margin-bottom:16px;}
.newbox .picList li {float:left;margin-left:10px;display:inline;width:46%;overflow:hidden;}
.newbox .picList li img {width:133px;height:80px;}
.newbox .picList li p {height:26px;line-height:26px;text-align:center}
.newbox .list li {height:28px;line-height:28px;color:#666;padding-left:20px;background:url(d_bor.gif) no-repeat 10px center;text-align:left;overflow:hidden;}
.all366C a:link,.all366C a:visited {color:#f37020;}

/*供求内页*/
.building_head{ height:120px; background:#F0F8FF; margin:0px auto; width:1200px;}
.building_head .wrap23{ padding:23px;}
.building_head .buildpic{ float:left; width:106px; height:76px; margin-right:20px;}
.loupan-name .loupan-name-right {width:1000px;float:left;display:inline;}
.loupan-name .loupan-name-right1 .name {font-size:32px;vertical-align:top;font-weight:normal;display:inline-block;}
.sale-status {background:#9ABE54;color:#fff;display:inline-block;width:48px;height:22px;line-height:20px;text-align:center;vertical-align:top;margin:6px 0 0 5px;border-radius:4px;}
.ds {background:#ffc600;}
.loupan-name .loupan-name-right2 {height:25px;line-height:25px;overflow:hidden;margin:0;font-size:0px;white-space:nowrap;color:#f80;}
.loupan-name .loupan-name-right2 a {display:inline-block;padding:0 6px;height:20px;float:left;line-height:20px;border:1px solid #ffc600;font-size:12px;margin:0 10px 0 0;}

.building_nav{ height:46px; background:#EDEDED; line-height:46px; border-radius:3px;}
.building_nav li{ width:130px; text-align:center; font-size:15px; float:left;list-style: none;}
.building_nav li.on{ border-radius:3px; background:#f80; color:#fff;}
.building_nav li.on a{ color:#fff;}

.building_main .left{ width:46%; float:left;}

.building_main .right{ width:52%; float:right; font-size:15px !important;}
.building_main .right li{ height:40px; line-height:34px; clear:both; overflow:hidden}
.building_main .right li p{ width:216px; float:left; display:block;}
.building_main .right li font{ font-size:30px; font-family:Georgia, "Times New Roman", Times, serif; color:#ff7600}
.building_main .right li label{letter-spacing: 1px; float:left; width:80px; font-weight:800;}
.building_main .right li b{ display:block; float:left; font-weight:normal; margin-right:30px;}
.lp-img {float:left;width:100%;margin-right:15px;}
.lp-img .lp-pic-big {width:100%;height:360px;}
.lp-img .lp-pic-big img {width:100%;height:100%;}

label em{ padding:0px 4px;}
label em.em2{padding:0px 15px;}
.telbox{ background:#ff8800 url(telicon.png) no-repeat 45px center; background-size:56px; width:100%; height:75px; position:relative;}
.telbox strong{ color:#fff; font-size:26px; line-height:37px; float:left;text-indent: 92px;}
.telbox .tel_right{ float:right; padding-right:20px;}
.telbox .tel_right a{ width:84px; height:34px; background:#fff; display:block; float:right; text-align:center; line-height:34px; margin-left:10px; border-radius:4px; font-size:12px;}
.telbox .tel_right a.mfico{ background: url(ico_common.png) no-repeat 5px -142px #fff; text-indent:14px;}
.telbox .tel_right a.zxico{ background: url(ico_common.png) no-repeat 5px -180px #fff; text-indent:14px;}
.building_main .wrap23{ padding:23px;}

.building_info{}
.building_info .left{ width:70%; float:left; }
.building_info .left .info{background:#EDEDED;}
.building_info .left .wrap15{ padding:15px;}
.building_info .left .lp_box .wrap{ padding:20px;}
dl.info dt{ height:40px; line-height:30px;}
dl.info dt h3{ color:#333;}
dl.info dd li{line-height:48px; height:48px; border-bottom:1px solid #eeeeee; }
dl.info dd li.others{ height:auto !important;overflow:hidden;}
dl.info dd li.others label{}
dl.info dd li.others div.p2{ float:left; line-height:26px; width:730px;}
dl.info dd li.others div.p2 p{ padding:10px 0px;}
dl.info dd li.others label,dl.info dd li.others div.p2{margin-bottom: -1000px;padding-bottom: 1000px;}

dl.info dd li .w6{ float:left; width:100%;background: #FFF}
dl.info dd li label{ height:48px; line-height:48px; width:100px; text-align:center; float:left; display:block; background:#f7f8f8; margin-right:5px;}
dl.info dd li.other{ height:auto; line-height:26px;}
dl.info dd li.other label{ height:auto;}
dl.info dd li.other .con{ padding:5px 0px;}

.building_info .right{ width:28%; float:right;}
.kftuan{ background:#EDEDED;}
.kftuan .wrap12{ padding:20px;}
.kftuan .t{ font-size:20px; height:30px; margin-bottom:20px}
.kftuan .mmbox li{ margin-bottom:10px;}
.kftuan .m input{ width:100%; height:33px; line-height:33px; border:1px solid #dcdcdc; text-indent:5px;}
.kftuan .m a.join,.kftuan .m input.join{ width:180px; height:35px; line-height:35px; text-align:center; background:#ff7600; display:block; float:left; color:#fff;}
.kftuan .m .bot span{ float:right; margin-top:10px;}
.kftuan .m .mun { padding-top:6px; clear:both;line-height:24px; font-size:14px; }
.kftuan .m .mun li{ clear:both}
.kftuan .m .mun i{ float:left;}
.kftuan .m .mun .name{ width:52px; }
.kftuan .m .mun .area{ width:52px; }
.kftuan .m .mun .tel{ width:100px; }
.kftuan .m .mun .time{ width:95px; color:#999; text-align:right }
.building_info .loupan-new{ background:#EDEDED;}
.building_info .loupan-new .wrap20{ padding:10px 20px;}
.box-list-two{}
.box-list-two .hd{ height:36px; line-height:36px;}
.box-list-two .bd li{ height:30px; line-height:30px;background: url(d_bor.gif) left center no-repeat;padding-left: 11px; overflow:hidden}




.Vtitle{ position:absolute;bottom:0;left:0;width:100%; background:url(black.5.png) repeat; background:rgba(0,0,0,.5);}
.Vtitle .el{font-size:18px;color:#fff; padding:8px 3%; display:block;width: 80%;}
.Vtitle .i{ position:absolute;right:0;bottom:0;width:48px; height:48px; background-color:#f7931d;}
.Vtitle .i .ico2{width:35px; height:32px;background-position: -100px -55px;position: absolute;top: 50%;left: 50%;margin-top: -15px;margin-left: -15px;}

/* 分页表格 */
.datalistfy{ border:1px solid #ccc; border-collapse:collapse; background:#fff; width:100%; color:#f37020}
.datalistfy caption{ padding-bottom:5px; text-align:left;} 
.datalistfy th{ border:1px solid #ccc; background-color:#eee; font-weight:700;  padding:5px 15px; }
.datalistfy td{ border:1px solid #ccc; padding:5px 15px;}
.datalistfy tr.altrow{ background-color:#ccc;}
.datalistfy .td1{ width:10%;color:#424d54}
.datalistfy .td2{ width:90%}
/* 留言form */
.contact_form {background:#f4f4f4;}
.contact_form .msg_form {padding-bottom:98px;text-align:center;}
.contact_form .msg_form ._rec01,.contact_form .msg_form ._rec03 {margin-right:2%;}
.contact_form .msg_form ._rec {display:inline-block;*display:inline;*zoom:1;width:83%;margin-bottom:12px;text-align:left;}
.contact_form .msg_form ._rec05 {width:83%;}
.contact_form .msg_form ._rec textarea {width:100%;height:145px;}
.contact_form .msg_form ._rec input,.contact_form .msg_form ._rec textarea {background-color:#eeeeee;border:#cccccc 1px solid;}
.contact_form .msg_form ._rec input {width:100%;height:32px;text-indent:10px;}
.contact_form .msg_form ._rec ._hd {margin-bottom:6px;font-size:16px;color:#121212;}
.contact_form .msg_form .btn_list {width:82%;margin-left:auto;margin-right:auto;text-align:right;}
.contact_form .msg_form ._btn_msg {width:215px;height:46px;font-size:16px;border:none;cursor:pointer;}
.contact_form .msg_form ._submit:hover,.contact_form .msg_form ._reset:hover {background-color:#fda203;}
.contact_form .msg_form ._submit {color:#fff;background-color:#f8ac00;margin-right:26px;}
.contact_form .msg_form ._reset {color:#fff;background-color:#112639;}
/*通用-栏目标题2*/.uni_column_tit2 {margin:0 auto;width:75%;text-align:center;}
.uni_column_tit2 .tit_hd {padding-top:30px;font-size:32px;font-family:'Microsoft Yahei Bold','Microsoft Yahei',sans-serif;font-weight:bold;color:#102537;}
.uni_column_tit2 .tit_desc {margin:20px 0 30px;font-size:14px;color:#7a8188;}
/* 视频框 */#a1 {position:relative;z-index:100;width:100%;height:720px;float:left;}
.play_ {position:absolute;width:41px;height:41px;left:50%;top:50%;margin:-20px 0 0 -20px;background:url(bofang.png) no-repeat;}
#sitemap {display:none}



#Validform_msg { display:none !important}

/*分页相关*/
.pagelist ul{text-align:center;margin:20px 0;}
.pagelist li{display:inline-block;margin:0 2px;}
.pagelist li a{color:#666;display:inline-block;border:1px solid #ddd;padding:6px 15px;}
.pagelist li a:hover{border-color:#F37B1D;background:#F37B1D;color:#fff;}
.pagelist li.active a{border-color:#F37B1D;background:#F37B1D;color:#fff;}

/*TAGS相关*/
.tags2{}
.tags2 li{display:inline;width:auto;}
.tags2 li a{color: #FFFFFF;display:inline-block;padding:6px;font-size:14px;margin:0 2px 5px 0;border-radius:10px;border:1px solid #E7E7E7;}
  /*TAGS列表*/
.tag_list li{ position: relative; margin-bottom: 30px; overflow: hidden; }
.tag_list li ._img{ float: right; width: 20%;}
.tag_list li ._txt{ position: absolute; left: 0; bottom: 0; top: 0; width: 68%; padding:1% 6%; background-color:#f7f7f7;transition: all 0.5s ease;-webkit-transition: all 0.5s ease;}
.tag_list li ._txt ._t{ position: relative; font-size: 16px; color: #4f4f4f; font-weight: bold;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding-top: 10px;}
.tag_list li ._txt ._t a:hover { color:#FFF;}
.tag_list li ._txt ._t:before{ content:""; position: absolute; top: 0; left: 0; width: 50px; height: 4px; background-color: #f67702;}
.tag_list li ._txt ._tools{ margin:0 0 6px; color: #bfbfbf;}
.tag_list li ._txt ._tools .ion{ font-size: 1.5em;}
.tag_list li ._txt ._p{ color: #757575;}
.tag_list li ._txt ._more{ display: none; width: 170px; height: 50px; line-height: 50px; background-color: #fff; text-align: center; margin-top: 30px; font-size: 16px; color: #f67702;}
.tag_list li ._txt ._more .ico2{width:28px; height:25px; background-position:-32px 0;}
.tag_list li:hover ._txt{ background-color: #f67702;}
.tag_list li:hover ._txt ._t,.tag_list li:hover ._txt ._tools,.tag_list li:hover ._txt ._p{ color: #fff;}
.tag_list li:hover ._txt ._tools .ico3_5{ background-position:0 -120px;}
.tag_list li:hover ._txt ._tools .ico4_1{ background-position:-20px -120px;}


.propart02 { padding-bottom:5px;}
.proCatesBox { margin:0px; height:190px; position:relative; overflow:hidden; background:url(pline.png) left 7px no-repeat;}
.proCatesBox li { width:200px; height:190px; float:left; text-align:center; position:relative; cursor:pointer;}
.proCatesBox li [class*="ico-"] { display:none; font-size:23px;}
.proCatesBox .box { border-left:#d8d8d8 1px solid; border-right:#d8d8d8 1px solid; margin-top:7px; margin-left:-1px;}
.proCatesBox .box img{ width:134px; height:90px;}
.proCatesBox .box .n { font-size:18px; font-weight:normal; color:#333; display:block; line-height:52px;}
.proCatesBox .slide_nav,.proCatesBox .box .tag { display:none;}
.propart02 .wrap { position:relative;}
.propart02 .pp_arr { display:block; width:52px; height:52px; background:url(pc_arr.png) no-repeat; position:absolute; top:48px;}
.propart02 .pp_prev { left:-60px; background-position:-52px 0;}
.propart02 .pp_prev:hover { background-position:0 0;}
.propart02 .pp_next { right:-60px; background-position:0 -52px;}
.propart02 .pp_next:hover { background-position:-52px -52px;}
.propart02 .pp_arr.unable { display:none;}

.proCatesBox li.selected .box { margin-top:0; border-top:#facd00 7px solid;}
.proCatesBox li.selected [class*="ico-"] { display:block;}


.slide { position: relative; overflow:hidden;-ms-touch-action: none; touch-action: none;}
.slide_wrap{position:absolute;width:100%;height:100%;overflow:hidden;*zoom:1;}
.slide_c {float:left;  top: 0; left: 0; width: 100%; height:100%; overflow: hidden; z-index: 1; }
.slide_nav { position: absolute; z-index: 98; }
.arrs { cursor: pointer; z-index: 99; 
	moz-user-select: -moz-none; 
	-moz-user-select: none; 
	-o-user-select:none; 
	-webkit-user-select:none;
	-ms-user-select:none; 
	user-select:none;}
.arrs.unable{cursor: default;}


/*******************zt样式****************/
.container{margin:10px 0 20px 0;}.martop10{margin-top:10px;}.ztdangqian a,.ztdangqian span{line-height:30px;height:30px;display:inline-block;}.ztdangqian{height:35px;font-size:14px;line-height:35px;padding:0 10px;color:#999;background:#fff;width:1180px !important;}.ztdq_one_em{width:18px;height:18px;display:inline-block;vertical-align:middle;margin:0;}.ztdq_one{line-height:20px;margin-left:10px;}.con-main{width:1200px;margin:0 auto;position:relative;margin-top:10px;}.ztdh_list,.zt_con{background:#fff;}.bordere4{border:1px solid #E4E4E4;}.zt_cp{padding:20px;overflow:hidden;}.zt_cp .zt_cp_img{float:left;border:1px solid #E4E4E4;padding:5px;width:31%;height:240px;text-align:center;line-height:240px;}.zt_cp .zt_cp_img img{max-width:100%;height:240px;}.zt_cp .zt_cp_detail{float:left;width:43%;margin-left:3%;color:#7f7f7f;padding-top:10px;}.detalimg img{width:100%;height:auto !important;}.detalimg  h2{margin-left:0 !important;}.zt_cp_title{font-weight:bold;color:#000;font-size:20px;margin-bottom:10px;}.zt_cp_price{margin-bottom:10px;}.redCol{color:#ff5915 !important;}.fontBold{font-weight:bold;}.zt_cp_dd{padding:10px 0;line-height:30px;}.xply{padding:10px 20px;}.checkbox600{float:right;width:600px;}.zt_cp_dd li{display:inline-block;width:49%;}.zt_cp_btn{position:relative;margin-top:10px;}.zt_cp_btn a{background:#319BF5;color:#fff;width:100px;height:40px;text-align:center;display:inline-block;line-height:40px;margin-right:5%;}.zt_cp_btn .red_bg{background:#FF5915;}.zt_cp_btn .green_bg{background:#01b534;}.zt_cp_btn a:hover{color:#fff;}.zt_cp_btn .radius{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}.zt_con_ul em{background:url(ztico.png);background-repeat:no-repeat;display:inline-block;}.zticowjqy{display:inline-block;vertical-align:sub;background:url(ztico2.png) no-repeat;margin-right:5px;}.zxzx_ico{width:17px;height:20px;background-position:-75px -183px;margin-right:0;}.jrsp_ico{width:20px;height:20px;background-position:-107px -184px;margin-right:0;}.zt_con_ul em.qq{background-position:-238px -249px;width:12px;height:14px;top:2px;position:relative;margin-right:3px;}.zt_cp_mes{float:left;width:21%;padding-top:10px;}.mes_title{color:#FF5915;font-size:14px;font-weight:bold;margin-bottom:15px;}.cx_ico{width:18px;height:18px;background-position:0 -291px;}.mes_rz{margin-bottom:10px;}.colorblue{color:#319BF5;}.rz_ico{width:20px;height:20px;background-position:-34px -222px;}.zt_gs_mes{background:#f9f9f9;width:1155px;margin:0 auto 20px auto;}.tip_ico{width:18px;height:18px;background-position:-35px -294px;}.width900{width:898px;}.floatL{float:left;}.floatR{float:right;}.zt_title{border-bottom:solid 2px #FF5915;font-size:16px;color:#141414;font-weight:bold;padding:10px 20px;padding-top:15px;}.zt_news ul{padding:20px;min-height:727px;height:auto !important;height:727px;}.zt_news_con{padding:20px 5px;overflow:hidden;line-height:30px;font-size:15px;font-family:Microsoft YaHei;}.zt_news_con p{margin-bottom:20px;}.width290{width:288px;}.floatR{float:right;}.zt_ul{padding:12px 20px;}.ztul{padding:0 20px;overflow:hidden;}.ztul li{position:relative;}.ztdh_list li{overflow:hidden;height:30px;line-height:30px;}.new_gy li{height:auto;}.gy_img{display:none;}.gy_img img{width:250px;height:168px;}.new_gy li:hover .gy_img{display:block;}.width288{width:288px;border:1px solid #d4d4d4;border-top:2px solid #FF5915;}.zttitle{padding:12px 20px 12px 20px;overflow:hidden;background:#f7f7f7;}.zttitle .text{font-size:14px;color:#000;font-weight:bold;}.zttitle .more{float:right;width:18px;height:18px;background:#fff;color:#666;text-align:center;font-weight:bold;line-height:16px;font-size:18px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #d4d4d4;}.zttitle .more:hover{border:1px solid #FF5915;}.spico{display:inline-block;vertical-align:sub;background:url(ztico3.png) no-repeat;margin-right:5px;}.fl_ico{width:18px;height:18px;background-position:-78px -75px;}.cpfl{font-size:14px;}.cpfl ul{margin-bottom:-2px;}.cpfl .xlfl li{margin-bottom:10px;}.cpfl .addico{display:inline-block;width:14px;height:14px;background:#fff;color:#666;text-align:center;font-weight:bold;line-height:12px;font-size:16px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #d4d4d4;margin-right:10px;cursor:pointer;}.cpfl .xlfl{margin:10px 0 0 30px;}.cpfl .firstStep{padding:15px 0;border-bottom:1px dashed #d4d4d4;}.spcp{padding:0 20px 1px 20px;}.whitebg{background:#fff;}.top12{margin-top:12px;}.lx_ico{width:18px;height:18px;background-position:-36px -113px;}.lxfs{padding:20px 20px 0 20px;}.lxfs .mes-top{border-bottom:none;margin-bottom:0;padding-bottom:10px;font-size:14px;}.lj_ico{width:18px;height:18px;background-position:0px -113px;}.yqlj{padding:20px 20px 10px 20px;}.yqlj ul li{margin-bottom:10px;height:20px;line-height:20px;overflow:hidden;}.yqlj ul li a{vertical-align:middle;}.smkuang{width:5px;height:5px;display:inline-block;background:#FF5915;display:inline-block;margin-right:5px;}
/*联系我们*/
.contact{padding:50px 0 60px; overflow:hidden;width: 100%;}
.contact .contact_l{width:65%;background:#f0f0f0;height:621px;}
.contact .contact_l img{max-width:none;}
.contact .contact_r{width:35%;}
.contact .contact_r_box{padding:20px 40px;color:#fff; background:#f37020;}
.contact .contact_r_box a:hover{color:#fff;}
.contact .contact_r_box .r_title{font-size:26px;font-weight:normal;padding-bottom:16px;}
.contact .contact_r_box dl{padding:10px 0px 30px;}
.contact .contact_r_box dt{font-size:20px;margin-bottom:12px;}
.contact .contact_r_box dd{font-size:16px;}
.contact .contact_r_box .part3{padding:15px 0px 20px 80px;background:url(contact_ico.png) no-repeat left center;}
.contact .contact_r_box .part3 span{display:block;}
.contact .contact_r_box .part3 .number{font-size:30px;}
.contact .contact_r_box .part3 .title{font-size:18px;}
.contact .contact_r_box .part4{padding:40px 0px 23px;}
.contact .contact_r_box .bdshare-button-style0-16 a,.contact .contact_r_box .bdshare-button-style0-16 .bds_more{float:none;}
.contact .contact_r_box .bdshare-button-style0-16 a{background:url(share_contact.png) no-repeat; height: 24px; line-height: 24px; display: inline-block;}
.contact .contact_r_box .bdshare-button-style0-16 a.bds_sqq{background-position:-24px 0px;}
.contact .contact_r_box .bdshare-button-style0-16 a.bds_weixin{background-position:-48px 0px;}
.contact .bdshare-button-style0-16 a{padding-left:24px;}
.contact .contact_r_box .part4_l{width:50%;}
.contact .contact_r_box .part4_l>img{width:100px;height:100px;}
.contact .contact_r_box .part4_r{width:50%}
.contact .contact_r_box .part4_r span{display:block;}
.contact .contact_r_box .part4 .name{font-size:16px;margin-bottom:4px;}
.contact .contact_r_box .part4 .en_title{font-size:13px;margin-bottom:10px; text-transform:uppercase; }


/*CNZQZD-INDEX-HUADONG*/
.widget-prolist-10{overflow:hidden;}
.widget-prolist-10 li .top-Floor{width:100%;height: 100%;background:url(black.4.png) repeat;z-index: 3;left:0;top:-100%;}
.widget-prolist-10  li .top-Floor .white-cross{width:60px;height: 60px;display:block;top:50%;left:50%;margin-left:-30px;margin-top:-30px;background:url(whit_cross.png) no-repeat;}
.widget-prolist-10 .bom-text{padding:25px 8% 20px;background-color:#e8e8e8;overflow:hidden;z-index: 2;display:block;}
.widget-prolist-10 .bom-text:before{content:'';position:absolute;width:100%;height:100%;background-color:#ee7608;left:0;bottom:-100%;transition:all 0.5s ease;-webkit-transition:all 0.5s ease;z-index: -1;}
.widget-prolist-10 li .rect-65{padding-bottom: 65%;}
.widget-prolist-10 li .rect-65 img{height:auto;}

.widget-prolist-10 .bom-text ._name{font-size:18px;}
.widget-prolist-10 .bom-text ._price{color: #666464;line-height: 21px;height: 42px;overflow: hidden;margin-top: 20px;}
.widget-prolist-10 .hover .top-Floor{top:0;}
.widget-prolist-10 .hover .bom-text,.widget-prolist-10 .hover .bom-text ._price{color:#fff;}
.widget-prolist-10 .hover .bom-text:before{bottom:0;}
.cen-box2{padding:10px 0 0;}
.cen-box2 .x_arrs{position: absolute; top:50%;margin-top:-25.5px;width: 51px;height: 51px;overflow:hidden;background:url(scroll_btn_4.png) 0px -51px no-repeat;z-index: 3;}
.cen-box2 .x_prev{left:-5%;background-position:left bottom;}
.cen-box2 .x_next{right:-5%;background-position:right bottom;}
.cen-box2 .x_prev:hover{background-position:left top;}
.cen-box2 .x_next:hover{background-position:right top;}

/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:200px;right:5px;_right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#ff4a00 url(rightbar.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#ff4a00 url(rightbar.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#ff4a00 url(rightbar.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#ff4a00 url(rightbar.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}