@charset "utf-8";

/* css document */

*{
  margin:0;
  padding:0;
  border:0;
}
li{
  list-style-type:none;
}

.wrap{
  width:100%;
  height:auto;
  min-width: 1280px;
  background: #B41D1D;
  position: relative;
  overflow-x: hidden;
}

.wrap .wrap-head{
  width:100%;
  position: relative;
}
.wrap .wrap-head img{
  width:100%;
}
.wrap .wrap-nav{
  width:100%;
  background:#7B0909;
}
.wrap .wrap-nav ul{
  width:1200px;
  max-width:1200px;
  margin:0 auto;
  display:flex;
  justify-content:space-between;
  background:#7B0909;
  cursor:pointer;
}
.wrap .wrap-nav ul li{
  display:inline-block;
  font-size:22px;
  color:#FFFFFF;
  line-height:3;
  padding: 0 38px;
}
.wrap .wrap-nav ul li.active{
  background:#6A0000;
}
.wrap .wrap-nav ul li:hover{
  background:#6A0000;
}
.wrap .wrap-title{
  width:100%;
  position:relative;
  height:46px;
  background:linear-gradient(to right,#B22A2A 10%,#E8A178 66%,#B32B2B 100%);
}
.wrap .wrap-title img{
  position: absolute;
  top: 50%;
  left: 45%;
}
.wrap .wrap-text-1{
  position: relative;
  width:100%;
}

.wrap .wrap-content{
  width: 100%;
  background: #B41D1D ;
  padding-bottom: 100px;
}
.wrap .wrap-content .contest-content{
  background: #FAF7F4;
  border-radius: 10px;
  position: relative;
  padding-bottom: 53px;
  width:1200px;
  margin:0 auto;
}
.wrap .wrap-content .tiao{
  width: 100%;
  height: 10px;
  background: linear-gradient(to right,#EBC294 50%,#F0A76A 100%) ;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.wrap .wrap-content .contest-content .content-head {
  width: 100%;
  margin-top: 100px;
}
.wrap .wrap-content .contest-content .content-head ul{
  width: 96%;
  margin-left: 2%;
  display: flex;
  justify-content: space-between;
}
.wrap .wrap-content .contest-content .content-head ul li{
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.wrap .wrap-content .contest-content .content-head ul li .head-li{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.wrap .wrap-content .contest-content .content-head ul li .line{
  display: inline-block;
  width: 80px;
  border: 0;
  height: auto;
  border-bottom: 1px dashed #C4AF93;
}
.wrap .wrap-content .contest-content .content-head ul li img{
  margin: 0 2%;
}
.wrap .wrap-content .contest-content .content-head ul li span{
  font-family: MicrosoftYaHei;
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #3D3D3D;
}

.wrap .wrap-content .contest-content .content-process{
  width: 100%;
  background: #FAF7F4;
  margin-top: 60px;
}

.wrap .unite-head{
  width: 96%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 2%;
  margin-bottom: 35px;
}
.wrap .unite-head .line{
  display: inline-block;
  width: 40%;
  border-bottom: 1px dashed #C4AF93;
}
/*.wrap .unite-head img{*/
  /*width: 15.5%;*/
/*}*/
.wrap .content-process ul{
  width: 94%;
  margin-left: 3%;
}
.wrap .content-process ul li{
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}
.wrap .content-process ul li h1{
  color:#874319;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.wrap .content-process ul li p{
  font-size: 16px;
  color: #3D3D3D;
  line-height: 1.4;
}
.wrap .content-process ul li ol{
  counter-reset: li;
}
.wrap .content-process ul li ol li span{
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #3D3D3D;
  margin-left: 5px;
}
.wrap .content-process ul li ol li {
  margin-bottom: 10px;
}
.wrap .content-process ul li ol li b{
  font-size: 10px;
  border-radius: 60%;
  border: 1px solid #666;
  color: #666;
  background: #FAF7F4;
  padding: 0px 5px;
}
.wrap .process-footer{
  width: 96%;
  background: #fff;
  margin-left: 2%;
  border-radius: 6px;
  padding: 6px 0;
}
.wrap .process-footer h1{
  width: 96%;
  margin-left: 2%;
  font-size: 16px;
  color: #666666;
  line-height: 2;
  border-bottom: 1px dashed #D7CFC8;
  margin-bottom: 10px;
}
.wrap .process-footer p{
  width: 96%;
  margin-left: 2%;
  font-size: 16px;
  color: #3D3D3D;
  margin-bottom: 10px;
}

.wrap .wrap-content .contest-award{
  background: #FAF7F4;
  border-radius: 10px;
  position: relative;
  padding-bottom: 70px;
  width:1200px;
  margin:0 auto;
}

.wrap .wrap-content .contest-award .award-head{
  width: 96%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 2%;
  margin-bottom: 25px;
  margin-top: 60px;
}
.wrap .award-head .line {
  display: inline-block;
  width: 40%;
  border-bottom: 1px dashed #C4AF93;
}
.wrap .award-content h1 {
  font-size: 18px;
  color: #3D3D3D;
  text-indent: 3%;
  font-weight: normal;
}

.wrap .award-content .imgs {
  position:relative;
  z-index:3;
  width: 94%;
  margin-left: 3%;
  display: flex;
  margin-top: 40px;
}
.wrap .award-content .imgs .first{
  width: 26%;
  flex-shrink: 0;
}
.wrap .award-content .imgs .first img{
  width: 86%;
}

.wrap .award-content ul {
  width: 74%;
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  font-size: 0;
}
.wrap .award-content ul li{
  width: 30%;
  flex-shrink: 0;
}
.wrap .award-content ul li img{
  width: 100%;
}
.wrap .certificate-head{
  width: 96%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 2%;
  margin-bottom: 25px;
  margin-top: 60px;
}
.wrap .certificate-head .line {
  display: inline-block;
  width: 40%;
  border-bottom: 1px dashed #C4AF93;
}
.wrap .award-certificate p{
  font-size: 16px;
  color: #3D3D3D;
  line-height: 1.4;
}
.wrap .award-certificate{
  width: 96%;
  margin-left: 2%;
}
.wrap .gallery-head{
  width: 96%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-left: 2%;
  margin-bottom: 25px;
  margin-top: 60px;
}
.wrap .gallery-head .line {
  display: inline-block;
  width: 40%;
  border-bottom: 1px dashed #C4AF93;
}
.wrap .award-gallery p{
  font-size: 16px;
  color: #3D3D3D;
  line-height: 1.4;
}
.wrap .award-gallery{
  width: 96%;
  margin-left: 2%;
}

.wrap .wrap-content .contest-illustrate{
  background: #FAF7F4;
  border-radius: 10px;
  padding-bottom: 44px;
  position: relative;
  width:1200px;
  margin:0 auto;
}

.wrap .wrap-content .contest-illustrate ol{
  width: 96%;
  margin-left: 2%;
  font-size: 16px;
  color: #3D3D3D;
  border-bottom: 1px dashed #DFD4C6;
  margin-top: 60px;
  padding-bottom: 14px;
}
.wrap .wrap-content .contest-illustrate ol li{
  margin-bottom: 16px;
}
.wrap .wrap-content .contest-illustrate ol li b{
  font-weight: inherit;
  margin-right: 3px;
}
.wrap .wrap-content .contest-illustrate .bottom p{
  margin-bottom: 16px;
  margin-top: 10px;
}
.wrap .wrap-content .contest-illustrate .bottom{
  position: relative;
  width: 96%;
  margin-left: 2%;
  font-size: 16px;
  color: #3D3D3D;
  margin-top:30px;
  margin-bottom: 44px;
}
.wrap .qrcode{
  position: absolute;
  top: -10px;
  right: 30px;
  text-align: center;
}
.wrap .wrap-content .file-upload{
  background: #FAF7F4;
  border-radius: 10px;
  padding-bottom: 66px;
  position: relative;
  width:1200px;
  margin:0 auto;
}
.wrap .wrap-content .file-upload ul{
  width: 96%;
  font-size: 16px;
  color: #333333;
  margin: 66px 2% 0;
}
.wrap .wrap-content .file-upload ul li{
  display: flex;
  cursor: pointer;
  z-index:3;
  position: relative;
}
.wrap .wrap-content .file-upload ul li:hover p{
  color: #AE3131;
  text-decoration:underline;
}
.wrap .wrap-content .file-upload ul li img{
  margin-right: 10px;
  width: 2%;
}

.wrap .process ul{
  display: flex;
  justify-content: space-between;
}

.wrap .process ul li{
  position: relative;
  width: 23.1%;
  border-radius: 6px;
  flex-shrink: 0;
  margin-bottom: 0;
}
.wrap .process ul li .process-li-top{
  background: linear-gradient(to right,#BB3636 16%,#CB5858 100%);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.wrap .process ul li .process-li-top p{
  font-size: 20px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 50px;
  text-indent: 5%;
}
.wrap .process ul li .process-li-bottom{
  background: #F7EDE3;
  height: 237px;
  padding-top: 30px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.wrap .process-li-bottom .ktjw{
  display: flex;
}
.wrap .text-lf{
  margin: 0 10px;
}
.wrap .one{
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #CB5858;
  margin-top: 3px;
}
.wrap .line{
  width: 50%;
  border-right: 1px dashed #CDB2B2;
  height: calc(100% - 15px);
}
.wrap .text-txt h6{
  font-size: 18px;
  color: #733120;
  margin-bottom: 15px;
  line-height: 1;
}
.wrap .text-txt p{
  font-size: 18px;
  color: #333333;
  line-height: 1;
  margin-top: 5px;
}

.wrap .arrow{
  width: 23%;
  height: 38px;
  position: absolute;
  top: calc(50% - 10px);
  right: -10%;
  background: url(/image/bakActivity/per/arrow.png) no-repeat;
  background-size:100%;
}
/*
.grbm{
  position: absolute;
  width: 15%;
  top: 58%;
  left: 36%;
  cursor:pointer;
  transition: top 0.1s ease;
}
.jtbm{
  position: absolute;
  width: 15%;
  top: 58%;
  left: 52%;
  cursor:pointer;
  transition: top 0.1s ease;
}
.grbm img,.jtbm img{
  width: 100%;
}
*/
.sl{
  position: absolute;
  width: 13%;
  top: 58%;
  left: 30%;
  cursor:pointer;
  transition: top 0.1s ease;
}
.tl{
  position: absolute;
  width: 13%;
  top: 58%;
  left: 44%;
  cursor:pointer;
  transition: top 0.1s ease;
}
.ol{
  position: absolute;
  width: 11.8%;
  top: 58%;
  left: 58%;
  cursor:pointer;
  transition: top 0.1s ease;
}
.tl img,.sl img,.ol img{
  width: 100%;
}

.wrap-text-1{
  width: 100%;
  height:305px;
  background:url(/image/bakActivity/per/text-1.png) center 0px no-repeat;
  background-size:1920px 317px;
}
.wrap-text-1 img{
  width: 100%;
}

.unite-title{
  position: absolute;
  width: 196px;
  top: -20px;
  left: calc(50% - 98px);
}
.unite-title img{
  width: 100%;
}

.wrap .process{
  margin-bottom: 60px;
}

.learn{
  position: absolute;
  width: 120px;
  height: 135px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #CB1B1B;
  font-weight: bold;
  text-align: center;
  right: -130px;
  cursor: pointer;
}
.learn p{
  margin-top: 10px;
}
.phone{
  position: absolute;
  right: 0;
  width: 120px;
  height: 114px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #7F6464;
  font-weight: bold;
  text-align: center;
  justify-content: space-evenly;
  right: -130px;
  top: 0;
  cursor: pointer;
}
.phone>div{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.phone>div:hover{
  color:#AE3131;
}
.phone>div img{
  width: 16px;
  height: 16px;
}

.bg-text{
  position: absolute;
  left: 0;
  z-index: 2;
}
.ex-icon{
  display:flex;
}
.ex-icon img{
  width:20px !important;
  height:20px;
  margin:0 5px 0 10px !important;
}
.ex-icon p{
  text-decoration:none!important;
}

.dialog{
  width:800px;
  background:#fff;
  border-radius:10px;
  display:none;
}
.dialog-header{
  width:100%;
  height:50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dialog-header p{
  font-size: 20px;
  font-weight: bold;
  margin-left:20px;
}
.dialog-header i{
  background-image: url(/image/common/login-tc-close.png);
  width: 13px;
  height: 13px;
  margin-right: 20px;
  cursor:pointer;
}
.dialog-footer{
  width:100%;
  height:50px;
  display:flex;
  justify-content:end;
  align-items: center;
}
.dialog-footer button{
  background: linear-gradient(90deg,#5983ff,#3860f4);
  height: 38px;
  line-height: 38px;
  padding: 0 22px;
  font-size: 16px;
  border-radius: 6px;
  color: #FFF;
  border: 0;
  margin-right: 20px;
}
.dialog-content{
  width:100%;
  height:600px;
  overflow-y:auto;
  background: #e6e6e6;
}
.text-content{
  width:90%;
  margin-right:5%;
}

.dialog-content::-webkit-scrollbar {
   width: 8px;
   height: 8px;
   margin-right: 8px;
}
.dialog-content::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #e6e6e6;
}
.dialog-content::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #f8f8f8;
}

.qqQun{
  position: absolute;
  right: -10px;
  top: 0;
  padding-right: 10px;

}
.qqQun .qq-wrap{
  width: 180px;
  height: 114px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.qqQun h1{
  color: #335dcd;
  font-size: 14px;
  line-height: 30px;
}
.qqQun h1 i{
  width: 16px;
  height: 19px;
  float: left;
  background: url(/image/zone/qq.png) no-repeat;
  margin-top: 6px;
  margin-right: 8px;
}
.qqQun p{
  font-size: 14px;
  margin-top: 6px;
  color: #7F6464;
}