.mk {
  margin-top: 40px;
margin-bottom: 79px;
}

.mk .content {
  height: 530px;
  background: url(../img/mk.png) no-repeat;
  background-size: 100%;
  padding: 25px 21px 25px 0;
  justify-content: flex-end;
  box-shadow: 0px 0px 50px 0px rgba(241, 90, 7, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.mk .content>div {
  width: 570px;
  height: 100%;
  background-color: #ffeea8;
  border-radius: 20px;
  padding: 28px 29px 0;
}
.mk .content .reward{
  width: 100%;
  height: 380px;
	background-color: #fefefe;
	border-radius: 12px;
  padding: 27px 21px 0;
}
.mk .content .reward>p{
  font-family: 'PingFangBold';
  font-size: 30px;
	line-height: 30px;
  height: 30px;
	color: #000000;
  margin-bottom: 30px;
}
.mk .content .reward>p em{
  font-family: 'PingFangMedium';
  font-size: 22px;
  display: inline-block;
  margin-left: 11px;
}
.mk .content .reward>p span{
  color: #ff4900;
  line-height: 32px;
  display: inline-block;
}
.mk .content .reward>p:nth-child(3){
  margin-bottom: 18px;
  border-bottom: dashed 1px #e5e5e5;
  height: 54px;
  padding-bottom: 22px;
}
.mk .content .reward>div{
  height: auto;
    align-items: stretch;
}
.mk .content .reward>div:nth-child(3){
  margin-bottom: 25px;
}
.mk .content .reward>div span{
  width: 140px;
	background-color: #ffce00;
	border-radius: 10px;
  font-family: 'PingFangBold';
  font-size: 26px;
	line-height: 30px;
	color: #000000;
  text-align: center;
  margin-right: 37px;
  flex-shrink: 0;
}
.mk .content .reward>div p{
  font-family: 'PingFangBold';
  font-size: 20px;
	line-height: 40px;
	color: #000000;
}
.mk .content>div>p{
	height: 50px;
  font-family: 'PingFangBold';
  font-size: 18px;
	line-height: 30px;
	color: #000000;
  padding: 0 35px;
  margin-top: 11px;
}
.mk .content>div>p span{
  font-size: 18px;
  color: #ffffff;
  width: 180px;
	height: 50px;
	background: url(../img/bm.png) no-repeat;
  background-size: 100%;
	box-shadow: 0px 0px 30px 0px 
		rgba(205, 73, 0, 0.5);
    border-radius: 50px;
    margin-left: 20px;
    cursor: pointer;
}
.section {
  margin-bottom: 100px;
}

.section.mar {
  margin-bottom: 79px;
}

.section .title {
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 50px;
  line-height: 50px;
  color: #e35c02;
  margin-bottom: 48px;
}

.section .title img {
  margin: 0 15px;
}

.section .btn-box .btn {
  width: 230px;
  height: 102px;
  background: url(../img/btn.png) no-repeat;
  background-size: 100%;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(182, 65, 0, 0.5);
  padding-top: 27px;
}

.section .btn-box .btn:nth-child(2) {
  margin-left: 70px;
}

.section1 {
  margin-top: 0;
}

.section1 .content {
  width: 100%;
  height: 220px;
  background: url(../img/section1_form.png) no-repeat;
  background-size: 100% 100%;
  background-position: bottom;
  border-radius: 0;
}

.section1 .top {
  padding-left: 301px;
  padding-top: 41px;
  height: 305px;
}

.section1 .tags {
  margin-bottom: 36px;
}

.section1 .tags>div {
  width: 120px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  border: solid 2px #f37602;
  font-size: 20px;
  font-weight: 700;
  color: #e35c02;
  margin-right: 26px;
  cursor: pointer;
  transition: all .2s;
}

.section1 .tags>div:hover {
  color: #ffffff;
  background: #f37602;
  transition: all .2s;
}

.section1 .top li {
  font-family: 'AlibabaPuHuiTiRegular';
  height: 36px;
  font-size: 18px;
  color: #602700;
  background: linear-gradient(to right, #fff5e2, #ffffff);
  border-radius: 18px;
  width: 192px;
  padding-left: 21px;
}

.section1 .top ul:nth-child(1) {
  padding-left: 98px;
  margin-bottom: 26px;
}

.section1 .top ul:nth-child(1) li:nth-child(1) {
  margin-right: 58px;
}

.section1 .top ul:nth-child(1) li:nth-child(2) {
  margin-right: 94px;
}

.section1 .top ul:nth-child(2) {
  padding-left: 30px;
  margin-bottom: 19px;
}

.section1 .top ul:nth-child(2) li:nth-child(1) {
  margin-right: 30px;
}

.section1 .top ul:nth-child(2) li:nth-child(2) {
  width: 261px;
  margin-right: 41px;
}

.section1 .top ul:nth-child(3) {
  padding-left: 67px;
}

.section1 .top ul:nth-child(3) li:nth-child(1) {
  width: 268px;
  margin-right: 30px;
}

.section1 .top ul:nth-child(3) li:nth-child(2) {
  margin-right: 60px;
}

.section1 .form-box {
  width: 1200px;
  margin: 0 auto;
  height: 220px;
  text-align: center;
  padding: 28px 32px 0 48px;
}

.section1 .form-box h3 {
  font-family: 'AlimamaShuHeiTiBold';
  font-size: 35px;
  font-weight: normal;
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 19px;
}

.section1 .form-box p {
  font-size: 16px;
  line-height: 16px;
  height: 39px;
  color: #ffffff;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 25px;
}

.section1 .item {
  width: 310px;
  height: 40px;
  background-color: #ffffff;
  overflow: hidden;
  margin-right: 15px;
}

.section1 .item.mar {
  margin-right: 20px;
}

.section1 .item input,
.section1 .item select {
  width: 100%;
  height: 100%;
  padding-left: 13px;
}

.section1 .item select {
  background: #ffffff url(../img/arrow.png) no-repeat;
  background-size: 4%;
  background-position: 95% center;
}

.section1 .btn {
  width: 140px;
  height: 40px;
  background-image: linear-gradient(0deg,
      #ffd200 0%,
      #f9e14c 100%,
      #84ad65 100%,
      #0f797e 100%);
  box-shadow: 0px 0px 50px 0px rgba(241, 90, 7, 0.2);
  border-radius: 19px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}


.section2 .tab-box {
  margin-bottom: 30px;
}

.section2 .tab-box>div {
  width: 160px;
  height: 60px;
  background-color: #ffca62;
  border-radius: 4px;
  font-family: 'AvantiBold';
  font-size: 20px;
  font-weight: 700;
  color: #703208;
  cursor: pointer;
}

.section2 .tab-box>div.active {
  background-color: #f15a07;
  color: #ffffff;
}

.section2 .projectbox {
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(241, 90, 7, 0.2);
  border-radius: 10px;
  font-family: 'PingFangMedium';
  font-size: 16px;
  color: #333333;
  overflow: hidden;
}

.section2 .project {
  width: 1202px;
  margin: 0 auto;
  position: relative;
  left: -1px;
  top: -1px;
  display: none;
}

.section2 .project.active {
  display: block;

}

.section2 th {
  font-family: 'PingFangBold';
  color: #ffffff;
  height: 60px;
  background: #ff8949;
}

.section2 td {
  height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #ffca62;
}

.section2 tr:last-child td {
  border-bottom: none;
}

.section2 .t td:nth-child(1) {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #703208;
}

.section2 .project .thead>div {
  width: 20%;
  font-family: 'PingFangBold';
  color: #ffffff;
  height: 60px;
  background: #ff8949;
}

.section2 .project .list {
  align-items: flex-start;
}

.section2 .project .list>ul {
  width: 20%;
}

.section2 .project .list>ul li {
  height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  border: 1px solid #ffca62;
  border-top: none;
  border-left: none;
}

.section2 .project .list>ul li.b {
  border-left: 1px solid #ffca62;
}

.section2 .project .list ul:last-child li {
  border-right: none;
}

.section2 .btn-box {
  margin-top: 30px;
}

.section3 .title {
  margin-bottom: 21px;
}

.section3>p {
  font-family: 'PingFangMedium';
  font-size: 24px;
  line-height: 24px;
  color: #703208;
  margin-bottom: 49px;
}


.section3 .content.mar {
  margin-bottom: 60px;
}

.section3 .left {
  width: 850px;
  height: 240px;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(241, 90, 7, 0.2);
  border-radius: 10px;
  padding: 40px 0 0 30px;
}

.section3 .left .item>div {
  align-items: flex-start;
}

.section3 .left .item>div:nth-child(1) {
  margin-bottom: 30px;
}

.section3 .left .item b {
  width: 120px;
  height: 40px;
  background-color: #ffcf91;
  border-radius: 19px;
  font-family: 'PingFangBold';
  font-size: 20px;
  color: #7c4810;
  flex-shrink: 0;
  margin-right: 28px;
  font-weight: normal;
}

.section3 .left .item ul {
  flex-wrap: wrap;
}

.section3 .left .item li {
  width: 145px;
  height: 40px;
  font-family: 'PingFangMedium';
  font-size: 18px;
  color: #000000;
}

.section3 .left .item li span {
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: #ffffff;
  border: solid 2px #e5e5e5;
  margin-right: 12px;
  flex-shrink: 0;
  cursor: pointer;
}

.section3 .left .item li.active span {
  background-color: #fe6018;
  border: solid 3px #ffca62;
}

.section3 .right {
  width: 340px;
  height: 240px;
  background-color: #f15a07;
  box-shadow: 0px 0px 50px 0px rgba(241, 90, 7, 0.2);
  border-radius: 10px;
  padding: 46px 20px 0;
}

.section3 .form {
  width: 100%;
}

.section3 .form .item,
.section3 .form input {
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  font-size: 14px;
  color: #808080;
  border-radius: 4px;
}

.section3 .form .item {
  margin-bottom: 15px;
}

.section3 .form .item.mar {
  margin-bottom: 27px;
}

.section3 .form input {
  padding-left: 14px;
}

.section3 .form .btn {
  width: 140px;
  height: 40px;
  background-image: linear-gradient(0deg,
      #ffd200 0%,
      #f9e14c 100%,
      #84ad65 100%,
      #0f797e 100%);
  box-shadow: 0px 0px 50px 0px rgba(241, 90, 7, 0.2);
  border-radius: 19px;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin: 0 auto;
}

.section10 .intr_box {
  /* background: #ffa61a */
}

.section10 .intr {
  height: 410px;
  background: url(../img/section3_bg.png) no-repeat;
  background-size: 100%;
  padding: 67px 0 0 57px;
  margin-bottom: 48px;
}

.section10 .intr .item {
  height: 70px;
  margin-bottom: 34px;
}

.section10 .intr .item img {
  width: 123px;
  margin-right: 19px;
}

.section10 .intr .item .num {
  font-family: 'AvantiBold';
  font-size: 70px;
  height: 51px;
  line-height: 54px;
  align-items: baseline;
  color: #eb5f00;
  margin-right: 25px;
}

.section10 .intr .item .num em {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  left: -5px;
}

.section10 .intr .item h4 {
  font-size: 20px;
  line-height: 20px;
  color: #eb5f00;
  margin-bottom: 11px;
}

.section10 .intr .item p {
  font-size: 14px;
  line-height: 16px;
  color: #703208;
  height: 32px;
}

.section4>div:nth-child(2) {
  width: 100%;
  height: 500px;
  /* background: url(../img/section4_bg.png) no-repeat;
  background-position: top center; */
  margin-bottom: 38px;
  padding-top: 50px;
}

.section4 ul {
  flex-wrap: wrap;
}

.section4 li {
  margin-bottom: 40px;
  width: 370px;
  height: 180px;
  background-image: linear-gradient(60deg,
      #fff5e2 0%,
      #ffffff 100%);
  box-shadow: 0px 0px 50px 0px rgba(241, 90, 7, 0.2);
  border-radius: 90px;
  padding: 39px 0 0 57px;
  position: relative;
  border: 2px solid #f15a01;
}

.section4 li h4 {
  font-size: 20px;
  line-height: 20px;
  color: #703208;
  margin-bottom: 18px;
}

.section4 li p {
  font-size: 14px;
  line-height: 24px;
  color: #5f2904;
}

.section4 li span {
  font-family: 'AvantiBold';
  font-size: 150px;
  color: #f15a07;
  opacity: 0.1;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.section5{
  margin-bottom: 0;
margin-top: 79px;
}
.section5 .content1 {
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(241, 90, 7, 0.2);
  border-radius: 10px;
  margin-bottom: 38px;
  padding: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.section5 .content1>div {
  width: 540px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 39px;
  border: solid 2px #ffe9c0;
  margin-top: 30px;
}

.section5 .content1>div:nth-child(1),
.section5 .content1>div:nth-child(2) {
  margin-top: 0;
}

.section5 .content1>div>div {
  width: 207px;
  height: 80px;
  background-color: #ff8943;
  border-radius: 39px;
  font-family: 'PingFangBold';
  font-size: 24px;
  color: #ffffff;
  flex-shrink: 0;
  margin-right: 18px;
}

.section5 .content1>div p {
  font-family: 'PingFangMedium';
  font-size: 20px;
  line-height: 30px;
  color: #333333;
}
.section7{
  margin-bottom: 60px;
}
.section7 .content2 {
  width: 1200px;
  margin: 40px auto 0;
  height: 190px;
  background: url(../img/section5_bg.png) no-repeat;
  background-size: 100%;
}

.section7 .content2 .content {
  height: 190px;
  padding-top: 38px;
  padding-left: 55px;
  padding-bottom: 40px;
  align-items: stretch;
  position: relative;
}

.section7 .content2 h3 {
  font-family: 'AlimamaShuHeiTiBold';
  font-size: 45px;
  font-weight: normal;
  line-height: 45px;
  color: #ffffff;
  text-shadow: 0px 0px 27px rgba(137, 66, 36, 0.4);
  margin-bottom: 23px;
}

.section7 .content2 p {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}

.section7 .content2 ul {
  width: 376px;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-left: 56px;
}

.section7 .content2 li {
  width: 110px;
  height: 46px;
  background: url(../img/li_bg.png);
  background-size: 100%;
  border-radius: 22px;
  font-family: 'AlimamaShuHeiTiBold';
  font-size: 24px;
  color: #703208;
}

.section7 .content2 .yuyue {
  width: 161px;
  height: 161px;
  background: url(../img/yuyue.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  font-family: 'AlibabaPuHuiTiBold';
  font-size: 30px;
  line-height: 35px;
  color: #703208;
  cursor: pointer;
}

.section6 .data {
  margin-bottom: 60px;
}

.section6 .tv {
  width: 616px;
  height: 356px;
  background: url(../img/tv.png) no-repeat;
  background-size: 100%;
  padding: 20px 70px 36px;
  flex-shrink: 0;
}

.section6 .tv .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.section6 .tv video {
  width: 100%;
  height: 100%;
  background: #000000;
}

.section6 .num_box {
  flex-wrap: wrap;
  width: 100%;
}

.section6 .num {
  width: 50%;
  text-align: center;
}

.section6 .num.mar {
  margin-bottom: 80px;
}

.section6 .num>div {
  font-family: 'AvantiBold';
  font-size: 50px;
  line-height: 50px;
  color: #f15a07;
  margin-bottom: 10px;
  display: block;
  height: 50px;
}

.section6 .num p {
  font-family: 'PingFangBold';
  font-size: 20px;
}

.section6 .content>ul li {
  width: 380px;
  height: 180px;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(241, 90, 7, 0.2);
  border-radius: 10px;
  text-align: center;
  padding: 32px 60px 0;
}

.section6 .content>ul li div {
  font-size: 20px;
  height: 42px;
  padding-bottom: 22px;
  position: relative;
  margin-bottom: 26px;
  color: #703208;
  font-weight: 700;
}

.section6 .content>ul li div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #e6e6e6;
}

.section6 .content>ul li p {
  font-family: 'AlibabaPuHuiTiRegular';
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  opacity: .8;
}

.section6 .btn-box {
  margin-top: 38px;
  margin-bottom: 38px;
}

.section6 .form_box {
  height: 160px;
  background-color: #f15a07;
  border-radius: 10px;
  padding: 30px 40px 0;
}

.section6 .form_box h3 {
  color: #ffffff;
  height: 39px;
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fc7d44;
  margin: 0;
  line-height: 24px;
  margin-bottom: 27px;
  align-items: baseline;
}

.section6 .form_box h3 em {
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  font-weight: normal;
  margin-left: 17px;
}

.section6 .form_box p {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #703208;
  flex-shrink: 0;
  margin-right: 15px;
}

.section6 .form_box .item {
  width: 420px;
  height: 40px;
  background-color: #ffffff;
  overflow: hidden;
  margin-right: 15px;
}

.section6 .form_box .item input {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding-left: 10px;
  font-size: 14px;
}

.section6 .form_box .item.mar {
  margin-right: 20px;
}

.section6 .form_box .btn {
  width: 140px;
  height: 40px;
  background-image: linear-gradient(0deg,
      #ffd200 0%,
      #f9e14c 100%,
      #84ad65 100%,
      #0f797e 100%);
  box-shadow: 0px 0px 50px 0px rgba(241, 90, 7, 0.2);
  border-radius: 19px;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  position: relative;
  top: 0;
  left: 0;
}

.section7 .title {
  margin-bottom: 0;
}

.section7 .tags {
  width: 1200px;
  margin: 34px auto 40px;
  padding: 0 232px;
}

.section7 .tags>div {
  width: 166px;
  height: 40px;
  border-radius: 19px;
  border: solid 1px #703208;
  font-family: 'PingFangBold';
  font-size: 20px;
  color: #703208;
}

.section7 .tab {
  width: 160px;
  height: 60px;
  background-color: #ffca62;
  border-radius: 10px 10px 0px 0px;
  font-size: 22px;
  font-weight: 700;
  color: #703208;
  margin-right: 20px;
  cursor: pointer;
}

.section7 .tab.active {
  background-color: #f15a07;
  color: #ffffff;
}

.section7 .partbox>.part {
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(241, 90, 7, 0.2);
  border-radius: 0px 10px 10px 10px;
  display: none;
}

.section7 .partbox>.part.active {
  display: block;
}

.section7 .partbox .subbox {
  height: 80px;
  background-color: #fff4e0;
  padding-left: 30px;
}

.section7 .partbox .sub {
  width: 150px;
  height: 46px;
  border-radius: 22px;
  border: solid 1px #f15a07;
  font-size: 18px;
  font-weight: 700;
  color: #f15a07;
  margin-right: 15px;
  cursor: pointer;
}

.section7 .partbox .sub.active {
  background-color: #f15a07;
  color: #ffffff;
}

.section7 .partbox .part-content>div {
  padding: 20px;
  display: none;
}

.section7 .partbox .part-content>div.active {
  display: flex;
}

.section7 .partbox .beikao .part-content>div,
.section7 .partbox .kecheng .part-content>div {
  display: block;
}

.section7 .partbox .beikao .part-content>div ul,
.section7 .partbox .kecheng .part-content>div ul {
  overflow-x: scroll;
  padding-bottom: 15px;
}

.section7 .partbox .item {
  min-width: 250px;
  text-align: center;
  font-family: 'PingFangMedium';
  font-size: 16px;
  flex-shrink: 0;
}

.section7 .partbox .item>img {
  height: 150px;
  margin-bottom: 15px;
}

.section7 .partbox .item>p {
  height: 50px;
}

.section7 .partbox .item>p img {
  height: 25px;
  margin-left: 15px;
  cursor: pointer;
}

.section7 .beikao ul>li {
  width: 220px;
  height: auto;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f2f2f2;
  position: relative;
  transition: all .3s;
  top: 0;
  cursor: pointer;
  margin-right: 25px;
  flex-shrink: 0;
  padding-bottom: 10px;
}

.section7 .beikao ul>li .top img {
  height: 158px;
}

.section7 .beikao ul>li:last-child {

  margin-right: 0;
}

.section7 .beikao ul>li .icon {
  font-family: 'Arial-BoldMT';
  width: 46px;
  height: 110px;
  font-size: 70px;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 0.2;
}

.section7 .beikao ul>li:hover {
  top: -5px;
  transition: all .3s;
}

.section7 .beikao ul>li .top {
  width: 100%;
  height: 180px;
  overflow: hidden;
  padding-left: 5px;
}

.section7 .beikao p {
  font-family: 'PingFang Medium';
  margin-left: 20px;
  margin-top: 15px;
  font-size: 15px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section7 .beikao .detail {
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 13px;
}

.section7 .beikao .detail .left {
  width: 135px;
  height: 45px;
  flex-wrap: wrap;
  text-align: center;
  border-right: 1px solid #f2f2f2;
  padding-right: 10px;
}

.section7 .beikao .detail span {
  width: 60px;
  height: 20px;
  background-color: #ff6554;
  border-radius: 3px;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
}

.section7 .beikao .detail span:nth-child(2n) {
  background-color: #a9aeb8;
}

.section7 .beikao .detail img {
  position: relative;
  top: 0;
  /* animation: .7s myfirst infinite linear; */
}

.section7 .kecheng li {
  width: 285px;
  height: auto;
  background-color: #f2f2f2;
  position: relative;
  transition: all .4s;
  top: 0;
  cursor: pointer;
  margin-right: 20px;
  flex-shrink: 0;
}

.section7 .kecheng li:hover img {
  transform: scale(1.1);
  transition: all .3s;
}

.section7 .kecheng .img {
  width: 100%;
  height: 173px;
  overflow: hidden;
}

.section7 .kecheng .img img {
  width: 100%;
  transition: all .3s;

}

.section7 .kecheng .btm {
  padding-left: 20px;
  padding-bottom: 18px;
  padding-top: 18px;
}

.section7 .kecheng p {
  font-size: 16px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section7 .kecheng i {
  font-style: normal;
}

.section7 .kecheng .icon_box span {
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #ff123f;
  border-radius: 3px;
  color: #ffffff;
  font-size: 12px;
  padding: 0 10px;
  margin-right: 5px;
}

.section7 .kecheng .ks {
  font-size: 12px;
  color: #333333;
  margin-top: 10px;
}

.section7 .kecheng .ks b {
  font-size: 14px;
}

.section8 .title {
  margin-bottom: 30px;
}

.section8 .content {
  height: 535px;
  background: url(../img/line.png) no-repeat;
  background-size: 100%;
  overflow: hidden;
}

.section8 ul {
  flex-wrap: wrap;
  padding-left: 102px;
  padding-top: 35px;
  align-items: flex-start;
}

.section8 li {
  width: 33.33%;
  position: relative;
  padding-top: 39px;
}

.section8 li::before {
  content: "";
  width: 21px;
  height: 21px;
  display: block;
  background-image: linear-gradient(60deg,
      #f15a07 0%,
      #ffca62 100%);
  box-shadow: 0px 0px 50px 0px rgba(241, 90, 7, 0.2);
  border: solid 4px #ffffff;
  border-radius: 21px;
  box-sizing: border-box;
  position: absolute;
  left: 30px;
  top: 0;
}

.section8 h4 {
  font-size: 20px;
  line-height: 20px;
  color: #703208;
  margin-bottom: 22px;
}

.section8 p {
  width: 266px;
  font-size: 14px;
  line-height: 24px;
  color: #703208;
}

.section8 li:nth-child(4),
.section8 li:nth-child(5) {
  margin-top: 20px;
}

.section9 {
  margin-bottom: 50px;
}

.section9 a {
  width: 580px;
  height: 240px;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px 0px rgba(241, 90, 7, 0.2);
  border-radius: 10px;
  border: solid 2px #ffffff;
  overflow: hidden;
}

.section9 a img {
  width: 100%;
}

.section10 {
  height: auto;
  background:#000000 url(../img/group_bg.png) repeat-y;
  background-position: top center;
  padding-top: 54px;
  padding-bottom: 30px;
}

.section10 h4 {
  font-family: 'PingFangBold';
  font-size: 30px;
  font-weight: normal;
  line-height: 30px;
  color: #fafafa;
}

.section10 h4 span {
  width: 130px;
  height: 27px;
  background: url(../img/year.png) no-repeat;
  background-size: 100%;
  font-family: 'AvantiBold';
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  margin-left: 15px;
}

.section10 h2 {
  font-family: 'AlimamaShuHeiTiBold';
  font-size: 55px;
  font-weight: normal;
  line-height: 55px;
  color: #fafafa;
  margin: 25px 0 29px 0;
}

.section10 .content>p {
  font-family: 'PingFangMedium';
  font-size: 20px;
  line-height: 20px;
  color: #fafafa;
  margin-bottom: 60px;
}

.section10 .content li {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
}

.section10 .honor {
  margin-top: 35px;
  height: auto;
  background-color: #ffffff;
  padding: 72px 30px 30px;
  position: relative;
}

.section10 .honor .honortit {
  font-size: 24px;
  color: #ffffff;
  width: 196px;
  height: 50px;
  background: url(../img/honor.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -8px;
  left: 0;
  padding-left: 43px;
}

.section10 .swiper-slide {
  width: 270px;
  height: 180px;
  position: relative;
}

.section10 .swiper-slide img {
  width: 100%;
}

.section10 .swiper-slide p {
  font-size: 14px;
  color: #ffffff;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
}

/* layout */
.layout {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 30;
}

.layout>div {
  width: 450px;
  height: auto;
  background-position: top center;
  border-radius: 16px;
  padding-top: 17px;
  padding-bottom: 20px;
}

.layout>div {
  background: #ffffff url(../img/lay_bg.png) no-repeat;
  background-size: 100%;
}

.layout>div.lay_pop {
  display: none;
}

.layout h3 {
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
  letter-spacing: 3px;
  margin-bottom: 39px;
}

.layout h3 span {
  color: #fff713;
}

.layout>div.lay_plan h3 {
  letter-spacing: 0;
  margin-bottom: 0;
}

.layout p {
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  margin: 13px 0 17px;
}

.layout .close {
  width: 35px;
  height: 35px;
  position: absolute;
  top: -45px;
  right: 0;
  cursor: pointer;
}

.layout .close img {
  width: 100%;
}

.layout form {
  flex-wrap: wrap;
  padding: 20px 20px 0;
  background-color: #ffffff;
  border-radius: 12px;
}

.layout .item,
.layout input,
.layout select {
  width: 200px;
  height: 40px;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 40px;
  color: #000000;
}

.layout .item {
  margin-bottom: 5px;
}

.layout .item.mar {
  margin-bottom: 0;
}

.layout input,
.layout select {
  width: 100%;
  padding-left: 10px;
}

.layout input::placeholder {
  color: #b3b3b3;
}

.layout select {
  background: #f5f5f5 url(../img/arrow.png) no-repeat;
  background-size: 5%;
  background-position: 96% center;
}

.layout .item.yzm span {
  width: 88px;
  height: 40px;
  background-color: #000000;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  cursor: pointer;
  flex-shrink: 0;
}

.layout .btn {
  width: 120px;
  height: 40px;
  background-color: #fed206;
  border-radius: 20px;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  margin: 20px auto 0;
}

.layout .lay_pop h3 {
  margin-bottom: 20px;
}

.layout>div.link_box {
  width: 400px;
  height: auto;
  background: #ffffff;
  border-radius: 20px;
  padding: 22px 20px 20px;
}

.layout>div.link_box a {
  font-size: 16px;
  display: block;
  color: #f10000;
  margin-bottom: 5px;
}

.layout>div.link_box span {
  font-size: 14px;
}

.layout>div.ewm h4,
.layout>div.link_box h4 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 24px;
}

.layout>div.link_box h4 {
  margin-bottom: 10px;
}

/* ziliao */
.ziliao {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 30;
}

.ziliao .ziliao_box {
  /* display: none; */
  padding-bottom: 20px;
}

.ziliao .link_box {
  display: none;
}

.ziliao>div {
  width: 460px;
  height: auto;
  background: #ffffff;
  border-radius: 20px;
}

.ziliao .info {
  width: 460px;
  height: 70px;
  background-image: linear-gradient(80deg,
      #fcedd1 0%,
      #f1cf9e 100%);
  border-radius: 20px 20px 0px 0px;
  padding-top: 12px;
}

.ziliao .info p {
  font-size: 18px;
  color: #1a1a1a;
}

.ziliao h3 {
  font-size: 22px;
  color: #1a1a1a;
  margin-top: 8px;
  text-align: center;
}

.ziliao .close,
.leyu_close {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

.ziliao .close img {
  width: 100%;
}

.ziliao form {
  flex-wrap: wrap;
  padding: 25px 25px 0;
}

.ziliao .item,
.ziliao input,
.leyu_box input,
.ziliao select {
  width: 200px;
  height: 45px;
  background-color: #f2f2f2;
  border-radius: 4px;
  font-size: 14px;
  line-height: 45px;
  color: #999999;
}

.ziliao .item {
  margin-bottom: 8px;
}

.ziliao input,
.leyu_box input,
.ziliao select {
  padding-left: 10px;
}

.ziliao select {
  background: #f1f1f1 url(../img/arrow.png) no-repeat;
  background-position: 95% center;
}

.ziliao .item.yzm input {
  width: 100%;
}

.ziliao .item.yzm span {
  width: 100px;
  height: 40px;
  background-color: #333333;
  line-height: 40px;
  font-size: 16px;
  cursor: pointer;
  font-size: 14px;
  color: #ffffff;
  flex-shrink: 0;
}

.ziliao .btn_box {
  margin: 12px auto 0;
}

.ziliao .btn:nth-child(1) {
  margin-right: 30px;
}

.leyu_box .btn {
  width: 160px;
  height: 45px;
  line-height: 45px;
  background-color: #ff6554;
  border-radius: 22px;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 12px auto 0;
}

.ziliao .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  background-color: #ffd391;
  border-radius: 22px;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
}

.ziliao .link_box {
  width: auto;
  height: auto;
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 92px;
  padding-bottom: 15px;
}

.ziliao .link_box .succeed {
  width: 113px;
  height: 113px;
  background: url(../img/succeed.png) no-repeat;
  background-size: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -33px;
  align-items: flex-end;
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}

.ziliao .link_box .line {
  width: 400px;
  height: 1px;
  background-color: #e6e6e6;
  margin: 0 auto;
}

.ziliao .link_box .detail {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 13px;
  padding-bottom: 12px;
}

.ziliao .link_box .detail .link {
  font-size: 14px;
  color: #1a1a1a;
  margin-top: 10px;
}

.ziliao .link_box .detail .link a {
  color: #1a1a1a;
}

.ziliao .link_box .detail .link a:hover {
  color: #f10000;
}