ul li {list-style: none;}
h1,h2,h3,h4,h5,h6,p,figure{margin: 0;line-height: 1.5}

.wrdbody {
  background-position: center top;font-family: syrh;
}
.wrdBox {
  padding: 5% 0;
  color: white;
}
.wrdBox .flexBox {
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  overflow: hidden;
}
.wrdBox .flexBox.flexRight {
  flex-direction: row-reverse;
}
.wrdBox .title {
  font-size: 48px;
  font-weight: normal;
}
.wr_floor1 {
  padding-top: 3%
}
.wr_floor1 .autoBox {
  max-width: none;
  padding-left: 12.5%;
  padding-right: 5.2%;
  align-items: center;
  justify-content: space-between;
}
.wr_floor1 .txtBox {
  float: left;
  width: 50%;
  color: white;
  padding-bottom: 30px
}
.wr_floor1 .txtBox h3 {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
}
.wr_floor1 .txtBox .info {
  font-size: 24px;
  line-height: 1.8;
  margin-top: 120px;
}
.wr_floor1 .img {
  float: right;
  width: 50%;
}
@font-face {
  font-family: alibabaR;
  src: url(../fonts/ALIBABA-PUHUITI-REGULAR_0.woff) format("woff");
}
.wr_floor2 {
  background-size: initial;
  background-position: bottom;
  padding-bottom: 10%;
  position: relative;
}
.wr_floor2 .flexBox {
  align-items: center;
  position: relative;
  z-index: 3;
}
.wr_floor2 .txtBox {
  float: left;
  width: 50%;
  color: white;
  padding-left: 3%;
}
.wr_floor2 .txtBox .inner{
  padding-left: 5%
}
.wr_floor2 .txtBox .info {
  font-size: 24px;
  line-height: 1.8;
  margin-top: 20px;
  min-height: 180px;
}
.wr_floor2 .img {
  float: right;
  width: 50%;
}
.wr_floor2 .liBox {
  margin-top: 20px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wr_floor2 .liBox .hover {
  display: none;
}
.wr_floor2 .liBox .li {
  text-align: center;
  width: 25%;
}
.wr_floor2 .liBox .li.on .hover,
.wr_floor2 .liBox .li:hover .hover {
  display: inline;
}
.wr_floor2 .liBox .li.on .defutl,
.wr_floor2 .liBox .li:hover .defutl {
  display: none;
}
.wr_floor2 .liBox .li.on .num span,
.wr_floor2 .liBox .li:hover .num span {
  background-color: #2e85fe;
  color: white;
}
.wr_floor2 .liBox .li .txt {
  margin-top: 10px;
  margin-bottom: 20px;
}
.wr_floor2 .liBox .li .num span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 18px;
  background-color: white;
  color: #101010;
  font-family: alibabaR;
  position: relative;
}
.wr_floor2 .liBox .li .num span::before {
  content: "";
  position: absolute;
  left: 100%;
  width: 310%;
  height: 1px;
  background-color: #FFFFFF;
  top: 50%;
}
.wr_floor2 .liBox .li:last-child .num span::before {
  display: none;
}
.wr_floor2 .imgbg {
  position: absolute;
  left: 0;
  bottom: -40%;
  z-index: 0;
  width: 100%;
}
.wr_floor3 {
  position: relative;
  z-index: 6;
  margin-top: -5%;
}
.wr_floor3 .flexBox {
  align-items: center;
  position: relative;
  z-index: 3;
}
.wr_floor3 .autoBox {
  padding-left: 12.5%;
}
.wr_floor3 .autoBox .txtBox {
  float: left;
  width: 42%;
}
.wr_floor3 .autoBox .txtBox .info {
  line-height: 2;
  margin-top: 60px;
  font-size: 24px;
}
.wr_floor3 .autoBox .txtBox .info .p {
  margin-bottom: 20px;
}
.wr_floor3 .autoBox .txtBox .info img {
  margin-right: 10px;transition: 0.5s;opacity: 1;
}
.wr_floor3 .autoBox .img {
  float: right;
  width: 58%;
}

.wr_floor3 .hover{
 display: none;
}

.wr_floor4 {
  text-align: center;
}
.wr_floor4 .txtBox {
  margin-bottom: 100px;
}
.wr_floor4 .img{
  display: inline-block;position: relative;
}
.wr_floor4 .img .wap{
  display: none;
}
.wr_floor4 .img li{
  position: absolute;
  transition: 0.5s;
}

.wr_floor4 .img li .picBox{
  position: relative;
}
.wr_floor4 .img li .pic{
 width: 180px;height: 180px;border-radius: 50%;border: 2px solid #2e85fe;padding: 7px;
}
.wr_floor4 .img li .box{
  overflow: hidden;border-radius: 50%;
}
.wr_floor4 .img li .pic img{
  transition: 0.5s;
}
.wr_floor4 .img li p{
  width: 60px;height: 60px;border-radius: 50%;background-color: #2e85fe;color: #FFFFFF;font-size: 16px;
  text-align: center;line-height: 60px;position: absolute;
}
.wr_floor4 .img li:hover{
  transform: scale(1.1);
}
.wr_floor4 .img li:nth-child(1){left: 7%;top: 1%;}
.wr_floor4 .img li:nth-child(2){left: 2%;top: 33%;}
.wr_floor4 .img li:nth-child(3){left: 7%;top: 63%;}
.wr_floor4 .img li:nth-child(4){left: 73.8%;top: 0}
.wr_floor4 .img li:nth-child(5){left: 82.5%;top: 32%;}
.wr_floor4 .img li:nth-child(6){left: 73.8%;top: 63.5%;}
.wr_floor4 .img li:nth-child(1) p{left: -16%;top: 58%;}
.wr_floor4 .img li:nth-child(2) p{left: -1%;top: 71%;}
.wr_floor4 .img li:nth-child(3) p{left: -3%;top: 70%;}
.wr_floor4 .img li:nth-child(4) p{left: 74.5%;top: 58.5%;}
.wr_floor4 .img li:nth-child(5) p{left: 60%;top: 72.5%;}
.wr_floor4 .img li:nth-child(6) p{left: 67%;top: 69%;}
.wr_floor5 {
  background-position: bottom;
  padding-top: 12%;
}
.wr_floor5 .flexBox {
  align-items: center;
  justify-content: space-between;
}
.wr_floor5 .txtBox {
  float: left;
  width: 50%;
  text-align: right;
  padding-bottom: 10%;
}
.wr_floor5 .txtBox .txt {
  text-align: left;
  display: inline-block;
}
.wr_floor5 .txtBox h4 {
  color: #2e85fe;
  font-size: 36px;
  font-weight: normal;
  margin-top: 20px;
}
.wr_floor5 .img {
  float: right;
  width: 50%;
  padding-left: 2%;
}
.wr_floor6{
}
.wr_floor6 .txtBox {
  text-align: center;
}
.wr_floor6 .txtBox h3 {
  margin-bottom: 30px;
}
.wr_floor6 .txtBox .pTxt {
  justify-content: center;
  font-size: 24px;
}
.wr_floor6 .txtBox .pTxt .p {
  margin: 0 30px;
}
.wr_floor6 .txtBox .pTxt img {
  margin-right: 10px;
}
.wr_floor6 ul {
  margin-top: 3%;
}
.wr_floor6 ul li {
  overflow: hidden;
  padding: 20px;
  background-position: left;
  background-repeat: no-repeat;
  background-image: url(../images/libg1.png);
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  flex-wrap: wrap;
}
.wr_floor6 ul li .img {
  float: left;
  width: 50%;
  text-align: left;
}
.wr_floor6 ul li .txt {
  float: left;
  width: 50%;
  padding-right: 8%;
}
.wr_floor6 ul li .txt h3 {
  font-size: 36px;
  font-weight: normal;
}
.wr_floor6 ul li .txt .info {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 35px;
  color: #dee0e4;
}
.wr_floor6 ul li:nth-child(2n) {
  background-image: url(../images/libg2.png);
  background-position: right;
  flex-direction: row-reverse;
}
.wr_floor6 ul li:nth-child(2n) .img {
  float: right;
  text-align: right;
}
.wr_floor6 ul li:nth-child(2n) .txt {
  padding-left: 4%;
  padding-right: 0;
}
.wr_floor6 .itemBox {
  margin-top: 9%;
}
.wr_floor6 .itemBox .item {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
  font-size: 30px;
}
.wr_floor6 .itemBox .item:nth-child(2n) {
  margin-right: 0;
}
.wr_floor6 .itemBox .item p {
  margin-top: 30px;
}
.wr_floor6 .boxTxt {
  margin-top: 8%;
  text-align: center;
}
.wr_floor6 .boxTxt h4 {
  font-size: 48px;
  color: #2e85fe;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.2;
}
.wr_floor6 .boxTxt .subtxt {
  font-size: 24px;
}
.wr_floor6 .boxTxt .itemBox {
  margin-top: 7%;
}
.wr_floor6 .boxTxt .itemBox .item:nth-child(2) p {
  margin-top: 10px;
}
.wr_floor7 {
  text-align: center;
  padding: 15% 0 18% 0;
}
.wr_floor7 .itemBox {
  margin-top: 5%;
}
.wr_floor7 .itemBox .item {
  float: left;
  width: 49%;
  margin-right: 2%;
  text-align: center;
  font-size: 30px;
}
.wr_floor7 .itemBox .item:nth-child(2n) {
  margin-right: 0;
}
.wr_floor7 .itemBox .item p {
  margin-top: 30px;
}
.auto_1440{ max-width:1440px;margin:0 auto;}
@media (max-width: 1600px) {
  .auto_1440{ padding:0 2%;}
  .wr_floor1{padding-top: 9%;}
  .wr_floor3 .autoBox,
  .wr_floor1 .autoBox {
    padding-left: 6%;
  }
  .wr_floor1 .txtBox img {
    max-width: 60%;
  }
  .wr_floor1 .txtBox h3 {
    font-size: 30px;
  }
  .wr_floor6 .txtBox .pTxt,
  .wr_floor3 .autoBox .txtBox .info,
  .wr_floor2 .txtBox .info,
  .wr_floor1 .txtBox .info {
    font-size: 20px;
  }
  .wr_floor6 ul li .txt h3,
  .wr_floor5 .txtBox h4 {
    font-size: 28px;
  }
  .wr_floor6 .boxTxt h4,
  .wrdBox .title {
    font-size: 34px;
  }
  .wr_floor7 .itemBox .item,
  .wr_floor6 .itemBox .item {
    font-size: 24px;
  }
  .wr_floor2 .imgbg {
    bottom: -32%;
  }
 
  .wr_floor4{padding-top: 0;}
  .wr_floor7{padding-bottom: 20%;}
  .wr_floor5 .txtBox{text-align: center;}
}
@media (max-width: 1440px) {
.wr_floor1{padding-top: 12%;}
}
@media (max-width: 1280px) {
  .wr_floor2 .liBox .li .num span::before {
    width: 260%;
  }
}
@media (max-width: 1024px) {
  .wr_floor5 .img,
  .wr_floor5 .txtBox,
  .wr_floor3 .autoBox .img,
  .wr_floor3 .autoBox .txtBox,
  .wr_floor2 .txtBox,
  .wr_floor2 .img,
  .wr_floor1 .img,
  .wr_floor1 .txtBox {
    width: 100%;
    float: none;
    margin: 20px 0;
    padding: 0 5%;
  }
  .wr_floor1 .txtBox .info {
    margin-top: 30px;
  }
  .wr_floor1 .txtBox img {
    max-width: 50%;
  }
  .wr_floor2 .liBox {
    margin-top: 20px;
  }
  .wr_floor2 .imgbg {
    bottom: -15%;
  }
  .wr_floor3 .autoBox {
    padding-left: 2%;
  }
  .wr_floor4 .img ul{
    display: none;
  }
  .wr_floor4 .img .wap{
  display: inline;
}
.wr_floor4 .img .pc{
  display: none;
}
  .wr_floor5 .txtBox .txt,
  .wr_floor5 .txtBox {
    text-align: center;
  }
  .wr_floor6 ul li .txt {
    padding-left: 2%;
  }
  .wr_floor6 ul li:nth-child(2n) .txt {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (max-width: 768px) {
 
  .wr_floor6 .boxTxt h4,
  .wrdBox .title {
    font-size: 24px;
  }
  .wr_floor1{padding-top: 50px;}
  .wr_floor1 .img{margin-top: 30px;}
  .wr_floor3 .autoBox .txtBox .info,
  .wr_floor2 .txtBox .info,
  .wr_floor1 .txtBox .info {
    font-size: 16px;
  }
  .wr_floor1 .txtBox img {
    max-width: 70%;
  }
  .wr_floor1 .txtBox h3 {
    font-size: 20px;
  }
  .wr_floor1 .txtBox .info {
    font-size: 16px;
  }
  .wr_floor2 .txtBox .info{
    min-height: auto;
  }
  .wr_floor2 .liBox .li {
    width: 50%;
    margin: 20px 0;
  }
  .wr_floor2 .liBox .li .num span::before {
    width: 480%;
  }
  .wr_floor2 .liBox .li:nth-child(2n) .num span::before {
    display: none;
  }
  .wr_floor2 .imgbg {
    bottom: -8%;
  }
  .wr_floor3 .autoBox .txtBox .info {
    margin-top: 30px;
  }
  .wr_floor3 .autoBox .img{
    padding: 0;
  }
  .wr_floor4 .txtBox {
    margin-bottom: 50px;
  }
  .wr_floor5 .txtBox h4{font-size: 20px;margin-top: 5px;}

  .wr_floor6 .boxTxt .subtxt {
    font-size: 18px;
  }
  .wr_floor7 .itemBox .item,
  .wr_floor6 .itemBox .item {
    font-size: 18px;
  }
  .wr_floor7 .itemBox .item p,
  .wr_floor6 .itemBox .item p {
    margin-top: 20px;
  }
  .wr_floor6 ul li {
    background-size: 100% 100%;
    padding: 10px;
  }
  .wr_floor6 ul li .txt,
  .wr_floor6 ul li .img {
    float: none;
    width: 100%;
    margin: 15px 0;
  }
  .wr_floor6 ul li:nth-child(2n) .img,
  .wr_floor6 ul li .img {
    text-align: center;
  }
  .wr_floor6 ul li .txt .info {
    margin-top: 15px;
  }
  .wr_floor6 ul li .txt h3 {
    font-size: 20px;
  }
  .wr_floor6 ul li .txt .info {
    font-size: 14px;
  }
  .wr_floor6 .txtBox .pTxt .p {
    margin: 0 10px;
  }
}
@media (max-width: 414px) {
  .wrdBox .title {
    font-size: 20px;
  }
  .wr_floor1 .txtBox .info {
    margin-top: 15px;
  }
  .wr_floor2 .liBox .li .num span::before {
    width: 350%;
  }
  .wr_floor2 .imgbg {
    bottom: -5%;
  }
  .wr_floor7 .itemBox .item p,
  .wr_floor6 .itemBox .item p {
    font-size: 14px;
    margin-top: 15px;
  }
  .wr_floor6 .boxTxt .subtxt {
    font-size: 14px;
  }
  .wr_floor6 .boxTxt {
    margin-top: 15%;
  }
  .wr_floor6 .txtBox h3 {
    margin-bottom: 20px;
  }
  .wr_floor6 .txtBox .pTxt {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .wr_floor6 .txtBox .pTxt .p {
    margin: 0 5px;
  }
  .wr_floor6 .txtBox .pTxt img {
    margin-right: 5px;
    max-width: 20px;
  }
}
