@charset "utf-8";
/* 全局重置 */
*{transition: all 0.3s;font-weight: 300;font-size: 16px;}
*,*::before,*::after {box-sizing: border-box; /* 使用更直观的盒模型 */margin: 0;padding: 0;}
/* 基础元素重置 */
html{overflow-x: hidden;}
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;font-weight: 300;vertical-align: baseline;}
/* HTML5 元素显示设置 */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
/* 列表重置 */
ol, ul {list-style: none;}
/* 表格重置 */
table {border-collapse: collapse;border-spacing: 0;}
/* 链接重置 */
a{color: inherit;text-decoration: none;background-color: transparent;}
/* 表单元素重置 */
button, input, optgroup, select, textarea {margin: 0;padding: 0;border: 0;font-family: inherit;font-size: 100%;line-height: 1.15;background: none;outline: none;}
/* 按钮重置 */
button {cursor: pointer;background: none;border: none;}
/* 输入框重置 */
input {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
/* 清除数字输入框的箭头 */
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
/* 清除搜索框的默认样式 */
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration {-webkit-appearance: none;}
/* 文本区域重置 */
textarea {resize: none; /* 禁止调整大小 */overflow: auto;}
/* 图片和嵌入内容重置 */
embed, iframe, object, video {max-width: 100%;height: auto;border-style: none;display: block;}
img{height: auto;border-style: none;}
/* 禁用状态样式 */
[disabled] {cursor: not-allowed;opacity: 0.5;}
/* 移除所有元素的hover、active、focus状态下的默认样式 */
a:hover, a:active, a:focus,button:hover, button:active, button:focus,input:hover, input:active, input:focus,select:hover, select:active, select:focus,textarea:hover, textarea:active, textarea:focus {outline: none;text-decoration: none;color: rgba(0, 0, 0, 0.8);}
a:hover{transform: translateY(-3px);}
/* 滚动条 */
::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-track {background-color: rgba(0, 0, 0, 0);}
::-webkit-scrollbar-thumb {background-color: #e4e4e4;border-radius: 5px;}

/* load */
.loading-page{position: fixed;width: 100%;height: 100vh;background-size: cover;background-image: url(../images/load-bg.jpg);display: flex;align-items: center;justify-content: center;padding: 0 15px;top: 0;left: 0;z-index: 999;background-color: #fff;background-position: center;}
.loading-page .ul{width: 100%;max-width: 1680px;display: flex;flex-wrap: wrap;}
.loading-page .ul .li{width: calc(50% - 65px);margin-right: 130px;height: 100%;padding: 45px;display: flex;flex-wrap: wrap;align-items: center;align-content: center;justify-content: start;position: relative;}
.loading-page .ul .li .bg{position: absolute;left: 0;top: 0;width: auto;height: 100%;z-index: -1;max-width: calc(100% + 90px);}
.loading-page .ul .li:last-child{margin-right: 0;}
.loading-page .ul .li:last-child .bg{left: auto;right: 0;}
.loading-page .ul .li .loading-logo{width: 100%;padding-bottom: 45px;margin-bottom: 45px;border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.loading-page .ul .li .loading-logo img{width: 100%;}
.loading-page .ul .li .loading-info{width: 100%;display: flex;flex-wrap: wrap;}
.loading-page .ul .li .loading-info .left{width: 40%;padding-right: 30px;}
.loading-page .ul .li .loading-info .left a{display: flex;flex-wrap: wrap;width: 100%;max-width: 250px;border-radius: 5px;background-color: rgba(18,100,54,1);padding: 20px 0;justify-content: center;align-items: center;margin-bottom: 20px;}
.loading-page .ul .li:last-child .loading-info .left a{background-color: rgba(251,76,11,1);}
.loading-page .ul .li .loading-info .left a:last-child{margin-bottom: 0;}
.loading-page .ul .li .loading-info .left a i{font-size: 30px;color: #Fff;padding-right: 20px;border-right: 1px solid rgba(255, 255, 255, 0.3);}
.loading-page .ul .li .loading-info .left a p{padding: 15px 0 15px 20px;color: #fff;font-size: 16px;}
.loading-page .ul .li .loading-info .right{width: 60%;}
.loading-page .ul .li .loading-info .right .qr_code{width: 100%;display: flex;margin-bottom: 25px;}
.loading-page .ul .li .loading-info .right .qr_code p{width: calc(50% - 15px);max-width: 145px;padding: 10px 10px 0;display: flex;flex-wrap: wrap;align-items: start;background-color: #fff;margin-right: 30px;}
.loading-page .ul .li .loading-info .right .qr_code p:last-child{margin-right: 0;}
.loading-page .ul .li .loading-info .right .qr_code p img{width: 100%;}
.loading-page .ul .li .loading-info .right .qr_code p span{width: 100%;line-height: 3;font-size: 15px;text-align: center;}
.loading-page .ul .li .loading-info .right .contact-info{width: 100%;}
.loading-page .ul .li .loading-info .right .contact-info p{width: 100%;display: flex;margin-bottom: 20px;color: #fff;}
.loading-page .ul .li .loading-info .right .contact-info p:last-child{margin-bottom: 0;}
.loading-page .ul .li .loading-info .right .contact-info p i{font-size: 22px;color: #fff;margin-right: 20px;}
.loading-page .ul .li .loading-info .right .contact-info p span{width: calc(100% - 45px);line-height: 1.5;font-size: 15px;color: #fff;}



/* gg */
.area{width: 100%;max-width: 1530px;padding: 0 15px;margin: 0 auto;display: flex;}
.more{display: flex;line-height: 40px;font-size: 15px;color: rgba(18,100,54,1);position: relative;}
.more::before{content: '';display: inline-block;position: absolute;width: 5px;height: 5px;left: 0;bottom: 0;background-color: #ea7900;}
.more::after{content: '';display: inline-block;position: absolute;width: 50px;height: 5px;background-color: rgba(18,100,54,1);left: 8px;bottom: 0;}

table tr td{border: 1px solid #222;padding: 5px;}

.title{display: flex;flex-wrap: wrap;}
.title h3{font-size: 34px;font-weight: 600;line-height: 1;position: relative;}
.title h3::after{content: '';display: inline-block;position: absolute;width: 7px;height: 7px;background-color: #ea7900;left: calc(100% + 5px);top: 3px;}
.title h3 b{color: rgba(18,100,54,1);font-weight: 600;}
.title span{font-size: 24px;color: rgba(18,100,54,.2);white-space: nowrap;font-weight: 600;text-transform: uppercase;line-height: 1;width: 100%;margin-top: 10px;}

.title-2{position: relative;margin: 0 auto;text-align: center;}
.title-2 h3{font-size: 34px;font-weight: 600;line-height: 2;position: relative;}
.title-2 h3 b{color: rgba(18,100,54,1);font-weight: 600;}
.title-2 span{font-size: 14px;color: rgba(0,0,0,0.7);white-space: nowrap;line-height: 3;}




/* head */
.head{width: 100%;position: absolute;top: 0;left: 0;z-index: 10;transition: all 0.3s;border-top: 5px solid rgba(18,100,54,1);background-color: #fff;}
.head .web-slogan{height: 125px;overflow: hidden;width: 100%;}
.head .web-slogan .area{width: 100%;flex-wrap: wrap;align-items: stretch;align-content: center;}
.head .web-slogan p{width: 100%;text-align: right;}
.head .web-slogan p a{color: rgba(0, 0, 0, 0.5);font-size: 15px;line-height: 25px;}
.head .web-slogan .logo{width: auto;max-width: 70%;display: flex;align-items: center;justify-content: start;padding-bottom: 20px;}
.head .web-slogan .logo a{height: 100%;}
.head .web-slogan .logo a h1{display: flex;flex-wrap: wrap;align-items: center;justify-content: center;height: 100%;}
.head .web-slogan .logo img{width: 100%;max-height: 100%;}
.head .web-slogan .tel{width: 260px;margin-left: auto;display: flex;align-items: center;align-content: center;padding-bottom: 20px;}
.head .web-slogan .tel i{font-size: 50px;color: rgba(18,100,54,1);}
.head .web-slogan .tel h2{width: 200px;margin-left: auto;font-size: 30px;font-family: fantasy;line-height: 1;display: flex;flex-wrap: wrap;}
.head .web-slogan .tel h2 span{font-size: 14px;color: rgba(0, 0, 0, 0.5);width: 100%;margin-bottom: 5px;}

.head .nav{background-color: rgba(18,100,54,1);}
.head .nav .ul{width: 100%;margin-left: auto;display: flex;height: 100%;}
.head .nav .ul .li{flex-grow: 1;position: relative;justify-content: center;font-size: 18px;line-height: 3;color: #fff;display: flex;justify-content: center;}
.head .nav .ul .li a,.head .nav .ul .li a span{height: 100%;display: flex;align-items: center;position: relative;font-weight: 600;}
.head .nav .ul .li a span::after{content: '';display: inline-block;width: 0%;height: 4px;position: absolute;right: 0;top: 100%;background-color: rgba(18,100,54,1);transition: all 0.3s;}
.head .nav .ul .li .cd-ul{position: absolute;top: 100%;left: 50%;width: auto;min-width: calc(100% + 30px);transform: translateX(-50%) rotateX(90deg);transform-origin: top;background-color: #fff;}
.head .nav .ul .li .cd-ul .cd-li{width: 100%;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.head .nav .ul .li .cd-ul .cd-li:last-child{border-width: 0;}
.head .nav .ul .li .cd-ul .cd-li a{line-height: 3;text-align: center;display: block;width: 100%;color: rgba(0,0,0,.8);}
.head .nav .ul .li:hover a,.head .nav .ul .li:hover a span{color: #fff;}
.head .nav .ul .li:hover a span::after{left: 0;width: 100%;}

.head .nav .ul .li:hover>.cd-ul{transform: translateX(-50%) rotateX(0deg);}

.head.tr{position: fixed;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);}
.head.tr .web-slogan{height: 0px;}




/* wapnav */
.menu-btn {position: absolute;z-index: 3;display: none;justify-content: center;align-items: center;width: 105px;height: 43px;border-radius: 22px;cursor: pointer;transition: 0.4s 0.2s;background: rgba(0, 0, 0, 0.2);top: 50%;right: 3%;transform: translateY(-50%);}
.menu-btn p {margin-right: 10px;color: #fff;font-size: 15px;text-transform: uppercase;transition: 0.4s 0.2s;}
.menubtn {position: relative;z-index: 11;float: right;cursor: pointer;transition: 0.4s;cursor: pointer;}
.menubtn span {display: block;width: 18px;height: 2px;background: #fff;position: relative;vertical-align: middle;-webkit-transition-duration: .3s,.3s;-moz-transition-duration: .3s,.3s;-ms-transition-duration: .3s,.3s;-o-transition-duration: .3s,.3s;transition-duration: .3s,.3s;-webkit-transition-delay: .3s,0s;-moz-transition-delay: .3s,0s;-ms-transition-delay: .3s,0s;-o-transition-delay: .3s,0s;transition-delay: .3s,0s;}
.menubtn span:after, .menubtn span:before {content: "";position: absolute;display: inline-block;width: 100%;height: 2px;left: 0;background-color: #fff;-webkit-transition-duration: .3s,.3s;-moz-transition-duration: .3s,.3s;-ms-transition-duration: .3s,.3s;-o-transition-duration: .3s,.3s;transition-duration: .3s,.3s;-webkit-transition-delay: .3s,0s;-moz-transition-delay: .3s,0s;-ms-transition-delay: .3s,0s;-o-transition-delay: .3s,0s;transition-delay: .3s,0s;}
.menubtn span:before {top: -6px;-webkit-transition-property: top,transform;-moz-transition-property: top,transform;-ms-transition-property: top,transform;-o-transition-property: top,transform;transition-property: top,transform;}
.menubtn span:after {bottom: -6px;-webkit-transition-property: bottom,transform;-moz-transition-property: bottom,transform;-ms-transition-property: bottom,transform;-o-transition-property: bottom,transform;transition-property: bottom,transform;}
.menubtn.active span {background-color: transparent;-webkit-transition-delay: 0s,0s;-moz-transition-delay: 0s,0s;-ms-transition-delay: 0s,0s;-o-transition-delay: 0s,0s;transition-delay: 0s,0s;}
.menubtn.active span:after, .menubtn.active span:before {-webkit-transition-delay: 0s,.3s;-moz-transition-delay: 0s,.3s;-ms-transition-delay: 0s,.3s;-o-transition-delay: 0s,.3s;transition-delay: 0s,.3s;}
.menubtn.active span:before {top: 0px;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.menubtn.active span:after, .menubtn.active span:before {-webkit-transition-delay: 0s,.3s;-moz-transition-delay: 0s,.3s;-ms-transition-delay: 0s,.3s;-o-transition-delay: 0s,.3s;transition-delay: 0s,.3s;}
.menubtn.active span:after {bottom: 0px;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.menu-flex.show {visibility: visible;pointer-events: visible;}
.menu-flex {position: fixed;left: 0;top: 0;width: 100%;height: 100%;visibility: hidden;pointer-events: none;transition: 0.88s;}
.menu-flex.show .menu-bg {opacity: 1;visibility: visible;transition: 0.88s 0s;}
.menu-bg {position: absolute;left: 0;top: 0;background: rgba(0, 0, 0, 0.5);width: 100%;height: 100%;opacity: 0;visibility: hidden;transition: 0.88s 0.3s;z-index: 9;}
.menu-flex.show .menu-right {right: 0;}
.menu-right {position: absolute;right: -330px;top: 0;width: 60%;max-width: 330px;height: 100%;background: #fff;transition: 0.8s cubic-bezier(0.77, 0, 0.175, 1);z-index: 10;}
.menu-list {padding-top: 30%;margin: 0 30px;}
.menu-list > li {position: relative;z-index: 3;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.menu-list > li > a {display: block;position: relative;z-index: 2;padding-left: 42px;color: rgba(0, 0, 0, 0.7);font-size: 16px;height: 59px;line-height: 59px;}
.menu-list > li > a:before {position: absolute;left: 0;bottom: 0;content: "";width: 100%;height: 0;transition: 0.38s;z-index: -1;}


/* adv */
.adv{padding: 50px 0 70px;background-color: #f6faff;}
.adv .area{flex-wrap: wrap;}
.adv .swiper{margin-top: 45px;width: 100%;}
.adv .swiper .info{width: 100%;padding: 40px 30px;text-align: center;position: relative;z-index: 2;}
.adv .swiper .swiper-slide{position: relative;background-color: #fff;cursor: pointer;}
.adv .swiper .swiper-slide::after{content: '';display: inline-block;position: absolute;bottom: 0;height: 3%;width: 100%;background-color: rgba(18,100,54,1);z-index: 1;left: 0;bottom: 0;transition: all 0.3s;}
.adv .swiper .info img{height: 50px;}
.adv .swiper .info h3{margin: 20px 0;font-size: 22px;font-weight: 600;}
.adv .swiper .info p{color: rgba(0, 0, 0, 0.7);line-height: 2;text-align: left;}
.adv .swiper .swiper-slide:hover img{filter: grayscale(0) brightness(5);}
.adv .swiper .swiper-slide:hover h3,.adv .swiper .info:hover p{color: #fff;}
.adv .swiper .swiper-slide:hover::after{height: 100%;}


/* foot */
.footer{padding-top: 55px;border-top: 5px solid rgba(18,100,54,1);}
.footer .area{flex-wrap: wrap;align-items: stretch;align-content: start;}
.footer .area .left{width: 50%;display: flex;flex-wrap: wrap;align-items: start;}
.footer .logo{width: 100%;height: 70px;overflow: hidden;margin-bottom: 45px;}
.footer .logo img{width: 320px;height: 100%;object-position: left;object-fit: cover;}
.footer .content{width: calc(100% - 200px);padding-left: 20px;}
.footer .content p{line-height: 2.5;display: flex;align-items: center;}
.footer .content p i{margin-right: 15px;height: 30px;width: 30px;background-color: #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 22px;color: rgba(18,100,54,1);}
.footer .ewm{width:200px;margin-left: auto;display: flex;justify-content: start;}
.footer .ewm .img{width: 95px;background-color: rgba(0,0,0,.2);display: flex;flex-wrap: wrap;align-content: start;justify-content: center;margin-right: 10px;}
.footer .ewm .img:last-child{margin-right: 0;}
.footer .ewm .img img{width: 100%;background-color: #fff;object-fit: contain;}
.footer .ewm p{line-height: 2.5;text-align: center;font-size: 15px;}

.footer .area .right{width: 50%;display: flex;flex-wrap: wrap;align-items: start;margin-left: auto;}
.footer .nav{width: 100%;display: flex;flex-wrap: wrap;justify-content: end;}
.footer .nav .li{flex-grow: 1;text-align: center;max-width: 130px;}
.footer .nav .li a{}

.footer .copyright{width: 100%;text-align: center;padding: 15px 0;margin-top: 50px;border-top: 1px solid rgba(0, 0, 0, 0.1);}
.footer .copyright p,.footer .copyright a{font-size: 15px;line-height: 1.5;}




@media screen and (min-width: 0px) and (max-width:1400px){
  .title h3{font-size: 32px;}
  .title span{font-size: 22px;}

  .loading-page .ul .li:first-child{padding-right: 0;}
  .loading-page .ul .li:last-child{padding-left: 0;}
  .loading-page .ul .li .loading-logo{padding-bottom: 35px;margin-bottom: 40px;}
  .loading-page .ul .li .loading-info .left a i{padding-right: 15px;}
  .loading-page .ul .li .loading-info .left a p{padding-left: 15px;}
}
@media screen and (min-width: 0px) and (max-width:1200px){
  .title h3{font-size: 30px;}
  .head .nav .ul .li{font-size: 17px;}

  .loading-page .ul .li:first-child{padding-left: 30px;}
  .loading-page .ul .li:last-child{padding-right: 30px;}
  .loading-page .ul .li .loading-logo{padding-bottom: 25px;margin-bottom: 30px;}
  .loading-page .ul .li .loading-info .left{padding-right: 20px;}
  .loading-page .ul .li .loading-info .right .qr_code p{margin-right: 20px;width: calc(50% - 10px);}
  .loading-page .ul .li .loading-info .left a i{padding-right: 10px;}
  .loading-page .ul .li .loading-info .left a p{padding-left: 10px;}
}

@media screen and (min-width: 0px) and (max-width:1024px){

}

@media screen and (min-width: 0px) and (max-width:992px){
  .head .web-slogan .tel{display: none;}
  .head .web-slogan .logo{max-width: none;}

  .footer{padding-top: 25px;}
  .footer .area .right{width: 100%;order: -1;}
  .footer .nav{justify-content: start;margin-bottom: 10px;}
  .footer .nav .li{width: 33.333333%;padding-bottom: 15px;}
  .footer .area .left{width: 100%;}
  
  .loading-page .ul .li{margin-right: 100px;width: calc(50% - 50px);}
  .loading-page .ul .li .bg{max-width: calc(100% + 65px);}
  .loading-page .ul .li .loading-info .left a{padding: 15px 0;}
  .loading-page .ul .li .loading-info .left a i{font-size: 24px;}
  .loading-page .ul .li .loading-info .left a p{font-size: 15px;}
}
@media screen and (min-width: 0px) and (max-width:991px){
  .loading-page .ul .li{width: 100%;margin-right: 0;}
  .loading-page .ul .li:first-child{margin-bottom: 30px;}
  .loading-page .ul .li:last-child{justify-content: end;}
  .loading-page .ul .li .bg{max-width: none;width: 100%;}
  .loading-page .ul .li .loading-logo{width: 80%;}
  .loading-page .ul .li:last-child .loading-logo{text-align: right;}
  .loading-page .ul .li .loading-logo img{max-width: 500px;}
  .loading-page .ul .li .loading-info .left{width: 80%;display: flex;flex-wrap: wrap;padding-right: 0;}
  .loading-page .ul .li:last-child .loading-info .left{margin-left: auto;justify-content: end;}
  .loading-page .ul .li .loading-info .left a{width: calc(33.333333% - 20px);margin-right: 30px;margin-bottom: 0;padding: 10px 0;}
  .loading-page .ul .li .loading-info .left a:last-child{margin-right: 0;}
  .loading-page .ul .li .loading-info .right{display: none;}
    

}
@media screen and (min-width: 0px) and (max-width:768px){
  .col-xs-6:nth-child(2n-1){padding-right: 7.5px;}
  .col-xs-6:nth-child(2n){padding-left: 7.5px;}
  .menu-btn{display: flex;}

  .head .web-slogan{height: 100px;}
  .head.tr .web-slogan{height: 95px;}
  .head .web-slogan p{display: none;}
  .head .web-slogan .area{height: 100%;}
  .head .web-slogan .logo{width: 320px;height: 70px;overflow: hidden;padding-bottom: 0;}
  .head .web-slogan .logo img{height: 100%;width: auto;object-fit: cover;object-position: left center;}

  .head .nav{display: none;}

  .loading-page .ul .li .loading-info .left a{padding: 5px 0;}
}

@media screen and (min-width: 0px) and (max-width:440px){
  .title h3{font-size: 26px;}
  .title span{font-size: 18px;}
  .menu-list > li > a{font-size: 15px;}
  .head .web-slogan{height: 90px;}
  .head.tr .web-slogan{height: 85px;}
  .head .web-slogan .logo{width: 275px;height: 60px;}
  
  .footer .logo{margin-bottom: 25px;height: 55px;}
  .footer .logo img{width: 250px;}
  .footer .ewm{display: none;}
  .footer .content{width: 100%;padding-left: 0;}
  .footer .content p{font-size: 15px;}

  .footer .copyright{margin-top: 20px;}
  .footer .copyright p, .footer .copyright a{font-size: 14px;}

  .loading-page .ul .li{padding: 10px 25px 20px!important;overflow: hidden;border-radius: 10px;}
  .loading-page .ul .li .bg{width: 200%;}
  .loading-page .ul .li:first-child{margin-bottom: 15px;}
  .loading-page .ul .li:last-child{justify-content: start;}
  .loading-page .ul .li .loading-logo{padding-bottom: 10px;margin-bottom: 20px;width: 100%;}
  .loading-page .ul .li .loading-info .left{width: 100%;justify-content: center!important;}
  .loading-page .ul .li .loading-info .left a{margin-right: 0;width: 100%;margin-bottom: 5px;max-width: 200px;}
  .loading-page .ul .li .loading-info .left a:last-child{margin-bottom: 0;}
  .loading-page .ul .li .loading-info .left a p{padding: 10px 0 10px 20px;font-size: 14px;}
}
@media screen and (min-width: 0px) and (max-width:375px){
  .head .web-slogan{height: 80px;}
  .head.tr .web-slogan{height: 75px;}
  .head .web-slogan .logo{width: 230px;height: 50px;}
}