﻿/* 
               (0 0)
   +=====oOO====(_)=========+
   |   Powered By Anxin     |
   |   Tel: 0572-5220701    |
   |   Creation:2022.05.05  | 
   +=================oOO====+
             |__|__|
              || ||
             ooO Ooo
*/
body,button,dd,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,s,td,textarea,th,ul{margin:0;padding:0;list-style:none}body{font-family:Microsoft YaHei,sans-serif;font-weight:400;overflow-x:hidden}body,html{position:relative;}h1,h2,h3,h4,h5,h6{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;text-transform:capitalize}button,input,select,textarea{font-size:100%;outline:0}a{blr:expression(this.onFocus=this.blur());color:#369;text-decoration:none}.clearfix:after{content:"\0020";display:block;height:0;clear:both;font-size:0;visibility:hidden}.clearfix{zoom:1}.clear{clear:both;font-size:1px;width:1px;height:0;visibility:hidden;line-height:0}.fl{float:left}.fl,.fr{display:inline}.fr{float:right}em,i{font-style:normal}.none{display:none}.block{display:block}.inline{display:inline-block!important;margin-right:10px}img{border:0;object-fit:cover}table{border-collapse:collapse;border:0;cellspacing:0;cellpadding:0}::selection{background:#ddd;color:#111}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background-color:rgba(50,50,50,.25);border:2px solid transparent;border-radius:0px;background-clip:padding-box}::-webkit-scrollbar-thumb:hover{background-color:rgba(50,50,50,.5)}::-webkit-scrollbar-track{background-color:rgba(50,50,50,.05)}*{box-sizing:border-box}input{border:0}input::placeholder{opacity:.5}input:focus{border:0;outline:0;-webkit-box-shadow:0}.tipMain{position:fixed;bottom:0;left:0;z-index:9999;width:100%;border-top:1px solid #ccc;background:#fff;font-size:13px;line-height:40px}.tipMain,.tipMain .close{height:40px;text-align:center}.tipMain .close{position:absolute;top:0;right:10px;width:40px;color:red;font-weight:400;font-size:18px;font-family:Arial,Helvetica,sans-serif;cursor:pointer}
/*超出的文字省略，要定义宽度*/
span.spanleft, .list-txt .name{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block }
a, :after, :before, .iconfont, .images, .images img, .list-li, .list-txt, .list-txt .name, .mobilemenu b, header, header *, #footer *, .wrapper, #banner, #banner img, #sub-nav { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
a:active { /*-webkit-transform: scale(.9); -moz-transform: scale(.9); -ms-transform: scale(.9); -o-transform: scale(.9); transform: scale(.9);*/ }
/*页面*/
*{font-size:14px; font-weight: 400; box-sizing: border-box;}
body { background-color: #fff; }
.wrapper {margin: 0 auto;  position:relative;}
.text { padding: 0; }
.text, .text * { color: #666; font-size: 16px; line-height: 30px; word-wrap: break-word; }
.text p { margin-bottom: 20px; }
.text p:last-child { margin-bottom: 0; }
.text img { max-width: 100%; margin: 20px auto; display: block; opacity: 1 !important; }
.info { overflow: hidden; display: -webkit-box !important; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: normal !important; }/*-webkit-line-clamp: 8;*/
.info * { -webkit-box-orient: horizontal; width: auto; display: inline !important; padding: 0; margin: 0; white-space: normal !important; word-wrap: normal !important; background: none !important; text-indent: 0 !important }
.info img { display: none !important; opacity: 0; }
/*更多*/
.more { position: relative; display: inline-block; width: 100%; display: flex; justify-content: center; }
.more a { width: 160px; height: 45px; background-color: #C0890B; position: relative; display: flex; justify-content: center; align-content: center; align-items: center; }
.more a:after { content: ""; display: block; position: absolute; z-index: 1; width: 0; height: 100%; background: #F4B605; left: 0; top: 0; }
.more span { position: relative; z-index: 2; font-size: 14px; font-weight: 500; color: #fff; letter-spacing: 1px; text-transform: uppercase; display: block; text-align: center; }
.more a:hover:after { width: 100%; }
/*******************************
  -------[=返回顶部-------
********************************/
.toTop { position: fixed; z-index: 9; bottom: 0px; width: 50px; height: 50px; text-align: center; line-height: 50px; padding: 0; right: 0; background-color: #222; cursor: pointer; display: none; opacity: 0.7 !important; }
.toTop:before {content: ""; margin-top: 20px; margin-left: 15px; display: block; width: 15px; height: 15px; border-right: 3px solid #fff; border-top: 3px solid #fff; pointer-events: auto; transform: rotate(-45deg);}
.toTop:hover { background: #DF8B44; opacity: 1 !important }
.toTop:active { background: #000; -webkit-transform: scale(.9); -moz-transform: scale(.9); -ms-transform: scale(.9); -o-transform: scale(.9); transform: scale(.9); }
/*******************************
  -------[=select-------
********************************/
.select { position: relative; height: 36px; }
.select:after { content: ""; display: block; width: 6px; height: 6px; border-right: 1px solid #333; border-bottom: 1px solid #333; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); pointer-events: auto; position: absolute; z-index: 2; right: 20px; top: 16px; }
.select .placeholder { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; line-height: 46px; padding: 0 15px; box-sizing: border-box; cursor: pointer; text-align: left }
.select.is-open ul { display: block; }
.select.is-open:after { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.select ul { display: none; position: absolute; z-index: 100; overflow: hidden; width: 100%; top: 100%; left: 0; margin: 0 0 0 -1px; padding: 0; max-height: 240px; overflow-x: hidden; overflow-y: auto }
.select ul li { display: block; float: none !important; width: 100% !important; margin: 0; cursor: pointer; border-bottom: solid 1px #ECECEC; padding: 0 0 0 15px; box-sizing: border-box !important; text-align: left; font-size: 15px; line-height: 46px; }
.select ul li a { color: #fff; display: block; margin-left: -15px; padding-left: 15px; }
.select ul li.active a, .select ul li a:hover { }
/*******************************
  -------[=图片切换-------
********************************/
.swiper-container img { display: block; width: 100%; height: 100%; }
.swiper-pagination-bullet { opacity: 1; border-radius: 2px; }
.swiper-pagination-bullet-active { background-color: #4A87CB }
.swiper-btn { display: block; width: 40px; height: 40px; background: rgba(255,255,255,1); text-align: center; cursor: pointer; position: absolute; top: 50%; border-radius: 50%; margin-top: -20px; }
.swiper-btn:before{content: ""; position: absolute; }
.swiper-btn:before { display: block; width: 10px; height: 10px; border-right: 2px solid #000; border-top:2px solid #000; pointer-events: auto; left: 50%; top: 50%; }
.swiper-btn.swiper-button-disabled { opacity: 0.65; cursor: not-allowed; }
.prev.swiper-btn { left: 5%; }
.prev.swiper-btn:before { transform: translate(-50%,-50%) rotate(-135deg);}
.next.swiper-btn { right: 5%; }
.next.swiper-btn:before { transform: translate(-80%,-50%) rotate(45deg);  }
/*******************************
  -------[=列表-------
********************************/
.images { overflow: hidden; position: relative; z-index: 1; width: 100%; height: 0; padding: 0px; margin: 0; }
.images img { width: 100%; height: 100%; object-fit: cover; position: absolute; z-index: 1; left: 0; top: 0; }
.list { overflow: hidden; position: relative; z-index: 1; }
.list .list-ul { margin-right: -30px; margin-bottom: -30px; }
.list .list-ul:after { content: ""; display: table; clear: both; }
.list .list-li { float: left; margin-right: 30px; margin-bottom: 30px; position: relative; }
.list .list-li .images { padding-top: 100%; }
.list .list-li:hover .images img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.list-txt { box-sizing: border-box; position: relative; z-index: 1; text-transform: capitalize; padding-top: 12px; padding-bottom: 12px; }
.list-txt .name { color: #000; font-size: 16px; font-weight: 400;}
.list-txt .info { -webkit-line-clamp: 1; margin-top: 8px; }
.list-txt .info, .list .list-txt .info * { color: #999; line-height: 2.14 !important; }
.list .all { display: block; position: relative; z-index: 2 }
.list.list-border .list-li:after { content: ""; display: block; position: absolute; z-index: 1; width: calc(100% - 2px); height: calc(100% - 2px); left: 0; top: 0; right: 0; bottom: 0; border: 1px solid #eee; }
/*******************************
  -------[=页码-------
********************************/
.main-page { width: auto; height: 40px; margin-top: 30px; margin-bottom: 60px; text-transform: capitalize; display: flex; justify-content: center; font-size: 14px; }
.main-page .page,.main-page .jump{display:flex; align-items: center;}
.main-page a { border: 1px solid #ddd; line-height: 38px; min-width: 40px; text-align: center; height: 40px; margin: 0 5px; color: #555; border-radius: 3px; position: relative; display: flex; justify-content: center; align-items: center;}
.main-page a.active, .main-page a:hover { border-color: #C0890B; background-color: #C0890B; color: #fff; }
.main-page a.active .icon, .main-page a:hover .icon { border-color: #fff;}
.main-page a.disabled { cursor: not-allowed; border: 0; }
.main-page a.disabled:hover { background-color: #fff; color: #555; }
.main-page a .icon { display: block; width: 8px; height: 8px; border-right: 1px solid #555; border-top:1px solid #555; pointer-events: auto; }
.main-page .prev,.main-page .next {min-width:80px;justify-content: space-between; padding-left: 12px; padding-right: 10px;}
.main-page .prev .icon {transform: rotate(-135deg);}
.main-page .next .icon {transform: rotate(45deg); }
.main-page .jump{margin-left:25px;}
.main-page .jump span{color:#666;}
.main-page .jump .form-control{width: 58px; height: 40px; padding: 0; text-align: center; margin: 0 7px;border: 1px solid #ddd;}
.main-page .jump .btn{width: 58px; height: 40px;background: #C0890B;border:0;border-radius: 3px; text-align: center; color:#fff; margin-left: 10px; text-transform: uppercase; cursor: pointer;}
@media screen and (max-width: 700px){
    .main-page{flex-flow:row wrap; height: auto; margin-top:16px; margin-bottom: 32px;}
    .main-page .page{width: 100%; justify-content: center;}
    .main-page .page{margin-bottom: 16px}
    }
@media screen and (max-width: 600px){
    .main-page .page .prev span,.main-page .page .next span{display:none; opacity: 0;}
    .main-page .prev, .main-page .next{min-width: 40px;}}
/*******************************
  -------[=页面底部------
********************************/
#footer {position: relative;z-index: 2; background-color: #1E1E1E}
#footer .footer,#footer .copyright{display:flex; flex-flow:row wrap; justify-content: space-between;padding-top:20px;padding-bottom:20px;}
#footer .footer p,#footer .footer p a{color:#fff; opacity: 0.7;}
#footer .copyright{border-top:solid 1px rgba(255, 255, 255, 0.1);}
#footer .copyright p,#footer .copyright a{color:#fff; opacity: 0.7;}
#footer .wrapper{}
#footer .footer-qrcode{width:80px; height:100px; position:absolute; left:0; top: 12px;margin-left:-120px;}
#footer .footer-qrcode img{display:block;width:100%; height:auto;}
#footer .footer-qrcode p{text-align:center; color:#fff; font-size:12px;white-space: nowrap; margin-top:5px;}
/*******************************
  -------[=页面------
********************************/
header, #header,#nav .top { width: 100%; }
#header, .nav .nav-ul{ height: 100%; }
#header .wrapper, .nav .nav-ul { display: flex; justify-content: space-between; align-items: center; }
header { position: fixed; z-index: 100; left: 0; top: 0; }
#header {display:flex;}
#logo { width: 480px; display: flex; justify-content: center; align-items: center;}
.logo{background:url(../images/logo.png) left center no-repeat; width: 320px; height: 43px;}
.logo a {width: 100%; height: 100%; display:block; }
#nav {flex:1;display:flex; flex-flow:row wrap; justify-content: flex-end;}
#nav .top{height: 40px; background: #2B2B2B; display: flex; justify-content: space-between; align-items: center;}
#nav .top .txt{color:#fff; padding-left: 32px;}
#nav .top .lang{margin-right:80px; margin-left:30px;}
#nav .top .lang,#nav .top .lang a{display:flex; align-items: center;}
#nav .top .lang a{margin-left: 24px;color:#fff;}
#nav .top .lang a span{color:#fff;}
#nav .top .lang a img{margin-right:5px;}
.nav{width: 60%; height: 70px;}
.nav .nav-ul { flex-flow: row wrap; width: 100%;padding-right: 80px;}
.nav .mainlevel { position: relative; z-index: 10; height: 50px; display: flex; align-items: center; justify-content: center;}
.nav .mainlevel a { color:rgba(51, 51, 51, 0.8); text-decoration: none;display: block; position: relative; z-index: 2; text-transform: uppercase;}
.nav .mainlevel:after { content: ""; position: absolute; z-index:1; width: 0; height: 2px; left: 50%; bottom: 0; background: #C0890B; }
.nav .mainlevel a span {position:relative; z-index:2;font-size: 14px; color:#333;}
.nav .mainlevel.active a span {color:#C0890B;}
.nav .mainlevel a:hover span{ color: #C0890B; }
.nav .mainlevel.active:after, .nav .mainlevel:hover:after,.nav .mainlevel.active.cuf:hover:after { width: 100%; left: 0; }
.nav .mainlevel.active.cuf a span{color:#333;}
.nav .mainlevel.active.cuf:after{width: 0; left:50%;}
header.fixed {background-color:#fff;box-shadow: 0px 2px 4px rgba(122, 122, 122, 0.1);}
header.fixed #header { height: 60px;}
header.fixed .nav .nav-ul{padding-right: 0; justify-content: space-around;}
header.fixed #nav .top,header.fixed #nav .nav {transform: translateY(-40px);}
header.fixed #nav .top .lang {transform: translateY(50px); margin-left: 0; width: 100px;}
header.fixed #nav .top .lang a {color: #333;}
header.fixed #nav .nav {width:calc(100% - 280px); margin-right: 280px; height: 60px;}
header.fixed #nav .top .lang a span {display: none;}
.pc-img{display:block !important;}
.mobile-img{display:none !important;}
.snr-title{margin-top: 80px; margin-bottom: 60px; position:relative;}
.snr-title .main,.snr-title .secondary{text-transform: capitalize;}
.snr-title .main{font-size:24px; color:#333;letter-spacing:1.5px;}
.snr-title .secondary{font-size:20px; color:#C0890B; margin-bottom: 11px; text-transform: uppercase;}
.snr-title.center .main,.snr-title.center .secondary{flex-direction: column; align-items: center;text-align: center;}
#banner{display:block; overflow: hidden;margin-top:110px;}
#banner img{display:block; width: 100%; height: 100%;}
#sub-nav {width: 100%; height: 70px; margin-bottom: 60px; background: #fff; border-bottom:solid 1px #C4C4C4; position:sticky; top: 60px; z-index: 5;}
#sub-nav .wrapper,#sub-nav .sub-nav { height: 100%; }
.swiper-container.sub-nav .swiper-wrapper { justify-content: center; align-items: center; padding-left: 30px;}
.swiper-container.sub-nav .swiper-wrapper .swiper-slide { width: auto; padding: 0; margin-right: 5vw; position: relative; display: inline-block; display: flex; align-items: center; border-bottom: 0; text-transform: uppercase; }
.swiper-container.sub-nav .swiper-wrapper .swiper-slide:before { content: ""; width: 0; height: 2px; background: #C00000; display: block; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); }
.swiper-container.sub-nav .swiper-wrapper .swiper-slide a { color: #666; font-size: 16px; }
.swiper-container.sub-nav .swiper-wrapper .swiper-slide.active a { color: #000;}
.swiper-container.sub-nav .swiper-wrapper .swiper-slide.active:before, .swiper-container.sub-nav .swiper-wrapper .swiper-slide:hover:before { width: 100%; }
/*企业简介*/
#about1{padding-top:100px;}
.about1{ display: flex; justify-content: space-between;}
.about1 .snr-title{width: 240px; margin-top: 0;}
.about1 .text{flex:1;}
#about2{background-color:#fafafa; padding-top:80px; padding-bottom: 80px; margin-top: 80px;}
#about2 .snr-title{ margin-top: 0;}
.about2{display:flex; justify-content: space-around;}
.about2 .item{flex:1; display:flex; flex-direction: column; align-items: center; text-align: center;}
.about2 .item .p1{font-size:18px; font-weight: 600; color:#333;margin-top:20px; margin-bottom: 15px; text-transform: uppercase;}
.about2 .item .p2{font-size:14px; font-weight: 400; line-height: 1.8; color:#666;padding-left: 15%; padding-right: 15%;}
#about3{padding-bottom:80px}
#about3 .list .list-li{width: calc(25% - 30px)}
#about3 .list .images{padding-top:90%; width: 90%; margin: 5%;}
#about3 .list .images img{object-fit:contain;}
#about3 .list-txt{border-top:solid 1px #eee;}
#about3 .list-txt .name{text-align: center;}


.btn-play{display:block; position: absolute;z-index: 2; width:100px; height:100px; background:url(../images/btn-play.png) center center no-repeat;background-size:contain; border-radius:50%;left:50%; top:50%; margin:-50px 0 0 -50px; cursor:pointer;}
#video-mask{position:fixed; z-index: 10000; width:100%; height:100%; left:0; right:0; bottom:0; background:rgba(0,0,0,0.8); display: none;}
#video-wrap{position:fixed; z-index: 10001; width:100%; height:100%;left:0; top:0; right:0; bottom:0; transform: scale(0, 0);transition: all 0.5s ease}
#video-wrap.show{transform: scale(1, 1); display: block;}
#video-wrap video#video{position: fixed; left:50%; top:50%; transform: translate(-50%,-50%);width:auto; height:auto;max-width:95vw; max-height: 80vh;border-radius: 10px; }
#video-wrap #video-off {position: fixed; width: 45px; height: 45px; background: none; border: solid 1px #fff; top: auto; bottom: 30px; right: 50%; margin-right: -22.5px; padding: 9px; cursor: pointer; border-radius: 50%;}
#video-off:before, #video-off:after{ content: ""; display: block; width: 25px; height: 2px; background: #fff; position: absolute; top: 45%; }
#video-off:before { transform: rotate(45deg); }
#video-off:after { transform: rotate(-45deg); }
/*资讯*/
.list.news-list .list-ul{margin-right: 0; margin-bottom: 0;}
.list.news-list .list-li{margin-right: 0; margin-bottom: 0; border-bottom:solid 1px #ddd; float:none;}
.list.news-list .list-txt{padding-top:20px; padding-bottom:20px; padding-left: 110px;}
.list.news-list .list-txt .name{font-size:18px;}
.list.news-list .list-txt .info{-webkit-line-clamp:2;}
.list.news-list .list-txt .info, .list.news-list .list .list-txt .info *{line-height:2 !important;}
.list.news-list .list-txt .date{width: 80px;height: 80px; position: absolute; left: 0;top:50%; transform:translateY(-50%);background-color:#C0890B; display:flex; flex-direction: column; justify-content: center;align-items: center; font-size: 16px; color:#fff;}
.list.news-list .list-txt .date span{font-size:28px; font-weight: 600; color:#fff;}
.article { padding: 60px 0; }
.article .head { border-bottom: solid 1px rgba(153, 153, 153, 0.5); padding-bottom: 20px; margin-bottom: 30px; }
.article .head .tool { font-size: 12px; color: #999; display: flex; justify-content: center;}
.article .head .tool .source {margin-right:30px;}
.article .head .tool .author {margin-right:30px;background: url(../images/author.png) left center no-repeat; padding-left: 20px;}
.article .head .tool .date {background: url(../images/date.png) left center no-repeat; padding-left: 20px;}
.article h1 { font-size: 24px; line-height: 1.5; color: #000; display: inline-block; padding: 20px 0; width: 100%; text-align: center; }
.article h2 { font-size: 16px; color: #333; }
.article .body { padding: 0; min-height: 400px; }
.article .body * { font-size: 16px !important; color: #666 !important; line-height: 2 !important; background: none !important;}
.article .body h5 { font-size: 18px !important; color: #333 !important; margin-top: 20px !important; }
.article .body h5:after { content: ""; display: block; width: 20px; height: 2px; background: #E84545; margin: 20px 0 30px 0; }
.article .body b { font-size: 18px; color: #333; margin-bottom: 15px; }
.article .body hr { height: 1px; width: 100%; margin: 30px 0; border: 0; display: block; background: #ddd }
.article .body img { max-width: 100%; margin: 15px 0; width: auto; display: inline-block; }
.article .body table { width: 100% !important }
.article .body table td { word-wrap: break-word !important; font-size: 14px !important; padding: 10px !important; border: 0 !important; min-width: 50px; max-width: auto !important; line-height: 30px !important; vertical-align: middle !important }
.article .body table td * { word-wrap: break-word !important; font-size: 16px !important; font-weight: 400 !important; color: #111 !important; line-height: 30px !important }
.article .footer { width: 100%; display: flex; justify-content: space-between; align-items: center; border-top: solid 1px #ddd; margin-top: 40px; padding-top: 30px; }
.article .footer .left .p { font-size: 16px; margin-bottom: 10px; color: #999; }
.article .footer .left .p a { font-size: 16px; color: #333; }
@media screen and (max-width: 900px){
    .article { padding: 32px 0; }}
/*产品展示*/
.products-top{position:relative; width: 50vw; margin: 30px auto;}
.products-top .swiper-container{padding-bottom: 50px;}
.products-top .swiper-btn{width: 50px; height: 50px; z-index: 10; background:rgba(0,0,0,0.2); border-radius: 5px;bottom:50px; margin-bottom: -25px;}
.products-top .swiper-btn:before{border-right:solid 2px #fff;border-top:solid 2px #fff;}
.products-top .next.swiper-btn{right: 0;margin-right: -60px;}
.products-top .prev.swiper-btn{left: 0;margin-left:-60px;}
.list.products-list .list-li{width:calc(25% - 30px);}
.list.products-list .images{padding-top:100%;background-color:#fff; border:solid 1px #eee;}
.list.products-list .images img{object-fit: contain; width: 90%; height: 90%; left: 5%; top: 5%; right: 5%; bottom: 5%;}
.list.products-list .list-txt .name{color:#333; font-size:16px; text-align: center;}
.list.products-list .list-li:hover .images{border-color:#C0890B;}
.list.products-list .list-li:hover .list-txt .name{color:#C0890B; letter-spacing: 1px;}
/*生产设备*/
.list.equipment{padding-bottom: 5vw}
.list.equipment .list-li{width:calc(33.33% - 30px);}
.list.equipment .images{padding-top:75%;}
.list.equipment .list-txt{background: rgba(244,147,60,0.78); margin-top:-40px; height: 40px; padding: 0 20px; display: flex; align-items: center;}
.list.equipment .list-txt .name{color:#fff; font-size:16px;}
/*联系*/
.contact{padding-bottom:60px; display:flex; justify-content: space-between;}
.contact .item{flex:1; flex-direction: column; text-align: center;}
.contact .item .p1{font-size: 18px; color:#333; margin-top: 15px;}
.contact .item .p2{ margin-top: 8px; font-size: 14px; color:#666;}

.contact-map #gaodi-map { width: 100%; height: 500px; z-index: 1; }
.contact-map .icon { background: url(../images/map-icon.png) no-repeat; }
.contact-map .icon-cir { width: 63px; height: 67px; }
.contact-map .icon-cir-red { background-position: 0 0; }
.contact-map .amap-info { width: 450px; }
.contact-map .amap-info-content { padding: 20px 28px 20px 20px; }
.contact-map .amap-info-content h5 { font-size: 18px; line-height: 20px; color: #333; font-weight: 600; margin-bottom: 10px; }
.contact-map .amap-info-content div { font-size: 14px; line-height: 1.6em; color: #666 }
/*******************************
  -------[=首页------
********************************/
#index-col1{display:block; position:relative; width:100%; margin-top:110px;}
.index-banner { width: 100%;position: relative; z-index: 1;}
.index-banner .swiper-wrapper{z-index: 1;}
.index-banner .swiper-btn { z-index: 5; top:50%}
.index-banner .swiper-btn:after { content: ""; position: absolute; background: rgba(255,255,255,0.2); width: 100%; height: 100%; border-radius: 50%; left: 0; top: 0; }
.index-banner .swiper-btn:hover:after { transform: scale(1.5); }
.index-banner .swiper-btn.prev { left: 2% }
.index-banner .swiper-btn.next { right: 2% }
.index-banner .swiper-pagination { bottom: 20px; }
.index-banner .swiper-pagination-bullet {opacity: 1;position: relative;width: 50px;height: 2px;border-radius: 1px;margin: 0 5px !important;background-color: rgba(255,255,255,0.2);transition: background-color .3s ease;}
.index-banner .swiper-pagination-bullet::before {display: block; content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%; background-color: #fff;    transform: scaleX(0);transform-origin: 0 0;}
.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {animation: sliderPagination 4s linear forwards}
.index-banner .swiper-pagination-bullet:hover {background-color: rgba(255,255,255,0.8);}
@keyframes sliderPagination { 100% {transform: scaleX(1);opacity: 1;}}
#index-col2{padding-top: 150px; padding-bottom: 150px; position: relative;}
#index-col2 .left{ width: 56%; margin-left: 80px;}
#index-col2 .left .images{padding-top:82%; overflow: visible; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);}
#index-col2 .left .images:after{content:""; display:block; position: absolute; width: 100%; height: 100%; top: 0; right: 0; margin-top:-60px; margin-right:-60px;  border:solid 1px #C0890B;}
#index-col2 .right{ position: absolute;z-index: 2;right: 4%;top: 50%; transform: translateY(-50%); background:rgba(244,244,244,0.95); width: 44%; padding-left:80px;padding-right: 80px; padding-bottom: 10vw;}
#index-col2 .snr-title{margin-bottom: 40px; margin-top: 8vw;}
.index-txt .info{-webkit-line-clamp: 2;}
.index-txt .info,.index-txt .info *{font-size: 14px !important; line-height: 2.25; color:#666;}
#index-col2 .more{margin-top:40px;justify-content: flex-start;}
#index-col3{position:relative;}
#index-col3 .left {left: 160px; width: 32%; top: 140px; position: absolute;}
#index-col3 .left .images{padding-top:75%; overflow: visible; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);}
#index-col3 .left .images:after{content:""; display:block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; margin-top:-60px; margin-left:-80px;  border:solid 1px #C0890B}
#index-col3 .right{width: 80%; margin-left: 20%; padding-left:36%; height: 46vw; padding-top: 80px; padding-right: 80px; background-color:#F3EFE6;}
#index-col3 .snr-title{margin-bottom: 40px; margin-top: 0;}
#index-col4{ position:relative;  z-index: 2; margin-top: -160px;}
#index-col4 .left{ padding-left: 80px; width: calc(53% - 80px); background-color: #F9F9F9;overflow: hidden; padding-bottom: 90px;}
#index-col4 .left:after{content:"News information"; position:absolute; left: 80px; bottom: 0;height: 80px; overflow: hidden; color:#F6F3EE;font-size: 96px;text-transform: uppercase;font-weight: 600; white-space: nowrap;}
#index-col4 .left a{display:block; width: 60%; margin-top: 30px}
#index-col4 .left a .p{font-size:18px; color:#333; margin-bottom: 5px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block;}
#index-col4 .right{width: 47%;position:absolute; z-index: 11; right: 80px; top: 0; bottom: 0;display:flex; align-items: flex-end;}
#index-col4 .images{padding-top:88%; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);}
#index-col5{width:100%;margin-top:120px; margin-bottom: 40px; padding:0 80px; position:relative;}
#index-col5 .images{padding-top:32%;}
#index-col5 .images:before{content:""; display: block; position:absolute;left: 0; top: 0; z-index: 2; width: 100%; height: 100%; background:rgba(0,0,0,0.4);}
#index-col6{width:100%; padding-left:80px; padding-right:80px;}
#index-col6 .list{background-color:#F9F9F9; margin-bottom: 32px;}
#index-col6 .list .list-ul,#index-col6 .list .list-li{margin-right: 0; margin-bottom: 0;}
#index-col6 .list .list-li{width: 20%;border-right:solid 1px #DBDBDB;}
#index-col6 .list .list-li:last-child{border-right:0;}
#index-col6 .images{margin-top: 20px; margin-bottom: 20px;}
#index-col6 .images img{object-fit: contain;}
#index-col6 .list-txt{border-top:solid 1px #DBDBDB;padding-top:24px; padding-bottom: 24px;}
#index-col6 .list-txt .name{text-align: center;}
#index-col7{background:url(../images/index-col7.jpg) center center no-repeat; background-size:cover;position:relative; display:flex; justify-content: center; padding-top: 80px; padding-bottom: 80px; margin-top: 80px;}
#index-col7:after{content:""; display:block; position:absolute; z-index: 1; width: 100%; height: 100%; left: 0; top: 0; background:rgba(8,8,8,0.6);}
#index-col7 a{position:relative; z-index: 2; width: 260px; display:flex; flex-direction: column; align-items: center; margin-right: 40px; margin-left:40px;padding-top: 30px; padding-bottom: 30px; background:rgba(192,137,11,0.5); text-align: center; }
#index-col7 a .p1{font-size:18px; font-weight: 600; text-transform: capitalize; color:#fff; white-space: nowrap; margin-top: 12px;}
#index-col7 a .p2{font-size:12px; font-weight: 400; line-height: 1.5; color:#fff; margin-top: 8px;}
/*******************************
  -------[=自适应------
********************************/
.body-overlay { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; width: 100%; height: 100%; display: none; background: rgba(0,0,0,0.2); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.top .close { width: 25px; height: 25px; position: absolute; z-index: 1001; top: 16px; right: 16px; display: none; cursor: pointer; }
.mobilemenu { width: 40px; height: 40px; padding: 9px 0 0 15px; position: absolute; z-index: 1001; right: 20px; top: 50%; margin-top: -20px; display: none; cursor: pointer; }
.mobilemenu b { width: 25px; height: 2px; background-color: #666; display: block; margin-bottom: 8px; }
.mobilemenu b:nth-child(2) { margin-left: 10px; width: 15px; }
.mobilemenu.close { border: 0; }
.mobilemenu.close b { position: absolute; width: 25px; background-color: #C00000; top: 19px; }
.mobilemenu.close b:nth-child(2) { display: none; }
.mobilemenu.close b:nth-child(1), .top .close b:nth-child(1) { -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.mobilemenu.close b:nth-child(3), .top .close b:nth-child(2) { -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.wrapper {max-width: 1200px;width: 100%;}
@media screen and (max-width: 1440px){
#footer .wrapper{padding-left:90px;}
#footer .footer-qrcode{margin-left:0}
}
@media screen and (max-width: 1366px){
    .wrapper {padding: 0 15px; max-width: 100%;}
    .nav{width: 80%;}
    #nav .top .lang{margin-right:15px;}
    .nav .nav-ul{padding-right: 15px;}
    header.fixed #nav .nav{margin-right:120px; width: calc(100% - 120px);}
    #logo{width: 350px;}
    .snr-title{margin-top:40px; margin-bottom: 30px;}
    #nav .top .txt{ padding-left:15px;}
    #index-col2{padding-top:50px; padding-bottom: 50px;}
    #index-col2 .left{margin-left: 15px;}
    #index-col2 .left .images:after{margin-top:-20px; margin-right: -20px;}
    #index-col2 .right{right: 15px;padding-left: 30px; padding-right: 30px; padding-bottom: 5vw;}
    #index-col2 .snr-title{margin-bottom: 20px; margin-top: 5vw;}
    #index-col3 .left{left:35px; top:50px;}
    #index-col3 .left .images:after{margin-top:-20px; margin-left:-20px;}
    #index-col3 .right{padding-left: 20%; padding-top: 30px; padding-right: 15px;}
    #index-col3 .snr-title{margin-bottom: 15px;}
    #index-col4 { margin-top:-15vw;}
    #index-col4 .left{ padding-left: 15px; width: calc(53% - 15px); padding-bottom: 60px;}
    #index-col4 .left:after{left:15px;}
    #index-col4 .right{right:15px;}
    #index-col4 .left a{width: 80%;}
    #index-col5{padding:0 15px; margin-top: 60px; margin-bottom: 20px;}
    #index-col5 .images{padding-top:36%}
    #index-col6{padding-left:15px; padding-right: 15px;}
    #index-col7{justify-content: space-around; flex-flow:row wrap; margin-top: 32px;}
    #index-col7 a{width: 23%; margin-right: 0; margin-left: 0;}
    #about1{padding-top:80px;}
    #about2{padding-top:50px; padding-bottom: 50px; margin-top: 50px;}
    #about3{padding-bottom:50px;}
    .products-top{width: 70vw}
}

@media screen and (max-width: 1024px) {
    #logo{width: 300px;}
    .logo{ width:260px; background-size:contain;}
    #footer .footer, #footer .copyright{margin-bottom: -10px;}
    #footer .footer p, #footer .copyright p{width:100%; text-align: center; margin-bottom: 10px;}
    #index-col4 .images{padding-top:110%;}
    #about1{padding-top:50px;}
    .about1 .snr-title{width: 200px;}
    #about2{padding-top:30px; padding-bottom: 30px; margin-top: 30px;}
    #about3{padding-bottom:30px;}
    .list.products-list .list-li{width:calc(33.33% - 30px)}
    #nav .top .lang a span{display:none;}
}

@media screen and (max-width: 900px) {    
    .nav .mainlevel:after,.nav .mainlevel ul:before,.nav .mainlevel ul li a:after,.about1 .left:before { display: none; opacity: 0 }
    .pc-img{display:none !important;}
    .mobile-img{display:block !important;}
    .mobilemenu { display: inline-block; }
    header, header.fixed { height: 60px; z-index: 10; background-color: #fff }
    #header { height: 100%; }
    #header .wrapper { padding-top: 0; }
    #header .wrapper, .nav .nav-ul { display: block }
    #nav, header.fixed #nav { position: fixed; display: block;width: 80%; height: 100%; right: -100%; top: 0px; margin: 0; background: #fff; z-index: 101; overflow-x: hidden; overflow-y: auto; border-top: solid 1px #ddd; }
    #nav .nav { padding: 60px 16px 16px; width: 100%; height: auto; }
    #nav .nav .mainlevel { width: 100%; border-bottom: solid 1px #ddd; display: block;margin: 0; height: auto; }
    #nav .nav .mainlevel.active{background-color:#eee;}
    .nav .mainlevel a{color:#333; opacity: 1;}
    .nav .mainlevel.active a, .nav .mainlevel a:hover, .nav .mainlevel ul li a:hover{color:#000;}
    .nav .mainlevel ul{width: 100%; position:relative; top:0;white-space:normal; height: auto; padding: 20px 0;border-top:solid 1px #ddd;background-color:#fff;}
    .nav .mainlevel a { height: 50px; line-height: 50px; width: 100%; padding: 0 20px; display: flex; align-items: center;}
    .nav .mainlevel a:after{content:""; position:absolute; right: 16px; width: 8px; height: 8px; border-top:solid 1px #666; border-right: solid 1px #666; transform: rotate(45deg)}
    .nav .mainlevel ul li{margin-right: 0;}
    .nav .mainlevel ul li a{justify-content: flex-start;}
    .nav .mainlevel ul li a:hover{background: #eee; color:#333;}
    #sub-nav {width: calc(100% + 32px);margin-left: -16px; margin-right: -16px; margin-bottom: 20px; height: 50px;}
    .swiper-container.sub-nav .swiper-wrapper { justify-content: flex-start;}
    .swiper-container.sub-nav .swiper-wrapper .swiper-slide{margin-right:20px;}
    .swiper-container.sub-nav .swiper-wrapper .swiper-slide:last-child{margin-right:80px;}
    .contact .map { height: 50vh; margin-top: 20px; margin-bottom: 30px; }
    .contact-info .item .icon { width: 60px; height: 60px; }
    .list .list-ul{margin-right:-15px; margin-bottom: -15px;}
    .list .list-li{margin-right:15px; margin-bottom: 15px;}
    .amap-info { width: 50vw; }
    #nav .top{background-color:#fff;flex-direction: column; height: auto; }
    #nav .top .txt{margin-top: 15px; margin-bottom: 20px; line-height: 1.8; text-align: center;}
    #nav .top .txt,#nav .top .lang a span{color:#333;}
    header.fixed #nav .top .lang{width: 200px;}
    #nav .top .lang a span,header.fixed #nav .top .lang a span{display:inline-block;}
    header.fixed #nav .top, header.fixed #nav .nav,header.fixed #nav .top .lang{transform: translateY(0)}
    header.fixed #nav .nav{height:auto;}
    .nav .nav-ul{padding-right:0;}
    header.fixed #nav .nav{margin-right: 0; width: 100%;}
    #banner{margin-top:60px; height: 20vh;}
    #index-col1{margin-top:60px;}
    #index-col4 .images{padding-top:120%;}
    #about3 .list .list-li{width: calc(25% - 15px)}
    .products-top{width:100%;}
    .products-top .next.swiper-btn{margin-right: 10px;}
    .products-top .prev.swiper-btn{ margin-left: 10px;}
    .list.products-list .list-li{width:calc(33.33% - 15px)}
    .list.equipment .list-li{width:calc(33.33% - 15px);}
    #footer .wrapper{padding-left:0;}
    #footer .footer-qrcode{display:none;}
}

@media screen and (max-width: 800px){
    .snr-title .main,.snr-title .secondary{text-align:center;}
    #index-col2 .left .images:after,#index-col3 .left .images:after{display:none;}
    #index-col2{flex-flow:row wrap;padding-top:30px; padding-bottom: 30px;}
    #index-col2 .left{width: 100%; margin-left: 0;}
    #index-col2 .left .images,#index-col3 .left .images,#index-col4 .images{padding-top:56.25%;}
    #index-col2 .right,#index-col3 .left,#index-col4 .right{position:relative; width: 100%;}
    #index-col2 .right{ right: 0; padding: 15px; top: 0; transform: translateY(0)}
    #index-col2 .snr-title{margin-top:0; margin-bottom: 15px;}
    #index-col2 .more{margin-top:15px; justify-content: center;}
    #index-col3 .left{left:0; top: 0}
    #index-col3 .right{ padding:15px; width: 100%; margin-left: 0; height: auto;}
    #index-col4{margin-top:0; display: flex; flex-flow:row wrap;}
    #index-col4 .snr-title{margin-top:0; margin-bottom: 0;}
    #index-col4 .left{order:2; width: 100%; padding: 15px 15px 60px 15px;}
    #index-col4 .left a{width:100%;}
    #index-col5{padding:0; margin-top: 0px;}
    #index-col5 .images{padding-top:56.25%}
    #index-col6 .list .list-li{width: 33.33%}
    #index-col7{margin-bottom: -15px; padding-top: 30px; padding-bottom: 30px;}
    #index-col7 a{width: 48%; margin-bottom: 15px;}
    .about2 .item .p2{padding-left: 5%; padding-right: 5%;}
    #about3 .list .list-li{width: calc(33.33% - 15px)}
    #index-col4 .left:after{ font-size: 70px; text-align: center; height: 60px;}
    
}
@media screen and (max-width: 700px){
    .more, .more a { width: 90%; margin: 0 auto }
    .about1{flex-direction: column; align-items: center;}
    .about2{flex-flow:row wrap; margin-bottom: -30px;}
    .about2 .item {flex:none; width: 50%; margin-bottom: 30px;}
    .contact{flex-direction: column; margin-bottom: -30px;}
    .contact .item{display:flex; position:relative; padding-left:80px; margin-bottom: 30px; text-align: left;}
    .contact .item img{position:absolute;left: 0; top:50%; transform: translateY(-50%);}
    .contact .item .p1{margin-top:0;}
}

@media screen and (max-width: 600px) {
    .index-banner .swiper-btn{display:none;}
    .more { display: block; }
    .amap-info { width: 80vw; }
    .list.products-list .list-li{width:calc(50% - 15px)}
    .list.equipment .list-li{width:calc(50% - 15px);}
}

@media screen and (max-width: 480px) {
    .more, .more a { width: 100%; }
    #index-col6 .list .list-li{width: 50%;}
    #index-col7 a{width: 46%}
    #about3 .list .list-li{width: calc(50% - 15px)}
    .list.equipment .list-ul,.list.equipment .list-li{margin-right: 0;}
    .list.equipment .list-li{width:100%;}
}
