html {
    /*width: 100%;
    height: 100%;*/
    font-family: '微软雅黑',Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, WenQuanYi Micro Hei, Microsoft Yahei, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
  }
  
  body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  main,
  menu,
  nav,
  section,
  summary {
    display: block;
  }
  
  audio,
  canvas,
  progress,
  video {
    display: inline-block;
    vertical-align: baseline;
  }
  
  audio:not([controls]) {
    display: none;
    height: 0;
  }
  
  [hidden],
  template {
    display: none;
  }
  
  a {
    background-color: transparent;
    text-decoration: none;
  }
  
  a:active,
  a:hover {
    outline: 0;
  }
  
  abbr[title] {
    border-bottom: 1px dotted;
  }
  
  b,
  strong {
    font-weight: bold;
  }
  
  dfn {
    font-style: italic;
  }
  
  h1,
  h2,
  h3,
  h4 {
    margin: 0;
  }
  
  mark {
    background: #ff0;
    color: #000;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sup {
    top: -0.5em;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  img {
    border: 0;
  }
  
  svg:not(:root) {
    overflow: hidden;
  }
  
  figure {
    margin: 1em 40px;
  }
  
  hr {
    box-sizing: content-box;
    height: 0;
  }
  
  pre {
    overflow: auto;
  }
  
  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }
  
  button {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
  }
  
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  
  button[disabled],
  html input[disabled] {
    cursor: default;
  }
  
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  
  input {
    line-height: normal;
  }
  
  input[type="checkbox"],
  input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
  }
  
  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
  }
  
  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }
  
  legend {
    border: 0;
    padding: 0;
  }
  
  textarea {
    overflow: auto;
  }
  
  optgroup {
    font-weight: bold;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  ul,
  li,
  td,
  th {
    padding: 0;
  }
  
  ul,
  li {
    margin: 0;
  }
  
  li {
    list-style: none;
  }
  
  p {
    margin: 0;
  }
  
  .clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
  }
  
  .clearfix {
    *zoom: 1;
  }
  .container {
    position: relative;
    margin: 0 auto;
    width: 1200px;
  }
.leftCol{
    float:left;
}
.rightCol{
    float:right;
}

.header{
    width:100%;
    height:79px;
    border-bottom: 1px solid rgba(255,255,255,.2);
    position: fixed;
    top:0;
    left:0;
    z-index: 100;
}
.header-logo{
    display: block;
    line-height: 80px;
    margin-right:20px;
}
.header-logo img{
    vertical-align: middle;
}
.header-link{
    display: block;
    border-bottom: 2px solid transparent;
    font-size:18px;
    color:#A9CFFF;
    line-height: 77px;
    margin-left:30px;
}
.header-link:hover{
    color:#fff;
    font-weight: bold;
    border-bottom-color: #fff;
}
.header.hover{
    background:#fff;
    display: none;
    border-bottom: none;
}
.header.hover .header-link{
    color:#666;
}
.header.hover .header-link:hover{
    color:#1593FF;
    border-bottom-color: #1593FF;
}
.banner{
    width:100%;
    height:805px;
    position: relative;
}
.banner-img{
    position: absolute;
    top:0;
    left:50%;
    margin-left:-960px;
}
.banner-text{
    position: absolute;
    bottom: 10px;
    left:50%;
    margin-left:-600px;
}
.banner-text h2{
    font-size:48px;
    color:#1593FF;
}
.banner-text p{
    font-size:20px;
    color:#333;
    line-height: 30PX;
    margin-top: 20px;
}

.part1{
    width:100%;
    margin-top:15px;
    padding:66px 0 427px;
    background:url('../../../../Public/Images/Feature/anniversary/bg1.png') bottom center no-repeat;
}
.part1-news{
    width:1240px;
}
.part1-news.two{
    padding:45px 0 77px;
}
.part1-news li.left{
    margin-right:18px;
}
.part1-news-li{
    padding:28px 0 35px;
    text-align: center;
    width:240px;
    position: relative;
    background:#fff;
    box-shadow:0px 2px 44px 5px rgba(126,205,241,0.14);
    border-radius:6px;
    margin-right:30px;
}
.part1-news.two .part1-news-li:first-child{
    margin-right:90px;
    margin-left:70px;
}
.part1-news.two .part1-news-li{
    margin-right:40px;
}
.part1-news-p1{
    font-size:20px;
    color:#666;
    margin-top:20px;
}
.part1-news-p2{
    font-size: 24px;
    color:#333;
    line-height: 30px;
    margin-top:10px;
}
.part1-news-p2 b{
    color:#FF9C1D;
}
.part1-news-li.item1{
    top:33px;
}
.part1-news-li.item2{
    top:71px;
}
.part1-news-li.item3{
    top:133px;
}
.part1-news-li.item4{
    top:0;
}
.part1-news-li.item5{
    top:-30px;
}
.part1-news-li.item6{
    top:0;
}
.part1-news-li.item7{
    top:76px;
}
.part-title{
    text-align: center;
}
.part1-info{
    padding-top:55px;
}
.part2-info-time{
    font-size:30px;
    color:#FDE011;
    margin-top:30px;
    text-align: center;
    margin-bottom: 67px;
}
.part1-tea{
    padding-top:90px;
}
.part1-t1{
    padding:60px 0 0 435px;
    min-height: 180px;
    position: relative;
}
.part1-t1-img{
    position: absolute;
    top:0;
    left:156px;
}
.part1-t-name{
    font-size:24px;
    color:#fff;
}
.part1-t-info{
    font-size:18px;
    color:#fff;
    line-height: 30px;
    margin-top:10px;
}
.part1-t2{
    position: relative;
    top:140px;
}
.part1-t2 .part1-t-name{
    margin-top:30px;
}
.part1-t-text{
    max-width: 525px;
    position: relative;
    top:60px;
    margin:0 80px 0 90px;
}
.part1-t-h4{
    font-size:18px;
    color:#FDE011;
}
.part1-t-p{
    font-size:18px;
    color:#fff;
    line-height: 22px;
    margin-bottom: 20px;
}
.part1-link{
    display: block;
    width:300px;
    height: 60px;
    background:#FF9C1D;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    font-size:30px;
    color:#fff;
    font-weight: bolder;
    margin:130px auto 0;
}
.part1-link:hover{
    background:#FC8200;
}

.part2{
    width: 1000px;
    padding:60px 100px;
    background:#fff;
    box-shadow:0px 2px 44px 5px rgba(126,205,241,0.14);
    border-radius:24px;
    margin:-350px auto 0;
}
.part2-line{
    padding-top:40px;
    border-bottom: 1px solid #ddd;
}
.part2-main1{
    padding:50px 390px 50px 0;
    border-bottom: 1px solid #ddd;
    min-height: 156px;
    position: relative;
    margin-bottom: 50px;
}
.part2-main1-img{
    position: absolute;
    top:50px;
    right:0;
}
.part2-main1-p{
    font-size:24px;
    color:#333;
    line-height: 32px;
    margin-top:40px;
}
.part2-main1-p b{
    color:#FF9C1D;
}
.part2-main2{
    padding:60px 65px;
    background:#F8F8F8;
    margin-top:40px;
}
.part2-main2-item.width{
    width:50%;
}
.part2-main2-p{
    font-size:24px;
    color:#FF9C1D;
    margin-bottom: 30px;
}
.part2-main2-p b{
    color:#333;
}
.part2-link{
    display: block;
    width:240px;
    height: 56px;
    background:#1593FF;
    text-align: center;
    line-height: 56px;
    font-size:24px;
    color:#fff;
    font-weight: bolder;
    margin-top:40px;
    border-radius: 28px;
}
.part2-link:hover{
    background:#157DFF;
}
.part2-p{
    font-size: 16px;
    color:#333;
    line-height: 56px;
    margin-top:40px;
}
.part3{
    padding-top:80px;
}
.part3-list{
    padding-top:25px;
    width:1230px;
}
.part3-item{
    margin-top:90px;
    padding: 0 24px 28px;
    width:168px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 12px 1px rgba(126,205,241,0.14);
    border-radius:6px;
    margin-right:30px;
    text-align: center;
    position: relative;
    top:0;
    transition: all .3s ease-out 0s;
}
.part3-item:hover{
    top:-20px;
}
.part3-item-img{
    margin-top:-60px;
}
.part3-name{
    font-size:20px;
    color:#333;
    margin-top:27px;
}
.part3-line{
    display: block;
    width: 43px;
    height:4px;
    background:#1593FF;
    border-radius: 2px;
    margin:8px auto 0;
}
.part3-p{
    font-size:14px;
    color:#333;
    line-height: 20px;
    height: 40px;
    margin-top:15px;
}


.part4{
  width:100%;
  padding:270px 0 100px;
  background:url('../../../../Public/Images/Feature/anniversary/bg2.png') bottom center no-repeat;
}
.part4-main{
    margin-top:40px;
    position: relative;
}
.swiper-container, .swiper-wrapper{
    width:1200px;
}
#certify  .swiper-slide {
	width: 600px;
	height: 340px;
	background: #fff;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

#certify .swiper-slide img{
	display:block;
}


#certify .swiper-button-prev {
  left: 0;
  top:50%;
  margin-top:-160px!important;
  width: 300px;
  height: 320px;
	background: url('../../../../Public/Images/Feature/anniversary/left-n.png') no-repeat center center;
	background-size: 100%;
}

#certify .swiper-button-next {
  right: 0;
  top:50%;
  margin-top:-160px!important;
	width: 300px;
	height: 320px;
	background: url('../../../../Public/Images/Feature/anniversary/right-n.png') no-repeat center center;
	background-size: 100%;
}
.part4-img{
    width:600px;
    height:340px;
    overflow: hidden;
    display: block;
}
.part4-item-text{
    width: 100%;
    height: 60px;
    position: absolute;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    bottom: 0;
    left: 0;
    background:rgba(0,0,0,.4)
}

footer{
    width:100%;
    padding:30px 0;
    background:#157DFF;
    text-align: center;
}
footer p, footer a{
    font-size:12px;
    color:#fff;
    line-height: 20px;
}

.leader{
    position: fixed;
    right:15px;
    bottom: 20%;
    z-index: 100;
}
.leader-item{
    width:96px;
    padding:20px 0;
    text-align: center;
    margin-bottom: 1px;
    background:#FF9C1D;
    font-size:24px;
    color:#FFFEFE;
    line-height: 34px;
    position: relative;
}
.leader-hide{
    width:200px;
    padding:15px 0 20px;
    text-align: center;
    position: absolute;
    top:0;
    left:-205px;
    background:#FC8200;
    display: none;
    z-index:100;
}
.leader-hide-p{
    font-size:16px;
    line-height: 20px;
    margin-top:10px;
}
.leader-item:hover{
    background:#FC8200;
}
.leader-item:hover .leader-hide{
    display: block;
}


.popup-player {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100
  }

  .popup-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8
  }

  .popup-player-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    margin-top: -300px;
    width: 800px;
    height: 600px;
    z-index: 100
  }

  .popup-close {
    position: absolute;
    right: 10px;
    top: -25px;
    display: block;
    width: 54px;
    height: 15px;
    background: url('../../../../Public/Images/Feature/anniversary/colse.png') no-repeat
  }



