﻿
/* CSS Document电脑 */
:root{
	--main_color:#005a1e;        /* 主色 */
	--main_color_rgb:0,90,30;  /* rgba */
}
@font-face{ font-family:'alimama'; src: url('/images/alimama.ttf');}
@font-face{ font-family:'Beba'; src: url('/images/BebasNeue-Bold.ttf');}
.t_left_center{ display: flex; flex-direction: column; justify-content: center;}
.flex_start{ display: flex; justify-content: flex-start; flex-wrap: wrap;}
.flex_space{ display: flex; justify-content: space-between; flex-wrap: wrap;align-items: center;}
.t_center{ display: flex; flex-direction: column; justify-content: center; align-items: center;}
.width_1600{ width:1520px; margin:0 auto;}
.container-fluid{overflow:hidden;}
.main_a{ width: 88%; margin: auto; max-width: 1280px; position:relative;}
.titles {text-align: center;width: 40%;margin: 0 auto;}
.content img {max-width: 100%;width: 100%;}
.imgD li img{transition: 0.5s;}
#box-0 .content .ftitle img{margin-left:15px;} 

.title_a h3{font-size:52px;text-align:center;    font-weight: bold;}
.more{color: #5a6470;transition: all 0.5s;}
.more:after{display: inline-block;margin-left: 2%;width: 17px;height: 6px;content: "";background: url(/images/gray.png) right center no-repeat;position: relative;z-index: 1;transition: all 0.5s;}
.more:before{display: inline-block;width: 0;height: 6px;content: "";background: url(/images/lv.png) right center no-repeat;position: relative;z-index: 1;transition: all 0.5s;}
.more:hover:after,dd:hover .more:after,.item:hover .more:after{width: 0;margin: 0;}
.more:hover:before,dd:hover .more:before,.item:hover .more:before{width: 17px;margin-right: 0.18rem;}
.more:hover,dd:hover .more{color: #00479d;}



/*侧边*/
.right-float{width:70px;position:fixed;right:2px;bottom:4%;z-index:300;}
.right-1{width:70px;height:70px;background:#fff;border-radius:6px;margin-top:1px;display:flex;justify-content:space-between;flex-wrap:wrap;align-content:center;position:relative;cursor:pointer;}
.right-1 a{width:100%;height:100%;display:block;overflow:hidden;display:flex;justify-content:space-between;flex-wrap:wrap;align-content:center;}
.right-1 samp{width:100%;overflow:hidden;display:block;text-align:center;}
.right-1 span{width:100%;display:block;overflow:hidden;text-align:center;font-size:12px;color:#929292;margin-top:6px;}
.right-phone{width:200px;height:70px;position:absolute;right:90px;top:50%;background:#fff;display:flex;justify-content:space-between;flex-wrap:wrap;align-content:center;border-radius:6px;box-sizing:border-box;padding-left:16px;opacity:0;transform-origin:right center;transform:translateY(-50%) scale(0);}
.right-phone:before{width:auto;content:"";position:absolute;right:-10px;top:50%;transform:translateY(-50%);border-left:10px #fff solid;border-top:10px transparent solid;border-bottom:10px transparent solid;}
.right-phone p{width:100%;overflow:hidden;font-size:16px;color:#222;line-height:24px;}
.right-1:hover .right-phone{transform:translateY(-50%) scale(1);opacity:1;}
.right-wx{width:180px;height:180px;position:absolute;right:90px;top:50%;background:#fff;display:flex;justify-content:space-between;flex-wrap:wrap;align-content:center;border-radius:6px;box-sizing:border-box;transform-origin:right center;transform:translateY(-50%) scale(0);}
.right-wx:before{width:auto;content:"";position:absolute;right:-10px;top:50%;transform:translateY(-50%);border-left:10px #fff solid;border-top:10px transparent solid;border-bottom:10px transparent solid;}
.right-wx img{width:100%;height:auto;border-radius:6px;}
.right-1:hover .right-wx{transform:translateY(-50%) scale(1);opacity:1;}
.right-2{width:70px;height:70px;background:var(--main_color);border-radius:6px;margin-top:1px;display:flex;justify-content:space-between;flex-wrap:wrap;align-content:center;position:relative;cursor:pointer;box-shadow:0px 0px 12px 4px rgba(0,0,0,0.04);}
.right-2 span{width:100%;overflow:hidden;text-align:center;display:block;font-size:14px;font-weight:bold;color:var(--main_color);background:url("/images/ccc.png") no-repeat top center;padding-top:12px;}
.right-2 p{width:100%;overflow:hidden;text-align:center;display:block;font-size:12px;color:#fff;}



#mould87106{ width:100%; position:fixed; top:0; left:0; background:#fff; z-index:99; transition: .6s ease-in-out;}
.navbars41{width:1600px;height:88px;margin:0 auto;display: flex;flex-direction: row;align-items: center;}
.navbars41 .logo{float:left;width: 100px;height: 100%;display: table;background:url(/images/logo.png) no-repeat;background-size:contain;background-position: center;}
.navbars41 .logo a{ display: table-cell; vertical-align: middle;}
.gp {display: flex;flex-direction: column;margin-left: 1%;border-left: 1px solid #e5e5e5; padding-left: 1%;}
.gp p {color: #999;}
.gp span {color: #222;}
.navbars41 ul{display: table;height:100%;margin:0 auto;width: 60%;}
.navbars41 li{ display: table-cell; vertical-align: middle; position:relative;}
.navbars41 .navs li:nth-child(1){display:none;}
.navbars41 li a {width: 66%;transition: .4s ease-in-out;display: flex;font-size:18px;color:#222;flex-direction: row;align-items: center;justify-content: space-between;}
.navbars41 li a p{font-size: 18px;font-weight:500;/* width: 100%; */}
.navbars41 li .hide1{width: 150px;position:absolute;top:80px;left: 22%;transform:translateX(-50%);background: #fff;padding:10px;box-sizing:border-box;border-radius:5px;display:none;box-shadow: 0 0 10px rgb(0 0 0 / 20%);}
.navbars41 li:hover .hide1{ display:block; text-align:center;}
.navbars41 li .hide1 a{ display:block; padding:0 20px;}
.navbars41 li a span {
    background: url(/images/xia.png) no-repeat;
    width: 18px;
    height: 18px;
    display: block;
    padding: 0 1%;
}
.navbars41 li .hide1 a {
    color: #333;
}

.navbars41 li:hover .hide1 a:hover p {
    color: #fff;
}
.navbars41 li:hover a p{color:var(--main_color);}
.navbars41 li:hover .hide1 p{color: #333;}
.navbars41 li:hover a span{background: url(/images/shang.png) no-repeat;}
.navbars41 li:hover .hide1{display:block;text-align:center;/* display: flex; */}
.navbars41 li .hide1 a{display: flex;/* display:block; */width: 80%;margin: 0 auto;padding: 8% 10%;flex-direction: row;justify-content: space-between;align-items: center;}
.navbars41 li:hover .hide1 a{ background: none; border-radius:inherit; color:#333; line-height:48px; font-size:18px;    display: flex;
    justify-content: center;}
.navbars41 li:hover .hide1 a:hover{background: var(--main_color);border-radius: 10px;color: #fff;display: flex;align-items: center;}
.navbars41 li .hide1 a img {
    width: 18%;
  display:none;
}
.navbars41 li .hide1 a:hover img{display: flex;}
.head_active{ background:#fff!important; box-shadow: 0 0 10px rgb(0 0 0 / 20%);}
.saf-search {
    display: flex;
    align-items: center;
    padding: 0 15px;
}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],
input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],
.uneditable-input{box-shadow: none;}
.searchForm {border-radius: 20px;height: 40px;padding: 0 20px;display: flex;transition: all 0.5s;background: #f2f2f2;}
.searchForm  input[type="text"] {height: 42px;padding: 0;background-color: #ffffff69;border: none;color: #666!important;}
.searchForm input::placeholder {color: #666; opacity: 1;}
.searchForm input[type="text"]:focus{box-shadow:none;}
.saf-search .searchForm input {border: none;width: 158px;height: 100%;background: none;color: #6c6c6c!important;}
.searchForm a {display: flex;align-items: center;padding-left: 15px;}


#mould87107 .first:after{content:"";width: 100%;height:100vh;position:absolute;top:0;left:0;background: rgba(0,0,0,0.1);z-index:9;}
#mould87107 .first .wenan_a{ text-align:center; color:#fff; position:absolute; top:50%; left:0; width: 100%; height:200px; z-index:10;}
#mould87107 .first .wenan_a span{/* width:40px; *//* height:40px; *//* margin:0 auto; *//* background:url(/images/q.png) no-repeat center; *//* font-size: 88px; */padding: 0 2%;}
#mould87107 .first .wenan_a h2{font-size: 60px;line-height:48px;margin: 0 0 30px 0;display: flex;flex-direction: row;justify-content: center;/* width: 50%; */font-weight: bold;}
#mould87107 .first .wenan_a h2 p {font-size: 88px;font-weight: bold;width: 100%;}
#mould87107 .first .wenan_a h3{font-size:32px;line-height:40px;}
#mould87107 .first .link_a{ width:320px; margin:100px auto 0 auto;}
#mould87107 .first .link_a a{ float:left; font-size:18px; color:#fff; background:url(/images/b.png) no-repeat center right; padding-right:5px;}
#mould87107 .first .link_a a:first-child{ margin-right:80px;}
#mould87107{ position: relative;}
#mould87107 .swiper-pagination{ bottom:20px;}
#mould87107 .swiper-container .swiper-pagination .swiper-pagination-bullet{ width:30px; height:30px; background:url(/images/icon_btn.png) no-repeat; background-size:cover; opacity:0.3; border-radius:inherit;}
#mould87107 .swiper-container .swiper-pagination .swiper-pagination-bullet-active{ opacity:1;}
#mould87107 .swiper-slide {width: 100%!important;
    height: auto;}
#mould87107 .swiper-slide  video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

/*关于*/
.about_a {
    /* margin: 0 6.25vw; */
    position: relative;
    z-index: 2;
    padding: 7% 0;
    background: #effff4;
}
/*.about_a{ width:88%; margin:80px auto 0 auto;}*/
.hmc2img {float: left;position: relative;}
.hmc2img:before {content: "";background: url(/images/line2.png) no-repeat center center;display: inline-block;height: 60px;width: 60px;position: absolute;top: -6px;right: -4px;z-index: 2;transition: all 0.5s ease-in-out;}
.hmc2img .overflowHide {float: left;height: 360px;width: 100%;}
.hmc2img:after {content: "";background: url(/images/line1.png) no-repeat;display: inline-block;height: 60px;width: 60px;left: -6px;bottom: 38px;position: absolute;z-index: 2;transition: all 0.5s ease-in-out;}
.hmc2TopRx {float: right;width: 54%;height: 310px;position: relative;}
.hmc2TopRx_txt {position: absolute;left: 0;width: 100%;top: 50%;transform: translateY(-50%);}
.hmc2TopRx h2 {font-size: 46px;font-weight: bold;display: block;letter-spacing: 4px;color: #222;margin-bottom: 15px;}
.hmc2TopRx h2 span{color:var(--main_color)!important;}
.hmc2TopRx h3 {font-size: 30px;font-weight: normal;display: block;letter-spacing: 4px;color: var(--main_color);margin-bottom: 10px;}
.hmc2TopRx p {font-size: 18px;line-height: 32px;color: #808080;letter-spacing: 2px;margin-bottom: 25px;text-align: justify;text-indent: 2em;}
.hmc2TopRx a {font-size: 14px;line-height: 28px;color: var(--main_color);text-transform: uppercase;display: inline-block;letter-spacing: 1px;}
.hmc2Number{display: flex;margin-top: 6%;justify-content: space-between;}
.hmc2numItem{height:148px;position:relative;cursor:default;/* width: 37%; */}
.hmc2nBr_x1{ height: 82px; margin-bottom: 24px; position:relative }
.hmc2nbr{display:inline-block; position:relative;}
.hmx2ns1{font: 108px/108px ea;transform:translateY(-15px);display:block;font-weight: bold;}
.hmx2ns2{font-size: 12px;line-height: 20px;display: inline-block;width: 100px;right: -100px;top: 14px;position: absolute;text-transform: uppercase;font-weight: bold;}
.hmx2ns3{font: 34px/28px ea;position: absolute;width: 100px;right: -100px;bottom: 0px;display:inline-block}
.hmc2nBr_x2{ position:absolute; left:0; top:0; height:82px; transition:all 0.5s ease-in-out; opacity:0; display:none}
.hmc2numItem strong{ font-size: 16px; line-height: 26px; letter-spacing: 1px; font-weight: normal; display: block; }
.hmc2numItem p{ font-size: 12px; text-transform: capitalize; color: #bfbfbf; line-height: 16px; }
.hmc2line{ width:1px; height:148px; background:#E6E6E6;}
.textEfs{background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,88,78,1)), to(rgba(125,181,37,1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.hmc2nBr_x2 .hmx2ns1,.hmc2nBr_x2 .hmx2ns2,.hmc2nBr_x2 .hmx2ns3{background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(0,88,78,1)), to(rgba(125,181,37,1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent; text-shadow:0 15px 15px rgba(0,88,80,0.15)}
.hmc2numItem:hover .hmc2nBr_x2{opacity:1;display: block;}

.hmc2Top {/* margin-top:50px; */display: flex;flex-direction: row-reverse;justify-content: space-between;align-items: center;}

/*新闻*/
.news_a{margin: 5% auto;}
.news_a .width_1600 {display: flex;flex-direction: row;justify-content: space-between;}
.news_a .left{width:50%;position: relative;}
.news_a .left:after{ content: ""; width:100%; height:120px; background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1)); position:absolute; bottom:0;}
.news_a .left a{ display:block; width:100%; height:500px; position:relative; overflow:hidden;}
.news_a .left a img{ width:100%; height:100%; transition:.5s;}
.news_a .left a:hover img{ transform:scale(1.05);}
.news_a .left a p{ position:absolute; bottom:24px; left:30px; color:#fff; z-index:2; font-size:22px; font-weight:bold;}
.news_a .right{width:46%;}
.news_a .right h3{background:url(/images/notice.png) no-repeat left center;font-size: 20px;color:#333;font-weight:bold;padding-bottom: 6px;margin-bottom: 10px;padding-left: 5%;}
.news_a .right h3 a{ font-size:16px; line-height:16px; color:#333; float:right; font-weight:normal; margin-top:8px;}
.news_a .right h3 a:hover{ color:var(--main_color);}

.news_a li{position: relative;border-radius: 5px;}
.news_a li:nth-child(-n+3){ margin-bottom: 30px;}
.news_a li time{ float: left; margin-right:24px; text-align:center; background:rgba(255,255,255,0.5); box-shadow: 0 0 10px rgb(0 0 0 / 10%); width:100px; padding:14px 0;border-radius:5px;}
.news_a li a:hover time{color:#fff!important;background:var(--main_color);}
.news_a li time span { font-size: 36px; display: block; font-weight: bold; line-height: 36px; margin-bottom: 3px;}
.news_a li .news_con h2{ font-size: 20px; font-weight: bold; line-height: 20px; margin-bottom: 14px; padding-top:6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.news_a li .news_con p{ line-height:24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.news_a li a:hover{ color:var(--main_color);}

.culture_bg{background:url(/images/wh-bg.jpg) no-repeat;height: 800px;display: flex;align-items: center;}
/*文化*/
.culture_bg .title_a h2,.culture_bg .title_a h3{color:#fff;line-height: 3;}
.culture_a{margin-top:80px;display: flex;justify-content: space-between;}
.culture_a li{/* width: 23%; */float:left;text-align:center;color:#fff;}
.culture_a li div{width: 70px;height: 77px;margin:0 auto;background: url(/images/wh1.png) no-repeat;background-position:0 0;transition:.5s;}
.culture_a li:nth-child(2) div{  background: url(/images/wh2.png) no-repeat; }
.culture_a li:nth-child(3) div{  background: url(/images/wh3.png) no-repeat; }
.culture_a li:nth-child(4) div{  background: url(/images/wh4.png) no-repeat; }
.culture_a li:nth-child(5) div{ background: url(/images/wh5.png) no-repeat; }
.culture_a li:hover div{ transform:rotate(360deg);}
.culture_a li p{font-weight:bold;font-size:28px;margin: 45px 0 24px 0;}
.culture_a li span{ font-size:18px; line-height: 30px;}

/*产业*/
.SubPage{position: relative;background: #fff;z-index: 1;height: auto !important;height: 300px;/* min-height: 300px; */clear: both;overflow: hidden;margin: 5% auto;}
.SubTit3{text-align: center;margin-bottom: 2%;}
.SubTit3 h2{line-height: 2;font-size:52px;color: #142233; font-weight: bold;}
.SubTit3 h2 span{color: var(--main_color);}
.Slider3d {position: relative;width: 100%;margin-bottom:-0.25%;}
.Slider3d .swiper-slide {width: 23.95vw;padding: 0 1.3vw 0.5%;opacity: 0;}
.Slider3d .swiper-slide.swiper-slide-visible {opacity: 1;}
.Slider3d .swiper-slide .imgbox{padding-top: 2.66%;position: relative;}
.Slider3d .swiper-slide .imgbox:after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    height: 100px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) , rgba(0,90,30,0.5));
    content: "";
    width: 100%;
}
.Slider3d .swiper-slide .imgbox aside{position: absolute;z-index: 2;text-align: center;width: 100%;bottom: 25px;color: #fff;}
.Slider3d .swiper-slide .info{padding: 7%;opacity: 0;background: #fff;min-height: 2.78%;box-shadow: 0 1px 20px rgb(0 0 0 / 20%);}
.Slider3d .swiper-slide h3{font-size: 28px;margin-bottom: 23px;}
.Slider3d .swiper-slide:hover h3{color:var(--main_color);}
.Slider3d .swiper-slide .desc{margin-bottom: 5%;line-height: 1.75; display: -webkit-box; /* 关键：启用弹性盒模型 */
  -webkit-line-clamp: 3; /* 限制显示的行数 */
  -webkit-box-orient: vertical; /* 垂直排列 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis;}
.Slider3d .swiper-slide:hover .desc{color:#333;}
.Slider3d .swiper-slide:hover .more{color:var(--main_color);}
.Slider3d .swiper-slide-active .info{opacity: 1;}
.Slider3d .swiper-slide-active .imgbox aside{opacity: 0;}
.Slider3d .swiper-slide-active .imgbox:after{opacity: 0;}

.Slider3d .swiper-slide-prev a{transform: translateY(10px);display: block;}
.Slider3d .swiper-slide-next a{transform: translateY(10px);display: block;}

.Slider3d .swiper-3d .swiper-slide-shadow-left{background: transparent;}
.Slider3d .swiper-3d .swiper-slide-shadow-right{background: transparent;}
.Slider3d .swiper-pagination{display: none;}
.Slider3d .btn{top: 75%;width:40px;height: 40px;border-radius: 50%;border: 2px solid var(--main_color);z-index: 100;background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#fff));padding: 0;}
.Slider3d .swiper-button-prev{left: 32%;}
.Slider3d .swiper-button-next{right: 32%;}
.Slider3d .btn:After,.Slider3d .btn:before{width: 16px;height: 5px;content: "";position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);background-position: center center;background-repeat: no-repeat;transition: all 0.5s;}
.Slider3d .btn:before{width: 0;}
.Slider3d .swiper-button-prev:After{background-image: url(/images/lv1.png); }
.Slider3d .swiper-button-prev:hover:After{width: 0;}
.Slider3d .swiper-button-prev:hover:before{width: 16px;background-image: url(/images/lv1.png);}
.Slider3d .swiper-button-next:After{background-image: url(/images/lv.png);}
.Slider3d .swiper-button-next:hover:After{width: 0;}
.Slider3d .swiper-button-next:hover:before{width: 16px;background-image: url(/images/lv.png);}
.Slider3d .btn:hover{background-color:#fff;}

/*第六屏 底部*/

.foter {display: flex;justify-content: space-between;}
.foter b {color: #818181;font-size: 24px;font-weight: normal;}
.foterl h2 {font-size: 50px;font-weight: bold;color: #fff;line-height: 2;}
.foterl p {font-size: 16px;line-height: 1.75;color: #818181;}
.foterr {display: flex;flex-direction: column;}
.foterr span {
    width: 245px;
    height: 42px;
    background: #fff;
    border-radius: 5px;
    margin-top: 12%;
    display: flex;
    align-items: center;
    padding-left: 6%;
}


.foterr .item {
    position: relative;
}

.foterr .itp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
    border: 1px solid rgba(255,255,255,.1);
    background: #fff;
    border-radius: 5px 5px 0 0;
    padding: 0 20px;width: 180px;
    color: #333;
    line-height: 1.6;
    font-size: 15px;
    margin-top: 10%;
}

.foterr .ibt {border-radius:0 0 5px 5px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: var(--main_color);
    max-height: 250px;
    overflow-y: auto;
    display: none;
}

.foterr .link:first-child {
    padding-top: 5px;
    border-top: 1px solid rgba(255,255,255,.1);
    border-radius: 3px 3px 0 0;
}
.foterr .link:last-child {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-radius: 0 0 3px 3px;
}
.foterr .link a {
    display: block;
    padding: 5px 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    border-left: 1px solid rgba(255,255,255,.1);
    border-right: 1px solid rgba(255,255,255,.1);
}

.foterr .ggt {
    overflow-y: auto;
}





.foot-right {display: flex;flex-direction: column;/* margin-top: 10px; */margin: 0.7% 0;}
.foot-right span {
    line-height: 40px;
    color: #ffffff;
}
.foot-right em {
    margin-right: 1%;
}
.footer{background: #1a1a1a url(/images/footer_bg.png) no-repeat center top;position: relative;padding: 6vw 0px 0;}
.footer_menus {margin: 2% 0 4%;border-top: 1px solid #313131;padding-top: 2%;}
.footer .container {width: 1470px;}
.footer:before{/* content:""; */height:4px;background-image: linear-gradient(90deg, var(--main_color) 0%,var(--main_color) 100%);position:absolute;left:0;top:0;width:100%;}
.footer_top{ overflow:hidden; padding-bottom:1.87vw; }
.footer_dls{ float:left;}
.footer_dls dl{ float:left; margin-right:5.5vw}
.footer_dls dl:last-child{margin-right:0;}
.footer_dls dl dt{line-height: 56px;height: 56px;position: relative;margin-bottom: 5px;font-size: 18px;}
.footer_dls dl dt:after{ content: ""; background: var(--main_color); height: 2px; width: 24px; position: absolute; left: 0px; bottom: 0px; }
.footer_dls dl dd{ padding: 5px 0px; }
.footMenu_a,.footMenu_a:hover{color:#fff;}
.footMenu_a2{color: #fff;font-size: 16px;line-height: 2;}
.footMenu_a2:hover{ color:rgba(255,255,255,0.85);}
.footer_dls dl:last-child dt{margin-bottom:0;margin-top:-12px;}
.footer_dls dl:last-child dt:first-child{margin-top:0;}
.footer_wx{float:right;padding-top:22px;display: flex;flex-direction: column;align-items: center;}
.footer_wxicon{height:35px;/* margin: 0 auto; */}
.foter_wx{ width: 40px; height: 35px; display: inline-block; background: url(/images/footer_bi1.png) no-repeat center 2px; position:relative; opacity:0.3; }
.foter_sina{ width: 40px; height: 35px; display: inline-block; background: url(/images/footer_bi2.png) no-repeat center 2px; position:relative; opacity:0.3;}
.foter_tk{ width: 40px; height: 35px; display: inline-block; background: url(/images/footer_bi4.png) no-repeat center 2px; position:relative; opacity:0.3;}
.foter_ks{ width: 40px; height: 35px; display: inline-block; background: url(/images/footer_bi4.png) no-repeat center 2px; position:relative; opacity:0.3;}
.foter_wx.on,.foter_sina.on,.foter_tk.on,.foter_ks.on{ opacity:1;}

.footer_wxicon .foter_wx.on:after,.footer_wxicon 
.foter_sina.on:after,.footer_wxicon .foter_tk.on:after{opacity:1;}
.footer_wxBox{width: 180px;overflow:hidden;margin: 0 auto;}
.footer_wxBox img{width: 180px;float:left;}
.footer_wxTag{ width:40px; height:180px; float:left; display: none;}
.footer_wxTag span{ display: block; height: 60px; text-align: center; font-size: 14px; line-height: 16px; color: #FFF; padding-top: 14px; background:#fff }
.footer_wxTag span:nth-child(2){ background:#3C833E;}
.footer_wxTag span:nth-child(3){ background:#1D6D48}
.footer_wx p{line-height:22px; margin-top:15px; font-size:14px; text-align: center;color:#fff;}
.footer_cons{ border-top:1px solid rgba(255,255,255,0.12); padding:1.87vw 0}
.footer_cons li{ white-space: normal; margin-right: 5.72vw; float: left; line-height: 32px; font-size: 16px; color: #FFF; }
.footer_cons li img{ margin-right: 18px; }
.footer_cons li img,.footer_cons li img text{vertical-align:middle;}
.footer_cons li a{margin-right:5px;}
.foot_copy{ line-height:64px; border-top:1px solid #ccc;position: absolute; bottom: 0; width: 1600px;margin:0 auto;}
.foot_copy a{ display:inline-block;}
.foot_copy a:hover{ color:var(--main_color);}
.flex_space {display: flex;justify-content: space-between;flex-wrap: wrap;}
.copyright{border-top: 1px solid #313131;width:100%;/* margin-top:60px; */}
.copyright div{ margin:0 auto; display: flex; justify-content: space-between; flex-wrap: wrap;}
.copyright p{line-height: 52px;font-size:14px;color:#fff;}
.copyright p a:hover{ color:fff;}
.copyright a{color:#fff;font-size:14px;}


@media (max-width: 1680px){
  .navbars41 {width: 94%;}
  .width_1600 {
    width: 94%;}
}

@media (min-width: 1560px) and (max-width: 1679px){
  .navbars41 {width: 94%;}
  .width_1600 {
    width: 94%;}
}

@media (min-width: 1440px) and (max-width: 1559px) {
  .navbars41 {width: 94%;}
  .width_1600 {
    width: 94%;}
  .navbars41 li a p {
    font-size: 16px;}
  .navbars41 li a span {width: 16px;height: 16px;}
}

@media (min-width: 1360px) and (max-width: 1439px) {
   .navbars41 {width: 94%;}
  .width_1600 {
    width: 94%;}
   .navbars41 li a p {
    font-size: 16px;}
  .navbars41 li a span {width: 16px;height: 16px;}
}








