
@-webkit-keyframes bluePulse {
  from {
    text-shadow: 2px 2px 10px #00306b
  }

  50% {
    text-shadow: 2px 2px 10px #0050b4
  }

  to {
    text-shadow: 2px 2px 10px #00306b
  }

}

@-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;
}

#header {
  height: 100px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.header {
  margin:00px auto 0;
  height: 73px;
  width: 1262px;
}

.logo {
  float: left;
  width: 35.65%;
}

.nav {
  float: right;
  width: 60.221%;
}

.nav ul {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.nav li a {
  color: #010101;
}

.nav li a,
.nav li a.active {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  padding-bottom: 28px;
  font-size: 17px;
  color: #565656;
}

.nav li.active a:before {
  width: 100%;
  left: 0;
}

.nav li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #0e67a9;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.nav li a:hover:before,
.nav li a:focus:before,
.nav li a:active:before {
  left: 0;
  right: 0;
}

.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);
}
#gg{
  background: #f5f5f5;
  height: 60px;
}
.gg{
  color: #666666;
  font-size: 18px;
  line-height: 60px;
}
.gg,.section2,.section4,.news{
  width: 1262px;
  margin:0 auto;
}
.section2 .title{
  margin:0 auto;
  width: 100%;
  text-align: center;
}
.section2 {
  margin-top: 40px;
}
.section2 .title h1,.section5 .title h1,.section6 .title h1,.section7 .title h1{
  font-size: 26px;
  color: #0e67a9;
}
.section2 .title h2,.section5 .title h2,.section6 .title h2,.section7 .title h2{
  font-size: 17px;
  color: #666666;
  margin-top: 15px;
}
.bus-list{
  margin-top: 35px;
}
.bus-list li{
  float: left;
  margin-right: 20px;
  width: 18.7%;
  text-align: center;
  position: relative;
  background: #f8f8f8;
  padding:30px 10px;
  transition: 0.5s;
  margin-bottom: 20px;
  height: 254px;
}

.bus-list li:nth-of-type(5n){
  margin-right: 0
}
.bus-list li h3{
  font-size: 20px;
  color: #058895;
  margin:5px 0;
  font-weight: bold;
}
.bus-list .bus-icon{
  position: relative;
}
.bus-list .bus-icon img{
  margin:0 auto;
}
.bus-list .bus-icon img.img2{
  position: absolute;
  top: 0;
  opacity: 0;
  left: 50%;
  margin-left: -40px;
}
.bus-list li p{
  color: #767676;
}
.bus-list li:hover{
  background: #0e67a9;
}
.bus-list li:hover h3,.bus-list li:hover p{
  color: #fff;
}
.bus-list li:hover img.img1{
  opacity: 0;
}
.bus-list li:hover img.img2{
  opacity: 1;
}
.section3{
  background: url(../images/1.jpg) no-repeat;
  padding: 60px 0;
  background-size: 100% 100%;
}
.section3 .about{
  width: 1262px;
  margin:0 auto;

}
.section3 .about-us,.about-us2{
  width: 780px;
}
.section3 h1{
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  padding-bottom: 25px;
  border-bottom:2px solid #5e96c1;
  color: #fff;
  
}
.section3 .int{
  text-indent: 2em;
  color: #fff;
  font-size: 15px;
  margin-top: 30px;
}
.about-us2{
  font-size: 22px;
  color: #fff;
  margin-top: 60px;
}
.about-us2 li{
  width: 32.8%;
  float: left;
  border-right: 1px solid #5e92bd;
  text-align: center;
}
.about-us2 li:last-child{
   border:none;
}
.about-us2 p{
  font-size: 19px;
}
.about-us2 span{
  font-size: 43px;
  font-family: arial;
  font-weight: bold;

}
.section4{
  margin-top: 50px;
}
.section4 h1{
  font-size: 26px;
  color: #0e67a9;
  font-weight: bold;
  text-align: center;
}
.sec-t{
  margin-top: 30px;
  text-align: center;
}
.sec-t a{
  font-size: 17px;
  color: #0064ae;
}
.sec-t a i{
  display: inline-block;
  margin:0 8px;
}
.gc-list{
  margin-top: 30px;
}
.mon{     font-size: 26px;
    text-align: right;}
.gc-list li{
     float: left;
    width: 22.5%;
    margin-right: 25px;
    border: 3px solid #fff;
    transition: 0.5s;
    margin-bottom: 30px;
    padding-bottom: 10px;
	margin-top:10px;
    line-height: 24px;
    text-align: center;
}
.gc-list li:hover{
  border:3px solid #5e92bd;
}
.gc-list li:last-child{
  margin-right: 0;
}
.p1{
 /* animation: mymove 1.5s infinite;  */
  position: relative;
  top: 0;
}
.more{
  width: 190px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #0e67a9;
  font-size:16px;  
  color: #fff;
  border-radius: 8px;
  margin:35px auto;
  display: block;
}
.section5{
  background: #f1f6ff;
  padding-top: 30px;
}
.section5 .title,.section6 .title{
  text-align: center;
}
.news{
  margin-top: 55px;
}
.news-l{
  width: 45.56%;
  float: left;
  overflow: hidden;
  position: relative;
}
.swiper-slide{
  position: relative;
}
.news-l .news-title{
  width: 100%;
  height: 85px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(51,122,173,0.8);
}
.news-l .news-title .data{
  font-size: 17px;
  font-family: arial;
  color: #FFF;
  padding: 15px 0 15px 20px;
}
.news-l .news-title p{
  color: #FFF;
  padding-left: 15px;

}
.news-r{
  float: right;
  width: 50%;
}
.news-r li{
  padding-bottom: 30px;
  border-bottom: 1px solid #e6eaf3;
  margin-bottom: 35px;
}
.news-r li:last-child{
  border:none;
}
.news-r .news-r-l{
  font-size: 27px;
  color: #0d8bd2;
  width: 75px;
  float: left;
}
.news-r .news-r-l .year{
  font-size: 18px;
  text-align: right;
}
.news-r .news-r-r{
  float: right;
  width: 84%;
}
.news-r .news-r-r h4{
  font-size: 17px;
  font-weight: bold;
  color: #434343;
}
.news-r .news-r-r p{
  color: #747474;
  font-size: 15px;
  margin-top: 10px;
}
.section6{
  background: url(../images/7.jpg);
  padding: 60px 0;
}
.section6 .qua,.section7 .par{
  width: 1262px;
  margin:35px auto 0;
}
.section6 .qua li{
  float: left;
 
  margin-right: 20px;
  width: 18.7%;
}
.section6 .qua li:last-child{
  margin-right: 0;
}
.section7{
  padding: 60px 0;
}
.section7 .title{
  text-align: center;
}
.section7 .par li{
  float: left;
  border:3px solid #fff;
  margin-right: 35px;
  width: 22.9%;
  height: 173px;
  margin-bottom: 40px;
  transition: 0.5s;
}
.section7 .par li:nth-of-type(4n){
  margin-right: 0;
}
.section7 .par li:hover{
  border:3px solid #0e67a9;
}
.section8{
  background: #23486f;
  padding: 55px 0 20px;
}
.footer{
  width: 1262px;
  margin:0 auto;
}
.footer div{
  float: left;
  color:#91b5d8;
  font-size: 15px;
}
.footer div h1{
  font-size: 18px;
  color:#fff;
  margin-bottom: 30px;
}
.footer div.ul1{
  margin-left: 40px;
  width: 22.58%;

}

.footer div.ul1 li{
  line-height: 33px;
}
.footer div.ul1 img{
  display: inline-block;
  position: relative;
  top: 8px;
  margin-right: 10px;
}
.footer div.ul1 h1,.footer div.ul5 h1{
  font-size: 25px;
}
.footer div.ul2{
  margin-left: 60px;
  margin-top: 10px;
  width: 6%;
}
.footer div.ul2 li,.footer div.ul3 li{
  line-height: 33px;
}
.footer div.ul3,.footer div.ul4{
  width: 6%;
  margin:10px 0 0 100px;
}
.footer div.ul5{
  margin:10px 0 0 170px;
  width: 18%;
}
.footer div.ul5 p{
  float: left;
}
.footer div.ul5 div{
  width: 100%;
}
.footer div.ul5 img{
  float: right;
}
.footer div.ul5 span{
  font-size: 20px;
}
.section9{
  background: #1d3b5a;
  height: 45px;
}
.section9 .copyright{
  width: 1262px;
  margin:0 auto;
  padding-left: 40px;
  font-size: 15px;
  color: #91b5d8;
  line-height: 45px;

}
@keyframes mymove {
  55% {
    top: 8px;
  }
} 
@media (max-width: 1366px) {


}

@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;
    z-index: 9;
  }

  .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;
  }
  .mobile-inner-nav ul a{
    padding-bottom: 0
  }
  #header{
    height: 80px;
  }
}

@media (max-width:414px) {
	.section3 {
	    background: url(../images/1.jpg) no-repeat;
	    padding: 1px 0 30px;
	    background-size: 100% 100%;
	}
  .header{
    width: 100%;
  }
  .logo{
    width: 80%;
  }
  .section2,.section3 .about,.gg,.section6 .qua, .section7 .par,.footer,.section9 .copyright{
    width: 95%;
    margin:10px auto 0;
  }
  .gg{
    margin:0;
  }
  .mobile-inner-header{
    top: 10px;
  }
  .nav li.active a:before {
    background: none;
  }
  .bus-list li{
    width: 48%;
    padding: 0;
    margin:0 1% 15px;
    padding-top: 20px;
  }
  .bus-list li p{
    font-size: 14px;
  }
  .bus-list li:nth-of-type(5n){
    margin-right: 1%;
  }
  .section3 .about-us, .about-us2,.section4,.section5,.news,.news-l,.news-r,.footer div.ul1{
    width: 100%;
    float: none;
  }
  .section3 .int{
    line-height: 35px;
  }
  .about-us2 span{
    font-size: 35px;
  }
  .sec-t a i{
    margin:0 5px;
  }
  .gc-list li,.section6 .qua li,.section7 .par li{
    width: 45%;
    margin: 15px 2.5%;
  }
  .news-l .news-title .data{
    padding:10px 0 5px 20px 
  }
  .news-r li{
    padding: 10px 0;
  }
  .news-r .news-r-r{
    width: 75%;
  }
  .section7 .par li{
    height: 95px;
  }
  .footer div.ul2,.footer div.ul3,.footer div.ul4,.footer div.ul5{
    display: none
  }
  .section9 .copyright,.footer div.ul1{
    margin: 0;
  }
  .footer div.ul1{
    padding-left: 15px;
  }
  .section9{
     height: 90px;
  }
}
@media (max-width:375px){
  
}