a{
  text-decoration: none;
  color: #333333;
}
body{
  background-color: #EDEDEF;

}
.all{
  margin: 0 auto;
  width: 1200px;
}
.top{
  background-color: #EDEDEF;
  margin: 0 auto;
  width: 100%;
  height: 180px;
}
.toplogo{
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.toplogo img{
  width: 25%;
  margin: 0 auto 35px;
}
.alltab{
  border-radius: 15px;
  overflow: hidden;
  margin: 0 auto;
  width: 50%;
  color: #FAB516;
}
.tab{
  
  float: left;
  width: 25%;
  height: 60px;
  background-color: white;
  color: #FAB516;
  text-align: center;
}
.tabdiv{
  font-size: 15px;
  margin-top:20px;
  width: 149px;
  height: 20px;
}
.bdl{
  border-left: 1px solid #FAB516;

}

.tab:hover{
  color: white;
  background-color: #FAB516;
  text-align: center;
}
.content{
  text-align: center;
  margin: 50px auto;
  background-color: #FEF7E7;
  border-radius: 25px;
  width: 1200px;
  height: 2300px;
}
.h1{
  font-size: 24px;
  line-height: 90px;
}
.ylt{
  box-shadow: 2px 2px 3px 0 rgba(0,0,0,.1);
  margin: 5px auto;
  margin-bottom: 30px;
  height: 400px;
  width: 96%;
  border-radius: 20px;
  overflow: hidden;
  background-color: white;
}
.ylt1{  
  float: left;
  width: 50%;
  height: 100%;
}
.ylt2{
  color: #333333;
  text-align: left;
  padding: 0 40px;
  float: left;
  width: 43%;
  height: 100%;
}
.ylt1>img{
  height: 100%;
  width: 100%;
}
.y2-1{
  border-bottom: 1px solid #D5D5D5;
  width: 100%;
}
.h2{
  margin-top: 40px;
  margin-bottom: 0px;
  text-align: left;
  font-size: 24px;
  color: #333333;
}
.h3{
  margin-top: 5px;
}