body,h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
.fr{
  float: right;
}
.header{
  position: fixed; 
  z-index: 70;
  height: 84px;
  top: 0;
  left: 0;
  right: 0;
  background: url(../images/header-bg.png) center center;
  background-size: 100% 100%;
}
.logo{
  top: 15px;
  position: absolute;
  left: 30px;
  color: #fff;
  background: url(../images/logo.png) no-repeat center center;
  width: 211px;
  height: 33px;
  text-indent: -9999px;
  overflow: hidden;
}

.caption{
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 65px; 
}

.mp4left{
    position: absolute;
    width:360px;
    height:620px;
    padding:0 10px;
    box-sizing: border-box;
    line-height: 30px;
    top: 80px;
    left: 5px;
}
.mp4left span{
    color:#ff0909;
    font-size:26px;
    margin-right:100px;
}
.menu {
  margin: 0;
  padding: 0;
  position: fixed;
  right:30px;
  top: 0;
  list-style-type: none;
}

.menu li {
  float: left;
  height: 65px;
  line-height: 60px;
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
}
.menu li:first-child{
  margin-right: 58px;
}
.menu a{
  display: inline-block;
  width: 117px;
  height: 28px;
  overflow: hidden;
  text-indent: -9999em;
}
.menu li.active{
  background: url(../images/menu-item-active.png) no-repeat bottom center;
  background-size: 100% 13px;
}
.menu li:first-child a{
  background: url(../images/menu-item1.png) center center;
  background-size: 100% 100%;
}
.menu li:last-child a{
  background: url(../images/menu-item2.png) center center;
  background-size: 100% 100%;
}
.menu li:first-child.active a,
.menu li:first-child:hover a{
  background: url(../images/menu-item1-hover.png) center center;
  background-size: 100% 100%;
}
.menu li:last-child.active a,
.menu li:last-child:hover a{
  background: url(../images/menu-item2-hover.png) center center;
  background-size: 100% 100%;
}

#fp-nav ul li a span{
  background-color: #fff;
  border-color: #fff;
  opacity: 0.4;
}
#fp-nav ul li a.active span{
  opacity: 1;
  background-color: #fff;
}

.kefu{
  display: inline-block;
  width: 84px;
  height: 84px;
  position: fixed;
  z-index: 100;
  right: 0;
  top: 60%;
  margin-top: -42px;
  background: url(../images/kefu.png) center center;
  background-size: 100% 100%;
  cursor: pointer;
}

.hide{
  display: none!important;
}

.section {
  text-align: center;
  font: 16px "Microsoft Yahei";
  color: #fff;
  background-size: cover;
}
#section0{
  background-image: url(../images/1.jpg);
}
#section1{
  background-image: url(../images/2.jpg);
}
#section0 h1{
  font-size: 80px;
}
.section h2{
  font-size: 30px;
  font-weight: 400;
}
.section video{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  object-fit: cover;
  object-position: center center;
}
.links{
  text-align: center;
}
.btn-link{
  font-size: 30px;
  display: inline-block;
  width: 324px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  margin: 0 30px;
  text-decoration: none;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
  text-indent: -9999em;
}
.btn-link:hover{
  /* box-shadow: 0 0 10px rgba(255,255,255,0.5); */
}
.btn-link1{
  background: url(../images/btn-link1.png) center center;
  background-size: 100% 100%;
}
.btn-link2{
  background: url(../images/btn-link2.png) center center;
  background-size: 100% 100%;
}
.btn-link3{
  background: url(../images/btn-link3.png) center center;
  background-size: 100% 100%;
}



.banner{  
  width: 669px;
  height: 178px;
  background: url(../images/banner.png) center center;
  background-size: 100% 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999em;
  margin-bottom: 70px;
}
.slogon{  
  background-size: 100% 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999em;
  margin-bottom: 70px;
}
.slogon1{
  width: 697px;
  height: 123px;
  background: url(../images/slogon1.png) center center;
}
.slogon2{
  width: 705px;
  height: 129px;
  background: url(../images/slogon2.png) center center;
}
.partner{
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  text-align: center;
}
/* .partner li {
  display: inline-block;
  margin-right: 25px;
  margin-top: 15px;
  width: 160px;
  height: 60px;
  position: relative;
}
.partner li img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
} */

.cards-list{
  display: flex;
  justify-content: left;
  align-items: center;
  width: 1400px;
  margin: 80px auto 0;
}
.card{
  position: relative;
  width: 280px;
  height: 238px;
  margin-right: 20px;
  transition: all .3s;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
}
.card:last-child{
  margin-right: 0;
}
.card.active{
  width: 504px;
}
.card.active .list-box-min{
  opacity: 0;
}
.card.active .list-box-max{
  opacity: 1;
}
.list-box-min{
  text-align: center;
  background: url(../images/card-bg.png) center center;
  background-size: 100% 100%;
  opacity: 1;
}
.list-box-max{
  opacity: 0;
  background: url(../images/card-bg2.png) center center;
  background-size: 100% 100%;
}

.list-box-max,.list-box-min {
  padding: 0;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.35s linear;
}
.list-box-max .title{
  font-size: 27px;
  font-weight: 600;
  color: #2BA4FF;
  margin-bottom: 10px;
  margin-top: 65px;
}
.list-box-max .txt{
  font-size: 18px;
  color: #2BA4FF;
  margin: 0;
  padding: 0 10px;
}
.list-box-min .txt{
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 0 10px;
}
.list-box-min .card-icon{
  width: 28px;
  height: 28px;
  margin: 70px auto 10px auto;
}

.pop{
  width: 929px;
  height: 417px;
  display: block;
  visibility: visible;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  margin-left: -464px;
  margin-top: -208px;  
  background: url(../images/popup.png) center center;
  background-size: 100% 100%;
}
.pop-hd {
  position: relative;
  width: 100%;
  text-align: center;
}
.pop-hd .close{
  font-size: 30px;
  position: absolute;
  font-weight: 700;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.pop-bd {
  font-family: HYYakuHei-HEW;
  letter-spacing: 1.97px;
  text-align: left;
  padding-top: 100px;
  padding-left: 325px;
  padding-right: 75px;
}
.pop-con{
  font-size: 27px;
  color: #253176;
  margin-bottom: 30px;
}
.pop-con:first-child{
  color: #000000;
  font-size: 33px;
  margin-bottom: 58px;
  font-weight: bold;
}
.pop-con .qq{
  display: inline-block;
  padding-left: 38px;
}
.pop-con .copy{
  color: #0091FF;
  cursor: pointer;
}

@media screen and (max-width:1400px) {
  .banner,.slogon{
    margin-bottom: 30px;
  }
  .kefu{
    top: 65%;
  }
  .cards-list{
    margin-top: 30px;
    width: 100%;
  }
  .card{
    width: 20%;
  }
  .card.active{
    width: 30%;
  }
  .partner img{
    width: 100%;
  }
}