
.banner-top {
  height: 320px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #f8f8f8;
}
.banner-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.banner-top img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1204px;
  height: 320px;
  position: absolute;
  top: 0px;
  left: 360px;
}
.banner-info h3 {
  font-size: 60px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #343434;
}
.banner-info h3  span{
  color: #ff0000;
}
.banner-info h5 {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #343434;
  margin-top: 23px;
}

.join-view-page {
  margin: 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.join-view-page .join-page-inner {
  width: 1200px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.view-page-title{
  width: 100%;
  text-align: center;
}

.view-page-title h4 {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #253053;
  margin-bottom: 20px;
}
.view-page-title p {
  font-size:18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #999999;
  margin-bottom: 35px;
  line-height: 24px;
}

.view-page-3 {
  background-color: #fbebde;
  padding: 50px 0px;
}

.view1-list {
  padding:0px 53px;
}

.view1-list .view1-list-item {
  float: left;
  width: 250px;
  height: 310px;
}

.view1-list-item {
margin: 10px 10px;
}

.view1-list .view1-list-item .item-top {
  padding: 20px;
}


.view1-list .view1-list-item .item-top .head-icon {
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  box-shadow: #f2f2f2 2px 2px 10px 2px;
  margin: 0 auto;
}


.view1-list .view1-list-item .item-inner {
  padding: 20px;
  text-align: center;
}

.view1-list .view1-list-item .item-inner h4{
  font-weight: 500;
  font-size: 20px;
  color: #253053;
}
.view1-list .view1-list-item .item-inner p{
  font-size: 14px;
  line-height: 24px;
  color: #343434;
  margin-top: 20px;
}

.view2-list {
  padding:0px 53px;
}

.view2-list .view2-list-item {
  float: left;
  width: 330px;
  height:180px;
  margin: 10px 10px;
}

.view2-list .view2-list-item .item-inner {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
  box-shadow: #f2f2f2 2px 2px 10px 2px;
  height: 180px;
  border-top: 4px solid #343434;
  border-radius: 5px;
}


.view2-list .view2-list-item .item-inner h4{
  font-weight: 500;
  font-size: 20px;
  color: #253053;
}
.view2-list .view2-list-item .item-inner p{
  font-size: 14px;
  line-height: 24px;
  color: #343434;
  margin-top: 20px;
}

.view-page-3 .view1-list .view1-list-item .item-inner p{
  margin-top: 10px;
}

.view-page-3 .view1-list .view1-list-item .item-top{
  padding: 0px;
}

.view-page-3 img{
  width: 100%;
}

.view-page-4 .view1-list .view1-list-item .item-inner p{
  margin-top: 10px;
  text-transform: uppercase;
  color: #dbdbdb;
}

.view-page-4 .view1-list-item{
  height: auto;
}
.view4-icon .view1-list-item{
  width: 230px;
}

.view4-border .view1-list-item{
  border-top: 1px solid #343434;
  margin: 0px;
  position: relative;
}

.view4-icon .item-inner{
  display: none;
}

.view-page-4 .item-top{
  text-align: center;
}

.view4-border .yuan{
  margin: -10px auto 0px;
  width: 20px;
  height: 20px;
  padding: 4px;
  border: 1px solid #343434;
  border-radius: 50%;
  background-color: #ffffff;
  text-align: center;
}

.view4-border .yuan i{
  display:block;
  width: 10px;
  height: 10px;
  background-color: #343434;
  border-radius: 50%;
  margin-right:5px;
}



.view-page-5 {
  min-height: 300px;
  width: 100%;
  background-image: url("../images/jiam-bg.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  text-align: center;
  color: #ffffff;
  position: relative;
  margin: 0px !important;
}

.view-page-5 h4{
  font-size: 36px;
  margin-top:-20px;
}

.view-page-5 p{
  margin-top: 30px;
}

.view-page-5 a{
  display: inline-block;
  background-color: #fe192c;
  padding: 15px 50px;
  color: #ffffff;
  border-radius: 5px;
  margin-top: 30px;
}

.view-page-5 a:hover{
  background-color: #ff0000;
}
.footer-bg-fix{
  background: url(../images/foot-bg.png) no-repeat top center;
  background-size: cover;
  height: 120px;
  
}
.footer-bg-fix{
  width: 100%;
  position: absolute;
  bottom: 0px;
}

@media screen and (max-width: 1200px) {
  .banner-top-container {
    padding-left: 33px;
  }
  .banner-top img {
    left: 270px;
  }
  .view-page-title h4{
    font-weight: 600;
  }
  .view-page-title p{
    font-size: 24px;
    line-height: 32px;
    padding: 0px 30px;
  }
  .view-page-2{
    padding:60px 0px;
  }

  .item-inner h4{
    font-size:30px !important;
  }

  .item-inner p{
    font-size: 24px !important;
    line-height: 32px !important;
  }

  .view1-list .view1-list-item {
    width: 100%;
  }

  .view1-list .view1-list-item+.view1-list-item {
    margin-left: 0px;
    margin-top: 40px;
  }

  .view1-list .view1-list-item .item-top .head-icon{
    width: 160px;
    height: 160px;
  }

  .view1-list .view1-list-item .item-top .head-icon img{
    width: 50%;
  }

  .view2-list .view2-list-item{
    width: 100%;
    height: 200px;
    margin-top: 30px;
  }

  .view2-list .view2-list-item .item-inner{
    height: 200px;
  }

  .view-page-3 .view1-list-item{
    height: 590px;
  }

  .view4-border .view1-list-item{
    border:0px;
  }

  .view4-border{
    display: none;
  }

  .view4-icon .view1-list-item{
    width: 50%;
    margin: 0px !important;
  }

  .view4-icon .item-inner{
    display: block;
  }

  .view-page-5 h4{
    line-height: 60px;
    width: 95%;
    margin: -20px auto 0px;
  }
  .view-page-5 p{
    margin-top: 10px;
  }
}
