
.wechat_banner{
  width: 100%;
}
.banner_top{
  width: 100%;
  height: 186px;
  box-sizing: border-box;
  border-bottom: 1px dashed #FFFFFF;
  background: #016DFF
}
.banner_title{
  padding-top: 40px;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-align: center;
}
.banner_btn{
  width: 60%;
  margin: 0px auto;
  position: relative;
  margin-top: 58px;
  z-index: 9;
}

.banner_btn_left{
  position: absolute;
  top: 30px;
  left: 0px;
  width: 30px;
  height: 30px;
  background-image: url('/img/left_white.png');
  background-size: 100% 100%;
}

.banner_btn_left:hover{
  background-image: url('/img/left.png');
  cursor: pointer;
}
.banner_btn_right{
  position: absolute;
  top: 30px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-image: url('/img/right_white.png');
  background-size: 100% 100%;
}
.banner_btn_right:hover {
  background-image: url('/img/right.png');
  cursor: pointer;
}
.banner_tab{
  width: 88%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  padding-left: 0px !important;
}
.banner_tab_item{
  width: 13%;
  height: 54px;
  text-align: center;
  list-style-type: none;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
.banner_tab_item span{
  width: 24px;
  height: 24px;
  background-color: #FFF;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 40%;
  bottom: -2px;
}
.on{
	width: 13%;
  height: 56px;
  text-align: center;
  list-style-type: none;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
.on span{
  width: 100%;
  height: 4px;
  background-color: #FFFFFF;
  display: inline-block;
  position: absolute;
  left: 0px;
  bottom: 9px;
  border-radius: 4px !important;
  transition: all 0.4s ease;
}
.banner_out{
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.banner_out_out{
  width: 1000%;
  height: 550px;
  display: flex;
  position: relative;
  transition: all ease .3s;
}
.banner_content{
  width: 100%;
  height: 550px;
  position: relative;
}
.Banner_img{
  width: 100%;
  height: 550px;
  object-fit: cover;
}
.banner_contents{
  padding: 0 20%;
  box-sizing: border-box;
  padding-top: 113px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.content_title{
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.content_subtitle{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 60px;
}
.content_btn{
  display: inline-block;
  width: 140px;
  height: 40px;
  background: linear-gradient(127deg, #FFBB00 0%, #FFBB00 9%, #FF8500 100%);
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  border-radius: 20px;
  cursor: default;
  margin-right: 20px;

}

.content_btn:hover {
  cursor: pointer;
  background: linear-gradient(to right, #FFBB00, #FFBB00, #FF8500);
}

.banner_content_modal {
  width: 100%;
  height: 414px;
  background: linear-gradient(180deg, #016DFF 0%, rgba(122, 165, 249, 0.71) 64%, rgba(178, 200, 244, 0.36) 82%, rgba(238, 238, 238, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.look-case {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  color: #016dff;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
}

.look-case:hover {
  background-color: #016dff;
  color: #fff;
}
