* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
.main-box {
  width: 100%;
  font-family: Microsoft YaHei;
}
.top {
  width: 100%;
  display: flex;
  height: 60px;
  margin: 0 auto;
  background-color: #26282e;
  position: fixed;
  top: 0;
}
.topCenter {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.logo {
  width: 90px;
  height: 44px;
  display: block;
  margin-top: 8px;
}
.blank {
  width: 100%;
  height: 60px;
}
/* .title1 {
  color: #ffffff;
  font-weight: 600;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  font-style: oblique;
  text-align: center;
  display: block;
  letter-spacing: 5px;
}
.title2 {
  color: #ffffff;
  font-size: 10px;
  width: 100%;
  text-align: center;
  display: block;
  height: 15px;
  line-height: 15px;
} */
.title-left {
  width: 300px;
  margin-left: 13px;
}
.left1 {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  height: 25px;
  line-height: 25px;
  margin-top: 5px;
}
.left2 {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
}
.navR {
  height: 60px;
  box-sizing: border-box;
}

.navR li {
  line-height: 58px;
  margin-right: 70px;
  float: left;
}

.navR li a {
  line-height: 58px;
  display: block;
  font-size: 18px;
  padding: 0 10px;
}

.navR li a:hover {
  cursor: pointer;
}

.tabNumLi {
  border-bottom: solid 2px #fe2b54;
  color: #ffffff;
}

.active {
  color: #ffffff;
}

.unSelectLi {
  color: #ffffff;
}
.aboutUs {
  margin-left: 160px;
}
.aboutUsLi:hover .kefuImg {
  display: block;
  cursor: pointer;
  animation: fadeInDown 300ms linear;
}
.aboutUsLi {
  display: flex;
}
.aboutUsLi img {
  display: block;
  height: 20px;
  width: 25px;
  margin: 20px 10px 0 0;
}
.aboutUsLi span {
  font-size: 15px;
  color: #fae7c9;
  height: 60px;
  width: 100px;
  line-height: 60px;
  display: block;
}
.kefuImg {
  position: absolute;
  display: none;
}
.kefuImg li img {
  width: 150px;
  height: 150px;
  border-radius: 4px;
  margin: 60px 0 0 -25px;
}
.topBox {
  width: 100%;
  height: 670px;
  background: url(../img/top.png) no-repeat 100% 100%;
}
.nav {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.navLeft {
  width: 660px;
  padding: 140px 0 0 100px;
}
.nav-title {
  color: #ffffff;
  font-size: 46px;
  letter-spacing: 4.7px;
  font-weight: 600;
  display: block;
  margin-bottom: 50px;
}
.title-c {
  width: 100%;
  text-align: justify;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 80px;
}
.wechat{
  padding-right: 60px;
  width: 220px;
  height: 50px;
}
.wechatLi {
  width: 220px;
  border-radius: 4px;
  background-color: #fe4467;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  position: relative;
}
.wechatLi:hover {
  cursor: pointer;
}
.wechat:hover .codeHide {
  display: block;
  animation: fadeInLeft 300ms linear;
}
.wechatImg {
  display: block;
  width: 22px;
  height: 20px;
}
.wechatLi span {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-size: 17px;
  margin: 0 10px;
}
.rightImg {
  display: block;
  height: 16px;
  width: 9px;
}
.codeHide {
  position: absolute;
  display: none;
  left: 270px;
}
.code {
  width: 150px;
  height: 150px;
  border-radius: 4px;
  /* margin-left: 490px; */
}
.navRight {
  width: 427px;
  height: 704px;
  display: block;
  margin-top: 40px;
}
.first {
  width: 100%;
  height: 1033px;
  background: url(../img/first.png) no-repeat 100% 100%;
  margin-top: -200px;
}
.firstC {
  margin: 200px auto 0;
  width: 1000px;
  display: flex;
}
.firstLeft {
  width: 360px;
}
.num {
  font-size: 86px;
  color: #ececec;
}

.service {
  width: 100%;
  color: #333333;
  font-size: 28px;
  margin-top: -65px;
}
.red {
  color: #f82c54;
  font-size: 36px;
}
.join {
  width: 100%;
  color: #999999;
  font-size: 16px;
  height: 25px;
  line-height: 25px;
}
.btn1 {
  width: 100%;
  height: 140px;
  border-radius: 12px;
  line-height: 40px;
  color: #ffffff;
  font-size: 28px;
  box-sizing: border-box;
  padding: 17px 12% 0;
  margin: 40px 0 30px;
  text-align: center;
  letter-spacing: 1px;
  background: url(../img/background1.png) no-repeat 100% 100%;
}
.list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.list li {
  width: 48%;
  height: 140px;
}
.list div {
  width: 100%;
  height: 140px;
  color: #ffffff;
  font-size: 28px;
  box-sizing: border-box;
  line-height: 40px;
  border-radius: 12px;
  letter-spacing: 2px;
  padding: 17px 12% 0;
  margin: 40px 0 30px;
  letter-spacing: 1px;
  background: url(../img/background2.png) no-repeat 100% 100%;
}
.list-one {
  margin: 0 4% 28px 0;
}
.list-two {
  margin: 0 0 28px 0;
}
.list-two div {
  font-size: 24px;
  padding: 16px 14% 0;
  line-height: 30px;
  text-align: center;
  background: url(../img/background3.png) no-repeat 100% 100%;
}
.list-three {
  margin: 0 4% 28px 0;
}
.list-three div {
  background: url(../img/background4.png) no-repeat 100% 100%;
}
.list-four {
  margin: 0 0 28px 0;
}
.list-four div {
  background: url(../img/background5.png) no-repeat 100% 100%;
}
.firstRight {
  width: 420px;
  margin-left: 80px;
  box-sizing: border-box;
  padding: 145px 0 0;
}
.first1 {
  font-size: 50px;
  color: #f82c54;
  height: 75px;
  line-height: 75px;
  display: block;
  width: 100%;
}
.hr {
  width: 180px;
  margin: 12px 0;
  height: 5px;
  background-color: #f82c54;
}
.first2 {
  width: 100%;
  word-wrap: break-word;
  font-size: 18px;
  color: #333333;
  height: 35px;
  line-height: 35px;
}
.first3 {
  width: 100%;
  word-wrap: break-word;
  font-size: 18px;
  color: #f82c54;
  height: 35px;
  line-height: 35px;
}
.second {
  width: 100%;
  height: 825px;
  background: url(../img/second.png) no-repeat 100% 100%;
  margin-top: -200px;
  box-sizing: border-box;
  padding-top: 200px;
}
.second-center {
  margin: 0 auto;
  width: 1000px;
  display: flex;
}
.sLeft {
  width: 50%;
  margin-top: 50px;
}
.second1 {
  height: 70px;
  line-height: 70px;
  color: #f82c54;
  font-weight: 600;
  font-size: 42px;
}
.second2 {
  height: 50px;
  line-height: 50px;
  padding: 10px 0;
  color: #f82c54;
  font-weight: 600;
  font-size: 42px;
  border-bottom: solid 3px #f82c54;
}
.secList {
  width: 100%;
  padding-top: 60px;
}
.secList li {
  width: 100%;
  display: flex;
  margin-bottom: 40px;
}
.secList li img {
  width: 23px;
  height: 24px;
  margin-right: 9px;
  display: block;
}
.secList li span {
  display: block;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
}
.seRightImg {
  width: 50%;
  height: 530px;
  display: block;
}
.content {
  width: 100%;
  display: flex;
  background-color: #ffffff;
  padding: 160px;
  box-sizing: border-box;
}
.conten-center {
  width: 1000px;
  margin: 0 auto;
  display: flex;
}
.content-left {
  width: 50%;
}
.num2 {
  font-size: 86px;
  color: #ececec;
}
.service2 {
  width: 100%;
  color: #333333;
  font-size: 28px;
}
.red2 {
  color: #f82c54;
  font-size: 36px;
  margin-top: -50px;
}
.join2 {
  width: 100%;
  color: #333333;
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  margin-top: -50px;
}
.intrduce {
  width: 80%;
  color: #333333;
  font-size: 18px;
  text-align: justify;
  line-height: 30px;
  margin: 90px 0 40px;
}
.c-list {
  width: 100%;
}
.c-top {
  width: 100%;
  display: flex;
}
.circle1 {
  height: 28px;
  width: 28px;
  display: block;
  line-height: 28px;
  background-color: #ffd3db;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border-radius: 100%;
  margin: 17px 12px 0 0;
}
.circle2 {
  display: block;
  font-size: 36px;
  color: #f82c54;
  height: 60px;
  line-height: 60px;
}
.c-title {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 20px 40px;
  color: #999999;
  font-size: 15px;
}
.cirRight {
  display: block;
  width: 50%;
  height: 600px;
  margin-top: 130px;
}
.footer {
  width: 100%;
  height: 800px;
  background: url(../img/bottom.png) no-repeat 100% 100%;
  position: relative;
}
.fCenter {
  width: 900px;
  margin: 0 auto;
}
.f-title {
  width: 100%;
  text-align: center;
  padding: 70px 0 50px;
  font-size: 48px;
  color: #ffffff;
  font-weight: 600;
  display: block;
}
.f-intro {
  width: 100%;
  text-align: justify;
  line-height: 30px;
  color: #ffffff;
  font-size: 17px;
  text-align: center;
}
.copyright{
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  background-color: #3B3B3B;
  bottom: 0;
  padding: 30px 0;
  position: absolute;
}
.copyright-icp{
  color: #afd4ff;
}
