.video-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 14;
  width: 100vw;
  height: 100vh;
}

#video-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}

.video-wrap .player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p1{
  height: 7.88rem;
  background: #fff url(../img/index/p1-bg.jpg) top left no-repeat;
  background-size: 9.95rem;
}
.p1 .p1-cont{
  padding-top: 1.15rem;
  display: flex;
  justify-content: space-between;
}
.p1 .video-box video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  z-index: 1;
}
.p1 .video-box {
  background: #000000;
  overflow: hidden;
  position: relative;
  width: 7.2rem;
  height: 4.66rem;
  flex: 0 0 7.2rem;
  margin-right: .7rem;
}
.p1 .video-box .play {
  position: absolute;
  width: 0.84rem;
  height: 0.84rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  z-index: 3;
}
.p1 .p1-right{
  position: relative;
  padding-top: .6rem;
  flex: 1;
}
.p1 .p1-right .big{
  font-size: .48rem;
  font-weight: bold;
  color: #000;
}
.p1 .p1-right .en{
  margin-bottom: .45rem;
  font-size: .2rem;
  font-weight: bold;
  color: #000;
  background: url(../img/index/p1-ar.jpg) right center no-repeat;
  background-size: .38rem;
}
.p1 .p1-right  .desc div{
  font-size: .16rem;
  font-weight: bold;
  line-height: .3rem;
  color: #666666;
  margin-bottom: .2rem;
}
.p1 .p1-right .more{
  position: absolute;
  bottom: -.2rem;
  right: 0;
  width: 1.6rem;
  height: .32rem;
  line-height: .32rem;
  border-radius: .16rem;
  text-align: center;
  font-size: .18rem;
  font-weight: bold;
  color: #fff;
  background: #f8ad3b;
}



.p2{
  position: relative;
  padding-top: .7rem ;
  padding-bottom: .8rem;
  background: #eeeeee;
}
.p2::before{
  content: "";
  position: absolute;
  right: 0;
  top: -1.1rem;
  width: 7.22rem;
  height: 4.67rem;
  background: url(../img/index/p1-icon.png) center no-repeat;
  background-size: 100%;
}
.p2 .p2-cont{
  position: relative;
  z-index: 1;
}
.p2 .p2-tit{
  margin-bottom: 1.37rem;
  text-align: center;
}
.p2 .p2-tit .cn{
  margin-bottom: .25rem;
  font-size: .6rem;
  font-weight: bold;
  color: #000;
}
.p2 .p2-tit .en{
  font-size: .24rem;
  font-weight: bold;
  color: #000;
}
.p2 .p2-list{
  margin-bottom: 1rem;
  position: relative;
  background: url(../img/index/p2-line.png) center no-repeat;
  background-size: 100%;
}
.p2 .p2-list ul{
  padding: 0 .9rem;
  display: flex;
  justify-content: space-between;
}
.p2 .p2-list ul li{
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: #c9c9c9;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: .3rem;
  font-weight: bold;
  color: #666666;
  cursor: default;
}
.p2 .p2-list ul li.show{
  background: #f8ad3b;
  color: #fff;
}
.p2 .p2-list .list-desc{
  position: absolute;
  font-size: .18rem;
  line-height: .24rem;
  color: #969696;
  font-weight: bold;
  text-align: center;
  background: url(../img/index/p2-ar.png) top center no-repeat;
  background-size: .4rem;
}

.p2 .p2-list .list-desc.desc1{
  padding-top: 1.2rem;
  top: .45rem;
  left: 2.35rem;
}
.p2 .p2-list .list-desc.desc2{
  padding-bottom: 1.2rem;
  bottom: .45rem;
  left: 6.15rem;
  background: url(../img/index/p2-ar.png) bottom center no-repeat;
  background-size: .4rem;
}
.p2 .p2-list .list-desc.desc3{
  padding-top: 1.2rem;
  top: .45rem;
  left: 9.65rem;
}
.p2 .p2-list .list-desc::before{
  content: "";
  position: absolute;
  top: .35rem;
  left: 50%;
  transform: translateX(-50%);
  width: .16rem;
  height: .16rem;
  border-radius: 50%;
  background: #2575af;
}
.p2 .p2-list .list-desc::after{
  content: "";
  position: absolute;
  top: .68rem;
  left: 50%;
  width: 1px;
  height: .35rem;
  background: #c9c9c9;
}

.p2 .p2-list .list-desc.desc2::before{
  bottom: .35rem;
  top: unset;
}
.p2 .p2-list .list-desc.desc2::after{
  bottom: .68rem;
  top: unset;
}
.p2 .p2-swiper .tab-box{
  width: 100%;
  height: 4.28rem;
  position: relative;
}
.p2 .p2-swiper .tab-box img{
  width: 9.44rem;
  height: 4.28rem;
}
.p2 .p2-swiper .tab-box  .tab-desc{
  position: absolute;
  right: 0;
  top: 50%;
  
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .9);
  padding: .7rem .9rem;
  width: 6.1rem;
  font-size: .18rem;
  line-height: .36rem;
  /*color: #666666;*/
  box-sizing: border-box;
}
.p2 .p2-swiper .tab-box  .tab-desc.tab3-desc{
  padding: .7rem .35rem;
  display: flex;
  justify-content: space-between;
}
.p2 .p2-swiper .tab-box  .tab-desc.tab3-desc .desc-item{
  width: 1.6rem;
  flex: 0 0 1.6rem;
}
.p2 .p2-swiper .tab-box  .tab-desc.tab3-desc .item-tit{
  margin-bottom: .15rem;
  font-size: .26rem;
  font-weight: bold;
  color: #595757;
}
.p2 .p2-swiper .tab-box  .tab-desc.tab3-desc .item-cont{
  font-size: .18rem;
  line-height: .3rem;
  color: #666666;
}
.p2 .p2-swiper .tab-box  .tab-desc>div{
  margin-bottom: .1rem;
}
.p2 .p2-swiper{
  position: relative;
}
.p2-swiper .swiper-button-next::after,
.p2-swiper .swiper-button-prev::after {
  display: none;
}

.p2-swiper .swiper-button-next,
.p2-swiper .swiper-button-prev {
  width: .7rem;
  height: .7rem;

}

.p2-swiper .swiper-button-next {
  background: url(../img/index/p2-next.jpg) center no-repeat;
  background-size: 100%;
  right: -1.1rem;
}

.p2-swiper .swiper-button-prev {

  background: url(../img/index/p2-prev.jpg) center no-repeat;
  background-size: 100%;
  left: -1.1rem;
}


.p3 {
  padding-top: 1.15rem;
  padding-bottom: 1.2rem;
}

.p3 .p3-tit {
  margin-bottom: .8rem;
  text-align: center;
}

.p3 .p3-tit .big {
  font-size: .48rem;
  font-weight: bold;
  color: #000;
}

.p3 .p3-tit .en {
  margin-top: .1rem;
  margin-bottom: .3rem;
  font-size: .24rem;
  font-weight: bold;
  color: #000;
}

.p3 .p3-tit .small {
  font-size: .18rem;
  line-height: .3rem;
  color: #666666;
  font-weight: bold;
}

.ad-banner img {
  display: block;
  width: 100%;
}

.p4 {
  padding-bottom: 1.2rem;
  position: relative;
}

.p4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12.7rem;
  height: 5.2rem;
  background: #eeeeee;
}

.p4-cont {
  position: relative;
  z-index: 1;
}

.p4-cont .p4-txt {
  position: absolute;
  width: 6.12rem;
  right: 0;
  top: .6rem;
}

.p4-cont .p4-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 6.72rem;
}

.p4-cont .p4-left {
  margin-bottom: 1.3rem;
  padding-top: .8rem;
  width: 6.4rem;
}

.p4-cont .p4-left .big {
  font-size: .48rem;
  font-weight: bold;
  color: #000000;
}

.p4-cont .p4-left .big span {
  color: #eda73f;
}

.p4-cont .p4-left .small {
  margin-bottom: .7rem;
  font-size: .24rem;
  font-weight: bold;
  color: #000;
}

.p4-cont .p4-left .desc {
  margin-bottom: .55rem;
  font-size: .18rem;
  font-weight: bold;
  line-height: .36rem;
  color: #666666;
}

.p4-cont .p4-left .vs-img {
  width: 6.4rem;
  height: 2.61rem;
}
.p4 .p4-other .other-tit{
  margin-bottom: .75rem;
  text-align: center;
  font-size: .48rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.p4 .p4-other .other-txt{
  margin-bottom: .4rem;
  display: flex;
  justify-content: space-between;
}
.p4 .p4-other .other-txt>div{
  cursor: default;
  width: 6.8rem;
  padding-bottom: .7rem;
  text-align: center;
  background: url(../img/index/p4-ar2.png) center bottom no-repeat;
  background-size: 6.8rem;
  font-size: .36rem;
  font-weight: bold;
  color: #000000;
}
.p4 .p4-other .other-txt>div:hover{
  background: url(../img/index/p4-ar1.png) center bottom no-repeat;
  background-size: 6.8rem;
  color: #eda73f;
}
.p5 {
  min-height: 12rem;
  padding-bottom: .7rem;
  box-sizing: border-box;
  background: #eeeeee url(../img/index/p5-bg.jpg) bottom center no-repeat;
  background-size: 100%;
}

.p5 .p5-tit {
  padding-top: .7rem;
}

.p5 .p5-tit .big {
  font-size: .48rem;
  font-weight: bold;
  color: #000;
}

.p5 .p5-tit .small {
  margin-bottom: .35rem;
  font-size: .36rem;
  font-weight: bold;
  color: #000;
}

.p5 .p5-tit .small span {
  color: #eda73f;
}

.p5 .p5-tit .desc {
  font-size: .18rem;
  line-height: .3rem;
  font-weight: bold;
  color: #666666;
}

.p5 .p5-cont {
  position: relative;
}


.p5 .p5-cont .p5-list li.p5-en {
  width: 2.4rem;
  margin-top: 6.7rem;
  padding-bottom: .3rem;
  font-size: .18rem;
  line-height: .28rem;
  color: #595757;

}

.p5 .p5-cont .p5-list li {
  float: left;
  position: relative;
  margin-right: .25rem;
  width: 3.55rem;

  flex: 0 0 3.55rem;
}

.p5 .p5-cont .p5-list li:nth-of-type(4) {
  margin-top: -.8rem;
}

.p5 .p5-cont .p5-list li:nth-of-type(3) {
  margin-top: .95rem;
}

.p5 .p5-cont .p5-list li:nth-of-type(2) {
  margin-top: 2.8rem;
}

.p5 .p5-cont .p5-list li:last-child {
  margin-right: 0;
}

.p5 .p5-cont .p5-list li img {
  width: 3.55rem;
  height: 3.55rem;
}

.p5 .p5-cont .p5-list li .list-desc {
  position: relative;
  margin: -.55rem auto 0 auto;
  padding: .2rem .2rem 0.2rem .2rem;
  min-height: 2.45rem;
  box-sizing: border-box;
  width: 3.15rem;
  background-color: #fff;
  cursor: default;
}

.p5 .p5-cont .p5-list li:hover .list-desc {
  background: #f7ac3b;
  color: #fff;
}

.p5 .p5-cont .p5-list li:hover .list-desc .big,
.p5 .p5-cont .p5-list li:hover .list-desc .small {
  color: #fff;
}

.p5 .p5-cont .p5-list li .list-desc .big {
  margin-bottom: .1rem;
  font-size: .3rem;
  font-weight: bold;
  color: #000;
}

.p5 .p5-cont .p5-list li .list-desc .small {
  font-size: .16rem;
  line-height: .28rem;
  /*color: #666666;*/
  text-align: justify;
}

.p6 {
  padding-top: 1.2rem;
  padding-bottom: 1.6rem;
}

.p6 .p6-tit {
  margin-bottom: 1.6rem;
  text-align: center;
}

.p6 .p6-tit .big {
  font-size: .54rem;
  font-weight: bold;
  color: #000;
}

.p6 .p6-tit .big span {
  color: #f8ad3b;
}

.p6 .p6-tit .small {
  font-size: .36rem;
  font-weight: bold;
  color: #000;
}

.p6 .p6-tit img {
  margin: .4rem auto;
  display: block;
  width: 14rem;
}

.p6 .p6-tit .desc {
  font-size: .2rem;
  line-height: .36rem;
  color: #666666;
}

.p6 .p6-cont ul {
  display: flex;
  justify-content: space-between;
}

.p6 .p6-cont ul li {
  position: relative;
  width: 4.4rem;
  cursor: default;
}

.p6 .p6-cont ul li .small {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -.4rem;
  font-size: .24rem;
  font-weight: bold;
  color: #595757;
  writing-mode: vertical-lr;
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p6 .p6-cont ul li .small::before {
  content: "";
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  background: transparent;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #c8c8c8;
  border-radius: 50%;
}

.p6 .p6-cont ul li .big {
  position: absolute;
  z-index: 2;
  font-size: .48rem;
  font-weight: bold;
  color: #fff;
  width: 100%;
  text-align: center;
  top: .6rem;
}

.p6 .p6-cont ul li .desc {
  position: absolute;
  top: 1.8rem;
  left: 0;
  background: #747474;
  min-height: 2.5rem;
  background: rgba(102, 102, 102, .9);
  box-sizing: border-box;
  border-top: .05rem solid #f8ad3b;
  padding: .4rem .3rem 0 .3rem;
  font-size: .18rem;
  line-height: .3rem;
  color: #fff;
  text-align: justify;
  opacity: 0;
  transition: all .4s ease-in-out;
}

.p6 .p6-cont ul li:hover .desc {
  opacity: 1;
}

.p6 .p6-cont ul li:hover .small {
  background: #f8ad3b;
  color: #fff;
}

.p6 .p6-cont ul li .img-box {
  width: 4.4rem;
  height: 1.8rem;
}

.p6 .p6-cont ul li .img-box img {
  width: 4.4rem;
  height: 1.8rem;
}

.p7 {
  padding-top: 1rem;
  padding-bottom: .7rem;
  background: #f2f2f3;
}

.p7 .p7-tit {
  margin-bottom: .75rem;
  text-align: center;
  font-size: .48rem;
  font-weight: bold;
  color: #000;
}

.p7 .p7-more a {
  display: block;
  margin: 0 auto;
  width: 2.2rem;
  height: .4rem;
  border-radius: .22rem;
  line-height: .4rem;
  text-align: center;
  border: 1px solid #fbb03b;
  box-sizing: border-box;
  font-size: .24rem;
  font-weight: bold;
  color: #fbb03b;
}

.p7 .p7-cont ul {
  margin-bottom: 1.05rem;
  display: flex;
  justify-content: space-between;
}

.p7 .p7-cont ul .desc {
  margin-bottom: .5rem;
  font-size: .24rem;
  font-weight: bold;
  line-height: .34rem;
  color: #9fa0a0;
  text-align: center;
  transition: all .4s ease-in-out;
}

.p7 .p7-cont ul .time {
  font-size: .24rem;
  font-weight: bold;
  color: #fff;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background: #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1em;
}

.p7 .p7-cont ul li {
  position: relative;
}

.p7 .p7-cont ul li .time {
  position: relative;
  transition: all .4s ease-in-out;
}

.p7 .p7-cont ul li .time::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background: transparent;
  box-sizing: border-box;
  display: none;
  transition: all .4s ease-in-out;

}

.p7 .p7-cont ul li::before {
  content: "";
  position: absolute;
  bottom: .7rem;
  right: -.4rem;
  width: .27rem;
  height: .16rem;
  background: url(../img/index/p6-ar.png) center no-repeat;
  background-size: 100%;
}

.p7 .p7-cont ul li:last-child::before {
  display: none;
}

.p7 .p7-cont ul li:hover .desc {
  transform: scale(1.1);
  color: #000;
}

.p7 .p7-cont ul li:hover .time {
  transform: scale(1.1);
  background: #fbb03b;
}

.p7 .p7-cont ul li:hover .time::after {
  display: block;
}

.p8 {
  padding-top: 1.2rem;
  padding-bottom: 1.5rem;
}

.p8-cont {
  display: flex;
  justify-content: space-between;
}

.p8-cont .p8-left {
  width: 6.51rem;
  flex: 0 0 6.51rem;
}

.p8-cont .p8-left .p8-tit {
  padding-bottom: .4rem;
  margin-bottom: .4rem;
  border-bottom: 1px solid #acabab;
  font-size: .48rem;
  font-weight: bold;
  color: #000;
}

.p8-cont .p8-left .p8-tit span {
  padding-right: .1rem;
  color: #fbb03b;
  font-weight: .5rem;
}

.p8-cont .p8-left .new-box .img-box,
.p8-cont .p8-left .new-box .img-box img {
  width: 6.41rem;
  height: 3.29rem;
  display: block;
}

.p8-cont .p8-left .new-box .new-tit {
  margin: .3rem 0 .25rem 0;
  font-size: .3rem;
  font-weight: bold;
  color: #282828;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.p8-cont .p8-left .new-box .new-desc {
  margin-bottom: .25rem;
  font-size: .16rem;
  line-height: .36rem;
  font-weight: bold;
  color: #282828;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p8-cont .p8-left .new-box .other {
  display: flex;
  justify-content: space-between;
  padding-bottom: .2rem;
  border-bottom: 1px solid #acabab;
  font-size: .18rem;
  font-weight: bold;
  color: #595757;
}

.p8-cont .p8-left .new-box .other .all {
  color: #fbb03b;
}

.p8-cont .p8-left .p8-swiper {
  position: relative;
  height: 6.45rem;
}

.p8-cont .p8-left .p8-swiper .swiper-button-next::after,
.p8-cont .p8-left .p8-swiper .swiper-button-prev::after {
  display: none;
}

.p8-cont .p8-left .p8-swiper .swiper-button-next,
.p8-cont .p8-left .p8-swiper .swiper-button-prev {
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  top: unset;
  margin-top: 0;
  bottom: 0;
}

.p8-cont .p8-left .p8-swiper .swiper-button-next {
  background: url(../img/next.png) center no-repeat;
  background-size: 100%;
  right: 0;
}

.p8-cont .p8-left .p8-swiper .swiper-button-prev {

  background: url(../img/prev.png) center no-repeat;
  background-size: 100%;
  right: .5rem;
  left: unset;
}

.p8-cont .p8-left .p8-swiper .p8-more {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 12;
}

.p8-cont .p8-left .p8-swiper .p8-more a {
  width: 1.35rem;
  line-height: .4rem;
  font-size: .24rem;
  background: #fbb03b;
  color: #fff;
  font-weight: bold;
  text-align: center;
}


.p8-cont .form-box {
  width: 6.5rem;
  flex: 0 0 6.5rem;
  border-radius: .3rem;
  background: #e6e6e6;
  overflow: hidden;
}

.p8-cont .form-box .form-tit {
  padding-top: .25rem;
  box-sizing: border-box;
  height: 1.4rem;
  background: #fbb03b;
  font-size: .32rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.p8-cont .form-box form {
  padding: .35rem .35rem .5rem .35rem;
  box-sizing: border-box;
}

.p8-cont .form-box input,
.p8-cont .form-box textarea {
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  font-size: .24rem;
  color: #c0c1c1;
  padding: 0 .3rem;
  box-sizing: border-box;

}

.p8-cont .form-box input {
  margin-bottom: .1rem;
}

.p8-cont .form-box textarea {
  font-family: 'myfont';
  margin-bottom: .35rem;
  min-height: 2.4rem;
  resize: none;
}

.p8-cont .form-box button {
  margin: 0 auto;
  display: block;
  width: 2.2rem;
  line-height: .5rem;
  border-radius: .25rem;
  text-align: center;
  font-size: .24rem;
  color: #FFF;
  font-weight: bold;
  background: #fbb03b;
}

input::input-placeholder {
  color: #c0c1c1 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #c0c1c1 !important;

}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #c0c1c1 !important;

}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #c0c1c1 !important;

}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c0c1c1 !important;

}