@charset "utf-8";
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*点击元素时的高亮*/
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none; /*禁用Webkit内核浏览器文字大小调整功能*/
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -text-size-adjust: none;
  background-color: #FFF;
}
body,h1,h2,h3,h4,h5,h6,p,ul {
    padding: 0;
    margin: 0;
}
ul {
    list-style: none;
}
img {
    border: none;
    vertical-align: top;
}
a,a:link,a:visited,a:active {
    text-decoration: none;
}
body,input { 
    font-family: "Microsoft Yahei", "微软雅黑", Arial, sans-serif;
}
input,select,textarea {
    background-color: transparent;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
}
input {
    border-radius: 0;
}
textarea {
    resize: none; 
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
	*zoom:1;
}
dl,dd{margin:0;}
.fl{float: left;}
.fr{float: right}
em,i{font-style: normal}
.gwidth{
    width: 1030px;
    margin: 0 auto;
}
.header{
    background: #23452C;
    height: 244px;
    border-bottom: 14px solid #9EDD26;
}
.head{
    position: relative;
    height: 244px;
}
.head .logo{
    position: absolute;
    top: 25px;
    left: 0;
    cursor: pointer;
}
.head .menu{
    position: absolute;
    top: 34px;
    right: 0;
    cursor: pointer;
    z-index: 99999;
}
.gtitle{
    padding-top: 76px;
    text-align: center;
    padding-bottom: 50px;
    position: relative;
}
.gtitle h3{
    font-size: 56px;
    line-height: 1em;
    font-weight: 500;
    color: #333333;
    margin-bottom: 14px;
}
.gtitle p{
    font-size: 22px;
    font-weight: 500;
    color: #666666;
}
.gtitle .titleimg{
    font-size: 90PX;
    font-weight: bold;
    color: #999999;
    opacity: 0.2;
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1em;
}
.nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(000,000,000,.6);
    z-index: 100;
}



.hamburger .hamburgerline{
    width: 24px;
    height: 2px;
    background-color: #ecf0f1;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .hamburger:hover{
    cursor: pointer;
  }

  #hamburger.is-active .hamburgerline:nth-child(2){
    opacity: 0;
  }
  
  #hamburger.is-active .hamburgerline:nth-child(1){
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  
  #hamburger.is-active .hamburgerline:nth-child(3){
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  









.indexheader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}
.indexheader .headlogo{
    text-align: center;
    padding-top: 104px;
    margin-bottom: 100px;
}
.headerbg{
    background: rgba(000,000,000,.85);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    height: 0px;
    overflow: hidden;
    transition: .45s;
}
.headerShow{
    height: 100vh;
}
.headmenu{
    display: flex;
    justify-content: space-between;
    font-size: 26px;
}
.hamburgerColor .hamburgerline{
    background: #85BF27;
}
.headmenu a{
    position: relative;
    color: #FFFFFF;
}
.headmenu span{
    position: absolute;
    top: 10;
    right: 0;
    font-size: 18px;
}
.indexwidth{
    width: 1070px;
    margin: 0 auto;
    position: relative;
}
.indexheader .logo{
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 2;
}

.indexheader .menu{
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 10;
    cursor: pointer
}
.commonwidth{
    width: 1030px;
}
.overflow{
    overflow: hidden;
    height: 100vh;
}


.footer{
    width: 100%;
    background: #000;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    color: #FFFFFF;
    overflow: hidden;
}
.footer a{
    color: #FFF;
}

.headerFlex{
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent!important;
    border: none!important;
    height: 90px!important;
    transition: .75s;
    z-index: 2;
}
.headerFlex .head{
    height: 90px;
}
.headeractive{
    background: #9EDD26!important;
}
.zindex{
    background: transparent!important;
    z-index: 600!important;
}

