.wrap {
  width: 100%;
  overflow: hidden;
}
.wrap .header {
  width: 100%;
  position: relative;
}
.wrap .header .nav {
  width: 1200px;
  display: flex;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 20px;
  z-index: 99;
}
.wrap .header .nav .logo {
  width: auto;
  overflow: hidden;
}
.wrap .header .nav .logo .logo-top {
  width: auto;
  display: flex;
  overflow: hidden;
}
.wrap .header .nav .logo .logo-top .logo-icon {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-top: 1.5px;
  background: #ECECEC;
  opacity: 0.5;
  margin-right: 5px;
}
.wrap .header .nav .logo .logo-top .logo-name {
  display: inline-block;
  width: auto;
  height: 24px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.wrap .header .nav .logo .logo-text {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 5px;
  text-align: center;
}
.wrap .header .nav .Nav {
  flex: 1;
  margin-left: 130px;
}
.wrap .header .nav .Nav ul {
  width: 100%;
  overflow: hidden;
}
.wrap .header .nav .Nav ul li {
  float: left;
  padding: 0 22px;
  text-align: center;
  position: relative;
  margin-top: 10px;
}
.wrap .header .nav .Nav ul li a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bolder;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wrap .header .nav .Nav ul li a span {
  display: block;
}
.wrap .header .nav .Nav ul li a i {
  display: inline-block;
  width: 28px;
  height: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wrap .header .nav .Nav ul li:hover i {
  width: 100%;
  background: #fff;
}
.wrap .header .nav .Nav ul li:hover a {
  color: #fff;
}
.wrap .header .nav .Nav ul li.no a {
  color: #fff;
}
.wrap .header .nav .Nav ul li.no i {
  background: #fff;
}
.wrap .header .second-menu {
  width: 100%;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 65px;
  position: absolute;
  top: 64px;
  z-index: 9;
  overflow: hidden;
}
.wrap .header .second-menu .second-menu-inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.wrap .header .second-menu .second-menu-inner ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.wrap .header .second-menu .second-menu-inner ul li {
  width: 25%;
  overflow: hidden;
}
.wrap .header .second-menu .second-menu-inner ul li a {
  display: block;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.wrap .header .second-menu .second-menu-inner ul li a .icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.wrap .header .second-menu .second-menu-inner ul li a .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap .header .second-menu .second-menu-inner ul li a .intro {
  width: auto;
  overflow: hidden;
}
.wrap .header .second-menu .second-menu-inner ul li a .intro .title {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.wrap .header .second-menu .second-menu-inner ul li a .intro .text {
  width: 185px;
  overflow: hidden;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  line-height: 20px;
  padding-top: 12px;
}
.wrap .header .banner {
  width: 100%;
  height: 412px;
}
.wrap .header .banner .swiper-container {
  width: 100%;
  height: 100%;
}
.wrap .header .banner .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.wrap .header .banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.wrap .header .banner .swiper-container .swiper-wrapper .swiper-slide .swiper-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -9;
}
.wrap .header .banner .swiper-container .swiper-wrapper .swiper-slide .swiper-content {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 35px;
  box-sizing: border-box;
}
.wrap .header .banner .swiper-container .swiper-wrapper .swiper-slide .swiper-content .packet {
  width: 721px;
  overflow: hidden;
  margin-top: 125px;
}
.wrap .header .banner .swiper-container .swiper-wrapper .swiper-slide .swiper-content .packet p {
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.wrap .header .banner .swiper-container .swiper-wrapper .swiper-slide .swiper-content .packet p:last-child {
  font-size: 16px;
  padding-top: 60px;
  height: 18px;
  line-height: 18px;
}
.wrap .header .banner .swiper-container .swiper-wrapper .swiper-slide .swiper-content .get-methods {
  width: 721px;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 19px;
}
.wrap .header .banner .swiper-container .swiper-wrapper .swiper-slide .swiper-content .get-methods p {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.wrap .header .banner .swiper-container .swiper-wrapper .swiper-slide .swiper-content .get-methods p:last-child {
  margin-top: 16px;
}
.wrap .header .banner .swiper-container .swiper-wrapper .swiper-slide .swiper-content .register-btn {
  width: 721px;
  overflow: hidden;
}
.wrap .header .banner .swiper-container .swiper-wrapper .swiper-slide .swiper-content .register-btn button {
  width: 171px;
  height: 44px;
  border: 1px solid #FFFFFF;
  border-radius: 22px;
  display: block;
  background: transparent;
  font-size: 21px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #fff;
  line-height: 44px;
  text-align: center;
}
.wrap .header .banner .swiper-container .swiper-wrapper .swiper-slide .swiper-content .register-btn button:hover {
  cursor: pointer;
}
.wrap .content {
  width: 100%;
  overflow: hidden;
}
.wrap .content .business-cooperation {
  width: 100%;
  padding: 100px 0;
  background: #fff;
  overflow: hidden;
}
.wrap .content .business-cooperation .business-cooperation-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.wrap .content .business-cooperation .business-cooperation-inner .swhz-l {
  flex: 1;
  width: 100%;
  padding-right: 100px;
  box-sizing: border-box;
}
.wrap .content .business-cooperation .business-cooperation-inner .swhz-l .title {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.wrap .content .business-cooperation .business-cooperation-inner .swhz-l .list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  overflow: hidden;
}
.wrap .content .business-cooperation .business-cooperation-inner .swhz-l .list .icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.wrap .content .business-cooperation .business-cooperation-inner .swhz-l .list .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap .content .business-cooperation .business-cooperation-inner .swhz-l .list .intro {
  width: 100%;
  overflow: hidden;
}
.wrap .content .business-cooperation .business-cooperation-inner .swhz-l .list .intro p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.wrap .content .business-cooperation .business-cooperation-inner .swhz-l .list .intro p:last-child {
  color: #666666;
  margin-top: 10px;
}
.wrap .content .business-cooperation .business-cooperation-inner .swhz-l .btn {
  width: 126px;
  height: 40px;
  background: #C080F8;
  box-shadow: 0px 2px 5px 0px #C280F8;
  border-radius: 10px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  margin-top: 39px;
}
.wrap .content .business-cooperation .business-cooperation-inner .swhz-r {
  width: 458px;
  height: 385px;
}
.wrap .content .business-cooperation .business-cooperation-inner .swhz-r img {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap .content .keep-improve {
  width: 100%;
  padding: 100px 0;
  background: #fff;
  overflow: hidden;
}
.wrap .content .keep-improve .title {
  width: 100%;
  overflow: hidden;
}
.wrap .content .keep-improve .title p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  text-align: center;
}
.wrap .content .keep-improve .title p:first-child {
  font-size: 30px;
  color: #333;
  padding-bottom: 25px;
}
.wrap .content .keep-improve .con {
  width: 100%;
  height: 600px;
  background: url(img/keep-improve.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 110px;
}
.wrap .content .keep-improve .con .con-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.wrap .content .keep-improve .con .con-inner .title {
  width: 60%;
  overflow: hidden;
  display: flex;
  padding-top: 75px;
  justify-content: flex-end;
}
.wrap .content .keep-improve .con .con-inner .title .line {
  width: 3px;
  height: 20px;
  background: #FFFFFF;
  margin-top: 3px;
  margin-right: 6px;
}
.wrap .content .keep-improve .con .con-inner .title .text {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.wrap .content .keep-improve .con .con-inner .text-content {
  display: flex;
  justify-content: flex-end;
}
.wrap .content .keep-improve .con .con-inner .text-content ul {
  width: 60%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.wrap .content .keep-improve .con .con-inner .text-content ul li {
  width: 317px;
  margin-top: 71px;
  overflow: hidden;
}
.wrap .content .keep-improve .con .con-inner .text-content ul li .tl {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
}
.wrap .content .keep-improve .con .con-inner .text-content ul li .intro {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  padding-top: 23px;
}
.wrap .content .keep-improve .con .con-inner .keep-improve-mobile {
  width: 360px;
  height: 770px;
  background: url(img/keep-improve-mobile.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: -225px;
}
.wrap .content .operation {
  width: 100%;
  padding: 100px 0;
  background: #fff;
  overflow: hidden;
}
.wrap .content .operation .operation-inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.wrap .content .operation .operation-inner .title {
  width: 100%;
  overflow: hidden;
}
.wrap .content .operation .operation-inner .title p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  text-align: center;
}
.wrap .content .operation .operation-inner .title p:first-child {
  font-size: 30px;
  color: #333;
  padding-bottom: 25px;
}
.wrap .content .operation .operation-inner .con {
  width: 100%;
  margin-top: 69px;
  overflow: hidden;
}
.wrap .content .operation .operation-inner .con ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.wrap .content .operation .operation-inner .con ul li {
  width: 372px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 2px 9px 0px #E9E9E9;
  border-radius: 0px 18px 0px 18px;
  padding: 31px 81px 21px 81px;
  box-sizing: border-box;
}
.wrap .content .operation .operation-inner .con ul li .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.wrap .content .operation .operation-inner .con ul li .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap .content .operation .operation-inner .con ul li .title {
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding-top: 44px;
}
.wrap .content .operation .operation-inner .con ul li .intro {
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  line-height: 30px;
  padding-top: 17px;
}
.wrap .content .banner1 {
  width: 100%;
  height: 226px;
  background: url(img/banner1.png) no-repeat;
}
.wrap .content .banner1 p {
  width: 100%;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  float: left;
}
.wrap .content .banner1 p:first-child {
  font-size: 30px;
  margin-top: 80px;
}
.wrap .content .banner1 p:last-child {
  margin-top: 23px;
}
.wrap .footer {
  width: 100%;
  background-color: #555555;
  overflow: hidden;
}
.wrap .footer .footer-top {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 93px;
  padding-bottom: 59px;
  display: flex;
  justify-content: space-between;
}
.wrap .footer .footer-top .about {
  width: auto;
  overflow: hidden;
}
.wrap .footer .footer-top .about .title {
  width: auto;
  height: 15px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 15px;
}
.wrap .footer .footer-top .about ul {
  width: auto;
  margin-top: 16px;
  overflow: hidden;
}
.wrap .footer .footer-top .about ul li {
  width: auto;
  overflow: hidden;
}
.wrap .footer .footer-top .about ul li a {
  display: block;
  width: auto;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #AAAAAA;
  line-height: 14px;
  padding: 8px 0;
}
.wrap .footer .footer-bottom {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #393939;
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #AAAAAA;
  text-align: center;
}
