.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: 165px;
}
.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: 6px;
  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 .features {
  width: 100%;
  padding: 100px 0;
  background: #fff;
  overflow: hidden;
}
.wrap .content .features .features-inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.wrap .content .features .features-inner .title {
  width: 100%;
  overflow: hidden;
}
.wrap .content .features .features-inner .title p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  text-align: center;
}
.wrap .content .features .features-inner .title p:first-child {
  font-size: 30px;
  color: #333;
  padding-bottom: 25px;
}
.wrap .content .features .features-inner .con {
  width: 100%;
  overflow: hidden;
}
.wrap .content .features .features-inner .con .items {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.wrap .content .features .features-inner .con .items .item {
  flex: 1;
  margin-top: 85px;
}
.wrap .content .features .features-inner .con .items .item .icon {
  width: 87px;
  height: 87px;
  margin: 0 auto;
}
.wrap .content .features .features-inner .con .items .item .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap .content .features .features-inner .con .items .item .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding-top: 30px;
  text-align: center;
}
.wrap .content .features .features-inner .con .items .item .intro {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  padding-top: 20px;
  text-align: center;
  padding: 0 35px;
}
.wrap .content .business-cover {
  width: 100%;
  padding: 100px 0;
  background: #F5F7FA;
  overflow: hidden;
}
.wrap .content .business-cover .business-cover-inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.wrap .content .business-cover .business-cover-inner .title {
  width: 100%;
  overflow: hidden;
}
.wrap .content .business-cover .business-cover-inner .title p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  text-align: center;
}
.wrap .content .business-cover .business-cover-inner .title p:first-child {
  font-size: 30px;
  color: #333;
  padding-bottom: 25px;
}
.wrap .content .business-cover .business-cover-inner .con {
  width: 100%;
  margin-top: 75px;
  overflow: hidden;
}
.wrap .content .business-cover .business-cover-inner .con ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.wrap .content .business-cover .business-cover-inner .con ul li {
  width: 284px;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 10px 10px 0px 0px;
}
.wrap .content .business-cover .business-cover-inner .con ul li .icon {
  width: 100%;
  height: 202px;
}
.wrap .content .business-cover .business-cover-inner .con ul li .icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap .content .business-cover .business-cover-inner .con ul li .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding-left: 14px;
  box-sizing: border-box;
  margin-top: 11px;
}
.wrap .content .business-cover .business-cover-inner .con ul li .intro {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  padding-left: 14px;
  box-sizing: border-box;
  margin-top: 15px;
}
.wrap .content .business-cover .business-cover-inner .number {
  width: 100%;
  display: flex;
  padding: 38px 0;
  background-color: #fff;
  margin-top: 90px;
  overflow: hidden;
}
.wrap .content .business-cover .business-cover-inner .number .item {
  flex: 1;
}
.wrap .content .business-cover .business-cover-inner .number .item .item-t {
  justify-content: center;
  display: flex;
}
.wrap .content .business-cover .business-cover-inner .number .item .item-t span {
  color: #FB4241;
}
.wrap .content .business-cover .business-cover-inner .number .item .item-t span:first-child {
  font-size: 24px;
  height: 25px;
  line-height: 25px;
  font-weight: bolder;
  font-family: Microsoft YaHei;
}
.wrap .content .business-cover .business-cover-inner .number .item .item-t span:last-child {
  font-size: 14px;
  height: 25px;
  line-height: 32px;
  font-weight: bolder;
  font-family: Microsoft YaHei;
}
.wrap .content .business-cover .business-cover-inner .number .item .item-b {
  font-size: 20px;
  font-weight: bolder;
  font-family: Microsoft YaHei;
  color: #999999;
  margin-top: 20px;
  text-align: center;
}
.wrap .content .content-channel {
  width: 100%;
  height: 1080px;
  background: url(img/bianxian.png) no-repeat;
  background-size: 100% 100%;
}
.wrap .content .content-channel .content-channel-inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.wrap .content .content-channel .content-channel-inner .title {
  width: 100%;
  overflow: hidden;
}
.wrap .content .content-channel .content-channel-inner .title p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.wrap .content .content-channel .content-channel-inner .title p:first-child {
  font-size: 30px;
  color: #fff;
  padding-bottom: 25px;
  padding-top: 75px;
}
.wrap .content .content-channel .content-channel-inner .con {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
}
.wrap .content .content-channel .content-channel-inner .con .con-l {
  width: 573px;
  height: 645px;
}
.wrap .content .content-channel .content-channel-inner .con .con-l img {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap .content .content-channel .content-channel-inner .con .con-r {
  width: auto;
  overflow: hidden;
}
.wrap .content .content-channel .content-channel-inner .con .con-r ul {
  width: auto;
  overflow: hidden;
  justify-content: space-between;
}
.wrap .content .content-channel .content-channel-inner .con .con-r ul li {
  width: auto;
  max-width: 600px;
  overflow: hidden;
}
.wrap .content .content-channel .content-channel-inner .con .con-r ul li a {
  display: block;
  padding: 29px 73px 30px 58px;
  box-sizing: border-box;
  border: 1px solid #333333;
  margin-top: -1px;
  color: #fff;
  -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 .content .content-channel .content-channel-inner .con .con-r ul li a .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
.wrap .content .content-channel .content-channel-inner .con .con-r ul li a .intro {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  padding-top: 22px;
  line-height: 30px;
}
.wrap .content .content-channel .content-channel-inner .con .con-r ul li a:hover {
  background: #FFFFFF;
  border-radius: 8px 8px 0px 0px;
  color: #333 !important;
}
.wrap .content .content-channel .content-channel-inner .con .con-r ul li .active {
  background: #FFFFFF;
  border-radius: 8px 8px 0px 0px;
  color: #333 !important;
}
.wrap .content .my-partner {
  width: 100%;
  padding-top: 66px;
  padding-bottom: 39px;
  background: #F5F7FA;
  overflow: hidden;
}
.wrap .content .my-partner .my-partner-inner {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.wrap .content .my-partner .my-partner-inner .title {
  width: 100%;
  overflow: hidden;
}
.wrap .content .my-partner .my-partner-inner .title p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  text-align: center;
}
.wrap .content .my-partner .my-partner-inner .title p:first-child {
  font-size: 30px;
  color: #333;
  padding-bottom: 25px;
}
.wrap .content .my-partner .my-partner-inner .con {
  width: 100%;
  margin-top: 43px;
  overflow: hidden;
}
.wrap .content .my-partner .my-partner-inner .con ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.wrap .content .my-partner .my-partner-inner .con ul li {
  width: 226px;
  height: 80px;
  background: #FFFFFF;
  border: 1px solid #E7E5E5;
  float: left;
  margin-top: 20px;
}
.wrap .content .my-partner .my-partner-inner .con ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap .content .my-partner .my-partner-inner .con ul li a img {
  display: block;
  width: 185px;
  height: 60px;
}
.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;
}
.wrap .content .banner1 p:first-child {
  font-size: 30px;
  padding-top: 80px;
}
.wrap .content .banner1 p:last-child {
  width: 160px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 8px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #417AFD;
  line-height: 40px;
  text-align: center;
  clear: both;
  margin: 0 auto;
  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;
}
