@charset "utf-8";
/* 全局重置 */
*{transition: all 0.3s;font-weight: 300;font-size: 16px;}
*,*::before,*::after {box-sizing: border-box; /* 使用更直观的盒模型 */margin: 0;padding: 0;}
/* 基础元素重置 */
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,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;}
a:hover{transform: translateY(-3px)!important;}
/* 滚动条 */
::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-track {background-color: rgba(0, 0, 0, 0);}
::-webkit-scrollbar-thumb {background-color: #e4e4e4;border-radius: 5px;}


/* gg */
.area{width: 100%;max-width: 1430px;padding: 0 15px;margin: 0 auto;display: flex;}
.more{border: 1px solid #269237;background-color: #269237;color: #fff;border-radius: 5px;line-height: 2.5;width: 150px;display: flex;align-items: center;justify-content: center;}
table tr td{border: 1px solid #222;padding: 5px;}
.more:hover{color: #269237;background-color: #fff;}


/* head */
.head{width: 100%;position: fixed;top: 0;left: 0;z-index: 100;}
.head::before{content: '';display: inline-block;position: absolute;left: 0;top: 0;width: 100%;height: 150%;background-image: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));transition: all 0.3s;}
.head.tr::before{height: 100%;background-color: rgba(0, 0, 0, 0.6);background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0));}
.head .logo{height: 100%;}
.head .logo a,.head .logo a h1{display: block;width: 100%;margin: 0;height: 100px;text-align: center;position: relative;}
.head.tr .logo a,.head.tr .logo a h1{height: 80px;}
.head .logo a h1 img{width: 80%;max-width: 200px;position: absolute;left: 50%;bottom: 5%;transform: translateX(-50%);}
.head .nav{width: 100%;border-bottom: 1px solid rgba(255, 255, 255, 0.2);background-color: #06c618;}
.head .nav .navBox{width: 100%;max-width: 1000px;margin: 0 auto;}
.head .nav .navBox ul{margin: 0;}
.head .nav .navBox ul .child{display: block;float: left;width: 12.5%;text-align: center;line-height: 60px;font-size: 16px;transition: all 0.3s;position: relative;}
.head .nav .navBox ul .child>a{color: #fff;font-size: 20px;font-weight: 800;}
.head .nav .navBox ul .child .childContent{padding: 10px 0;transform: rotateX(90deg);transform-origin: top;transition: all 0.3s;width: 100%;position: absolute;}
.head .nav .navBox ul .child .childContent li{width: 100%;line-height: 50px;}
.head .nav .navBox ul .child .childContent li a{color: #fff;display: inline-block;width: 100%;height: 100%;}

.head .nav .navBox ul .child:hover{background-color: #269237;}
.head .nav .navBox ul .child:hover a{color: #fff;}
.head .nav .navBox ul .child:hover .childContent{transform: rotateX(0deg);background-color: #269237;}

.head .headtel{width: 230px;float: left;height: 100px;line-height: 100px;font-size: 22px;font-style: italic;font-weight: bold;color: #fff;}
.head .headtel a{display: inline-block;position: relative;cursor: pointer;}
.head .headtel img{display: inline-block;}
.head .headtel strong{display: block;float: left;width: 100%;}
.head .headtel strong a .htel-d{position: absolute;top: calc(100%);transform: rotateX(90deg);transform-origin: top;right: 0;transition: all 0.4s;}
.head .headtel strong a p{display: block;width: 200px;background-color: #fff;height: 50px;line-height: 50px;color: #269237;}
.head .headtel strong a:hover .htel-d{transform: rotateX(0deg);}



/* wapnav */
.menu-btn {position: absolute;z-index: 3;display: flex;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: #269237;font-size: 15px;text-transform: uppercase;transition: 0.4s 0.2s;}
.menubtn {position: relative;z-index: 20;float: right;cursor: pointer;transition: 0.4s;cursor: pointer;}
.menubtn span {display: block;width: 18px;height: 2px;background: #269237;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: #269237;-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: 100px;margin: 0 30px;}
.menu-list > li {position: relative;z-index: 3;border-bottom: 1px solid #ebebeb;}
.menu-list > li > a {display: block;position: relative;z-index: 2;padding-left: 42px;color: #269237;font-size: 16px;height: 59px;line-height: 59px;}
.menu-list > li > a:before {position: absolute;left: 0;bottom: 0;content: "";width: 100%;height: 0;background: #6ef944;transition: 0.38s;z-index: -1;}



/* foot */
.footer{color: #fff;background-color: #292a2e;padding-top: 30px;}
.footer .area{padding-bottom: 3%;display: block;}
.footer .foot-l img{max-width: 90%;margin: 15px 0;}
.footer .foot-l p:nth-child(2) i{color: #269237;display: inline-block;font-size: 30px;font-weight: bold;margin: 5% 0 4%;}
.footer .foot-l .f-contact{color: #818181;width: 100%;margin-top: 2%;}
.footer .foot-l .f-contact p{font-size: 16px;padding-top: 2%;}
.footer .foot-r{padding-bottom: 2%;color: #999;}
.footer .foot-r .f-nav{width: 100%;padding: 5% 0;float: left;}
.footer .foot-r .f-nav a{width: 12.5%;display: block;float: left;text-align: right;color: #fff;font-size: 16px;}
.footer .foot-r .f-code{width: 40%;float: right;}
.footer .foot-r .f-code p{display: block;float: right;width: 50%;text-align: right;}
.footer .foot-r .f-code p img{width: 100%;max-width: 100px;}
.footer .foot-r .f-code p span{width: 100%;max-width: 100px;text-align: center;display: block;float: right;line-height: 30px;}
.footer .copyright{width: 100%;background-color: rgba(0, 0, 0, 0.1);text-align: center;color: #818181;font-size: 15px;line-height: 1.5;padding: 10px 15px;}
.footer .copyright a{color: #818181;}

@media screen and (min-width: 0px) and (max-width:1400px){

}
@media screen and (min-width: 0px) and (max-width:1200px){
  .title span{font-size: 30px;}
}
@media screen and (min-width: 0px) and (max-width:992px){
  .footer .foot-r .f-nav a{font-size: 15px;}
}
@media screen and (min-width: 0px) and (max-width:768px){
  .head .logo a h1 img{bottom: 50%;left: 10%;transform: translateX(0) translateY(50%);max-height: 70%;width: auto;}

  .col-xs-6:nth-child(2n-1){padding-right: 7.5px;}
  .col-xs-6:nth-child(2n){padding-left: 7.5px;}

  .title{padding-bottom: 20px;}
  .title h3{font-size: 26px;}


  .footer .foot-l img{margin-top: 5%;}
  .footer .foot-l{padding: 0 5%;}
  .footer>p{padding: 10px 15px;}
  .footer .foot-r .f-nav a{text-align: center;}
  .footer .foot-r .f-code{float: left;}
  .footer .foot-r .f-code p{float: left;}
}

@media screen and (min-width: 0px) and (max-width:550px){
  .head .logo a,.head .logo a h1{height: 70px;}
  .head.tr .logo a,.head.tr .logo a h1{height: 70px;}
  .footer .foot-r .f-nav a{width: 25%;padding: 1.5% 0;}
  .footer .foot-r .f-nav a:first-child{margin-left: 0;}
  .footer .foot-r .f-contact{width: 100%;}
  .footer .foot-r .f-code{width: 100%;}
  .footer .foot-r .f-code p{text-align: center;}
  .footer .foot-r .f-code p span{max-width: none;}


}
@media screen and (min-width: 0px) and (max-width:440px){
    .title span{font-size: 22px;}
    .title h3{font-size: 24px;}
    .more{font-size: 15px;width: 125px;}
    .footer .copyright{font-size: 14px;}

}
@media screen and (min-width: 0px) and (max-width:375px){
  .menu-list > li > a{font-size: 14px;padding-left: 30px;}
}
@media screen and (min-width: 0px) and (max-width:320px){
  .menu-list{padding-top: 60px;}
  .footer .foot-l img{margin-bottom: 5%;}

}