﻿/* 
               (0 0)
   +=====oOO====(_)=========+
   |   Powered By Anxin     |
   |   Tel: 0572-5220701    |
   |   Creation:2022.11.17  | 
   +=================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:#2E6DFE}::-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: #fff; overflow-x: hidden;}
.wrapper { margin: 0 auto; position: relative; }
.text { padding: 0; }
.text, .text * { color: #666; font-size: 14px; 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 !important; font-family: sans-serif !important;word-break:break-all !important; }
.txt-info img { display: none !important; opacity: 0; }
.arrow{position:relative; z-index: 2; width: 15px; height: 15px;}
.arrow:before,.arrow:after{content: ""; position: absolute; display: block;}
.arrow:before { width: 6px; height: 6px; border-right: 1px solid #666; border-top: 1px solid #666; pointer-events: auto; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg);}
.arrow:after{width: 15px; height: 0; border-top: 1px solid #666; top: 50%; left: 50%; margin-top: -1px; margin-left: -9px; display: none;}

.select { position: relative; width: 100%; height: 100%;}
.select:after { content: ""; display: block; width: 6px; height: 6px; border-right: 1.5px solid #006FE0; border-bottom: 1.5px solid #006FE0; -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: 600; color:#333;}
.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; text-transform: capitalize;}
.select.is-open ul { display: block;}
.select.is-open:after {transform:rotate(225deg); top:12px; }
.select ul { display: none; background-color: #fff; position: absolute; z-index: 100; overflow: hidden; width: 100%; top: 100%;left: 0;margin-top:16px; margin-left: -16px; padding: 8px 16px; width: 100px; 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% - 12px); margin-right: 12px; margin-bottom: 12px; outline: solid 1px #ECECEC; outline-offset: -1px; padding:5px 5px 5px 19px;}
.form form .form-group.all {width: 100% !important;}
.form form .form-group .label{ font-size: 14px; color: #333; 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%; background: #fff; border: 0; font-size: 14px; line-height: 32px; height: 32px; color: #333;}
.form form .form-group .form-input::placeholder{font-size: 14px; color: #333; opacity: 0.3; text-transform: capitalize}
.form form .form-group.textarea-group{flex-direction: column; width: 100%;}
.form form .form-group .form-textarea{height:auto !important}
.form form .form-group.button-group{outline-width: 0; padding: 0; margin-top: 7px; justify-content: flex-start;}
.form form .form-button{width: 112px; height: 32px; background-color: #08A01F; cursor: pointer; font-size: 14px; color: #fff; text-transform: capitalize; position: relative;}
.form form .form-button:hover {opacity: 0.7;}
/*更多*/
.more { position: relative; width: 100%; display: flex; }
.more a {width: 100%; height: 100%; 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: 1px; background: #08A01F; left: 0%; bottom: 0; margin-bottom: -5px;}
.more span { position: relative; z-index: 2; font-size: 14px; font-weight: 400; color: #7F7F7F; text-transform: uppercase; display: block; text-align: center; }
.more a:hover:after {width: 100%;}
.more a:hover span { color: #08A01F }
@media screen and (max-width: 700px) {
    .more { display: block; }
    .more, .more a { width: 100%; margin: 0 auto }
}
.more.btn{width: 140px; height: 40px; border: 1px solid rgb(207, 207, 207); border-radius: 21px;}
.more.btn a:after{ display: none;}
.more.btn span{position: relative; padding-right: 30px;}
.more.btn span:before,.more.btn span:after{content:""; display: block; position: absolute; background-color: #D8D8D8;}
.more.btn span:before{width: 16px; height: 1px; right: 0; top: 8px;}
.more.btn span:after{width: 1px; height: 16px; right: 8px; top: 0;}
.more.btn span:after{content:""; display: block; position: absolute; background-color: #D8D8D8;}
.more.btn a:hover span:before,.more.btn a:hover span:after{background-color: #08A01F;}
/*tab 切换*/
.tab-t{display: flex; justify-content: flex-start; align-items: center; margin-bottom: -16px;}
.tab-t li{margin-left: 66px; position: relative; line-height: 50px;}
.tab-t li:after{content:""; display: block; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background-color: #08A01F;}
.tab-t li span{display: block; cursor: pointer; font-size: 14px; color: rgba(0, 0, 0, 0.65);}
.tab-t li.active span{ color: #08A01F;}
.tab-t li.active:after{width: 100%;}
.tab-t a{margin-left: 66px; color: #7F7F7F;}
.tab-t a:hover{color: #333;}
.tab-wrap .tab-card{display:none;}
.tab-wrap .tab-card.active{display: block; position: relative; }
/*******************************
  -------[=返回顶部-------
********************************/
.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: #08A01F; 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 {position: absolute; z-index: 100; top: 50%; transform: translateY(-50%); display: block; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; cursor: pointer; border-radius: 50%; background-color: #F7F7F7;}
.swiper-btn .arrow{border-right-color: #C3C3C3; border-top-color: #C3C3C3;}
.swiper-btn.swiper-button-disabled {cursor: not-allowed; }
.swiper-btn.next {right: 0;}
.swiper-btn.prev {left: 0;}
.swiper-btn.prev .arrow {transform: rotate(180deg);}
.swiper-tool{width: 100%; display: flex; justify-content: center; margin-top: 34px; margin-bottom: 40px;}
.swiper-tool .swiper-btn{position: relative; margin: 0 11px; transform: translateY(0);}
/*******************************
  -------[=列表-------
********************************/
.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: -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;}
.list-txt .name {font-size: 16px; color: #333; overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.list-txt .date{font-size: 12px; color: #999; margin-top: 4px; margin-bottom: 17px;}
.list-txt .txt-info {-webkit-line-clamp: 2; margin-bottom: 20px;}
.list-txt .txt-info, .list .list-txt .txt-info * { font-size: 12px; color: #999; line-height: 1.8;}
.list .all { display: block; position: relative; z-index: 2 }
.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;}
/*******************************
  -------[=页码-------
********************************/
.main-page {position:relative; z-index: 1; width: 100%; padding: 0; margin: 0; text-transform: capitalize; display: flex; justify-content:flex-start; align-items: center;}
.main-page a{ padding: 6px 12px;background: #FFFFFF; border: 1px solid #EEEEEE; color: #333; margin-right: 10px;}
.main-page a.disabled{ border: 0; cursor: not-allowed;}
.main-page a.disabled:hover{background-color: #fff; color: #333;}
.main-page a.active,.main-page a:hover{background-color: #08A01F; border-color: #08A01F; color: #fff;}
/*******************************
  -------[=页面底部------
********************************/
#footer{background-color: #F7F7F7; padding-top: 66px; margin-top: 64px;}
.footer{display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 60px;}
.footer .left{width: 380px;}
.footer .left .logo{width: 141px; height: 38px;}
.footer .left .txt{margin-top: 21px;}
.footer .left .txt p{color: rgba(0, 0, 0, 0.6); line-height: 36px;}
.footer .right{flex:1; display: flex; justify-content: flex-end;}
.footer .right .item{display:flex; flex-direction: column; margin-left: 60px; max-width:300px;}
.footer .right .item .t{font-size: 16px; font-weight: 600; color: #333; line-height: 22px; margin-bottom: 35px; text-transform: capitalize;}
.footer .right .item .p{font-size: 14px; font-weight: 400; color: rgba(0, 0, 0, 0.5); line-height: 20px; margin-bottom: 16px;}
.footer .right .item:first-child .p{white-space: nowrap;}
.footer .right .qrcode{width: 128px; height: 128px; background-color: #ECECEC;}
.footer .right .qrcode img{display: block; width: 100%; height: 100%;}
#footer .contact{margin-bottom: 80px;}
#footer .copyright {width: 100%;display:flex; justify-content: space-between;padding-top:28px; padding-bottom: 28px;position:relative;border-top:1px dashed rgba(0, 0, 0, 0.1);}
#footer .copyright p,#footer .copyright a {color:rgba(0, 0, 0, 0.5);display:flex; align-items: center; }
#footer .copyright a:hover{color:#24272A;}
#footer .record{display:flex; justify-content: center;}

@media screen and (max-width: 1024px){
  #footer .copyright{flex-direction: column; align-items: center; padding-top: 12px; padding-bottom: 12px;}
  #footer .copyright p{text-align: center; margin-bottom: 12px;}
  .record{display:flex; flex-direction: column; align-items: center;}
  .record a{margin-bottom: 10px};
}
@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;}
}
/*******************************
  -------[=页面------
********************************/
.spl-header{transform:translateY(0)}
.spl-theme{display:none !important; opacity: 0;}
.spl-header div{opacity: 1;}
#spotlight.white .spl-footer, #spotlight.white .spl-header{background-color: rgba(0, 0, 0, 0.05);}
header, #header { width: 100%; background-color: #fff; }
#header .wrapper,#nav .wrapper,.nav, .nav .nav-ul, .nav .mainlevel, .nav .mainlevel a{ height: 100%; }
#header .wrapper, .nav .nav-ul { display: flex; justify-content: space-between; align-items: center; }
#header {height: 84px;}
#logo { width: 142px; height: 40px; }
.logo,.logo a{width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.logo a .logo-txt,.logo a .logo-txt span{width: 180px;text-align: justify; text-align-last: justify;}
.logo a .logo-txt{display:flex; flex-direction: column; font-size: 20px; font-weight: 600; color: #000;}
.logo a .logo-txt span{font-size: 10px; font-weight: 400; color: #000; text-transform: capitalize;}
#logo-r{height:100%;display:flex; justify-content: flex-end; align-items: center;}
#nav {border-top:solid 1px #EFEFEF;border-bottom:solid 1px #EFEFEF;height: 54px; background-color: #fff; display: flex; justify-content: space-between; align-items: center;}
#nav .nav{flex:1;}
.nav .nav-ul { justify-content: flex-start;}
.nav .mainlevel {position: relative; z-index: 10; display: flex; justify-content: center;margin-right: 40px; }
.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,.nav .mainlevel:before{content: ""; z-index: 1; position: absolute; display: block;}
.nav .mainlevel:after { width: 1px; height: 12px;right: 0; top: 50%; transform: translate(0px, -50%);background:#000; opacity: 0;}
.nav .mainlevel:last-child:after{display: none;}
.nav .mainlevel:before{width: 0; height: 3px; background-color: #E31F37; left: 0; bottom: 0;}
.nav .mainlevel .mainlevel-a span { position: relative; z-index: 2; font-size: 14px; font-weight: 400;white-space: nowrap; color:#333; 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:#08A01F;}
.nav .mainlevel.active:before, .nav .mainlevel:hover:before,.nav .mainlevel.active.cuf:hover:before{width: 0;}
.nav .mainlevel.active.cuf .mainlevel-a span {color:#000}
.nav .mainlevel.active.cuf:before {width: 0;}
.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 }
#nav .lang{display:flex; align-items: center; justify-content: flex-end;}
#nav .lang a{color: #333; display: flex; align-items: center;}
#nav .lang a:before{content:""; display: block; width: 1px; height: 10px; background-color: #EFEFEF; margin-left: 10px; margin-right: 10px;}
#nav .lang a:first-child:before{display:none;}
#nav .lang a:hover{color: #08A01F;}
header.baion{transform: translateY(-84px); position: sticky; top: 0; z-index: 10;}

.pc-img { display: block !important; }
.mobile-img { display: none !important; }
.jh-title { position: relative; width: 100%; display: flex; align-items: flex-end; margin-top: 80px; margin-bottom: 40px;padding-bottom: 14px; border-bottom: 1px solid #EFEFEF; }
.jh-title .chs,.jh-title .en{white-space: nowrap;}
.jh-title .chs{font-size: 18px; color: #333; line-height: 1.2;}
.jh-title .en{font-size: 30px; font-weight: 600; line-height: 1; color: #333; text-transform: capitalize; margin-right: 30px;}
.jh-title .more{position: absolute; right: 0; width: auto;}
.jh-title .more.btn{width: 140px;}
#banner{width: 100%;height: 280px; overflow: hidden; position: relative; background-color: #000000;}
#banner img{width:100%; height: 100%; display:block; position: absolute; z-index: 1; left: 0; top:0;}
#main{padding-top: 70px;}
/*关于我们*/
.about-section1 .text p{font-size: 14px; line-height: 36px; color: #555; margin-bottom: 30px;}
.about-section1 .text img{width: 563px; height: 418px; float:left; margin-right: 64px; margin-bottom: 24px;}
.about-section1 .text:after{content:""; display: table; clear: both;}
.about-section2{display:flex; justify-content: space-around; margin-top: 50px; margin-bottom: 120px; padding-top: 30px; padding-bottom: 30px; border-top: 1px solid #ECECEC; border-bottom: 1px solid #ECECEC;}
.about-section2 .item{display:flex; flex-direction: column; align-items: center;}
.about-section2 .item .p1{font-size: 24px; font-weight: 600; color: #333;}
.about-section2 .item .p2{font-size: 14px; font-weight: 400; color: #666; margin-top: 11px;}
.about-section3 {padding-bottom: 40px;}
.about-section3 video { margin: 0 auto; display: block; max-width: 100%;}
/*产品*/
.sub-nav{border-bottom: 1px solid #EFEFEF; display: flex; justify-content: center; align-items: center; margin-bottom: 46px;}
.sub-nav a{color: #333; margin-left: 33px; margin-right: 33px; padding-top: 30px; padding-bottom: 30px;}
.sub-nav a.hover{color: #08A01F;}
.list.products-list .list-ul{margin-right: -40px; margin-bottom: -40px; padding: 20px;}
.list.products-list .list-li{width: calc(25% - 40px); margin-right: 40px; margin-bottom: 40px; padding: 20px;}
.list.products-list .images{padding-top: 75%;}
.list.products-list .images img{object-fit: contain;}
.list.products-list .list-txt .name{font-size: 16px; font-weight: 600; color: #333; text-align: center;}
.list.products-detailed .list-ul{margin-right: -53px; margin-bottom: -83px;}
.list.products-detailed .list-li{width: calc(33.33% - 53px); margin-right: 53px; margin-bottom: 83px;}
.list.products-detailed .images{padding-top: 60%;}
/*资讯*/
.news-list{margin-top: 78px;}
.news-list .list-ul{ margin-right:-60px; margin-bottom: -80px;}
.news-list .list-li{width: calc(33.33% - 60px); margin-right:60px; margin-bottom: 80px;}
.news-list  .list-txt .name{font-size: 18px; font-weight: 500; color: #333;}
.news-list  .list-txt .txt-info{-webkit-line-clamp: 3; margin-top: 10px; margin-bottom: 20px;}
.news-list  .list-txt .txt-info,.news-list  .list-txt .txt-info *{font-size: 14px; line-height: 28px; color: #666;}
.news-list  .list-txt .more{width: 100%; height: 40px; border-top: 1px solid #fff;}
.news-list  .list-txt .more a{text-align: left; justify-content: flex-start; align-items: flex-end;}
.news-list  .list-txt .more a span{color: #999;}
.news-list  .list-txt .more a:after{bottom: auto; top: 0;}
.article{padding-top: 64px; padding-bottom: 50px;}
.article .h1{font-size:30px; font-weight: 500; color:#333; line-height: 1.5; text-align: center;}
.article .date{font-size:14px; font-weight: 400; color:#666; margin-top: 15px; text-align: center; padding-top: 16px; padding-bottom: 16px; margin-bottom: 32px;border-bottom:1px dashed #ECECEC;}
.article-txt,.article-txt *{font-family:Microsoft YaHei,sans-serif ; font-size:16px;line-height: 2.1; color:#666;}
.article-txt img{width: 750px !important; height: auto !important; margin: 16px auto !important; display: block;}
/*联系*/
.contact-info{display:flex; justify-content: space-between; margin-top: 50px;}
.contact-info .item,.contact-info .item .txt{display:flex;flex:1;}
.contact-info .item{align-items: flex-start;}
.contact-info .item img{display: block; width:14px; height: 22px; object-fit: contain;}
.contact-info .item .txt{flex-direction: column; padding-left: 8px;}
.contact-info .item .txt .p1{font-size: 16px; font-weight: 600; color: #333; line-height: 22px;}
.contact-info .item .txt .p2{font-size: 16px; font-weight: 400; color: #666; margin-top: 10px;}
.contact-form form{align-items: flex-end;}
.contact-form .sec1{width: 33.33%;}
.contact-form .sec2{flex:1; padding-left: 30px; padding-right: 30px;}
.contact-form .sec3{width: 168px}
.contact-form .form form .sec3 .form-button{width: 100%; height: 46px;}
.contact-form .form form .form-group{width: 100%;}
.contact-map{padding-top: 72px; padding-bottom: 45px;}
.contact-map .map #gaodi-map{height: 300px;}
.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) center center no-repeat; width: 35px !important; height: 35px !important; transform: translate(-10px,0);}
.amap-icon img{display: none !important; opacity: 0 !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 img{display:block;}
#index-section1 .bg{width: 100%; height: 680px;}
#index-section1 .wrapper{ position: absolute; z-index: 2; height: 100%; top: 0; left: 50%; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between;}
#index-section1 .wrapper .img{width: auto; height: auto; max-width: 50%;}
.index-section1-txt{height: 100%; display:flex; flex-direction: column; align-items: flex-start; justify-content: center;}
.index-section1-txt .p1{font-size: 42px; font-weight: 500; line-height: 60px; color: #fff;}
.index-section1-txt .p2{font-size: 16px; font-weight: 400; line-height: 22px; color: #fff; opacity: 0.8; margin-top: 17px;}
#index-section1 .swiper-pagination {bottom: 34px; height: 2px; display: flex; align-items: center; justify-content: center;}
#index-section1 .swiper-pagination-bullet { opacity: 1; position: relative; width: 40px; height: 2px; border-radius: 0; margin: 0 5px !important; background:rgba(255, 255, 255, 0.3); transition: background-color .3s ease; }
#index-section1 .swiper-pagination-bullet::before { display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background:#fff; transform: scaleX(0); transform-origin: 0 0; }
#index-section1 .swiper-pagination-bullet.swiper-pagination-bullet-active::before { animation: sliderPagination 5s linear forwards; }
#index-section1 .swiper-pagination-bullet:hover { background-color: #518DA8 }
@keyframes sliderPagination {100% {transform: scaleX(1);opacity: 1;}}
#index-section2 .jh-title{border-bottom: 0; flex-direction: column; align-items: flex-start;}
#index-section2 .jh-title .en:after{content:""; display: block; width: 24px; height: 2px; background-color: #EFEFEF; margin-top: 30px; margin-bottom: 20px;}
#index-section2 .jh-title .more{top: 50%; transform: translateY(-50%);}
.index-section2{display:flex;}
.index-section2 img{width: 563px; height: 418px;}
.index-section2 .txt{flex:1; padding-left: 72px;}
.index-section2 .txt .txt-info{-webkit-line-clamp:6;}
.index-section2 .txt .txt-info,.index-section2 .txt .txt-info *{font-size: 14px; line-height: 36px; color: #555;}
.index-section2 .txt .txt-info p{display: inline-block; margin-bottom: 30px;}
#index-section3 .tab-t{position: absolute; right: 0;}
#index-section3 .tab-wrap{margin-bottom: 40px;}
#index-section3 .swiper-btn.prev{margin-left: -60px;}
#index-section3 .swiper-btn.next{margin-right: -60px;}
#index-section3 .list-li .images{padding-top: 75%;}
#index-section3 .list-li .images img{object-fit: contain;}
#index-section3 .list-txt{padding-bottom: 16px;}
#index-section3 .list-txt .name{text-align: center; font-size: 16px; font-weight: 600;}
#index-section4 .news-list{margin-top: 0;}
#index-section4 .news-list .list-li{width: 100%; margin-right: 0; margin-bottom: 0;}
/*******************************
  -------[=自适应------
********************************/
.wrapper {width: 100%; max-width: 1200px; }

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 800px) {
}

@media screen and (max-width: 700px) {
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 480px) {
}