*{
    padding: 0;
    margin: 0;
}
ul,li{
    list-style-type: none;
}
img{
    border: 0;
}
a{
    color: #666;
    text-decoration: none;
}
.w1200{
    margin: 0 auto;
    width: 1200px;
}
.position-f{
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 999;
    top: 0;
    left: 0;
}
.mt99{
    margin-top: 100px;
}
.hide{
    display: none;
}
.h100{
    height: 100px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
  margin-top: 40px;
}
.mt80{
    margin-top: 80px;
}
.mt100{
    margin-top: 100px;
}
.mt90{
    margin-top: 90px;
}
.fl{ 
    float: left;
}
.videohtml{
    /* height: 938px; */
    transition: all .3s ease;
}
.texthtml{
    transition: all .3s ease;
}
.curtain{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    transition: all .5s  ease-in-out;
    background: #FFD44A;
    opacity: 1;
    z-index: 9999;
}
.video video{
    position: fixed;
    left: 50%;
    top: 50%;
    min-width:1200px;
    min-height: 675px;
    object-fit:fill;
    width: 100%;
    height: 100%;
    z-index: 99;
    transform: translate(-50%,-50%);
    /*灰色调*/
    /*-webkit-filter:grayscale(100%)*/
    
}

.header{
    height: 100px;
     background: #fff;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.0500);
    min-width: 1200px;
}
.header .w1200{
    overflow: hidden;
    position: relative;
}
.header .w1200>div{
    float: left;
}
.header .inpt{
    position: absolute;
    top: 32px;
    right: 0;
}
.header .inpt input{
    width: 96px;
    height: 36px;
    background: #FFD44A;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.0500);
    border-radius: 4px;
    border: 1px solid #FFD44A;
    color: #262626;
    font-family: PingFangSC-Regular, PingFang SC;
    cursor: pointer;
}
.header .logo{
    width: 530px;
    position: relative;
}
.header .logo .boxhref {
    position: absolute;
    width: 100px;
    height: 36px;
    left: 360px;
    top: 39px;
  }
  .header .logo img {
    float: left;
    margin-top: 38px;
    margin-right: 8px;
  }
  .header .logo p {
    /* width: 354px; */
    height: 28px;
    padding-top: 36px;
    font-size: 24px;
    font-weight: 600;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #262626;
    line-height: 28px;
    text-shadow: 0px 5px 10px rgba(0,0,0,0.0500);
  }
.header .logo p span{
    display: block;
    font-size: 12px;
    /* font-family: SourceHanSansCN-Regular, SourceHanSansCN; */
    font-weight: 400;
    /* color: #666666; */
    line-height: 18px;
    letter-spacing: 0;
    color: #999;
}

.header .menu{
    width: 550px;
}
.header .menu ul{
    overflow: hidden;
}
.header .menu li{
    float: left;
    width: 16.66%;
}
.header .menu li a{
    display: block;
    line-height: 100px;
    font-size: 16px;
    text-align: center;
    width: 80px;
    margin: 0 auto;
    /* font-family: SourceHanSansCN-Regular, SourceHanSansCN; */
    transition: all .3s ease;
    color: #666;
}
.header .menu li:hover a{
    border-bottom: #FFD44A 6px solid;
    line-height: 94px;
    font-size: 20px;
    /* color: #262626; */
    color: #999;
    font-weight: 600;
}

.title{
    width: 290px;
    margin: 0 auto;
    position: relative;
    height: 46px;
    text-align: center;
    display: flex;
    align-items: center;
}
.title i{
    /* position:absolute; */
    display: block;
    width: 58px;
    height: 38px;
    top: 12px;
    
}
.title i.left-icon-title{
    background: url(../img/title-left-icon.png) no-repeat right center;
    left: 0;
    background-size: 100%;
    
}
.title i.right-icon-title{
    background: url(../img/title-right-icon.png) no-repeat left center;
    right: 0;
    background-size: 100%;
}
.title p{
    font-size: 30px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #262626;
    line-height: 46px;
}
.page-top-banner {
  overflow: hidden;
  height: 420px;
  min-width: 1200px;
  position: relative;
  display: none;
}
.page-top-banner img, .page-top-banner div {
  width: 100%;
  height: 100%;
}
.page-top-banner .layui-carousel-ind {
  display: none;
}
/*大赛介绍*/
.introduce{
    overflow: hidden;
    padding: 60px 0 80px 0;
    min-width: 1200px;
    position: relative;
}

.introduce .content {
  margin-top: 60px;
  box-sizing: border-box;
  width: 1200px;
  height: 432px;
  background: #FFFFFF;
  box-shadow: 3px 4px 24px 0px rgba(0,0,0,0.06);
  border-radius: 8px;
  padding-top: 50px;
  padding-bottom: 62px;
}
.introduce .content .content-title {
  width: 1200px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-items: center;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,212,74,0.2) 28%, rgba(255,212,74,0.2) 69%, rgba(255,255,255,0) 100%);
}
.introduce .content .content-title > div {
  width: 858px;
  height: 56px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 28px;
}
.introduce .content .content-desc {
  margin: 60px auto;
  width: 924px;
  height: 144px;
  display: flex;
  justify-content: space-between;
}
.introduce .content .content-desc .guidance {
  width: 200px;
  height: 100%;
  text-align: center;
  position: relative;
}
.introduce .content .content-desc .guidance::before {
  position: absolute;
  content: "";
  right: -218px;
  top: 50%;
  transform: translate(0, -50%);
  height: 98px;
  border: 1px solid #DBDBDB;
}
.introduce .content .content-desc .guidance h2, .introduce .content .content-desc .host h2 {
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #262626;
  line-height: 28px;
}
.introduce .content .content-desc .guidance img {
  margin-top: 44px;
}
.introduce .content .content-desc .guidance .company {
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.introduce .content .content-desc .guidance .company:hover {
  transform: scale(1.1);
}
.introduce .content .content-desc .guidance .guidance-source {
  margin-top: 24px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 22px;
}
.introduce .content .content-desc .host {
  width: 410px;
  height: 100%;
  text-align: center;
}
.introduce .content .content-desc .host > div {
  margin-top: 42px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.introduce .content .content-desc .host .host-source {
  width: 184px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.introduce .content .content-desc .host .host-source:hover {
  transform: scale(1.1);
}
.introduce .content .content-desc .host .host-source .tit {
  margin-top: 24px;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 22px;
}

.introduce .ftitle p{
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.introduce .text-info-box{
    position: relative;
    overflow: hidden;
}
.introduce .text-info-box .sx{
    position: absolute;
    width: 1px;
    height: 98px;
    border-right: 1px solid #DBDBDB;
    left: 600px;
    top: 68px;
}
.introduce .text-info-box .fl{
    width: 50%;
}
.introduce .text-info-box h2{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #262626;
    line-height: 116px;
    text-align: center;
}

.introduce .text-info-box .tit{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 600;
    color: #262626;
    line-height: 70px;
    text-align: center;
}
.introduce .text-info-box img{
    display: block;
    margin: 0 auto;
}
.introduce .text-info-box ul{
    overflow: hidden;
}
.introduce .text-info-box li{
    float: left;
    width: 50%;
}

.competitionQuestions {
  height: 918px;
  box-sizing: border-box;
  padding: 80px 0;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #F9F9F9 0%, #FFFFFF 100%);
}

.competitionQuestions .upper-content {
  height: 620px;
  margin-top: 50px;
  width: 100%;
  display: flex;
}
.competitionQuestions .right-content .upper-imgs {
  display: flex;
  margin-left: -80px;
}

.competitionQuestions .right-content .img-content > div {
  position: relative;
  width: 428px;
  height: 300px;
  padding-top: 44px;
  padding-left: 54px;
  box-sizing: border-box;
}

.competitionQuestions .right-content .img-content > div:nth-child(2) {
  margin-left: -25px;
}

.competitionQuestions .right-content .img-content > div > img {
  position: absolute;
  top: 0;
  left: 0;
}

.competitionQuestions .right-content .img-content > div .text_box {
  position: relative;
  z-index: 1;
}

.competitionQuestions .right-content .img-content .text_box .box-title  {
  height: 30px;
  font-size: 22px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 30px;
}

.competitionQuestions .right-content .img-content .text_box .box-text {
  width: 300px;
  height: 120px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-top: 17px;
}

.competitionQuestions .right-content .below-imgs {
  display: flex;
  margin-left: -30px;
  margin-top: 20px;
}

.competitionQuestions .content .below-img {
  margin-top: 50px;
  position: relative;
}
.competitionQuestions .content .below-img img {
  position: absolute;
  top: 0;
  left: 0;
}
.competitionQuestions .content .below-img .text {
  position: relative;
  z-index: 1;
  width: 499px;
  height: 60px;
  padding-top: 64px;
  padding-left: 386px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 20px;
}

.module-title {
  width: 290px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.module-title .title-text {
  font-size: 30px;
  font-family: Source-KeynoteartHans-Regular, Source-KeynoteartHans;
  font-weight: bold;
  color: #262626;
  letter-spacing: 4px;
}

.awards {
  height: 1110px;
  min-width: 1200px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: url(../img/jxsz_bj.png) no-repeat 0 0;
  background-size: 100% 100%;
  padding-top: 90px;
  padding-bottom: 102px;
}
.awards .awards-img {
  margin-top: 117px;
}
.awards .awards-module .title-text {
  color: #fff;
}
.match-arrange {
  height: 790px;
  min-width: 1200px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  background: url(../img/bsap_bj.png) no-repeat 0 0;
  background-size: 100% 100%;
  padding-top: 100px;
  padding-bottom: 88px;
}
.match-arrange .headline {
  position: relative;
  height: 37px;
  padding-left: 24px;
  font-size: 26px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 37px;
  margin-bottom: 20px;
}
.match-arrange .headline::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 8px;
  height: 20px;
  margin-bottom: 20px;
  background: #FFD44A;
  transform: translate(0, 50%);
}
.match-arrange .headline.title-first {
  margin-top: 60px;
}
.match-arrange .headline.title-second {
  margin-top: 32px;
}
.match-arrange .on-line-content {
  overflow: hidden;
}
.match-arrange .on-line-content .step_1 {
  float: left;
  margin-left: -10px;
  width: 445px;
  height: 158px;
  background: url(../img/step_1.png) no-repeat 0 0 / cover;
}
.match-arrange .on-line-content .step1 {
  float: left;
  margin-left: -60px;
  width: 441px;
  height: 158px;
  background: url(../img/setp1.png) no-repeat 0 0 / cover;
}
.match-arrange .on-line-content .step {
  padding-left: 91px;
}
.match-arrange .step {
  padding-top: 26px;
  display: flex;
  box-sizing: border-box;
}
.match-arrange .step .number {
  height: 95px;
  font-size: 40px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 95px;
}
.match-arrange .step .step-content {
  margin-left: 40px;
}
.match-arrange .step .step-content .title-time {
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 33px;
  margin-bottom: 6px;
}
.match-arrange .step .step-content .title-content {
  display: flex;
  align-items: center;
}
.match-arrange .step .step-content .title-content .title-icon {
  width: 14px;
  height: 14px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  position: relative;
}
.match-arrange .step .step-content .title-content .title-icon > div {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 1);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.match-arrange .step .step-content .title-content .title-text {
  margin-left: 5px;
  height: 28px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 28px;
}
.match-arrange .offline-content {
  overflow: hidden;
}
.match-arrange .offline-content .step {
  padding-left: 101px;
}
.match-arrange .offline-content .step1 {
  height: 158px;
  width: 625px;
  float: left;
  margin-left: -10px;
  background: url(../img/offline-step-1.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.match-arrange .offline-content .step2 {
  height: 158px;
  float: left;
  width: 625px;
  margin-left: -50px;
  background: url(../img/offline-step-2.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.match-arrange .bottom-tips {
  margin-top: 22px;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #292929;
  line-height: 20px;
}
.points-for-attention {
  min-width: 1200px;
  height: 830px;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 100px;
}
.points-for-attention .content .tab-group {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.points-for-attention .content .tab-group-item {
  width: 280px;
  height: 260px;
  background: #FFFFFF;
  border-radius: 10px 10px 0px 0px;
  border: 2px solid #FFD759;
}
.points-for-attention .content .tab-group-item .tab-item-title {
  width: 280px;
  height: 96px;
  text-align: center;
  background: #FFD759 linear-gradient(360deg, #FFD44A 0%, #FFF6C5 100%);
  border-radius: 10px 10px 0px 0px;
  font-size: 26px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #292929;
  line-height: 96px;
}
.points-for-attention .content .tab-group-item .tab-item-text {
  margin-top: 22px;
  padding: 0 27px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #292929;
  line-height: 20px;
}
.points-for-attention .bottom-img {
  display: flex;
  margin-top: -2px;
}
.points-for-attention .bottom-img .text-group {
  width: 917px;
  height: 270px;
  background: #F5F5F5;
  border: 1px solid #FFD759;
  box-sizing: border-box;
  padding-top: 40px;
  padding-left: 23px;
  padding-bottom: 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.points-for-attention .bottom-img .text-group .text-group-item {
  display: flex;
  align-items: center;
}
.points-for-attention .bottom-img .text-group .text-group-item > i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #BDBDBD;
}
.points-for-attention .bottom-img .text-group .text-group-item > span {
  margin-left: 6px;
  width: 854px;
  max-height: 48px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 20px;
}
.consultant {
  min-width: 1200px;
  height: 1120px;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 126px;
  overflow: hidden;
  position: relative;
  background-color: #ccc;
  display: none;
}
.consultant .content {
  margin-top: 129px;
}
.consultant .content .upper-people-box {
  width: 100%;
  height: 457px;
  display: flex;
}
.consultant .content .upper-people-box .people-box-item {
  height: 100%;
  position: relative;
}
.consultant .content .upper-people-box .people-box-item:not(:first-child) {
  margin-left: -84px;
}
.consultant .content .upper-people-box .people-box-item .text {
  position: absolute;
  left: 30px;
  bottom: 30px;
  height: 42px;
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 42px;
  opacity: 0.5;
}
.consultant .content .upper-people-box .people-box-item .text.active {
  opacity: 1;
}
.consultant .content .upper-people-box .people-box-item img {
  display: none;
}
.consultant .content .upper-people-box .people-box-item img.active {
  display: block;
}
.consultant .content .below-people-desc {
  box-sizing: border-box;
  width: 100%;
  height: 280px;
  padding: 48px 60px 53px 60px;
  background-color: #fff;
}
.consultant .content .below-people-desc .people-name {
  width: 100%;
  height: 45px;
}
.consultant .content .below-people-desc .people-name .name {
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #262626;
  line-height: 45px;
  vertical-align: bottom;
}
.consultant .content .below-people-desc .people-name .position {
  margin-left: 30px;
  font-size: 26px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 37px;
}
.consultant .content .below-people-desc .divider {
  margin-top: 9px;
  height: 6px;
  width: 100px;
}
.consultant .content .below-people-desc .divider img {
  display: block;
  width: 100%;
  height: 100%;
}
.consultant .content .below-people-desc .people-desc {
  width: 100%;
  margin-top: 13px;
  height: 106px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  line-height: 24px;
}
.historical {
  height: 642px;
  min-width: 1200px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding-top: 80px;
  padding-bottom: 89px;
}
.historical .historical-module {
  width: 362px;
}
.historical .content {
  display: flex;
  margin-top: 50px;
  align-items: center;
}
.historical .content .ear {
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.historical .content .left-ear {
  background: url(../img/left_ear.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.historical .content .right-ear {
  background: url(../img/right_ear.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.historical .content .historical-swiper {
  width: 1110px;
  height: 364px;
  margin: 20px 0;
  overflow: hidden;
}
.historical .content .historical-swiper .historical-swiper-item {
  height: 100%;
  float: left;
}
.historical .content .historical-swiper .historical-swiper-item img {
  margin: 10px;
}
/*分组*/
.grouping{
    background: url(../img/web-fz-bg.png) no-repeat center;
    padding: 60px 0;
    background-size: cover;
}
.grouping .left{
    width: 300px;
    height: 260px;
}
.grouping .left .more{
    margin-left: 24px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #262626;
}
.grouping .left .more a{
    display: block;
    width: 106px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    background: url(../img/more-icon.png) no-repeat center;
    background-size: 100%;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
}



/* .grouping .left .more a:hover{
    color: #FA6400;
} */
.grouping .right{
    width: 900px;
    height: 260px;
    background: #fff;
    position:relative;
}
.grouping .right ul{
    overflow: hidden;
}
.grouping .right li{
    float: left;
    margin-left: 60px;

}
.grouping .right li img{
    width: 100px;
}

.grouping .right h1{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #262626;
}
.grouping .right li p{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #262626;
}
.grouping .fl{
    float: left;
}
.gx-grouping,.hx-grouping{
    overflow: hidden;
    position: relative;
    min-width: 1200px;
}
.gx-grouping .left{
    background: url(../img/web-ggz.png) no-repeat center;
    background-size: 100%;
}
.hx-grouping .left{
    background: url(../img/web-hyz.png) no-repeat center;
    background-size: 100%;
}
.grouping .tit{
    position: absolute;
    background: url(../img/web-fz-tit-bg.png);
    top: 126px;
    left: 24px;
    width: 300px;
    z-index: 9;
}
.grouping .left img{
    display: block;
}
.grouping .left img.name{
    margin-top: 64px;
    margin-left: 24px;
}
.grouping .left img.bottom{
    margin-top: 16px;
    margin-left: 24px;
}
.grouping .tit p{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #262626;
    line-height: 50px;
    padding-left: 10px;
}

.gx-grouping .right ul{
    padding-top: 24px;
}
.gx-grouping .right li{
    background: url(../img/web-sj.png) no-repeat right bottom ;
    background-size: 50%;
    height: 236px;
}
.gx-grouping .right li:first-child{
    background: url(../img/web-cj.png) no-repeat right bottom ;
    background-size: 50%;
}
.gx-grouping .right li:last-child{
    background: url(../img/web-bg.png) no-repeat right bottom;
    background-size: 50%;
}
.gx-grouping .right li h1{
    line-height: 68px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #262626;
}
.gx-grouping .right li h1 i{
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../img/title-icon.png) no-repeat center;
    background-size: 100%;
    top: -5px;
    left: 5px;
}
.gx-grouping .right li p{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #262626;
    line-height: 36px;
    width: 240px;
}
.gx-grouping .right .sx{
    position: absolute;
    width: 1px;
    height: 180px;
    border-right: 1px solid #D7D7D7;
    top: 40px;
}
.gx-grouping .right .sx1{
    left: 300px;
}
.gx-grouping .right .sx2{
    left: 600px;
}
.grouping .tip dl{
    overflow: hidden;
    padding: 16px 24px 40px 24px;
}
.grouping .tip dd,.grouping .tip dt{
    float: left;
}
.grouping .tip dt {
    width: 24px;
}
.grouping .tip dt i{
    width:16px;
    height: 16px;
    display: block;
    background: url(../img/web-tip-icon.png) no-repeat center;
    background-size: 100%;
    margin-top: 1px;
}
.grouping .tip dd{
    width: 1128px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
}
.hx-grouping h1{
    margin-top: 50px;
    margin-left: 60px;
}
.hx-grouping h1 i{
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    background: url(../img/title-icon.png) no-repeat center;
    background-size: 100%;
    top: -5px;
    left: 5px;
}
.hx-grouping .right li{
    width: 150px;
}
.hx-grouping .right li img{
    float: left;
    margin-top: 20px;
}
.hx-grouping .right li p{
    padding-top: 90px;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #262626;
}
/*荣誉大奖*/
.honorary-award{
    padding: 20px 0 0;
}
.awatd,.honorary{
    overflow: hidden;
    background: #fff;
}
.honorary-award .title{
    width: 400px;
    position: relative;
}
.honorary-award .title i{
    width: 12px;
    height: 40px;
    background:url(../img/web-title-icon-honorary.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 80px;
}
.honorary-award .title h1{
    margin-top: 80px;
    margin-left: 34px;
    text-align: left;
    font-size: 26px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #262626;
}

.honorary-award .img{
    width: 800px;
}


.event-new{
    padding: 60px 0 64px 0;
    overflow: hidden;
    background: url(../img/act-03.png) no-repeat top center;
    min-width: 1200px;
}
.event-new .title i.left-icon-title{
    background: url(../img/act-24.png) no-repeat right center; 
    background-size: 100%;   
}
.event-new .title i.right-icon-title{
    background: url(../img/act-25.png) no-repeat left center;
    background-size: 100%;
}
.event-new div>img{
    display: block;
    margin: 0 auto;
}
.event-new .list{
    margin-top: 34px;
}
.event-new ul{
    overflow: hidden;
    padding: 20px 0;
}
.event-new li:first-child{
    margin-left: 0;
}
.event-new li{
    float: left;
    width: 384px;
    margin-left: 24px;
    transition: all .5s ease;
    border-radius: 8px;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1800);
}
.event-new li:hover{
    transform: scale(1.02);
}
.event-new li .text-info {
    padding: 16px;
}
.event-new li .text-info h2{
    height: 62px;
    font-size: 20px;
    /* font-family: SourceHanSansCN-Bold, SourceHanSansCN; */
    font-weight: bold;
    color: #262626;
    line-height: 26px;
}

.event-new li .text-info  p{
    height: 66px;
    font-size: 16px;
    /* font-family: SourceHanSansCN-Normal, SourceHanSansCN; */
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}

.event-new li .text-info  a{
    font-size: 16px;
    /* font-family: SourceHanSansCN-Normal, SourceHanSansCN; */
    font-weight: 400;
    color: #262626;
    line-height: 24px;
}
.event-new li .hx{
    height: 8px;
    background: #FFD44A;;
}
.specialist {
    width: 100%;
    height: 620px;
}
.specialist-wrap {
    width: 1200px;
    height: 620px;
    margin: 0 auto;
    overflow: hidden;
}
.specialist-title {
    height: 45px;
    margin-top: 60px;
    margin-bottom: 20px;
}
.specialist-title h2 {
    position: relative;
    float: left;
    width: 100%;
    height: 45px;
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #262626;
    line-height: 45px;
    text-align: center;
}
.specialist-title h2 .icon-left{
    position: absolute;
    top: 12px;
    left: 452px;
    width: 64px;
    height: 21px;
    background-image: url('https://s3public.obei.com.cn/pbkton0002/platform/other/dasai/img/title-left.png');
    background-size: 64px 21px;
}
.specialist-title h2 .icon-right{
    position: absolute;
    top: 12px;
    right: 452px;
    width: 64px;
    height: 21px;
    background-image: url('https://s3public.obei.com.cn/pbkton0002/platform/other/dasai/img/title-right.png');
    background-size: 64px 21px;
}
.specialist-content .item{
    float: left;
    width: 384px;
    height: 196px;
    padding: 0 8px 0 12px;
    box-sizing: border-box;
    margin-right: 24px;
    margin-top: 20px;
    background-image: url('https://s3public.obei.com.cn/pbkton0002/platform/other/dasai/img/bg.png');
    background-size: 384px 196px;
}
.specialist-content .item.no-right{
    margin-right: 0px;
}
.specialist-content .item .item-title {
    height: 32px;
    margin-top: 20px;
}
.specialist-content .item .item-title h3 {
    float: left;
    height: 32px;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #262626;
    line-height: 32px;
    margin-right: 16px;
}
.specialist-content .item .item-br {
    width: 100px;
    height: 6px;
    margin: 6px 0;
    background-image: url('https://s3public.obei.com.cn/pbkton0002/platform/other/dasai/img/title-btxhx.png');
    background-size: 100px 6px;
}
.specialist-content .item .item-text {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
}
.schedule{
    overflow: hidden;
    background: url(../img/web-scap-bg1.png) no-repeat top center;
    min-width: 1200px;
    padding-bottom: 60px;
    background-size: cover;
}
.schedule .title{
    margin-top: 30px;
}
.schedule .title p{
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #262626;
}

.schedule .title i{
    width: 20px;
    height: 26px;
}
.schedule .title i.left-icon-title{
    background: url(../img/web-title-icon-left.png) no-repeat right center; 
    background-size: 100%;
    left: 55px;
}
.schedule .title i.right-icon-title{
    background: url(../img/web-title-icon-right.png) no-repeat left center;
    background-size: 100%;
    right: 55px;
}
.schedule .bmsx{
    position: relative;
}
.schedule .bmsx .jt{
    position: absolute;
    top: 120px;
    z-index: 10;
}
.schedule .bmsx .jt1{
    left: 200px;
}
.schedule .bmsx .jt2{
    left: 443px;
}
.schedule .bmsx .jt3{
    left: 684px;
}
.schedule .bmsx .jt4{
    left: 925px;
}

.schedule .bmsx ul{
    overflow: hidden;
    padding: 60px 0 10px 0;
}
.schedule .bmsx li{
    width: 20%;
    float: left;
    position: relative;
    text-align: center;
}
.schedule .bmsx li .yq{
    width: 136px;
    height: 136px;
    background: rgba(255,212,74,0.1900);
    margin: 0 auto;
    border-radius: 50%;
}
.schedule .bmsx li .tit{
    width: 96px;
    height: 96px;
    position: absolute;
    left: 50%;
    top: 20px;
    text-align: center;
    line-height: 96px;
    background: rgba(255,212,74,0.6500);
    transform: translateX(-50%);
    border-radius: 50%;
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #262626;
}
.schedule .bmsx li p{
    padding: 26px 10px 0;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #262626;
    line-height: 30px;
}
.schedule .text-info{
    overflow: hidden;
    height: 270px;
    background: #fff;
}
.schedule .text-info .title1{
    width: 270px;
    height: 270px;
    background: url(../img/web-cssx-titlt-bg.png) no-repeat center;
    background-size: 100%;
    overflow: hidden;
}
.schedule .text-info .title1 h1{
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFF;
    padding: 32px 0 0 30px;
}
.schedule .text-info .title1 img{
    margin: 20px 0 0 30px;
}
.schedule .text-info .text{
    width: 930px;
    padding-top: 8px;
}
.schedule .text-info .text dl{
    padding:8px 0 8px 20px;
    overflow: hidden;
}
.schedule .text-info .text dt,.schedule .text-info .text dd{
    float: left;
}
.schedule .text-info .text dt{
    width: 24px;
}
.schedule .text-info .text dt i{
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #BDBDBD;
    margin: 0 auto;
    margin-top: 5px;
}
.schedule .text-info .text dd{
    width: 854px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #262626;
    line-height: 20px;
}

.cooperation{
    overflow: hidden;
    padding: 60px 0 80px 0;
    background: url(../img/web-hzdw-bg.png) no-repeat center;
    background-size: cover;
}

.cooperation .box{
    background: #fff;
    overflow: hidden;
    padding-bottom: 70px;
    margin-top: 60px;
}
.cooperation .left,.cooperation .right{
    width: 456px;
}
.cooperation .left{
    margin-left: 46px;
}
.cooperation .logo{
    display: block;
    margin: 0 auto;
    margin-top: 46px;
}
.cooperation .box  h1{
    text-align: center;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #262626;
    line-height: 60px;
}
.cooperation .box p{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #262626;
}

.cooperation .left .href a,.cooperation .right .href a{
    position: relative;
    display: block;
    float: left;
    width: 224px;
    height: 88px;
    background: #F6F6F6;
    border-radius: 4px;
}

.obei-app .ewm{
    position: absolute;
    left: -10px;
    top: -10px;
    background: #fff;
    border-radius: 3px;
    border: #ccc 1px solid;
}

.cooperation .left .href a:last-child{
    margin-left: 8px;
    background: url(../img/web-gwbg.png) no-repeat center;
    background-size: 100%;
}
.cooperation .left .href a img{
    float: left;
    margin: 10px 14px 10px 12px;
}
.cooperation .left .href a h2{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #262626;
    line-height: 46px;
}
.cooperation .left .href a span{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #262626;
    display: block;
}
.cooperation .left .href a:last-child h2{
    padding-left: 12px;
}
.cooperation .left .href a:last-child span{
    padding-left: 12px;
    line-height: 24px;
}
.cooperation .right{
    margin-left: 160px;
}
.cooperation .right .href a:last-child{
  margin-left: 8px;
  background: url(../img/web-gwbg.png) no-repeat center;
  background-size: 100%;
}
.cooperation .right .href a img{
  float: left;
  margin: 10px 14px 10px 12px;
}
.cooperation .right .href a h2{
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #262626;
  line-height: 46px;
}
.cooperation .right .href a span{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #262626;
  display: block;
}
.cooperation .right .href a:last-child h2{
  padding-left: 12px;
}
.cooperation .right .href a:last-child span{
  padding-left: 12px;
  line-height: 24px;
}

.footer{
    /* background: url(../img/act-07.png) no-repeat center; */
    padding: 0 0 65px 0!important;
    position: relative;
    min-width: 1200px;
    overflow: hidden;
}
.footer .jt{
    position: absolute;
    left: 310px;
    top: 154px;
}
.footer .left{
    width: 400px;
    background: url(../img/web-lxwm-bg.png) no-repeat center;
    background-size: 100%;
    height: 276px;
}
.footer .left img{
    display: block;
    
}
.footer .left .quick{
    margin: 36px 0 0 46px;
}
.footer .left .hx{
    margin: 20px 0 0 46px;
}
.footer .left h2{
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 20px;
    padding-left: 46px;
}
.footer .right{
    width: 800px;
    height: 276px;
    background: #F7F7F7;
}
.footer .right h1{
    font-size: 20px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #262626;
    overflow: hidden;
    margin-top: 45px;
}
.footer .right .nl{
    margin-left: 106px;
}
.footer .right .nl p span{
    padding-left: 24px;
}
.footer .right .nr{
    margin-left: 120px;
}
.footer .right .nr img{
    margin-top: 36px;
}
.footer .right .nr p{
    margin-top: 5px;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #262626;
    text-align: center;
}

.footer .right h1 img{
    float: left;
    margin-right: 35px;
    margin-top: 8px;
}
.footer .right p{
    overflow: hidden;
    font-size: 20px;
    font-family: SourceHanSansCN-Regular, SourceHanSansCN;
    font-weight: 400;
    color: #262626;
    margin-top: 22px;
    line-height: 30px;
}
.footer .right p img{
    float: left;
    margin-right: 8px;
    margin-top: 5px;
}

.copyright{
    background: #1B1B1B;
    min-width: 1200px;
}
.copyright p{
    text-align: center;
    line-height: 100px;
    font-size: 14px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF;
}
.warning .layui-layer-title{background:#e6a23c; border: none;}

.bmsx .tip{
    overflow: hidden;
    padding:20px 0 30px;
}
.bmsx .tip i {
    width: 16px;
    height: 16px;
    display: block;
    background: url(../img/web-tip-icon.png) no-repeat center;
    background-size: 100%;
    margin-top: 1px;
    float: left;
    margin-left: 30px;
    margin-top: 4px; 
    margin-right: 5px;
}
.bmsx .tip p {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    float: left;
    line-height: 24px;
   
}
.left-img {
  position: relative;
}
.left-img .text {
  position: absolute;
  top: 144px;
  left: 32px;
  width: 312px;
  height: 96px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}