.pagebanner{
  width: 100%;
  height: 400px;
  margin-top: 80px;
  position: relative;
}
.pagebanner-homes{
  width: 100%;
  height: 900px;
  margin-top: 80px;
  position: relative;
}
.pagebanner_title{
  text-align: center;
  margin:  auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagebanner_title .home_title_zh{
  font-family: SourceHanSansCN-Bold;
  font-size: 76px;
  font-weight: normal;
  font-stretch: normal;
  /*line-height: 75px;*/
  letter-spacing: 5px;
  color: #ffffff;
}
.pagebanner_title .home_title_en{
  font-family: SourceHanSansCN-Regular;
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 75px;
  letter-spacing: 2px;
  color: #ffffff;
}
.pagebanner_title .title_zh{
  font-family: PangMenZhengDao;
  font-size: 88px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  /*line-height: 166px;*/
  line-height: 1;
  color: #f2f9ff;
  margin-bottom: 0;
}
.pagebanner_title .title_en{
  font-family: SourceHanSansCN-Regular;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 4px;
  color: #ffffff;
  opacity: 0.9;
  line-height: 1;
  /*margin-top: 10px;*/
  margin-bottom: 0;
}
.pagecenter {
  width: 100%;
}
.pagecenter .center70{
  width: 70%;
  margin: 0 auto;
}
.pagecenter .center60{
  width: 60%;
  margin: 0 auto;
}
.pagecenter .center100{
  width: 100%;
}
.pagecenter .center90{
  width: 90%;
  margin: 0 auto;
}
.content_title{
  text-align: center;
  overflow: hidden;
  margin-bottom: 50px;
}
.content_title .content_title_en{
  font-family: SourceHanSansCN-Medium;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 1px;
  color: #3399ff;
  margin-bottom: 0;
}
.content_title .content_title_zh{
  margin-bottom: 0;
}
.content_title .content_title_zh span{
  display: inline-block;
  font-family: SourceHanSansCN-Bold;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  /*line-height: 27px;*/
  letter-spacing: 1px;
  color: #3d3d3d;
  margin: 0 40px;
}
#color_white{
  color: #ffffff;
}
.margin70{
  margin: 70px auto;
}
.margin40{
  margin: 40px auto;
}

/*移动端样式*/
.pagebanner_mobile{
  width: 100%;
  height: 150px;
  margin-top: 80px;
  position: relative;
}
.pagebanner-homes_mobile{
  width: 100%;
  height: 230px;
  margin-top: 80px;
  position: relative;
}
.pagebanner_title_mobile{
  width: 100%;
  text-align: center;
  margin:  auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagebanner_title_mobile .home_title_zh_mobile{
  font-family: SourceHanSansCN-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height:30px;
  letter-spacing: 2px;
  color: #ffffff;
}
.pagebanner_title_mobile .home_title_en_mobile{
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  /*line-height: 75px;*/
  letter-spacing: 1px;
  color: #ffffff;
}
.pagebanner_title_mobile .title_zh_mobile{
  font-family: PangMenZhengDao;
  font-size: 47px;
  font-weight: normal;
  font-stretch: normal;
  line-height:47px;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 5px;
}
.pagebanner_title_mobile .title_en_mobile{
  font-family: SourceHanSansCN-Regular;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  /*line-height: 75px;*/
  letter-spacing: 1px;
  color: #ffffff;
  margin-bottom: 5px;
}
.content_title_mobile{
  text-align: center;
  overflow: hidden;
  margin-bottom: 20px;
}
.content_title_mobile .content_title_en_mobile{
  font-family: SourceHanSansCN-Medium;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 27px;
  letter-spacing: 1px;
  color: #3399ff;
  margin-bottom: 0;
}
.content_title_mobile .content_title_zh_mobile{
  margin-bottom: 0;
}
.content_title_mobile .content_title_zh_mobile span{
  display: inline-block;
  font-family: SourceHanSansCN-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  /*line-height: 27px;*/
  letter-spacing: 1px;
  color: #3d3d3d;
  margin: 0 10px;
}
.content_title_mobile .el-image{
  width: 45px;
}
@media (max-width: 320px) {
  .content_title_mobile .content_title_zh_mobile span {
    font-size: 20px;
  }
}
