/* 
               (0 0)
   +=====oOO====(_)=========+
   |   Powered By Anxin     |
   |   Tel: 0572-5220701    |
   |   Creation:2022.11.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;border-collapse: collapse;}::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, 0.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;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,.arrow { -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: 30px; text-indent: 2em; }
.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; }
  .place,.place a{display: flex; align-items: center;}
  .place{line-height: 43px; font-size: 12px; color: #17AC78;}
  .place a{color: #666;}
  .place a:after{content:""; width: 4px; height: 4px; border-right: 1px solid #666; border-top: 1px solid #666; pointer-events: auto; transform: rotate(45deg); margin-left: 10px; margin-right: 10px;}
  .place a:hover{color: #000;}
.arrow{position:relative; z-index: 2; width: 10px; height: 10px;}
.arrow:before,.arrow:after{content: ""; position: absolute; display: block;}
.arrow:before { width: 6px; height: 6px; border-right: 2px solid #999; border-top: 2px solid #999; pointer-events: auto; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg);}
.arrow:after{width: 12px; height: 0; border-top: 2px solid #999; top: 50%; left: 50%; margin-top: -1px; margin-left: -9px;}
.arrow.arrow-white:before{border-right-color: #fff; border-top-color: #fff;}
.arrow.arrow-white:after{border-top-color: #fff;}
.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{overflow: hidden;}
.form #applyform{display:flex; flex-flow: row wrap; align-items: flex-start; justify-content: space-between; width: 100%; height: 100%;}
.form .form-group { margin-bottom: 25px; display: flex; align-items: center;}
.ajaxMsg {display:block !important}
.form .form-group.sm{width: 25%;}
.form .form-group.md{width: 33.33%;}
.form .form-group.lg{width: 50%;}
.form .form-group.xl{width: 100%;}
.ax-input,.ax-radio-group,.ax-checkbox-group,.prefix,.unit{line-height: 24px; padding: 8px 16px;box-sizing: border-box; }
.ax-radio-group .ax-input,.ax-radio-group .prefix,.ax-radio-group .unit{padding-top: 0; padding-bottom: 0;}
.form .label { font-size: 14px; color: #666; margin-right: 7px; white-space: nowrap;}
.form .input-group {flex:1; display: flex; background: #fff; border-bottom: 1px solid #ECECEC; }
.form .input-group .ax-input { background: none; border: 0; color: #333;  flex: 1; font-size: 14px;}
.form .input-group .ax-input.date { background: url(../images/date.svg) right center no-repeat; background-size: 40px 20px; padding-left: 10px; padding-right:25px; }
.form .input-group .ax-input::placeholder {color:#333;opacity: 0.4;}
.form .input-group .ax-textarea { height: auto; }
.form .input-group .prefix,.form .input-group .unit { color: #666; white-space: nowrap; padding-left: 5px; padding-right: 5px;}
.prefix+.ax-input{max-width: 60px !important; flex:none; padding-left: 5px; padding-right: 5px;}
.ax-input+.unit{max-width: 60px; flex:none; padding-left: 5px; padding-right: 5px;}

.form .form-group.button-group{width: 100%; justify-content: center;}
.ax-button { width: 180px; height: 47px; background: none; border-radius: 4px; display: flex; justify-content: center; align-items: center; font-size: 16px; font-weight: 500; color: #17AC78; border: 1px solid #17AC78; cursor: pointer; }
.ax-button:hover { background: #17AC78; color: #fff; }
.ax-radio-group{ color: #666; padding-left: 0; padding-right: 0; }
.ax-radio-group .ax-checkbox span, .ax-radio span { color: #666 }
.ax-radio-group .ax-radio { margin-right: 24px; padding-top: 8px; padding-bottom: 8px; line-height: 24px; }
/* 复选框 & 单选框 */
.ax-checkbox, .ax-radio { display: block; position: relative; margin-top: 0px; margin-bottom: 0px; cursor: pointer; padding-left: 30px; font-weight: 400; min-height: 18px; height: auto!important; line-height: 18px!important; }
input[type=checkbox], input[type=radio] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; }
.ax-checkbox input, .ax-radio input { position: absolute; ; /*opacity: 0;*/ display: none; }
.ax-checkbox span::before, .ax-radio span::before { content: ''; position: absolute; display: inline-block; height: 16px; width: 16px; left: 0; top: 0px; border: 1px solid #adb5bd; -webkit-transition: all .1s; -o-transition: all .1s; transition: all .1s;pointer-events: none;}
.ax-checkbox span::after, .ax-radio span::after { content: ''; position: absolute; z-index: 2; display: none; width: 4px; height: 8px; left: 6px; top: 3px; border: solid #fff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); opacity: 0; }
.ax-checkbox span, .ax-radio span { display: inline-block; }
.ax-checkbox input:checked~span:after, .ax-radio input:checked~span:after { display: inline-block; opacity: 1;}
.ax-checkbox:hover span::before, .ax-radio:hover span::before { border-color: #17AC78; }
.ax-checkbox input:disabled + span, .ax-radio input:disabled + span { cursor: not-allowed; }
.ax-checkbox input:disabled + span::before, .ax-checkbox input:disabled + span::after, .ax-radio input:disabled + span::before, .ax-radio input:disabled + span::after { opacity: .4; }
.ax-radio input:checked~span::before { background-color: #17AC78;}
/*更多*/
.more { position: relative; width: 70px; height: 28px; display: flex; }
.more a { position: relative; display: flex; align-content: center; align-items: center;}
.more a:after { content: ""; display: block; position: absolute; z-index: 1; margin-bottom: -5px; width: 0; height: 1px; background: #17AC78; left: 0; bottom: 0;}
.more span { position: relative; z-index: 2; font-size: 14px; font-weight: 400; color: #666; text-transform: uppercase; display: block; text-align: center; }
.more .arrow {width: 5px; height: 5px; margin-left: 4px;}
.more .arrow:before {width: 4px; height: 4px;}
.more .arrow:after {display:none;}
.more a:hover span {color:#17AC78;}
.more a:hover .arrow:before { border-right-color:#17AC78; border-top-color:#17AC78;}
.more a:hover:after {width: 100%;}

/*******************************
  -------[=返回顶部-------
********************************/
.toTop { position: fixed; z-index: 9; bottom: 10px; right: 10px; width: 50px; height: 50px; border-radius: 50%; text-align: center; line-height: 50px; padding: 0; background-color: #222; cursor: pointer; display: none; opacity: 0.7 !important; }
.toTop:before { content: ""; margin-top: 22px; margin-left: 18px; display: block; width: 10px; height: 10px; border-right: 2px solid #fff; border-top: 2px solid #fff; pointer-events: auto; transform: rotate(-45deg); }
.toTop:hover { background: #17AC78; 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-btn .arrow:after{display:none}
.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 {position: relative; z-index: 1;}
.list:before {content:""; display: block; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background-color: #ECECEC;}
.list .list-ul:after { content: ""; display: table; clear: both; }
.list .list-li { float: left;width: 33.33%; position: relative; border-bottom: 1px solid #ECECEC; }
.list .list-li:before,.list .list-li:after{content: ''; display: block;position: absolute; }
.list .list-li:before {width: 0; height: 2px; background-color: #17AC78; left: 50%; bottom: 0;}
.list .list-li:after {width: 1px; height: 100%; background-color: #ECECEC; right: 0; top: 0; }
.list .list-li .images { padding-top: 100%; }
.list .list-li .details{margin-top: 40px; width: 60px; height: 60px; border-radius: 50%;display: flex; justify-content: center; align-items: center;}
.list .list-li .details .arrow{transform: rotate(-45deg);}
.list-txt { box-sizing: border-box; position: relative; z-index: 1; text-transform: capitalize;}
.list-txt .name {font-size: 16px; font-weight: 600; color: #333; overflow: hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.list-txt .txt-info {-webkit-line-clamp: 1; margin-bottom: 20px;}
.list-txt .txt-info, .list .list-txt .txt-info * { font-size: 12px; color: #999; line-height: 1.8;}
.list .list-li:hover {box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);}
.list .list-li:hover:before {width: 100%; left: 0;}
.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 .list-li:hover .list-txt .name{color: #17AC78;}
.list .list-li:hover .details{background-color: #17AC78;}
.list .list-li:hover .arrow{transform: rotate(0);}
.list .list-li:hover .arrow:before{border-right-color: #fff; border-top-color: #fff;}
.list .list-li:hover .arrow:after{border-top-color: #fff;}
/*******************************
  -------[=页码-------
********************************/
.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; margin-top: 60px; margin-bottom: 60px;}
.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: #17AC78; border-color: #17AC78; color: #fff;}
/*******************************
  -------[=页面底部------
********************************/
#footer{background-color: #272727; padding-top: 80px;}
.footer{display: flex; justify-content: space-between; align-items: flex-start; padding-bottom: 60px;}
.footer p,.footer a{color: rgba(255, 255, 255, 0.5); line-height: 20px; margin-bottom: 14px;}
.footer a:hover{color: rgba(255, 255, 255, 1);}
.footer .left{width: 220px;}
.footer .left .t{width: 96px; font-size: 24px; font-weight: 600; color: #fff;text-align: justify; text-align-last: justify; margin-bottom: 34px;}
.footer .left .t span{font-size: 12px; font-weight: 400; color: rgba(255, 255, 255, 0.5); display:block; letter-spacing: 1px; margin-top: 8px;}
.footer .left .txt{margin-top: 21px;}
.footer .left .txt p{color: rgba(0, 0, 0, 0.6); line-height: 36px;}
.footer .left .icons{display: flex; margin-top: 30px;}
.footer .left .icons .li{margin-right: 20px; position: relative;}
.footer .left .icons .icon{width: 40px; height: 40px; border-radius: 50%; background: rgba(255, 255, 255, 0.1); display: flex; align-items: center; justify-content: center; cursor: pointer;}
.qrcode-pop {position: absolute;padding:5px;border-bottom: 0; z-index: 9999;  border-radius: 8px;bottom:0; margin-bottom: 50px;margin-left:-50px;opacity: 0; transform: scale(0, 0);width: 150px; height: 150px; background-color: #fff; }
.footer .left .icons .li:hover .qrcode-pop {opacity: 1; transform: scale(1, 1);}
.footer .right{flex:1; display: flex; justify-content: flex-end;}
.footer .right .t,.footer .right a{white-space: nowrap;}
.footer .right .t{font-size: 16px; color: rgba(255, 255, 255, 1); line-height: 22px; margin-bottom: 30px; }
.footer .right .item{display:flex; flex-direction: column; margin-left: 5vw;}
#footer .copyright {width: 100%;display:flex; justify-content: space-between;padding-top:20px; padding-bottom: 20px;position:relative;border-top:1px dashed rgba(255, 255, 255, 0.1);}
#footer .copyright p,#footer .copyright a {color:rgba(255, 255, 255, 0.5);display:flex; align-items: center; }
#footer .copyright a:hover{color:rgba(255, 255, 255, 0.5);}
#footer .record{display:flex; justify-content: center;}
#footer .record a{margin-left: 24px;}
#footer .record img{margin:0 8px;}

@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;}
}
/*******************************
  -------[=页面------
********************************/
header {position: relative; z-index: 2;}
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: 67px; border-bottom: 1px solid #ECECEC;}
#logo { width: 150px; height: 40px; }
.logo,.logo a{width: 100%; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.logo a{background: url(../images/logo.svg) left center no-repeat; background-size: contain;}
#logo-r{height:100%;display:flex; justify-content: flex-end; align-items: center;}
#nav {display: flex; justify-content: space-between; align-items: center; height: 100%;}
#nav .nav{flex:1; position: relative; z-index: 2;}
.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:#17AC78;}
.nav .mainlevel.active:hover .mainlevel-a span {color:#17AC78;}
.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:hover .mainlevel-a span {color:#17AC78;}
.nav .mainlevel.active.cuf:before {width: 0;}
.nav .mainlevel ul {position:absolute;z-index: 999; top:68px;width:100%;left:0;text-align:center;transition:all 0.3s; opacity: 0; visibility: hidden;}
.nav .mainlevel ul:before,.nav .mainlevel ul:after{content:""; display: block;position: fixed; z-index: 3; }
.nav .mainlevel ul:before{z-index: 11; width: 76%; height:1px; background-color: #f5f5f5; left: 50%; top: 64px; margin-left: -38%; display: none;}
.nav .mainlevel ul:after{left: 0; top: 67px; width: 100%; height: 0px; background-color: #fff;box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);}
.nav .mainlevel .sub-mainlevel {position: relative; z-index: 10; padding-top:15px; padding-bottom:15px; color:#333; white-space: nowrap;}
.nav .mainlevel .sub-mainlevel .sub-mainlevel-a{font-size:14px; color:#333; margin-right:2vw;}
.nav .mainlevel .sub-mainlevel .sub-mainlevel-a.active,.nav .mainlevel .sub-mainlevel .sub-mainlevel-a:hover{color: #17AC78;}
.nav .mainlevel:hover ul {opacity:1;  visibility:visible }
.nav .mainlevel:hover ul:after{height: 50px; }
.nav .mainlevel.sub .arrow{margin-left: 8px;}
.nav .mainlevel.sub .arrow:after{display:none}
.nav .mainlevel.sub .arrow:before{border-width: 1px; transform: translate(-50%, -50%) rotate(135deg);}
.nav .mainlevel.sub.active .arrow:before, .nav .mainlevel.sub:hover .arrow:before,.nav .mainlevel.active.cuf:hover .arrow:before {border-color:#17AC78;}
.nav .mainlevel.sub.active.cuf .arrow:before{border-color:#999;}

.search-btn{background: url(../images/search-btn.svg) no-repeat; width: 15px; height: 15px; cursor: pointer;}
.search-box { position: absolute; top: 0; width: 100%; left: 0; background-color: #fff;transition: all 0.5s; transform: scale(0); opacity: 0; z-index: -10;display:flex; justify-content: center; align-items: center; }
.search-box.show1 { transform: scale(1); opacity: 1; z-index: 1200; height: 100%;}
.search-box .box { width: 650px; margin: 0 auto; position: relative; }
.search-box .form { width: 90%; height: 4vh; line-height: 4vh; border: 1px solid #e5e5e5; position: relative; }
.search-box .form form{display: flex; align-items: center;}
.search-box .form .text { font-size: 14px; height: 4vh; line-height: 4vh; flex:1; padding:0 15px; background-color: transparent; }
.search-box .form .submit { width: 40px; height: 100%; font-size: 0; background-color: transparent; background-repeat: no-repeat; background-position: center; background-size: 18px 18px; background-image: url(../images/h-search.png); cursor: pointer; }
.search-box .close1 { position: absolute; right: 0; top: 50%; width: 18px; height: 18px; font-size: 0; background-color: transparent; transform: translateY(-50%); background-repeat: no-repeat; background-position: center; background-size: 100% 100%; background-image: url(../images/close1.png); cursor: pointer; transition: all 0.3s; }

/* box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05); */
header.baion{position: fixed; top: 0; z-index: 20;}
header{transform: translateY(0);}
header.transformY{transform: translateY(-100%);}

.xlxz-title { position: relative; width: 100%; display: flex; flex-direction: column; padding-top: 90px; padding-bottom: 40px;}
.xlxz-title .chs,.xlxz-title .en{white-space: nowrap;}
.xlxz-title .chs{font-size: 28px; font-weight: 600; line-height: 40px; color: #333;}
.xlxz-title .en{font-size: 14px; font-weight: 600; line-height: 20px; color: #666; text-transform: capitalize; margin-top: 15px;}
.xlxz-title .more{position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: auto;}
.xlxz-title.center{align-items: center;}
.xlxz-title.lg .chs{font-size: 32px;}
.xlxz-title.sm .chs{font-size: 24px;}
.list + .xlxz-title{padding-top: 30px;}
#banner{width: 100%;height: 350px; overflow: hidden; position: relative; z-index: 1; background-color: #000000;}
#banner img{width:100%; height: 100%; display:block; position: absolute; z-index: 1; left: 0; top:0;}
#banner .wrapper{height: 100%; display:block; position: absolute; z-index: 2; left: 50%; top:0; transform: translateX(-50%); display: flex; align-items: center; justify-content: center;}
#banner .banner-txt{display: flex; align-items: center; justify-content: center; animation: bannertxt .5s linear 1;}
#banner .banner-txt .chs{font-size: 40px; font-weight: 500; color: #fff;}
#banner .banner-txt .en{font-size: 30px; font-weight: 500; color: #fff; text-transform: capitalize; display: flex; align-items: center;}
#banner .banner-txt .en:before{content:"/"; font-size: 30px; color: rgba(255, 255, 255, 0.2); font-size: 30px; margin-left: 14px; margin-right: 6px;}
@keyframes banner{ 0%{opacity:0;} 100%{opacity:1;} }
@keyframes bannertxt{ 0%{margin-top:100px; display: none;} 100%{margin-top:0px; display: block;} }
.play-btn {position: absolute;z-index: 4;left: 50%; top: 50%;width: 40px;  height: 40px; margin-top: -20px; margin-left: -20px; border-radius: 50%; display: flex;  justify-content: center;  align-items: center;  cursor: pointer; background: rgba(0, 0, 0, 0.5);}
.play-btn:after {  content: "";  display: block; width: 14px; height: 15px; background: url(../images/play-btn.png) no-repeat; }
.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);}
.spl-pane video{width: 100%; height: auto; max-width: 1280px;}
/*关于我们*/
#banner.about-banner{height: 600px;}
#banner.about-banner .wrapper{justify-content: flex-start;}
#banner.about-banner .banner-txt{flex-direction: column; align-items: flex-start;}
#banner.about-banner .banner-txt .chs{order:2; font-size: 14px;}
#banner.about-banner .banner-txt .en{font-size: 63px; font-weight: 600; text-transform: uppercase;}
#banner.about-banner .banner-txt .en:before{display: none;}
#about-section1{position: relative; z-index: 1; margin-top: -90px;}
#about-section1 .wrapper{background-color: #fff; padding-left: 4%; padding-right: 4%; padding-top: 90px;}
.about-section1{display: flex; justify-content: space-between; flex-flow: row wrap;}
.about-section1 .left{width: 175px;}
.about-section1 .left .txt>div{white-space: nowrap;}
.about-section1 .left .txt .p1{color: #333; margin-top: 44px;}
.about-section1 .left .txt .p2{color: #888; margin-top: 8px;}
.about-section1 .right{width: 76%}
.about-section1 .right .xlxz-title{padding-top: 0;}
.about-section1 .images-list{width: 100%; display: flex; justify-content: space-between; margin-top: 60px; margin-bottom: 60px;}
.about-section1 .images-list .images{width: 30%; padding-top: 19%;}
.about-num{padding-top: 56px; padding-bottom: 46px; display: flex; border-top: 1px solid #ECECEC; border-bottom: 1px solid #ECECEC;}
.about-num .item{flex:1;display: flex; flex-direction: column; align-items: center;}
.about-num .item p{color: #999; display: flex; align-items: flex-start;}
.about-num .item .num{font-size: 50px; font-weight: 600; color: #333; margin-top: -12px; margin-right: 8px; margin-bottom: 8px;}
.about-section3{background-color: #17AC78; margin-top: 60px; padding-left: 4%; padding-right: 4%; padding-bottom: 30px; display: flex; flex-flow: row wrap;}
.about-section3 .xlxz-title .chs{color: #fff;}
.about-section3 .item,.about-section3 .item .icon,.about-section3 .item .txt{display:flex; flex-direction:column; justify-content: center; align-items: center;}
.about-section3{justify-content: space-between; align-items: flex-start;}
.about-section3 .item{width: 29%; margin-bottom: 50px;}
.about-section3 .item .icon{width: 96px; height: 96px; border-radius: 50%; background: rgba(255, 255, 255, 0.3);border: 1px solid rgba(255, 255, 255, 0.3);}
.about-section3 .item .txt>div{text-align: center; color: #fff;}
.about-section3 .item .txt .p1{font-size: 18px; line-height: 30px; font-weight: 500; margin-top: 18px; margin-bottom: 6px;}
.about-section3 .item .txt .p2{line-height: 30px;}
#about-section4 {background-color: #F7F7F7; margin-top: -14vh; padding-top: 21vh; padding-bottom: 11vh;}
.about-section4 .xlxz-title{padding-top: 0;}
.about-section4 .text p{text-align: center; line-height: 30px; margin-bottom: 0; color: #333;}
.about-section4 .images-list{width: 100%; display: flex; justify-content: space-between; margin-top: 60px; margin-bottom: 60px;}
.about-section4 .images-list .images{width: 30%; padding-top: 19%;}
.about-section5{display:flex; flex-flow: row wrap; justify-content: space-between; margin-top: 60px; margin-bottom: 127px;}
.about-section5 .txt{width: 47%;}
.about-section5 .txt .text p{color: #333;}
.about-section5 .images{width: 42%; padding-top: 27%;}
.about3-section1{display: flex; justify-content: space-between; padding-top: 80px; padding-bottom: 80px;}
.about3-section1 .images{width: 36%; padding-top: 26%;}
.about3-section1 .txt{width: 60%;}
.about3-section1 .txt .xlxz-title{padding-top: 0;}
.about3-section1 .txt .text p{margin-bottom: 10px;}
.about3-section2{border-top: 1px solid #ECECEC; padding-top: 80px; padding-bottom: 120px;}
/*三行图片*/
.list.photo-list .list-ul{margin-right: -60px; margin-bottom: -60px;}
.list.photo-list .list-li{width: calc(33.33% - 60px); margin-right: 60px; margin-bottom: 60px;}
.list.photo-list .images{padding-top: 61%;}
/*品茗*/
#sub-nav{border-bottom: 1px solid #EFEFEF; margin-bottom: 46px;}
#sub-nav .wrapper{display: flex; justify-content: center; align-items: center;}
#sub-nav .wrapper a{color: #333; margin-left: 33px; margin-right: 33px; padding-top: 30px; padding-bottom: 30px;}
#sub-nav .wrapper a.hover,#sub-nav .wrapper a:hover{color: #17AC78;}
.list.products-list .list-ul{margin-right: 0px; margin-bottom: 40px;}
.list.products-list .list-li{width: 25%; margin-right: 0px; margin-bottom: 0px; padding: 2.5%;}
.list.products-list .images{padding-top: 100%;}
.list.products-list .images img{margin: 5%; max-width: 90%; max-height: 90%; object-fit: contain;}
.list.products-list .list-txt{padding-top: 16px;}
.list.products-list .list-txt .name{text-align: center;}
/*荣誉*/
.list.honors-list .list-ul{margin-right: -60px; margin-bottom: -60px;}
.list.honors-list .list-li{width: calc(25% - 60px); margin-right: 60px; margin-bottom: 60px;}
.list.honors-list .images{padding-top: 72%;}
.list.honors-list .images img{object-fit: contain;}
.honors-txt{position: relative; display: flex; flex-flow: row wrap; margin-top: 20px; margin-bottom: 70px;}
.honors-txt:before,.honors-txt:after{content:""; display: block; position: absolute; width: 1px; height:calc(100% - 50px); top: 0; background-color: #ECECEC;}
.honors-txt:before{left: 33.33%;}
.honors-txt:after{left: 66.67%;}
.honors-txt .item{width: 33.33%; margin-bottom: 50px; padding-left: 60px; display:flex; flex-direction: column;}
.honors-txt .item:nth-child(3n + 1){padding-left: 0px;}
.honors-txt .item .p1{font-weight: 600; color: #333;margin-bottom: 8px;}
.honors-txt .item .p2{font-weight: 400; color: #666;}
/*宋昌美*/
.scm-section1{display: flex; align-items: center; flex-flow: row wrap; margin-top: 100px; margin-bottom: 60px; background-color: #F0F0F0; }
.scm-section1 .images{width: 52%; padding-top: 33%;}
.scm-section1 .txt{width: 48%; height: 100%; padding-left: 3.125vw;padding-right: 3.125vw;}
.scm-section1 .txt .xlxz-title{padding-top: 0;}
.scm-section2{border-bottom: 1px solid #ECECEC; padding-bottom: 60px;}
.scm-section2 .list.photo-list{ margin-top: 60px;}
/*品牌*/
.brand-section1{padding-top: 100px;}
.brand-section2{border-top: 1px solid #ECECEC; border-bottom: 1px solid #ECECEC; margin-top: 60px; padding-top: 60px; padding-bottom: 60px;}
.brand-section2 .xlxz-title{padding-top: 0;}
.brand-section2 .text img{float:left; margin-right: 60px; width: 48%;}
.brand-section2 .text p{margin-bottom: 15px;}
.brand-section3{position: relative; margin:0 auto 120px auto; max-width: 1200px;}
.brand-section3:before{content:""; display: block; position: absolute; left: 40px; width: 1px; height: 100%; background-color: #F6F6F6;}
.brand-section3 .year{width:80px; height:80px; border-radius:50%; background-color: #F6F6F6; display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: center; font-size: 16px; color: #333; margin-bottom: 30px;}
.brand-section3 .year em{width: 10px; height: 1px; background-color: #333; opacity: 0.5; margin-top: 8px; margin-bottom: 8px;}
.brand-section3 .li,.brand-section3 .li .date,.brand-section3 .li .txt{display: flex;}
.brand-section3 .li{margin-bottom: 28px;}
.brand-section3 .li .date:before,.brand-section3 .li .txt:before{content:""; display: block; border-radius: 50%; position: relative; z-index: 2;}
.brand-section3 .li .date{width: 160px; font-size: 16px; line-height: 22px; color: #999;}
.brand-section3 .li .date:before{width: 10px; height: 10px; background-color: #17AC78; margin-top: 5.5px; margin-left: 35px; margin-right: 11px;}
.brand-section3 .li .txt{flex:1; }
.brand-section3 .li .txt,.brand-section3 .li .txt *{line-height: 29px; color: #333;}
.brand-section3 .li .txt:before{width: 5px; height: 5px;  background-color: #A3A3A3; margin-top: 12px; margin-right: 15px;}
/*基地*/
.base-section1{padding-top: 100px; padding-bottom: 50px;}
.base-section2 .images-list{display: flex; justify-content: space-between; flex-flow: row wrap; position: relative; margin-bottom: 100px;}
.base-section2 .images-list:before,.base-section2 .images-list:after{content:"";display: block; position: absolute; background-color: #ECECEC;}
.base-section2 .images-list:before{width: 100%; height: 1px; left: 0; top: 50%;}
.base-section2 .images-list:after{width: 1px; height: 100%; left: 50%; top: 0;}
.base-section2 .images-list .images{width: 45%; padding-top: 25%; margin-bottom: 6.25vw;}
.base-section2 .images-list .images:nth-child(3),.base-section2 .images-list .images:nth-child(4){margin-bottom: 0;}
/*匠心*/
.Ingenuity .list.photo-list{margin-top: 60px; margin-bottom: 60px;}
.Ingenuity .xlxz-title{border-top: 1px solid #ECECEC;}
/*加盟*/
.join-section1{padding-top: 80px; padding-bottom: 100px;}
.join-section2{display: flex; align-items: center;}
.join-section2 .text{width: 59%;}
.join-section2 .text p{margin-bottom: 12px;}
.join-section2 .text p b{font-weight: 600; color: #333;}
.join-section2 img{width: 41%;}
.join-section3 {padding-bottom: 120px;}
.join-section3 .xlxz-title{border-top: 1px solid #ECECEC; margin-top: 60px; padding-top: 60px;}
.join-section3 .text p{margin-bottom: 20px;}
.join-section3 .btn{margin-top: 60px; width: 180px; height: 56px; background-color: #000; display: flex; align-items: center; justify-content: center;  position: relative; overflow: hidden;}
.join-section3 .btn span{position: relative; z-index: 2;font-size: 16px; color: #fff;}
.join-section3 .btn:after{content:""; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(23, 172, 120, 0.5); transform: translateY(100%);}
.join-section3 .btn:hover:after{ transform: translateY(0);}
.join-form{border:solid 1px #eee; margin-top: 20px; margin-bottom: 60px;}
.join-form .form-group.sm .ax-input{max-width: 100px;}
.join-form .form-group.md .ax-input{max-width: 150px;}
.join-form .form .form-group{border-bottom: 1px solid #ECECEC; margin-bottom: 0; padding: 24px; align-items: flex-start;}
.join-form .form .form-group.button-group{padding-top: 48px; padding-bottom: 48px; border-bottom: 0; align-items: center;}
.ax-radio-group .ax-radio,.ax-input, .ax-radio-group, .ax-checkbox-group, .prefix, .unit{padding-top: 0; padding-bottom: 0;}
.ax-checkbox span::before, .ax-radio span::before{top:4px}
.ax-checkbox span::after, .ax-radio span::after{top: 7px;}
.form .label,.ax-radio-group .ax-checkbox span, .ax-radio span{line-height: 24px; color: #333;}
.form .input-group .ax-input,.form .label,.ax-radio span,.prefix, .unit{font-size: 16px;}
.form .input-group .ax-textarea{max-width: 100%;}
.join-form .form .input-group{border: 0;}
.join-form .form .input-group .ax-input.date{max-width: 180px; flex:none}
.join-form .down{margin-left: 36px; display: flex; align-items: center; color: #666; font-size: 16px;}
.join-form .down img{margin-right: 8px; display: block; width: 20px;}
/*资讯*/
.list.news-list#main-news{margin-top: 100px;}
.news-list  .list-li{padding-left: 50px; padding-right: 50px;padding-bottom: 6vh;}
.news-list  .list-li .images{padding-top: 56%;}
.news-list  .list-item{position: relative; display: block; padding-top:240px;}
.news-list  .list-txt{position: absolute;top: 0;}
.news-list  .list-txt .date{font-size: 30px; font-weight: 600; margin-top: 32px; line-height: 42px; color: #333; transition:all 0.36s ease; opacity: 0;}
.news-list  .list-txt .name{font-size: 22px; font-weight: 500; line-height: 30px; height: 60px; color: #333;-webkit-line-clamp: 2; margin-top: 23px;}
.news-list  .list-txt .txt-info{-webkit-line-clamp: 2; 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-li:hover .list-txt .date{opacity: 1;transform: translateY(10px);}
#article-header{background-color: #f7f7f7; padding-bottom: 70px;}
#article-header .h1,#article-header .date{text-align: center;}
#article-header .h1{ margin-top: 56px; font-size: 24px; font-weight: 600; color: #333; line-height: 34px;}
#article-header .date{ margin-top: 15px; margin-bottom: 16px; font-size: 14px; font-weight: 600; color: #666; line-height: 20px;}
#article-header .txt-info{-webkit-line-clamp: 1; width: 55%; margin: 0 auto;}
#article-header .txt-info,#article-header .txt-info *{line-height: 26px; color: #999;}
.article-body{ padding-top: 80px; padding-bottom: 100px; max-width: 1200px; margin:0 auto}
.article-txt,.article-txt *{font-family:Microsoft YaHei,sans-serif ; font-size:14px;line-height: 30px; color:#666;}
.article-txt p{margin-bottom: 20px; text-indent: 2em;}
.article-txt img{width: auto !important; height: auto !important; margin: 40px auto !important; max-width: 100%; display: block;}
/*联系*/
.contact-info{display:flex; flex-flow: row wrap; margin-top: 100px;}
.contact-info .item,.contact-info .item .txt{display:flex;}
.contact-info .item{width:25%; position: relative; padding-left: 60px; margin-bottom: 70px;}
.contact-info .item img{display: block; width: auto; height: auto; position: absolute; left: 0; top: 0;}
.contact-info .item .txt{flex-direction: column; padding-left: 8px;}
.contact-info .item .txt .p1{font-size: 20px; font-weight: 400; color: #333; line-height: 28px;}
.contact-info .item .txt .p2{font-size: 16px; font-weight: 400; color: #333; line-height: 22px; margin-top: 14px;}
.contact-map{ margin-bottom: 120px;}
.contact-map .map #gaodi-map{height: 460px;}
.map #gaodi-map { width: 100%; z-index: 1; }
.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; }
}
/*******************************
  -------[=首页------
********************************/
@-webkit-keyframes scale-up-right { 0% { -webkit-transform: scale(0.2); transform: scale(0.2); -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; border-bottom-left-radius: 400px; border-bottom-right-radius: 400px; border-top-right-radius: 400px; border-top-left-radius: 400px; } 100% { -webkit-transform: scale(1); transform: scale(1); -webkit-transform-origin: 90% 20%; transform-origin: 90% 20%; border-radius: 0px; } } @keyframes scale-up-right { 0% { -webkit-transform: scale(0.2); transform: scale(0.2); -webkit-transform-origin: 90% 20%; transform-origin: 90% 20%; border-bottom-left-radius: 400px; border-bottom-right-radius: 400px; border-top-right-radius: 400px; border-top-left-radius: 400px; } 100% { -webkit-transform: scale(1); transform: scale(1); -webkit-transform-origin: 90% 20%; transform-origin: 90% 20%; border-radius: 0px; } }

#index-section1{z-index: 1; position: relative; height: calc(100vh - 64px);}
#index-section1 img{display:block;}
#index-section1 .bg{width: 100%; height: 100%;}
#index-section1 .video{width: 100%; height: 100%;}
#index-section1 .video video{width: 100%; height: 100%; object-fit: cover;}
#index-section1 .banner{position: absolute; left: 50%; top: 40%; z-index: 20; width: 450px; height: 180px; margin-left: -225px; margin-top: -90px; opacity:0;transition:all .4s;}
#index-section1 .ani-slide .banner{ top: 30%;  opacity:1; }
#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); }
#index-section1 .swiper-pagination-bullet.swiper-pagination-bullet-active{background:rgba(255, 255, 255, 1);}
.index-section2{display:flex;justify-content: space-between; border-bottom: 1px solid #ECECEC; padding-top: 82px; padding-bottom: 73px;}
.index-section2 .left{width:310px; display:flex; flex-direction: column; align-items: flex-start; justify-content: space-between;}
.index-section2 .left .txt{display:flex; flex-direction: column; align-items: flex-end;}
.index-section2 .left .p1{font-size: 60px; line-height: 84px; font-weight: 600; color: #333; text-align: right;}
.index-section2 .left .p1 span{display: block; font-size: 20px; line-height: 28px; font-weight: 400; color: #666;}
.index-section2 .left .btn{margin-top: 70px; width: 60px; height: 60px; border-radius: 50%; background-color: #17AC78; display: flex; justify-content: center; align-items: center;}
.index-section2 .left .btn .arrow{transform: rotate(-45deg);}
.index-section2 .left .btn:hover .arrow{transform: rotate(0);}
.index-section2 .left .img .sec1{width: 100%; height: 526px; margin-top: 24px; margin-bottom: -138px; position: relative; z-index: 1;}
.index-section2 .left .img .sec1 img{display:block; width: auto; height: 100%;}
.index-section2 .left .img .sec2{width: 100%; height: 175px; position: relative; z-index: 2;}
.index-section2 .left .img .sec2 img{display:block; width: 100%; height: 100%;}
.index-section2 .right{flex:1; padding-left: 13%;}
.index-section2 .right .p1{font-size: 24px; line-height: 34px; font-weight: 600; color: #333;}
.index-section2 .right .text{margin-top: 23px; margin-bottom: 60px;}
.index-section2 .right .text *{color:#999}
.index-section2 .right .map {display: flex; justify-content: space-between; align-items: flex-end;}
.index-section2 .right .map img{display: block; width: 65%;}
.index-section2 .right .map .map-r{flex: 1; display: flex; align-items: flex-end; justify-content: center;}
.index-section2 .right .map .map-r .p{width: 24px; font-size: 24px; font-weight: 600; color: #999; padding-bottom: 118px;}
.index-section3 .list.product .images img{margin: 20%; width: 60%; height: 60%; object-fit: contain;}
.index-section3 .list.product .list-txt .name,.index-section3 .product .list-txt .txt-info{text-align: center;}
.index-section3 .list.product .list-li .details{margin-left: auto; margin-right: auto; margin-bottom: 40px;}
#index-section4{background:url(../images/index-section4.jpg) center center no-repeat; background-size: cover; margin-top: 80px; padding-bottom: 115px;}
.index-section4{display: flex; flex-flow: row wrap; background-color: #fff; margin-top: 60px;}
.index-section4 .li{width: 33.33%; position: relative; overflow: hidden;}
.index-section4 .li:after{content:""; display: block; position: absolute; width: 1px; height: 100%; background-color: #ECECEC; right: 0; top: 0;}
.index-section4 .li:last-child:after{display: none;}
.index-section4 .li .txt{transition: all 0.36s ease; position: absolute; z-index: 10; width: 100%; height: 100%; left: 0; top: 0; display: flex; flex-direction: column; justify-content: center; padding-left: 8%; padding-right: 8%;}
.index-section4 .li .txt .t{font-size: 20px; font-weight: 600; line-height: 30px; color: #333; margin-bottom: 24px;}
.index-section4 .li .txt .txt-info{-webkit-line-clamp: 3;}
.index-section4 .li .txt .txt-info,.index-section4 .li .txt .txt-info *{line-height: 30px; color: #666;}
.index-section4 .li .images{padding-top: 65%; opacity: 0; transition: all 0.36s ease;}
.index-section4 .li:hover .txt{top: 25%;}
.index-section4 .li:hover .txt .t{color: #fff;}
.index-section4 .li:hover .txt .txt-info{-webkit-line-clamp: 1;}
.index-section4 .li:hover .txt .txt-info,.index-section4 .li:hover .txt .txt-info *{color: #fff;}
.index-section4 .li:hover .images{opacity: 1;transform: scale(1.1);}
#index-section6{background-color: #F7F7F7; padding-top: 50px; padding-bottom: 100px; margin-top: 40px;}
.index-section6{display: flex; flex-flow: row wrap;}
.index-section6 .left{width: 49%; display: flex; flex-direction: column; justify-content: space-between;}
.index-section6 .left .t{width: calc(100% - 46px); height: 100%; margin-top: 40px;background: url(../images/index-section6-t.png) right 55px no-repeat; background-size: 70% auto;}
.index-section6 .left .t .p1{font-size: 28px; font-weight: 600; color: #333; line-height: 39px;}
.index-section6 .left .t .p2{font-size: 14px; font-weight: 600; color: #666; line-height: 20px; margin-top: 15px;}
.index-section6 .left .t img{display:block;width: 100%;}
.index-section6 .left .images{padding-top: 104%;}
.index-section6 .right{width: 51%;}
.index-section6 .right .images{padding-top: 50%;}
.index-section6 .right .li{display: flex; flex-flow: row wrap;}
.index-section6 .right .li .txt{background-color: #fff; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding-left: 6%; padding-right: 6%;}
.index-section6 .right .li .txt:before{ content:'';width:0;height:0;top: 20%; right: 20%; background-color:#17AC78;position:absolute;border-radius:100px;}
.index-section6 .right .li .txt .t{font-size: 18px; font-weight: 600; color: #333; width: 100%; display: flex; flex-direction: column; align-items: flex-start;}
.index-section6 .right .li .txt .t span{font-size: 16px; font-weight: 400; color: #999; text-transform: capitalize;}
.index-section6 .right .li .txt .txt-info{margin-top: 20px; -webkit-line-clamp: 3;}
.index-section6 .right .li .txt .txt-info,.index-section6 .right .li .txt .txt-info *{line-height: 30px; color: #666;}
.index-section6 .right .li .txt>div{position: relative; z-index: 2;}
.index-section6 .right .li>div{width: 50%;}
.index-section6 .right .li:nth-child(2) .images{order:2;}
.index-section6 .right .li:hover .txt:before{width: 100%; height: 100%; top: 0; right: 0; -webkit-animation: scale-up-right 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: scale-up-right 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;}
.index-section6 .right .li:hover .txt *,.index-section6 .right .li:hover .txt .t *{color: #fff;}
.index-section6 .right .li:hover .images img{transform: scale(1.1);}
#index-section7 .about-num{border-top: 0; border-bottom: 0;}
/*******************************
  -------[=自适应------
********************************/
.wrapper {width: 76%; min-width: 900px; }

@media screen and (max-width: 1640px) {
  .wrapper {width: 86%;}
}

@media screen and (max-width: 1440px) {
  .wrapper {width: 100%; padding-left: 32px; padding-right: 32px;}
}

@media screen and (max-width: 1280px) {  
  .wrapper {width: 100%; padding-left: 16px; padding-right: 16px;}
}
@media screen and (max-width: 1024px) {  
  .form .label{margin-bottom: 12px; width: 100%;}
  .form .form-group { flex-flow: row wrap;}
}

@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) {
}