html, body{	font-size: 16px;font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;  overflow-x: hidden; font-weight: normal; margin:0px; padding:0px; min-width:1200px;}
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;}
.w1200{ margin:auto; width:1200px;}
.w1360{ margin:auto; width:1360px;}
.wrap{margin:auto; width:1200px;}
.clear{ clear:both;}
*{box-sizing: border-box;}

header{z-index: 9; width: 100%;background-color:#fff;border-bottom:solid 1px #666;position: fixed; }
.index-banner{ margin-top: 101px;}
header.fixed-top{ position:fixed; top:0; z-index: 9; }
header .headerbox{ display: flex; align-items: center; justify-content: space-between;height:100px; position:relative; }

.logo{  display: flex; align-items: center;height: 100px;padding-left:20px;}
.logo img{display:block; height:50px;}
.navbox{display: flex; align-items: center; padding-right:80px;}
.navbar ul{ display: flex; flex-wrap:wrap ; }
.navbar ul li{ margin: 0px 30px;  position: relative;display:flex;justify-content: center; align-items: center;}
.navbar ul li a.nav-link {color: #333; font-size: 20px;display: block;line-height: 100px; position: relative; padding:0px 10px; }
.navbar ul li.navdown:after{font-family: "FontAwesome"; content: '\f107'; margin-left: 0px; color:#010568; }
.navbar ul li a.active{color:#010568; }

.navbar ul li .downmune{position: absolute; top: 100px;  display: none; z-index: 9; width: -webkit-max-content; width:max-content; 
background: rgba(255,255,255,0.69); border-radius: 5px 5px 5px 5px;}
.navbar ul li dl{padding: 0px 30px; position: relative;}
.navbar ul li dl dt{display: flex; align-items: center;}
.navbar ul li dl dd{display: none; position: absolute;
    left: 100%; top: 0;opacity: 0; transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;width: 250px;
    max-width: none;    padding: 0px 10px 0px 10px;   border: 0;   background: #f1f1f1;   border-radius: 5px 5px 5px 5px;}
.navbar ul li dl:hover dd{display: block; opacity: 1;}    
.navbar ul li dl a{ display: block; line-height: 46px; padding: 0px 0px; color: #333;}
.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 a:hover{color:#010568; }
.navbar ul li dl a.active{color:#010568;}
@-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}}

.lang {position: absolute; margin: 0px 0px 0px 0px;padding:0px 30px; right: 0px; top: 0%; display: flex; height: 100%; align-items: center; justify-content: center;}
.lang a{color: #333; font-size: 18px;}
.lang i{color: #333; font-size: 18px;}


.banner-box .swiper-next,.banner-box .swiper-prev {   position: absolute;   top: 50%;  width: 40px;   height: 40px;   margin-top: -22px;
    z-index: 10;  cursor: pointer;    text-align: center;  display: flex; justify-content: center; align-items: center;  }
.banner-box .swiper-prev {  left: 80px;   top: 50%;}
.banner-box .swiper-next {   right: 80px;   top: 50%;}
.banner-box .swiper-prev i,.banner-box .swiper-next i{font-size:3rem;color: #fff; }

.index-about{ margin: 0px 0px 100px 0px;}
.about-box { display: flex;flex-wrap: wrap; margin: 100px auto 0px; padding: 70px 0px; background: url(../images/about-cover.png)no-repeat center center;}
.about-box .text-column { width: 50%; padding: 0px 30px 0px 30px; }
.about-box .text-column h2 { font-size: 35px;  color: #0f0963; margin-bottom: 20px;}
.about-box .text-column span { font-size: 26px;  color: #333333; margin-bottom: 0px;display: block;}
.about-box .text-column p { font-size: 16px; line-height: 50px; color: #333333;  margin: 40px 0px 0px 0px;}
.about-box .image-column {width: 50%; padding: 0px 0px 0px 30px;  position: relative; overflow: hidden;  cursor: pointer;}
.about-box .image-column img { width: 100%; height: 370px;  object-fit: cover;  display: block;}

.about-mun{margin:0px auto;}
.about-mun ul{display: flex;   flex-wrap: wrap; justify-content:space-between; margin:0px 100px;}
.about-mun ul li{}
.about-mun ul li span b{color:#0f0963; font-size: 42px;}
.about-mun ul li span {color:#0f0963; font-size: 20px;}
.about-mun ul li p{color:#333; font-size:16px; }


.index-product{background: #f3f3f3; padding: 100px 0px;}
.product-box{position: relative; color: #fff; display: flex;    flex-wrap: wrap;padding: 0px 60px;}
.product-box li{display: flex; flex-wrap: wrap;}
.product-img {position: relative;width: 50%; display: flex; justify-content: center; align-items: center;}
.product-img img {   max-width: 100%;  display: block;}
.product-text { width: 50%;      padding: 100px 0px 100px 0px; position: relative;}
.product-text .advtit { border-radius: 30px; padding: 15px 30px; background: #0f0963; display: inline-flex; margin: 0px 0px 20px 0px;}
.product-text h2 {font-size: 46px; color: #333333;  margin-bottom: 40px;}
.product-text .tags dl{  display: flex; flex-wrap: wrap;  gap: 20px 40px; color: #333333;  font-size: 16px; margin-bottom: 40px;}
.product-text .tags dd {  position: relative;    text-align: center; }
.product-text .tags dd p{ margin: 10px 0px 0px 0px;}

.product-text .view-btn {   color: #999999;    font-size: 16px;     text-decoration: none;   display: inline-flex;   align-items: center; }
.product-text .view-btn::after {background:#0f0963; width: 20px; height: 20px; border-radius:100%;content: "\f105"; font: normal normal normal 14px/1 FontAwesome; 
display: flex; justify-content: center; align-items: center; margin-left: 5px; font-size: 16px;  color: #fff;}


.product-box .swiper-next,.product-box .swiper-prev {   position: absolute;   top: 50%;  width: 40px;   height: 40px;   margin-top: -22px;
    z-index: 10;  cursor: pointer;    text-align: center;  display: flex; justify-content: center; align-items: center;  }
.product-box .swiper-prev {  left: -40px;   top: 50%;}
.product-box .swiper-next {   right: -40px;   top: 50%;}
.product-box .swiper-prev i,.product-box .swiper-next i{font-size:3rem;color: #999; }


.conts-box input::-moz-placeholder,.conts-box textarea::-moz-placeholder {color: #ddd; font-family: "arial"; }  
.conts-box input::-ms-input-placeholder,.conts-box textarea::-ms-input-placeholder {color: #ddd; font-family:"arial"; }  
.conts-box input::-webkit-input-placeholder,.conts-box textarea::-webkit-input-placeholder {color: #ddd;  font-family: "arial";}

.contact-box{margin: 100px 0px;}
.conts-box{}
.conts-box h2{font-size: 2rem;   margin: 0px 0px 20px 0px; text-align: center;  }
.conts-box span{width: 280px; height: 1px; background: #cfcfcf; display: flex; margin:0px auto 40px; position: relative; justify-content: center; align-items: center;}  
.conts-box span:before{content: ""; display: block; height: 3px; width: 70px; background:#a78258 ; }

.conts-box .input{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.conts-box input{width:calc(100%/3 - 20px);font-size: 1rem; color: #ccc; padding: 10px 10px 10px 10px; margin: 10px 0px 40px 0px; border: 1px solid #cfcfcf;}
.conts-box textarea{width: 100%;font-size: 1rem; border: 1px solid #cfcfcf;margin: 0px 0px 40px 0px; padding: 10px 10px 10px 10px;}
.conts-box  button{background: #a78258; display: block;  margin:auto;color: #fff; font-size: 1.5rem; text-align: center; cursor: pointer; padding: 15px 200px;
 border-radius: 20px; border: none; transition: all 1s ease-in-out;   -webkit-transition: all 1s ease-in-out;}
.conts-box  button:hover{background: #a00000;}



footer{background: #171168; padding: 100px 0px 60px 0px;}
footer .foot-box{display: flex; flex-wrap: wrap;justify-content: space-between;}
.foot-about {width: 30%;}
.foot-about img{display:block;}
.foot-about .img{margin: 0px 0px 0px 0px;}
.foot-about .ewm-img{padding:30px 0px 0px 30px;display: table-caption;}
.foot-about p{ color:#fff; text-align:center; font-size:16px; margin:10px 0px 0px 0px}
.foot-about i{margin-right:5px;}

.foot-nav { padding: 30px 0px 0px 0px; border-top: 1px solid #aaa7c7;display: flex; flex-wrap: wrap;justify-content: space-between;}
.foot-nav ul{ border-right: 1px solid #aaa7c7; padding:0px 80px; display: inline-block;}
.foot-nav ul:last-child{border: none;}
.foot-nav h2{font-size: 20px; margin-bottom: 30px; color: #fff;   }
.foot-nav li { padding: 5px 0px; margin-bottom: 5px; text-align:left;}
.foot-nav li a{font-size: 16px; color: #fff;}
.foot-nav li:hover a{color: #ccc;}


footer .copyright{border-top: 1px solid #aaa7c7; color: #fff; font-size:14px;padding: 20px 0px;margin: 60px  auto 0;}
footer .copyright a{color: #fff; }
footer .copyright .wrap{display: flex; justify-content: space-between;}

.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;}

.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; }

.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: #a78258;  }
.pages_cont ul a.page-num-current { color: #fff;}
.pages_cont select{padding: 10px;  border: 1px solid #ccc;}

.news-main{ }
.news-cont{ margin: 60px 200px;}
.newslist{ padding:0px 0px 15px 0px; width: calc(100% - 0px); box-sizing: border-box;}
.newslist ul{ display: flex; flex-wrap: wrap; position: relative; }
.newslist li{ width: calc(100%/3 - 40px);  overflow:hidden;   padding: 0px; margin:0px 20px 40px 20px ;  break-inside: avoid-column; }
.newslist li a{  margin: 0px auto;  }
.newslist li .list_img{ width: 100%;  overflow: hidden;border-radius: 20px; position: relative;}
.newslist li .list_img img{ width: 100%; height: 300px; display: block; object-fit: cover;}
.newslist li time{ color: #666; font-size: 0.875rem;width: 100%;  display: block;  padding: 0px 0px 0px 0px;  box-sizing: border-box;} 
.newslist li time i{margin-right: 5px;}
.newslist li .list_text{ width: calc(100% - 0px); margin: 0px 0px;padding: 30px 0px; box-sizing: border-box; } 
.newslist li .list_text h3{ margin: 20px 0px; color: #252525; line-height: 30px;  font-size: 1.25rem;font-weight: bold;}
.newslist li .list_text p{ color:#676767; font-size: 16px;padding: 0px 0px; line-height: 24px; clear: both;}


.newslist li .list_img span {   position: absolute; z-index: 1; right: 30px; top: 30px;
    display: flex; justify-content: center; align-items: center;    width: 40px; height: 40px; background: #fff; border-radius: 100%;    vertical-align: middle;
    transition: all 1s;}
.newslist li .list_img span i{transform: rotate(315deg);}
.newslist li:hover .list_img span{transform: translateX(10px); background: #a78258; color: #fff;}
.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;justify-content: space-between;   margin: 0px 200px 60px 200px;}
.news-right{width:360px;}
.news-right .news-posts{background: #fff; padding: 30px 30px; box-sizing: border-box; border: 1px solid #eee; border-radius: 20px;}
.news-right .news-posts h2{ font-size: 20px; font-weight: bold; color: #403226;  text-align: left;padding: 0px 0px 10px 0px;}
.news-right .news-posts ul{display: flex; flex-wrap: wrap;}
.news-right .news-posts ul li{ margin-bottom: 0px;  padding: 20px 0px;border-bottom: 1px solid #eee;}
.news-right .news-posts ul li:last-child{border: none;}
.news-right .news-posts ul li a{display: flex; justify-content: space-between;    align-items: center;}
.news-right .news-posts ul li .img{width: 90px; height: 90px;}
.news-right .news-posts ul li img{ display: block; width: 100%; height: 90px; border-radius: 20px;}
.news-right .news-posts ul li .text{width: calc(100% - 100px);}
.news-right .news-posts ul li .text time{color: #a78258;}
.news-right .news-posts ul li h3{  color:#403226;font-size:1rem; font-weight:bold;margin: 5px 0px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; /* 限制行数为3 */ overflow: hidden; }

.newscontent{width: calc(100% - 400px);}
.newscontent h1{ text-align: center;}
.newscontent .metit{ text-align: center;border-bottom: 1px solid #eee;color:#999; padding: 30px 0px 30px 0px;}
.newscontent .metit span{margin: 0px 20px;}
.newscontent .content{padding: 60px 0px; line-height:2; font-size:1rem;}
.newscontent .content img{max-width: 100% !important;border-radius: 20px;}

.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; }

.reLink{margin:30px 0px 0px 0px;}
.reLink .prevLink,.reLink .nextLink{margin:5px 0px;}


.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; border-radius: 10px; 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:#a00000;  }
.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;}

.product_box{ margin: 0px 200px;}
.productlist{ margin: 0px auto;}
.productlist ul{ display: flex; flex-wrap: wrap;}
.productlist li{ width: calc(100%/3 - 40px); background: #fff; overflow: hidden;   margin:0px 20px 40px 20px;  position: relative; }
.productlist li a{display: flex; flex-wrap: wrap;}
.productlist li .img{width: 100%; height: 300px;  overflow:hidden; position: relative;    border-radius: 30px 30px 0px 30px;}
.productlist li .img img{ margin:auto; display: block; object-fit: cover; width:100%; height: 300px;  transition: .5s transform; }
.productlist li .img .bgimg{width: 120px; height: 120px; z-index: 1;right: 0;   bottom: 0;   position: absolute; border-radius: 100% 0 0 0;  
 border: 5px solid #fff;   border-bottom: none;  border-right: none;   transition: all 1s ease-in-out;   -webkit-transition: all 1s ease-in-out;}
.productlist li:hover .img .bgimg{width: 200px; height: 200px;}}
.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 ul li a::before {  position: absolute;     width: 100%;   height: 100%;   content: "";  background-color:rgba(0,0,0,0.3);
border-radius: 60px 60px 0px 60px;  z-index: 1;   top: 5%;   width: 90%;   height: 90%;   left: 5%;   opacity: 0;   transition: all 0.4s ease-in-out;}
.productlist ul li a:hover::before{opacity: 1;}  
.productlist li .text{ position: absolute; bottom: 0;  width: 100%; padding: 0px 20px 10px 20px; z-index: 1; transition: .5s transform;}
.productlist li .text h3{font-size: 20px; text-align: center; color: #fff; margin:0px auto 10px;    transition: all .3s ease-out 0s; }
.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 h1{ 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 {height: 42px; color: #fff; background: #A00000; position: relative;  font-size: 14px;   font-weight: bold;
    display: inline-flex;  align-items: center;   text-transform: uppercase;   padding:0px 30px; margin-top: 30px ;    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%;}





  
.service-box{margin: 80px 0px;}
.service-box .service-one h2 {      font-size: 2rem;     margin-bottom: 10px;   }
.service-box .service-one p {    font-size: 1rem;  line-height: 30px;    color: #666;    margin-bottom: 30px;}

.service-box .features {display: flex;     flex-wrap: wrap;     justify-content: space-between;     margin-bottom: 40px; }
.service-box .features .feature-col {width: 45%;   }
.service-box .features .feature-col ul {list-style: none;     padding: 0;   }
.service-box .features .feature-col li {margin-bottom: 10px; margin: 10px 0px;   display: flex;  color: #666;     position: relative;   }
.service-box .features .feature-col i { color: #fff; background:#a78258; width: 20px; height: 20px; margin-right: 10px; border-radius: 100%; display: flex; justify-content: center; align-items: center; }

.features-images {           margin: 40px 0;}
.features-images img {     width: 100%;     border-radius: 10px; }
.features-images ul{display: flex;    gap: 20px;}
.features-images li.img-wrapper {    flex: 1;   }

.features-info p{   font-size: 1rem; line-height: 30px;    color: #555;    margin-bottom: 50px; }

.features-stats{margin: 0px 0px 100px 0px;}
.features-stats ul{     display: flex;      flex-wrap: wrap;   justify-content: space-between;   text-align: center;      margin-bottom: 50px;   }
.features-stats li {      }
.features-stats li span { width: 120px; height: 120px; display: flex; justify-content: center; align-items: center; border-radius: 100%; background: #a78258;   
 font-size: 2rem;     color: #fff;     margin: 10px auto;    }
.features-stats li h3{font-size: 20px; font-weight: bold; margin: 0px 0px 10px 0px;}
.features-stats li p{ font-size: 16px; color: #666;}

.faq-section h2 {      font-size: 2rem;    margin-bottom: 20px; }
.faq {     border-top: 1px solid #ddd;  }
.faq-item {   border-bottom: 1px solid #ddd;    padding: 15px 0;     cursor: pointer;  }
.faq-item h3 {   font-size: 1rem;  margin: 0;  position: relative;}
.faq-item h3::after {    content: '+';   position: absolute;  right: 0; }
.faq-item.open h3::after {   content: '-'; }
.faq-answer {  display: none;  font-size: 0.9rem;   color: #555;  margin-top: 10px;}
.faq-item.open .faq-answer {  display: block; }




.case-main{margin: 60px 200px;}
.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%; height: 300px;object-fit: cover; border-radius: 20px; display: block;
transform: scale(1) rotate(.5deg);transition: transform 1.2s;}
.caselist ul li .text{position: absolute;bottom: 40px; right: 40px;left: 40px; padding: 25px 30px;opacity: 0;	border-radius: 20px;	
word-break: break-word;	transform: translateY(100%) scale(0.7);	background: #fff;	transition: all .5s;}
.caselist ul li .text h3{color: #000; font-size: 20px; font-weight: bold;}  
.caselist ul li:hover .img img{opacity: 1;transform: scale(0.95) rotate(0);} 
.caselist ul li:hover .text{	transition: all 1s;	opacity: 1;	transform: translateY(0);}



.company-box { display: flex;flex-wrap: wrap; padding: 100px 0px; }
.company-box .text-column { width: 50%; padding: 100px 100px 60px 200px; background: url(../images/about-cover.png)no-repeat center left;}
.company-box .text-column h1 { font-size: 52px;  color: #a68157; margin-bottom: 20px;font-family: "Times New Roman", Times, serif;font-weight: bold;}
.company-box  .text-column h2 { font-size: 52px;  color: #a78258;font-family: "Times New Roman", Times, serif;font-weight: bold;}
.company-box  .text-column p { font-size: 16px; line-height: 30px; color: #a78258;  margin: 60px 0px 80px 0px;}
.company-box ul.stats { display: flex; flex-wrap: wrap;justify-content: space-between;}
.company-box ul li.stat { font-size: 16px; color: #999; text-align: center;}
.company-box ul li.stat span { display: block; font-size: 32px; color: #a78258;font-family: "Times New Roman", Times, serif;font-weight: bold;}
.company-box  .image-column {width: 50%; position: relative; overflow: hidden;  border-radius: 120px 0 0 0; cursor: pointer;}
.company-box  .image-column img { width: 100%; height: 700px; object-fit: cover;  display: block;}
.company-box  .image-column:before {content: ""; display: block; right: 0; bottom: 0; position: absolute;  width: 200px;  height: 200px;  
 background: url(../images/about-color.jpg);border-radius: 100% 0 0 0; border: 10px solid #fff; border-bottom: none; border-right: none;
 transition: all 2s ease-in-out;  -webkit-transition: all 2s ease-in-out;}
.company-box  .image-column:hover:before {width: 400px; height: 400px;}


.choose-box{margin:0px 0px 80px 0px; padding: 100px 0px; background: url(../images/banner-img.jpg);}
.choose-box h2{font-size: 52px; margin: 0px 0px 60px 0px; color: #fff; text-align: center; font-family: "Times New Roman", Times, serif;   font-weight: bold;}
.choose-box .cho-box{background: rgba(0,0,0,0.3); border-radius: 30px; padding: 100px 30px;}
.choose-box .cho-box ul{display: flex; flex-wrap: wrap;}
.choose-box .cho-box ul li{width: calc(100%/4 - 45px);  margin: 0px 22.5px; }
.choose-box .cho-box ul li img{display: block; margin: auto;}
.choose-box .cho-box ul li .text{ padding: 10px 0px;}
.choose-box .cho-box ul li h3{ font-size: 1.25rem;text-align: center; font-weight: bold; color: #fff; margin: 0px 0px 10px 0px;}
.choose-box .cho-box ul li p{ font-size: 1rem;text-align: center;  color: #fff; line-height: 30px;}


.contact-main{margin: 80px 0px 80px 0px;}
.contact-main .contact-content{display: flex; flex-wrap: wrap; justify-content: space-between; }
.contact-main ul{ width: 35%;    margin: 60px 0px 0px 0px;}
.contact-main ul h2{font-size: 2rem; font-weight: bold;   margin: 0px 0px 20px 0px; }
.contact-main ul li{margin-bottom: 20px; display: flex;  flex-wrap: wrap; align-items: center; }
.contact-main ul li i{margin-right: 10px; color: #a78258; font-size: 20px; width: 20px;}
.contact-main ul li p{font-size: 18px; line-height: 30px; width: calc(100% - 30px);}
.contact-main dl{display: flex; flex-wrap: wrap;  }
.contact-main dl dd{font-size: 20px; margin: 0px 40px 0px 0px;}

.conts-form{background: #f6f6f6; border-radius: 30px; padding: 60px 60px; width: 60%;}
.conts-form h2{font-size: 2rem; font-weight: bold;   margin: 0px 0px 20px 0px;  }
.conts-form span{width: 280px; height: 1px; background: #cfcfcf; display: flex; margin:0px auto 40px; position: relative; justify-content: center; align-items: center;}  
.conts-form span:before{content: ""; display: block; height: 3px; width: 70px; background:#a78258 ; }
.conts-form .input{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.conts-form input{width:calc(100%/2 - 10px);font-size: 1rem; color: #ccc; border-radius: 10px; background: #fff; padding: 15px 15px 15px 15px; margin: 10px 0px 20px 0px; border:none;}
.conts-form textarea{width: 100%;font-size: 1rem;border:none;background: #fff;border-radius: 10px;margin: 0px 0px 20px 0px; padding: 10px 10px 10px 10px;}
.conts-form  button{background: none; display: block;  color: #000; font-size: 16px; font-weight: bold; text-align: center; cursor: pointer; padding: 10px 50px;
 border-radius: 20px; border: 1px solid #ccc; position: relative; z-index: 1;overflow: hidden;}
.conts-form  button::before{width: 0; height: 100%; display: block; content:""; background: #a00000; position: absolute; left: 0;top:0; z-index: -1; 
transition: all 0.5s ease-in-out;   -webkit-transition: all 0.5s ease-in-out;}
.conts-form  button:hover::before{width: 100%;}
.conts-form  button:hover{color: #fff;}

.conts-form input::-moz-placeholder,.conts-form textarea::-moz-placeholder {color: #ddd; font-family: "arial"; }  
.conts-form input::-ms-input-placeholder,.conts-form textarea::-ms-input-placeholder {color: #ddd; font-family:"arial"; }  
.conts-form input::-webkit-input-placeholder,.conts-form textarea::-webkit-input-placeholder {color: #ddd;  font-family: "arial";}

/*

@media screen and (min-width:1921px) {
    html, body {
        font-size: 18px;
    }
}
@media screen and (max-width:1600px) {
    html, body {
        font-size: 16px;
    }
}
@media screen and (max-width:1400px) {
    html, body {
        font-size: 14px;
    }
}
@media screen and (max-width:1200px) {
    html, body {
        font-size: 14px;
    }
}
@media screen and (max-width:768px) {
    html, body {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
.wrap{width: 100%;}	
header {position: inherit;}
header .headerbox{height: 60px;margin: 0px 0px; }
.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: #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);
}
.about-mun ul{display: flex;   flex-wrap: wrap; justify-content:space-between; margin:0px 20px;}
.about-mun ul li{}
.about-mun ul li span b{color:#0f0963; font-size: 28px;}
.about-mun ul li span {color:#0f0963; font-size: 20px;}
.about-mun ul li p{color:#333; font-size:16px; }
.foot-nav ul{padding:0px 10px;}
.navbox{ display:none;position: absolute; opacity:0; top: 61px; padding: 0px 20px; box-sizing: border-box;  z-index: 999;   background: #fff;   width: 100%;   height: 100vh;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;}
.navbar ul li.active{ border-radius: 0px; background:none;}
.navbar ul li a.nav-link{ width: 100%; display: flex; 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 a.navdown:after{position:absolute; right:0;}
.navbar ul li a.navdown:before {right: 0;}
.navbar ul li .downmune{ display:none; position: inherit;top: 0px; padding: 0px 10px;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;}


.lang {right: 50px;}

.banner-box .banner-text{position: absolute;z-index: 1;width: 100%;   padding: 0px 20px 0px 20px;}
.banner-box .banner-text h2{font-size: 30px; }

     
.banner-box .banner-text .swatch-box{width: 200px; height: 250px;}
.banner-box .banner-text .swatch-circle{height: 60px;width: 60px;}

.banner-box .banner-img{width: 100%;}
.banner-box .banner-img img {   height: calc(100vh - 60px);  display: block;   object-fit: cover;}
.banner-box .banner-img:before{
    content: "";
    background: rgba(0,0,0,0.3);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.about-box{     margin: 60px auto;   padding: 0px 10px;    flex-direction: column-reverse;}
.about-box .text-column {   width: 100%;   padding: 0px 0px 30px 0px;background: none;}
.about-box .text-column h2{ font-size: 30px;text-align: center;}
.about-box .text-column p{margin: 30px 0px 30px 0px;line-height: 40px;}
.about-box ul li.stat{width: calc(100%/2 - 20px); margin: 10px 10px;}

.about-box .image-column{   width: 100%; padding: 0px 0px 0px 0px; }
.about-box .image-column img { height: 300px;}
.about-box .image-column:before{height: 100px; width: 100px; border:5px solid #fff;border-bottom: none; border-right: none;}



.index-product { padding: 60px 0px;}
.product-box{padding: 0px 20px;}
.product-text{width: 100%;padding: 0px 0px 30px 0px;}
.product-text h2 {  font-size: 30px;}
.product-img {width: 100%;}

.contact-box { margin: 60px 20px;}
.conts-box input { width: calc(100%/1 - 0px);    margin: 0px 0px 10px 0px;}
.conts-box button{    padding: 15px 50px;}

.productsort ul li {   width: calc(100%/2 - 20px); margin: 10px 10px;}

.product_box {    margin: 0px 0px;}
.productlist li {   width: calc(100%/2 - 20px);  margin: 0px 10px 20px 10px;}
.productlist li .img{border-radius: 30px 30px 0px 30px; height: 250px;}
.productlist li .img .bgimg {  width: 60px;  height: 60px;}

.productshow-main .product_content {  width: 100%;   margin: 60px auto 0px;}
.pro-left {  width: 100%;}
.view {  width: 100%;   height: 300px;   overflow: hidden;}
.view .swiper-slide{height: 300px;  }
.preview {width: 100%;}
.pro-right {  width: calc(100% - 0px); padding: 30px 20px 0px 20px;}


.company-box{    padding: 60px 10px;}
.company-box .text-column{width: 100%; padding: 0px 0px 60px 0px; background: none;}
.company-box .image-column{width: 100%;}
.company-box .image-column img { height: 300px;}
.company-box .image-column:before{width: 100px; height: 100px;border: 5px solid #fff;  border-bottom: none;   border-right: none;}
.company-box .text-column h2 {  font-size: 30px;}
.company-box ul li.stat{width: calc(100%/2 - 20px);  margin: 10px 10px;}
.company-box .text-column p{margin: 30px 0px 30px 0px;}

.choose-box { padding: 60px 0px;}
.choose-box h2{font-size: 30px;}
.choose-box .cho-box{padding: 60px 0px;}
.choose-box .cho-box ul li {  width: calc(100%/2 - 20px);   margin: 0px 10px;}
.choose-box .cho-box ul li img {width: 60px;}

.news-cont {   margin: 60px 0px;}
.newslist li {   width: calc(100%/1 - 40px);}
.newslist li .list_img img { height: 250px;}
.news-show {   margin: 0px 20px 30px 20px;}
.newscontent {    width: calc(100% - 0px);}
.newscontent .content {    padding: 30px 0px;}
.newscontent .content img {   max-width: 100% !important;   border-radius: 20px;   height: auto !important;}

.service-box {   margin: 60px 10px;}
.service-box .features .feature-col {  width: 100%;}
.features-stats li{width: calc(100%/2 - 20px); margin: 10px 10px;}

.case-main {   margin: 60px 0px;}
.caselist ul li {  width: calc(100%/1 - 20px);    margin: 10px 10px;}
.caselist ul li .img img {height: 250px;}
.caselist ul li .text {    bottom: 80px; right: 20px;   left: 20px; opacity: 1;}

.contact-main ul {  width: 100%;   margin: 0px 10px 30px 10px;}
.conts-form{width: 100%;padding: 30px 20px; margin: 0px 10px;}
.conts-form input {    width: calc(100%/1 - 10px); margin: 10px 0px 10px 0px;}

footer {padding: 60px 20px 0px 20px;}
.foot-about {  width: 100%;}
.foot-about h2 {font-size: 1.2rem;}
.foot-about p { font-size: 1rem;}
.foot-nav {   width: 100%;margin: 30px 0px;}
.foot-nav h2 {font-size: 1.2rem;}
.foot-nav li a {font-size: 1rem;}
.foot-contact {   width: 100%;}
.foot-contact h2 {font-size: 1.2rem;}
.foot-contact li { font-size: 1rem;}

footer .copyright{margin: 60px 0px 0px 0px;}

.top_banner {height: 200px;}
.top_banner h3 {  font-size: 2rem;}
.top_banner img {  height: 200px;  object-fit: cover;}



}

*/