*{box-sizing:border-box;margin:0;padding:0;color:#393939;list-style:none;line-height:100%;}
body{font-family:Microsoft YaHei,sans-serif;}
a,body{font-size:14px;}
a{text-decoration:none;}
em,i{display:block;font-style:normal;}
:focus{outline:0;}
.gy{margin:0 auto;width:100%;max-width:1400px;}
.icon{overflow:hidden;width:1em;height:1em;vertical-align:-.15em;fill:currentColor;}
.product_content img{max-width:100%}
@font-face {
  font-family: 'iconfont';  /* Project id 1490935 */
  src: url('../fonts/font_1490935_5k2retsrvst.eot'); /* IE9 */
  src: url('../fonts/font_1490935_5k2retsrvst.eot') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/font_1490935_5k2retsrvst.woff2') format('woff2'),
       url('../fonts/font_1490935_5k2retsrvst.woff') format('woff'),
       url('../fonts/font_1490935_5k2retsrvst.ttf') format('truetype'),
       url('../fonts/font_1490935_5k2retsrvst.svg') format('svg');
}

@font-face {
    font-family: 'JYT';
    src: url('../fonts/jyt.eot.txt');
    src: url('../fonts/jyt.eot.txt') format('embedded-opentype'),
        url('../fonts/jyt.woff2.txt') format('woff2'),
        url('../fonts/jyt.woff.txt') format('woff'),
        url('../fonts/jyt.ttf.txt') format('truetype'),
        url('../fonts/jyt.svg.txt#jyt') format('svg');
}

/*header*/
.head_c{height:160px;align-items:center;}
.head_c,.nav_c{display:flex;justify-content:space-between;}
.nav_c{width:66%;height:100%;}
.nav_c li a{display:flex;height:100%;flex-direction:column;justify-content:center;align-items:center;}
.nav_c li a i{font-size:16px;}
.nav_c li a b{padding-top:6px;color:#ccc;font-weight:400;font-size:12px;}
.nav_c>li.on>a,.nav_c>li:hover>a{background:#009839;}
.nav_c li{width:12.5%;}
.nav_c>li.on>a b,.nav_c>li.on>a i,.nav_c>li:hover>a b,.nav_c>li:hover>a i{color:#fff;font-weight:700;}
.head_bc{position:relative;}

/*下拉*/
.drop { border-radius:0 0 5px 5px;opacity: 1; text-align:center;position: absolute;box-shadow: 0 20px 20px rgba(0,0,0,0.08);z-index: 9;top: 110%;left: 0;width:100%;text-align: center;background: rgba(255,255,255,0.9);visibility: hidden;opacity: 0;transition: 0.3s ease all; display:flex; justify-content:center;}
.drop li{width: 10%;height: 60px;display: flex;align-items: center;}
.drop li>a {font-size: 16px;width: 100%;text-align: center;color: #393939;}
.nav_c>li:hover .drop{visibility: visible;opacity: 1;top: 100%;}
.drop li>a:hover{color:#009839;}

/*search*/
.searchIcon>span{display:block;width:34px;height:34px;border-radius:100%;background:#009839;color:#fff;text-align:center;font-size:22px;line-height:34px;}
.searchIcon:hover>div{transform:rotateX(0);}
.slideDown{position:absolute;top:100%;right:0;z-index:999;overflow:hidden;width:100%;height:194px;background:hsla(0,0%,98%,.9);text-align:center;font-size:0;transition:all .5s;transform:rotateX(90deg);transform-origin:top;}
.slideDown .searchBox{display:inline-block;overflow:hidden;margin-top:50px;margin-bottom:18px;width:75%;height:66px;min-width:1300px;border-radius:50px;background:#fff;}
.slideDown .searchHot{color:#393939;font-weight:100;font-size:15px;}
.slideDown .searchHot a{color:#393939;font-size:16px;}
.slideDown .searchBox input[type=text]{float:left;margin-left:25px;width:840px;height:100%;outline:0;border:none;background:0 0;color:#666;font-size:14px;line-height:60px;}
.search-bg{float:left;padding-left:10px;width:90%;height:66px;line-height:60px;}
.search-i{float:left;overflow:hidden;margin-top:18px;width:32px;height:32px;}
.nav_r{float:right;width:6.5vw;}
#infoname{padding-left:50px;width:100%;height:66px;outline:0;border:none;background:0 0;color:#d2d1d1;line-height:60px;}
.searchIcon{display:flex;height:100%;align-items:center;}

/*幻灯片*/
.banner{overflow:hidden;width:100%;position: relative;}
.banner-box{ min-width:1400px;height:700px;position:relative;margin:0 auto; }
.banner-box .bd, .banner-box .bd ul{ width:100% !important;}
.banner-box .bd li{width:100% !important;height:700px;background-position:center;background-color:#eee;}
.banner-box .bd li a{display:block;background-size:auto;width:100%;height:80%;position:relative;z-index: 9;}
.banner-btn{width:100%;position:absolute;bottom:0;left:0;margin-left:0;height:60%;overflow:hidden;}
.banner-btn a{ display:block;width:49px; height:104px;position:absolute;top:0;filter:alpha(opacity=0); -moz-opacity:0;-khtml-opacity:0; opacity:0; transition:0.3s all ease-in-out; z-index: 9;}
.banner-btn a.prev{ left:-50px;background:url(../images/20211231203125_1275303957.png) no-repeat 0 0; }
.banner-btn a.next{ right:-50px;background:url(../images/20211231203125_1275303957.png) no-repeat -49px 0;}
.banner-box .hd { position:absolute;bottom:8%;width:100%;display:block;}
.banner-box .hd ul{ text-align:center}
.banner-box .hd ul li{ width:10px; height:10px;border-radius:50%;text-indent:-9999px;background:#fff; cursor:pointer; display:inline-block; margin:0 5px; transition:0.3s all ease-in-out}
.banner-box .hd ul li.on{ background:#009839;border-radius:50px;width:50px;height:10px;}
.banner-box:hover .banner-btn a.prev{left:20px;filter:alpha(opacity=40);-moz-opacity:.4;-khtml-opacity:.4;opacity:.4; }
.banner-box:hover .banner-btn a.next{right:20px;filter:alpha(opacity=40);-moz-opacity:.4;-khtml-opacity:.4;opacity:.4; }
.banner-box .banner-btn a.prev:hover,.banner-box:hover .banner-btn a.next:hover{ filter:alpha(opacity=80); -moz-opacity:.8; -khtml-opacity:.8; opacity:.8; }


/*banner*/
.bann{overflow:hidden;}
.slider{width:100%;}
.slick-slide{height:auto;}
.slick-slide img{width:100%;}
.slick-prev{left:38px;z-index:99;}
.slick-next{right:40px;}
.bann>button{display:none!important;}
.ban_bc{position:relative;width:100%;}
.slick-dotted.slick-slider{margin-bottom:0!important;}
.bann_num>span{z-index:999;display:block;color:#fff;font-size:30px;cursor:pointer;}
.bann_num>.ban_prev{position:absolute;top:50%;left:40px;transform:rotate(180deg);}
.bann_num>.ban_next{position:absolute;top:50%;right:40px;}
.ban_dot{position:absolute;bottom:46px;left:50%;display:flex;margin-left:-33px;}
.ban_dot li{width:12px;height:12px;border-radius:100%;background:#fff;}
.ban_dot li+li{margin-left:12px;}
.ban_dot li button{display:none;}
.ban_dot li.slick-active{background:#009839;}

/*电话广告*/
.dhg_c{position:relative;display:flex;height:140px;justify-content:space-between;}
.dhg_c b{width:50%;background:#009839;font-size:36px;line-height:140px;}
.dhg_c b,.dhg_c b span{color:#fff;}
.dhg_c p{display:flex;width:46%;align-items:center;}
.dhg_c:before{position:absolute;top:0;left:-500px;z-index:-1;width:500px;height:100%;background:#009839;content:"";}
.dhg_bc{overflow:hidden;}

/*特点*/
.g_pp{padding:100px 0;background:url(../images/20211229104115_176616897.jpg) no-repeat center;}
.g_pp .pptit{display:flex;justify-content:space-between;}
.g_pp .pptit h2{position:relative;float:left;margin-left:-12px;padding:10px 0 0 10px;width:520px;background:url(../images/20211231202226_372217358.png) no-repeat;color:#282828;font-weight:400;font-size:28px;}
.g_pp .pptit h2 b{display:block;padding:10px 0;font-size:52px;}
.g_pp .pptit p{position:relative;float:right;padding-top:48px;width:675px;color:#393939;font-size:16px;line-height:26px;transition:all .3s linear 0s;}
.g_pp .pptit p:before{position:absolute;top:16px;left:0;width:60px;height:2px;background:#282828;content:"";transition:all .3s linear 0s;}
.g_pp .pptit p:hover:before{width:675px;background:#009839;}
.g_pp .pptit p:hover{color:#009839;transform:translateX(-10px);}
.g_pp dl{display:flex;width:11%;min-width:154px;flex-direction:column;}
.g_pp .lastdl{margin-right:0;}
.g_pp dt{margin-top:34px;color:#393939;font-size:14px;line-height:22px;}
.g_pp dd,.g_pp dt{transition:all .3s linear 0s;}
.g_pp dd{display:flex;}
.g_pp em{float:left;width:72px;}
.g_pp span{float:left;width:105px;color:#282828;font-size:24px;line-height:30px;}
.g_pp span b{display:block;}
.g_pp dl:hover dd{transform:translateY(-5px);}
.g_pp dl:hover dt{transform:translateY(5px);}
.td_c>i{margin:50px 0 70px;width:100%;height:2px;background:rgb(0 0 0 / 0.05);}
.m_pp{display:flex;justify-content:space-between;}
.g_pp dd svg{margin-right:8px;width:54px;height:54px;}
img.zicoimg{margin-right:4px;width:46px;height:46px;}
/*products*/
.pro_tit{text-align:center;position: relative;z-index: 2;}
.pro_tit i{position:relative;display:inline-block;font-size:60px;font-family: 'JYT';}
.pro_tit em{margin-top:15px;font-size:16px;}
.pro_bc{padding:80px 0;;background:url(../images/20211229135152_1183810849.png) no-repeat top right;}
.pro_tit i:after{top:-14px;right:-10px;width:45px;height:45px;border-radius:100%;background:#009839;}
.pro_bc:after,.pro_tit i:after{position:absolute;z-index:-1;content:"";}
.pro_cate{margin:40px 0 60px;}
.pro_cate ul{display:flex;justify-content:center;}
.pro_cate li a{font-size:16px;}
.pro_cate li+li{margin-left:40px;}
.pro_cate li{position:relative;}
.pro_cate li+li:after{position:absolute;top:1px;left:-23px;content:"/";font-size:16px;}
.pro_ic .divproduct_new_div{overflow:hidden;}
.pro_ic .divproduct_new_div_item{position:relative;overflow:hidden;width:24.2%;}
.divpro_box{display:flex;overflow:hidden;justify-content:space-between;}
.divpro_box+.divpro_box{margin-top:20px;}
.pro_ic .product_div_item_pic img{width:100%;height:auto;}
.pro_ic .divproduct_new_div_item_content{position:absolute;top:-100%;left:-100%;width:100%;height:100%;background:rgba(0,151,68,.8);color:#fff;display: flex;align-items: center;justify-content: center;flex-flow: column;}
.pro_ic .divproduct_new_div_item_body{}
.pro_ic .divproduct_new_div_item_a{display:block;height:50px;text-align:center;font-size:20px;line-height:50px;color: #fff;}
.pro_ic .divproduct_new_div_item_content>a{display:block;margin:25px auto;width:126px;height:36px;border:1px solid #fff;color:#fff;text-align:center;line-height:36px;}

/*adv*/
.adv_img p+p{display:none;}
.adv_c{position:relative;display:flex;}
.adv_c ul{width:14.3%;}
.adv_c li b{display:block;color:#e3e3e3;font-size:43px;}
.adv_c li i{margin:20px 0 14px;color:#646464;font-size:20px;}
.adv_c li em{color:#949494;text-transform:uppercase;font-size:12px;}
.adv_c ul li{display:flex;height:200px;background:#fff;flex-direction:column;align-items:center;justify-content:center;}
.adv_c ul li.on{background:#eff0f2;}
.adv_c ul li.on *{color:#393939;}
.adv_bc{position:relative;overflow:hidden;}
.adv_img p{position:absolute;top:0;left:0;}
.adv_cc{right:0;width:85.7%;height:200px;background:#eee;}
.adv_cc,.adv_item{position:absolute;bottom:0;}
.adv_item{left:0;display:flex;padding:0 5%;height:100%;align-items:center;justify-content:space-between;}
.adv_item+.adv_item{display:none;}
.adv_c ul li+li{border-top:1px solid #e4e4e4;}
.adv_lc>i{font-weight:700;font-size:20px;}
.adv_lc>i span{color:#999;text-transform:uppercase;font-weight:400;font-size:13px;}
.adv_lc>p{margin-top:20px;color:#666;font-size:17px;line-height:32px;}
.adv_lc{width:52%;}
.adv_item>i{width:1px;height:122px;background:#ddd;}
.adv_rc>p{font-size:19px;}
.adv_rc>p span{display:inline-block;margin-right:14px;font-weight:700;font-size:26px;}
.adv_rc>b{display:block;margin:14px 0 18px;font-size:26px;}
.adv_rc>i{color:#666;font-size:18px;}

/*case*/
.cas_ic .divdgweb_new_div{display:flex;transition:all .5s;}
img.news_div_item_image{width:100%;border:1px solid #eee;}
.cas_ic .divdgweb_new_div_item{display:flex;margin-right:2%;padding-bottom:50px;width:28%;border-bottom:1px solid #ddd;flex-shrink:0;flex-direction:column-reverse;}
.cas_ic{overflow:hidden;}
.cas_ic .divdgweb_new_div_item_a{position:relative;display:block;margin:34px 0;font-size:18px;}
.cas_ic .divdgweb_new_div_item_a:after{position:absolute;top:48px;left:0;color:#666;content:"More";font-size:12px;transition:.5s;}
.cas_ic .divdgweb_new_div_item_a:before{position:absolute;top:48px;left:46px;width:18px;height:18px;border-radius:100%;background:#999;color:#fff;content:"\e63a";text-align:center;font-size:12px;font-family:iconfont;line-height:18px;transition:.5s;}
.cas_ic .divdgweb_new_div_item_body{overflow:hidden;height:14px;color:#666;font-size:13px;opacity:0;transition:.5s;}
.cas_bc{padding:80px 0;}
.cas_ic .divdgweb_new_div_item.on{width:40%;}
.cas_btn{position:absolute;top:0;left:42.5%;z-index:99;display:flex;}
.cas_btn span{display:inline-block;width:60px;height:60px;border:1px solid #393939;background:#393939;color:#fff;text-align:center;font-size:23px;line-height:60px;}
.cas_btn span+span{background:#fff;color:#393939;}
.cas_btn .cas_prev{transform:rotate(180deg);}
.cas_c{position:relative;}
.cas_wz{position:absolute;top:0;right:0;z-index:99;display:flex;align-items:center;}
.cas_lw>i{color:#999;text-transform:uppercase;}
.cas_lw p{display:flex;margin-top:8px;}
.cas_lw p em{padding-top:6px;border-top:1px solid #eee;color:#666;font-size:32px;}
.cas_lw p b{margin-left:10px;font-size:40px;}
.cas_wz>a{margin-left:72px;width: 80px;height: 80px;border:1px solid #ddd;border-radius:100%;color:#ddd;text-align:center;font-size: 40px;line-height: 80px;}
.cas_ic .divdgweb_new_div_item.on .divdgweb_new_div_item_body{opacity:1;}
.cas_ic .divdgweb_new_div_item.on .divdgweb_new_div_item_a:before{top:0;right:3%;left:auto;}
.cas_ic .divdgweb_new_div_item.on .divdgweb_new_div_item_a:after{top:0;right:8.5%;left:auto;}

/*模式*/
.ms_bc{padding:80px 0 0;background:#f5f5f5;}
.ms_icc{position:relative;margin-top:60px;}
.ms_ic{display:flex;}
.ms_lc{position:relative;width:57%;}
.ms_lc img{width:100%;}
.ms_rc{padding:4% 0 0 4.5%;width:43%;height:770px;background:url(../images/20211231184002_1851762766.jpg) no-repeat 50%;}
.ms_lc>p{position:absolute;top:0;left:0;width:100%;}
.ms_lc>p+p{display:none;}
.ms_tab{display:flex;margin-bottom:12%;}
.ms_tab li{position:relative;padding-bottom:20px;color:#fff;font-size:15px;cursor:pointer;}
.ms_tab li:after{position:absolute;bottom:0;left:50%;width:100%;height:3px;content:"";opacity:0;transition:.5s;transform: scale(0);margin-left: -50%;background: #fff;}
.ms_tab li+li{margin-left:10%;}
.ms_tab li.on:after{opacity:1;transform: scale(1);}
.ms_cc{position:relative;}
.ms_item{position:absolute;top:0;left:0;}
.ms_item+.ms_item{display:none;}
.ms_item>b{display:block;color:#fff;font-size:64px;}
.ms_item>p{margin-top:45px;width: 70%;color:#fff;font-size: 15px;line-height: 30px;}
.ms_num{bottom:16.2%;left:16%;color:#fff;font-size:160px;font-family: fantasy;}
.ms_num,.ms_qt{position:absolute;}
.ms_qt{bottom:11%;left:15.5%;display:flex;width:54.5%;align-items:center;justify-content:center;}
.ms_qt>em{color:#fff;font-size:24px;}
.ms_qt>p{margin:0 22px;width:75%;height:1px;background:#009839;}
.ms_qt>p>i{width:25%;height:1px;background:#009839;transition:all.5s;}
.ms_btn>span{display:block;width:60px;height:60px;border:2px solid #fff;border-radius:100%;color:#fff;text-align:center;font-size:21px;line-height:58px;}
.ms_btn{display:flex;}
.ms_btn>span+span{margin-left:15px;}
.ms_prev{transform:rotate(180deg);}

/*解决方案*/
.ja_c {}
.dz_con{display:flex;margin-top:80px;}
.dz_con dl{position:relative;width:33.33%;transition:all .5s;}
.dz_con dt,.dz_con dt img{display:block;width:100%;}
.dz_con dd{padding:0 50px;height:266px;background:#fff;}
.dz_con dd h3{display:block;padding-top:48px;padding-bottom:20px;color:#393939;font-weight:700;font-size:24px;font-family:serif;line-height:24px;}
.dz_con dd p{color:#848484;font-size:14px;line-height:22px;}
.dz_con dl:hover{position:relative;z-index:50;margin-top:-50px;margin-right:-3.34%;margin-left:-3.34%;width:40%;box-shadow:0 0 20px rgba(0,0,0,.1);}
.dz_con dl:hover dd{height:327px;}
.dz_con dl:hover dd p{width:366px!important;}
.dz_con dl:hover dd .zx{margin-top:56px;}
.dz_con dl:hover dd .zx span,.dz_con dl:hover dd .zx em{color: #fff;}
.dz_con dd i{position:absolute;top:0;left:0;display:block;width:83px;height:78px;background:url(../images/20211231201331_164268540.png) no-repeat 50%;color:#fff;text-align:center;letter-spacing:2px;font-size:14px;line-height:66px;}
.dz_con .zx{margin:36px 0 0;width:175px;height:48px;border:2px solid #009839;border-radius:24px;color:#393939;text-align:center;font-weight:400;font-size:16px;line-height:48px;display: flex;align-items: center;justify-content: center;}
.dz_con .zx,.dz_con .zx em{overflow:hidden;-o-transition:all .3s ease;transition:all .3s ease;}
.dz_con .zx em{margin-left:9px;font-size: 20px;}
.dz_con .zx em img{display:block;width:21px;height:20px;}
.dz_con dl:hover dd em img:first-child{margin-top:-20px;}
.dz_con dl:hover dd .zx{border-color:#009839;background:#009839;}
.dz_con .zx span{display:inline-block;margin-right:10px;color:#393939;font-weight:400;font-size:16px;line-height:44px;-o-transition:all .3s ease;transition:all .3s ease;}
.dz_con button{display:none!important;}
.ja_bc{padding:80px 0;}

/*about*/
.big_bc{background:url(../images/20211231201400_845289566.jpg) no-repeat bottom;}
.biaoti{float:right;width:230px;}
.biaoti img{display:block;margin-bottom:22px;}
.biaoti h3{margin-left:32px;padding-left:62px;background:url(../images/20211231190159_495342674.png) no-repeat 2px;color:#393939;font-weight:700;font-weight:400;font-size:30px;font-family:simsun;line-height:28px;}
.biaoti>b{display:block;margin-bottom:16px;text-align:right;text-transform:uppercase;font-size:58px;}
.biaoti h3 a{font-weight:400;font-size:30px;font-family:simsun;}
.ab_bc{height:922px;background:url(../images/20211231184238_1708843933.png) no-repeat 0 0;}
.ab_c{display:flex;padding-top:60px;flex-direction:column;align-items:flex-end;}
.ab_info{margin:34px 0 20px;width:40%;color:#666;font-size:16px;line-height:40px;}
.ab_c>i{color:#fff;text-transform:uppercase;letter-spacing:10px;font-weight:700;font-size:136px;font-family:Arial,Helvetica,sans-serif;line-height:40px;-webkit-text-stroke:1px #cddbd4;}
ul.ab_nav{display:flex;margin-top:10px;width:1114px;height:128px;border-radius:70px;background:#fff;box-shadow:1px 1px 30px rgba(1,164,83,.1);align-items:center;justify-content:space-between;}
.ab_nav span{display:block;margin-right:23px;width:72px;height:72px;border-radius:100%;background:#009839;color:#fff;text-align:center;font-size:32px;line-height:72px;}
.ab_nav li{display:flex;width:23%;font-size:32px;align-items:center;justify-content:center;}
.ab_nav li a{font-size:20px;}
.ab_yy{width:685px;height:277px;background:url(../images/20211231184254_1964178885.png) no-repeat 50%;}
.yy{margin:3% 0 0 18%;padding:12px;width:142px;height:204px;background:url(../images/20211231184326_968238546.png) no-repeat 50%;}
.yy img{width:118px;height:180px;}


.ab_nav span img.aboutico{display:block;margin-right:23px;width:72px;height:72px;border-radius:100%;background:#009839;color:#fff;text-align:center;font-size:32px;line-height:72px;}

/*news*/
.new_tt{align-items:center;}
.new_tt,.new_tt ul{display:flex;justify-content:space-between;}
.new_tt ul{padding-top:38px;width:38%;border-top:1px solid #eee;}
.new_tt li i{display:block;color:#999;font-size:12px;text-transform: capitalize;}
.new_tt li em{margin-top:16px;font-size:18px;}
.new_tt li.on em{color:#009839;}
.new_tt .biaoti{width:auto;}
.new_tt .biaoti h3{margin-left:0;}
.new_ic{display:flex;margin-top:60px;transition:all .5s;}
.new_ic .news_div{display:flex;width:100%;flex-wrap:wrap;justify-content:space-between;flex-shrink:0;}
.new_ic .news_div_item{display:flex;padding:34px;width:49.2%;border:6px solid #0098393d;border-radius:5px;transition:.5s;align-items: center;}
.new_ic .news_div_item_image{border:none;transition:1s;}
.new_ic .news_div_item:nth-child(n+3){margin-top:24px;}
.new_c{overflow:hidden;}
.new_ic .news_div_item_day{position:absolute;top:0;left:6px;font-weight:700;font-size:36px;}
.new_ic .news_div_item_month{font-size:14px;}
.new_ic .news_div_item_date{position:relative;display:flex;padding-top:54px;width:55px;height:58px;text-align:center;}
.new_ic .news_div_item_year{font-size:14px;}
.new_ic .news_div_item_day:after{position:absolute;bottom:-9px;left:0;width:44px;height:1px;background:#eee;content:"";}
.new_ic .news_div_item_a{font-size:18px;}
.new_ic .news_div_item_body{margin-top:22px;width:86%;font-size:15px;line-height:32px;}
.new_ic .news_div_item_content{margin:0 0 0 38px; width:352px;}
.new_ic .news_div_item_pic{width:195px;}
.new_bc{padding-bottom:80px;}
.new_ic .news_div_item:hover{border:6px solid #009839;}
.new_ic .news_div_item:hover .news_div_item_a{color:#009839;}
.new_ic .news_div_item_pic a{display:block;overflow:hidden;}
.new_ic .news_div_item:hover .news_div_item_image{transform:scale(1.1);}

/*link*/
.linksBox{display:flex;padding-bottom:50px;align-items:center;}
.linksBox .tit{width:144px;height:38px;background:url(../images/20211230134430_479206983.png) no-repeat 0;text-align:center;font-size:16px;}
.linkTagcs{margin-left:40px;width:auto!important;}
.linkTagcs a{color:#999!important;font-size:15px;}

/*copy*/
/*message*/
input,textarea{outline:0;border:none;}
textarea{overflow:auto;resize:none;}
.adbt b{display:block;color:#393939;text-align:center;font-weight:400;font-size:50px;}
.from_tab{overflow:hidden;padding-left:26px;width:100%;border-radius:30px;background:#fff;}
.from_tab,.from_tab>div{display:flex;justify-content:space-between;}
.from_tab>div{width:25%;align-items:center;}
.col4{float:left;height:60px;}
.col4 span,.lyan span{position:relative;padding-left:12px;border-left:1px solid #eee;color:#666;font-size:22px;}
.col4 input{margin-left:10px;width:100%;height:100%;background:0 0;color:#222;font-size:18px;}
.from_tab #tianxieone{width:30%;}
.from_tab #tianxiethree{display:flex;width:100%;height:60px;align-items:center;}
.from_tab #tianxiethree span{display:inline-block;padding-left:14px;border-left:1px solid #eee;color:#d2d2d2;font-size:22px;}
.from_tab #tianxiethree>input{margin-left:10px;width:58px;height:100%;background:0 0;color:#999;font-size:16px;line-height:60px;border: none;}
.from_tab #tianxiethree #authcode{width:136px;}
.feedback_btn{float:right;margin-left:10px;width:213px;height:60px;text-align:center;}
.feedback_btn .btns{width:100%;background:#fea322;color:#fff;font-size:18px;line-height:60px;cursor:pointer;}
.froms_feedback{padding-top:68px;}
.col4.name>span{border-left:none;}
.lyan textarea{padding:0 0 0 10px;width:100%;height:60px;outline:0;background:0 0;color:#393939;font-size:16px;font-family:Arial;line-height:60px;}
.fea_bc{position:relative;padding:80px 0 0;height:830px;background:41af00;}
.lyan{height:60px;}
.footer{position:relative;background:url(../images/20211231193055_474970257.jpg) center 0 no-repeat;font-size:14px;}
.footer .fooBox{z-index:1;margin-top:70px;padding:50px 55px;height:400px;border-radius:10px;background:#fff;box-shadow:1px 1px 20px rgba(0,0,0,.1);color:#393939;}
.footer .fooBox .tit{display:flex;font-size:26px;line-height:1;align-items:flex-end;}
.footer .fooBox .tit i{margin-left:12px;vertical-align:bottom;font-size:18px;font-family:Arial;line-height:14px;}
.footer .fooBox a{color:#393939;}
.footer .fooBox a:hover{color:#009839;text-decoration:underline;}
.footer .footNav{display:flex;margin:40px 0 50px;align-items:center;justify-content:space-between;}
.footer .footNav dl{position:relative;float:left;display:flex;width:50%;}
.footer .footNav dl dt{float:left;width:100px;background:url(../images/20211231192937_673785523.png) right 17px no-repeat;line-height:1;}
.footer .footNav dl dt span{display:block;font-size:18px;}
.footer .footNav dl dt i{display:block;margin-top:12px;color:#999;font-size:14px;font-family:Arial;line-height:12px;}
.footer .footNav dl dd{overflow:hidden;margin-top:8px;padding-left:10px;width:408px;height:30px;}
.footer .footNav dl dd a{float:left;display:block;overflow:hidden;margin-right:10px;margin-left:20px;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:30px;}
.footer .footNav dl dd a:hover{-webkit-transform:translateX(5px);transform:translateX(5px);}
.footer .footNav .ewm{height:136px;}
.footer .footNav .ewm>img{float:left;display:block;padding:6px;width:136px;height:136px;border:1px solid rgba(0,0,0,.1);}
.footer .lxList ul li{display:flex;height:55px;font-size:16px;align-items:center;}
.footer .lxList .ewm{position:absolute;top:66px;right:0;width:132px;height:132px;}
.footer .lxList .ewm img{display:block;width:132px;height:132px;}
.footer .copyright{padding:36px 0 30px;text-align:center;line-height:30px;}
.footer .copyright,.footer .copyright a{color:#666;font-size:15px;}
.footer .copyright a:hover{color:#009839;text-decoration:underline;}
.footer .copyright img{margin-left:5px;min-width:18px;vertical-align:middle;}
.dl_c{display:flex;width:85%;flex-wrap:wrap;}
.footer .footNav dl:nth-child(n+3){margin-top:48px;}
.lxList ul{display:flex;justify-content: space-between;}
.lxList ul li span{margin-right:24px;width:55px;height:55px;border-radius:100%;background:#009839;color:#fff;text-align:center;font-size:30px;line-height:55px;}