
@-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;
}
.top{
  background: #162d57;
  height: 30px;
  width: 100%;
}
.top p{
  margin:0 auto;
  width: 83.33%;
  line-height: 30px;
}
.top span{
  float: right;
  color: #97b0d9;
  padding-left: 15px;
}
#header {
  height: 130px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

.header {
  height: 85px;
  width: 83.33%;
  margin: 10px auto 0;
}

.logo {
  float: left;
  width: 31.875%;
}

.nav {
  float: right;
  width:65%;
  margin-top: 20px;
}

.nav ul {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

}
.nav ul li{
  margin:0 3px;
}
.nav ul li:last-child{
  margin-right: 0
}
.nav li a {
  color: #010101;
}
.nav ul li:hover a{
  color: #2c76f1;
}

.nav li.active a {
  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;
  font-size: 16px;
  color: #2c76f1;
}



.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);
}
#section2{
  background: url(../images/1.jpg) no-repeat center center;
  padding: 40px 0 50px 
}
.section2,.section4,.news{
  width: 83.33%;
  margin:0 auto;
}
.section2 .title,.section4 .title,.section5 .title,.section6 .title{
  margin:0 auto;
  width: 100%;
  text-align: center;
  background: url(../images/tit2.png) no-repeat top center;
  padding-top: 60px;
}
.index-n{
  padding: 15px 25px;
  width: 32%;
  float: left;
  box-shadow: 0 0 6px rgba(0,0,0,0.25);
  background: #fff;
  margin-top: 40px;
  height:360px;
}
.index-n.index-n2{
  margin:40px 23px 0;
}
.index-n .index-na h1 {
    font-size: 22px;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    color: #4d84d6;
    float: left;
}
.index-n .index-na h1:before{
    display: block;
    content: "";
    position: absolute;
    width: 3px;
    height: 22px;
    background: #4d84d6;
    left: 0;
    top: 5px
}
.index-n .index-na span{
  float: right;
  color: #3080c3;
  font-size: 14px;
  position: relative;
  top: 5px;
}
.tui{
  margin-top: 20px;
}
.tui .tui-l{
  float: left;
  width: 37.25%;
height:120px;
}
.tui .tui-r {
  width: 60%;
  margin-bottom:10px;
  float: right;
height: 140px;
}
.tui .tui-r h4{
  color: #808aa8;
  font-size: 14px;
}
.tui .tui-r h2{
  font-size: 16px;
      min-height:80px;
  color: #393939;
  padding:3px 0 12px
}
.tui .tui-r p{
  color: #808aa8;
  font-size: 14px;
}
.n-l{
  margin-top: 15px;
}
.n-l li{
  padding-left: 10px;
  min-height: 60px;
  position: relative;
  border-bottom: 1px solid #e5e5e7;
  padding-bottom: 6px;
}
.n-l li:before{
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #393939;
  left: 0;
  top: 10px;
}
.n-l li a{
  font-size: 16px;
  color: #393939;
}
.n-l li span{
  color: #808aa8;
  font-size:14px;
  float: right;
  position: relative;
  top: 3px;
}
.section4 a{ font-size:20px; display:block;}
.section4 img{ text-align:center;}
.section2 .title h1,.section4 .title h1,.section5 .title h1,.section5 .title h1,.section6 .title h1{
  font-size: 30px;
  color: #122d58;
}
.section2 .title h2,.section4 .title h2,.section5 .title h2,.section6 .title h2{
  font-size: 17px;
  color: #122d58;
}

#section3{
  background: url(../images/4.jpg) no-repeat center center;
  padding: 40px 0;
}
.section3{
  width: 90%;
  margin:0 auto;
}
.about{
  float: right;
  width: 55%;

}
.about h6{
  font-size: 15px;
  color: #394c6c;
}
.about h6 span{
  font-size: 12px;
  color: #FFF;
  font-family: arial
}
.about .img1{
  margin:20px 0 40px;
}
.about p{
  font-size: 16px;
  line-height: 34px;
  color: #FFF;
}
.about ul{
     margin-top: 20px;
    margin-bottom: 50px;
}
.about li{
  float: left;
  text-align: center;
  margin-right: 35px;
}

.about li img{
  border:2px solid #fff;
  border-radius: 50%;
}
.about li:hover img{
  background: #1d69bf;
  border:2px solid #1d69bf;
}
.about li p{
  margin-top: 5px;
}
.about li:hover p{
  color: #1d69bf
}
#section4{
  background: url(../images/9.jpg) no-repeat center center;
  padding: 70px 0 80px;
}
.section4{
  width: 83.33%;    
  text-align: center;
  margin:0 auto;
}
.s-i{
  margin:0 auto;
}
.section4 .title{
  background: url(../images/10.jpg) no-repeat center center;
  padding-top: 0;
}
.list2 {
  margin-top: 100px;
  width: 1120px;
  margin:60px auto 0;
}
.list2 li,.list3 li{
  float: left;
  background: url(../images/8.png) no-repeat;
  width: 148px;
  height: 128px;
  text-align: center;
  color: #2a91f1;
  font-size: 22px;
  display: flex;
  margin-right: 130px;
  align-items:center;
}
.list3 {
  position: relative;
  top: -63px;
  left: 138px;
  width: 1120px;
  margin:0 auto;
}

.list2 li p,.list3 li p{
  width: 60%;
  margin:0 auto;
}
.list2 li:hover,.list3 li:hover{
  background: url(../images/9.png) no-repeat;
}
.list2 li:hover a,.list3 li:hover a{
  color: #fff;
}
.section5{
  padding: 50px 0;
  width: 1200px;
  margin:0 auto;
}
.list4{
  margin-top: 30px;
}
.list4 li{
  float: left;
  width: 23%;
  margin:0 1%;
}
#section6{
  background: #f1f6ff;
  padding: 30px 0 80px;
}
.section6{
  width: 83.33%;
  margin:0 auto;
}
.y-nav{
  text-align: center;
  margin-top: 30px;
  width:50%;
  margin:30px auto 0;
}
.y-nav li{
  
  position: relative;
  float: left;
  width: 20%;
}
.y-nav li:last-child{
  padding-right: 0;
}
.y-nav a{
  color: #122d58;
  padding: 10px;
  font-size:18px;
  border-radius: 8px;
  width: 131px;
  height: 42px;

}

.y-nav a:before{
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #122d58;
  position: absolute;
  right: 0;
  top: 3px;
}

.y-nav a:hover{
  background: #3f7ddb;
  color: #fff;
  border-radius: 8px;
}
.list5 {
  width: 100%;
}
.section6 img{ height:300px; width:100%;}
.list5 li{
  float: left;
  height:300px;
  width: 31%;
  margin:45px 1% 0;
  position: relative;
  overflow: hidden;
}
.list5 li p{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  background: rgba(0,0,0,0.6);
  text-align: center;
  line-height: 75px;
  color: #fff;
  font-size: 18px;
}
.list5 li img{
  transition: 0.3s
}
.list5 li:hover img{
  transform: scale(1.05,1.05);
}
@keyframes mymove {
  55% {
    top: 8px;
  }
} 
@media (max-width: 1366px) {
	.index-n .index-na h1 {
    font-size:20px;
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    color: #4d84d6;
    float: left;
}
.tui .tui-r h2 {
    font-size: 16px;
    color: #393939;
    padding: 3px 0;
}
.tui .tui-r p {
    color: #808aa8;
    font-size: 15px;height: 50px;
}
.n-l li a {
    font-size: 16px;
    color: #393939;
}
	#section3{
  background: url(../images/4.jpg) no-repeat top center;
  padding: 00px 0;
}
.about h6 {
    font-size: 16px;
    color: #394c6c;
    padding-top: 70px;
}
  .header{
    height: 60px;
  }
  .section2{
    width: 95%;
  }
  .index-n{
    padding: 20px 20px;
  }
#section2 {
    background: url(../images/1.jpg) no-repeat center center;
    padding: 10px 0 60px;
}
.about p {
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
}
.section4 a {
    font-size: 18px;
    display: block;
}
}

@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) {
  #header{
    height:100px;
  }
  .header{
    width: 100%;
  }
  .logo{
    width: 80%;
  }
 
  .index-n{
    width: 95%;
    margin:20px auto 20px;
    float: none;
  }
  #section3 {
    background: url(../images/4.jpg) repeat-y top right;
  }
  #section4 {
    background: url(../images/9.jpg) repeat-y top center;
    padding: 70px 0 40px;
}
  .about{
    float: none;
    width: 100%;
  }
  .about ul{
    margin-top: 20px;
  }
  .about li {
    margin: 1.5%;
    width: 30%;
  }
  .about li img{
    margin:0 auto;
  }
  .list2,.list3{
    width: 80%;
    margin:20px auto;
  }
  .index-n.index-n2{
    margin:0;
    width: 95%;
    margin:0 auto 20px;
    float: none
  
  }
  .list2 li, .list3 li{
    width: 148px;
    margin:2.5%;
  }
  #section2{
    padding: 10px 0;
  }
  .list3{
    left: 0;
    top: 0;
  }
  .section6{
    width: 95%;
  }
  .y-nav{
    width: 100%
  }
  .mobile-inner-header{
    top: 30px;
  }
  .nav li.active a:before {
    background: none;
  }
  .list5 li{
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .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;
  }
  
}
@media (max-width:375px){
  
}