body{
  width: 100%;
  background: #220035 url('../images/bg.png') no-repeat center top;
  background-size: 1920px 3890px;
}
.banner{
  margin: 0 auto;
  width: 1200px;
  height: 715px;
}
.btn1{
  margin-top: 538px;
  cursor: pointer;
}
.describe-warp{
  margin: 0 auto 76px;
  width: 1200px;
  text-align: center;
  font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}
.product-wrap{
  margin: 0 auto;
  width: 1200px;
}
.product-title{
  margin-bottom: 56px;
  font-family: SourceHanSansCN-Bold;
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #efc03d;
  text-align: center;
}
.product-box{
  display: flex;
  margin-bottom: 20px;
}
.img-box{
  width: 600px;
  background: #000;
}
.product-box img{
  display: block;
  height: 300px;
  margin: 0 auto;
}
.product-content{
  box-sizing: border-box;
  flex: 1;
  padding: 83px 48px 0 37px;
  width: 50%;
  background-color: #2a0240;
}
.product-content-title{
  margin-bottom: 36px;
	font-size: 30.04px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #efc03d;
}
.product-content-text{
  font-size: 18.02px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29.966px;
	letter-spacing: 0px;
	color: #ffffff;
}
.btn2{
  display: block;
  margin: 73px auto 82px;
  cursor: pointer;
}
.lipin{
  display: block;
  margin: 0 auto 75px;
}
.btn3{
  display: block;
  margin: 0 auto 75px;
  cursor: pointer;
}
.about {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 55px;
  box-sizing: border-box;
  background: #000;
}
.about .title {
  text-align: center;
  padding-bottom: 50px;
}
.about .title span {
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  position: relative;
  line-height: 1;
}
.about .title span::after {
  content: '';
  width: 52px;
  height: 6px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background-color: #efc03d;
}
.about .content {
  margin: 0 auto;
  width: 1200px;
  display: flex;
  align-items: center;
}
.about .content .text {
  padding-right: 44px;
}
.about .content .text p {
  font-size: 16px;
  color: #fff;
  text-align: justify;
  margin-bottom: 15px;
  text-indent: 2em;
  font-family: SourceHanSansCN-ExtraLight;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #ffffff;
}
.about .content .text p:last-child {
  margin-bottom: 0;
}

#g-footer{
  margin-top: 0;
  background: #fff;
}