html,body{
  width:100%;
  overflow-x:hidden;
  margin: 0;
	padding: 0;
}
.header-word{
  width: 100%;
  height:48px;
}
.section-svg{
  width: 48%;
  overflow: hidden;
  height: 48px;
  background: rgba(35,87,209,0.50);
  position:relative;
}
.header-img{
  width: 160px;
  height: 40px;
  position: absolute;
  top: 4px;
  left: 250px
}
.banner-background{
  overflow: hidden;
  margin-top: -48px;
  background: #000101;
}
.header-background{
  height: 480px;
  background-image: url('../assets/head-banner.png');
  background-size:100% 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center 0;
  background-size: cover;
  zoom: 1;   
  max-width: 1920px;
  margin: 0 auto; 
}
.header-picture{
  width: 760px;
  height: 180px;
}
.main{
  max-width: 100%;
  margin: 0 auto;
}
.brief{
  width: 100%;
}
.main-brief{
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center 0;
  background-size: cover;
  zoom: 1; 
}
.main-img{
  width: 400px;
  height: 250px;
  margin: 100px 0px 100px 0;
}
.main-word{
  padding-left: 80px;
  margin-top: -60px;
}
.main-word-head{
  width: 60px;
  height: 46px;
  font-family: PingFangSC-Medium;
  font-size: 30px;
  color: #2357D1;
  line-height: 46px;
  font-weight: 500;
  padding-bottom: 14px;
}
.main-word-body{
  width: 576px;
  height: 140px;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
}
.brief-conter{
  width: 1200px;
  margin: 0 auto;
}
.result{
  width: 100%;
  background: #F9F9F9;
}
.result-conter{
  width: 1200px;
  margin: 0 auto;
}
.main-result{
  height: 450px;
  background: #F9F9F9;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center 0;
  background-size: cover;
}
.main-result-word {
  padding-right: 80px;
  margin-top: -100px;
}
.result-img{
  width: 400px;
  height: 250px; 
  margin: 100px 0px 100px 0;
}
.main-result-body{
  width: 576px;
height: 84px;
font-family: PingFangSC-Regular;
font-size: 16px;
color: #666666;
letter-spacing: 0;
line-height: 28px;
font-weight: 400;
}
.outlook{
  width: 100%;
  background-image: url('../assets/img-3bg.png');
  background-size:100% 100%;
}
.look-conter{
  width: 1200px;
  margin: 0 auto;
}
.main-outlook {
  width: 100%;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center 0;
  background-size: cover;
  zoom: 1; 
}
.main-look{
  padding-left: 80px;
  margin-top: -60px;
}
.look-img{
  width: 400px;
  height: 250px;
  margin: 100px auto;
}
.footer{
  width: 100%;
  height: 80px;
  background: #2A333C;
}
.footer-p{
  margin: 0 auto;
  padding-top: 17px;
  width: 420px;
  height: 22px;
  opacity: 0.8;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
}
.footer-a{
    margin: 0 auto;
    padding-top: 8px;
    display: block;
    width: 420px;
    height: 22px;
    opacity: 0.8;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    text-align: center;
  }
