* {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pc {
  display: block;
}
.yd {
  display: none;
}
body {
  background: url(../images/bg.png) center;
  background-size: 100% auto;
}
.w {
  width: 1000px;
  margin: 0 auto;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cla::after {
  content: '';
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}
.pcNavBox {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15);
}
.benefitsBox {
  margin-top: 120px;
}
.pcNav {
  height: 72px;
  padding: 20px 0;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.pcNav > a {
  display: block;
  float: left;
}
.pcNav > a img {
  display: block;
  float: left;
  width: 150px;
  position: relative;
  top: -10px;
}
.pcNav > a span {
  display: block;
  font-size: 16px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #222222;
  height: 30px;
  line-height: 30px;
  margin-left: 23px;
  float: left;
}
.pcNav ul {
  float: right;
}
.pcNav ul li {
  margin-left: 60px;
  float: left;
  height: 32px;
}
.pcNav ul li a {
  display: block;
  height: 32px;
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #222222;
  border-bottom: 2px solid #fff;
}
.pcNav ul .on a,
.pcNav ul li:hover a {
  color: #fe1d97;
  border-color: #fe1d97;
}
.novelLane {
  margin: 0 auto;
  width: 100%;
  max-width: 1609px;
  height: auto;
  margin-top: 200px;
  position: relative;
  overflow: hidden;
}
.novelLane > img {
  max-width: 1609px;
  position: absolute;
  left: 0;
  top: 0;
}
.novelLane p {
  font-size: 60px;
  font-family: Source Han Sans SC;
  font-weight: 800;
  color: #222222;
  line-height: 81px;
  margin: 0 auto;
  width: 600px;
  position: relative;
  z-index: 1;
  display: block;
}
.novelLane span {
  position: relative;
  z-index: 1;
  width: 600px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #FE1D97;
}
.novelLane .but {
  margin: 0 auto;
  margin-top: 100px;
  overflow: hidden;
  width: 1040px;
  position: relative;
  z-index: 1;
  text-align: center;
}
.novelLane .but a {
  margin: 0 55px;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: #393185;
  border-radius: 5px;
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  display: inline-block;
  /* margin: 0 auto; */
  position: relative;
  padding-left: 75px;
  color: #fff;
}
.novelLane .but a img {
  position: absolute;
  height: 40px;
  width: auto;
  left: 0;
  top: 50%;
  margin-top: -20px;
  left: 26px;
}
.novelLane .but a:hover {
  opacity: 0.95;
}
.hot {
  margin-top: 90px;
}
.hot .title {
  margin-bottom: 80px;
}
.hot ul {
  width: 1200px;
  margin: 0 auto;
}
.hot ul li {
  float: left;
  width: 280px;
  height: 500px;
  box-shadow: 0px 3px 3px 0px rgba(102, 102, 102, 0.1);
  margin-left: 26px;
}
.hot ul li img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.hot ul li:first-child {
  margin-left: 0;
}
.hot ul li:hover {
  transform: scale(1.1);
}
.why {
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  margin-top: 140px;
}
.why .title {
  margin-bottom: 108px;
}
.why ul {
  overflow: hidden;
}
.why ul li {
  float: left;
  overflow: hidden;
  width: 270px;
  position: relative;
  height: 270px;
  background: linear-gradient(180deg, #EFF9FE, #EEF8FD);
  margin-left: 40px;
  padding-top: 60px;
}
.why ul li img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.why ul li span {
  display: block;
  text-align: center;
  font-size: 26px;
  font-family: Source Han Sans SC;
  font-weight: bold;
  line-height: 1;
}
.why ul li p {
  margin-top: 15px;
  font-size: 18px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
.why ul li:nth-child(even) {
  margin-top: 110px;
}
.why ul li:first-child {
  margin-left: 0;
}
.why ul li::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0%;
  left: -100%;
  position: absolute;
  transition: left 1s;
}
.why ul li:hover::after {
  content: '';
  left: 100%;
}
.startbox {
  margin-top: 190px;
  padding-top: 70px;
  position: relative;
  height: 540px;
  background: #3a3185;
  margin-bottom: 220px;
}
.startbox .start {
  width: 700px;
  margin: 0 auto;
}
.startbox .start .title::after {
  background: linear-gradient(90deg, rgba(254, 29, 151, 0.7), rgba(108, 196, 199, 0.7));
}
.startbox .start span {
  font-size: 60px;
  font-family: Source Han Sans SC;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
  display: block;
  margin-top: 60px;
  text-align: center;
}
.startbox .start p {
  display: block;
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  line-height: 1;
  color: #6CC4C7;
}
.startbox .start .but {
  margin-top: 100px;
  overflow: hidden;
}
.startbox .start .but a {
  display: block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: #FFFFFF;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 24px;
  font-family: Source Han Sans SC;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.startbox .start .but img {
  position: absolute;
  right: 150px;
  top: 100px;
  opacity: 0;
}
.startbox .start .but a:hover {
  color: #fe1d97;
  text-indent: -30px;
}
.startbox .start .but a:hover img {
  right: 40px;
  top: 25px;
  opacity: 1;
}
.contact {
  width: 1080px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.contact ul {
  overflow: hidden;
  margin-top: 90px;
}
.contact ul li {
  float: left;
  width: 300px;
  height: 100px;
  background: #405698;
  border-radius: 10px;
  position: relative;
  margin-left: 90px;
  padding: 15px 0;
  overflow: hidden;
  padding-left: 60px;
}
.contact ul li span {
  font-size: 20px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #FFFFFF;
  height: 60px;
  top: 0;
  line-height: 60px;
  position: relative;
  margin-left: 20px;
}
.contact ul li img {
  float: left;
}
.contact ul li .icon8 {
  position: absolute;
  right: 185px;
  top: 170px;
}
.contact ul li:hover span {
  top: -10px;
}
.contact ul li:hover .icon8 {
  position: absolute;
  right: 120px;
  top: 59px;
}
.contact ul li:first-child {
  padding: 21px 0;
  background: #368ce3;
  padding-left: 45px;
  margin-left: 0;
}
.contact ul li:last-child {
  padding: 15px 0;
  padding-left: 50px;
  background: linear-gradient(90deg, rgba(77, 88, 185, 0.72), rgba(200, 78, 110, 0.72));
}
.startbox::after {
  top: -39px;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 40px solid #3a3185;
  border-left-width: 100vw;
}
.startbox::before {
  bottom: -39px;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 40px solid transparent;
  border-right: 40px solid #3a3185;
  border-bottom: 40px solid transparent;
  border-left: 0px solid #000;
  border-right-width: 100vw;
}
.title {
  text-align: center;
  font-size: 30px;
  font-family: Source Han Sans SC;
  font-weight: bold;
  color: #FE1D97;
  position: relative;
  padding-bottom: 33px;
}
.title::after {
  content: '';
  width: 100px;
  height: 2px;
  background: linear-gradient(90deg, #FE1D97, #6CC4C7);
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: 0;
}
.benefits1 {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 40px;
  position: relative;
  z-index: 1;
  top: 60px;
}
.benefits1 .fame {
  padding-top: 20px;
}
.benefits1 .fame span {
  font-size: 36px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #393185;
}
.benefits1 .fame img {
  width: 53px;
  margin-top: 30px;
}
.benefits1 ul {
  float: left;
  overflow: hidden;
  margin-right: 85px;
}
.benefits1 ul li {
  cursor: pointer;
  float: left;
  width: 230px;
  height: 300px;
  background: linear-gradient(180deg, #a262cc, #ffffff);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  padding-top: 60px;
  margin-left: 30px;
}
.benefits1 ul li p {
  margin-top: 70px;
  padding: 0 25px;
  font-size: 20px;
  font-weight: 500;
  color: #383852;
  text-align: center;
}
.benefits1 ul li span {
  display: block;
  margin: 0 auto;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  padding-top: 15px;
}
.benefits1 ul li span img {
  display: block;
  margin: 0 auto;
}
.benefits1 ul li span .d {
  display: none;
}
.benefits1 ul li:hover span .d {
  display: block;
}
.benefits1 ul li:hover span .b {
  display: none;
}
.benefits1 ul li:hover .a1 {
  background: #a262cc;
}
.benefits1 ul li:hover .a2 {
  background: #ec6772;
}
.benefits1 ul li:hover .a3 {
  background: #5fbef6;
}
.benefits1 ul li:hover .a4 {
  background: #6cc4c7;
}
.benefits1 ul li:first-child {
  margin-left: 0;
}
.benefits2box {
  padding-top: 150px;
  background: #393185;
  position: relative;
}
.benefits2box::after {
  top: -100px;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 100px solid transparent;
  border-right: 100px solid #3a3185;
  border-bottom: 0px solid transparent;
  border-left: 0px solid #000;
  border-right-width: 100vw;
}
.benefits2 {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 56px;
  position: relative;
}
.benefits2 .fame {
  position: absolute;
  bottom: 120px;
}
.benefits2 .fame span {
  font-size: 36px;
  font-weight: 500;
  color: #FFFFFF;
  display: block;
  margin-top: 30px;
}
.benefits2 ul {
  float: right;
  overflow: hidden;
}
.benefits2 ul li {
  float: left;
  margin: 0 56px;
  width: 270px;
  height: 273px;
  padding-top: 60px;
  background: url(../images/b2.png) no-repeat center;
}
.benefits2 ul li span {
  width: 60px;
  height: 60px;
  background: #A262CC;
  display: block;
  border-radius: 50%;
  padding-top: 15px;
  margin: 0 auto;
}
.benefits2 ul li span img {
  display: block;
  margin: 0 auto;
}
.benefits2 ul li span .e {
  display: none;
}
.benefits2 ul li .ab {
  background: #ec6772;
}
.benefits2 ul li .ac {
  background: #5fbef6;
}
.benefits2 ul li p {
  margin-top: 45px;
  font-size: 20px;
  font-weight: 500;
  color: #383852;
  text-align: center;
}
.benefits2 ul li img {
  position: relative;
}
.benefits2 ul li:first-child {
  margin: 0;
  background: url(../images/b1.png) no-repeat center;
}
.benefits2 ul li:hover span .e {
  display: block;
}
.benefits2 ul li:hover span .e1 {
  display: none;
}
.benefits2 ul li:hover .aa {
  background: rgba(162, 98, 204, 0.1);
}
.benefits2 ul li:hover .ab {
  background: rgba(236, 103, 114, 0.1);
}
.benefits2 ul li:hover .ac {
  background: rgba(95, 190, 246, 0.1);
}
.benefits2 ul li:last-child {
  margin: 0;
  background: url(../images/b3.png) no-repeat center;
}
.writingbox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 215px;
  position: relative;
}
.writingbox .l {
  position: absolute;
  width: 500px;
  z-index: 1;
  height: 600px;
  background: #393185;
  padding-top: 70px;
  top: -40px;
}
.writingbox .l span {
  font-size: 26px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #FFFFFF;
  display: block;
  text-align: center;
}
.writingbox .l ul {
  margin-top: 60px;
}
.writingbox .l ul li {
  height: 66px;
  line-height: 66px;
  position: relative;
  padding-left: 97px;
}
.writingbox .l ul li img {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  left: 55px;
}
.writingbox .l ul li p {
  font-size: 20px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #FFFFFF;
}
.writingbox .r {
  float: right;
  width: 1100px;
}
.writingbox .r .title {
  position: relative;
  right: -20%;
  margin-bottom: 70px;
}
.writingbox .r .rbox {
  background: #eff9fe;
  height: 500px;
  position: relative;
}
.writingbox .r .rbox .ff {
  position: absolute;
  bottom: 0;
  padding-top: 100px;
  right: 0;
  background: #fff;
  width: 550px;
  height: 450px;
  font-size: 26px;
  font-family: Source Han Sans SC;
  font-weight: 500;
  color: #222222;
  line-height: 48px;
  text-align: right;
  overflow: hidden;
}
.writingbox .r .rbox .ff p {
  float: righ;
  margin-bottom: 40px;
}
.writingbox .r .rbox div {
  overflow: hidden;
}
.writingbox .r .rbox a {
  display: block;
  width: 200px;
  height: 60px;
  line-height: 60px;
  background: #393185;
  border-radius: 5px;
  margin-bottom: 20px;
  float: right;
  font-size: 24px;
  font-family: Source Han Sans SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}
.writingbox .r .rbox a img {
  position: absolute;
  right: 300px;
  top: 50%;
  margin-top: 108px;
}
.writingbox .r .rbox a:hover {
  background: rgba(57, 49, 133, 0.9);
}
.writingbox .r .rbox a:hover img {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8px;
}
.banner {
  margin-top: 80px;
}
.banner .title {
  margin-bottom: 70px;
}
#certify {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
#certify .swiper-container {
  padding-bottom: 5px;
}
#certify .swiper-pagination {
  position: relative;
  text-align: center;
  margin-top: 30px;
}
#certify .swiper-pagination span {
  width: 100px;
  height: 4px;
  background: #6DC3C7;
  opacity: 0.4;
  border-radius: 0;
}
#certify .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f85f9f;
  opacity: 1;
}
#certify .swiper-slide {
  width: 500px;
  height: 260px;
  background: #FFFFFF;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.28);
  border-radius: 10px;
}
#certify .swiper-slide p {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-family: HarmonyOS Sans Condensed;
  font-weight: 500;
  color: #222222;
}




.join{
	width: 1200px;
	height: 340px;
	background: #EFF9FE;
	display: block;
	margin: 0 auto;
	padding-top: 62px;
	text-align: center;
	margin-top: 40px;
}
.join p{
	color: #222222;
	font-size: 44px;
	line-height: 1;
	margin-bottom: 30px;
	font-weight: bold;
}
.join span{
	color: #222222;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 54px;
	display: block;
}
.join a{
	width: 310px;
	height: 68px;
	line-height: 68px;
	background: linear-gradient(90deg, #F46B97, #FB8E90);
	box-shadow: 5px 12px 35px 0px rgba(244,107,151,0.4);
	border-radius: 34px;
	display: block;
	margin: 0 auto;
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	color:#fff;
}
.attentionBox{
	width: 1200px;
	margin: 0 auto;
}
.attentionBox  .attention{
	width: 1100px;
	background: #FEF9F4;
	border-radius: 26px;
	margin: 0 auto;
	padding: 0 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 32px;
	font-family: Arial;
	font-weight: 400;
	color: #818890;
	line-height: 48px;
}
.attentionBox  .attention p{
	font-size: 32px;
	line-height: 1;
	color: #595F75;
	text-align: center;
	margin-bottom: 20px;
}
.abox{
	display: flex;
	margin-top: 130px;
	position: relative;
}
.abox .xian{
	    width: 439px;
	    height: 447px;
	    left: -276px;
	    position: absolute;
	    top: -260px;
}
.abox div img{
	display: block;
	width: 270px;
	height: 270px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	overflow: hidden;
}
.abox span{
	font-size: 48px;
	font-family: Arial;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	display: block;
	margin-bottom: 80px;
	text-align: center;
}
.abox ul li{
	margin-bottom: 48px;
	overflow: hidden;
	position: relative;
	padding-left: 32px;
}

.abox ul li >em{
	display: block;
	font-size: 22px;
	font-family: Arial;
	font-weight: bold;
	position: absolute;
	left: 0;
	color: #222222;
}
.abox ul li  div{
	
}
.abox ul li  div i{
	color: #FE1D97;
	font-size: 22px;
	line-height: 30px;
	display: block;
}
.abox ul li  div em{
	color: #222222;
	font-size: 22px;
	line-height: 30px;
}




.abox .Team{
	flex: 1;
}
.abox .Promotion{
	width: 435px;
	margin-right: 58px;
}

.Team ul li{
	margin-bottom: 38px;
}
.banner1 img{
	width: 100%;
}
.table img{
	display: block;
	margin: 0 auto;
}
.test-p{
	font-size: 32px;
	font-family: FZLTHProS;
	width: 1200px;
	margin: 0 auto;
	font-weight: 400;
	color: #222222;
	margin-bottom: 80px;
	margin-top: 30px;
	line-height: 54px
}
.banner1{
	margin-top: 70px;
}
.yd{
	  display: none;
  }
  .pc{
  	  display: block;
  }
  .banner1 img.table1 {
     width: auto;
	 display: block;
	 margin: 0 auto;
  }
@media screen and (max-width: 1000px) {
  .pcNav,
  .writingbox,
  .attentionBox,
  .benefits1 ,.test-p{
    width: 100%;
    padding: 20px;
  }
  .abox .Promotion{
	  width: auto;
	  flex:1;
  }
  .join,.attentionBox .attention{
	  width: auto;
	  margin: 0 20px;
	  height: auto;
	  padding: 20px;
  }
  .join p{
	  font-size: 24px;
  }
  .join span{
	  font-size: 20px;
	  margin-bottom: 30px;
  }
  .join a{
	  width: 120px;
	  height:40px;
	  line-height: 40px;
	font-size: 16px;
  }
  .abox .xian{
	  display: none;
  }
  .novelLane .but,
  .contact,
  .why,
  .hot ul {
    width: 100%;
    padding: 0 30px;
  }
  .attentionBox .attention p{
	  margin-bottom: 20px;
  }
  .abox ul li div i,.abox ul li div em{
  	  font-size: 18px;
	  line-height: 24px;
  }
  .attentionBox .attention{
	  font-size: 20px;
	  line-height: 1.8;
  }
  .abox span{
	  font-size: 24px;
  }
  .hot ul li {
    width: 50%;
    margin: 0;
    margin-bottom: 20px;
  }
  .hot ul li img {
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .why ul,
  .why ul li:first-child {
    text-align: center;
  }
  .why ul li,
  .why ul li:nth-child(even),
  .why ul li:first-child {
    width: 42%;
    margin: 2%;
    float: none;
    display: inline-block;
  }
  .novelLane .but {
    text-align: center;
  }
  .startbox {
    padding-top: 30px;
    padding-bottom: 60px;
    height: auto;
  }
  .novelLane .but a {
    float: none;
    margin: 0 20px;
    display: inline-block;
  }
  .contact ul li:first-child,
  .contact ul li:last-child,
  .contact ul li {
    padding: 0;
    width: 29%;
    margin: 0 2%;
    padding: 30px 0;
    height: auto;
  }
  .contact ul li:first-child img,
  .contact ul li:last-child img,
  .contact ul li img {
    height: 50px;
    display: block;
    margin: 0 auto;
  }
  .contact ul li:first-child span,
  .contact ul li:last-child span,
  .contact ul li span {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    display: block;
    margin-top: 20px;
    height: auto;
  }
  .benefits1 ul {
    float: none;
    text-align: center;
  }
  .benefits1 {
    margin-top: 0px;
  }
  .benefits1 ul {
    margin: 0;
  }
  .benefits2box {
    padding-top: 100px;
  }
  .benefits2box .benefits2 {
    width: 100%;
  }
  .benefits2box .benefits2 ul {
    float: none;
    text-align: center;
  }
  .benefits2box .benefits2 ul li,
  .benefits2box .benefits2 ul li:first-child {
    float: none;
    display: inline-block;
    width: 30%;
    margin: 0 4%;
  }
  .benefits1 ul li,
  .benefits1 ul li:first-child {
    width: 40%;
    margin: 20px;
    float: none;
    display: inline-block;
    height: auto;
    padding-top: 3vw;
    padding-bottom: 4vw;
  }
  .benefits1 ul li p,
  .benefits1 ul li:first-child p {
    margin-top: 3vw;
  }
  .fame {
    display: none;
  }
  #certify {
    width: 100%;
  }
  .banner {
    margin-top: 40px;
  }
  .writingbox {
    margin-top: 120px;
  }
  .writingbox .r {
    float: none;
    width: 100%;
  }
  .writingbox .r .title {
    left: 0;
  }
  .writingbox .r .rbox {
    background-color: #fff;
    height: auto;
  }
  .writingbox .r .rbox .ff {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 20px;
    height: auto;
    margin-bottom: 30px;
  }
  .writingbox .r .rbox .joinBox {
    overflow: hidden;
  }
  .writingbox .r .rbox .joinBox div {
    width: 50%;
    float: left;
  }
  .writingbox .r .rbox .joinBox div a {
    float: none;
    margin: 0 auto;
  }
  .writingbox .l {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .benefitsBox {
    margin-top: 120px;
  }
}
@media screen and (max-width: 550px) {
	
	.pcNav > a img {
	    display: block;
	    float: left;
	    width: 150px;
	    top: 0px; 
	}
	.pcNav ul {
	    float: right;
	    margin-top: 10px;
	}
  .pcNav {
    width: 100%;
    padding: 10px;
    height: auto;
  }
  .test-p{
	  width: 100%;
	  padding: 20px;
	  font-size: 20px;
	  line-height: 1.7;
	  margin: 0;
  }
  .pcNav ul li {
    margin-left: 30px;
  }
  .novelLane {
    margin-top: 120px;
  }
  .novelLane p {
    font-size: 18px;
    line-height: 1.5;
    width: auto;
    text-align: center;
  }
  .novelLane img {
    width: 100%;
  }
  .novelLane span {
    width: 100%;
    font-size: 14px;
    margin-top: 40px;
    padding: 0 30px;
  }
  .novelLane .but,
  .contact,
  .hot ul {
    margin-top: 30px;
  }
  .novelLane .but a {
    width: 40%;
    height: 36px;
    line-height: 36px;
    padding: 0;
    margin: 0 10px;
    display: inline-block;
    font-size: 14px;
  }
  .novelLane .but a img {
    display: none;
  }
  .novelLane .but a:last-child {
    float: none;
    /* margin: 0 auto; */
  }
  .hot {
    margin-top: 40px;
  }
  .hot .swiper-slide img {
    display: block;
    margin: 0 auto;
  }
  .hot .title {
    margin-bottom: 20px;
  }
  .why .title {
    margin-bottom: 20px;
  }
  .why ul {
    text-align: center;
  }
  .why ul li,
  .why ul li:nth-child(even) {
    width: 45%;
    margin: 2%;
    margin-bottom: 20px;
    display: inline-block;
    height: 200px;
    padding: 20px 0;
  }
  .why ul li span,
  .why ul li:nth-child(even) span {
    font-size: 16px;
  }
  .why ul li p,
  .why ul li:nth-child(even) p {
    font-size: 14px;
  }
  .startbox {
    margin-top: 90px;
    margin-bottom: 80px;
  }
  .startbox .start {
    width: 100%;
  }
  .startbox .start span {
    font-size: 16px;
    margin-top: 20px;
  }
  .startbox .start .but {
    margin-top: 40px;
    text-align: center;
  }
  .startbox .start .but a {
    float: none;
    display: inline-block;
    width: 37%;
    margin: 0 5%;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
  }
  .startbox .start p {
    font-size: 14px;
  }
  .contact ul {
    margin-top: 30px;
  }
  .contact ul li:first-child,
  .contact ul li:last-child,
  .contact ul li {
    float: none;
    width: 100%;
    margin: 20px 0;
    padding: 10px 0;
  }
  .contact ul li:first-child span,
  .contact ul li:last-child span,
  .contact ul li span {
    margin-top: 10px;
  }
  .why {
    width: 100%;
    margin-top: 40px;
  }
  .title {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .pc {
    display: none;
  }
  .yd {
    display: block;
  }
  .benefits1 {
    top: 20px;
  }
  .benefits1 ul li,
  .benefits1 ul li:first-child {
    margin: 0 2%;
    width: 45%;
    margin-bottom: 20px;
    height: 180px;
    overflow: hidden;
  }
  .benefits1 ul li p {
    font-size: 14px;
  }
  .benefits2box {
    padding-top: 40px;
  }
  .benefits2box .benefits2 ul li,
  .benefits2box .benefits2 ul li:first-child {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    background: #fff;
    margin-bottom: 12px;
    border-radius: 5px;
    padding-bottom: 10px;
    display: flex;
    padding-left: 30px;
  }
  .benefits2box .benefits2 ul li p,
  .benefits2box .benefits2 ul li:first-child p {
    -webkit-box-flex: 1;
    flex: 1;
    line-height: 60px;
    font-size: 14px;
    margin-top: 0;
    text-align: left;
    margin-left: 30px;
  }
  .writingbox {
    margin-top: 20px;
  }
  .writingbox .r .title {
    margin-bottom: 20px;
  }
  .writingbox .r .rbox .ff p {
    line-height: 1.5;
    text-align: center;
    font-size: 16px;
  }
  .writingbox .r .rbox > div {
    width: 95%;
  }
  .writingbox .r .rbox a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .writingbox .r .rbox .joinBox div {
    width: 40%;
    margin: 0 5%;
  }
  .writingbox .l {
    height: auto;
    padding-top: 20px;
    border-radius: 10px;
  }
  .writingbox .l span {
    font-size: 18px;
  }
  .writingbox .l ul {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .writingbox .l ul li {
    height: auto;
    line-height: 1.3;
    padding: 10px;
    padding-left: 40px;
  }
  .writingbox .l ul li img {
    left: 10px;
  }
  .writingbox .l ul li p {
    font-size: 14px;
  }
  .banner {
    width: 100%;
    padding: 0 20px;
  }
  .banner .title {
    margin-bottom: 20px;
  }
  #certify .swiper-pagination span {
    width: 15px;
  }
  .contact ul li:hover .icon8 {
    display: none;
  }
  .writingbox .r .rbox .joinBox div {
    margin: 0 auto;
    float: none;
  }
  .why {
    width: 100%;
  }
  .benefitsBox {
    margin-top: 120px;
  }
  #certify .swiper-slide {
    width: 100%;
    height: auto;
  }
  #certify .swiper-slide p {
    font-size: 14px;
  }
  .contact ul li:first-child {
    padding-left: 30px !important;
  }
  .contact ul li:first-child img {
    margin-right: 0px;
  }
  .contact ul li:last-child {
    padding-left: 41px !important;
  }
  .contact ul li:last-child img {
    margin-right: 30px;
  }
  .contact ul li {
    padding-left: 52px !important;
  }
  .contact ul li a {
    display: block;
  }
  .contact ul li img {
    margin-right: 40px;
  }
  .contact ul li:first-child span,
  .contact ul li:last-child span,
  .contact ul li span {
    height: auto;
    margin-top: 0;
  }
  
  .abox .Promotion{
  	  width: auto;
  	  flex:1;
  }
  .join,.attentionBox .attention{
  	  width: auto;
  	  margin: 0 10px;
  	  height: auto;
  	  padding: 20px;
	  font-size: 18px;
	  line-height: 26px;
  }
  .attentionBox .attention p{
	  font-size: 20px;
	  margin-bottom: 20px;
  }
  .join p{
  	  font-size: 24px;
	  margin-bottom: 15px;
  }
  .join span{
  	  font-size: 20px;
  	  margin-bottom: 30px;
  }
  .join a{
  	  width: 120px;
  	  height:40px;
  	  line-height: 40px;
  	font-size: 16px;
  }
  .abox{
	  display: block;
	  margin-top: 20px;
  }
  .abox .Promotion{
	  margin-right: 0;
  }
  .abox div img{
	  width: 80%;
	  height: auto;
  }
  .abox span{
	  font-size: 20px;
	  margin-bottom: 10px;
  }
  .abox ul li{
	  margin-bottom: 20px;
  }
  .abox ul li div i,.abox ul li div em{
	  margin-bottom: 15px;
	  font-size: 18px;
	  line-height: 20px;
  }
  .abox .xian{
  	  display: none;
  }
  .banner1{
  	margin-top: 65px;
  }
  .banner1 img.table1 {
      position: relative;
      width: 80%;
      margin: 0 auto;
	   margin-top: 10px;
  }
  .pc{
  	  display: none;
  }
  .yd{
  	  display: block;
  }
  .attentionBox{
	  padding-top: 0;
  }
}

