/* 
               (0 0)
   +=====oOO====(_)=========+
   |   Powered By Anxin     |
   |   Tel: 0572-5220701    |
   |   Creation:2022.07.29  | 
   +=================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;font-family:Microsoft YaHei,sans-serif;font-weight:400;}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{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,textarea{border:0}input::placeholder,textarea::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{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block }
a,a:hover, :after, :before, .iconfont, .images, .images img, .list-li, .list-txt, .list-txt .name, .mobilemenu b, header, header *, #footer *, .wrapper, #banner, #banner img { -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; }
/*页面*/
* { font-size: 14px; font-weight: 400; box-sizing: border-box; }
body { background-color: #000; overflow-x: hidden;}
.wrapper { margin: 0 auto; position: relative; }
.text { padding: 0; }
.text, .text * { color: #666; font-size: 16px; line-height: 2; word-wrap: break-word; }
.text p { margin-bottom: 15px; }
.text p:last-child { margin-bottom: 0; }
.text img { max-width: 100%; margin: 20px auto; display: block; opacity: 1 !important; }
.txt-info { overflow: hidden; display: -webkit-box !important; -webkit-box-orient: vertical; white-space: normal !important; word-wrap: normal !important; }/*-webkit-line-clamp: 8;*/
.txt-info * { -webkit-box-orient: horizontal; width: auto; display: inline; padding: 0; margin: 0; white-space: normal !important; word-wrap: normal !important; background: none !important; text-indent: 0 ; font-family: sans-serif !important;word-break:break-all !important; }
.txt-info img { display: none !important; opacity: 0; }
.select { position: relative; width: 100%; height: 100%;}
.select:after { content: ""; display: block; width: 6px; height: 6px; border-right: 1.5px solid #fff; border-bottom: 1.5px solid #fff; -webkit-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); pointer-events: auto; position: absolute; z-index: 1; right: 0px; top: 10px; }
.select .placeholder,.select ul li a{width: 100%; height: 100%; display: flex; align-items: center;font-size: 18px; font-weight: 500; color:#fff; white-space: nowrap;}
.select .placeholder img,.select ul li a img{margin-right: 6px;}
.select .placeholder {position: absolute; z-index: 10; left: 0; top: 0;  padding-right:21px; cursor: pointer;}
.select.is-open ul { display: block;}
.select.is-open:after {transform:rotate(225deg); top:12px; }
.select ul { display: none; position: absolute; z-index: 100; overflow: hidden; width: 100%; top: 100%;left: 0;margin-top:16px; padding: 0; max-height: 300px; overflow-x: hidden; overflow-y: auto;border-top:0;}
.select ul li { display: block; float: none !important; width: 100% !important; margin: 0; cursor: pointer; }
.form form{display:flex; flex-flow: row wrap; justify-content: space-between; width: 100%; height: 100%;}
.form form .form-group {display:flex; width:calc(50% - 30px); margin-right: 30px; margin-bottom: 30px;background: #181818; padding: 20px 32px;}
.form form .form-group.all {width: 100% !important;}
.form form .form-group .label{ font-size: 18px; color: #fff; line-height: 32px;}
.form form .form-group .label span{color: #DA0000; margin-left: 5px;}
.form form .form-group .input-group{flex: 1; width: 100%;}
.form form .form-group .form-input{width:100%; padding:6px 14px; background: none; border: 0; font-size: 18px; line-height: 32px; height: 32px; color: #fff;}
.form form .form-group .form-input::placeholder{font-size: 16px; color: #fff; opacity: 0.5; text-transform: capitalize}
.form form .form-group .form-textarea{height:auto !important}
.form form .form-group.button-group{background: none; border: 0; padding: 0; justify-content: flex-start;}
.form form .button-group .form-button{width: 186px; height: 60px; background-color: #BEA27B; cursor: pointer; font-size: 14px; font-weight: 600; color: #fff; text-transform: capitalize;}
.form form .button-group .form-button:hover{opacity: 0.7;}
.arrow{position:relative; z-index: 2; width: 24px; height: 24px;}
.arrow:before,.arrow:after{content: ""; position: absolute; display: block;}
.arrow:before {  width: 8px; height: 8px; border-right: 1.5px solid #fff; border-top: 1.5px solid #fff; pointer-events: auto; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg);}
.arrow:after{width: 15px; height: 0; border-top: 1.5px solid #fff; top: 50%; left: 50%; margin-top: -1px; margin-left: -9px;}
.video{position: absolute;z-index: 4; width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5);}
.play-btn {position: absolute;z-index: 4;left: 50%; top: 50%;width: 40px;  height: 40px;border:2px solid #fff;  margin-top: -22px; margin-left: -22px; border-radius: 50%; display: flex;  justify-content: center;  align-items: center;  cursor: pointer;}
.play-btn:after {  content: "";  display: block;  width: 14px;  height: 20px; border-radius: 2px; background-color: #fff;  clip-path: polygon(0 0, 100% 50%, 0 100%); margin-left: 5px;}
/*更多*/
.more { position: relative; width: 100%; display: flex; }
.more a { width: 186px; height: 60px; outline: 1.5px solid #BEA27B; outline-offset: -1.5px; position: relative; display: flex; justify-content: center; align-content: center; align-items: center;overflow: hidden;}
.more a:after { content: ""; display: block; position: absolute; z-index: 1; width: 100%; height: 100%; background:#BEA27B; opacity: 0.5; left: 0%; top: 0;transform: translateY(100%)}
.more span { position: relative; z-index: 2; font-size: 14px; font-weight: 600; color: #fff; text-transform: uppercase; display: block; text-align: center;}
.more .arrow {margin-left: 21px;}
.more a:hover:after {transform: translateY(0)}
.more a:hover span { color: rgba(255, 255, 255, 0.8); }
.more2 a{display:flex; align-items: center; font-size: 14px; color: #fff; text-transform: uppercase;}
.more2 a:before{content:""; display: block; width: 8px; height: 7px; background: rgba(255, 255, 255, 0.8); clip-path: polygon(0 0, 100% 50%, 0 100%); margin-right: 13.5px;}
/*******************************
  -------[=返回顶部-------
********************************/
.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: #BEA27B; 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); }
/*******************************
  -------[=图片切换-------
********************************/
.swiper-container{width: 100%; height: 100%;}
.swiper-container img { display: block; width: 100%; height: 100%; }
.swiper-btn { display: block; width: 58px; height: 58px; text-align: center; cursor: pointer; position: relative;border-radius: 0;}
.swiper-btn:before,.swiper-btn:after{content: ""; position: absolute; display: block;}
.swiper-btn:before {  width: 12px; height: 12px; border-right: 2px solid #2E6DFE; border-top: 2px solid #2E6DFE; pointer-events: auto; left: 50%; top: 50%; }
.swiper-btn:after{width: 18px; height: 0; border-top: 2px solid #2E6DFE; top: 50%; left: 50%; margin-top: -1px; margin-left: -9px;}
.swiper-btn.swiper-button-disabled { opacity: 0.65; cursor: not-allowed; }
.prev.swiper-btn { left: 0; background-color: #fff; }
.prev.swiper-btn:before { transform: translate(-50%, -50%) rotate(-135deg); }
.next.swiper-btn { background-color: #2E6DFE; }
.next.swiper-btn:after,.next.swiper-btn:before { border-color: #fff; }
.next.swiper-btn:before { transform: translate(-50%, -50%) rotate(45deg); }
.swiper-tool{display: flex; justify-content: flex-end; align-items: center; width: 100%; overflow:hidden; margin-top: 48px;}
.swiper-tool .swiper-pagination{position: relative; z-index: 1; bottom: 0; height:2px; background-color: #D3D3D3; display: flex; flex: 1;}
.swiper-tool .swiper-pagination-bullet{ margin: 0 !important; width: auto; height: 2px; border-radius: 0; flex:1; display: block; position: relative; background: none;}
.swiper-tool .swiper-pagination-bullet:before{content:""; display: block; position: absolute; width: 100%; height: 2px;}
.swiper-tool .swiper-pagination-bullet.swiper-pagination-bullet-active:before{ background-color: #006FE0;}
/*******************************
  -------[=列表-------
********************************/
.images { overflow: hidden; position: relative; z-index: 1; width: 100%; height: 0; padding: 0px; margin: 0; }
.images img { width: 100%; height: 100%; object-fit: contain; position: absolute; z-index: 1; left: 0; top: 0; }
.list { overflow: hidden; position: relative; z-index: 1; }
.list .list-ul { margin-right: -40px; margin-bottom: -40px; }
.list .list-ul:after { content: ""; display: table; clear: both; }
.list .list-li { float: left; margin-right: 40px; margin-bottom: 40px; 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: #fff; font-size: 23px; font-weight: 400; overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.list-txt .txt-info { -webkit-line-clamp: 1; margin-top: 8px; }
.list-txt .txt-info, .list .list-txt .txt-info * { color: #999; line-height: 2.14; }
.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 #E5E5E5; }
.pop-wrap{width: 100%;padding:16px;}
.pop-wrap .head{width: 100%; padding:16px 0; background-color: #fff; border-bottom: solid 1px #e5e5e5; margin-bottom: 24px; font-size:24px; font-weight: 600; color:#666;}
.pop-wrap .head span{font-size:14px; font-weight: 400; color:rgba(51, 51, 51, 0.6);margin-left:24px;}
.pop-wrap .body{width: 100%;}
.pop-wrap .body{width: 100%;}-wrap .txt{flex:1; padding-left: 32px; padding-right: 16px;}
.pop-wrap .txt .text *{font-size:16px; line-height: 1.8; color:#666;}
/*******************************
  -------[=页码-------
********************************/
.list{padding-bottom:32px;}
.list~.main-page{padding-top:0;margin-top: -16px;}
.main-page {position:relative; z-index: 1; width: auto; padding-top: 32px; padding-bottom: 32px; text-transform: capitalize; display: flex; justify-content: space-between; align-items: center;}
.main-page .prev.swiper-btn{margin-left:72px;}
.main-page .page{flex:1; display: flex; height: 2px; background-color: #D3D3D3;}
.main-page .page a{flex:1; font-size: 0; height: 2px;}
.main-page .page a.active{background-color: #006FE0;}

@media screen and (max-width: 900px) {
  .list{padding-bottom:16px;}
  .list~.main-page{padding-top:0;margin-top: 0px;}
  .form form .form-group{width: 100%; padding: 5px 16px; margin-right: 0; margin-bottom: 16px;}
  .form form .button-group .form-button{width: 100%; height: 50px;}
  .form form .form-group .label,.form form .form-group .form-input{font-size: 16px; height: 40px; line-height: 40px;}
  .more { display: block; }
  .more, .more a { width: 100%; margin: 0 auto }
}
/*******************************
  -------[=页面底部------
********************************/
#footer { position: relative;background-color:#181818;}
#footer .footer { display: flex;flex-flow:row wrap; justify-content: space-between;align-items: flex-start; padding-top: 80px; padding-bottom: 42px; position:relative; }
#footer .footer #logo{margin-bottom: 42px;}
#footer .footer .right{display: flex; justify-content: space-between; flex-flow: row wrap; width: 640px;}
#footer .footer .right .item{display:flex; align-items: center; white-space: nowrap; color: rgba(255, 255, 255, 0.5); margin-bottom: 20px;}
#footer .footer .right .item img{margin-right: 10px;}
#footer .footer .right .item:nth-child(odd){width: 170px;}
#footer .footer .right .item:nth-child(even){width: 360px;}
#footer .footer .right a,#footer .footer .right p{font-size:16px; color:#737373; margin-bottom: 15px;}
#footer .footer-nav{display:flex; justify-content: flex-end;}
#footer .footer-nav a{margin-left: 66px; color: #fff;}
#footer .copyright:before{content:""; display:block; position: absolute; width: 100%; height: 1px; left: 0; top: 0;  background: rgba(255, 255, 255, 0.08);}
#footer .copyright {width: 100%;display:flex; justify-content: space-between;padding-top:24px; padding-bottom: 24px;position:relative;}
#footer p {color: rgba(255, 255, 255, 0.5);}
#footer a{color: rgba(255, 255, 255, 0.5);}
#footer a:hover{color: rgba(255, 255, 255, 1);}
@media screen and (max-width: 900px){
  #footer .copyright{flex-direction: column; align-items: center; margin-bottom: -12px;}
  #footer .copyright p{text-align: center; margin-bottom: 12px;}
}
@media screen and (max-width: 700px){
  #footer .copyright{padding-top: 12px; padding-bottom: 0; margin-bottom: 0;}
  #footer .copyright p,.record p a{text-align: center;}
  .record p{display:flex; flex-direction: column;}
}
/*******************************
  -------[=页面------
********************************/
header, #header { width: 100%; }
#header .wrapper, #nav, .nav, .nav .nav-ul, .nav .mainlevel, .nav .mainlevel a,#header-qrcode { height: 100%; }
#header .wrapper, .nav .nav-ul { display: flex; justify-content: space-between; align-items: center; }
header {position: fixed; left: 0; top: 0; z-index: 10;}
#header {background: linear-gradient(0deg, rgba(0, 0, 0, 0.0001) 0%, #000000 80%); height: 140px;}
#logo { width: auto; height: 61px; display: flex; justify-content: flex-start; align-items: flex-end;}
.logo,.logo a{width: 140px; height: 61px;}
.logo a {display:block; background: url(../images/logo.svg) center left no-repeat; background-size: contain;}
.header-tel{display:flex; flex-direction: column; font-size: 14px; color: #fff; position: relative; margin-left: 23px; padding-left: 26px; margin-bottom: 3px;}
.header-tel:before{content:""; display: block; position: absolute; left: 0; top: 50%; width: 1px; height: 36px; margin-top: -18px;background: rgba(255, 255, 255, 0.2);}
.header-tel span{font-size: 18px; font-weight: 600; color: #fff;}
#nav {width: 680px; display: flex; justify-content: space-between; align-items: center;}
#nav .nav{flex:1;}
.nav .nav-ul { flex-flow: row wrap; width: 100%;  }
.nav .mainlevel {position: relative; z-index: 10; display: flex; justify-content: center; }
.nav .mainlevel .mainlevel-a {text-decoration: none; width: 100%; display: flex; justify-content: center; align-items: center; position: relative; z-index: 2; text-transform: capitalize; }
.nav .mainlevel:after { content: ""; z-index: 1; position: absolute; width: 1px; height: 16px;right: 0; top: 50%; transform: translate(36px, -50%);background-color:#ECECEC;display: none;}
.nav .mainlevel .mainlevel-a span { position: relative; z-index: 2; font-size: 18px; font-weight: 500;white-space: nowrap; color:#fff; text-transform: capitalize;}
.nav .mainlevel.active .mainlevel-a span, .nav .mainlevel .mainlevel-a:hover span,.nav .mainlevel:hover span,.nav .mainlevel.active.cuf .mainlevel-a:hover span {color:#fff;}
.nav .mainlevel.active .mainlevel-a:before, .nav .mainlevel .mainlevel-a:hover:before,.nav .mainlevel:hover .mainlevel-a:before {width: 100%;}
.nav .mainlevel.active.cuf .mainlevel-a span {color:#fff}
.nav .mainlevel ul { position:absolute; top:100px;left:0; transition:all 0.3s; opacity: 0;visibility:hidden;border-top:1px solid #e7e9ec}
.nav .mainlevel ul:before{content:""; display:block; width:100vw; height: 60px;  background: rgba(0, 0, 0, 0.4); position: fixed; top:100px; left: 0; z-index: 1;}
.nav .mainlevel .sub-mainlevel { position: relative; z-index: 2; display:flex; padding-top:20px; padding-bottom:20px; font-size:16px; color:#333; white-space: nowrap;}
.nav .mainlevel .sub-mainlevel .sub-mainlevel-a{font-size:16px; color:#fff; margin-right:2vw; opacity: 0.7;}
.nav .mainlevel .sub-mainlevel .sub-mainlevel-a:hover{opacity: 1;}
.nav .mainlevel:hover ul {opacity:1;  visibility:visible }
.lang{width:120px; height:26px; margin-left: 42px; padding-left: 43px; position: relative;}
.lang:before{content:""; display: block; width: 1px; height: 18px; background-color: #BEA27B; position: absolute; left: 0; top: 50%; margin-top: -9px;}
.pc-img { display: block !important; }
.mobile-img { display: none !important; }
.xy-title { position: relative; width: 100%; padding-top: 95px; padding-bottom: 30px; margin-bottom: 80px;}
.xy-title:after {content:""; display: block; width: 100%; height: 1.5px; position: absolute; background: rgba(255,255,255,0.08); left: 0; bottom: 0;}
.xy-title .wrapper {display:flex; align-items: center;}
.xy-title .chs{font-size:34px; color: #fff; position: relative; text-transform: capitalize;}
.xy-title .chs:after{content:""; display: block; position: absolute; left: 0; bottom: 0; margin-bottom: -30px; width: 100%; height: 2px; background-color: #BEA27B;}
.xy-title .en{margin-left: 18px; font-size:18px; text-transform: uppercase; color: #fff; opacity: 0.34;}
.xy-title .btn{position:absolute; right: 16px; top: 50%; transform: translateY(-50%); font-size: 18px; color: #fff; display: flex; align-items: center;}
.xy-title .btn:after{content:""; display: block; width: 8px; height: 8px; border-right: solid 1.5px #fff;border-bottom: solid 1.5px #fff; transform: rotate(-45deg); margin-left: 10px; margin-right: 4px;}
#banner{width: 100%;height: 620px; overflow: hidden; position: relative;}
#banner img{width:100%; height: 100%; display:block; position: absolute; z-index: 1; left: 0; top:0;}
.banner-txt{width:100%; height: 100%; position: absolute; z-index: 2; left: 0; top:0; padding-top: 140px; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.banner-txt .chs{font-size: 26px; color: #fff; display: flex; flex-direction: column; align-items: center;}
.banner-txt .chs:after{content:""; display: block; width: 16px; height: 1px; background-color: #fff; margin-top: 20px; margin-bottom: 30px;}
.banner-txt .en{font-size: 16px; color: #fff; display: flex; flex-direction: column; align-items: center;}
.place{font-size: 14px; color:#999;padding-top: 100px;}
.place a{color:#999;}
.place a:after{content:"/"; display: inline-block; margin-left: 10px; margin-right: 10px; color:#999; font-size: 14px;}
.place a:hover{color:#666;}
/*关于我们*/
#about-section1,#about-section3{background-color: #181818;}
.about-section1{display:flex;}
.about-section1 .left{flex:1; padding-right: 115px;}
.about-section1 .left .txt-info,.about-section1 .left .txt-info *{font-size: 16px; line-height: 1.8; color: rgba(255, 255, 255, 0.5);}
.about-section1-info{width: 560px; display: flex; flex-flow: row wrap; justify-content: space-between;}
.about-section1-info .item{width: 240px; display: flex; flex-direction: column; margin-top: 60px;}
.about-section1-info .item .txt{font-size: 22px; font-weight: 600; color: #fff;}
.about-section1-info .item .txt span{font-size: 16px; font-weight: 600; color: #fff; margin-left: 10px;}
.about-section1-info .item .info{font-size: 16px; font-weight: 400; color: #626368; margin-top: 17px;}
.about-section1 .images{width: 42%; padding-top: 30%;}
.list.about-section2 .list-li{width: calc(25% - 40px);}
.list.about-section2 .images{padding-top: 70%;}
.about-section3 .card{border: 1px solid #3A3A3A; padding: 32px;}
.about-section3 .card .txt{overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6;}
.about-section3 .card .txt p{font-size: 16px; line-height: 34px; color: rgba(255, 255, 255, 0.5); margin-bottom: 16px;}
.about-section3 .card .people{border-top:solid 1px #3A3A3A; display: flex; padding-top: 40px; margin-top: 30px;}
.about-section3 .card .people img{width: 60px; height: 60px; border-radius: 50%;}
.about-section3 .card .people .info{padding-left: 30px; display: flex; flex-direction: column; font-size: 18px; color: #fff;}
.about-section3 .card .people .info span{margin-top: 10px; font-size: 14px; color: rgba(255, 255, 255, 0.5);}
.about-section3 .swiper-pagination{ position:relative; width:100%; height: 220px; display: flex; justify-content: center; align-items: center;}
.about-section3 .swiper-pagination-bullet{ width:22px; height: 22px; margin:0 10px; background:none;border: 1px solid #181818; border-radius: 50%; opacity: 1; position: relative;}
.about-section3 .swiper-pagination-bullet:before{content:""; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: #BEA27B; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.about-section3 .swiper-pagination-bullet.active{border-color: #BEA27B;}
#about-section4{padding-bottom: 93px;}
.about-section4{display:flex;}
.about-section4 .form{flex:1; padding-right: 80px;}
.about-section4 .images{width: 43%; padding-top: 22%;}
/*产品*/
.list.products .list-li{width: calc(25% - 40px); background-color: #181818; padding: 30px;}
.list.products .all{position: relative;}
.list.products .all:after{content:""; display: block; position: absolute; z-index: 3; width: calc(100% + 60px); height: calc(100% + 60px); left: 0; top: 0; right: 0; bottom: 0;background:#000; margin: -30px; opacity: 0.5; transform:scale(0,0);}
.list.products .images{padding-top: 100%;}
.list.products .list-txt{ padding: 0; position: absolute;z-index: 4;width: 100%; height: 100%; left: 0; top: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; transform:scale(0,0);}
.list.products .list-txt .name{font-size:16px; font-weight: 400; text-transform: uppercase; color:#fff; display: flex; flex-direction: column;}
.list.products .list-txt .name:before,.list.products .list-txt .name:after{content:""; display: inline-block; width: 100%; height: 1px; background-color: #fff; margin: 7px 0;}
.list.products .all:hover:after,.list.products .list-li:hover .list-txt{transform:scale(1,1);}

#product-detailed{background-color: #181818;}
.product-detailed{width: 100%; position: relative; margin-top: -80px; padding-top: 80px; border-right: solid 1px rgba(255, 255, 255, 0.08);}
.product-detailed .tab-wrap .tab-card{display:none;}
.product-detailed .tab-wrap .tab-card.active{display:flex; align-items: flex-end; height: 676px;overflow: hidden;}
.product-detailed .product-img{width: 100%;display:flex; align-items: flex-end; height: 642px;overflow: hidden;}
.big-img.swiper-container {width: 676px; background-color: #1E1E1E;}
.big-img .images {padding-top:95%;}
.big-img .images img,.small-img img {object-fit: contain;}
.small-img { padding: 0;flex: 1; height: 230px;}
.small-img .swiper-wrapper{justify-content: flex-start;}
.small-img .swiper-slide{width:auto;}
.small-img.swiper-container.small-img .swiper-slide {cursor: pointer; opacity: 0.8;}
.small-img .swiper-slide-thumb-active {opacity: 1; position: relative; }

.product-detailed .product-txt{position: absolute; width: 48%; top: 160px; left:46%; display: flex; flex-direction: column; justify-content: space-between;}
.product-detailed .product-txt .name{font-size: 23px; font-weight: 400; color: #fff; letter-spacing: 0.3px; position: relative; display:flex; flex-direction: column; padding-bottom: 40px; margin-bottom: 30px;}
.product-detailed .product-txt .name span{font-size: 16px; font-weight: 400; color: #fff; opacity: 0.5;}
.product-detailed .product-txt .name:after{content:""; display: block; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: rgba(255, 255, 255, 0.08);}
.product-detailed .product-txt .txt-info,.product-detailed .product-txt .txt-info *{ font-size: 16px; line-height: 1.8; color: rgba(255, 255, 255, 0.5);}
.product-detailed .product-txt .txt-info p{ display: inline-block; text-indent: 2em;}
/*资讯*/
#news{background-color: #181818; border-bottom: solid 1px rgba(255, 255, 255, 0.08);}
.list.news .list-ul{margin-right: 0;}
.list.news .list-li{width: 100%; margin-right: 0; margin-bottom: 80px;}
.list.news .all{display:flex;}
.list.news .images{width: 240px; padding-top: 140px;}
.list.news .list-txt{flex:1; padding-left: 50px; position: relative; padding-right: 550px;}
.list.news .list-txt .txt-info{-webkit-line-clamp:3; margin-top: 14px;}
.list.news .list-txt .txt-info,.list.news .list-txt .txt-info *{font-size: 16px; line-height: 30px; color: rgba(255, 255, 255, 0.5);}
.list.news .list-txt .date{width: 500px; height: 100%; position: absolute; right: 0; top: 0; border-left: solid 1px rgba(255, 255, 255, 0.08); display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 24px; color: rgba(255, 255, 255, 0.3);}
.list.news .list-txt .date span{font-size: 48px; color: rgba(255, 255, 255, 0.3);}
.article{padding-bottom: 80px;}
.article .h1{font-size:30px; font-weight: 500; color:#fff; list-style: 1.5; padding-top: 26px; text-align: center;}
.article .date{font-size:14px; font-weight: 400; color:rgba(255, 255, 255, 0.5); margin-top: 15px; text-align: center; padding-top: 16px; padding-bottom: 16px; margin-bottom: 32px;border-bottom: solid 1px rgba(255, 255, 255, 0.08);}
.article-txt p{font-size:16px;line-height: 2.1; color:rgba(255, 255, 255, 0.8); margin-bottom: 15px;}
.article-txt *{font-size: 16px; color:rgba(255, 255, 255, 0.8) !important; white-space: normal !important;}
.article-txt img{width: 100%; max-width: 800px; display: block; margin: 16px auto;}
/*联系*/
#contact{background-color: #181818;}
.contact-info{display:flex; flex-flow: row wrap; justify-content: space-between; margin-bottom: 30px;}
.contact-info .item{width: 29%; border: 1px solid rgba(255, 255, 255, 0.08); display:flex; align-items: flex-start; padding: 30px 60px;}
.contact-info .item .txt{flex:1; padding-left: 28px;}
.contact-info .item .txt .p1{font-size: 24px; font-weight: 600; color: #fff; margin-bottom: 15px;}
.contact-info .item .txt .p2{font-size: 16px; font-weight: 400; line-height: 1.8; color: rgba(255, 255, 255, 0.8);}
.contact-info .item .txt .p3{font-size: 16px; font-weight: 400; color: rgba(255, 255, 255, 0.5);}
#contact .map #gaodi-map{height: 460px;}
.map #gaodi-map { width: 100%; z-index: 1; }
.map .icon { background: url(../images/map-icon.png) no-repeat; }
.map .icon-cir { width: 63px; height: 67px; }
.map .icon-cir-red { background-position: 0 0; }
.map .amap-info { width: 450px; }
.map .amap-info-content{ padding: 20px 28px 20px 20px; }
.mapInfo{width:100%;}
.map .amap-info-content h5,.mapInfo h6 { font-size: 18px; line-height: 20px; color: #333; font-weight: 600; margin-bottom: 10px; }
.map .amap-info-content div,.mapInfo p { font-size: 14px; line-height: 1.6em; color: #666 }
.amap-icon{background:url("../images/amap-icon.png") no-repeat; width: 35px !important; height: 35px !important; transform: translate(-10px,0);}
.amap-icon img{display: none !important;}
@media screen and (max-width: 800px){
    .map #gaodi-map{height:50vh}
    .map .amap-info-content{width: 80vw}    
}
@media screen and (max-width: 600px) {
    .map .amap-info { width: 80vw; }
}
/*******************************
  -------[=首页------
********************************/
#index-section1{position: relative; width: 100%; height: 100vh;}
#index-section1 .wrapper{position: absolute; z-index: 2; left: 50%; top: 50%; transform: translate(-50%,-50%);}
#index-section1 .index-section1-txt{margin-bottom: 161px;}
#index-section1 .index-section1-txt p{font-size: 60px; font-weight: 600; color: #fff; text-transform: uppercase;}
#index-section1 .wrapper.tool{bottom: 42px; display: flex; justify-content: space-between;top: auto; transform: translate(-50%,0);}
#index-section1 .wrapper.tool .left{display:flex; justify-content: space-between; align-items: center; position: relative; width: 124px;}
#index-section1 .wrapper.tool .left:after{content:""; display: block; position: absolute; left: 50%; top: 50%; width: 1px; height: 18px; background-color: #BEA27B; margin: -9px 0 0 -0.5px;}
#index-section1 .wrapper.tool .left .btn{width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; cursor: pointer;}
#index-section1 .tool .swiper-pagination{ position:relative; width:540px; display: flex; flex-direction: row;}
#index-section1 .tool .swiper-pagination-bullet{ width:33.33%; margin-left: 20px; height:auto; background:none; border-radius: 0; opacity: 1;}
#index-section1 .tool .swiper-pagination-bullet img{ width:100%;}
#index-section1 .tool .swiper-pagination-bullet.swiper-pagination-bullet-active{outline: solid 4px #BEA27B; outline-offset: -4px;}
#index-section2{background-color: #181818;}
.index-section2{position: relative; display: flex;}
.index-section2 .product-detailed{border-right: 0;}
.index-section2 .swiper-container.img{width: calc(100% - 100px); height: 642px; margin: 0;}
.index-section2 .swiper-pagination{z-index: 1; right: 0; top: 0; margin-top: -80px; height: calc(100% + 80px); display: flex; flex-direction: column; justify-content: center;border-left: solid 1px rgba(255, 255, 255, 0.08);border-right: solid 1px rgba(255, 255, 255, 0.08); padding-left: 23px; padding-right: 23px;}
.index-section2 .swiper-pagination-bullet{width: 54px; height: 54px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff; cursor: pointer; margin: 2vh 0; opacity: 1; background: none;}
.index-section2 .swiper-pagination-bullet.active{background-color: #BEA27B;}
.index-section2 .product-detailed .product-txt{width: 39%; left: 50%;}
.index-section2 .product-detailed .more2{margin-top: 24px;}
#index-section3{background-color: #0E0E0E;}
.index-section3 .list.products .list-li{background-color: #000; width: calc(33.33% - 40px);}
.index-section4{padding-bottom: 170px;}
.index-section4 .txt-info{-webkit-line-clamp: 3;}
.index-section4 .more{margin-top:60px;}
#index-section5{padding-bottom:130px;}
.index-section5 .images{padding-top:60%;}
.index-section5 .list-txt .txt-info{margin-top: 14px; margin-bottom: 28px;}
.index-section5 .list-txt .txt-info, .index-section5 .list-txt .txt-info *{line-height: 1.8; -webkit-line-clamp:2}
/*******************************
  -------[=自适应------
********************************/
.wrapper {width: 100%; max-width: 1600px; }

@media screen and (max-width: 1640px) {
  .wrapper {max-width: 100%;padding-left:16px; padding-right: 16px;}
  .index-section2 .swiper-container.img,.product-detailed .tab-wrap .tab-card.active{height: 42vw;}
  .product-detailed .product-img{height: 42vw;}
  .product-detailed .product-txt{top:8vh}
  .big-img.swiper-container {width: 42vw;}
  .small-img {height: 10vw;}
  .xy-title{padding-top: 9vh; padding-bottom: 3vh; margin-bottom: 8vh;}
  .product-detailed{margin-top: -8vh; padding-top: 8vh;}
  .list .list-ul{margin-right: -2.5%; margin-bottom: -2.5%;}
  .list .list-li{margin-right: 2.5%; margin-bottom: 2.5%;}
  .index-section3 .list.products .list-li{width: 30.83%;}
  .index-section4{padding-bottom: 17vh;}
  #index-section5{padding-bottom: 13vh;}
  .about-section1 .left{padding-right: 7.1875%;}
  .about-section1-info{width:100%}
  .about-section1-info .item{width: 50%;}
  .list.products .list-li,.list.about-section2 .list-li{width: 22.5%;}
  .list.news .list-txt{padding-left: 3.125%; padding-right:calc(200px + 3.125%);}
  .list.news .list-txt .date{width: 200px;}
  .contact-info .item{padding: 2%; width: 31%;}
}

@media screen and (max-width: 1366px) {
  .lang{width: 100px; margin-left: 24px; padding-left: 25px;}
  #index-section1 .index-section1-txt p{font-size: 40px;}
  .xy-title .chs{font-size: 26px;}
  .list-txt .name,.product-detailed .product-txt .name{font-size: 20px;}
  .nav .mainlevel .mainlevel-a span,.header-tel span,.select .placeholder, .select ul li a{font-size: 16px;}
  .header-tel{font-size: 12px;}
}

@media screen and (max-width: 1280px) {
  #nav{ flex:1; width: auto; padding-left: 5vw;}
}

@media screen and (max-width: 1024px) {
  #footer .footer{padding-top: 32px; padding-bottom: 16px; flex-direction: column; align-items: center;}
  #footer .footer .left{order:2; }
  #footer .footer #logo{display: none;}
}


@media screen and (max-width: 900px) {
  .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); }
  .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: rgba(255, 255, 255, 0.8); 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; top: 19px;background-color:#fff;}
  .mobilemenu.close b:nth-child(2) { display: none; }
  .mobilemenu.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){ -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
  .nav .mainlevel a:before,.nav .mainlevel:after, .nav .mainlevel ul:before, .nav .mainlevel ul li a:after { display: none; opacity: 0 }
  header { position: fixed; z-index: 100; left: 0; top: 0;box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); }
  .pc-img { display: none !important; }
  .mobile-img { display: block !important; }
  .mobilemenu { display: inline-block; }
  .mobilemenu.hide { display: none; }
  header { height: 80px; z-index: 10; }
  #header { height: 80px; }
  #header .wrapper { padding-top: 0; }
  #header .wrapper, .nav .nav-ul { display: block }
  #nav{ position: fixed; display: block; width: 80%; height: 100%; right: -100%; top: 0px; padding: 0; margin: 0; background:#181818; z-index: 101; overflow-x: hidden; overflow-y: auto; box-shadow: 5px 10px 17px rgba(0, 0, 0, 0.25); }
  #nav .nav { padding: 60px 16px 16px; width: 100%; height: auto; }
  #nav .nav .mainlevel { width: 100%; border-bottom: solid 1px rgba(255,255,255,0.1); display: block; margin: 0; height: auto; }
  .nav .mainlevel .mainlevel-a:after { content: ""; position: absolute; right: 16px; width: 8px; height: 8px; border-top: solid 1px rgba(255,255,255,0.5); border-right: solid 1px rgba(255,255,255,0.5); transform: rotate(45deg) }
  #nav .nav .mainlevel.active .mainlevel-a:after{transform: rotate(135deg)}
  .nav .mainlevel .mainlevel-a span,.nav .mainlevel.active.cuf .mainlevel-a:hover span{color:rgba(255, 255, 255, 0.5);}
  .nav .mainlevel.active .mainlevel-a span, .nav .mainlevel .mainlevel-a:hover span, .nav .mainlevel:hover span{ color: #fff;}
  .nav .mainlevel-a {opacity: 1; }
  header.baion .nav .mainlevel.active .mainlevel-a span, header.baion .nav .mainlevel .mainlevel-a:hover span,header.baion .nav .mainlevel .mainlevel-a span { color: #fff; }
  .nav .mainlevel ul { position:relative;top:0px;width:100%;left:0;background-color:#fff;font-size:0;transition:all 0.3s;opacity: 1;	visibility:inherit;border-top:1px solid #e7e9ec; display: none;}
  .nav .mainlevel ul li { float: none; width: 100%; }
  .nav .mainlevel ul li ul { transform: scale(1); }
  .nav .mainlevel.active ul{display:flex;}
  .nav .mainlevel .mainlevel-a { height: 50px; line-height: 50px; width: 100%; padding: 0;margin: 0; display: flex; align-items: center; justify-content: flex-start; padding-left: 16px;}
  .nav .mainlevel .mainlevel-a.active:after{transform: rotate(135deg)}
  .nav .mainlevel .sub-mainlevel{padding-top:10px; padding-bottom: 10px; flex-direction: column; width: 100%;}
  .nav .mainlevel .sub-mainlevel .sub-mainlevel-a{width: 100%; padding:12px 16px; text-align: left; color:#000;}
  .wrapper{max-width:750px}
  header .wrapper{max-width: 100%;}
  #logo{position: absolute; left: 16px; top: 50%; transform: translateY(-50%);}
  .lang:before,.lang .select:after{display:none;}
  .lang .select ul{display: block;}
  .lang .select .placeholder,.lang .select ul{position: relative; width: auto; top:0; margin-top: 0;}
  .lang{width: 100%; margin-left: 0; padding-left: 0; margin-top: 32px;}
  .lang .select{width: 100%; display: flex; justify-content: center; align-items: center;}
  .lang .select .placeholder{padding-right: 32px;}
  .xy-title { padding-top: 24px; padding-bottom: 16px; margin-bottom: 16px; }
  .xy-title .chs{font-size: 18px;}
  .xy-title .chs:after{margin-bottom: -16px;}
  .xy-title .en,.xy-title .btn{font-size: 14px;}
  #index-section1 .index-section1-txt p{text-align: center;}
  .index-section2 .swiper-pagination{margin-top: -16px; height: calc(100% + 16px);padding-left: 10px; padding-right: 10px; width: 48px;}
  .index-section2 .swiper-pagination-bullet{width: 26px; height: 26px; font-size: 12px; margin: 8px 0; }
  .index-section2 .swiper-container.img, .product-detailed .tab-wrap .tab-card.active{width: calc(100% - 48px); height: 280px;}
  .index-section2 .product-detailed .product-txt{width: calc(100% - 350px); left: 316px;}
  .index-section2 .txt-info{-webkit-line-clamp: 2;}
  .index-section2 .product-detailed .product-img{width: calc(100% - 50px); height:280px; flex-direction: row;}
  .index-section2 .product-detailed .more2{margin-top: 12px;;}
  .index-section4,#index-section5,#about-section4{padding-bottom: 32px;}
  #banner{height: 300px;}
  .banner-txt{padding-top: 80px;}
  .about-section1{flex-direction: column;}
  .about-section1 .left{order:2;padding-right: 0; margin-top: 32px;}
  .about-section1 .images{width: 100%;padding-top: 60%;}
  .about-section1-info .item,.index-section4 .more{margin-top: 32px;}
  .about-section1-info .item .info{font-size: 14px; margin-top: 10px;}
  .about-section3 .swiper-pagination{height: 70px;}
  .about-section3 .card{padding: 16px;}
  .about-section3 .card .txt p{font-size: 14px; line-height: 2;}
  .about-section3 .card .people{padding-top: 20px; margin-top: 15px;}
  .about-section4{flex-direction: column;}
  .about-section4 .images{width: 100%; padding-top: 45%;}
  .about-section4 .form{padding-right: 0px; margin-top: 16px; order:2;}
  
  .big-img.swiper-container{width: 300px; height: 280px;} 
  .small-img{height: 80px;}
  .small-img.swiper-container{margin-left: 0;}
  .product-detailed .product-txt .name{padding-bottom: 16px; margin-bottom: 16px;}
  .list-txt .name, .product-detailed .product-txt .name{font-size: 16px;}
  .product-detailed{margin-top: -16px; padding-top: 16px; border-right: 0;}
  .product-detailed .product-img{width:300px;height: 360px; flex-direction: column;}
  .product-detailed .product-txt{top: 16px; left: 316px; width: calc(100% - 330px);}
  .product-detailed .product-txt .name span{font-size: 12px;}
  .product-detailed .product-txt .txt-info p{display: inline;}
  .product-detailed .product-txt .txt-info, .product-detailed .product-txt .txt-info *{font-size: 14px;}
  .list.news .list-li{margin-bottom: 32px;}
  .list.news .images{width: 180px; padding-top: 120px;}
  .list.news .list-txt .txt-info{-webkit-line-clamp:2;}
  .list.news .list-txt{padding-left: 16px; padding-right: 116px;}
  .list.news .list-txt .date{width: 100px; font-size: 16px;}
  .list.news .list-txt .date span{font-size: 26px;}
  .list.news .list-txt .txt-info, .list.news .list-txt .txt-info *{font-size: 14px;}
  .article .h1{font-size: 24px;}
  .contact-info{flex-direction: column;}
  .contact-info .item{width: 100%;padding: 16px; margin-bottom: 16px;}
  .contact-info .item .txt .p1{font-size: 18px; margin-bottom:8px;}
  #footer .footer .left{position: relative; width: 100%; text-align: center; padding-top: 16px;}
  #footer .footer .left:before{content:""; display:block; position: absolute; width: 100%; height: 1px; left: 0; top: 0;  background: rgba(255, 255, 255, 0.08);}
  #footer .copyright:before{display: none;}
  #footer .copyright{padding-top: 0; padding-bottom: 16px;}
  #footer .footer-nav{display:none;}
}

@media screen and (max-width: 800px) {
  .spl-header{transform:translateY(0)}
  .list .list-ul{margin-right: -16px; margin-bottom: -16px;}
  .list .list-li{margin-right: 16px; margin-bottom: 16px;}
  .list.products .list-li{padding: 15px;}
  .index-section3 .list.products .list-li{width: calc(33.33% - 16px);}
  .about-section1 .left{ margin-top: 16px;}
  .about-section1-info .item,.index-section4 .more{margin-top: 16px;}
  .list.products .list-li, .list.about-section2 .list-li{width: calc(33.33% - 16px);}
}

@media screen and (max-width: 700px) {
  .index-section3 .list.products .list-li{width: calc(50% - 16px);}
  #footer .footer .right{flex-direction: column;}
  #footer .footer .right,#footer .footer .right .item:nth-child(odd),#footer .footer .right .item:nth-child(even){width: 100%;}
}

@media screen and (max-width: 600px) {
  .index-section2{margin-top: -16px;}
  .index-section2 .swiper-pagination{margin-top: 0; height: 100%;}
  .big-img.swiper-container{margin-left: 0;}
  .index-section2 .product-detailed .product-img{width: 100%;}
  .index-section2 .small-img.swiper-container{display: none;}
  .product-detailed{flex-direction: column; padding-bottom: 16px;}
  .product-detailed .product-img,.big-img.swiper-container{width: 100%; height: auto;}
  .product-detailed .product-txt{position: relative; width: 100%; left:0; top: 0; margin-top: 16px;}
  .small-img.swiper-container img{height:80px; width: auto;}
  .index-section2 .swiper-container.img, .product-detailed .tab-wrap .tab-card.active{height:50vh}
  .index-section2 .big-img .images{padding-top: 50vh;}
  .index-section2 .product-detailed .product-txt{display: none;}
  .index-section2 .product-detailed .product-img{height:auto}
  .list.products .list-li, .list.about-section2 .list-li{width: calc(50% - 16px);}
}

@media screen and (max-width: 480px) {
  .list.news .list-txt .date{display:none;}
  .list.news .list-txt{padding-right: 0;}
  .about-section1-info .item{width: 100%;}
}