/*基础CSS*/
@media only screen and (min-width:1921px) {
    html {
        font-size: 150px;
    }

    body {
        line-height: 1.6;
    }
}

@media only screen and (max-width:1600px) {
    html {
        font-size: 16px;
    }
}

@media only screen and (max-width:1400px) {
    html {
        font-size: 14px;
    }
}
@media only screen and (max-width:1200px) {
    html {
        font-size: 12px;
    }
}
html, body{font-family: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif; font-size: 16px; overflow-x: hidden; font-weight: normal; margin:0px; padding:0px;}
li {	list-style: none;}
a {	color: #252525; text-decoration:none;}
i, em{ font-style:normal;}
a:hover {	text-decoration: none;}
p, dl, dt, dd,span, ul, h1,h2,h3,h4,h5,h6{ font-weight: normal;	margin: 0px;	padding: 0px;}
.wrap{margin:auto; width:1120px;}
.w1200{ margin:auto; width:1200px;}
.w1360{ margin:auto; width:1400px;}
.w1500{ margin:auto; width:1500px;}
.container {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1660px;
    position: relative;
}
.clear{ clear:both;}
.clearfix:before{ clear: both;}
*{box-sizing: border-box;}


header{z-index: 9; width: 100%;}
header.fixed-top{  top:0; z-index: 9; }
header .headerbox{ display: flex; justify-content: space-between; align-items: center; margin: 0px 120px;}
.logo{  display: flex; align-items: center;height: 100px;}
.logo img{display:block;height:70px;}
.navbar ul{ display: flex; flex-wrap:wrap ; }
.navbar ul li{ margin: 0px 30px;  position: relative;display:table-cell;}
.navbar ul li a.nav-link {display: block; font-size: 1rem; position: relative; padding:0px 0px; color: #4e4e4e;font-weight: bold;}
.navbar ul li.active a.nav-link{color: #ae1e26; }
.navbar ul li a.nav-link::after {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 1px);
    height: 2px;
    background-color: #4e4e4e;
    left: 1px;
    bottom: -5px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: 0.5s transform cubic-bezier(0.52, 0.08, 0.18, 1);
}
.navbar ul li.active a.nav-link::after, .navbar ul li:hover a.nav-link::after{transform: scale(1, 1); background-color: #a6a182;  transform-origin: left top;}
.navbar ul li .downmune{position: absolute; z-index: 9;
    padding-top: 40px;
    text-align: left;
    width: 250px;
    height: 0;}
.navbar ul li dl{pointer-events: none;
    opacity: 0;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #343634;
    background-color: #4e4e4e;
    transform-origin: left;
    transform: translateX(-20%);
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1);
    overflow: hidden;
    justify-content: space-between;
    padding-right: 0.2rem;}
.navbar ul li dl::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
    z-index: 0;
    background-color: #f5f5f5;
}
.navbar ul li dl:hover::before {    transform: translateX(0%);}    
.navbar ul li dl:nth-child(2) {transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.2s;}
.navbar ul li dl:nth-child(3) {transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.3s;}
.navbar ul li dl:nth-child(4) {transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.4s;}
.navbar ul li dl:nth-child(5) {transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.5s;}
.navbar ul li dl:nth-child(6) {transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.6s;}
    
.navbar ul li dl dt{display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 0px 20px;z-index: 1;}
.navbar ul li dl dt:after{font-family: "FontAwesome"; content: '\f105'; margin-left: 10px; color: #fff; line-height: normal;}
.navbar ul li:hover .downmune{ height: auto;}
.navbar ul li:hover dl{  opacity: 1;   pointer-events: auto;   transform: translateX(0%);}
  
.navbar ul li dl a{ display: block; line-height: 46px; padding: 0px 0px; color: #fff;}
.navbar ul li:hover .downmune{ display: block;-webkit-animation-duration: .3s;
    -webkit-animation-fill-mode: both;  animation-duration: .3s;   animation-fill-mode: both;  -webkit-animation-name: layui-upbit;   animation-name: layui-upbit;}
.navbar ul li dl:hover a{color: #4e4e4e; }
.navbar ul li dl:hover dt:after{color: #4e4e4e; }
.navbar ul li dl a.active{text-decoration: underline;}
@-webkit-keyframes layui-upbit{from{-webkit-transform:translate3d(0,15px,0);opacity:.3}to{-webkit-transform:translate3d(0,0,0);opacity:1}}
@keyframes layui-upbit{from{transform:translate3d(0,15px,0);opacity:.3}to{transform:translate3d(0,0,0);opacity:1}}

.navbox{ display: flex;  justify-content: flex-end;   flex: 1;}

.lang{background: url(../images/enIco.png) no-repeat; padding-left:25px; height: 20px;line-height: 20px;}
.lang a{font-size: 0.875rem; color: #666;   }
.r-lang .lg-ul .tit::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent#1a1a1a #1a1a1a;
    transform: rotate(-45deg);
    margin-top: -4px;
}
.r-lang .lg-ul .tit::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1b1b1b;
}
.r-lang{display: flex;}
.r-lang .lg-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 640px;
    margin: 0 1.875vw;
    position: relative;
}
.r-lang .lg-ul .tit {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 22px 0 0px;
    font-weight: bold;
    font-size: 12px;
    color: #1a1a1a;
}

.r-lang .lg-ul .tit::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent transparent#1a1a1a #1a1a1a;
    transform: rotate(-45deg);
    margin-top: -4px;
}
.r-lang .lg-ul .lglist {
    position: absolute;
    /* padding-top: 35px; */
    text-align: left;
    width: 128px;
    height: 0;
    left: -45px;
    top: 100%;z-index:9999;
}

.r-lang .lg-ul .lglist .lia {
    cursor: pointer;
    pointer-events: none;
    opacity: 0;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #343634;
    background-color: #4e4e4e;
    transform-origin: left;
    transform: translateX(-20%);
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1);
    overflow: hidden;
}

.r-lang .lg-ul .lglist .lia:nth-child(2) {
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.2s;
}

.r-lang .lg-ul .lglist .lia:nth-child(3) {
    transition: 0.75s all cubic-bezier(0.52, 0.08, 0.18, 1) 0.3s;
}

.r-lang .lg-ul .lglist .lia::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    transition: 0.5s all cubic-bezier(0.52, 0.08, 0.18, 1);
    z-index: 0;
    background-color: #f5f5f5;
}

.r-lang .lg-ul .lglist .lia .lg {
    position: relative;
    z-index: 1;
    color: #ffffff;
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
}

.r-lang .lg-ul .lglist.active,
.r-lang .lg-ul:hover .lglist {
    height: auto;
}

.r-lang .lg-ul .lglist.active .lia,
.r-lang .lg-ul:hover .lglist .lia {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0%);
}
.r-lang .lg-ul .lglist.active .lia::before,
.r-lang .lg-ul .lglist .lia:hover::before {
    transform: translateX(0%);
}
.r-lang .lg-ul .lglist .lia:hover .lg {
    color: #4e4e4e;
}


.banner-swiper {   width: calc(1260 / 1920 * 100%);    margin: 0 !important;   margin-left: auto !important;    height: calc(100vh - 100px);   max-height: 850px;}
.banner-swiper .bg-img-container {   height: 100%;}
.banner-swiper .swiper-slide {   display: flex;   justify-content: flex-end;}
.banner-swiper .bg-img-container {
    width: 100%;
    overflow: hidden;
    transition: all 2.5s ease-in-out;
    -webkit-transition: all 2.5s ease-in-out;
    -moz-transition: all 2.5s ease-in-out;
    -ms-transition: all 2.5s ease-in-out;
    -o-transition: all 2.5s ease-in-out;
}

.banner-swiper .bg-img-container>.bg-img {
    transition: all 3s ease-in-out;
    -webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -ms-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
}
.bg-img-container {    position: relative;   width: 100%;}

.bg-img-container>.bg-img {    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url() no-repeat center center;
    background-size: cover;
}

.banner-swiper .bg-img-container:hover>.bg-img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.banner-swiper .swiper-slide-active .bg-img-container>.bg-img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.banner-area .area-title {
    pointer-events: none;
    position: absolute;
    z-index: 2;
    top: calc(50% - 0.8rem);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.banner-area .area-title .title-en {
    font-size: 7.3rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.25);
    max-width: 650px;
    line-height: 1;
   
}

.banner-area .area-title .title-en::after {
    height: 3px;width: 5rem;
   
    margin-top: 1rem; content: ""; background: #a6a182; display: block;
}

.banner-area .area-title .title-cn {
    font-size: 2rem;
    margin-top: 1rem;
    max-width: 500px;
}

.banner-area .control-area {
    position: absolute;
    z-index: 3;
    width: auto;
    left: calc(50% - 830px);
    bottom: 0.5rem;
    ;
    color: #4e4e4e;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: -10px;
}

.banner-area .swiper-button-next,
.banner-area .swiper-button-prev {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: auto;
    height: auto;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    margin: 0;
    padding: 10px; background: none !important;
}
.banner-area .swiper-button-next:after, .banner-area .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;font-size: 24px;
    color: #4e4e4e; font-family: "宋体";
}
.banner-area .swiper-button-prev:after{content: "<"; }
.banner-area .swiper-button-next:after{content: ">"; }

.banner-area .control-area ::after {
    font-size: 24px;
    color: #4e4e4e;
}

.banner-area .control-area .cut-line {
    width: 2px;
    height: 28px;
    background: #d4d4d4;
    margin: 0 10px;
    transform: scaleX(0.5);
    -webkit-transform: scaleX(0.5);
    -moz-transform: scaleX(0.5);
    -ms-transform: scaleX(0.5);
    -o-transform: scaleX(0.5);
}
.normal-pagination {
    margin-left: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;}

.normal-pagination .line {   width: 38px;    height: 1px;  background: #d4d4d4;    margin: 0 10px;}

.normal-pagination .swiper-pagination-total {    color: #d4d4d4;}



.index-prodduct{margin: 100px 0px;}
.index-prodduct .index-tit{display: flex; margin-bottom: 30px;}
.index-prodduct .index-tit h2{font-size: 2.25rem;}
.index-prodduct .index-tit span{font-size: 1.875rem; font-weight: lighter; margin-left: 10px;}
.index-prodduct ul{flex-wrap: wrap; margin: 0px -10px; overflow: hidden;}
.index-prodduct li{ width: calc(100%/2 - 20px); margin: 0px 10px; position: relative; }
.index-prodduct li .img {overflow: hidden;border-radius: 20px;}
.index-prodduct li .img img{height: 300px; width: 100%; object-fit: cover; border-radius: 20px; transition: all 2s ease-in-out;   -webkit-transition: all 2s ease-in-out;}
.index-prodduct li:hover .img img{     transform: scale(1.1);  -webkit-transform: scale(1.1);}
.index-prodduct li:first-child{height: 620px; float: left;}
.index-prodduct li:first-child .img img{height: 620px; width: 100%; object-fit: cover;}
.index-prodduct li:nth-child(2){float: left;height: 300px;}
.index-prodduct li:nth-child(3){float: left;height: 300px; margin-top: 20px;}

.index-prodduct li .text{position: absolute; padding: 20px 30px; bottom: 0;width: 100%;transition: all 2s ease-in-out;   -webkit-transition: all 2s ease-in-out;}
.index-prodduct li:hover .text{transform: translateX(10px);}
.index-prodduct li .text h3{font-size: 1.25rem; color: #fff;}


.index-about{margin: 0px 0px;}
.index-about .index-tit{text-align:center;margin-bottom: 30px;}
.index-about .index-tit h2{font-size: 2.25rem;}
.index-about .index-tit span{font-size: 1.875rem; font-weight: lighter; margin-left: 10px;}

.index-about .about-text { width: 1080px; margin: 0 auto 60px; color: #999; font-size: 1rem; line-height: 30px;}
.index-about .about-video { width: 1400px; margin: auto;}
.index-about .about-video video{aspect-ratio: 16/9; width: 100%;}

.index-advantage{ position: relative;
  background-image: url('../images/abbg.jpg'); /* 指定背景图片 */
  background-repeat: no-repeat; /* 背景图片不重复 */
  background-size: cover; /* 背景图片覆盖整个容器 */
  background-attachment: fixed; /* 背景固定 */
 height: 760px; display: flex; align-items: center; margin: 100px 0px;}
.index-advantage .advantage-box{display: flex; flex-wrap: wrap; justify-content: space-between; width: 1200px; margin: auto;}
.advantage-text{width: 40%;}
.advantage-text h2{color: #fff; font-size: 3rem; margin-bottom: 30px;}
.advantage-text p{color: #fff; font-size: 1.125rem; font-weight: lighter; line-height: 30px;}

.advantage-num li{color: #fff; font-size: 1.25rem; font-weight: lighter; margin: 20px 0px;}
.advantage-num li span{font-size: 3rem;font-weight: lighter;}


.index-project{margin: 100px 0px;}
.index-project .index-tit{display: flex; margin-bottom: 30px;}
.index-project .index-tit h2{font-size: 2.25rem;}
.index-project .index-tit span{font-size: 1.875rem; font-weight: lighter; margin-left: 10px;}

.project-list-area .swiper-slide{width: auto !important;}
.project-list-area .swiper-slide img{display: block;height: 400px;}
.project-list-area .swiper-slide h3{font-weight: bold; font-size: 1.25rem; padding: 20px 0px;}

.right-area {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}
.right-area .more {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    padding: 10px;
    margin-left: 0.3rem;
    font-size: 14px;
    white-space: nowrap;
}

.index-news{padding: 100px 0px; background:#f0f0f0;}
.index-news .news-box{display: flex;  justify-content: space-between;}
.index-news .index-tit{margin-bottom: 30px; width: 40%;}
.index-news .index-tit h2{    font-size: 2rem;   font-weight: bold;}
.index-news .index-tit span{font-size: 1.875rem; font-weight: lighter; }
.index-news .index-tit p{font-size: 1.125rem; margin-top: 30px; color:#999; line-height:30px;font-weight: lighter; }

.index-news .newsli{ background: #fff; width: 50%; border-radius:20px; padding: 30px 60px;}
.index-news .newsli li{border-bottom: 1px solid #eee; margin: 0px 0px 0px 0px; padding: 20px 0px;}
.index-news .newsli li h3{display: flex; justify-content: space-between;align-items: center; font-size: 1.125rem;}
.index-news .newsli li h3 span.active{transform: rotate(180deg);}
.index-news .newsli li span{width: 25px; height: 25px; background: #f0f0f0; display: flex; justify-content: center;align-items: center; border-radius: 100%;}
.index-news .newsli li .litext{display: none;margin-top: 10px;}
.index-news .newsli li .litext-show{display: block; }

.contact-info-list { display: flex; flex-wrap: wrap; margin:120px 0px;}
.contact-info-list li{width: calc(100%/3 - 0px); text-align: center;}
.contact-info-list li span{ font-size: 2rem; display: block;}
.contact-info-list li em{ font-size: 1.25rem;  margin-top: 20px; display: block; font-weight: bold; color: #000; font-style: normal; }
.contact-info-list li p{ font-size: 1.25rem; font-weight: lighter; color: #666;margin: 20px 0px 30px; display: block; line-height: 30px;}

footer{ background: #7c7e71; padding: 100px 0px 0px; }
footer .footer-box{ margin: 0px 150px;}
footer .foot-text{ display: flex; flex-wrap: wrap; justify-content: space-between;}
footer .foot-pro{ margin-right: 30px;}
footer .foot-pro h3{ color: #fff; font-size:1.25rem; font-weight: bold; margin-bottom: 20px;}
footer .foot-pro h3 a{color: #fff;}
footer .foot-pro li { line-height: 30px;}
footer .foot-pro li a{ color: #ccc; font-size:1rem;}

footer .foot-contact{ }
footer .foot-contact h3{ color: #fff; font-size:1rem;margin-bottom: 0px; text-align: center;}
footer .foot-contact p{ color: #ccc; font-size:1rem;margin-bottom: 10px; display: block;}
footer .foot-contact .ewm{ margin: 0px 0px 20px 0px;color: #ccc; filter: brightness(10000);}
footer .foot-contact ul { display: flex; flex-wrap: wrap; }
footer .foot-contact ul li i{ color: #fff; font-size:1rem; line-height: 30px; margin: 0px 20px 0px 0px; }



footer .yq-link ul{ display:flex; flex-wrap:wrap;}
footer .yq-link ul li{ margin:0px 5px;}
footer .yq-link ul li a{ font-size:1rem; color:#ccc;}
footer .yq-link span{ margin-right:10px;font-size:1rem; color:#ccc;}

footer .copyright{border-top: 1px solid rgba(255, 255, 255, .2); color: #ccc; text-align: center; margin: 100px 0px 0px 0px; padding: 20px 100px;}
footer .copyright a{color: #ccc; }

.online {  position: fixed; bottom: 150px; background: #1247eb;  border-radius: 5px;   right: 10px;   width: 60px;   z-index: 999;   color: #999;}
.online dl { padding: 10px 5px;   margin-bottom: 1px;   position: relative;}
.online dl dd {   color: #fff;   text-align: center;   font-size: 1.1rem;   cursor: pointer;}
.online dl dd i{font-size:2rem;  }



.top_banner{background:#cccccc; position:relative;height:400px;display:flex;align-items: center; justify-content: center;}
.top_banner:before{content: ""; background: rgba(0,0,0,0.2); display: block; height: 100%; width: 100%; position: absolute; top: 0;}

.top_banner img{ height: 100%;}
.top_banner .text_box{width:1200px;text-align:center; position: absolute; }
.top_banner h3{font-size:3rem;color:#fff;font-weight: bold; text-transform: uppercase;}
.top_banner p{font-size:1.5rem;color:#fff;line-height:42px;display: none;}

@media screen and (max-width: 768px) {
.top_banner{ height:200px;} 
.top_banner h3{font-size:18px;}   
.top_banner img{object-fit: cover; height:200px;}
.top_banner .text_box{ width:100%;}
.top_banner p{ display:none;}
.banner-area .area-title{top:calc(30% - 0.8rem)}    
}

.pages_cont {margin: 30px 0;width: 100%;display: flex;justify-content: center;align-items: center;}
.pages_cont ul a {    float: left;}
.pages_cont ul a,.pages_cont ul span { width: 40px; height: 40px; background: #707070; border-radius: 40px; 
display: flex; align-items: center;   justify-content: center; float: left; margin:0px 3px;color: #fff; font-size: 16px; 
transition: all .4s;   overflow: hidden;}
.pages_cont ul li.dt a {   border: 0;}
.pages_cont ul a.page-num-current {    background: #a6a182;  }
.pages_cont ul a.page-num-current { color: #fff;}
.pages_cont select{padding: 10px;  border: 1px solid #ccc;}

.position {  font-size:1rem; padding: 20px 0px;text-transform: uppercase; color: #fff;  margin: 0px 0px;   }
.position a{  font-size:1rem;  color: #fff;margin: 0px 2px;  text-transform: uppercase; }


.productsort{ margin: 30px 0px 30px 0px; }
.productsort h2{padding:10px 20px 10px 20px;  margin: 10px 20px; font-weight: bold; border-bottom: 1px solid #dcdcdc;   background: url(../images/position-ico.png) no-repeat center left;}
.productsort ul{ display: flex; justify-content: center;     flex-wrap: wrap;}
.productsort ul li {   padding: 10px 30px; background:#4e4e4e;  display: flex;justify-content: center; align-items: center; 
     margin: 0 20px; transition: 0.5s; }
.productsort li a.calss1 {color: #fff; font-size: 1rem; }
.productsort li:hover ,.productsort li.active{background:#a6a182;  }
.productsort li:hover a,.productsort li.active a { color:#fff;}

.productsort li dl{ display: none;background: #f5f5f5;padding: 5px 40px;}
.productsort li.active dl{  display: block; }
.productsort li dl a{ width: 100%; font-size: 14px; display: block; color: #676767; padding: 10px 0px;}
.productsort li dl a.active{ color: #252525; text-decoration: underline;}

.news-main{ }
.news-cont{ margin: 0px 120px;}
.newslist{ padding:0px 0px 15px 0px; width: calc(100% - 0px); box-sizing: border-box;}
.newslist ul{display: flex; flex-wrap: wrap;}
.newslist li{ width: calc(100%/3 - 40px);   overflow:hidden;   padding: 0px; margin:0px 20px 40px 20px ; }
.newslist li a{  margin: 0px auto;  }
.newslist li .list_img{ width: 100%; height: 270px; overflow: hidden;}
.newslist li .list_img img{ width: 100%; height: 270px; display: block; object-fit: cover;}
.newslist li time{ color: #ccc; font-size: 0.875rem;width: 100%;  display: block;  padding: 0px 0px 0px 0px;  box-sizing: border-box;} 
.newslist li .list_text{ width: calc(100% - 0px); margin: 0px 0px;padding: 30px 20px; box-sizing: border-box; } 
.newslist li .list_text h3{ margin: 20px 0px; color: #252525; line-height: 30px;  font-size: 1.25rem;}
.newslist li .list_text p{ color:#676767; font-size: 0.875rem;padding: 15px 0px; line-height: 24px; clear: both;}
.newslist li .list_text span{color: #000;   position: relative;   font-size: 0.875rem;    }

.newslist li .list_text span {
    position: relative;
    display: inline-block;
    width: 30px;
   
    vertical-align: middle;
    transition: all 1s;
}
.newslist li:hover .list_text span{transform: translateX(10px);}
.newslist li .list_text span::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #878888;
}
.newslist li .list_text span::after {
    content: "";
    position: absolute;
    right: 1px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-width: 1px;
    border-color: #878888 #878888 transparent transparent;
    transform: rotate(45deg);
    margin-top: -2.5px;
}

.newslist li:hover .list_text h3{ }
.newslist li:hover img{ transform: scale(1.05, 1.05); transition: .5s transform;}

.news-show {   display: flex;   flex-wrap: wrap;   margin: 0px 150px;}
.news-right{background: #fff; width:300px;padding: 0px 20px; box-sizing: border-box;}
.news-right h2{border-left: 3px solid #e60017; font-size: 1.2rem; background: #f2f2f2; text-align: left; margin-bottom: 20px; padding: 5px 0px 5px 5px;}
.news-right ul{display: flex; flex-wrap: wrap;}
.news-right ul li{ margin-bottom: 20px; border: 1px solid #eee; padding: 10px 10px;}
.news-right ul li img{ display: block; width: 100%;}
.news-right ul li h3{  color:#000;font-size:1rem;padding: 5px 0px; text-align: center;}

.newscontent{width: calc(100% - 300px);}
.newscontent h2{ text-align: center;}
.newscontent .metit{ text-align: center;border-bottom: 1px solid #eee;color:#999; padding: 30px 0px 30px 0px;}
.newscontent .content{padding: 60px 0px; line-height:2; font-size:1rem;}

.page-links { margin: 0px 0px 30px 0px;}
.page-links .prev-link,.page-links .next-link{ width: 100%; margin: 10px 0px; color: #333; }
.page-links .prev-link a,.page-links .next-link a{ color: #333; }


.about-company{ padding:100px 0px 100px 0px; overflow:hidden;}
.company-cont{display: flex;flex-wrap: wrap;}
.about-company .about_left{  width:50%; padding: 30px 60px 30px 0px;}
.about-company .about_left h2{ color:#000; font-weight:600; font-size:2rem; margin-bottom:30px;}
.about-company .about_left p{ color:#54595f; font-size:1rem; line-height: 30px; }
.about-company .about_left a.baojia{ background:#a6a182; font-size:1rem; font-weight: bold;  margin-top:30px;color:#fff; padding: 15px 40px;  display:table; border-radius:5px;   }
.about-company .about_right{ width:50%; position:relative;}

.about-company .about_right{display: flex; flex-wrap:wrap; justify-content: space-between;}
.about-company .about_right .about-years{ display:table; width: 250px; height:250px; border-radius: 5px; padding: 60px 60px; background:#a6a182;}
.about-company .about_right .about-years span{color: #fff; font-weight: bold; font-size: 2rem; display: block; margin: 0px 0px 20px 0px;}
.about-company .about_right .about-years b{color: #fff; font-weight: bold; font-size: 3rem;}
.about-company .about_right .about-years p{color: #fff; font-weight: bold; font-size: 1rem;}
.about-company .about_right img{ display:block; border-radius: 5px;width: 100%; height: 250px;}
.about-company .about_right .about_img01{ bottom:0px;  z-index:9; width: calc(100% - 270px); }
.about-company .about_right .about_img02{ width: 100%; margin: 20px 0px 0px 0px;}
.about-company .about_right .about_img02 img{ width: 100%;}


.about-shili{ padding:100px 0px 100px 0px;margin:0px 0px 0px 0px; overflow:hidden; background: #f8f8f8 url(../images/shape.png) no-repeat left bottom;}
.shili-cont{display: flex;flex-wrap: wrap;}
.about-shili .shili_left{  width:50%; padding: 30px 60px 30px 0px;}
.about-shili .shili_left h2{ color:#000; font-weight:600; font-size:2rem; margin-bottom:30px;}
.about-shili .shili_left p{ color:#54595f; font-size:1rem; line-height: 30px; }
.about-shili .shili_left a.baojia{ background:#a6a182; font-size:1rem; font-weight: bold;  margin-top:30px;color:#fff; padding: 15px 40px;  display:table; border-radius:5px;   }

.about-shili .shili_right{width:50%; }
.about-shili .shili_right ul{display: flex; flex-wrap: wrap;}
.about-shili .shili_right ul li{background: #fff; width: calc(100%/2 - 20px); text-align: center; margin: 10px 10px; padding: 30px 30px; border-radius: 5px;}
.about-shili .shili_right ul li span{margin-bottom: 20px; display: block;}
.about-shili .shili_right ul li b{color: #000; font-weight: bold; font-size: 3rem;}
.about-shili .shili_right ul li p{font-size: 1rem;}


.about-event{padding: 100px 0px; }
.about-event .event-cont{display: flex;  justify-content: space-between;}
.about-event .index-tit{margin-bottom: 30px; width: 40%;}
.about-event .index-tit h2{    font-size: 2rem;   font-weight: bold;text-transform: uppercase;}
.about-event .index-tit span{font-size: 1.875rem; font-weight: lighter; }
.about-event .index-tit p{font-size: 1.125rem; margin-top: 30px; color:#999; line-height:30px;font-weight: lighter; }

.about-event .eventli{  width: 50%; border-radius:20px; padding: 30px 60px;}
.about-event .eventli li{ background: #f8f8f8; margin: 10px 0px 10px 0px; padding: 20px 20px;}
.about-event .eventli li h3{display: flex; justify-content: space-between;align-items: center; font-size: 1rem;}
.about-event .eventli li h3 span.active{transform: rotate(180deg);}
.about-event .eventli li span{width: 25px; height: 25px; background: #f0f0f0; display: flex; justify-content: center;align-items: center; border-radius: 100%;}
.about-event .eventli li .litext{display: none;margin-top: 10px;}
.about-event .eventli li .litext-show{display: block; }


.case-main{margin: 60px 0px;}
.caselist ul{display: flex; flex-wrap: wrap;}
.caselist ul li{width: calc(100%/3 - 30px); margin: 15px 15px; position: relative;}
.caselist ul li .img img{width: 100%; border-radius: 10px; display: block;}
.caselist ul li::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color:rgba(0,0,0,0.5);
    z-index: 1;
    top: 5%;
    width: 90%;
    height: 90%;
    left: 5%;
    opacity: 0;
   
    transition: all 0.4s ease-in-out;
}
.caselist ul li .text{position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 9;
    opacity: 0;
   
    transition: all 0.4s ease-in-out;}
.caselist ul li .text h3{color: #fff; font-size: 1.25rem; font-weight: bold;}  
.caselist ul li .text span{display:flex; align-items: center;justify-content: center; margin: 20px auto; width: 40px; height: 40px; border-radius: 100%; background: #a6a182;}  
.caselist ul li .text span i{color: #fff;}
.caselist ul li:hover .text{opacity: 1;} 
.caselist ul li:hover::before{opacity: 1;}   


.pro-box{ margin: 60px 120px 0px 120px;}
.prolist ul li{display: flex; flex-wrap: wrap; margin: 0px 0px 100px 0px;}
.prolist ul li:nth-child(2n){    flex-direction: row-reverse;}
.prolist ul li .img{width: 60%;}
.prolist ul li .img img{width: 100%; display: block;}
.prolist ul li .text{width: 40%; padding: 40px 30px;}
.prolist ul li .text h3{font-size: 1.5rem; font-weight: bold;}
.prolist ul li .text p{color: #797979; font-size: 1rem; margin: 20px 0px;}
.prolist ul li .text span{border: 1px solid #797979; color: #797979; font-size: 0.875rem; border-radius: 2px; padding: 5px 20px;    display: table; margin: 30px 0px 0px 0px;}
.prolist ul li .text i{margin-left: 5px;}
.prolist ul li .listico{display: flex; flex-wrap: wrap; margin: 0px -5px;}
.prolist ul li dl{width: calc(100%/6 - 10px); margin: 10px 5px;}
.prolist ul li dl dt img{width: 100%;aspect-ratio: 1/1; object-fit: cover;}
.prolist ul li dl dd{text-align: center; font-size: 0.875rem;}


.product_box{ margin: 0px 120px;}
.productlist{ margin: 0px auto;}
.productlist ul{ display: flex; flex-wrap: wrap;}
.productlist li{ width: calc(100%/4 - 20px); background: #fff; overflow: hidden;   margin:0px 10px 40px 10px;  position: relative; }
.productlist li a{display: flex; flex-wrap: wrap;}
.productlist li .img{width: 100%; height: 260px;  overflow:hidden; position: relative;}
.productlist li .img img{ margin:auto; display: block; object-fit: cover; width:100%; height: 260px;  transition: .5s transform; }
.productlist li .img .bgimg{width: 120px; height: 120px; border-radius: 100%; transition: all 0.4s ease-in-out;  position: absolute;    top: 50%;   left: 50%;    transform: translateX(-50%)translateY(-50%);   opacity: 0;}
.productlist li:hover img{transform: scale(1.05, 1.05); transition: .5s transform;}
.productlist li:hover .img .bgimg{opacity: 1;all 0.4s ease-in-out;}

.productlist li .text{  width: 100%; padding: 20px 20px 20px 20px;  position: relative;transition: .5s transform;}
.productlist li .text h3{font-size: 16px; text-align: center; color: #252525; margin:0px auto 10px;    transition: all .3s ease-out 0s; }
.productlist li .text p {font-size: 14px; color: #676767; line-height: 24px; margin:10px 0px 30px 0px;}  
.productlist li .text em{ font-size: 14px; color: #676767;  font-style: normal;}
.productlist li .text span { background:#707070;  width: 25px;   height: 25px;  color: #fff;
    font-size: 14px;display: flex;   align-items: center; justify-content: center;  border-radius: 25px; margin: auto;} 
.productlist li:hover{}
.productlist li:hover .text h3{}
.productlist li:hover .text span{ }


/*产品轮播*/
.productshow-main .product_content{width: 1360px;   margin:60px auto 0px;}
.prorow{  display: flex; flex-wrap:wrap;justify-content: space-between;margin: 0px 0px;}
.pro-left{    width: 700px;  }
.view {	 width:700px; height:400px;  overflow: hidden;}
.view .swiper-slide{	 width:700px; height:400px;}
.view img {width: 100%;	height: 100%; object-fit: contain;}

.preview {	position: relative;	width: 700px; padding: 0px 30px;	 margin-top: 20px;}
.preview .swiper-slide {width: 120px;	height: 90px;	margin: 0 3px;	box-sizing: border-box;	overflow: hidden;	cursor: pointer;}
.preview .swiper-slide img {	object-fit: cover;display: inline-block;width: 100%;	height: 100%;}
.preview .active-nav {	border: 1px solid #ff0000;}
.preview .arrow-left,.preview .arrow-right{display: inline-block;position: absolute; }
.preview .arrow-left:after,.preview .arrow-right:after{font-family:"FontAwesome";font-size:36px;display:block; position: absolute;text-align:center;font-weight:600;}
.preview .arrow-left{left: 0px;top: 50%; margin-top: -25px; }
.preview .arrow-right{right: 10px;top: 50%;margin-top: -25px;}
.preview .arrow-left:after{content:'\f104'; color: #252525;}
.preview .arrow-right:after{content:'\f105'; color: #8d8d8d;}


.pro-right{ width:calc(100% - 700px); padding:30px 0px 0px 40px; height:auto;}
.pro-right h2{ font-size:20px; line-height: 30px; color: #252525; font-weight:bold; margin-bottom: 20px;}
.miaoshu p{ font-size: 16px; color: #676767; line-height: 30px;}
.pro-right a.inquirybtn {   width: 180px;   height: 42px;   color: #fff;   position: relative;    font-size: 14px;   font-weight: bold;
    display: flex;   align-items: center;   text-transform: uppercase;   padding-left: 15px; margin-top: 30px ;   background: #a6a182; border-radius: 21px;}
.pro-right a.inquirybtn:before{ content: ""; background: url(../images/newsbtn.webp) no-repeat center; position: absolute; right: 20px; display: block; width: 20px; height: 20px;}

.product-container{  margin: 60px auto; }

.pro-content{ margin: 60px auto;padding: 60px 0px;}

.contentbox {}
.dec-tit {     margin: 0px 0px 50px 0px;  border-bottom: 1px solid #e6e6e6;  font-weight: bold;}
.dec-tit span{ font-size: 0rem; text-align: center; display: block; text-transform: uppercase; color: #000; font-weight: bold; }
.box-content .content img{ display: block; max-width: 100%;}
.box-content .content p{color: #676767; line-height: 30px;}
.contentbox .content img{ display: block; max-width: 100%;}

.contact-section{ padding: 100px 0px;}
.contact-wrapper{display: flex; flex-wrap: wrap; justify-content: space-between;}
.contact-wrapper .contact-info{width: 400px;}
.contact-wrapper .contact-info li{margin:0px 0px 20px 0px;background: #f8f8f8; display: flex;  justify-content: space-between; border-radius: 5px; padding: 30px 30px;}
.contact-wrapper .contact-info li span{display: flex;align-items: center;color: #fff;   justify-content: center; font-size: 1.5rem; height: 65px; width: 65px; border-radius: 100%; background: #a6a182;}
.contact-wrapper .contact-info li .info{width:calc(100% - 80px); color: #000;}
.contact-wrapper .contact-info li em{font-size: 1rem; font-weight: bold; display: block; margin: 0px 0px 10px 0px;}
.contact-wrapper .contact-info li p{font-size: 1rem;}

.contact-wrapper .form-box{width: calc(100% - 430px);background: #f8f8f8; padding: 30px 30px;}

.form-input{display: flex; flex-wrap: wrap; }
.form-input .form-clt{ width: calc(100%/1 - 0px); margin: 10px 0px; display: flex; align-items: center; justify-content: space-between;position: relative;}
.form-input .form-clt input, .form-input .form-clt textarea {
    width: 100%;
    outline: none;
    border: none;
    background-color: #fff;
    border: none;
    color: #666;
    padding: 16px 30px;
    border-radius: 5px;
    font-weight: 500;
}
.form-input .form-clt textarea {
    padding-bottom: 175px;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.form-input .form-clt .icon {
    position: absolute;
    top: 16px;
    right: 30px;
    color: #666;
}

.theme-btn {
    background-color: #a6a182;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: 22px 40px;
   
    letter-spacing: 1.2px;
    line-height: 1;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    border-radius: 5px; border: none;
}
.theme-btn::before {
    content: "";
    background-color: #000;
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
    border-radius: 5px 5px 0 0;
}
.theme-btn::after {
    content: "";
    background-color: #000;
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
    border-radius: 0 0 5px 5px;
}



@media screen and (max-width: 768px) {

header {  position: inherit;}
header .headerbox { width: calc(100% - 0px); display:flex;margin: 0px 0px;height:60px;padding: 0px 0px;border-radius: 0px;}		
.wrap{width: 100%; padding: 0px 10px;  margin: 0px 0px;}
.w1200 {   margin: auto;   width: 100%;}
.w1360 {   margin: auto;   width: 100%;}
.logobox{ display: flex; justify-content: space-between; padding: 0px 10px;     align-items: center;   width: 100%;}
.logo { height: 60px;}
.logo img{ height: 30px;}

.mc_ph_menu{ display:block !important;}
.point{ position:relative;}
.point .nav_btn{position: absolute;   top: 0px;  right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.point .nav_btn,.point .nav_btn:after,.point .nav_btn:before {display: inline-block;width: 26px;height: 2px; background-color: #000;}  
.point .nav_btn::after, .point .nav_btn::before {    content: '';   position: absolute;   right: 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.point .nav_btn::before {    top: 8px;}
.point .nav_btn::after {   top: -8px;} 
.point.active .nav_btn {  background: transparent; }
.point.active .nav_btn::before {    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.point.active .nav_btn::after {    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contact-wrapper .form-box{width: 100%;}
.navbox{ display:none;position: absolute; opacity:0; left: 0; top: 60px; height: 100vh; padding: 0px 20px; box-sizing: border-box;  
z-index: 999;   background: #fff;   width: 100%;   transition: all 0.5s;transform: translateX(100%);}
.navbox.navbar-show{ transform: translateX(0%);opacity:1; display: block; }
.navbar ul li{ width: 100%;display: block;margin: 0px 0px;padding: 0px 0px; border-bottom: 1px solid #ddd;}
.navbar ul li.active{ border-radius: 0px; background:none;}
.navbar ul li a.nav-link{ width: 100%; display: flex; font-size: 1rem; padding: 0px 10px;  color: #000; height:40px;line-height: 40px; justify-content: space-between;align-items: center;}
.navbar ul li a.active {    color: #FF8F00;}
.navbar ul li.active a.nav-link::after, .navbar ul li:hover a.nav-link::after{display: none;} 
.navbar ul li a.navdown:after{position:absolute; right:0; display: none;}
.navbar ul li a.navdown:before {right: 0;}
.navbar ul li .downmune{ display:none; position: inherit;top: 0px; padding: 0px 0px;width: 100%; text-align: left;   box-sizing: border-box;}
.navbar ul li.navdown:after { background:none; width:auto;   font-family: "FontAwesome";
    content: '\f107'; font-weight: bold;  color: #252525; line-height: 30px; position:absolute;  right:0; top:0; }
.navbar ul li.active:after {   content: "-"; font-weight: bold;   color: #2661bb;  line-height: 30px; position:absolute;  right:0; top:0; }
.navbar ul li.on dl{display:block;}
.navbar ul li:hover dl{ }
.navbar ul li:hover a.nav-link{}
.navbar ul li dl a{line-height:40px; font-size:1rem}
.navbar ul li dl dt{width: 100%;   justify-content: space-between;}
.navbar ul li dl dd{position:inherit; left:0;}


.banner-swiper {   width: 100%; height: 400px;}
.banner-area .area-title .title-en { font-size: 3.3rem;color: rgba(255, 255, 255);}
.banner-area .area-title .title-cn {   font-size: 1.5rem;color: rgba(255, 255, 255);}

.index-prodduct {   margin: 60px 0px;}
.index-prodduct li {width: calc(100%/1 - 20px); margin: 10px 10px;}
.index-prodduct li:first-child {  height: 300px;}
.index-prodduct li:first-child .img img {   height: 300px;}

.index-about .about-text {   width: 100%;}
.index-about .about-video {width: 100%;}

.index-advantage{height: auto; padding: 60px 0px;margin: 60px 0px 0px 0px;}
.advantage-text {   width: 90%;   margin: auto;}
.advantage-num {   width: 90%;   margin: auto;}

.index-project {   margin: 60px 0px;}
.index-project .index-tit {width: 100%;}
.right-area{width: 100%;}
.project-list-area .swiper-slide {   width: 100% !important;}
.project-list-area .swiper-slide img {    display: block; object-fit: cover;   height: 300px; width: 100%;}

.index-news .news-box{flex-wrap: wrap;}
.index-news .index-tit{ width: 100%;}
.index-news .newsli { width: 100%;padding: 30px 20px;}
.index-news .newsli li h3{font-size: 1rem;}

.contact-info-list {  margin: 30px 0px;}
.contact-info-list li {  width: calc(100%/1 - 0px);}

footer {padding: 60px 0px 0px;}
footer .footer-box {   margin: 0px 20px;}
footer .foot-pro { width: 100%;   margin-right: 0px;}
footer .foot-pro h3{font-size: 1rem; position: relative;}
footer .foot-pro h3:after {   content: "+";   font-weight: bold;    color: #fff;  line-height: 30px;   position: absolute;   right: 0;   top: 0;}
footer .foot-pro ul{display: none;}
footer .copyright{padding: 20px 0px;    margin: 60px 0px 0px 0px;}


.about-company .about_left {   width: 100%;   padding: 0px 20px 30px 20px;}
.about-company .about_right { width: 100%; padding: 0px 20px 0px 20px;}

.about-shili .shili_left {   width: 100%;   padding: 30px 20px 30px 20px;}
.about-shili .shili_right {   width: 100%;}

.about-event .event-cont{flex-wrap: wrap;}
.about-event .index-tit { margin-bottom: 0px;   width: 100%;   padding: 0px 20px 0px 20px;}
.about-event .eventli {  width: 100%;  padding: 30px 20px;}

.pro-box {  margin: 60px 20px 0px 20px;}
.prolist ul li { margin: 0px 0px 30px 0px;}
.prolist ul li .img {  width: 100%;}
.prolist ul li .text {   width: 100%;padding: 40px 0px;}

.productsort ul li{margin: 10px 10px;}
.product_box {    margin: 0px 0px;}
.productlist li {    width: calc(100%/2 - 20px);}

.productshow-main .product_content {  width: 100%;   padding: 0px 10px;}
.pro-left {   width: 100%;}
.view {   width: 100%;   height: 300px;   overflow: hidden;}
.view .swiper-slide {   width: 100%;   height: 300px;}
.preview {   position: relative;   width: 100%;}
.pro-right {   width: calc(100% - 0px);   padding: 30px 0px 0px 0px;}

.news-cont {   margin: 0px 0px;}
.newslist li {  width: calc(100%/1 - 40px);}
.news-show {  margin: 0px 20px;}
.newscontent {  width: calc(100% - 0px);}
.news-right { width: 100%;   padding: 0px 0px;}
.news-right ul li {    width: calc(100%/2 - 20px);   margin: 10px 10px;}

.caselist ul li {   width: calc(100%/1 - 0px);    margin: 15px 0px;}
}