/* 首页 */
.banner {
  position: relative;
  width: 100%;
  height: 670px;
  text-align: center;
  background: url(../image/banner.png) no-repeat center #A997C5;
}
.banner-box {
  position: absolute;
  left: 50%;
  bottom: -100px;
  margin-left: -600px;
  display: flex;
  align-items: center;
  /*定义body的元素垂直居中*/
  justify-content: center;
  width: 1200px;
  height: 200px;
  padding-left: 30px;
  background: #FFFFFF;
  box-shadow: 0px 9px 20px 0px rgba(107, 22, 134, 0.21);
  z-index: 1;
}

.banner-box-item {
  flex: 1;
  padding-left: 62px;
  text-align: left;
}

.banner-box-item .num {
  margin-top: -5x;
  font-weight: bold;
  color: #6B1686;
  font-size: 32px;
}

.banner-box-item .text {
  color: #757575;
  font-size: 14px;
}

.banner-box-item:nth-child(1) {
  background: url(../image/icon-one.png) no-repeat 0 center;
  background-size: 42px auto;
}

.banner-box-item:nth-child(2) {
  background: url(../image/icon-two.png) no-repeat 0 center;
  background-size: 42px auto;
}

.banner-box-item:nth-child(3) {
  background: url(../image/icon-three.png) no-repeat 0 center;
  background-size: 50px auto;
}

.banner-box-item:nth-child(4) {
  background: url(../image/icon-four.png) no-repeat 0 center;
  background-size: 46px auto;
}
.aboutUs{
  margin-top: 200px;
}
.aboutUs .con-box {
  height: 442px;
  background: url(../image/about-us.jpg) no-repeat;
  background-size: 589px 442px;
}

.aboutUs .aboutus-text {
  margin-top: 50px;
  width: 560px;
  font-size: 19px;
  color: #787878;
  line-height: 32px;
  float: right;
}
.aboutUs .btn {
  float: right;
  margin-top: 80px;
  padding: 10px 25px;
  background: #B086BE;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 29px;
}
.newsCenter .con-box{
  height: 370px;
  background: #EDEDEF;
  padding: 75px 0;
}
.newsCenter .content{
  height: 370px;
  background: url(../image/new-center.jpg) no-repeat right center;
  background-size: 495px 370px;
}
.newsCenter .one,
.newsCenter .two{
  position: relative;
  font-size: 15px;
  font-family: Microsoft YaHei;
  color: #878691;
  line-height: 30px;  
  width: 550px;
  position: relative;
  padding-left: 100px;
  margin-bottom: 20px;
  padding-top: 30px;
}
.newsCenter .one::after,
.newsCenter .two::after{
  content: "1";
  position: absolute;
  left: 0;
  top: 40px;
  width: 65px;
  height: 85px;
  font-size: 80px;
  color: #AE9FC4;
  line-height: 85px;
  text-align: left;
  border-right: 3px solid #AE9FC4;
}
.newsCenter .two::after{
  content: "2";
}
.team-box {
  width: 100%;
  overflow: hidden;
}
.team-box-item{
  width: 300px;
  height: 230px;
  padding-top: 382px;
  float: left;
}
.team-box-item:nth-child(2){
  background: url(../image/team-two.png) no-repeat;
  background-size: 300px 367px;
  margin:0 150px;
}
.team-box-item{
  background: url(../image/team-one.png) no-repeat;
  background-size: 300px 367px;
}
.team-box-title{
  text-align: center;
  font-size: 16px;
  color: #232323;
  line-height: 29px;
}
.team-box-con{
  margin-top: 8px;
  font-size: 14px;
  color: #352F3F;
  line-height: 21px;
}

/* 联系我们 */
.contactUs-img{
  width: 1200px;
  height: 540px;
  box-shadow: 0px 4px 8px 1px rgba(72, 72, 72, 0.15);
  margin-bottom: 57px;
}
.contactUs-box{
  display: flex;
  height: 180px;
  margin-bottom: 80px;
  box-shadow: 0 0 20px 0px rgba(72, 72, 72, 0.15);
}
.contactUs-box-item{
  flex: 1;
  border-right: 1px #E8E8E8 solid;
  padding: 35px 0 0 65px;
}
.contactUs-box-item:last-child{
  border-right:none;
}
.icon-adress{
  display: inline-block;
  width: 28px;
  height: 37px;
  background: url(../image/icon-adress.png) no-repeat;
  background-size: 28px 37px;
}
.icon-phone{
  display: inline-block;
  width: 34px;
  height: 37px;
  background: url(../image/icon-phone.png) no-repeat;
  background-size: 34px 34px;
}
.icon-email{
  display: inline-block;
  width: 33px;
  height: 37px;
  background: url(../image/icon-email.png) no-repeat;
  background-size: 33px 26px;
}
.contactUs-item-title{
  font-size: 25px;
  color: #4B4B4B;
  line-height: 46px;
  margin-top: 5px;
}
.contactUs-item-text{
  font-size: 14px;
  color: #545454;
  line-height: 29px;
}