/* ---关于我们----*/
.aboutUs-box {
  background: url('../../imgs/aboutusBg.png') no-repeat center;
  background-size: 100% 100%;
  height: 985px;
  width: 100%;
}
.aboutUs-content {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.aboutUS-title {
  margin-top: 25px;
}
.aboutUs-box .statistic {
  width: 880px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 65px;
  margin-top: 81px;
}

.aboutUs-box .statistic-item {
  background: url('../../imgs/icon2.png') no-repeat right center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 330px;
}
.aboutUs-box .statistic-item:last-child {
  background: none;
}
.aboutUs-box .information {
  width: 880px;
  font-size: 16px;
  font-family: SourceHanSansCN-Normal-, SourceHanSansCN-Normal;
  font-weight: normal;
  color: #303030;
  line-height: 32px;
}
/* --- 荣誉资质 -----*/
.advantage-box {
  background: url('../../imgs/adBg.png') no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 1266px;
  /* margin-bottom: 249px; */
}
.advantage-box-content {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.advantage-title {
  margin-top: 25px;
}
.advantage-list {
  width: 100%;
  height: 322px;
  margin-top: 87px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 245px;
}
.advantage-list-item {
  display: flex;
  align-items: center;
}
.advantage-list-item:first-child {
  margin-right: 179px;
}
.advantage-list-item .advantage-info {
  margin-left: 43px;
}
.advantage-list-item .title {
  font-size: 24px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #F0D7BD;
  margin-bottom: 23px;
}
.advantage-list-item .info {
  font-size: 18px;
  font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 40px;
}
.advantage-list2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.advantage-list2-item {
  width: 221px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.advantage-list2-item .title {
  font-size: 26px;
  font-family: SourceHanSansCN-Bold-, SourceHanSansCN-Bold;
  font-weight: normal;
  color: #F0D7BD;
  line-height: 40px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 42px;
}

.advantage-list2-item .desc {
  width: 100%;
  font-size: 16px;
  font-family: SourceHanSansCN-Normal-, SourceHanSansCN-Normal;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 32px;
  height: 132.28px;
  margin-bottom: 22px;
  /* width: 100%;
  text-align: center;
  font-size: 0.02rem;
  font-family: SourceHanSansCN-Normal-, SourceHanSansCN-Normal;
  font-weight: normal;
  color: #FFFFFF; */
}
/* 荣誉资质2 */
.certification-content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.certification-title {
  margin-top: 25px;
  margin-bottom: 57px;
}
.certification-swiper {
  width: 1050px;
  /* height: 600px; */
  margin-left: -50px;
  margin-bottom: 130px;
}
/*合作单位*/
.cor-content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.cor-title {
  margin-bottom: 79px;
}
/*联系我们 */
.contactus-box {
  background: url('../../imgs/contactusBg.png') no-repeat left top;
  background-size: 100% 100%;
  width: 100%;
  height: 868px;
}
.contact-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-title {
  margin-bottom: 43px;
  margin-top: 25px;
}
.contact-content .tips {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular-, SourceHanSansCN-Regular;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 32px;
  margin-bottom: 99px;
}
.form-box {
  width: 100%;
  box-sizing: border-box;
  margin-top: 99px;
}
.form-box-item {
  display: flex;
  align-items: center;
  margin-bottom:34px;
}
.form-box-item input {
  height: 51px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.form-box-item textarea {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.form-label {
  width: 100px;
  margin-right: 11px;
  text-align: right;
  color: #fff;
  font-size: 17px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
}
.form-address > select{
  width: 150px;
  margin-right: 10px;
  height: 51px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.form-address > input {
  width: 432px;
  height: 51px;

}
.form-submit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex:1;
  margin-top: 6px;
}
.contactus-box .tips {
  font-size: 12px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  margin-bottom: 0;
  color: #FFFFFF;
}
.submitcolor {
  width: 200px;
  height: 46px;
  background: #772626;
  border-radius: 9px 9px 9px 9px;
  color: #FFFFFF;
  -webkit-border-radius: 9px 9px 9px 9px;
  -moz-border-radius: 9px 9px 9px 9px;
  -ms-border-radius: 9px 9px 9px 9px;
  -o-border-radius: 9px 9px 9px 9px;
}
