body{
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
}
a{
  text-decoration: none;
  color: #000;
}
p{
  line-height: 1.6;
  font-size: 16px;
}
ul li{
  list-style: none; 
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.ban{
  vertical-align: top;
}
.container {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}
header{
  background: #000;
  
}
header .top{
  padding: 10px 0;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto; 
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top .right img{
  width: 30px;
  height: 30px;
}
.menu{
	background: rgb(186, 218, 85);
  color: #fff;
  padding: 10px 0;
}
.menu .container{
  display: flex;
}
.menu  a{
  width: 20%;
  border-right: 1px solid #fff;
  text-align: center;
}
.menu  a:last-child{
  border-right: none;
}
.menu  a:hover,.menu  .hot{
  color: purple;
}
.banner{
  position: relative;
}
.banner img{
	display: none;
  height: 450px;
  width: 100%;
}
.banner .tip{
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  background: #000;
  padding: 15px;
  text-align: center;
}
.banner .tip a{
  color: #fff;
  background: rgb(186, 218, 85);
  padding: 5px;
  margin-top: 5px;
  display: inline-block;
}
.index{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}
.index .box0{
  margin-bottom: 20px;
}
.index .leftbox{
  width: 45%;
  padding: 20px;
}
.index .rightbox{
  width: 54%;
  padding: 20px;
}
.index .leftbox,.index .rightbox{
  background-color: #fff;
}
.index .leftbox h2,.index .rightbox h2{
  text-align: center;
  font-size: 30px;
  margin: 20px 0;
}
.index .leftbox .box0{
  display: flex;
}
.index .leftbox .box1 h1{
  color: #fff;
  padding: 10px;
  margin-right: 5px;
  background-color: rgb(186, 218, 85);
}
.index .leftbox .box2 h3{
  color: rgb(186, 218, 85);
  font-size: 24px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #000;
}
.index .leftbox .box2 .content{
  display: flex;
  justify-content: space-between;
  
  align-items: center;
}
.index .leftbox .box2 .content p{
  flex: 1;
  font-size: 15px;
  line-height: normal;
}
.orange{
  color: orange !important;
}
.orange1{
  background-color: orange !important;
}
.red1{
  background: rgb(247, 65, 68) !important;
}
.red{
  color: rgb(247, 65, 68) !important;
}
.more{
  background-color: #000;
  color: #fff;
  width:80px;
  text-align: center;
  height:40px;
  line-height: 40px;
  font-size: 13px;
  display: block;
  margin-left: 5px;
}
.index .rightbox p{
  margin-bottom: 25px;
}
.index .rightbox .img{
  text-align: center;
}
.index .rightbox .img img{
  width: 80%;
}
.w100{
  width: 100%;
}
.w30{
  width: 30px;
  height: 30px;
}
footer{
  color: #fff;
 
}
footer .fot1{
  background-color: #000;
  padding: 40px 0;
}
footer .fot1 img{
  width: 30px;
  height: 30px;
}
footer .fot1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 
}
footer .item{
  text-align: center;
  width: 25%;
}
footer h3{
  color: rgb(186, 218, 85);
  margin: 10px auto;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #fff;
}
footer li{
  font-size: 14px;
  line-height: 1.8;
}
footer .fot2 {
  padding: 30px 0;
}
footer .fot2 h4{
  border-bottom: 1px dashed #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
}
footer .fot2 p{
  font-size: 13px;
  text-align: center;
}
/* team */
.team{
  background-color: #fff;
  /* display: flex;
  justify-content: space-between;
  flex-wrap:wrap; */
  padding: 30px;
}
.team h1{
  text-align: center;
  margin-bottom: 20px;
}
.team h2{
  margin-bottom: 20px;
  margin-top: 30px;
}
.team P{
  margin-bottom: 15px;
}
.team .meet{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.team .meet h4{
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.team .meet .item{
  width: 45%;
}
.team .meet .item p{
  margin-bottom: 0px;
  font-size: 14px;
}
.team .meet img{
  width: 100%;
}
.team .board{
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.team .board .item{
  width: 24%;
  text-align: center;
}
.team .board .item img{
  width: 100%;
  border: 3px solid #000;
}
.team .board .item p{
  font-size: 14px;
}
.go{
  background-color: #000;
  color: #fff;
  width:90px;
  text-align: center;
  height:36px;
  line-height: 36px;
  margin-top: 20px;
  font-size: 15px;
  display: block;
}
.frame{
  height:554px;
  width: 100%;
}
.spon h2{
  color: rgb(186, 218, 85);
  margin: 15px 0;
}
.spon  .item{
  text-align: center;
  border: 1px solid #000;
  margin-top: 30px;
}

.spon .meet{
  width: 70%;
  margin: 0 auto;
}
.spon .more{
  margin-left: 0;
  margin: 20px auto;
  width: 110px;
}
.form .it1{
  display: flex;
  justify-content: space-between;
}
.form .it1 .it{
  width: 48%;
  margin-bottom: 15px;
}
.form .it2{
  margin-bottom: 15px;
}
.form .it1 .it input,.form .it2 input,.form textarea{
  width: 100%;
  height: 36px;
  padding-left: 10px;
  background-color:rgb(186, 218, 85);
  border: 1px solid #000;
  font-size: 16px;
}
.form textarea{
  height: 120px;
  resize: none;
}
.form .btn{
  width: 100%;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  color: #fff;
}
.contact h3{
  color: rgb(186, 218, 85);
  font-size: 22px;
  margin-bottom: 15px;
}
@media screen and (min-width: 601px) and (max-width: 1024px) {
  header .top,.container{
    width: 96%;
  }
}
@media screen and (max-width: 600px) {
  .menu a{
    font-size: 14px;
  }
  .banner .tip{
    font-size: 14px;
    padding: 5px;
  }
  header .top,.container{
    width: 96%;
  }
  .banner img{
    height: auto;
  }
  .index .leftbox, .index .rightbox{
    width: 100%;
    padding: 10px;
  }
  .index .rightbox .img img{
    width: 100%;
  }
  footer .item{
    width: 50%;
  }
  .team .meet .item{
    width: 100%;
    margin-bottom: 20px;
  }
  .team .board .item{
    width: 48%;
  }
  .team{
    padding: 10px;
  }
  .frame{
    height: auto;
  }
  .spon .meet{
    width: 100%;
  }
}