.banner{
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 498px;
  position: relative;
}
.banner .banner_text{
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  box-sizing: border-box;
  font-size: 24px;
  color: #FFFFFF;
}
.banner .banner_text span{
  font-size: 50px;
  margin-bottom: 5px;
  display: block;
}
.box1{
  width: 100%;
  clear: both;
  margin: 84px auto 0;
  padding: 10px;
  overflow: hidden;
}
.box1 li{
  width: 344px;
  float: left;
  box-shadow:5px 4px 12px 1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-left: 84px;
  font-size: 16px;
  color: #4A4042;
  padding: 30px;
  box-sizing: border-box;
}
.box1 li i{
  display: block;
  width: 100%;
  height: 70px;
  overflow: hidden;
}
.box1 li span{
  font-size: 24px;
  color: #4A4042;
  display: block;
  margin-bottom: 10px;
}
.box1 li a{
  display: block;
  width: 150px;
  height: 35px;
  background: #FFC400;
  box-shadow:0px 5px 12px 1px rgba(214,164,0,0.29);
  border-radius:27px;
  margin: 10px auto 0;
  text-align: center;
  line-height: 35px;
  color: #ffffff;
}
.box1 li:nth-child(1){
  margin-left: 0;
}
.box2{
  width: 100%;
  overflow: hidden;
  margin-top: 167px;
}
.box2 .title{
  font-size: 30px;
  color: #4A4042;
  text-align: center;
}
.box2 .list{
  width: 100%;
  overflow: hidden;
  margin-top: 36px;
}
.box2 .list .list_image{
  width: 282px;
  height: 203px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  float: left;
  box-shadow:5px 4px 12px 1px rgba(0, 0, 0, 0.2);
}
.box2 .list .list_text{
  float: left;
  width: 580px;
  margin: 35px 0 0 32px;
  font-size: 16px;
  color: #4A4042;
  padding: 0 167px 0 0;
}
.box2 .list .list_text span{
  font-size: 24px;
  color: #4A4042;
  display: block;
  margin-bottom: 10px;
}
.box2 .list_right .list_image{
  float: right !important;
}
.box2 .list_right .list_text{
  text-align: right;
  margin: 35px 32px 0 0;
  padding: 0 0 0 297px;
}
.box3{
  width: 100%;
  overflow: hidden;
  margin-top: 168px;
}
.box3 .title{
  font-size: 30px;
  color: #4A4042;
  text-align: center;
  margin-bottom: 55px;
}
.box3 .list{
  overflow: hidden;
  margin:-20px -40px;
}
.box3 .list a{
  display: block;
  width: 33.33%;
  float: left;
}
.box3 .list .page{
  margin:20px 40px;
  overflow: hidden;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}
.box3 .list .page .page_image{
  width: 124px;
  height: 124px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
}
.box3 .list .page .page_image img{
  width: 100%;
}
.box3 .list .page .page_text{
  width: 100%;
  height: 241px;
  box-shadow:5px 4px 12px 1px rgba(0, 0, 0, 0.2);
  border-radius:10px;
  margin-top: 62px;
  padding: 78px 18px 40px;
  box-sizing: border-box;
  font-size: 14px;
  color: #4A4042;
}
.box3 .list .page .page_text span{
  display: block;
  font-size: 24px;
  text-align: center;
  margin-bottom: 10px;
}