@charset "utf-8";
/* CSS Document */
/*
color:red !important;/* Firefox、IE7支持
_color:red;  IE6支持
*color:red;  IE6、IE7支持
*+color:red; IE7支持/
color:red\9; IE6、IE7、IE8支持
color:red\0; IE8支持
@media screen and(-webkit-min-device-pixel-ratio:0){} chrome
filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#99000000', EndColorStr='#99000000');
_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templets/ftwcm/images/bg_index.body1.png');_background:none;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.3));
behavior: url(css/PIE.htc);
pointer-events:none;//鼠标穿透
-webkit-animation:0.3s ease-in 1.1s 1 ui;
-webkit-animation-fill-mode:both;
*/

/*
解决safari浏览器添加transform属性对文字的影响
-webkit-font-smoothing: antialiased;
*/
/*--默认--*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {margin:0;padding:0;}
html{_background-image:url(about:blank);_background-attachment:fixed;}
body{line-height:120%; min-height:100px; font-family:"微软雅黑",Arial;font-size:12px; /* min-width:1250px; */  max-width:1920px; margin:0 auto; color:#333;}
ol,ul,li{list-style:none outside none;padding:0;}
a{text-decoration:none;color:#333;}
img{border:none;vertical-align:middle;}
table{border-collapse:collapse;}
tr,td,th{padding:0;margin:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal; margin:0; padding:0;}
i,b,strong{font-style:normal;font-weight:normal;}
input,textarea,select{border:1px solid #CCC;font-family:"微软雅黑",Arial;outline:none;border:none;background:none;padding:0;}

input::-ms-clear{display: none;}
input::-ms-reveal{display: none;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #707070; opacity: 1;}
input:-moz-placeholder, textarea:-moz-placeholder {color:#707070;opacity: 1;}
input::-moz-placeholder, textarea::-moz-placeholder {color:#707070;opacity: 1;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color:#707070;opacity: 1;}
textarea{ resize:none; }


a:focus{outline:none;}
a:hover{ color:#01763a; }

.tran_scale{ overflow:hidden !important; display:block; transform: rotate(0deg); -webkit-transform: rotate(0deg); }
.tran_scale img{transition:all 0.8s; -webkit-transition:all 0.8s;  -moz-transition:all 0.8s; transform:scale(1,1); -webkit-transform:scale(1,1); display:block; }

/*@font-face {
    font-family: 'futuramedium';
    src: url('fonts/futura-medium-webfont.eot');
    src: url('fonts/futura-medium-webfont.eot') format('embedded-opentype'),
         url('fonts/futura-medium-webfont.woff2') format('woff2'),
         url('fonts/futura-medium-webfont.woff') format('woff'),
         url('fonts/futura-medium-webfont.ttf') format('truetype'),
         url('fonts/futura-medium-webfont.svg#futuramedium') format('svg');
}
*/

/* 图标 */
@font-face {font-family:"iconfont";
  src:url('../font/iconfont.eot'); /* IE9*/
  src:url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
  url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  display:inline-block;
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

/*clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both; }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
.fr{ float:right; }
.fl{ float:left; }
.ellipsis{white-space:nowrap; overflow:hidden; text-overflow:ellipsis; display:block; }
.wrap{ width:1230px; margin:0 auto; position: relative; z-index:1; }

.body_box{  overflow: hidden; /* min-width:1250px; */ }

/*下拉*/
.select-box { position:relative; background:#fff; color:#474747; }
.select-box dt{ height:100%; }
.select-box dt a { display:block; cursor:pointer; overflow:hidden; position:relative; z-index:2;  height:100%; }
.select-box dt a b { overflow:hidden; height:100%; width:90%; color:#474747; font-size:16px; display:block; text-overflow:ellipsis; white-space:nowrap; font-weight:normal;}
.select-box dd { display:none;}
.select-box dd{ border-radius: 0 0 3px 3px; top:30px; position:absolute; background:#fff; left:0; width:100%; -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);  behavior: url(css/PIE.htc); border-top:1px solid #4585c4; padding:10px 0; }
.select-box dd a{ text-align:center; cursor:pointer; background:#fff;  display:block; color:#474747; }
.down{ width:28px; height:100%; position:absolute; top:0; right:0; background: url(../images/seclect.png) no-repeat center center;  }
.sc_com{ width:320px;  position:relative; }
.sc_com .select-box{ width:100%; height:50px; line-height:50px;  }
.select-box dd.on{ display: block; }
.select-box dd{ top:50px; }
.select-box dd a{ line-height:20px; padding:5px; text-indent:0; }
.seclect_w.open{ z-index:10; }
.ieopen .select-box{ z-index:11; }
.ie7  .ieopen{ z-index:10; }
.select-box .select_a{ max-height:180px; }
.select-box .mCSB_inside > .mCSB_container{ margin-right:0; }
.select-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background:#4169a6 !important; }


/*header*/
.menu_h{display: none;}
.header{ position: relative; z-index:999; }
.header .top{ background:#015128; line-height:38px; overflow: hidden; text-align: right; position: relative; z-index:10; }
.header .top a{ padding:0 14px; float: right; color:#fff;  font-size:12px;}
.header .top .en{ text-transform: uppercase; font-family: 'futuramedium'; margin-right: 8px; }
.header .top a.on{ background:#01763a; }


.header .nav{ height:110px;  }
.header .nav .wrap{ padding-top:14px; }
.header .nav .logo{ float: left; width:102px; height:86px; padding:0 55px 0 10px; }
.header .nav .logo img,.header .nav .logo>a{ display: block; height:100%; }
.header .navList{ float: left; }
.header .navList li{ float: left; position: relative; min-width: 94px;}
.header.guke .navList li{min-width:auto;}
.header.guke .navList li .one{padding:0 11px !important;}
.header.guke .navList li.on .one{color:#333333;font-size:22px;}
.header.guke .nav .logo{padding-right:0px;}
.header.guke .return {float:right;height:96px;line-height:96px;}
.header.guke .return  a{font-size:12px;color:#333333;display:inline-block;width:94px;height:28px;line-height:28px;border:1px solid #dedede;border-radius:6px;text-align:center;}
.header .navList li .one{position: relative;display: block; padding:0 15px; line-height:96px; font-size:16px; -webkit-transition:all 0.3s; transition:all 0.3s; }
.header .navList li .one .open{
    display: none;
}
.header .shareNav{ float: right; padding-top:30px; position: relative; }
.header .shareNav>a{ display: block; float: left; margin-left: 10px; font-size:12px; }
.header .shareNav .a1{ border:1px solid #dedede; line-height:30px; width:68px; text-align: center; border-radius:10px;  behavior: url(css/PIE.htc);}
.header .shareBtn{ margin-right: 13px; }

.header .shareNav .a1:hover{ border-color:#01763a; color:#fff; background:#01763a; }
.header .seachBtn{ background:url(../images/head_sea.png) no-repeat center; height:32px; width:32px; }
.header .shareBtn{ background:url(../images/head_share.png) no-repeat center; height:32px; width:32px; }
.header .seachBtn:hover,.header .seachBtn.on{ background-image:url(../images/head_sea1.png); }
.header .shareBtn:hover,.header .shareBtn.on{ background-image:url(../images/head_share1.png); }

.header .share_w{ position: absolute; width:60px; height:215px; background:#fff; right:0; top:96px; -webkit-box-shadow: 0px -2px 10px rgba(0,0,0,0.1); box-shadow: 0px -2px 10px rgba(0,0,0,0.1);  display: none;  behavior: url(css/PIE.htc);}
.header .share_w:before{ content:""; width: 100%; height: 8px; position: absolute; top:-8px; left:0%; background:url(../images/arr.png) no-repeat center; }
.header .share_w .bdsharebuttonbox a{ display: block !important; float: none !important; margin:0 auto !important; padding:0 !important; width:24px !important; height:24px !important;  }
.header .share_w .bdsharebuttonbox { padding-top:18px; }
.header .share_w .bdsharebuttonbox a + a{ margin:15px auto 0 !important; }

.header .share_w .bdsharebuttonbox .popup_sqq{ background:url(../images/qq.png) no-repeat center !important; }
.header .share_w .bdsharebuttonbox .bds_tsina{ background:url(../images/wb.png) no-repeat center !important; }
.header .share_w .bdsharebuttonbox .popup_qzone{ background:url(../images/kj.png) no-repeat center !important; }
.header .share_w .bdsharebuttonbox .popup_tqf{ background:url(../images/xl.png) no-repeat center !important; }
.header .share_w .bdsharebuttonbox .popup_wx{ background:url(../images/wx-1.png) no-repeat center !important; }
.header .share_w .bdsharebuttonbox .popup_sqq:hover{ background:url(../images/qq_a.png) no-repeat center !important; }
.header .share_w .bdsharebuttonbox .bds_tsina:hover{ background:url(../images/wb_a.png) no-repeat center !important; }
.header .share_w .bdsharebuttonbox .popup_qzone:hover{ background:url(../images/kj_a.png) no-repeat center !important; }
.header .share_w .bdsharebuttonbox .popup_tqf:hover{ background:url(../images/xl_a.png) no-repeat center !important; }
.header .share_w .bdsharebuttonbox .popup_wx:hover{ background:url(../images/wx.png) no-repeat center !important; }

.share_details{ padding-top:10px; }
.share_details .bdsharebuttonbox .popup_sqq{ background:url(../images/qq.png) no-repeat center !important; }
.share_details .bdsharebuttonbox .bds_tsina{ background:url(../images/wb.png) no-repeat center !important; }
.share_details .bdsharebuttonbox .popup_qzone{ background:url(../images/kj.png) no-repeat center !important; }
.share_details .bdsharebuttonbox .popup_tqf{ background:url(../images/xl.png) no-repeat center !important; }
.share_details .bdsharebuttonbox .popup_wx{ background:url(../images/wx-1.png) no-repeat center !important; }
.share_details .bdsharebuttonbox .popup_sqq:hover{ background:url(../images/qq_a.png) no-repeat center !important; }
.share_details .bdsharebuttonbox .bds_tsina:hover{ background:url(../images/wb_a.png) no-repeat center !important; }
.share_details .bdsharebuttonbox .popup_qzone:hover{ background:url(../images/kj_a.png) no-repeat center !important; }
.share_details .bdsharebuttonbox .popup_tqf:hover{ background:url(../images/xl_a.png) no-repeat center !important; }
.share_details .bdsharebuttonbox .popup_wx:hover{ background:url(../images/wx.png) no-repeat center !important; }


.header .seach_w{ width:200px; height:35px; background:#fff; border:1px solid #cccccc; border-radius:3px; position: absolute; right:85px; z-index:10; }
.header .inp{ width:140px; padding:0 10px; } 
.header .inp input{ padding:5px 0; line-height:25px; display: block; height:20px; width:100%; }
.header .seach_w .btn_sea{ position: absolute; width:36px; height:100%; background:url(../images/seaInp.png) no-repeat center; right:0; top:0; }

.header .secondNav{ position: absolute; width:162px; left:50%; margin-left:-81px; background:#fff; top:96px; padding:25px 0 10px; -webkit-box-shadow: 0px -2px 10px rgba(0,0,0,0.1); box-shadow: 0px -2px 10px rgba(0,0,0,0.1); opacity:0; visibility: hidden; -webkit-transition:all 0.1s; transition:all 0.1s;  behavior: url(css/PIE.htc);}
.header .secondNav:before{ content:""; width: 100%; height: 8px; position: absolute; top:-8px; left:0%; background:url(../images/arr.png) no-repeat center; }
.header .secondNav a{ display: block; line-height:1.2; padding:0 10px 15px; text-align: center; font-size:14px; -webkit-transition:all 0.3s; transition:all 0.3s; }

.header .secondNav a:hover,.header .secondNav a.on,.header .navList li .one:hover,.header .navList li.on .one{ color:#01763a; }

.pc_displayNone{ display: none; }


.header li:hover .secondNav{ opacity:1; visibility: visible;  -webkit-transition:all 0.3s;  transition:all 0.3s;  }
.ie8 .secondNav{ display: none;  }
.ie8 .header li:hover .secondNav{ display: block; }
/*footer*/
.footer{ background:url(../images/foot.jpg) no-repeat center; background-size:cover; font-size:12px; }
.footer .link{ padding:26px 0; border-bottom:1px solid #585858; color:#b2b2b2; line-height:20px; }
.footer .link .l{ float: left; padding-right: 10px; }
.footer .link .a{ overflow: hidden; }
.footer .link .a a{ color:#b2b2b2; float: left; }
.footer .link .a a{ padding-right: 21px; background:url(../images/foot_1.png) no-repeat right center; margin-right: 21px; }
.footer .link .a a.last{ margin:0; padding:0; background:none; }

.footer .copy { padding:34px 0 30px; }
.footer .copy .siteMap{ overflow: hidden; }
.footer .copy .siteMap a{ color:#b2b2b2; float: left; }
.footer .copy .siteMap a + a{ padding-left: 22px; background:url(../images/foot_1.png) no-repeat 11px center; }

.footer .copy .left{ float: left; width:50%; color:#b2b2b2; line-height:20px;  }

.footer .copy .right{ float: right; text-align: right; color:#b2b2b2; line-height:20px; width:45%; }
.footer .copy .right a{ color:#b2b2b2; }
.copy .address span{ float: left;  }
.copy .address .div{ overflow: hidden; float: none; display: block; }

.rightNav{ position: fixed; right:28px; top:50%; height:520px; margin-top:-175px; z-index:1001; }
.rightNav li{ background:#fff; position: relative; -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2); box-shadow: 0px 0px 10px rgba(0,0,0,0.2); line-height:56px; width:56px; -webkit-transition:all 0.3s; transition:all 0.3s; height:56px; text-align: center; border-radius:3px; margin-bottom: 10px; behavior: url(css/PIE.htc); }
.rightNav li .s1,.rightNav li img,.rightNav li a{ display: block; width:100%; height:100%; }
.rightNav li a{ position: relative; }
.rightNav li .s1{ -webkit-filter:alphha(opacity=100); filter:alphha(opacity=100); -webkit-transition:all 0.3s; transition:all 0.3s; opacity:1; position: absolute; top:0; left:0; }
.rightNav li .s2{ display: inline-block; vertical-align: middle; width:36px; line-height:1.3; font-size:14px; opacity:0; -webkit-filter:alphha(opacity=0); filter:alphha(opacity=0); -webkit-transition:all 0.3s; transition:all 0.3s; visibility: hidden; color:#fff; position: relative; }
.rightNav li .s3{ display: block; opacity:0; -webkit-filter:alphha(opacity=0); filter:alphha(opacity=0); -webkit-transition:all 0.3s; transition:all 0.3s; position: relative; height:100%; visibility: hidden;}

.rightNav li:hover .s3{ opacity:1; -webkit-filter:alphha(opacity=100); filter:alphha(opacity=100); visibility: visible;}
.rightNav li:hover .s2{ opacity:1; -webkit-filter:alphha(opacity=100); filter:alphha(opacity=100); visibility: visible;}
.rightNav li:hover .s1{ opacity:0; -webkit-filter:alphha(opacity=0); filter:alphha(opacity=0); visibility: hidden; }
.rightNav li:hover{ background:#01763a; }

.goto{ display: none; }
.w_1366 .rightNav{ height:350px; margin-top:-175px; right:5px; }
.w_1366 .rightNav li{ width:40px; height:40px; line-height:40px; }
.w_1366 .rightNav li .s2{ font-size:12px; width:30px; }

.rightNav .w .r_ewm{ position: absolute; width:120px;  top:50%; margin-top:-85px; right: 78px; padding:15px;border-radius:10px; background:#fff;behavior: url(css/PIE.htc); -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2); box-shadow: 0px 0px 10px rgba(0,0,0,0.2); opacity:0; -webkit-filter:alphha(opacity=0); filter:alphha(opacity=0); visibility: hidden; }
.rightNav .w .r_ewm i{ height:100%; right: -8px; position: absolute; width:8px; top:0; background:url(../images/arr2.png) no-repeat center; }
.rightNav .w:hover .r_ewm{ opacity:1; -webkit-filter:alphha(opacity=100); filter:alphha(opacity=100); visibility: visible; }
.w_1366 .rightNav .w .r_ewm{ right: 60px; }
.rightNav .w.li4 .r_ewm{width:135px;height:135px;margin-top:-80px;padding:0;}
.logo_name{ display:none}

.list-content{position:relative;}
.list-content.mt10{margin-top:10px;}
.list-content a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/* 专家列表  */
.expert-list li{float:left; margin:0 0.5%;padding-top:10px;border: 1px solid #e4e4e4;width: 48%;box-sizing:border-box;position:relative;margin-bottom:40px;}
.expert-list li .expert-info{padding-left:144px;padding-right:15px;height:150px;position:relative;margin-bottom:17px;}
.expert-list li .expert-det{padding-right:240px;position:relative;height:97px;line-height:25px}
.expert-list li .expert-img{position:absolute;left:12px;top:0;width:111px;height:150px;overflow:hidden;}
.expert-list li .expert-img img{width:111px;height:150px;}
.expert-list li h2{font-weight:normal;line-height:1.1;margin-bottom:5px;position:relative;}
.expert-list li h2 .follow-num{display:block;position:absolute;right:15px;color:#999;font-weight:normal;top:3px;line-height:22px;}
.expert-list li h2 .follow-num:before{content: "\e653";font-family: "iconfont";display: inline-block;font-size: 20px;margin-right: 5px;}
.expert-list li h2 .decotor-code{position:absolute;top:-10px;right:-15px;width:32px;height:32px;overflow: visible;}
.expert-list li h2 .decotor-code i{font-size:32px;height:32px;}
.expert-list li h2 .decotor-code:after{display:none;}
.expert-list li h2 .decotor-code .code-img{display:none;position:absolute;right:110%;top:1px;background-color:#fff;z-index:1;border:1px solid #ccc;box-shadow: 0 5px 20px rgba(174, 174, 174, 0.5);}
.expert-list li h2 .decotor-code .code-img img{display:block;margin:10px;}
.expert-list li h2 .decotor-code:hover .code-img{display:block;}
.expert-list li h2 .decotor-code u{font-size:12px;display:block;text-align:center;padding:5px;background-color:#f2f2f2;}
.expert-list li strong{font-weight:normal;color:#aeaeae;}
.expert-list li h2 a{position: relative;font-size: 20px;color: #4F886E;height: 40px;}
.expert-list li h2 a:after{content: '';display: block;width: 34px;height: 3px;background: #4F886E;position: absolute;bottom: 0px;}
.expert-list li h2 span{position:absolute;top:1px;color: #BCBCBC;line-height: 22px;background-color: #f9f9f9;font-size: 12px;padding: 0 2px;margin-left: 8px;border-radius: 3px;}
.expert-list li h2 span:before{content: "\e63f";font-family: "iconfont";display: inline-block;font-size: 16px;margin-right: 1px;}
.expert-list li p{position:absolute;top:0;border-left: 1px solid #f4f4f4;right:0;width:240px;box-sizing:border-box;color:#333;font-size:13px;display:-webkit-box;height:97px;overflow:hidden;text-overflow:ellipsis;text-align:justify;word-wrap:break-word;white-space:normal;margin-bottom:0;padding-left:22px;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.expert-operate{height:39px;}
.expert-operate a{display:block;float:left;width:50%;background-color:#f2f2f2;text-align: center; height:37px; line-height:37px;font-size:16px;}
.expert-operate a i{color:#4F886E;margin-right:8px;font-size:22px;position:relative;top:2px;}
.expert-operate a:hover{background-color:#868451;color:#fff;}
.expert-operate a:hover i{color:#fff;} 
.expert-list li:nth-child(even){ float:right}

#lylx_content .lylx_ts{ height:auto; overflow:hidden; margin-bottom:30px; padding:60px 0 40px 100px;}
#lylx_content .lylx_ts p{ height:50px; line-height:25px; overflow:hidden; font-size:16px; padding-left:105px; background:url(../images/lylx_ico1.gif) no-repeat left center; width:500px; float:left;}
#lylx_content .lylx_ts .btn{ float:right; width:140px; height:40px; padding:10px 200px 0 0;}
#lylx_content .lylx_ts .btn a{ display:block; font-size:16px; line-height:38px; border-bottom:2px #95050a solid; color:#FFFFFF; background:#da0f16; text-align:center;}
#lylx_content .con{ background:#f7f7f7; margin-bottom:30px;}
#lylx_content .tit{ height:40px; line-height:40px; font-size:20px; color:#000000; background:#FFFFFF;}
#lylx_content .tit span{ display:block; width:150px; text-align:center; background:#f7f7f7;}
#lylx_content .p1{ height:100px; line-height:100px; padding-left:110px; font-size:0.2rem;}
#lylx_content h2{ height:auto; font-size:0.2rem; color:#177fc8; padding:10px 0; font-weight:normal;}
#lylx_content p{ line-height:0.25rem; font-size:0.15rem; margin-bottom:0.1rem;}
#lylx_content .p2{ height:51px; line-height:0.15rem; padding-left:35px; font-size:0.15rem; margin-top:0.3rem}
#lylx_content .lx1{ background:url(../images/lylx_pic1.jpg) no-repeat 24px 30px; background-size:100%; height:370px; padding:38px 0 0 390px;}
#lylx_content .lx2{ height:409px; background:url(../images/lylx_pic2.jpg); background-size:100%; padding-left:300px; padding-top:10px;}
#lylx_content .lx2 .p1{ background:none; padding-top:65px;}
#lylx_content .lx3{ height:409px; padding-left:380px;}
#lylx_content .lx3 .p1{ padding-top:80px; line-height:60px;background:url(../images/lylx_pic5.jpg) no-repeat left 60px;}
#lylx_content .con2{ height:auto; overflow:hidden; margin-bottom:10px; background:#f7f7f7;}
.box_bodder{ height:auto; overflow:hidden; border-bottom:1px #dadada solid; border-left:1px #eeeeee solid; border-right:1px #eeeeee solid; padding:4px;border-radius:2px;-moz-border-radius:2px; background:#FFFFFF;}


.small-banner{position:relative;overflow:hidden; background:url(../images/small-banner-bg.jpg);height:205px;}
.small-banner h1{width:100%;height:205px;letter-spacing:8px;text-align:center;color:#fff;font-size: 30px;position:absolute;top:0;left:0;z-index:1;}
.small-banner h1 span{color:#4F886E;margin-top:78px;display:inline-block;width:250px;line-height:54px;height:54px;background:url(../images/small-title-green.png) center no-repeat;}








#footer{ height:auto; overflow:hidden; background:url(../images/fbg.gif); padding-top:30px;}
#footer .footer_in{ height:auto; overflow:hidden; width:1200px; margin:0 auto 20px;}
#footer .flogo{ float:left; height:161px; width:207px; padding:10px 70px 0 0;}
#footer .fnav{ float:left; height:auto; overflow:hidden; width:540px;}
#footer .fnav dl{/* background:url(../images/fico2.png) repeat-y left top;*/ height:180px; overflow:hidden; width:180px; float:left;}
#footer .fnav dt{ width:80px; margin:0 auto; font-size:16px; background:url(../images/fico1.png) no-repeat left bottom; height:auto; overflow:hidden; padding-bottom:10px; margin-bottom:5px;}
#footer .fnav dl.w90 dt{ width:90px;}
#footer .fnav dd{ width:80px; margin:0 auto; line-height:31px; padding-bottom:2px; background:url(../images/foot_line.gif) repeat-x left bottom;}
#footer .fnav dl.w90 dd{ width:90px;}
#footer .fnav a{ color:#FFFFFF;}
#footer .fnav dd a:hover{ color:#FF0000; }
#footer .faddr{ width:365px; float:right; color:#FFFFFF;}
#footer .faddr .t{ height:135px; background:url(../images/fwx.gif) no-repeat left center; padding-left:140px;}
#footer .faddr .t p{ line-height:30px; padding:15px 0 25px 0;}
#footer .faddr .t form{ height:32px; width:216px; background:url(../images/fsearch.gif)}
#footer .faddr .t .i{ float:left; height:32px; width:175px; background:none; border:none; padding-left:4px; line-height:27px; color:#999999;}
#footer .faddr .t .btn{ float:right; height:32px; width:32px; float:right; border:none; background:none; cursor:pointer;}
#footer .faddr .b{ line-height:35px;}
#footer .faddr .b span{ font-weight:bold; color:#FFFFFF;}
#footer .faddr .b a{ color:#FFFFFF;}
#footer .faddr .b a:hover{ color:#FF0000;}
#footer .flink{ height:auto; overflow:hidden; padding-top:20px; background:url(../images/fico4.png) repeat-x; margin-bottom:10px;}
#footer .flink .fin{width:1200px; margin:0 auto;}
#footer .flink ul{ width:1000px; float:left;}
#footer .flink ul li{ float:left; padding:0 0 7px 0;}
#footer .flink ul li a{ display:block; padding:0 10px; border-right:1px #FFFFFF solid; color:#FFFFFF;}
#footer .flink ul li a:hover{ color:#FF0000;}
#footer .flink ul li.f{ height:33px; width:95px; background:url(../images/fico3.png); padding:0;}
#footer .flink .bshare{ width:190px; height:auto; overflow:hidden; float:right;}
#footer .fcopy{ height:40px; line-height:40px; overflow:hidden; text-align:right; color:#FFFFFF; background:#0f1011; padding-bottom:90px;}
#footer .fcopy p{ width:1200px; margin:0 auto; text-align:right;}
#footer .fcopy p a{ color:#FFFFFF;}
#footer .fcopy p a:hover{ text-decoration:underline;}
#footer .fcopy2{ height:40px; line-height:40px; overflow:hidden; text-align:right; color:#FFFFFF; background:#0f1011; padding-bottom:90px;}
#footer .fcopy2 .fcopy_in{ width:1200px; margin:0 auto;}
#footer .fcopy2 .fcopy_in p{ float:left;}
#footer .fcopy2 .fcopy_in .bshare{ float:right;}

#footer_btn_box{ height:90px; overflow:hidden; width:100%; position: fixed !important; position:absolute;bottom:0;_top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight):document.body.scrollTop+ (document.body.clientHeight - this.clientHeight)); z-index:99999;}
#footer_btn_box .cons{ height:90px; width:100%; position:relative;}
#footer_btn_box .cons .bg{ height:90px; width:100%; background:#1f80c1; filter:alpha(opacity=80); -moz-opacity:0.8; opacity:0.8; position:absolute; left:0; top:0; z-index:-1;}
#footer_btn_box .cons .in{ width:1200px; margin:0 auto;}
#footer_btn_box .cons .left{ width:340px; font-size:18px; height:90px; border-right:1px #59a1d1 dashed;}
#footer_btn_box .cons .left ul{ padding:12px 0 0 10px;}
#footer_btn_box .cons .left li{ height:35px; line-height:35px; color:#FFFFFF;}
#footer_btn_box .cons .left li a{ color:#FFFFFF; padding-right:5px; font-size:14px;}
#footer_btn_box .cons .left li a:hover{ color:#FFFFFF;}
#footer_btn_box .cons .con{ width:520px; float:left;}
#footer_btn_box .cons .con li{ width:129px; height:90px; overflow:hidden; float:left; border-right:1px #59a1d1 dashed;}
#footer_btn_box .cons .con li .pic{ text-align:center; height:57px; overflow:hidden;}
#footer_btn_box .cons .con li .pic img{ padding-top:12px;}
#footer_btn_box .cons .con li p{ font-size:16px; text-align:center; line-height:28px;}
#footer_btn_box .cons .con li a{ color:#FFFFFF;}
#footer_btn_box .cons .right{}
#footer_btn_box .cons .right input.i{ height:30px; line-height:30px; width:220px; color:#999999; border:none; float:left; margin-right:2px; padding-left:3px;}
#footer_btn_box .cons .right input.btn{ height:30px; line-height:30px; width:80px; text-align:center; color:#FFFFFF; border:none; background:#0e647f; font-size:15px;font-family:"Microsoft YaHei", "微软雅黑", "宋体", "SimSun", "Arial";}
#footer_btn_box .cons .right .btn_i1{ height:auto; padding:12px 0 10px 0;}
#footer_btn_box .cons .right .btn_i1 input.btn{ background:#105c8f;}
.list1,.zjtd_1{ display:block;}
.list2,.zjtd_2{ display:none}

#list .box  .item:nth-child(odd){ margin-left:0} 












@media screen and (min-width:1200px){
    *{ -webkit-box-sizing:content-box !important; box-sizing:content-box !important;  }
}
@media screen and (max-width:640px){
/*.small-banner{position:relative;overflow:hidden; background:url(../images/small-banner-bg1.jpg); background-size:100% 100%}
*/}


@media only screen and (min-width:1279px) {
	.tran_scale:hover img{transform:scale(1.05,1.05); -webkit-transform:scale(1.05,1.05); -moz-transform:scale(1.05,1.05);  }
    
}

@media only screen and (max-width:1279px) {
	#footer .footer_in{ width:984px}
	#footer .flogo{ padding:0 0 0 0}
	#footer .fnav dl{ width:130px}
	#footer .fnav{ width:410px;margin-top:10px;}
    .header .navList li .open{font-size:40px;color: #5A5A5A;position: absolute;top: 0;right: 13px;font-family: '黑体';cursor: pointer;width: 40px;text-align: right;display: block;}
    .header .navList li .one .open{display: block;}
    .header .navList li.on .open{color: #01763a;}
	.w_1366 .rightNav{ top:auto; bottom:90px; height:auto; margin-top:0; }
	.w_1366 .rightNav li{ display: none; }
    
	.menu_h { display: block; background: none; transition: 0.3s all; -webkit-transition: 0.3s all; border: none; width: 35px; height: 30px; padding: 0; outline: none; position: fixed; right: 10px; top: 18px;  z-index: 2000; }
    .menu_h::before, .menu_h::after, .menu_h span { background: #015128   ; border-radius: 2px; }
    .menu_h::before, .menu_h::after { content: ''; position: absolute; height: 4px; width: 100%; left: 0; top: 50%; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transition: -webkit-transform 0.25s; transition: -webkit-transform 0.25s; transition: transform 0.25s; transition: transform 0.25s, -webkit-transform 0.25s; }
    .menu_h span { position: absolute; width: 100%; height: 4px;  top:50%;  left: 0; overflow: hidden; text-indent: 200%; -webkit-transition: opacity 0.25s; transition: opacity 0.25s; }
    .menu_h::before { -webkit-transform: translate3d(0, -12px, 0); transform: translate3d(0, -12px, 0); }
    .menu_h::after { -webkit-transform: translate3d(0, 12px, 0); transform: translate3d(0, 12px, 0); }
    .menu-open .menu_h span { opacity: 0; }
    .menu-open .menu_h::before { -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }
    .menu-open .menu_h::after { -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }

    .header{ position: fixed; width:100%; top:0; left:0; background:#fff;  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);}
    .header .nav .logo{ width:auto; height:50px; padding:0 0 0 10px; }
	.header .nav .wrap{ padding:10px 0; }
	.header .nav{ height:auto; }
	.header .navList{ display: none; }
	.header.guke .return {display:none;}
    .header .shareNav{ display: none !important; }
	.header .shareNav{ padding-top:10px; padding-right: 60px;  }
    
    .pc_displayNone{ display: block; }

	 body{ padding-top:73px; }
	.guide{ margin-top: -109px;}

    .header .navList{ position: fixed; height:100%; overflow: auto; right: 0; background:rgba(255,255,255,0.95); top:73px; width:100%; display: none; border-top:1px solid #ececec; }
    .header .navList li{ float: none; width:100%; text-align: center; }
    .header .navList li .one{ line-height:60px; }
    .header .navList ul{ padding:60px 0; }
    .header .secondNav{ position: static; display:none; opacity:1; filter:alpha(opacity=100); visibility: visible; background:none; width:100%; -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0); box-shadow: 0px 0px 0px rgba(0,0,0,0); border:1px solid #ececec; border-left:0; border-right:0; margin:0; }
    .header .navList li.on .secondNav{ display: block;  }
    .header .navList .pc_displayNone{ width:80%; background:#015128; margin:0 auto; color:#fff; border-radius:0.1rem; margin-top:0.2rem; }
    .header .navList .pc_displayNone a{ color:#fff;  }
    

    .wrap{ width:984px;  }

    .footer .copy .left,.footer .copy .right{  text-align: left; width:40%; padding-bottom:10px; }
    .footer .copy .siteMap a{ display: inline-block; float: none; }

    .footer .link .l{ float: none; display: block; }
    .footer .link .a a{ background:none !important; padding:0 20px 0 0 !important;  }
	.logo_name{    
	display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    font-size: 0.4rem;
    line-height: 45px;
	color:#01763A;
	}

}

@media only screen and (max-width:1024px) {
}

@media only screen and (max-width:1023px) {
	.rightNav{ display: block; }
	.fnav{ display:none}
	#footer .footer_in{ width:710px;}
    .wrap{ width:710px;  }
}


@media only screen and (max-width:750px) {
	.list1,.zjtd_1{ display:none;}
	.list2,.zjtd_2{ display:block}
	.footer .copy .left, .footer .copy .right{ width:98%}
     .copy .address span{ text-align:left}
	.footer p{ text-align:left}
	.footer p{ text-align:left}
	.footer .copy{ padding:24px 0 20px}
	.footer .copy .siteMap{ padding-bottom:10px;}
	 #footer .footer_in{ padding:0 0.2rem}
	 #footer .faddr{ font-size:0.2rem; width:100%;}
	 #footer .faddr .b span{ font-weight:normal}
	 #footer .faddr .b{ text-align:center}
	 #footer .footer_in{ width:99%; padding:0}
	.flogo{ display:none}
   
    .header .navList li .one{ line-height:40px; }
    .header .navList li .open{font-size: 26px;width: 40px;}
    body{ font-size:0.24rem; }
    .header .navList ul{ padding:0.6rem 0; }
    .wrap{ width:auto; padding:0 0.2rem;  }

    .w_1366 .rightNav li{ width:30px; height:30px; }
    .footer .link{ display: none; }
    .copy .address .div b{ display: inline-block; }
    

    .share_details{ display: none; }


}

@media only screen and (max-width:320px) {
    body,.header,.footer,.body_box{ width:320px; }

    .copy .address span{ text-align:left}
	.footer p{ text-align:left}
	.footer .copy{ padding:14px 0 20px}
	.footer .copy .siteMap{ padding-bottom:10px;}
}