body {
  overflow: hidden;
}

/*
  h1
*/


@-webkit-keyframes bluePulse {
  from {
   
  }

  50% {
   
  }

  to {
   
  }

}

.pcbanner{ display:block}
.sjbanner{ display:none}
@-webkit-keyframes h2 {
  from {
    color: #fff;
    text-shadow: 2px 2px 10px #00306b
  }

  50% {
    color: #cecece;
    text-shadow: 2px 2px 10px #0050b4
  }

  to {
    color: #fff;
    text-shadow: 2px 2px 10px #00306b
  }
}

.section2.active .section2-left h1.button,
.section3.active .section3-left h1.button,
.section7.active .section7-left h1.button  {
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
}


.section2.active .section2-left h1.blue.button,.section7.active .section7-left h1.blue.button {
  -webkit-animation-name: bluePulse;
  -webkit-animation-duration: 2s;
}

.section3.active .section3-left h1.blue.button {
  -webkit-animation-name: h2;
  -webkit-animation-duration: 2s;
}



.mobile-inner-header {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0px;
  display: none;
}

.mobile-inner-header-icon {
  color: #ffffff;
  height: 50px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 50px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}

.mobile-inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.mobile-inner-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 2);
  width: 25px;
  height: 1px;
  background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}





.mobile-inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}



@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);

  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}



@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

.wrapper-inner-buttons a {
  background-color: #3f8dbf;
  line-height: 35px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 10px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  border-radius: calc(35px / 2);
}

.section {
  position: relative;
  overflow: hidden;
  text-align: center;
}

.section1 {
  background: url("images/banner.jpg") no-repeat center;
  background-size: 100% 100%;
}

.section1 .b-txt {
  position: absolute;
  top: 320px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  opacity: 0;
  animation: vanishOut 0.5s;
}

.swiper-slide.swiper-slide-active .b-txt {
  opacity: 1;
  animation: vanishIn 1s;
}

.section2 {
  background: url(../images/1.jpg) no-repeat;
  background-size: 100% 100%;

}

.section2 .scetion2-con,
.section3 .scetion3-con,
.section7 .scetion7-con {
  margin: 15% auto 0;
  width: 70.625%;
}

.section2 .section2-left,
.section3 .section3-left,
.section7 .section7-left 
{
  width: 25.811%;
  float: left;

}

.section2 .section2-left h1,
.section3 .section3-left h1,
.section7 .section7-left h1{
  font-size: 6vw;
  font-family: arial;
  text-align: left;
  color: #00479e;
  animation: tinRightOut 0.5s;
  position: relative;
}

.section2.active .section2-left h1,
.section3.active .section3-left h1，
.section7.active .section7-left h1 {
  animation: spaceInLeft 0.8s;
  animation-delay: 0.1s;
}

.section2 .section2-left h1 span {
  font-size: 35px;
  color: #00479e;
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: -35px;
}

.section2 .section2-left h2,
.section3 .section3-left h2,
.section7 .section7-left h2 {
  font-size: 40px;
  color: #010101;
  position: relative;
  margin-top: 60px;
  padding-bottom: 0px;
  float: right;
  animation: tinLeftOut 0.5s;
}

.section2.active .section2-left h2,
.section3.active .section3-left h2,
.section7.active .section7-left h2 {
  animation: spaceInLeft 0.8s;
  animation-delay: 0.1s;
}

.section2 .section2-left h2:before,
.section3 .section3-left h2:before,
.section7 .section7-left h2:before {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  width: 57px;
  background-color: #e60012;
  bottom: 0;
}

.section2 .section2-right {
  width: 66.37%;
  float: right;
  padding: 40px;
  background-color: #316bb1;
  animation: spaceOutUp 0.8s;
}

.section2.active .section2-right {
  animation: spaceInUp 0.8s;
}

.section2-right li {
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5888c1;

}

.section2.active .section2-right li {
  animation: swashIn 0.8s;
  animation-delay: 0.3s;
}

.section2-right li img {
  width: 16.4%;
  float: left;
}

.section2-right li .section2-right-r {
  width: 75.59%;
  float: right;
}

.section2-right li .section2-right-r .date {
  float: left;
  width:70px;
  text-align: left;
  font-family: arial;
  font-size: 32px;
  color: #fff;
  margin-top: 0px;
}

.section2-right li .section2-right-r .date span {
  font-size: 26px;
  font-weight:bold;
  color: #fff;
  display:block;
  text-align:center;
}
.section2-right li .section2-right-r .date span p{
	font-size:12px;
	text-align:center
	}
.section2-right li .section2-right-r .title {
  float: right;
  width: 80%;
  text-align: left;
  margin-top: 0px;
}

.section2-right li .section2-right-r .title h4 {
  font-size: 18px;
  color: #fff;
}

.section2-right li .section2-right-r .title p {
  font-size: 14px;
  opacity: 0.7;
  color: #fff;
}

.section3 {
  background: url(../images/7.jpg) no-repeat;
  background-size: 100% 100%;
}
.section3 .scetion3-con{
  margin-top:10%;
}
.section3 .section3-left h1,
.section3 .section3-left h2 {
  color: #fff;
}

.section3 .section3-left h2 {
  margin-top: 0
}

.section3 .section3-left {
  float: none;
}

.i-a {
  width: 51%;
  font-size: 15px;
  color: #fff;
  text-align: left;
  margin-top: 20px;
}

.section3 .i-ab {
  margin-top:40px;
  text-align: center;
}
.section3 .i-ab div{
  background: url(../images/2.png) no-repeat;
  width: 106px;
  height: 122px;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction:column;
  float: left;
  margin-right: 20px;
  position: relative;
  animation: puffOut 1.2s;
}
.section3 .i-ab div::before{
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  background:#fff;
  top: 30px;
  left: 0;
  opacity: 0;
}
.section3 .i-ab div:hover::before{
  opacity: 1;
  width: 100%;
  transition-duration:0.5s ;
}
.section3 .i-ab div::after{
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  background:#fff;
  bottom: 30px;
  left: 0;
  opacity: 0;
}
.section3 .i-ab div:hover::after{
  opacity: 1;
  width: 100%;
  transition-duration:0.5s ;
}
.section3 .i-ab div:hover {
  background: none;
  transition-duration:0.5s ;
}
.section3 .i-ab div:hover a{
  font-size: 18px;
}
.section3 .i-ab div a{
  font-size: 15px;
  color:#fff;
}
.section3.active .i-ab div{
  animation: puffIn 1.2s;
}
.more{
  display: block;
  text-align: left;
  width: 150px;
  height: 45px;
  background-color: none;
  border:1px solid #fff;
  line-height: 45px;
  text-align: center;
  color:#fff;
  font-size: 15px;
  font-family: arial;
  margin-top: 10px;
}

.section4 {
  background: url(../images/3.jpg) no-repeat;
  background-size: 100% 100%;
}

.section4 h2,
.section5 h2 {
  font-size: 40px;
  color: #00479e;
  position: relative;
  padding-bottom: 5px;
}

.section4 h2::before,
.section5 h2::before {
  content: "";
  display: block;
  height: 2px;
  width: 55px;
  background-color: #e60012;
  left: 50%;
  margin-left: -27px;
  position: absolute;
  bottom: 0;
}

.section4-roll {
  width: 69.11%;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 20vh;
}

.section4 .swiper-container4 {
  margin-top: 50px;
}

.section4 .swiper-container4 .swiper-slide {
  animation: rotateDown 1s;
}

.section4 .swiper-container4 .swiper-slide .s-img {
  overflow: hidden;
  width:270px;
  margin:0 auto;
}

.section4 .swiper-container4 .swiper-slide{
  overflow: hidden;
}
.section4.active .swiper-container4 .swiper-slide {
  animation: perspectiveDownRetourn 1.5s;
}

.section4.active .swiper-container4 .swiper-slide:hover img {
  transform: scale(1.05, 1.05);
  transition-duration: 0.5s;
}

.section4 .s-name {
  height: 13vh;
  background-color: #00479e;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}

.section4.active .swiper-container4 .swiper-slide:hover .s-name {
  background-color: #0059c7;

  transition-duration: 0.5s;
}

.section4 .s-name h4,
.section4 .s-name p {
  font-size: 20px;
  color: #fff;
  padding: 0 10px;
}

.section4 .s-name p {
  font-size: 12px;
  margin-top: 10px;
}

.section5 {
  background: url(../images/6.jpg) no-repeat;
  background-size: 100% 100%;
}

.section5 .swiper-container5 {
  animation: opacityOut 1s;
  
}
.section5.active .swiper-container5{
  animation: opacityIn 3s;
}
.section5-roll {
  position: relative;
  width: 68.75%;
  margin: 21vh auto 0;
  overflow: hidden;

}

.swiper-container5 {
  width: 87.12%;
  margin: 9.2vh auto 0;
  overflow: hidden;
  height: 480px;
  position: relative;
}

.swiper-container5 .section5-roll {
  opacity: 0;
}

.swiper-container5 .swiper-slide {
  border-radius: 10px;
  height: 165px;
  position: relative;
  top: 220px;
}

.swiper-container5 .swiper-slide .arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #00479e;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -5px;
}

.swiper-container5 .swiper-slide:nth-of-type(2n) {
  top: 0px;
}

.swiper-container5 .swiper-slide:nth-of-type(2n) .date {
  margin-top: 0;
  border-radius: 10px 10px 0 0 ;
}

.swiper-container5 .swiper-slide:nth-of-type(2n) .arrow-up {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #00479e;
  border-bottom: 0;
  top: 170px;
}

.swiper-container5 .swiper-slide:nth-of-type(2n) p {
  border-radius:  0 0 10px 10px;
}

.swiper-container5 .swiper-slide .date {
  padding: 15px 30px;
  background: #00479e;
  font-size: 25px;
  color: #fff;
  border-radius: 10px 10px 0 0;
  margin-top: 10px
}
.section5 .roll-line {
  top: 38.6vh;
  background:#00479e;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
}
.swiper-container5 .swiper-slide:nth-of-type(2n) .circle {
  top: 182px;
}

.swiper-container5 .swiper-slide p {
  padding: 20px 30px 30px;
  font-size: 16px;
  color: #232323;
  text-align: left;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.swiper-container5 .swiper-slide .circle {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 26px;
  height: 26px;
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  top: -32px;
  left: 135px;
}

.swiper-container5 .swiper-slide .small-circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #0073ff;
  position: absolute;
  left: 50%;
  margin-left: -7px;
}

.swiper-container5 .swiper-slide .big-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0, 71, 158, 0.2);
}
.section6{
  background: url(../images/8.jpg) no-repeat;
  background-size: 100% 100%;
}
.section6-con{
  margin-top: 10%;
}
.section6 .section6-left{
  margin: 7% auto 0;
}
.section6 .section6-left h1{
  font-size: 86px;
  font-family: arial;
  color:#fff;
}
.section6 .section6-left h1 span{
  font-size: 40px;
  padding-left: 5px;
  position: relative;
  padding-bottom: 3px;
}
.section6 .section6-left h1 span::before{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: #e60012;
  height: 2px;
  width: 57px;
}
.section6 .partner{
  width: 45%;
  margin:0 auto;
}
.section6 .partner .ul1{
  margin-top: 20px;
}
.section6 .partner li{
  background: url(../images/3.png) no-repeat;
  width: 178px;
  float: left;
  height:207px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  margin: 0 15px;
  color:#727272;
  position: relative;
}
.section6 .partner li h4,.section6 .partner li p{
  text-shadow: 0px 0px 1px #00479e;
}
.section6 .partner .ul2{
  width: 73.96%;
  margin:0 auto;
  position: relative;
  top: -48px;
}
.section6.active .partner li{
  position: relative;
  animation: pTop 2s 0.2s linear infinite alternate;
}
@keyframes pTop{
  from{
    top:-10px;
  }
  50%{
    top:0;
  }
  to{
    top: 10px;
  }
}
.section6 .partner .ul2 li{
  margin:0 8px;
}
.section6 .partner .ul2 li:nth-of-type(2){
  margin: 0 22px;
}
.section6 .partner .ul2{
  animation:spaceOutDown 1s;
}
.section6.active .partner .ul2{
  animation:spaceInDown 1s;
}
.section6 .partner .ul1{
  animation:spaceOutUp 1s;
}
.section6.active .partner .ul1{
  animation:spaceInUp 1s;
}
.section7 .section7-left{
  width: 42%;
  float: left;
}
.section7 .scetion7-con{
  margin-top: 15%;
}
.section7.active .section7-left h2{
  margin-top: 0;
}
.section7 .section7-left h1,.section7 .section7-left h2{
  color:rgba(0, 71,158, 0.8);
}
.section7 .scetion7-con .i-con{
  background:rgba(0, 71,158, 0.8);
  height: 272px;
  width: 700px;
  float:right;
  margin-top: 50px;
}
.section7 .scetion7-con .i-con .i-con-a{
  width:88.487% ;
  margin:0 auto;
  padding-top: 70px;
  text-align: left;
}
.section7 .scetion7-con .i-con .i-con-l{
  float: left;
  width: 73%;
  animation:openDownLeft 1s;
}
.section7 .scetion7-con .i-con .code{
  animation:openDownRight 1s;
}
.section7.active .scetion7-con .i-con .i-con-l{
  animation:openDownLeftRetourn 1s;
}
.section7.active .scetion7-con .i-con .code{
  animation:openDownRightRetourn 1s;
}
.section7 .scetion7-con .i-con .code{
  float: right;
  width: 27%;
}
.section7 .scetion7-con .i-con .code img{
  margin-right: 0;
}
.section7 .scetion7-con .i-con .i-con-a p{
  margin-bottom: 30px;
  color:#fff;
}
.section7 .scetion7-con .i-con .i-con-a p span{
  position: relative;
  top: 0px;
}
.section7 .scetion7-con .i-con .i-con-a img{
  display: inline-block;
  margin-right: 10px;
}
.copyright{
  width: 100%;
  margin:0 auto;
  background: ;
  height: 60px;
  position: absolute;
  bottom: 0;
   background:rgba(0, 71,158, 0.8);
}
.copyright2 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
    color: #fff;
	padding-top:10px;
}
.section7{
  background:url(../images/9.jpg) no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1366px) {
  .header {
    padding: 0 20px;
  }

  .section2-right li .section2-right-r .date,
  .section2-right li .section2-right-r .title {
    margin-top: 5px;
  }

  .section2-right li .section2-right-r .title p {
    max-height: 23px;
    overflow: hidden;
  }

  .section3-roll {
    margin-top: 30vh;
  }

  .section5 .roll-line {
    top: 44.19vh;
    background:#00479e;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
  }

  .swiper-container5 {
    margin-top:10px;
  }

  .swiper-container5 .swiper-slide .circle {
    left: 93px;
  }

  .swiper-container5 .swiper-slide:nth-of-type(2n) .circle {
    top: 175px;
  }
  .section6 .partner{
    width: 68.75%;
  }
  .section6 .partner li{
    margin:0 3%;
  }
  .section6 .partner .ul2 li{
    margin:0 3%;
  }
  .section6 .partner .ul2 li:nth-of-type(2){
    margin: 0 40px;
  }
  .section6 .partner .ul2 li:nth-of-type(3){
    margin: 0 0 0 16px;
  }
  .section7 .scetion7-con .i-con{
    margin-top: 10px;
  }
  .section6-con{
    margin-top: 8%;
  }
  .i-a{
    margin-top: 20px;
  }
  .section7 .scetion7-con{
  margin-top: 5%;
}
}

@media (max-width: 1024px) {
  .mobile-inner-header-icon {
    display: block;
  }

  .wrapper-inner-buttons a.current {
    background-color: #f5d76e;
    color: #d35400;
  }

  .wrapper-inner-buttons a:hover {
    background-color: #35759F;
    color: #fff;
  }

  .mobile-inner-header-icon {
    color: #000;
    height: 50px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 50px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
  }

  .mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
  }

  .mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(0, 0, 0, 1);
  }

  .mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
  }

  .mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
  }





  .mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
  }

  .mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
  }



  @keyframes clickfirst {
    0% {
      transform: translateY(4px) rotate(0deg);

    }

    100% {
      transform: translateY(0) rotate(45deg);
    }
  }



  @keyframes clicksecond {
    0% {
      transform: translateY(-4px) rotate(0deg);
    }

    100% {
      transform: translateY(0) rotate(-45deg);
    }
  }

  .mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
  }

  .mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
  }

  @keyframes outfirst {
    0% {
      transform: translateY(0) rotate(-45deg);
    }

    100% {
      transform: translateY(-4px) rotate(0deg);
    }
  }



  @keyframes outsecond {
    0% {
      transform: translateY(0) rotate(45deg);
    }

    100% {
      transform: translateY(4px) rotate(0deg);
    }
  }

  .mobile-inner-nav {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    position: absolute;
    top: 74px;
    left: 0px;
    padding-bottom: 30px;
    display: none;
  }

  .mobile-inner-nav ul a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
  }

  .mobile-inner-nav ul a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }

  .mobile-inner-header {
    display: block;
    width: 15%;
    right: 0;
  }

  .nav ul {
    flex-direction: column;
    height: auto;
  }

  .nav ul li {
    float: none;
    width: 100%;
    margin-left: 0;

  }

  .mobile-inner-nav ul a {
    line-height: 40px;
  }

  .header {
    margin: 5px 0 0 0;
  }

  .logo {
    width: 100px;
  }

}
@media (max-width:988px) {
	.section2 .scetion2-con, .section3 .scetion3-con, .section7 .scetion7-con {
    margin: 20px auto 0;
    width: 90%;
}
.swiper-container5 .swiper-slide p {
    padding: 10px;
    font-size: 16px;
    color: #232323;
    text-align: left;
    background: #fff;
    border-radius: 0 0 10px 10px;
}
    .swiper-container5 .swiper-slide:nth-of-type(2n) .circle {
        top: 175px;
        display: none;
    }
	    .swiper-container5 .swiper-slide .circle {
        left: 93px;
        display: none;
    }
	.section7 .scetion7-con .i-con .i-con-l {
    float: left;
    width: 100%;
    animation: openDownLeft 1s;
}
	.swiper-container5 .swiper-slide .arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #00479e;
    position: absolute;
    top: 0;
    left: 50%;
    display: none;
    margin-left: -5px;
}
.swiper-container5 .swiper-slide .date {
    padding: 15px 30px;
    background: #00479e;
    font-size: 25px;
    color: #fff;
    border-radius: 10px 10px 0 0;
    margin-top: 0px; 
}
    .section5 .roll-line {
        top: 44.19vh;
        background: #00479e;
        height: 0px;
        width: 100%;
        position: absolute;
        left: 0;
    }
.swiper-container5 .swiper-slide {
    border-radius: 10px;    
    position: relative;
    top: 00px;
}
.section5-roll {
    position: relative;
    width: 68.75%;
    margin: 20px auto 0;
    overflow: hidden;
}
.swiper-container5 .swiper-slide:nth-of-type(2n) .arrow-up {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00479e;
    border-bottom: 0;
    top: 170px;
    display: none;
}
.section2 .section2-left, .section3 .section3-left, .section7 .section7-left {
    width: 100%;
    float: left;
	margin-bottom:00px;
}
.section3 .i-ab div a {
    font-size: 14px;
    color: #fff;
}
.section3 .i-ab {
    margin-top: 10px;
    text-align: center;
	display:none
}
.section2 .section2-left h2{
    font-size: 30px;
    color: #00479e;
    position: relative;
    margin-top: 0px;
    padding-bottom: 0px;
    float: left;
    animation: tinLeftOut 0.5s;
}
.section2 .section2-left h1 span {
    font-size: 35px;
    color: #00479e;
    position: absolute;
    display: inline-block;
    left: 0;
    display: none;
    bottom: -35px;
}
.section6 .section6-left h1 {
   font-size: 6vw;
    font-family: arial;
    text-align: center;
	width:100%;
	color:#00479e;
}
.section6 .section6-left h1 span::before {
    content: "";
    position: absolute;
    /* right: 0; */
    bottom: 0;
    background: #e60012;
    height: 2px;
	margin-right: 185px;
    width: 57px;
}
.section7 .scetion7-con .i-con {
    background: none;
    height: 452px;
    width: 100%;
    float: right;
    margin-top: 00px;
}
.section7 .scetion7-con .i-con .i-con-a {
    width: 100%;
    margin: 0 auto;
    padding-top: 00px;
    text-align: left;
}
.section7 .scetion7-con .i-con .i-con-a p {
    margin-bottom: 10px;
    
}
.section7 .scetion7-con .i-con .code {
    float: left;
    width: 100%;
    text-align: left;
	margin-top:30px;
}
.section4 h2, .section5 h2 {
    font-size: 30px;
    color: #00479e;
    position: relative;
    padding-bottom: 5px;
}
.section7 .scetion7-con .i-con .code img {
	width:50%;    
}

    .section6-con {
        margin-top: 20px;
    }
	.section6 .section6-left h1 span {
    font-size: 30px;
	color:#00479e;
    padding-left: 5px;
    position: relative;
    float: left;
    padding-bottom: 3px;
    width: 100%;
}
.section3 .section3-left h2, .section7 .section7-left h2 {
    font-size: 30px;
    color: #fff;
    position: relative;
    margin-top: 00px;
    padding-bottom: 0px;
    float: left;
    animation: tinLeftOut 0.5s;
}	
.section4-roll {
    width: 69.11%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 20px;
}
.section4 .swiper-container4 {
    margin-top: 10px;
}
.section3 .i-ab div {
    background: url(../images/2.png) no-repeat;
    background-size: contain;
    width: 85px;
    height: 89px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    margin-right: 1px;
    position: relative;
    animation: puffOut 1.2s;
}
.section2 .section2-right {
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 40px;
    background-color: #316bb1;
    animation: spaceOutUp 0.8s;
}
.section2-right li img {
    width: 100%;
    float: left;
}
.section2-right li .section2-right-r {
    width: 100%;
    float: left;
	margin-top:10px;
}
.section2-right li .section2-right-r .title {
    float: right;
    width: 70%;
    text-align: left;
    margin-top: 0px;
}
.section3 {
    background: url(../images/7sj.jpg) no-repeat;
    background-size: 100% 100%;
}
.i-a {
    width: 100%;
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-top: 20px;
}
	.pcbanner{ display:none}
.sjbanner{ display:block}
.sjbanner .b-txt {
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0;
    margin-left: 0;
    opacity: 0;
    animation: vanishOut 0.5s;
}
.section2 {
    background: url(../images/1.jpg) no-repeat;
    background-size: 400%;
}
.section4 {
    background: url(../images/3.jpg) no-repeat;
    background-size: 400%;
}
.section5 {
    background: url(../images/6.jpg) no-repeat;
    background-size: 450%;
}
.section6 {
    background: url(../images/8.jpg) no-repeat;
    background-size: 400%;
}
.section7 {
    background: url(../images/9.jpg) no-repeat;
    background-size: 450%;
}
}
@media (max-width:414px) {
	.sjbanner .b-txt {
    position: absolute;
    top: 180px;
    width: 100%;
    left: 0;
    margin-left: 0;
    opacity: 0;
    animation: vanishOut 0.5s;
}
.pcbanner{ display:none}
.sjbanner{ display:block}
  .nav li.active a:before {
    background: none;
  }

  .section2 .scetion2-con {
    width: 95%;
    margin: 10% auto 0;
  }

  .section2 .section2-left,
  .section2.active .section2-right,
  .section2-right li .section2-right-r,
  .section2 .section2-right,.i-a , .section3 .section3-left,.section7 .section7-left{
    width: 100%;
    float: none;
  }

  .section2 .section2-left h1 {
    font-size: 24px;
  }
.section2 .section2-left h1 span {
    font-size: 24px;
    color: #00479e;
    position: absolute;
    display: contents;
    left: 0;
    bottom: -35px;
}
.section2 .section2-left h2 {
    float: left;
    font-size: 30px;
    margin: 0px 0 30px;
}
.section2-right li .section2-right-r .date span {
    font-size: 26px;
    color: #fff;
}
.active fp-completely .section2 .section2-left h2, .section3 .section3-left h2, .section7 .section7-left h2 {
    font-size:26px;
    color: #333;
    position: relative;
    margin-top: 00px;
    padding-bottom: 5px;
    float: right;
    animation: tinLeftOut 0.5s;
}
.section6 .section6-left h1 span::before {
    content: "";
    position: absolute;
    right: 180px;
    bottom: 0;
    margin: 0 auto;
    background: #e60012;
    height: 2px;
    width: 57px;
}
.section6 .section6-left h1 span {
    font-size: 30px;
    padding-left: 0px;
    position: relative;
    padding-bottom: 3px;    display: block;
}
.section2 .section2-left h2, .section7 .section7-left h2 {
    font-size:30px;
    color:rgba(0, 71,158, 1);
    position: relative;
    margin-top: 00px;
    padding-bottom: 5px;
    float: right;
    animation: tinLeftOut 0.5s;
}
 .section3 .section3-left h2 {
    font-size:30px;
    color:#fff;
    position: relative;
    margin-top: 00px;
    padding-bottom: 5px;
    float: right;
    animation: tinLeftOut 0.5s;
}
  .section2 .section2-left h2 {
    float: left;
	font-size: 30px;
    margin: 0px 0 30px;
  }
  .section3 .section3-left h2,.section7 .section7-left h2{
    float: left;
  }
  .section2 .section2-right {
    padding: 10px;
  }

  .section2-right li img {
    display: none;
  }

  .section2-right li .section2-right-r .title p {
    max-height: 40px;
  }

  .section3-roll {
    margin-top: 20vh;
  }

  .section3-roll {
    width: 70%;
  }
.section5-roll {
    position: relative;
    width: 68.75%;
    margin: 10vh auto 0;
    overflow: hidden;
}
  .section4-roll {
    margin-top: 10vh;
  }
.section4 h2, .section5 h2 {
    font-size: 30px;
    color: #00479e;
    position: relative;
    padding-bottom: 5px;
}
  .swiper-container5 .swiper-slide {
    top: 160px;
  }

  .swiper-container5 .swiper-slide:nth-of-type(2n) {
    top:50px;
  }

  .swiper-container5 .swiper-slide .arrow-up,
  .swiper-container5 .swiper-slide .circle {
    display: none;
  }

  .swiper-container5 .swiper-slide p,
  .swiper-container5 .swiper-slide:nth-of-type(2n) p,
  .swiper-container5 .swiper-slide:nth-of-type(2n) .date {
    border-radius: 0;
  }

  .swiper-container5 .swiper-slide .date {
    border-radius: 0;
    margin-top: 0;
  }
.section3 .i-ab div {
    background: url(../images/2.png) no-repeat;
    width: 75px;
    height: 122px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    float: left;
    position: relative;
    animation: puffOut 1.2s;
	margin:10px;
}
  .i-a{
    margin-top: 20px;
  }
  .section3 .i-ab {
    margin-top: 20px;
    text-align: center;
}
  .section3{
    background:#1d5ca8
  }
  .section6 .partner,.section6 .partner .ul2{
    width: 98%;
    margin:0 auto
  }
  .section7 .scetion7-con .i-con .i-con-a p span {
    position: relative;
    top: -0px;
}
.section7 .scetion7-con .i-con .i-con-a p {
    
    color: #fff;
	width:100%;
	margin:0 auto;
	margin-bottom: 10px;
}
.section7 .scetion7-con .i-con .i-con-a {
    width: 80.487%;
    margin: 0 auto;
    padding-top: 00px;
    text-align: left;
}
  .section6 .partner li{
    margin:2% 3%;
    background-size: 100% 100%;
    height: 100px;
  }
  .section6 .section6-left{
    margin-top: 30px;
  }
  .section6 .section6-left h1,.section7 .section7-left h1,.section3 .section3-left h1{
    font-size: 24px; color:#fff;
  }
  .section6 .partner .ul2{
    top: 20px;
    margin:0
  }
  .section6 .partner .ul2 li{
    margin:2% 2%;
    background-size: 100% 100%;
  }
  .section6 .partner .ul2 li:nth-of-type(2),.section6 .partner .ul2 li:nth-of-type(3){
    margin:2% 0;
  }
  .section6 .partner li h4, .section6 .partner li p{
    position: relative;
    left: -10px;
  }
  .section7 .scetion7-con,.section3 .scetion3-con{
   width: 95%;
    margin: 20px auto 0;
  }
  .section7 .scetion7-con,.section7 .scetion7-con .i-con .i-con-a,.section7.active .scetion7-con .i-con .i-con-l{
    width: 95%;
  }
  .section7 .scetion7-con .i-con{
    width:99%;     height: 402px;
  }
  .section7.active .scetion7-con .i-con .code{
        width: 100%; text-align:center; margin:20px auto
  }
  .more{
    margin:20px auto;
  }
  
}
@media (max-width:375px){
  .section6 .partner li,.section6 .partner .ul2 li{
    margin:0 0%;
    background-size: 90% 90%;
  }
  .section6 .partner .ul2 li:nth-of-type(2), .section6 .partner .ul2 li:nth-of-type(3){
    margin:0
  }
}
.l {
	float: left;    margin-top: 10px;
}
.r {
	float: right;
}
.box {
	    width: 1200px;
		margin:0 auto;
}