* {
    padding: 0;
    margin: 0;
  }

  html {
    width: 100%;
  }

  body {
    width: 100%;
    background-color: #fff;
    font-size: 1vw;
    box-sizing: border-box;
  }
header{
  background-image: url(./images/top.png);
  width: 100vw;
  height: 18vw;
  background-size: 100% 100%;
}

  .headerinfo{
   
    width: 100vw;
    height: 4vw;
    color: #fff;
    font-weight: bold;
    font-size: 1.2vw;
  
    text-align: center;
   
  }
  .headerinfo .logo{
   
    height: 4vw;
    line-height: 4vw;
   
  }
  .headerinfo .logo img{
    width: 2vw;
    height: 2vw;
    margin-right: 1vw;
    vertical-align: middle;
  }
  
nav{
  margin-top: 6vw;
    display: flex;
    justify-content:center;
}
nav .logo {
  font-weight: bold;
  font-size: 1.2vw;
}
nav .logo img{
  width: 2vw;
  height: 2vw;
}
  nav img {
   
    height: 2vw;  
    vertical-align: middle;
  }

  nav ul {
    list-style-type: none;
  }


  nav li {
    float: left;
    
    margin-left: 2vw;
    opacity: 1;
    display: block;
    text-align: center;
   
    box-sizing: border-box;
    padding: 0 1vw;
    box-sizing: border-box;
    height: 2vw;
    margin-top: 1vw;
    line-height: 2vw;
    cursor: pointer;
  }

  nav li a {
    text-decoration: none;
    color: #fff;
    display: block; 
    width: 100%;
    height: 100%;
    text-transform: uppercase;
  }

  nav li:hover {
    color: #79BD4D ;
    font-weight: bold;
    border-radius: 1vw;
  }
  nav li:hover a{
    /* color: #fff ; */
  }
  .active a{ 
    color: #79BD4D !important;
  }
  nav ul .active{
    color: #79BD4D;
    font-weight: 800;
    border-radius: 1vw;
  }

  section {
    margin-top: 5vw;
    width: 100%;
  }
  .pcolor{
    text-align: center;
    margin-bottom: 2vw;
    color: #095029;
    font-size: 1.2vw;
  }

  #foot{
    color: #fff;
   background-image: url(./images/bottom.png);
   background-size: 100% 100%;
    width: 100vw;
    
    padding: 5vw 5vw 1vw;
    box-sizing: border-box;
  
  }
  .footbox{
    display: flex;
    justify-content: space-between;
    padding-bottom: 1.6vw;

  }
  .footheader{
  font-size: 1.2vw;
  font-weight: bold;
  
  }
  .footcenter> nav{
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .footheader img{
    vertical-align: middle;
    width: 3vw;
    height: 3vw;
    margin-right: 1vw;
  }
  .footinput{
    margin-top: 1vw;
    margin-bottom: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footinput input{
    height: 2vw;
    width: 14vw;
    margin-right: 1vw;
    background: #6B6B6B;
    border: none;
    border-radius: .4vw;
    padding-left: 1vw;
    padding-right: 1vw;
    color: #fff;
  }
  .footinput .btn{
    background-color: #0D9D7B;
    text-align: center;
    width: 6vw;
    height: 2vw;
    line-height: 2vw;
    border-radius: 1vw;
    cursor: pointer;
  }
  .footheadermax{
   
   
  }
  .footheadermin{
   
  }
  .footheaderbtn{
   
  }
  .footcenter{
   
   
   
  }
  .footcenter .leftimgs{
    width: 18vw;
  }
  
  .footcenter .leftimgs img{
    width: 100%;
  }
  .footcenter .rightimg{
    width: 18vw;
  }
  .footcenter .rightimg img{
    width: 100%;
  }
  .footcenter .quickimg{
    width: 10vw;
  }
  .footcenter .logoimgs{
    width: 18vw;
  }
  .footcenter .logoimgs img{
    width: 100%;
    margin-bottom: 1vw;
  }
  .footcenter .getimgs{
    width: 18vw;
  }
  .itemss{
    margin-top: 1.2vw;
    display: flex;
   
  }
  .itemss img{
    width: 1.2vw;
    height: 1.2vw;
    margin-right: .5vw;
  }
  .quickimg .linkss{
    margin-top: 1.2vw;
    cursor: pointer;
  }
  .quickimg .linkss:hover{
    color: #50BDFA;
  }
  .copyname{
    border-top: .1vw solid #fff;
    text-align: center;
    line-height: 3vw;
   margin-top: 1vw;
    height: 3vw;
  
  }