html{
  font-size: calc(100vw / 19.2);
  font-family:'Microsoft YaHei';
  /*font-size: 87.5px;*/
}


/*首页顶部  首页底部*/

body{
    background-color: #f3f3f3;
}


.zt-top{
    /* height: 1.9rem; */
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    font-size: 0.16rem;
    transition:all .6s;
}
.zt-top-xia{
    top: -1.3rem;
}

.zt-hint{
    width: 12.8rem;
    margin: 0 auto;
    height: 1.3rem;
    display: flex;
    justify-content: space-between;
}
.zt-logo{
    margin-top: 0.16rem;
    width:6rem;
}
.zt-logo img{
   /* width: 100%;*/
   max-width:100%;
    height: auto;
}
.zt-tq{
    margin-top: 0.16rem;
}
.zt-tq-top{
    font-size: 0.14rem ;
    color: #656565;
    display: flex;
}

.zt-back {
    display: flex;
    margin-top: 0.15rem;
    justify-content: flex-end;
}
.zt-input{
    display: flex;
}
.zt-search{
    background-color: #03913f;
    border-top-right-radius: 0.05rem;
    border-bottom-right-radius: 0.05rem;
    width: 0.52rem;
    text-align: center;
    margin-left: -0.04rem;
    cursor: pointer;
}
.zt-search span{
    font-size: 0.2rem;
    color: #fff;
    display: flex;
    margin-top: 0.08rem;
    justify-content: center;
}

.yw-btn{
    background-color:rgb(255, 255, 255,.3);
    border-radius: 0.05rem;
    height: 0.4rem;
    width: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.1rem;
    cursor: pointer;
    transition:all .5s;
}
.yw-btn:hover{
   background-color: #fff;
}
.yw-btn img{
    width: 0.2rem;
    height: auto;
    display: block;
    margin-right: 0.1rem;
}
.yw-btn  span{
    font-size: 0.14rem;
    color: #333;
}

.zt-input input{
    width: 2rem;
    height: 0.4rem;
    box-sizing: border-box;
    border: 1px solid  #03913f;
    border-radius: 0.05rem;
    padding-left:0.05rem;
}

.zt-input input{  
	background:none;  
	outline:none;  
}
.zt-input input:focus{   
	border: 1px solid  #03913f;
}

.zt-input input::-webkit-input-placeholder{
    color:#777;
}

.zt-nav{
    width: 100%;
    height: 0.8rem;
    background-color: #03913f;
}
.nav-ul{
    width: 12.8rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.nav-li{
    height: 100%;
    padding:  0 0.2rem;
    position: relative;
}
.nav-li:hover{
    background-color: #017030;
    transition: all 0.3s;
}
.nav-li-back{
    background-color: #017030;
}
.nav-a{
    display: block;
    height: 100%;
    line-height: 0.8rem;
    font-size: 0.18rem;
    color: #fff!important;
    font-weight: 600;
} 

.nav-ul2{
    position: absolute;
    left: 0;
    top: 0.8rem;
    width: 100%;
    display: none;
}
.nav-li2{
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    background-color: #017030;
}
.nav-li2:hover{
    background-color: #03913f;
    transition: all 0.3s;
}
.nav-li2:hover:hover a{
    color: #fff;
    transition: all 0.3s;
}
.nav-li2 a{
    padding: 0 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #59E293;
    font-size: 0.14rem;
}
.nav-li2 a span:first-child{
    display: block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;  
}



.zt-top1{
    position: fixed;
    top: 0;
    z-index: 9999;
    display: flex;
    justify-content: space-between;
    padding: 0 0.1rem;
    height: 0.7rem;
    background-color: #fff;
    width: calc(100% - 0.2rem);
    font-size: 0.16rem;
    display: none;
    box-shadow: 0px 0px 10px #ddd;
}

.zt-top1-logo img{
    margin-top: 0.15rem;
    width: 2rem;
    height: auto;
}
.zt-top-ico img{
    width: 0.35rem;
    height: 0.35rem;
    margin-top: 0.17rem;
    display: block;
    margin-left: 0.1rem;
}
.zt-nav1{
    position: fixed;
    z-index: 999;
    width: 100% ;
    top: 0.7rem;
    left: 0;
    background-color: #fff;
    font-size: 0.16rem;
    display: none;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
}
.menu-item{
  /*width: 100%;*/
  padding: 0.1rem 3%;
  border-bottom: 1px solid #f0f0f0;
  position:relative;
}
.menu-item-a{
  font-size:0.18rem;
  font-weight:600;
}
.menu-item-a-back{
  padding-left:0.1rem;
}
.menu-item-a-back::after{
  content:"";
  display: block;
    height: 0.18rem;
    width: 0.04rem;
    background: #03913f;
    top: 0.14rem;
    left: 0.1rem;
    position: absolute;
    color:#03913f;
}
.menu-item-ul{
  margin:0.1rem 0;
  display:flex;
  flex-wrap:wrap;
  background: #f1f1f1;
}
.menu-item-ul li{
 min-width:33.33%;
 max-width:33.33%;
border-bottom: 1px solid #dfdfdf;
}
.menu-item-ul li a{
 display:block;
 width:calc(100% - 0.2rem);
 padding:0 0.1rem;
 text-align:center;
 overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;  
     line-height: 40px;
     font-size:0.16rem;
}

.menu1-li{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zt-nav1 a{
    color: #333;
    text-align: center;
}
.menu-ul2{
    display: none;
}
.menu-ul2 li{
    text-align: center;
}
.zt-nav1 .nav-a{
    line-height: 0.4rem;
}

.zt-top-ico{
    display: flex;
}
.zt-search2{
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    background: #03913f;
    margin-top: 0.16rem;
    display: flex;
    justify-content: center;
    line-height: 0.35rem;
    margin-left: 0.1rem;
}
.zt-search2 span{
  color:#fff;
}

.search-box1{
  position:fixed;
  top:0.7rem;
  left:0;
  width:calc(100% - 0.4rem);
  padding:0 0.2rem;
  background:#fff;
  z-index:999;
  display:none;
}

.search-box{
  height:0.6rem;
  display:flex;
  font-size:0.16rem;
}
.search-box input{
  width:calc(100% - 1rem);
  height:0.4rem;
  border:1px solid #03913f;
  padding-left:0.1rem;
  box-sizing:border-box;
   margin-top: 0.1rem;
}
.search-box input:focus{
  border:1px solid #03913f;
  outline: none;
}
.search-box a{
  display:block;
  height:0.4rem;
  text-align:center;
  line-height:0.4rem;
  background-color:#03913f;
  color:#fff;
  border-bottom-right-radius: 0.05rem;
    border-top-right-radius: 0.05rem;
    width: 0.6rem;
    margin-left: -0.02rem;
    margin-top: 0.1rem;
}
.search-box span{
  font-size: 0.4rem;
    display: block;
    color: #03913f;
    margin-left: 0.2rem;
}

.zt-top1 .yw-btn{
    margin-top: 0.15rem;
}


.gk-top{
    display: block;
line-height: 1;

height: 7rem;
overflow: hidden;

}
.gk-top img{
    display: block;
width: 100%;
height: 100%;
line-height: 0;
transform:translate(0,0);
object-fit: cover;
}



