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{
  overflow: hidden;
  border-radius: 25px;
  margin: 0 auto;
  margin-top: 100px;
  width: 1200px;
  
}
.mwys{
  text-align: center;
  line-height: 18px;

  color: #333333;
  border-radius: 25px 25px 0px 0px;
  background-color: #FEF7E7;
  float: left;
  height: 60px;
  width: 50%;
}
.mwys:hover{
  transition: all .3s;
  -webkit-transition: all .3s;
  color: #FAB516;
}
.hlsc{
  text-align: center;
  line-height: 18px;

  color: #333333;
  border-radius: 25px 25px 0px 0px;
  float: left;
  background-color: #CACED5;
  height: 60px;
  width: 50%;
}
.hlsc:hover{
  transition: all .3s;
  -webkit-transition: all .3s;
  color: #FAB516;
}
.h4{
  font-size: 24px;
 
}
.mwys2{
  border-radius: 0 0 25px 25px;

  float: left;
  background-color: #FEF7E7;
  width: 100%;
  height: 2800px;
}
.hlsc2{
  border-radius: 0 0 25px 25px;
  float: left;
  background-color: #FEF7E7;
  width: 100%;
  height: 3200px;
  display: none;
}
.ylt{
  box-shadow: 2px 2px 3px 0 rgba(0,0,0,.1);
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  margin-top: 25px;
  width: 96%;
  height: 370px;
  margin-left: 2%;
}
.yltleft{
  width: 45%;
  height: 100%;
  float: left;
}
.yltright{
  padding: 0 5%;
  width: 45%;
  height: 100%;
  float: left;
}
.yltleft>img{
  width: 100%;
  height: 100%;
}
.r-1{

  border-bottom: 1px solid #CACED5;
  text-align: left;
  color: #333333;
}
.h5{
  margin-top: 100px;
  margin-bottom: 0px;
  line-height: 24px;
}
.fz14{
  line-height: 14px;
  font-size: 14px;
}
.r-2{
  width: 100%;
  color: #333333;
  font-size: 16px;
}