﻿* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}
:after, :before{
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
  font-family: iconfont;
  src: url("../fonts/font_1334554_s9gfj6ofc89.eot");
  src: url("../fonts/font_1334554_s9gfj6ofc89.eot?#iefix") format('embedded-opentype'),url(../fonts/font_1334554_s9gfj6ofc89.woff2) format('woff2'),url(../fonts/font_1334554_s9gfj6ofc89.woff) format('woff'),url(../fonts/font_1334554_s9gfj6ofc89.ttf) format('truetype'),url(../fonts/font_1334554_s9gfj6ofc89.svg#iconfont) format('svg');
}
@font-face {
  font-family: LemonMilk;
  src: url("../fonts/LemonMilk.otf");
}
@font-face {
  font-family: montserrat;
  src: url("../fonts/montserrat-bold-webfont.woff2");
}
@font-face {
  font-family: Exo2;
  src: url("../fonts/Exo2.0-Thin-webfont.eot");
}

.pages {
  width: 100%;
  height: 40px;
  position: relative;
  overflow: hidden;
  margin-bottom: 50px;
}
.m2If-wrap2 ul li .m2IfW2-img{
  background: center center no-repeat;
  background-size: cover;
}
.pages a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  float: left;
  margin-right: 10px;
  color: #333;
  background: rgba(0,0,0,.1);
  cursor: pointer;
}

canvas {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.pages a.active ,.pages a:hover{
  background: #005188;
  color: #fff;
}

.sub_banner {
  overflow: hidden;
  position: relative;

  -webkit-transition: all .5s;
}

nav ul .level1 .sn {
  display: none;
}

.sub_banner .s {
  width: 100%;
  height: auto;
  position: relative;
}

.sub_banner img {
  opacity: 0;
  visibility: hidden;
  filter:contrast(2.5) brightness(2.5);
  -webkit-transition: all 1s;
  -webkit-transform: scale(1.05);
}
._w1200.ndbox{
  width: 1000px;
  background: #fff;
  padding: 50px 50px 100px;
  box-shadow: 0px 0px 15px rgba(0,0,0,.1);
  margin-top: -100px;
}
.nd_title{
  width: 100%;
  font-size: 36px;
  color: #c30813;
  line-height: 2.2;
  position: relative;
  padding-bottom: 10px;
}
.nd_title::after{
  width: 40px;
    height: 5px;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 5px;
    background: #c30813;
}
.slogan {
  opacity: 0;
  -webkit-transition: all 1s;
  -webkit-transform: scale(1.05);
  -webkit-transition-delay: .1s;
}

.slogan.active {
  opacity: 1;
  -webkit-transform: scale(1);
}

.sub_banner.active img {
  filter: contrast(1) brightness(1);
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
}

#moon_banner .pic,
.picBox .pic {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  filter:contrast(2.5) brightness(2.5);
  -webkit-transition: all 1s;
  -webkit-transform: scale(1.05);
}

#moon_banner .picBox.active .pic,
.picBox.active .pic {
  filter: contrast(1) brightness(1);
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
}

nav {
  width: 100%;
  background: rgba(255,255,255,0);
  height: 80px;
  position: fixed;
  top: 0;
  z-index: 100;
  padding: 0 3%;
  transition: ease .5s;
}

/* nav::before {
  width: 100%;
  height: 200px;
  background: url("../images/header_bg.png") repeat-x;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .5s;
}

nav.navActive::before {
  top: -200px;
} */

nav .line {
  position: absolute;
  top: 80px;
  height: 1px;
  width: 100%;
  background: rgba(0,0,0,.1);
  left: 0;
  transition: ease .5s;
  display: none;
}

.navActive {
  background: #fff;
}

.navColor {
  color: #000!important;
}

nav .logo {
  float: left;
  width: 180px;
  z-index: 9;
  position: absolute;
  transition: ease .5s;
  height: 42px;
  margin-top:26px;
  display: block;
}

nav .logo img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: ease .5s;
}

nav .logo img:nth-child(1) {
  opacity: 1;
}

.nav-right {
  width: 100%;
  right: 0;
  text-align: center;
  background-color: rgba(255,255,255,0);
  height: 100%;
  position: absolute;
  transition: .5s all ease;
  box-shadow: 10px 1px 10px 1px rgba(128,128,128,0);
  overflow: hidden;
}

.nav-right > ul {
  position: relative;
  width: calc(100% - 300px);
}

.nav-right:after {
  content: '';
  position: absolute;
  background-image: url("../images/qgjcmt.jpg");
  background-size: cover;
  width: 100%;
  height: 420px;
  left: 0;
  opacity: 0;
  transition: .5s all ease;
  top: 0;
}

.nav.navActive .nav-right:after {
  top: 60px;
}

nav ul {
  right: 0;
  position: relative;
  transition: .5s all ease;
  width: 100%;
  float: right;
  z-index: 5;
  height: 100%;
}

nav ul .level1 {
  line-height: 100px;
  list-style: none;
  width: 12%;
  height: 100%;
  float: left;
  font-size: 16px;
  font-weight: 400;
  transition: .5s all ease;
  cursor: pointer;
  position: relative;
}

nav ul .level1 a {
  color: #fff;
  position: relative;
  display: block;
}
nav ul .level2{
  width: 5%;
}
nav ul .level2 a {
  display:block;
  background:url(../images/bsjtb.png) right center no-repeat;
  color:#fff;
  padding-right:24px;
  text-transform:uppercase;
  position:relative;
}
nav ul .level2 a p{
  text-align: right;
}
nav ul .level2 a:before {
  content:"";
  display:block;
  width:20px;
  height:20px;
  background:url(../images/dqb.png) 0px center no-repeat;
  background-size: 20px;
  left:0;
  top:50%;
  margin-top:-11px;
  position:absolute;
  animation:drotate 2s infinite linear;
  -webkit-animation:drotate 2s infinite linear;
}
nav.navActive ul .level2 a,nav.active ul .level2 a{
   background:url(../images/bsjt.png) right center no-repeat;
}
nav.navActive ul .level2 a:before,nav.active ul .level2 a:before{
   background:url(../images/dq.png) right center no-repeat;
  background-size: 20px;
}
@keyframes drotate {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}
@-webkit-keyframes drotate /* Safari ä¸Ž Chrome */ {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}
nav ul .level1 > a:after {
  content: '';
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: #005188;
  position: absolute;
  transition: ease .5s;
}

nav ul .level1 > a.activeNav:after {
  width: 100%;
  left: 0;
  top: 0;
}
nav ul .level2 > a.activeNav:after {
  width: 100%;
  left: 0;
  top: 0;
}

nav ul .level1 span {
  font-size: 25px;
  line-height: 60px;
}

nav ul .level1 ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin-top: 0;
  height: 340px;
}

nav ul .level1:hover ul {
  background: rgba(0,0,0,.1);
}

nav ul .level1 ul li {
  height: 60px;
  width: 100%;
  position: relative;
  font-size: 14px;
}

nav ul .level1 ul li a:after {
  content: '';
  background: #005188;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: ease .5s;
  height: 2px;
  width: 0;
}

nav .imessage {
  display: inline-block;
  width: 88px;
  height: 88px;
  background: #2678df;
}

nav .imessage img {
  margin: 30px 26px;
}

.nav.active .nav-right {
  height: 420px;
  background-repeat: no-repeat;
  box-shadow: 0 0 15px rgba(0,0,0,.1);
}

nav.active ul .level1 a {
  color: #3e3e3e;
}

nav.active .nav-right:after {
  opacity: 1;
}

nav.active .logo img:nth-child(1),
nav.navActive .logo img:nth-child(1) {
  opacity: 0;
}

nav.active .logo img:nth-child(2),
nav.navActive .logo img:nth-child(2) {
  opacity: 1;
}

nav.active ul .level1 a.activeNav {
  color: #005188;
}

nav.navActive {
  height: 60px;
  box-shadow: 2px 2px 2px rgba(119,119,119,.2);
}

nav.navActive .logo {
  margin-top: 9px;
}

nav.navActive .nav-right {
  height: 60px;
}

nav.navActive ul .level1 {
  height: 60px;
  line-height: 60px;
}

nav.navActive .line {
  opacity: 0;
  visibility: hidden;
}

nav.navActive ul .level1 a.activeNav {
  color: #005188!important;
}

footer {
  width: 100%;
  position: relative;
  z-index: 5;
  background: #fff;
}

footer .contactUs {
  width: 100%;
  display: flex;
}

footer .contactUs .viewbox {
  margin: 50px 0;
}

footer .contactUs .viewbox p {
  margin: 0;
}

footer .contactUs .viewbox p:nth-child(1) {
  color: #005188;
  font-size: 28px;
  padding-bottom: 10px;
}

footer .contactUs .viewbox p:nth-child(2) {
  font-size: 14px;
  padding-bottom: 25px;
}

footer .contactUs .viewbox .icon img {
  float: left;
}

footer .contactUs .viewbox .icon p {
  color: #005188;
  font-size: 36px;
  margin-left: 60px;
  position: absolute;
  font-family: montserrat;
}

footer .footer {
  background: #005188;
  color: #fff;
  padding: 25px 0;
}

footer .footer .footerNav {
  margin-bottom: 5px;
}

footer .footer .footerNav ul {
  list-style: none;
  text-align: center;
  margin: 0 auto;
}

footer .footer .footerNav ul li {
  display: inline-block;
  margin: 0 10px;
}

footer .footer .footerNav ul li a {
  color: #fff;
  opacity: .8;
}

footer .footer .text {
  text-align: center;
  font-size: 12px;
}
footer .footer .text a,footer .footer .text p{
  opacity: .8;
}
footer .footer .text .gab{
    
}
footer .footer .text .gab span{
    width: 18px;
    display: inline-block;
    vertical-align: bottom;
}
footer .footer .text .gab span img{
    width: 100%;
}

._slide {
  width: 171px;
  line-height: 42px;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  position: relative;
  text-indent: 35px;
  height: 46px;
  margin: auto;
}

._slide i {
  position: absolute;
  right: 2px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: #fff;
  color: #3e3e3e;
  line-height: 32px;
  font-size: 16px;
  top: 5px;
  right: 4px;
  text-align: center;
  transition: ease 1s;
  z-index: 8;
  text-indent: 0;
}

._slide .tips {
  position: absolute;
  z-index: 1;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: ease 1s;
}

._slide .mask {
  position: absolute;
  z-index: 5;
  transition: ease 1s;
  width: 100%;
  height: 100%;
  left: 0;
}

._PlateText {
  font-family: LemonMilk;
  color: #f7f7f7;
  font-size: 120px;
  line-height: 1;
  z-index: 1;
  text-align: center;
}

.banner {
  width: 100%;
  position: fixed;
  box-shadow: inset 0 -11px 20px rgba(0,0,0,.2);
}

.banner .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #005188;
  top: 0;
  opacity: 1;
}

.banner .mask img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.banner .mask.animated {
  opacity: 0;
  visibility: hidden;
}

#banner,
#moon_banner {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: -1;
}

#banner .picBox,
#moon_banner .picBox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}


#banner{
  width: 100%;
  height: 100%;
    overflow: hidden;
}
.mo_video{    margin-top:12em;}
#banner .swiper-slide section {
  position:absolute;
  left:50%;
  margin-left: -680px;
  top:50%;
  color:#fff;
  margin-top:-112px;
  z-index: 99;
}
#banner video{
  width: 100%;
    height: auto;
}
#banner .vidsj{display: none;}
#banner img.active{
  animation:run 10s linear;
  -webkit-animation:run 10s linear;
}
@keyframes run{
  0%{transform:scaleX(1) scaleY(1);}
  50%{transform:scaleX(1.2) scaleY(1.2);}
  100%{transform:scaleX(1) scaleY(1);}
}
@-webkit-keyframes run{
  0%{transform:scaleX(1) scaleY(1);}
  50%{transform:scaleX(1.2) scaleY(1.2);}
  100%{transform:scaleX(1) scaleY(1);}
}

@media (max-width:992px) {
  #banner {
  margin-top:0;
}
#banner .swiper-slide {
  width:100%;
  overflow:hidden;
}
#banner .swiper-slide section {
  left:7%;
  top:20%;
  margin-top:0px;
}
#banner .swiper-slide img {
  max-width:180%;
}
}#banner .swiper-slide section big {
  display:block;
  font-size:3.6rem;
  line-height:60px;
}
#banner .swiper-slide section.section big {
  animation:fadeInRightBig 1s;
  -webkit-animation:fadeInRightBig 1s;
}
#banner .swiper-slide section span {
  display:block;
  font-size:1.4rem;
  line-height:36px;
  margin:20px 0px 60px;
}
#banner .swiper-slide section.section span {
  animation:fadeInRightBig 1.5s;
  -webkit-animation:fadeInRightBig 1.5s;
}
#banner .swiper-slide section a {
  display:block;
  width:260px;
  line-height:50px;
  border:2px #fff solid;
  padding:0px 20px;
  font-size:1.4rem;
  color:#fff;
      transition: ease .6s;
}
#banner .swiper-slide section a:hover{
}
#banner .swiper-slide section.section a {
  animation:fadeInRightBig 1.7s;
  -webkit-animation:fadeInRightBig 1.7s;
}
#banner .swiper-slide section a p {
  background:url(../images/bsjtb.png) right center no-repeat;
}
#banner .swiper-slide section a.videobt p {
  background:url(../images/vd.png) right center no-repeat;
}
#banner .swiper-slide section a:hover {
  background: #f08300;
  border:2px #f08300 solid;
  padding:0 30px;
}
#banner .swiper-pagination {
  text-align:left;
  bottom:80px;
  left:50%;
  margin-left: -680px;
}
#banner .swiper-pagination span {
  background:rgba(255,255,255,.3);
  opacity:1;
  width:30px;
  height:4px;
  border-radius:0;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active {
  background:#f08300;
}
#banner .number {
  bottom:100px;
  position:absolute;
  margin-left: -680px;
  left:50%;
  z-index:9;
  width: 1400px;
  padding-left:5px;
}
#banner .number .pull-left {
  color:#fff;
  font-family:Fontfive;
}
#banner .number .pull-right{
  float: right;
}
#banner .number .pull-left span {
  font-size:2.2rem;
  color:#f08300;
  line-height:40px;
  float:left;
  display:block;
}
#banner .number .pull-left i {
  line-height:40px;
  float:left;
  display:block;
  font-style:normal;
  font-size:1.8rem;
  margin:0px 5px;
}
#banner .number .pull-left big {
  font-size:2.2rem;
  line-height:40px;
  float:left;
  display:block;
}
#banner .number .pull-right span {
  display:block;
  width:26px;
  height:40px;
  position:relative;
}
#banner .number .pull-right span:before {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:3px rgba(255,255,255,.3) solid;
  border-radius:13px;
}
#banner .number .pull-right i {
  position:absolute;
  width:100%;
  top:0;
  left:0;
  height:37%;
  overflow:hidden;
}
#banner .number .pull-right i:after {
  content:"";
  display:block;
  position:absolute;
  width:100%;
  top:0;
  border:3px #fff solid;
  border-radius:13px;
  height:40px;
}
#banner .number .pull-right span:after {
  content:"";
  display:block;
  position:absolute;
  width:3px;
  height:20%;
  background:#fff;
  left:49.7%;
  margin-left:-1px;
  border-radius:2px;
  top:25%;
  animation:mouse .3s alternate infinite;
  -webkit-animation:mouse .3s alternate infinite;
}
@keyframes mouse {
  from {
  top:25%;
}
to {
  top:55%;
}
}@-webkit-keyframes mouse {
  from {
  top:25%;
}
to {
  top:55%;
}
}
@media (max-width:1500px) {
  #banner .swiper-slide section big {
  font-size:3.6rem;
  line-height:50px;
}
#banner .swiper-slide section span {
  font-size:1.6rem;
  margin:20px 0px 50px;
}
#banner .swiper-slide section a {
  line-height:40px;
  font-size:1.4rem;
}
.inL-cont p{font-size:14px;}
nav{padding: 0 2%;}
.nav-right > ul{    width: calc(100% - 200px);}
nav ul .level1{width:13%;}
nav ul .level2{
  width: 6%;
}
#banner .swiper-slide section{
      margin-left: -585px;width: 100%; 

}
#banner .number,#banner .swiper-pagination{
  margin-left: -585px;width: 100%;
}
}
@media (max-width:1300px) {
  #banner .swiper-slide section big {
  font-size:2.4rem;
  line-height:40px;
}
#banner .swiper-slide section span {
  font-size:1.4rem;
}
#banner .swiper-slide section a {
  font-size:1.4rem;
  max-width:160px;
}
}
@media (max-width:992px) {
  #banner .swiper-slide section, #banner .number, #banner .swiper-pagination{
    margin-left: 0;top:15%;  left: 5%;
    width: 90%;
  }
  #banner .swiper-slide section big {
  font-size:1.2rem;
  line-height:20px;
}
#banner .swiper-slide section span {
  font-size:0.9rem;
  line-height:20px;
  margin:8px 0px 10px;
}
#banner .swiper-slide section a {
  font-size:1rem;
  max-width:180px;
  border:1px #fff solid;
  line-height:30px;
}
.mo_video{margin-top: 6em;}
#banner .number {
  bottom: 22px;
    top: auto;
    height: 30px;
}
#banner .number .pull-left span {
  font-size:1.2rem;
  line-height:30px;
}
#banner .number .pull-left i {
  line-height:30px;
  font-size:1.0rem;
}
#banner .number .pull-left big {
  font-size:1.2rem;
  line-height:30px;
}
#banner .swiper-pagination span {
  height:2px;
}
#banner .swiper-pagination {
      bottom: 10px;
    top: auto;
}
#banner .number .pull-right span:before {
  border:1px rgba(255,255,255,.3) solid;
}
#banner .number .pull-right i:after {
  border:1px #fff solid;
}
#banner .number .pull-right span:after {
  width:1px;
}
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before{
      display: table;
    content: " ";
}



/* .video{    position: relative;    margin-top: 50px;
    overflow: hidden;border: 1px solid #f6f6f6;
    cursor: pointer;}
.video img{     transition: .5s;
    transform: scale3d(1.05, 1.05, 1);
    width: 100%;}
.video:hover img{ transform: scale3d(1, 1, 1);}
.video:after{    position: absolute;
    content: "";
    width: 78px;
    height: 78px;
    background: url(images/img34.png) no-repeat center;
    background-size: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;} */
.video-fixed{position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: .8s ease-out;
    display:none}
.video-fixed.anime{display: block!important;}
.video-fixed .cha{width: 25px;
    height: 25px;
    background: url(../images/ico_116.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 10;}
.video-fixed .videobox{width: 1200px;
    height: 650px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #fff;
    padding: 80px 100px;
    box-sizing: border-box;
    opacity: 0;
    transform: scale3d(.5,.5,1);
    transition: .8s;}
.video-fixed .videobox{height: 80%;}
.video-fixed .videobox.active{opacity: 1;
    transform: scale3d(1,1,1);
    transition: .8s;}
.video-fixed .box{height: 100%;}
@media screen and (max-width:1460px){
.video-fixed .videobox{padding: 20px;}
}
@media screen and (max-width:1200px){
.video-fixed .videobox {width: 100%;height: 100%;}
}












.lbtn {
  display: block;
  margin: 25px auto;
  width: 320px;
  height: 40px;
  border-radius: 35px;
  position: relative;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  letter-spacing: 4px;
  transition: ease .6s;
}
.lbtn:hover{
  color: #f08300;
}
.texts {
  width: 800px;
  height: 60px;
  position: absolute;
  left: 15%;
  top: 45%;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  text-shadow: 2px 2px 5px rgba(0,0,0,.1);

}

.texts > li {
  display: none;
}

.texts ul li {
  height: 60px;
  position: relative;
  line-height: 60px;
  overflow: hidden;
  display: none;
}

.texts ul li:first-child {
  display: block;
}

.lbtn span {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 16px 2px;
}

.slogan {
  width: 250px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -420px;
  top: 50%;

}

.lines {
  display: block;
  text-align: center;
  position: relative;
}

.slogan .lines .chars {
  position: relative;
  display: inline-block;
  margin: 0 -5px;
}

.texts .lines .chars {
  position: relative;
  display: inline-block;
}

.slogan li {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  position: absolute;
  left: 0;
  top: 0;
}

.slogan li.active {
  opacity: 1;
  visibility: visible;
}

.service {
  position: relative;
  background: #fff;
  z-index: 5;
  margin-top: 100vh;
  padding-bottom: 100px;
}

.service .bgimgtop {
  position: absolute;
  right: 0;
  top: 7%;
}

.service .bgimgtop img {
  width: 100%;
  height: 100%;
}

.service .bgimgbottom {
  width: 600px;
  position: absolute;
  left: 0;
  bottom: -2%;
  z-index: 0;
}

.service .bgimgbottom img {
  width: 100%;
  height: 100%;
}

.service #service {
  padding-bottom: 40px;
  width: 100%;
  overflow: inherit;
}

.service #service .li {
  position: relative;
}

.service #service .li .serviceBox {
  background: #005188;
  position: relative;
}

.service #service .li .serviceBox::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: '';
  z-index: 10;
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .1s;
}

.service #service .li:nth-child(2) .serviceBox::after {
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .2s;
}

.service #service .li:nth-child(3) .serviceBox::after {
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .3s;
}

.service #service .li:nth-child(4) .serviceBox::after {
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .4s;
}

.service #service .li:nth-child(5) .serviceBox::after {
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .5s;
}

.service #service .li:nth-child(6) .serviceBox::after {
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .6s;
}

.service #service .li .serviceBox.animated::after {
  height: 0;
  bottom: 0;
}

#service .li .serviceBox.animated .img img {
  -webkit-transform: scale(1);
  visibility: visible;
}

#service .li .img img {
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 1.5s ease .1s;
}

#service .li:nth-child(2) .img img {
  -webkit-transition: all 1.5s ease .2s;
  -webkit-transform: scale(1.2);
}

#service .li:nth-child(3) .img img {
  -webkit-transition: all 1.5s ease .3s;
  -webkit-transform: scale(1.2);
}

#service .li:nth-child(4) .img img {
  -webkit-transition: all 1.5s ease .4s;
  -webkit-transform: scale(1.2);
}

#service .li:nth-child(5) .img img {
  -webkit-transition: all 1.5s ease .5s;
  -webkit-transform: scale(1.2);
}

#service .li:nth-child(6) .img img {
  -webkit-transition: all 1.5s ease .6s;
  -webkit-transform: scale(1.2);
}

.service #service .li .icon {
  position: absolute;
  top: 20%;
  color: #fff;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: ease .5s;
  display: none;
}

.service #service .li .icon:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background: rgba(255,255,255,.7);
  top: 120%;
  left: 50%;
}

.service #service .li .icon i {
  font-size: 70px;
}

.service #service .li ._slide {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  opacity: 0;
  transition: ease .6s;
}

.sub_title {
  padding: 100px 0 50px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
}

.sub_title.g {
  padding-top: 0;
}

.sub_title.f {
  text-align: left;
  padding-bottom: 25px;
}

.sub_title.f b,
.sub_title.f p {
  color: #005188;
  width: 100%;
  margin-left: 0;
}

.sub_title.e b {
  margin-bottom: 10px;
}

.sub_title.f {
  padding-top: 0;
}

.sub_title b {
  color: #005188;
  font-size: 36px;
  font-weight: 700;
  display: block;
}

.sub_title p {
  color: #3e3e3e;
  font-size: 14px;
  line-height: 1.4;
  opacity: .7;
  display: block;
  width: 90%;
  margin-left: 5%;
  transform: translateY(40px);
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(.165,.84,.44,1) .5s;
}

.sub_title span {
  transform: translateY(40px);
  opacity: 0;
  display: block;
  -webkit-transition: all 1.5s cubic-bezier(.165,.84,.44,1) .6s;
}

.sub_title.animated p {
  -webkit-transform: translateY(0);
  opacity: .7;
}

.sub_title.animated span {
  opacity: 1;
  -webkit-transform: translateY(0);
}

.sub_title.h {
  padding: 100px 0 0;
  margin-bottom: 25px;
}

.sub_title.d {
  padding-bottom: 25px;
}

.sub_title.d p {
  width: 100%;
  margin-left: 0;
}

.sub_title.c b,
.sub_title.c p {
  color: #fff;
}

.sub_title .chars {
  transform: translateX(40px);
  opacity: 0;
  -webkit-transition: all 1.5s cubic-bezier(.165,.84,.44,1);
}

.sub_title.animated .chars {
  -webkit-transform: translateX(0);
  opacity: 1;
}

.sub_title .chars:nth-child(2) {
  -webkit-transition-delay: .1s;
}

.sub_title .chars:nth-child(3) {
  -webkit-transition-delay: .2s;
}

.sub_title .chars:nth-child(4) {
  -webkit-transition-delay: .3s;
}

.sub_title .chars:nth-child(5) {
  -webkit-transition-delay: .4s;
}

.sub_title .chars:nth-child(6) {
  -webkit-transition-delay: .5s;
}

.sub_title .chars:nth-child(7) {
  -webkit-transition-delay: .6s;
}

.sub_title .chars:nth-child(8) {
  -webkit-transition-delay: .7s;
}

.sub_title .chars:nth-child(9) {
  -webkit-transition-delay: .8s;
}


.honor{width: 100%;padding:80px 0;}
.honor_tab{    position: absolute;
    right: 0;
    bottom: 40px;
    font-size: 20px;}
.honor_tab a{  display: inline-block;  border-bottom: 3px solid #fff;transition: all .6s;    padding: 10px 0;cursor: pointer;margin-right: 20px;}
.honor_tab a:last-child{margin-right: 0px;}
.honor_tab a.on{border-bottom: 3px solid #015288;color: #015288;}
.honor_tab a:hover{color: #015288;}
.honorswiper{width:100%;margin-top: 20px;}
.honorswiper img {display: block;width: 100%;margin: auto;}
.honorswiper .potxt{    padding: 15px 0;
    line-height: 20px;}
/* .honorswiper .poimg{height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;}
.honorswiper .poimg img{max-height: 100%;} */
.honorswiper .swiper-ctrl {width: 100%;position: relative;margin-top: 0px;height: 100px; overflow: hidden;}
.honorswiper .swiper-ctrl .swiper-pagination-progressbar {top: auto;bottom: auto;position: relative;width: 100%;height:2px;background: #ededed;}
.honorswiper .swiper-ctrl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: #015288;}
.honorswiper .swiper-button-next,.honorswiper .swiper-button-prev {position: relative;left: auto;top: auto;right: auto;bottom: auto;border: 1px solid #e0e1e3;width: 80px;height: 46px;float: right;margin-top: 15px;transition: all .6s;}
.honorswiper .swiper-button-next {background: url("../images/next1.png") center no-repeat;}
.honorswiper .swiper-button-prev {background: url("../images/prev1.png") center no-repeat;margin-right: 10px;}
.honorswiper .swiper-button-next:hover {background: url("../images/next2.png") center no-repeat #015288;}
.honorswiper .swiper-button-prev:hover {background: url("../images/prev2.png") center no-repeat #015288;}
.honorcon{position: relative;height: 400px;overflow: hidden;transition:all .6s;}
.honorbox{visibility: hidden;opacity: 0; height: 0;transform: translateY(80px);;transition:all .6s;}
.honorbox.on{visibility: visible;opacity: 1;transform: translateY(0px);}

.honorswiper2{width:100%;}
.honorswiper2 img {display: block;width: 100%;margin: auto;}
.honorswiper2 .potxt{line-height: 50px;}
/* .honorswiper2 .poimg{height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;}
.honorswiper2 .poimg img{max-height: 100%;} */
.honorswiper2 .swiper-ctrl {width: 100%;position: relative;margin-top: 30px;height: 100px; overflow: hidden;}
.honorswiper2 .swiper-ctrl .swiper-pagination-progressbar {top: auto;bottom: auto;position: relative;width: 100%;height:2px;background: #ededed;}
.honorswiper2 .swiper-ctrl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: #015288;}
.honorswiper2 .swiper-button-next,.honorswiper2 .swiper-button-prev {position: relative;left: auto;top: auto;right: auto;bottom: auto;border: 1px solid #e0e1e3;width: 80px;height: 46px;float: right;margin-top: 20px;transition: all .6s;}
.honorswiper2 .swiper-button-next {background: url("../images/next1.png") center no-repeat;}
.honorswiper2 .swiper-button-prev {background: url("../images/prev1.png") center no-repeat;margin-right: 10px;}
.honorswiper2 .swiper-button-next:hover {background: url("../images/next2.png") center no-repeat #015288;}
.honorswiper2 .swiper-button-prev:hover {background: url("../images/prev2.png") center no-repeat #015288;}

.honorswiper3{width:100%;}
.honorswiper3 img {display: block;width: 100%;margin: auto;}
.honorswiper3 .potxt{line-height: 50px;}
/* .honorswiper3 .poimg{height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;}
.honorswiper3 .poimg img{max-height: 100%;} */
.honorswiper3 .swiper-ctrl {width: 100%;position: relative;margin-top: 30px;height: 100px; overflow: hidden;}
.honorswiper3 .swiper-ctrl .swiper-pagination-progressbar {top: auto;bottom: auto;position: relative;width: 100%;height:2px;background: #ededed;}
.honorswiper3 .swiper-ctrl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: #015288;}
.honorswiper3 .swiper-button-next,.honorswiper3 .swiper-button-prev {position: relative;left: auto;top: auto;right: auto;bottom: auto;border: 1px solid #e0e1e3;width: 80px;height: 46px;float: right;margin-top: 20px;transition: all .6s;}
.honorswiper3 .swiper-button-next {background: url("../images/next1.png") center no-repeat;}
.honorswiper3 .swiper-button-prev {background: url("../images/prev1.png") center no-repeat;margin-right: 10px;}
.honorswiper3 .swiper-button-next:hover {background: url("../images/next2.png") center no-repeat #015288;}
.honorswiper3 .swiper-button-prev:hover {background: url("../images/prev2.png") center no-repeat #015288;}





#wrap{
  position:relative;
  left:0; top:0;
  width:100%;
  height:100%;
  padding: 60px 0;
  overflow: hidden;
}
.envir .hb {
  position:relative;
  width:25%;
  z-index:1;
  display:flex;
  align-items:center;
  z-index:2;
  transform:scale(.97);
}
.envir .inL-title{
  text-align: center;
}
.envir .sub_title b{
  color: #fff;
}
.envir .sub_title.d p{
  color: #fff;
}
.envirbox{
padding-bottom: 40px;
}
.envir .c{
  position:relative;
  display:block;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
}
.envir .c img {
  position:relative;
  display:block;
  width:100%;
  min-height: 100%;
  z-index:2;
}
.envir .txt {
  position: absolute;
  bottom:0;
  /* background: rgba(0, 0, 0, 0.3); */
  left: 0;
  width: 100%;
  color: #fff;
  opacity: 0;
  height: 50%;
  z-index: 9;
  /* transform: scaleY(1) translateY(-100px); */
  transition: transform .2s, opacity .5s;
}
.envir .txt:before{
  content: "";
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: ease .5s;
  background: linear-gradient(bottom ,rgba(0, 0, 0, .7) ,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(bottom ,rgba(0, 0, 0, .7) ,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(bottom ,rgba(0, 0, 0, .7) ,rgba(0,0,0,0) 100%);
  background: -moz-linear-gradient(bottom ,rgba(0, 0, 0, .7) ,rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(bottom ,rgba(0, 0, 0, .7) ,rgba(0,0,0,0) 100%);
  z-index: 10;
  opacity: 0;
}
.envir h1 {
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  z-index: 20;
  bottom: 0;
  width: 100%;
  line-height: 2.8em;
}
.envir .hb:hover .txt {
  opacity:1;
  /* transform:scaleY(1) translateY(-60px); */
}
.envir .hb:hover .txt:before{
  opacity: .7;
  height: 100%;
}
.envir .fullBg {
  position:absolute;top:0;left:0;width:100%;height:100%;
  z-index:1;
}
.envir .fullBg:after{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.envir .fullBg img {
  width:100%;height:100%;
  object-fit:cover;object-position:center;
  opacity:0;
  transform:scale(1);
  transition:transform 1s, opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}
.envir .fullBg img.over{opacity:1;transform:scale(1.02);}
.envir .credits {
  position:fixed;
  bottom:0;right:0;
  padding:1.5em;
  font-size:.8em;
  text-align:right;
  font-style:italic;
  opacity:.8;
  transition:opacity .2;
  z-index:3;
}
.envir .credits:hover {
  text-decoration:underline;
  opacity:1;
}
.envir .swiper-container {
  width: 100%;
  height: 540px;
  z-index: 2;
}
.envir .swiper-pagination{
  width: 100%;
  bottom: 0;
}
.envir .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  margin:0 5px;
  border-radius: 20px;
  opacity: .5;
  background: #fff;
}
.envir .swiper-pagination-bullet-active{
  background: #fff;
  width: 30px;
  opacity: 1;
}
.envir .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; */
  transition: 300ms;
  transform: scale(0.8);
}
.envir .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}


.shebei{padding:80px 0;}
.shebei .inL-title{text-align: center;}
.shebei .sbtxt{width: 80%;margin:20px auto 30px;    color: #999;}


.index-map-item{
  padding:80px 0;
  background: #f7f7f7;
}
.index-map-item .title{
  padding-top: 0;
}
.index-map-item .index-map-left {
  position: relative;
}
.index-map-item .index-map-left .map-left {
  margin-top: 90px;
  width: 30.4%;
}
.index-map-item .index-map-left .map-left .content {
  margin-top: 20px;
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  font-family: "Montserrat-Light";
}
.index-map-item .index-map-left .map-left .details {
  margin-top: 30px;
  font-size: 14px;
  color: #999999;
}
.index-map-item .index-map-left .map-left .details div {
  padding-right: 20px;
  float: left;
}
.index-map-item .index-map-left .map-left .details div:nth-child(2) {
  padding: 0 20px;
  border-left: 1px solid #cccccc;
}
.index-map-item .index-map-left .map-left .details strong {
  font-size: 40px;
  color: #cc162e;
}
.index-map-item .index-map-left .map-show {
  position: absolute;
  top: 40px;
  right: -120px;
}
.index-map-item .index-map-left .map-show .map-show-list {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.index-map-item .index-map-left .map-show .map-show-list .map-show-child {
  position: absolute;
  top: 0%;
  left: 0%;
}
.index-map-item .index-map-left .map-show .map-show-list .map-show-child * {
  margin: auto;
}
.index-map-item .index-map-left .map-show .map-show-list .map-show-child .map-liname {
  display: initial;
  width: auto;
  padding: 3px 15px;
  background: white;
  color: #cc162e;
  border: 1px solid #cc162e;
  font-size: 12px;
  border-radius: 30px;
}
.index-map-item .index-map-left .map-show .map-show-list .map-show-child .map-circle {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  border: 2px solid #cc162e;
  margin: 10px auto 10px;
}
.index-map-item .index-map-left .map-show .map-show-list .map-show-child .map-licontent {
  opacity: 0;
  position: relative;
  width: 180px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #cc162e;
  font-size: 16px;
  color: white;
  border-radius: 10px;
}
.index-map-item .index-map-left .map-show .map-show-list .map-show-child .map-licontent::after {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -3px;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  border-bottom: 3px solid #cc162e;
}
.index-map-item .index-map-left .map-show .map-show-list .cur {
  z-index: 1;
}
.index-map-item .index-map-left .map-show .map-show-list .cur .map-licontent {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 1;
}
.index-map-item .swiper-map-txt {
  height: 60px;
  line-height: 60px;
  margin-top: 170px;
  border-bottom: 1px solid #cccccc;
  font-size: 16px;
  color: #666666;
}
.index-map-item .swiper-map-txt ul {
  padding: 0;
  margin: 0;
}
.index-map-item .swiper-map-txt a {
  position: relative;
  width: 10%;
  float: left;
  list-style-type: none;
  text-align: center;
  display: block;
}
.index-map-item .swiper-map-txt a.cur {
  color: #cc162e;
}
.index-map-item .swiper-map-txt a::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 16px;
  background: #cccccc;
}








.service .swiper-wrapper .li .img {
  width: 100%;
  transition: ease .7s;
  position: relative;
  overflow: hidden;
}

.service .swiper-wrapper .li.s a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.service .swiper-wrapper .li.s .thum {
  width: 100px;
  height: 85px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  text-align: center;
  font-size: 14px;
}

.service .swiper-wrapper .li.s .thum b {
  width: 50px;
  height: 50px;
  display: block;
  margin: auto;
  background: url("../images/plus_icon.png") no-repeat;
  background-size: cover;
}

.service .swiper-wrapper .li.s .thum p {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  color: #fff;
}

.service .swiper-wrapper .li .text {
  position: absolute;
  text-align: center;
  color: #fff;
  transition: .7s all ease;
  width: 100%;
  bottom: 10%;
}

.service .swiper-wrapper .li p:nth-child(1) {
  font-size: 18px;
  line-height: 26px;
}

.service .swiper-wrapper .li p:nth-child(2) {
  color: rgba(255,255,255,.6);
  font-size: 12px;
  font-family: Exo2;
  line-height: 1.7;
  padding: 0 5%;
}

.course {
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
  height: 80vh;
  color: #fff;
  position: relative;
  z-index: 5;
  box-shadow: inset 0 17px 16px rgba(0,0,0,.1);
}

.course ._w1400 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.course .content {
  margin-bottom: 60px;
  overflow: hidden;
}

.course .content .viewbox {
  display: inline-block;
  width: 20%;
  float: left;
  position: relative;
  text-align: center;
}

.course .content .viewbox::after {
  width: 1px;
  height: 50%;
  position: absolute;
  right: 0;
  top: 25%;
  background: rgba(255,255,255,.2);
  content: '';
}

.course .content .viewbox p {
  margin: 0;
}

.course .content .viewbox p:nth-child(1) span {
  font-size: 48px;
  font-family: montserrat;
}

.course .content .viewbox p:nth-child(2) {
  font-size: 14px;
  opacity: .5;
}

.courseA {
  width: 170px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-left: 260px;
  margin-top: 65px;
  color: #fff;
  line-height: 45px;
  position: relative;
}

.courseA::after {
  content: '';
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 7px;
  top: 7px;
}

.courseA::before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/lansanjiao.png") no-repeat;
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 2;

}

.courseA a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 20px;
}

.core {
  height: auto;
  background: #fff;
  position: relative;
  z-index: 5;
  padding-bottom: 100px;
}

.core .bgimgtop {
  width: 1180px;
  position: absolute;
  right: 0;
  margin-top: 5%;
}

.core .bgimgtop img {
  width: 100%;
  height: 100%;
}

.core .content {
  margin: 0 auto;
  position: relative;
  display: flex;
  z-index: 5;
}

.core .content .shadow {
  width: 60%;
  position: absolute;
  left: 20%;
  height: 100%;
  box-shadow: 0 0 20px 0 rgba(37,37,37,.8);
  bottom: 0;
  border-radius: 0 0 15px 15px;
}

.core .content:after {
  content: '';
}

.core .content:before {
  content: '';
}

.core .content .viewbox {
  width: calc(100% / 3);
  height: auto;
  position: relative;
  overflow: hidden;
}

.core .content .viewbox::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background: #fff;
  z-index: 10;
  visibility: hidden;
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1);
}

.core .content .viewbox.animated::after {
  height: 0;
  visibility: visible;
}

.core .content .viewbox ._slide {
  position: absolute;
  bottom: 20%;
  left: 50%;
  z-index: 5;
  transform: translateX(-50%);
  opacity: 0;
  transition: ease .7s;
  background: #f08300;
  border: 1px solid #f08300;
}
.core .content .viewbox:hover ._slide{
    opacity: 1;
  bottom: 10%;
}
.core .content .viewbox::before {
  content: '';
  background: linear-gradient(top ,rgba(0, 40, 70, 0.7) ,rgba(0,0,0,0.3) 100%);
  background: -o-linear-gradient(top ,rgba(0, 40, 70, 0.7) ,rgba(0,0,0,0.3) 100%);
  background: -ms-linear-gradient(top ,rgba(0, 40, 70, 0.7) ,rgba(0,0,0,0.3) 100%);
  background: -moz-linear-gradient(top ,rgba(0, 40, 70, 0.7) ,rgba(0,0,0,0.3) 100%);
  background: -webkit-linear-gradient(top ,rgba(0, 40, 70, 0.7) ,rgba(0,0,0,0.3) 100%);
  top: 0;
  width: 100%;
  display: block;
  height: 100%;
  z-index: 2;
  position: absolute;
  opacity: 0;
  transition: ease .7s;
}
.shebei ._slide{
  background: #f08300;
  border: 1px solid #f08300;
  margin-top: 20px;
  margin-left: -100px;
  left: 50%;
}

.core .content .viewbox:hover::before{
  opacity: 1;
}
.core .content .viewbox .btnMore {
  width: 168px;
  height: 44px;
  position: absolute;
  top: 30rem;
  margin-left: 9rem;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
}

.core .content .viewbox .btnMore img {
  width: 100%;
  height: 100%;
}

.core .content .viewbox img {
  position: relative;
  z-index: 1;
  width: 100%;
  transition: ease 1.8s;
}

.core .content .viewbox .text {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  z-index: 5;
  top: 0;
  padding: 25% 25px 0; 
  transition: ease .7s;
}
.core .content .viewbox .text p:nth-child(1) {

  font-size: 24px;
  padding-bottom: 10px;
}

.core .content .viewbox .text p:nth-child(2) {
  line-height: 1.2;
  font-size: 16px;
  opacity: .7;
  transition: ease .7s;
}
.core .content .viewbox:hover img{
  transform:scale(1.05);
}
.core .content .viewbox:hover .text{
  padding: 20% 25px 0; 

}
.core .content .viewbox:hover .text p:nth-child(2){
  opacity: 1;
}

.friend {
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  color: #fff;
  position: relative;
  z-index: 5;
  box-shadow: inset 0 17px 16px rgba(0,0,0,.4);
  padding-bottom: 100px;
}
.friend .bgimgtop{
      width: 1180px;
    position: absolute;
    right: 0;
    margin-top: 2%;
    color: rgba(255, 255, 255, 0.3);
}
.friend-title {
  width: 100%;
  font-size: 36px;
  display: flex;
  justify-content: center;
  font-weight: 700;
  padding-bottom: 25px;
}

.friend-title p {
  text-align: center;
}

.friend-title p:nth-child(2) {
  padding-left: 40px;
}

.friend-cont ul {
  width: 100%;
  display: block;
  position: relative;
}

.friend-cont ul::after {
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
  content: '';
}

.friend-cont ul li {
  width: 23%;
  display: block;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,.05);
  height: 180px;
  background: #fff;
}

.friend-cont ul li a {
  display: block;
  height: 100%;
  position: relative;
}

.friend-cont ul li img,
.tc-img img {
  max-width: none;
  width: 100%;
      height: 100%;
}
.friend-cont ul li h6{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    position: absolute;
    z-index: 5;
    bottom: 0px;
    transition: ease .7s;
    opacity: 0;
}
.friend-cont ul li a:before{
  content: "";
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: ease .5s;
  background: linear-gradient(bottom ,#003a61 ,rgba(4,62,200,0) 100%);
  background: -o-linear-gradient(bottom ,#003a61 ,rgba(4,62,200,0) 100%);
  background: -ms-linear-gradient(bottom ,#003a61 ,rgba(4,62,200,0) 100%);
  background: -moz-linear-gradient(bottom ,#003a61 ,rgba(4,62,200,0) 100%);
  background: -webkit-linear-gradient(bottom ,#003a61 ,rgba(4,62,200,0) 100%);
  opacity: 0;
}
.friend-cont ul li a:hover h6{
  opacity: 1;
    bottom: 20px;
}
.friend-cont ul li a:hover:before{
  opacity: .7;
  height: 100%;
}
.friend-cont ul li:nth-child(4n) {
  margin-right: 0;
}

footer .contactUs {
  border-top: 1px solid rgba(0,0,0,.1);
}

footer .contactUs ._w1600 {
  display: flex;
  justify-content: space-around;
  position: relative;
}

footer .contactUs ._w1600:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  background: rgba(0,0,0,.1);
  width: 1px;
}

nav ul .level1 ul li a {
  display: block;
  width: auto;
      padding: 10px 0;
  line-height: 20px;
}

footer .contactUs .viewbox {
  position: relative;    width: 22%;
}

.iconImg {
  width: 120px;
  height: auto;
}

.iconImg img {
  width: 100%;
  height: 100%;
}

.media-single {
  width: 100%;
}

.media-single ul {
  width: 100%;
  padding: 0;
  margin: 0;
}

.media-img {
  width: 100%;
  position: relative;
}

.mi-location {
  width: 1400px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 13.5%;
  display: flex;
}

.mi-location-cont1 {
  width: 410px;
  height: 90px;
  line-height: 90px;
  background: #005188;
  color: #fff;
  display: flex;
}

.mi-location-cont1 span {
  padding-left: 50px;
  padding-right: 40px;
}

.mi-location-cont1 p {
  margin: 0;
}

.mi-location-cont2 {
  width: 95px;
  height: 90px;
  background: #fff;
  color: #005188;
  text-align: center;
}

.mi-location-cont2 p {
  padding-top: 50px;
  margin: 0;
  background: url("../images/mi-weizhi.png") no-repeat center top 20px;
}

.media-single-cont {
  padding: 60px 45px;
}

.media-single-cont p {
  margin: 0;
  padding-bottom: 5px;
  opacity: .7;
}

.media-single-cont small {
  display: block;
  width: 170px;
  height: 45px;
  background: #005188;
  border-radius: 30px;
  margin-top: 50px;
  line-height: 45px;
  padding-left: 35px;
  color: #fff;
  position: relative;
}

.media-single-cont small::after {
  width: 30px;
  height: 30px;
  content: '';
  background: #fff url("../images/lansanjiao.png") no-repeat center center;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 7px;
}

.media2 {
  width: 100%;
  display: flex;
  background: url("../images/service_bg.jpg") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.media2-left {
  width: 100%;
}

.media2-left ul {
  width: 100%;
  padding: 0;
  margin: 80px 0 0;
  display: flex;
  flex-wrap: wrap;
  height: calc(100vh - 80px);
  border-top: 1px solid rgba(255,255,255,.1);
}

.media2-left ul li {
  width: 33%;
  color: #fff;
  position: relative;
  height: 50%;
  border-bottom: 1px solid rgba(255,255,255,.1);
  border-right: 1px solid rgba(255,255,255,.1);
  padding: 50px;
  overflow: hidden;
}

.media2-left ul li a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.media2-left ul li::after {
  content: '';
  width: 63px;
  height: 55px;
  background: url("../images/guanggaopai.png") no-repeat;
  position: absolute;
  left: 47px;
  bottom: 0;
  opacity: 0;
  transition: .5s;
}

.media2-left ul li::before {
  content: '';
  width: 100%;
  height: 10%;
  background: #005188;
  position: absolute;
  left: 0;
  bottom: -100%;
  transition: .5s;
  display: block;
}

.media2-left ul li:hover::before {
  height: 100%;
  bottom: 0;
}

.media2-left ul li:hover::after {
  opacity: 1;
  bottom: 36px;
  z-index: 5;
}

.media2-left ul li:hover .m2l-text {
  top: 0;
}

.m2l-text {
  text-align: right;
  position: absolute;
  right: 0;
  top: 50px;
  display: block;
  transition: .5s;
}

.m2l-text h3 {
  font-size: 28px;
  padding-bottom: 10px;
  font-weight: 400;
}

.m2l-text p {
  opacity: .7;
  font-family: Exo2;
  text-transform: uppercase;
}

.media2Info {
  width: 100%;
}

.m2If-title {
  padding-top: 45px;
  padding-bottom: 15px;
  color: #005188;
  text-align: left;
}

.m2If-title h3 {
  margin: 0;
  font-size: 30px;
  padding-bottom: 10px;
}

.m2If-cont {
  width: 100%;
  opacity: .7;
  overflow: hidden;
}

.m2If-cont p {
  padding-bottom: 10px;
}

.m2If-cont p span {
  padding-left: 10px;
}

.m2If-cont p span:first-child {
  padding-left: 0;
}

.m2If-img {
  width: 100%;
  padding: 20px 0;
}

.m2If-img ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.m2If-img ul li {
  width: 33%;
  padding-bottom: 10px;
}

.m2If-img2 ul li {
  width: auto;
}

.m2If-img3 {
  padding: 10px 0;
}

.m2If-wrap {
  width: 100%;
  padding-top: 20px;
}

.m2If-wrap ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.m2If-wrap ul li {
  width: 32%;
  padding: 35px;
  background: #f6f7f7;
  margin-bottom: 20px;
}

.m2IfW-h3 {
  font-size: 28px;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m2IfW-h3 h3 {
  color: transparent;
  -webkit-text-stroke: 1px #e85a69;
  letter-spacing: .04em;
}

.m2IfW-h4 {
  padding-bottom: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m2IfW-p {
  opacity: .7;
  line-height: 1.7;
  height: 189px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.m2If-wrap2 ul li {
  width: 32%;
  padding: 0;
  margin-bottom: 20px;
}

.m2If-wrap2 {
  padding-top: 20px;
  padding-bottom: 75px;
}

.m2IfW2-cont {
  padding: 20px 40px 20px;
}

.m2IfW2-cont h3 {
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m2IfW2-cont p {
  opacity: .7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.back {
  background: #f9f8f9;
}

.theory {
  width: 100%;
}

.title {
  padding-top: 65px;
  padding-bottom: 35px;
  color: #005188;
  text-align: center;
  position: relative;
  z-index: 3;
}

.title h3 {
  font-size: 36px;
}

.title p {
  font-family: Exo2;
  text-transform: uppercase;
}

.theory-cont {
  width: 100%;
}

.theory-cont ul {
  width: 100%;
  padding: 0;
}

.theory-cont ul li {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
  box-shadow: 0 0 5px rgba(0,0,0,.05);
  padding: 50px;
}

.theory-cont ul li:nth-child(1) {
  background: #fff url("../images/3000mi.jpg") no-repeat left bottom;
}

.tc-cont {
  width: calc(100% - 600px);
}

.theory-cont ul li:nth-child(2) {
  background: #fff url("../images/qizhou.jpg") no-repeat left bottom;
}

.tc-cont h3 {
  color: #005188;
  font-size: 40px;
  margin: 0;
  padding-bottom: 35px;
}

.tc-cont h4 {
  margin: 0;
  padding-bottom: 15px;
  font-size: 18px;
}

.tc-cont p {
  margin: 0;
  opacity: .7;
  padding-bottom: 5px;
}

.tc-img {
  width: 550px;
}

.theory2 {
  width: 100%;
}

.titleP {
  padding-bottom: 15px;
}

.title span {
  color: #7b7b7b;
}

.theory2-cont {
  width: 100%;
  background: #fff;
  display: flex;
  padding: 50px;
  box-shadow: 0 0 5px rgba(0,0,0,.05);
}

.t2c-left {
  width: 35%;
  margin-right: 5%;
}

.t2c-left h3 {
  padding-top: 55px;
  padding-bottom: 45px;
  color: #005188;
  font-size: 24px;
}

.t2c-left-cont {
  padding-bottom: 35px;
}

.t2c-left-cont h4 {
  padding-bottom: 5px;
  font-size: 18px;
}

.t2c-left-cont p {
  line-height: 1.7;
  opacity: .7;
}

.t2c-right {
  width: 60%;
}

.t2c-righti img {
  width: 100%;
  height: 100%;
}




.ab_video{
position: relative;
}
.ab_video .bofang{ font-size:80px; position:absolute; top:50%; left:50%; margin-left:-43px; margin-top:-40px;  z-index:9;opacity: .7;transition:all .6s;}
.ab_video .bofang img{width: 100px;height: 100px;}
.ab_video .bofang:hover{ opacity: 1;}
.ab_video .uio_67{ position:absolute; width:100%; height:100%; background:rgba(37, 37, 37, 0.1); z-index:8; display:block; top:0px; left:0px; }


.power {
  width: 100%;
  position: relative;
}

.pimg {
  width: 45%;
  height: auto;
  position: absolute;
  right: 50px;
  bottom: 100px;
}
.pimg img{width: 100%;}
.power-cont {
  width: 100%;
  position: relative;
  background: #fff;
  padding:40px 0 100px;
}

.pocH3 {
  padding-bottom: 5px;
}

.pocP {
  opacity: .7;
  padding-bottom: 5px;
  width: 50%;
}

.pocSpan {
  font-size: 45px;
  color: rgba(0,0,0,.1);
  font-weight: 700;
  margin-bottom: 25px;
}

.pocUl {
  width: 50%;
}

.pocUl ul {
  display: flex;
  padding: 0;
}

.pocUl ul li {
  width: 25%;
  height: 210px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  margin-right: 20px;
}

.plImg {
  padding-top: 30px;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
}

.plH3 {
  color: #005188;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 5px;
}

.plH3::after {
  content: '';
  width: 15px;
  height: 1px;
  background: #005188;
  position: absolute;
  bottom: 0;
  left: 45%;
}

.plH3 h3 {
  font-weight: 400;
}

.plP {
  text-align: center;
  opacity: .7;
  font-size: 14px;
}

.plP p {
  padding-top: 5px;
}

.power2 {
  width: 100%;
}

.adv {
  position: relative;
}

.adv::after {
  width: 156px;
  height: 156px;
  content: '';
  background: url("../images/round2.png") no-repeat;
  position: absolute;
  left: -180px;
  bottom: 60px;
}

.adv::before {
  width: 95px;
  height: 95px;
  content: '';
  background: #005188;
  border-radius: 50%;
  position: absolute;
  right: -115px;
  bottom: 35px;
}

.advantage {
  width: 100%;
  padding: 100px 0;
  display: block;
  justify-content: space-between;
}

.advantage-left {
  width: 100%;
  color: #005188;
  font-size: 24px;
  margin-bottom: 25px;
}

.advantage-left p {
  font-size: 19px;
}

.advantage-right {
  width: 100%;
}

.advantage-right p {
  line-height: 1.7;
  opacity: .7;
}

.advH3 {
  font-size: 60px;
  text-align: center;
  opacity: .1;
  padding-bottom: 70px;
}

.advantage2 {
  width: 100%;
}

.advantage2 ul {
  width: 100%;
  display: block;
  overflow: hidden;
}

.advantage2 ul li {
  width: 20%;
  float: left;
  position: relative;
}

.advantage2-img {
  width: 100%;
  color: #fff;
  position: relative;
  transition: .5s;
  -webkit-filter:blur(0);
}

.advantage2 ul li:hover .advantage2-img {
  -webkit-filter:blur(2px)
}

.ai-location {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 70px;
}

.ai-location p {
  font-family: Exo2;
  text-transform: uppercase;
  font-size: 14px;
  opacity: .7;
}

.ai-location h4 {
  padding-bottom: 5px;
}

.advantage2-cont {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  padding: 50px 25px;
  transition: .5s;
  opacity: 0;
}

.advantage2-cont h3 {
  padding-bottom: 5px;
}

.advantage2-cont h4 {
  padding-bottom: 20px;
  font-weight: 400;
  font-family: Exo2;
  text-transform: uppercase;
  font-size: 12px;
  opacity: .7;
}

.advantage2-cont p {
  line-height: 1.7;
  font-size: 14px;
  opacity: .7;
}

.introduction {
  width: 100%;
  padding-top: 55px;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between;
}

.introduction-left {
  width: 48%;
}

.inL-title {
  text-align: left;
  padding-top: 0;
}

.inL-cont {
  line-height: 1.4;
}

.inL-cont p {
  padding-bottom: 10px;
}

.introduction-right {
  width: 49%;
  position: relative;
}

.introduction-right img {
  position: relative;
  margin-top: 100px;
}

.introduction-data {
  width: 100%;
}

.introduction-data ul {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  padding-bottom: 100px;
}

.introduction-data ul li {
  width: 22%;
  padding-left: 35px;
  border-right: 1px solid rgba(0,0,0,.1);
}

.introduction-data ul li:nth-child(1),
.introduction-data ul li:nth-child(5) {
  width: 17%;
}

.introduction-data ul li:nth-child(1) {
  padding-left: 0;
}

.introduction-data ul li:nth-child(5) {
  border-right: 0;
}

.inD-top {
  display: flex;
  height: 52px;
  overflow: hidden;
  color: #005188;
}

.inD-top span {
  font-size: 45px;
  font-family: montserrat;
}

.inD-top p {
  line-height: 65px;
  padding-left: 10px;
  opacity: .7;
}

.inD-cont {
  opacity: .7;
}

.introduction-course {
  width: 100%;
  background: url("../images/bg_developmentpath.jpg") no-repeat center/cover fixed;
  position: relative;
  overflow: hidden;
}

.founder{overflow: hidden;background: url(../images/leadbj.jpg) no-repeat center fixed;padding:100px 0;}
.founder .inL-title{text-align: center;}
.founder .sub_title b{color: #fff;}
.founder .sub_title.d p{color: #fff;}
.founderbox{    width: 74%;    height: auto;
    position: relative;
    margin: auto;}
.founder .left{width:34%;float:left;display:none;}
.founder .left img{width: 100%;}
/*.founder .right{width:66%;padding-left:6%;position:absolute;right:0;display:flex;flex-wrap:wrap;align-content:space-between}*/
.founder .right{    width: 100%;
    padding-left: 0;
    position: relative;}
.founder .right .detail{display:flex;padding-top:35px;height:92%}
.founder .right .detail .name{width:110px;padding:0 15px;font-size:24px;color:#1b2b4f;text-align:justify}
/*.founder .right .detail .content{width:calc(100% - 110px);border-left:1px solid #e81626;padding-left:22px;text-align:justify;color:#fff;line-height:24px;overflow-y:auto;height:100%}*/
.founder .right .detail .content{ width: 100%;text-align:justify;color:#fff;line-height:24px;overflow-y:auto;height:100%}
.brand-advantage{padding-top: 100px;}
.brand-advantage .inL-title{text-align: center;}
.advantagebox{padding: 50px 0 100px;}
/* .brand-advantage .brand-advantage-content{width:48%;height:auto;margin-bottom:20px;display: inline-block;vertical-align: top;margin-right: 3%}
.brand-advantage .brand-advantage-content:nth-child(2n){margin-right: 0;}
.brand-advantage .brand-advantage-content .thum{position:relative;overflow:hidden}
.brand-advantage-content .info p:nth-child(1){font-size:18px;color:#2355a1}
.brand-advantage-content .info{width:100%;height:auto;padding:20px;box-sizing:border-box}
.brand-advantage-content .info p:nth-child(2){padding-bottom:10px;font-size:14px;line-height:1.4;color:rgba(0,0,0,.3);text-transform:uppercase}
.brand-advantage-content .info p:nth-child(3){width:100%;color:rgba(0,0,0,.7);line-height:1.7} */
.brand-advantage .B li { height: 26vw; overflow: hidden; transition: 0.5s ease 0s;position: relative;color: #fff;    z-index: 0;vertical-align: top;display: inline-block;text-align: center; }
.brand-advantage .B li:before { content: ''; position: absolute; width: 100%; background: #005188; height: 4px; z-index: -1; left: 0; bottom: 0; }
.brand-advantage .B li:after { content: ''; z-index: -1; position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background: #005188; background: -webkit-linear-gradient(90deg, rgba(0, 81, 136, .8), transparent); transition: 0.5s ease 0s; }
.brand-advantage .B li>div { position: absolute; width: 100%; left: 0; bottom: 1.5vw; z-index: 0; transition: 0.5s ease 0s; }
.brand-advantage .B li span { margin-top: 0.5vw; transition: 0.5s ease 0s; }
.brand-advantage .B li p { transition: 0.5s ease 0s; transform-origin: bottom; }
@media screen and (min-width: 801px ) {
.brand-advantage .B li { width: 23%; }
.brand-advantage .B li:not(:nth-child(4n+1)) {margin-left:2%;}
.brand-advantage .B li:after, .brand-advantage .B li span { opacity: 0; }
.brand-advantage .B li>div { transform: translateY(50%); }
.brand-advantage .B li:hover { box-shadow: 0 10px 1.5vw 0 rgba(255,130,32,0.2); }
.brand-advantage .B li:hover:after, .brand-advantage .B li:hover span { opacity: 1; }
.brand-advantage .B li:hover>div { transform: translate(0); }
.brand-advantage .B li:hover p { transform: scale(1.25); }



}







#v3_body {
  width: 1207px;
  height: 830px;
  display: block;
  top: 162px;
  left: 50%;
  margin-left: -603px;
  background: url("../images/line_bg2.png") 0 0 no-repeat;
}

#v3_mask {
  width: 1207px;
  height: 0;
  display: block;
  left: 0;
  background: url("../images/line_all2.png") 0 0 no-repeat;
}

.obj {
  position: absolute;
}

.introduction-course2 {
  width: 100%;
  position: relative;
}

.historyList {
  position: relative;
  margin-top: -150px;
}

.historyMask {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 0;
  overflow: hidden;
}

.historyBasic {
  height: 1480px;
  overflow: hidden;
}

.historyListUl {
  position: absolute;
  width: 890px;
  left: 50%;
  transform: translate(-50%,0);
  top: 0;
  z-index: 5;
  min-height: 112px;
  display: none;
}

.historyListUl .btnIcon {
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

.historyListUl .btnIcon.active {
  opacity: 0;
  visibility: hidden;
}

.historyListUl .btnIcon.btnLeft {
  left: -50px;
  display: none;
}

.historyListUl .btnIcon.btnRight {
  right: -50px;
}

.historyListUl.active {
  top: 41%;
  transform: translate(-50%,-50%);
  position: fixed;
}

.historyListUl li {
  position: absolute;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}

.historyListUl li.active {
  opacity: 1;
  visibility: inherit;
}

.historyListUl .year {
  width: 200px;
  line-height: 112px;
  background: #005188;
  text-align: center;
  font-size: 60px;
  display: inline-block;
  vertical-align: top;
  font-family: montserrat;
}

.historyListUl .text {
  display: inline-block;
  display: inline-flex;
  width: 684px;
  min-height: 112px;
  vertical-align: top;
  background: #fff;
  color: #3e3e3e;
  font-size: 14px;
  height: auto;
  padding: 25px 35px;
  align-items: center;
}

.HistoricalRiver {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.HistoricalRiver ul {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.HistoricalRiver li {
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-family: montserrat;
}

.HistoricalRiver li .year {
  position: absolute;
  line-height: 30px;
  top: 50%;
  margin-top: -15px;
  left: 20px;
  transform: translateY(100%) translate3d(0,0,0);
  opacity: 0;
  transition: all .5s ease-in-out;
}

.HistoricalRiver li .info {
  width: 500px;
  height: auto;
  font-size: 14px;
  line-height: 25px;
  position: absolute;
  left: 100px;
  top: -40px;
  -webkit-transition: all 0s;
  -webkit-transform: translateX(100px);
  opacity: 0;
}

.HistoricalRiver li:nth-child(5) .info {
  width: 700px;
}

.HistoricalRiver li:nth-child(6) .info {
  width: 380px;
}

.HistoricalRiver li:nth-child(even) .info {
  left: 50px;
}

.HistoricalRiver li .info::after {
  display: block;
  width: 100%;
  clear: both;
  height: 1px;
  content: '';
}

.HistoricalRiver li.show .info {
  -webkit-transform: translateX(0px);
  opacity: 1;
}

.HistoricalRiver li .info .num {
  width: 120px;
  height: 80px;
  background: #005188;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-family: montserrat;
  float: left;
  position: relative;
}

.HistoricalRiver li .info .num::after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #005188;
  content: '';
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -5px;
}

.HistoricalRiver li .info .des {
  width: calc(100% - 125px);
  height: 80px;
  padding: 20px;
  float: right;
  background: #fff;
  color: #3e3e3e;
  vertical-align: top;
  line-height: 20px;
}

.HistoricalRiver li.active .year {
  transform: translateY(0) translate3d(0,0,0);
  opacity: 1;
}

.HistoricalRiver li:nth-child(even) .year {
  left: auto;
  right: 20px;
}

.HistoricalRiver li:after {
  content: '';
  background: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,100%);
  opacity: 0;
  transition: all .5s ease-in-out;
}

.HistoricalRiver li.active:after {
  transform: translate(-50%,-50%);
  opacity: 1;
}

.indC-img {
  width: 100%;
  height: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.indC-img img {
  width: 100%;
  height: 100%;
}

.introduction-course .inC-title {
  position: relative;
  top: auto;
}

.honor {
  width: 100%;
}

.honor-img {
  width: 100%;
}

.honor-img img {
  margin: 0 auto;
  padding-bottom: 30px;
}

.honor-wrap {
  width: 100%;
}

.honor-wrap ul li {
  width: 100%;
  height: 200px;
  display: flex;
}

.hw-cont1,
.hw-cont2 {
  width: 50%;
}

.hw-cont1 {
  text-align: right;
}

.hw-cont1 .hc1-title {
  padding-bottom: 25px;
  padding-right: 155px;
  position: relative;
}

.hw-cont1 .hc1-title h3 {
  font-weight: 400;
  font-size: 60px;
  color: #005188;
  font-family: montserrat;
}

.hw-cont1 .hc1-title::after {
  content: '';
  width: 41px;
  height: 41px;
  background: url("../images/time_icon2.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 20px;
}

.hw-cont1 .hc1-title span {
  font-size: 22px;
  position: absolute;
  right: -40px;
  bottom: 0;
  font-family: montserrat;
  width: 120px;
  text-align: center;
}

.hw-cont1 .hc1-cont {
  padding-right: 155px;
  position: relative;
  opacity: .7;
}

.hw-cont1 .hc1-cont p {
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hw-cont1 .hc1-cont::after {
  width: 1px;
  height: 90px;
  background: rgba(0,0,0,.5);
  content: '';
  position: absolute;
  right: 18px;
  top: 0;
}

.hw-cont2 {
  width: 50%;
  height: 100%;
}

.honor-wrap ul li:nth-child(even) {
  flex-direction: row-reverse;
}

.honor-wrap ul li:nth-child(even) .hw-cont1 {
  text-align: left;
}

.honor-wrap ul li:nth-child(even) .hw-cont1 .hc1-title {
  padding-left: 140px;
  padding-right: 0;
}

.honor-wrap ul li:nth-child(even) .hw-cont1 .hc1-title::after {
  content: '';
  width: 41px;
  height: 41px;
  background: url("../images/time_icon2.png") no-repeat;
  background-size: cover;
  position: absolute;
  left: -41px;
  top: 20px;
}

.honor-wrap ul li:nth-child(even) .hw-cont1 .hc1-title span {
  left: -80px;
}

.honor-wrap ul li:nth-child(even) .hw-cont1 .hc1-cont {
  padding-left: 140px;
  padding-right: 0;
}

.honor-wrap ul li:nth-child(even) .hw-cont1 .hc1-cont::after {
  left: -18px;
}

.honor-wrap ul li:nth-child(4) .hw-cont1 .hc1-title span {
  left: -70px;
}

.honor-wrap ul li:nth-child(7) .hw-cont1 .hc1-title span {
  right: -34px;
}

.cooperation {
  padding: 100px 0 50px;
}

.cooperation ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}

.cooperation ul li {
  width: 49%;
  height: auto;
  display: block;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 40px;
  float: left;
  margin-right: 2%;
  position: relative;
}

.cooperation ul li::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: '';
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .4s;
}

.cooperation ul li.animated::after {
  height: 0;
}

.cooperation ul li .thum {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

._news.news2 ul li .img img {
  max-width: auto;
  width: 100%;
}

.cooperation ul li .thum img {
  max-width: auto;
  width: 100%;
  -webkit-transition: all .5s;
  /* -webkit-filter:grayscale(100%); */
}

.cooperation ul li:hover .thum img {
  -webkit-transform: scale(1.05);
  /* -webkit-filter:grayscale(0); */
}
.cooperation ul li .thum:before{
  content: "";
  width: 100%;
  height: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: ease .5s;
  background: linear-gradient(bottom ,#003a61 ,rgba(4,62,200,0) 100%);
  background: -o-linear-gradient(bottom ,#003a61 ,rgba(4,62,200,0) 100%);
  background: -ms-linear-gradient(bottom ,#003a61 ,rgba(4,62,200,0) 100%);
  background: -moz-linear-gradient(bottom ,#003a61 ,rgba(4,62,200,0) 100%);
  background: -webkit-linear-gradient(bottom ,#003a61 ,rgba(4,62,200,0) 100%);
  z-index: 9;
  opacity: 0;
}
.cooperation ul li:hover .thum:before{
  opacity: .7;
  height: 100%;
}



.cooperation ul li:nth-child(even) {
  margin-right: 0;
}

.cooperation-cont {
  width: 300px;
  height: auto;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  padding: 20px;
      z-index: 10;
}

.cooperation-cont .bl {
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .5s;
}

.cooperation-cont .bl.l1 {
  top: 0;
}

.cooperation-cont .bl.l2 {
  left: auto;
  right: 0;
}

.cooperation ul li:hover .bl.l1 {
  width: 100%;
}

.cooperation ul li:hover .bl.l2 {
  width: 100%;
  right: 0;
}

.cooperation ul li:hover .cooperation-cont::before {
  height: 100%;
}

.cooperation ul li:hover .cooperation-cont::after {
  height: 100%;
}

.cooperation-cont::after,
.cooperation-cont::before {
  width: 2px;
  display: block;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .5s;
  content: '';
  background: #fff;
}

.cooperation-cont::after {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}

#product {
  padding-bottom: 40px;
  width: 100%;
  overflow: inherit;
}

#product .li {
  position: relative;
}

#product .li .serviceBox {
  background: #005188;
  position: relative;
}

#product .li .serviceBox::after {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  content: '';
  z-index: 10;
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .1s;
}

#product .li:nth-child(2) .serviceBox::after {
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .2s;
}

#product .li:nth-child(3) .serviceBox::after {
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .3s;
}

#product .li:nth-child(4) .serviceBox::after {
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .4s;
}

#product .li:nth-child(5) .serviceBox::after {
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .5s;
}

#product .li:nth-child(6) .serviceBox::after {
  -webkit-transition: all 1s cubic-bezier(.165,.84,.44,1) .6s;
}

#product .li.animated .serviceBox::after {
  height: 0;
  bottom: 0;
}

#product .li.animated .serviceBox .img img {
  -webkit-transform: scale(1);
  visibility: visible;
}

#product .li .img img {
  width: 100%;
  visibility: hidden;
  min-height: 100%;
  -webkit-transition: all 1.5s ease .1s;
}

#product .li .icon {
  position: absolute;
  top: 20%;
  color: #fff;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: ease .5s;
  display: none;
}

#product .li .icon:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 30px;
  background: rgba(255,255,255,.7);
  top: 120%;
  left: 50%;
}

#product .li .icon i {
  font-size: 70px;
}

#product .li ._slide {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  opacity: 0;
  transition: ease .6s;
}

#product .li .text {
  position: absolute;
  text-align: center;
  color: #fff;
  transition: .7s all ease;
  width: 100%;
  bottom: 10%;
}

#product .li p:nth-child(1) {
  font-size: 18px;
  line-height: 26px;
}

#product .li p:nth-child(2) {
  color: rgba(255,255,255,.6);
  font-size: 12px;
  font-family: Exo2;
  line-height: 1.7;
  padding: 0 5%;
}
#product .li:hover .text {
    transform: translateY(-160px);
  }

#product li:hover ._slide {
    opacity: 1;
    bottom: 18%;
  }

#product li:hover .icon {
    opacity: 1;
  }

#product .li:hover .img {
    background-size: cover;
    width: 100%;
    opacity: 0;
  }


















.singlePage {
  width: 100%;
  height: auto;
  line-height: 2;
  font-size: 16px;
  padding: 50px 0 100px;
}

.singlePage img {
  display: inline-block;
}

.singlePage img,
.singlePage p {
  margin-bottom: 20px;
}

.cooperation-cont h3 {
  font-size: 28px;
  line-height: 40px;
}

.cooperation-cont p {
  opacity: .7;
  text-transform: uppercase;
  font-size: 12px;
}

.cooperationInfo {
  padding: 55px 0;
  overflow: hidden;
}

.cooperationInfo ul {
  width: 100%;
}

.cooperationInfo ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  background: #f6f7f7;
  margin-bottom: 25px;
  float: left;
}

.cooperationInfo ul li.row {
  width: 32%;
  margin-right: 2%;
  display: block;
}

.cooperationInfo ul li.row .cooperationInfo-img {
  width: 100%;
}

.cooperationInfo ul li.row .cooperationInfo-text {
  width: 100%;
  padding: 25px;
}

.cooperationInfo ul li.row a {
  display: block;
}

.cooperationInfo ul li.row:nth-child(3n) {
  margin-right: 0;
}

.cooperationInfo ul li a {
  display: flex;
  width: 100%;
}

.cooperationInfo-img {
  width: 66%;
  background: center center no-repeat;
  background-size: cover;
}

.cooperationInfo-img img {
  max-width: auto;
  width: 100%;
}

.cooperationInfo-text {
  width: 34%;
  padding: 50px;
}

.ciTitle {
  width: 100%;
  padding-bottom: 15px;
}

.ciTitle h3 {
  padding-bottom: 10px;
}

.ciTitle span {
  opacity: .7;
}

.ciP {
  font-size: 14px;
  opacity: .7;
  line-height: 1.7;
  height: 115px;
  overflow: hidden;
}

.partner {
  width: 100%;
  padding-top: 65px;
  padding-bottom: 40px;
}

.partner ul {
  width: 100%;
  display: block;
}

.partner ul li {
  width: 19%;
  margin-bottom: 60px;
  transition: all .25s ease;
}

.partner-img {
  width: 100%;
  height: 130px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgba(0,0,0,.05);
}

.fbox {
  padding: 100px 0;
}

.partner-cont {
  padding-top: 5px;
  text-align: center;
}

.partner-cont h3 {
  color: #005188;
  padding-bottom: 5px;
}

.partner-cont p {
  opacity: .7;
}

.contact {
  width: 100%;
  padding-top: 0;
  margin-top: 0;
}

.contact-top {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  overflow: hidden;
}

.cTop-title {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.conttop{margin: 50px 0 80px;}
.lxwm_co1_sd{overflow: hidden;}
.lxwm_co1_sd li{float: left;
    width: 25%;
    position: relative;
    text-align: center;}
.lxwm_co1_sd li img{transition: all 0.5s;}
.lxwm_co1_sd li .ewm img{width: 100px;}
.lxwm_co1_sd li span{display: inline-block;position: relative;}
.lxwm_co1_sd li span:after{content: '';display: block;width: 100%;height: 100%;border: 1px solid #E0E0E0;position: absolute;border-radius: 50%;top: 0;
transform: scale(1);top: 0px;left: 0px;}
.lxwm_co1_sd li span:before{content: '';display: block;width: 100%;height: 100%;position: absolute;border-radius: 50%;top: 0;background: #005dad;
transform: scale(0);transition: 0.4s ease-out;opacity: 0;}
.lxwm_co1_sd li span font{display: block;width: 120px;height: 120px;border-radius: 50%;position: relative;z-index: 2;transition: 0.4s ease-out}
.lxwm_co1_sd li:hover span:before{transform: scale(0.9);opacity: 1;}
.lxwm_co1_sd li:nth-child(1) span font{background: url(../images/lx_ic1_03.png) no-repeat center center;}
.lxwm_co1_sd li:nth-child(2) span font{background: url(../images/lx_ic2_03.png) no-repeat center center;}
.lxwm_co1_sd li:nth-child(3) span font{background: url(../images/lx_ic3_03.png) no-repeat center center;}
.lxwm_co1_sd li:nth-child(4) span font{background: url(../images/lx_ic4_03.png) no-repeat center center;}
.lxwm_co1_sd li:nth-child(1):hover span font{background: url(../images/lx_ic1_031.png) no-repeat center center;}
.lxwm_co1_sd li:nth-child(2):hover span font{background: url(../images/lx_ic2_031.png) no-repeat center center;}
.lxwm_co1_sd li:nth-child(3):hover span font{background: url(../images/lx_ic3_031.png) no-repeat center center;}
.lxwm_co1_sd li:nth-child(4):hover span font{background: url(../images/lx_ic4_031.png) no-repeat center center;}
.lxwm_co1_sd li p{font-size: 16px;color: #999;margin-top: 15px;}
.lxwm_co1_sd li h3{font-size: 16px;color: #3e3e3e;font-weight: bold;margin-top: 4px;line-height: 28px;}
.lxwm_co1{padding-bottom: 0;}
#allmap {
  width: 100%;
  height: 500px;
  position: relative;
}
#allmap img { width: auto; max-width: initial;}
#allmap *{box-sizing: initial;opacity: 1;line-height: 1.6;}

.contact2 {
  width: 100%;
  display: flex;
}

.contact2-left {
  width: 27%;
  padding: 40px 0;
  border-right: 1px solid rgba(0,0,0,.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact2-mid {
  width: 46%;
  padding: 0 25px;
  border-right: 1px solid rgba(0,0,0,.1);
}

.c2mH3 {
  color: #005188;
  font-size: 18px;
  padding-bottom: 5px;
  margin-top: 25px;
}

.c2mH3 h3 {
  font-weight: 400;
}

.c2mP {
  opacity: .7;
  padding-bottom: 10px;
  font-size: 16px;
}

.c2mSpan {
  color: #005188;
  font-size: 28px;
  padding-left: 55px;
  position: relative;
}

.c2mSpan span {
  display: block;
  font-family: montserrat;
}

.c2mSpan::after {
  content: '';
  width: 37px;
  height: 31px;
  background: url("../images/lxdianhua.jpg") no-repeat;
  position: absolute;
  left: 0;
  top: -2px;
}

.contact2-right {
  width: 27%;
}

.c2r-img {
  display: flex;
  justify-content: center;
  padding-bottom: 0;
  width: 100px;
  margin: 10px auto auto;
}

.c2rP {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.joinus {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  padding-top: 65px;
}

.joinus-left {
  width: 22%;
}

.jl-cont {
  width: 100%;
  padding-top: 142px;
  padding-left: 35px;
  padding-bottom: 60px;
  background: #005188;
  color: #fff;
  position: relative;
}

.jl-cont::after {
  content: '';
  width: 35px;
  height: 26px;
  background: url("../images/zpyouxiang.png") no-repeat;
  position: absolute;
  top: 45px;
  left: 35px;
}

.joinus-left h3 {
  font-weight: 400;
  padding-bottom: 15px;
  font-size: 22px;
}

.joinus-right {
  width: 76%;
  background: #fff;
}

.joinus-right>ul>li {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid rgba(0,0,0,.05);
}

.joinus-right ul li .jtop {
  width: 100%;
  height: auto;
  padding: 25px;
  position: relative;
  overflow: hidden;
  cursor: pointer;

}

.joinus-right ul li .jtop .name {
  width: 200px;
  height: auto;
  float: left;
  font-size: 18px;
  line-height: 30px;
  overflow: hidden;
  font-weight: bold;
}

.joinus-right ul li .jtop::after {
  width: 16px;
  height: 2px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1px;
  background: #000;
  display: block;
  content: '';
}

.joinus-right ul li .jtop::before {
  width: 2px;
  height: 16px;
  position: absolute;
  right: 26px;
  top: 50%;
  margin-top: -8px;
  background: #000;
  display: block;
  content: '';
}

.joinus-right ul li .jtop .des {
  width: calc(100% - 250px);
  float: left;
  font-size: 14px;
  line-height: 30px;
  opacity: .7;
}

.joinus-right ul li .jtop .des span {

  position: relative;
  padding: 0 12px 0 10px;
}

.joinus-right ul li .jtop .des span::after {
  width: 1px;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  background: rgba(0,0,0,.1);
  content: '';
  display: block;
}

.joinus-right ul li .jtop .des span:last-child::after {
  display: none;
}

.joinus-right ul li .jdes {
  width: 100%;
  height: auto;
  position: relative;
  padding: 25px;
  font-size: 16px;
  line-height: 1.7;
  display: none;
  border-top: 1px solid rgba(0,0,0,.05);
}

.joinus-right ul li .jdes.active {
  display: block;
}

.joinus-right ul li .jdes p {
  margin-bottom: 10px;
}

.joinus-right ul li .jtop.active .name {
  color: #005188;
}

.joinus-right ul li .jtop.active::before {
  display: none;
}

.list {
  width: 100%;
  display: flex;
  line-height: 90px;
  position: relative;
}

.list::after {
  width: 2px;
  height: 27px;
  background: #000;
  content: '';
  position: absolute;
  right: 45px;
  top: 31px;
}

.list::before {
  width: 27px;
  height: 2px;
  background: #000;
  content: '';
  position: absolute;
  right: 32px;
  top: 45px;
}

.list-title {
  padding-left: 55px;
}

.list-cont {
  display: flex;
  padding-left: 125px;
}

.list-cont p {
  padding: 0 15px;
  position: relative;
}

.list-cont p::after {
  content: '';
  width: 1px;
  height: 15px;
  background: #ccc;
  position: absolute;
  right: 0;
  top: 41%;
}

.mor {
  width: 100%;
  padding: 0 15px;
  display: none;
}

.morDis {
  display: flex;
}

.mor-cont1 {
  width: 50%;
  padding: 35px 40px 50px;
  border-top: 1px solid #000;
}

.mor-cont1 p {
  padding-bottom: 5px;
  line-height: 1.7;
}

.power2-cont {
  width: 100%;
  background: #fff;
  padding: 50px;
}

.power2-cont ul {
  width: 100%;
  display: flex;
  position: relative;
  padding: 0;
}

.power2-cont ul::after {
  content: '';
  width: 820px;
  height: 189px;
  background: url("../images/fwsjback.png") no-repeat;
  background-size: 100%;
  position: absolute;
  left: -66px;
  top: 68px;
  z-index: -1;
}

.power2-cont ul::before {
  content: '';
  width: 120px;
  height: 50px;
  background: url("../images/fwsjback2.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 92px;
  top: 104px;
  z-index: -1;
}

.power2-cont ul li {
  width: 202px;
  height: 398px;
  position: relative;
  margin-right: 25px;
  margin-top: 76px;
}

.power2-cont ul li small {
  position: absolute;
  top: 27px;
  right: 5px;
  color: #fff;
  z-index: 5;
}

.p2C-img {
  width: 202px;
  height: 178px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 20px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p2C-img p {
  width: 77px;
  margin-right: 20px;
}

.p2C-cont {
  width: 202px;
  height: 220px;
  background: #f8f9fb;
  position: absolute;
  bottom: 0;
  opacity: .7;
}

.p2Cc-title {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 20px;
}

.p2Cc-title h3 {
  font-size: 50px;
}

.p2Cc-title h3 span {
  font-size: 16px;
}

.p2Cc-cont {
  text-align: center;
}

.p2Cc-cont p {
  padding-bottom: 5px;
}

.power2-cont ul li:nth-child(2) {
  width: 235px;
  height: 428px;
  margin-top: 46px;
}

.power2-cont ul li:nth-child(2) small {
  top: 31px;
}

.power2-cont ul li:nth-child(2) .p2C-img {
  width: 235px;
  height: 208px;
}

.power2-cont ul li:nth-child(3) {
  width: 268px;
  height: 449px;
  margin-top: 25px;
}

.power2-cont ul li:nth-child(3) small {
  font-size: 15px;
  top: 34px;
}

.power2-cont ul li:nth-child(3) .p2C-img {
  width: 268px;
  height: 229px;
}

.power2-cont ul li:nth-child(3) .p2C-cont {
  width: 240px;
}

.power2-cont ul li:nth-child(4) {
  width: 330px;
  height: 474px;
  margin-top: 0;
}

.power2-cont ul li:nth-child(4) small {
  font-size: 16px;
  top: 37px;
}

.power2-cont ul li:nth-child(4) .p2C-img {
  width: 330px;
  height: 254px;
}

.power2-cont ul li:nth-child(4) .p2C-img p {
  margin-right: 75px;
}

.power2-cont ul li:nth-child(4) .p2C-cont {
  width: 260px;
}

.p2C-day {
  color: #005188;
  font-size: 50px;
  padding-top: 120px;
  padding-left: 78px;
}

.p2C-day span {
  font-size: 16px;
}

.cases {
  padding-top: 55px;
  padding-bottom: 65px;
}

.cursor {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  pointer-events: none;
}

.cursor.active .cursor__path_right {
  -webkit-transform: translate3d(25px,0,1px);
  -moz-transform: translate3d(25px,0,1px);
  transform: translate3d(25px,0,1px);
}

.cursor.active .cursor__path_left {
  -webkit-transform: translate3d(-25px,0,1px);
  -moz-transform: translate3d(-25px,0,1px);
  transform: translate3d(-25px,0,1px);
}

.cursor .cursor__path {
  -webkit-transition: all .6s cubic-bezier(.23,1.08,.62,.95);
  -o-transition: all .6s cubic-bezier(.23,1.08,.62,.95);
  -moz-transition: all .6s cubic-bezier(.23,1.08,.62,.95);
  transition: all .6s cubic-bezier(.23,1.08,.62,.95);
}

.cursor svg,
.cursor.show-pointer svg {
  stroke-dasharray: 200;
  transition: all .6s cubic-bezier(.23,1.08,.62,.95);
}

.cursor svg {
  stroke-dashoffset: 200;
  stroke-width: 2;
}

.cursor.show-pointer svg {
  stroke-dashoffset: 0;
}

.cursor path {
  fill: transparent;
  transition: all .25s cubic-bezier(.23,1.08,.62,.95);
}

.cursor.active path {
  fill: #fff;
}
@media screen and (min-width:1200px) {
  nav ul .level1:hover ul {
    transition: .5s all ease;
  }

  nav ul .level1 ul li:hover:after {
    width: 100%;
  }

  .service .swiper-wrapper .li:hover .text {
    transform: translateY(-160px);
  }

  .service #service .li:hover ._slide {
    opacity: 1;
    bottom: 18%;
  }

  .service #service .li:hover .icon {
    opacity: 1;
  }

  .service .swiper-wrapper .li:hover .img {
    background-size: cover;
    width: 100%;
    opacity: 0;
  }

  .core .content .viewbox:hover .btnMore {
    opacity: 1;
    visibility: inherit;
  }

  .advantage2 ul li:hover .advantage2-cont {
    opacity: 1;
    top: 0;
  }

  .advantage2 ul li:hover .ai-location {
    display: none;
  }

  .joinus-right ul li:hover .mor {
    display: block;
  }

  ._slide:hover i {
    transform: translateX(-400%) rotate(-1440deg);
  }

  ._slide:hover .tips {
    width: 20%;
  }

  .core .content .viewbox:hover ._slide {
    opacity: 1;
  }

  nav ul .level1 ul li:hover a:after {
    width: 100%;
  }

  nav ul .level1 > a:hover:after {
    width: 100%;
    left: 0%;
    top: 0;
  }
}
@media screen and (max-width:1920px) {
  .banner._h100vh {
    height: 100vh;
    width: 1920px;
    left: 50%;
    margin-left: -960px;

  }

  .service {
    margin-top: 100vh;
  }

  .slogan {
    width: 320px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -555px;
    top: 34%;
  }
}
@media screen and (max-width:1600px) {
  .banner._h100vh {
    width: 1600px;
    left: 50%;
    margin-left: -800px;

  }

  .service {
    margin-top: 800px;
  }

  .slogan {
    width: 280px;
    margin-left: -475px;
    top: 50%;
  }
 /* .core .content .viewbox:hover .text{
        padding: 30% 25px 0;
  }*/
  footer .contactUs .viewbox{width: 30%;}
}
@media screen and (max-width:1440px) {

  .friend .contents {
    width: 300px;
    height: 300px;
    left: 39.5%;
    margin-top: 10.65rem;
  }

  .friend .hex {
    width: 100px;
    height: 100px;
  }

  .friend .hex img {
    transform: rotate(-45deg);
    width: 80px;
    margin-top: 0;
    margin-left: .8rem;
  }

  .friend .logoBox {
    width: 943px;
  }

  .friend .moreBtn {
    right: 17.3rem;
    margin-top: 19rem;
  }

  .service .bgimgtop {
    top: 13%;
  }

  .core .content .viewbox:hover {
    background-image: url("../images/core5.png");
    background-size: cover;
  }

  .core .content .viewbox .btnMore {
    top: 24rem;
    margin-left: 7rem;
  }

  .friend .contents {
    left: 39%;
  }

  .friend .moreBtn {
    right: 15.1rem;
    margin-top: 19.2rem;
  }
}

.BMap_bubble_content h1,
.BMap_bubble_content p {
  width: 100%;
  display: block;
}

.BMap_bubble_content h1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}

.BMap_bubble_content p {
  font-size: 14px;
  width: 320px;
  opacity: .7;
}

.qin {
  width: 100%;
  height: auto;
  background: url("../images/bg_developmentpath.jpg") no-repeat center/cover fixed;
  padding-bottom: 50px;
  display: none;
}

.ha {
  width: 94%;
  height: auto;
  margin: 25px auto auto;
  position: relative;
}

.ha ul {
  width: calc(100% - 50px);
  margin-left: 50px;
  position: relative;

}

.ha ul::before {
  width: 5px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: -30px;
  top: 0;
  border-radius: 5px;
  content: '';
}

.ha ul li {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  background: #005188;
  display: block;
  position: relative;
}

.ha ul li::after {
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
  content: '';
}

.ha ul li::before {
  width: 5px;
  height: 0;

  background: #6279ff;
  position: absolute;
  left: -30px;
  top: 0;
  content: '';
  -webkit-transition: all .5s;
}

.ha ul li.animated::before {
  height: calc(100% + 15px);
}

.ha ul li .num {
  width: 100px;
  height: auto;
  background: #005188;
  color: #fff;
  float: left;
  line-height: 25px;
  text-align: center;
  font-family: montserrat;
  font-size: 20px;
  padding: 20px 0;
}

.ha ul li .num::after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #005188;
  position: absolute;
  left: -5px;
  top: 50%;
  margin-top: -5px;
  content: '';
}

.ha ul li .num::before {
  width: 15px;
  height: 15px;
  position: absolute;
  left: -35.5px;
  top: 50%;
  background: #fff;
  border-radius: 50%;
  margin-top: -7.5px;
  content: '';
  -webkit-transform: scale(0);
  -webkit-transition: all .35s;
}

.ha ul li.animated .num::before {
  -webkit-transform: scale(1);
}

.ha ul li .des {
  width: calc(100% - 100px);
  height: auto;
  float: left;
  padding: 20px 10px;
  line-height: 25px;
  background: #fff;
  font-size: 14px;
}

.dsm_list {
  width: 100%;
  height: auto;
}

.dsm_list::after {
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
  content: '';
}

.dsm_list ul li {
  width: 49%;
  height: 175px;
  float: left;
  margin-right: 2%;
  margin-bottom: 25px;
  background: #fff;
  padding: 25px;
  box-shadow: 0 0 15px rgba(0,0,0,.05);
}

.dsm_list ul li:nth-child(even) {
  margin-right: 0;
}

.dsm_list ul li .icon {
  width: 100px;
  height: auto;
  float: left;
  margin-top: 15px;
}

.dsm_list ul li .info {
  width: calc(100% - 140px);
  height: auto;
  float: left;
  margin-left: 40px;
}

.dsm_list ul li .info .n {
  width: 100%;
  height: auto;
  font-size: 18px;
  color: #005188;
  position: relative;
  line-height: 35px;
  margin-bottom: 10px;
}

.dsm_list ul li .info .t {
  font-size: 16px;
  line-height: 1.7;
}

.dsm_list ul li .info .n::after {
  width: 20px;
  height: 2px;
  background: #005188;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.dsm_title {
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 50px;
}

.dsm_img {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 50px;
  margin-bottom: 100px;
}

.cul_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  margin-bottom: 100px;
}

.cul_list ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.cul_list ul li img,
.dsm_img img {
  max-width: auto;
  width: 100%;
}

.cul_list ul li:nth-child(1) {
  width: 100%;
}

.cul_list ul li:nth-child(4) {
  margin-right: 0;
}

._news_detail {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
  position: relative;
  margin-top: -100px;
  box-shadow: 0 0 15px rgba(0,0,0,.05);
}

.detail_box {
  width: 100%;
  height: auto;
  background: #f9f9f9;
  padding-bottom: 100px;
}

._news_detail .returnBtn {
  position: absolute;
  right: 0;
  width: 120px;
  display: block;
  text-align: center;
  line-height: 40px;
  top: -40px;
  font-size: 14px;
  background: #fff;
}

._news_detail .returnBtn:hover {
  background: #005188;
  color: #fff;
}

._news_detail .detail_content {
  width: 100%;
}
._ndc_top .title {
  line-height: 1.4;
  margin-bottom: 0;
  font-size: 30px;
  padding-top: 10px;
  border-bottom: none;
  padding-bottom: 20px;
}

/* 黑夜样式 */

.moon ._PlateText {
  opacity: .03;
}

.moon footer .contactUs .viewbox p:nth-child(2) {
  opacity: .7;
}

.moon footer .footer {
  background: #005188;
}

.moon .navColor {
  color: #fff!important;
}

.moon nav.active .logo img:nth-child(2),
.moon nav.navActive .logo img:nth-child(2) {
  opacity: 0;
}

.moon nav.active .logo img:nth-child(1),
.moon nav.navActive .logo img:nth-child(1) {
  opacity: 1;
}

.moon .core,
.moon .core .content .viewbox::after,
.moon .footer,
.moon .navActive,
.moon .service,
.moon .service #service .li .serviceBox::after,
.moon .temp_box {
  background: #0f2441;
}

.temp_box {
  overflow: hidden;
}
.showcon{

}
.path-box-list .layout {
  height: 80px;
  line-height: 80px;
  color: #999;
}

.path-box-list .layout span {
  color: #999
}

.path-box-list .layout a {
  color: #555
}

.path-box-list .layout i {
  font-size: 12px;
  vertical-align: middle;
  padding: 0 5px;
  color: #ccc
}

.dsz{
  padding: 80px 110px;
  background: #f8f8f8;
      margin: 40px 0 80px;
}
.pageNewsT{ width:100%; margin:0 auto; font-size:30px; text-align:center; color:#333; font-weight:bold;}

.pageNewsC{ width:100%; margin:0 auto; font-size:14px; color:#333; text-align:center; padding:20px 0; border-bottom:dashed 1px #999;}

.pageNewsD{ width:100%; margin:0 auto; font-size:14px; color:#333; line-height:28px; margin-top:20px;}

.pageNewsD img{ max-width:100%;     margin: 5px auto;    display: block;}
.pages1{ width:100%; margin:30px auto 0;border-top: dashed 1px #999;}
.pages1_l{ float:left; width:50%; height:60px;  }
.pages1_r{ float:left; width:50%; height:60px; text-align:right;}
.pages1 a{ line-height:60px; color:#666;display:block;font-size: 16px;transition: all .6s;}
.pages1 a:hover{ color:#005188;}



.caseshow{
  padding:40px 0;
}
.caseswiper{position: relative;}
.caseshow .case_xq{
margin-top: 50px;
}
.caseshow .case_xq i{
  font-size: 16px;
  line-height: 30px;
  margin-top: 15px;
  color: #282828;
  font-weight: normal;
  display: inline-block;
  font-family: "微软雅黑";
  font-style: normal;
}
.caseshow .case_xq i:before{content: '';width: 5px;height: 5px;border-radius: 50%;background: #005188;vertical-align: middle;margin-right: 10px;display: inline-block;}

.caseswiper .swiper-button-prev,.caseswiper .swiper-button-next{display: inline-block;vertical-align: top;margin-top: 0;width: 50px;
height: 50px;border: 1px solid #e5e5e5;border-radius: 50%;background-size: 14px;opacity: 0.5;background-color: white;transition: 0.3s ease-out;}
.caseswiper .swiper-button-prev:hover,.caseswiper .swiper-button-next:hover{opacity: 1;}
.caseswiper .swiper-button-next{margin-left: 10px;}
.caseswiper .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  margin:0 5px;
  border-radius: 20px;
  opacity: .5;
  background: #fff;
}
.caseswiper .swiper-pagination-bullet-active{
  background: #ffffff;
  width: 30px;
  opacity: 1;
}





.moon,
.moon .cooperation ul li::after,
.moon .detail_box,
.moon .nav-right:after,
.moon .qin {
  background: #0d2039;
}

.m2If-title p {
  opacity: .7;
}

.moon .introduction-data ul li {
  border-right: 1px solid rgba(255,255,255,.1);
}

.moon .honor-wrap ul li:nth-child(even) .hw-cont1 .hc1-title::after,
.moon .hw-cont1 .hc1-title::after {
  background: url("../images/time_icon.png") no-repeat;
  background-size: cover;
}

.moon .hw-cont1 .hc1-cont::after {
  background: rgba(255,255,255,.5);
}

.moon .list::after,
.moon .list::before {
  background: #fff;
}

.moon .joinus-right ul li {
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.moon .mor-cont1 {
  border-top: 1px solid #fff;
  color: #fff;
}

.moon footer .contactUs {
  border-top: 1px solid rgba(255,255,255,.1);
}

.moon footer .contactUs ._w1400:after {
  background: rgba(255,255,255,.1);
}

.moon .theory2-cont {
  margin-top: 50px;
  margin-bottom: 100px;
}

.moon .power2-cont {
  margin-bottom: 100px;
}

.moon .adv::before {
  opacity: .2;
}

.moon ._news.news2 ul li .news2_des .text,
.moon ._news.news2 ul li .news2_des b,
.moon .advantage-right,
.moon .dsm_title,
.moon .ha ul li .des,
.moon .hw-cont1 .hc1-cont,
.moon .hw-cont1 .hc1-title span,
.moon .inD-cont,
.moon .inL-cont,
.moon .list,
.moon .sub_title b,
.moon .sub_title p,
.moon .sub_title.animated span,
.moon footer .contactUs .viewbox p:nth-child(1),
.moon footer .contactUs .viewbox p:nth-child(2),
.moon nav.active ul .level1 a {
  color: #fff;
}
.moon .ha ul li .des{
	color:#3e3e3e;
}

.moon .singlePage {
  background: #fff;
  padding: 0px;
  margin-top: 25px;
}

.menu_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #005188;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  border: none;
  display: none;

}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
  position: absolute;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.menu_btn span {
  width: 20px;
  top: 29px;
  left: 20px;
}

.menu_btn span:after,
.menu_btn span:before {
  content: "";
  left: 0;
}

.menu_btn span:before {
  top: -6px;
  width: 14px;
}

.menu_btn span:after {
  top: 6px;
  width: 12px;
}

.menu_btn.active span {
  background-color: transparent;
}

.menu_btn.active span:after,
.menu_btn.active span:before {
  background-color: #fff;
  width: 20px;
}

.menu_btn.active span:before {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

.menu_btn.active span:after {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.menu_btn.active:hover span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width:1366px) {
  .banner._h100vh {
    width: 1400px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -700px;
  }

  .service {
    margin-top: 600px;
  }

  .slogan {
    width: 250px;
    margin-left: -425px;
    top: 50%;
  }
}
@media screen and (max-width:1024px) {
  .core .bgimgtop,
  .service .bgimgtop {
    display: none;
  }

  .dsm_list ul li .info .t,
  .m2l-text p {
    font-size: 14px;
  }

  .m2l-text h3 {
    font-size: 24px;
  }

  .media2-left ul li {
    padding: 25px;
  }

  .hw-cont1 .hc1-title h3 {
    font-size: 30px;
  }

  .hw-cont1 .hc1-title span {
    bottom: -40px;
  }

  .hw-cont1 .hc1-cont::after {
    top: 50px;

  }
}
@media screen and (max-width:1023px) {
    .sub_banner .s{
        height: 240px;    display: flex;
    align-items: center;
    justify-content: center;
    }
    .sub_banner img{height:100%;}
    .founder .left{display:none;}
    .founder .right{width:100%;position: relative;}
    .founderbox{width:100%}
    .founder .right .detail{padding-top: 0;}
    .founder .right .detail .content{width: 95%;padding-left: 5%;    border-left: none;}
    
    
    
  .qin {
    display: block;
  }
  .singlePage{
    padding-top: 20px;
  }
  .introduction-course {
    display: none;
  }

  .hw-cont1 .hc1-cont::after {
    left: -50px;
    height: calc(100% + 40px);
    top: 10px;
  }

  .hw-cont1 .hc1-title span {
    display: none;
  }

  .honor-wrap ul li {
    display: block;
  }

  .hw-cont1,
  .hw-cont2 {
    width: 100%;
    padding-left: 70px;
    text-align: left;
  }
  .m2IfW2-cont h3{
    font-size: 14px;
    font-weight: normal;
  }
  .hw-cont1 .hc1-cont,
  .hw-cont1 .hc1-title {
    padding: 0;
  }
  .nd_title::after{
    height: 3px;
  }
  ._w1200.ndbox{
    width: 100%;
    padding: 15px;
    margin-top: 0px;
  }
  .nd_title{
    font-size: 24px;
    line-height: 1.7;
  }
  .honor-wrap {
    margin-bottom: 100px;
  }

  .moon .hw-cont1 .hc1-title h3 {
    color: #fff;
  }

  .nav-right,
  .nav-right:after,
  nav::before {
    display: none;
  }

  nav {
    background: #fff;
    height: 60px;
    border-bottom: 1px solid #F0F0F0;
  }

  .moon nav {
    background: #0f2441;
    height: 60px;
    border-bottom: none;
  }

  nav .logo {
    width: 120px;
    margin-top: 9px;
  }

  nav .logo img:nth-child(1) {
    opacity: 0;
  }

  nav .logo img:nth-child(2) {
    opacity: 1;
  }

  .moon nav .logo img:nth-child(1) {
    opacity: 1;
  }

  .moon nav .logo img:nth-child(2) {
    opacity: 0;
  }

  .banner._h100vh {
    height: 60vh;
  }

  .slogan {
    width: 200px;
    margin-left: -352px;
  }

  .service {
    margin-top: 60vh;
    padding-bottom: 20px;
  }

  .sub_title {
    padding: 50px 0 25px;
  }

  .sub_title b {
    font-size: 24px;
  }
  #banner video{
    display: none;
  }
  #banner .vidsj{
    display: block;
  }
  .core .content .viewbox .text p:nth-child(2),
  .sub_title p {
    font-size: 13px;
    text-align: left;
    text-indent: 2em;
    width: 100%;
    margin-left: 0;
  }
    .path-box-list .layout{font-size:12px;    height: 50px;    line-height: 50px;}
    .pageNewsT{font-size:20px;}
    .pageNewsC{font-size:12px;}
  .service .swiper-wrapper .li p:nth-child(1) {
    font-size: 16px;
  }

  .service .swiper-wrapper .li p:nth-child(2) {
    display: none;
  }

  .course {
    height: 60vh;
  }

  .course .content .viewbox p:nth-child(1) span {
    font-size: 24px;
  }

  .course .content .viewbox p:nth-child(2) {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }

  .core .content .viewbox .text p:nth-child(1) {
    font-size: 18px;
  }

  .core,
  .friend {
    padding-bottom: 50px;
  }

  .lbtn {
    margin-bottom: 0;
    font-size: 16px;
  }

  footer .contactUs ._w1400 {
    display: block;
    overflow: hidden;
  }

  footer .contactUs .viewbox {
    margin: 15px 0 0;
    width: 100%;
    float: left;
    margin-right: 0;
  }

  footer .contactUs .viewbox:nth-child(2) {
    margin-right: 0;
    padding-bottom: 60px;
        padding-left: 20px;
  }
  footer .contactUs{padding-bottom: 20px;}
  

  footer .contactUs .viewbox p:nth-child(1) {
    font-size: 16px;
    padding-bottom: 5px;
  }

  footer .contactUs .viewbox p:nth-child(2) {
    padding-bottom: 5px;
  }

  footer .contactUs ._w1400:after {
    display: none;
  }

  .iconImg {
    width: 80px;
    margin-top: 5px;
  }

  footer .contactUs .viewbox .icon img {
    width: 24px;
  }

  footer .contactUs .viewbox .icon p {
    font-size: 24px;
    margin-left: 30px;
  }

  .menu_btn {
    display: block;
  }

  .friend-cont ul li {
    margin-bottom: 10px;
  }

  .nav-right.active {
    display: block;
    overflow: initial;
  }

  .nav.active .nav-right {
    height: 100vh;

  }

  nav.active ul .level1 ul li a {
    color: #fff;
  }

  .nav-right > ul {
    width: 100%;
    height: calc(100vh - 60px);
    margin-top: 60px;
    background: #fff;
    overflow-y: scroll;
  }

  nav ul .level1 {
    width: 100%;
    height: auto;
    line-height: 45px;
    border-bottom: 1px solid #F0F0F0;
    text-align: left;
    padding: 0 3%;
  }

  nav ul .level1 a {
    color: #3e3e3e;
    font-weight: bold;
  }
  nav ul .level2 a{    
    padding: 0 0 0 30px;
  }
  nav ul .level2 a p{
    text-align: left;
  }
  nav ul .level2 a:before{
    background: url(../images/dq.png) 0px center no-repeat;
    background-size: 20px;
  }
  nav ul .level1 > a.activeNav:after {
    width: 0;
  }

  nav ul .level1 > a.activeNav {
    color: #005188;
    text-indent: 10px;
  }

  nav ul .level1 > a.activeNav::after {
    width: 2px;
    height: 50%;
    background: #005188;
    position: absolute;
    left: 0;
    top: 25%;
    content: '';
  }

  nav ul .level1 ul {
    display: block;
    background: #005188;
    height: auto;
    position: relative;

  }

  nav ul .level1 ul::after {
    width: 0;
    height: 0;
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #005188;
    position: absolute;
    left: 25px;
    top: -5px;
    content: '';
  }

  .inL-cont {
    font-size: 14px;
    text-align: justify;
  }

  nav ul .level1:hover ul {
    background: #005188;
  }

  nav ul .level1 ul li a {
    color: #fff;
    height: auto;
    line-height: 45px;
    border-bottom: 1px solid #005188;
    font-size: 14px;
    font-weight: normal;
    text-indent: 20px;
  }

  nav ul .level1 ul li {
    height: auto;
    width: 50%;
    float: left;
  }

  nav ul .level1 ul.active {
    display: block;
  }

  nav ul .level1 .sn {
    width: 100px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    display: block;
  }

  nav ul .level1 .sn::before {
    width: 20px;
    height: 20px;
    background: url("../images/arrow_down.png") no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: .5;
    -webkit-transform: rotate(-90deg);
  }

  nav ul .level1 .sn.active::before {
    -webkit-transform: rotate(0deg);
  }

  .theory-cont ul li {
    padding: 25px;
  }

  .tc-cont {
    width: 60%;
  }

  .tc-img {
    width: 40%;
  }

  .tc-cont h3 {
    font-size: 24px;
    padding-bottom: 5px;
  }

  .tc-cont p {
    font-size: 14px;
  }

  .tc-cont h4 {
    padding-bottom: 5px;
  }

  .sub_title.h {
    padding-top: 50px;
  }

  .t2c-left {
    width: 100%;
  }

  .t2c-right {
    width: 100%;
  }

  .theory2-cont {
    padding: 25px;
    display: block;
    margin-bottom: 50px;
  }

  .t2c-left h3 {
    padding-top: 0;
    padding-bottom: 15px;
    font-size: 24px;
  }

  .t2c-left-cont {
    padding-bottom: 5px;
  }

  .dsm_title {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .pocP,
  .sub_title.animated span {
    font-size: 14px;
  }

   .pocP{width:100%;}
  .ciTitle span,
  .singlePage {
    font-size: 14px;
  }

  .dsm_list ul li .icon {
    width: 50px;
    float: none;
    margin: auto;
  }

  .dsm_list ul li .info {
    width: 100%;
    margin-left: 0;
    text-align: center;
    float: none;
    margin-top: 15px;
  }

  .dsm_list ul li {
    height: 250px;
  }

  .dsm_list ul li .info .n::after {
    left: 50%;
    margin-left: -10px;
  }

  .cooperationInfo-text,
  .dsm_img,
  .power-cont {
    padding: 25px;
  }

  .power-cont.mp {
    padding: 25px;
  }

  .pocUl {
    width: 100%;
    margin-bottom: 25px;
  }

  .pimg {
    width: 100%;
    position: relative;
    right: 0;
    bottom: 0;
  }

  .pocSpan {
    margin-bottom: 15px;
  }

  .pimg img {
    max-width: auto;
    width: 100%;
  }

  .pocUl ul li:last-child {
    margin-right: 0;
  }

  .advantage,
  .fbox {
    padding: 50px 0;
  }

  .advantage2 {
    overflow-x: auto;
  }

  .advantage2 ul {
    width: 200vw;
  }

  .advantage2 ul li {
    width: 40vw;
  }

  .m2IfW2-cont {
    padding: 15px;
  }

  .cooperation-cont h3 {
    font-size: 24px;
  }

  .cooperation ul li {
    margin-bottom: 15px;
  }

  .cooperationInfo ul li.row .cooperationInfo-img,
  .cooperationInfo-img {
    width: 50%;
  }

  .cooperationInfo-text {
    width: 50%;
  }

  .ciP {
    height: auto;
  }

  .cooperationInfo-text {
    padding: 25px 15px;
  }

  .cooperationInfo ul li {
    margin-bottom: 15px;
  }

  .cooperationInfo ul li.row .cooperationInfo-text {
    padding: 15px;
  }

  .cooperationInfo ul li.row {
    width: 100%;
    margin-right: 0;
  }

  .cooperationInfo ul li.row .cooperationInfo-img {
    float: left;
  }

  .cooperationInfo ul li.row .cooperationInfo-text {
    width: 50%;
    float: left;
  }

  ._news.news2 ul li .news2_des .text {
    display: none;
  }

  ._news.news2 ul li .news2_des b {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 25px;
    height: 50px;
    font-size: 16px;
    border-bottom: none;
    text-overflow: inherit;
    white-space: inherit;
  }

  ._news.news2 ul li {
    width: 49%;
  }
  ._news.news2 ul li:nth-child(3n){
    margin-right: 2%;
  }
  ._news.news2 ul li:nth-child(even){
    margin-right: 0%;
  }
  ._news.news2 ul li .news2_des {
    padding: 15px;
  }

  ._news_detail {
    width: 90%;
    margin-top: 0;
    padding: 15px;
  }

  ._ndc_top .title {
    font-size: 24px;
  }

  .detail_box {
    padding-bottom: 50px;
  }

  .introduction {
    display: block;
    padding-bottom: 50px;
  }

  .introduction-left,
  .introduction-right {
    width: 100%;
  }

  .introduction-right img {
    margin-top: 0;
    max-width: auto;
    width: 100%;
  }

  .inD-top span {
    font-size: 24px;
  }

  .inD-top p {
    line-height: 25px;
  }

  .inD-cont {
    font-size: 12px;
  }

  .introduction-data ul li {
    padding-left: 10px;
  }

  .inD-top {
    height: 32px;
  }

  .introduction-data ul {
    padding-bottom: 50px;
  }

  .cul_list {
    margin-bottom: 50px;
  }

  .hw-cont1 .hc1-cont p {
    text-overflow: inherit;
    white-space: normal;
  }

  .honor-wrap ul li:nth-child(even) .hw-cont1 .hc1-cont,
  .honor-wrap ul li:nth-child(even) .hw-cont1 .hc1-title {
    padding-left: 50px;
  }



  #allmap {
    height: 300px;
  }

  .media2-left ul {
    height: calc(60vh - 80px);
  }

  .m2l-text h3 {
    font-size: 20px;
  }

  .sub_title.inL-title {
    padding-top: 0;
  }
    
  .joinus-right ul li .jtop .des,
  .joinus-right ul li .jtop .name {
    width: 100%;
  }
.joinus-right ul li .jtop .des{font-size:12px;}
  .joinus-right ul li .jtop .des span:first-child {
    padding-left: 0;
  }

  .joinus-left,
  .joinus-right {
    width: 100%;
  }

  .joinus-left {
    margin-bottom: 20px;
  }

  .joinus-right ul li .jtop {
    padding: 15px;
  }

  .joinus {
    display: block;
    padding-top: 50px;
  }

  .jl-cont {
    padding: 25px;
  }

  .jl-cont::after {
    display: none;
  }

  .joinus-left h3 {
    padding-bottom: 5px;
    font-size: 18px;
  }

  .texts {
    width: 90%;
    left: 5%;
    font-size: 40px;
  }

  .texts ul li {
    text-align: center;
  }

  .honor-img img {
    width: 90px;
  }

  .honor-wrap ul li:nth-child(even) .hw-cont1 .hc1-cont::after {
    left: -50px;
  }

  .honor-wrap ul li:nth-child(even) .hw-cont1 .hc1-title::after,
  .hw-cont1 .hc1-title::after {
    left: -70px;
    top: 0;
  }

  .honor-wrap ul li:nth-child(even) .hw-cont1 .hc1-cont,
  .honor-wrap ul li:nth-child(even) .hw-cont1 .hc1-title {
    padding-left: 0;
  }

  .honor-wrap ul li {
    height: auto;
    padding: 20px 0;
  }

  .honor-wrap ul li::after {
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
    content: '';
  }

  .media2-left ul {
    height: calc(60vh - 80px);
    margin-top: 60px;
  }

  .sub_banner {
    margin-top: 60px;
  }

  .power2-cont ul li,
  .power2-cont ul li:nth-child(3) {
    width: 49%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-top: 0;
    margin-bottom: 25px;
  }

  .power2-cont ul li:nth-child(even) {
    margin-right: 0;
    width: 49%;
    height: auto;
    margin-top: 0;
  }

  .power2-cont ul {
    flex-wrap: wrap;
  }

  .p2C-img,
  .power2-cont ul li:nth-child(2) .p2C-img,
  .power2-cont ul li:nth-child(3) .p2C-img,
  .power2-cont ul li:nth-child(4) .p2C-img {
    width: 200px;
    height: 200px;
    background: #ff0036 !important;
    border-radius: 50%;
    margin: auto;
    top: 0;
    position: relative;
  }

  .power2-cont ul li:nth-child(2) .p2C-img {
    background: #fb4f15 !important;
  }

  .power2-cont ul li:nth-child(3) .p2C-img {
    background: #fd0733 !important;
  }

  .power2-cont ul li:nth-child(4) .p2C-img {
    background: #fc100d !important;
  }

  .power2-cont ul li small {
    position: absolute;
    top: 27px;
    right: 5px;
    color: #fff;
    z-index: 5;
    background: #ff0036 !important;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
  }

  .power2-cont ul li:nth-child(2) small {
    top: 27px;
    background: #fb4f15 !important;
  }

  .power2-cont ul li:nth-child(4) small {
    top: 27px;
    background: #fc100d !important;
  }

  .p2C-cont,
  .power2-cont ul li:nth-child(3) .p2C-cont,
  .power2-cont ul li:nth-child(4) .p2C-cont {
    width: 100%;
    height: 200px;
    position: relative;
  }

  .p2C-day {
    display: none;
  }

  .p2C-img p,
  .power2-cont ul li:nth-child(4) .p2C-img p {
    width: 100%;
    margin-right: 0;
    font-size: 18px;
  }

  .power2-cont ul::after {
    background: none;
  }

  .p2Cc-title h3 {
    font-size: 36px;

  }

  .p2Cc-title {
    padding-top: 25px;
  }
}
@media screen and (max-width:767px) {
  .sub_title.d p{
    width: 100%;
    margin-left: 0%;
    text-indent: 0;
    text-align:center;
  }
  .sub_title b{text-align:center;}
  .index-map-item .title{padding-bottom: 0px;}
  .envir .sub_title.d p{text-align:center;}
  .envir .swiper-container{height:auto;}
  .shebei .sbtxt{text-indent: 2em;width: 100%;margin-left: 0%;    text-align: justify;}
  .honor_tab{    width: 100%;    bottom: 0px;position: relative;margin-top:10px;}
  .honor_tab a{font-size: 15px;margin-right: 10px;}
  .lxwm_co1_sd li{width:100%;margin-bottom: 20px;}
  .lxwm_co1_sd li span font{width:100px;height:100px;}
  .BMapLabel{width:304px;height: 110px!important;padding: 4px!important;    left: 10px!important;top: 0!important;}
  .BMapLabel p{white-space: initial;}
  .index-map-item .index-map-left .map-left .content{text-indent: 2em;}
  .founder .sub_title.d p{
          text-align: center;
    text-indent: 0;
  }
  .ab_video{margin-top:10px;}
  .ab_video img{width: 100%;}
  .dsz{padding: 40px 20px 80px;margin: 0px 0 50px;}
  .caseshow img{width: 100%;}
  .ndc_detail img{
    height: auto;
    width: 100%;
  }
  .course .content .viewbox p {
    height: 24px;
    line-height: 24px;
  }
  .singlePage img{
    width: 100%;
    height: auto;
  }
  .core .content .viewbox .text {
    padding: 40% 15px 0;
  }

  .core .content .viewbox .text p:nth-child(1) {
    font-size: 16px;
  }

  .core .content .viewbox .text p:nth-child(2) {
    font-size: 14px;    text-align: justify;
    text-indent: 2em;
  }

  .banner._h100vh {
    height: 260px;
    left:0;
    margin-left: 0;
    width: 100%;
    top: 60px;
  }

  .service {
    margin-top: 325px;
    padding-bottom: 20px;
  }

  .slogan {
    width: 100px;
    margin-left: -185px;
    top: 50%;
  }

  .course .content .viewbox {
    width: 50%;
    margin-bottom: 20px;
  }

  .course .content {
    margin-bottom: 20px;
  }

  .course {
    height: auto;
    padding: 100px 0;
  }

  .course ._w1400 {
    width: 92%;
    left: 4%;
    margin-left: 0;
    top: 0;
    margin-top: 0;
    position: relative;
    transform: translate(0%,0%);
  }

  .core .content {
    flex-wrap: wrap;
  }

.index-map-item .index-map-left .map-left{width: 100%;    margin-top: 0px;}
.index-map-item .index-map-left .map-show{
      position: relative;
    right: auto;
    width: 100%;
    clear: both;
    transform: scale(1);
}
.index-map-item .index-map-left .map-show img{width: 100%;}
.index-map-item .index-map-left .map-show .map-show-list{
  top: -30px;
  left: -25px;
}
.index-map-item .swiper-map-txt{
  border: none;
    line-height: 30px;
        margin-top: 70px;
}
.index-map-item .swiper-map-txt a{
      position: relative;
    width: auto;
    padding: 0 3%;
    float: none;
    display: inline-block;
    margin-right: 20px;
}
.index-map-item .swiper-map-txt a::after{
  content: none;
}
.index-map-item .index-map-left .map-show .map-show-list .map-show-child .map-liname{
  display: none;
}
.index-map-item .index-map-left .map-show .map-show-list .map-show-child .map-licontent{
  width: 100px;
  height: 40px;
  line-height: 40px;
}





    .pages1_l{width: 100%;height: 40px;}
    .pages1_r{width: 100%;height: 40px;text-align: left;}
    .pages1 a{font-size:12px;line-height: 40px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
  .friend-cont ul li {
    width: 49%;
    margin-right: 2%;
    height: 80px;
  }
    
  .friend-cont ul li:nth-child(5n) {
    margin-right: 2%;
  }

  .friend-cont ul li:nth-child(2n) {
    margin-right: 0;
  }

  .core .content .viewbox {
    width: 100%;
  }

  footer .contactUs .viewbox .icon p {
    margin-left: 0;
    font-size: 20px;
  }

  footer .contactUs .viewbox .icon img {
    display: none;
  }

  footer .footer .footerNav {
    display: none;
  }

  footer .footer .text {
    padding: 0 3%;
  }

  .theory-cont ul li {
    padding: 15px;
    display: block;
  }

  .tc-cont,
  .tc-img {
    width: 100%;
  }

  .t2c-left h3 {
    font-size: 18px;
  }

  .t2c-left-cont h4 {
    font-size: 16px;
  }

  .dsm_list ul li {
    width: 100%;
    height: auto;
  }

  .cooperationInfo-text,
  .dsm_img,
  .power-cont {
    padding: 15px 0;
  }

  .pocSpan {
    font-size: 24px;
  }

  .pocUl ul {
    flex-wrap: wrap;
  }

  .pocUl ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }

  .pocUl ul li:nth-child(even) {
    margin-right: 0;
  }

  .pocUl {
    margin-bottom: 5px;
  }

  .media2-left ul {
    height: calc(100vh - 60px);
    margin-top: 60px;
  }

  .media2-left ul li {
    width: 50%;
    height: 33.33%;
  }

  .media2-left ul li {
    padding: 15px;
  }

  .dsm_list ul li .info .t,
  .m2l-text p {
    font-size: 12px;
    opacity: .5;
  }

  .m2l-text h3 {
    font-size: 18px;
  }

  .m2If-title h3 {
    font-size: 24px;
  }

  .m2If-wrap2 {
    padding-bottom: 50px;
  }

  .m2If-wrap2 ul li {
    width: 100%;
  }

  .cooperation {
    padding: 50px 3%;
  }

  .cooperation ul li {
    width: 100%;
    margin-right: 0;
  }

  .cooperation-cont h3 {
    font-size: 18px;
  }

  .cooperationInfo-img {
    width: 100%;
  }

  .cooperationInfo ul li,
  .introduction-data ul {
    flex-wrap: wrap;
  }

  .cooperationInfo-text {
    width: 100%;
    padding: 15px;
  }

  .ciTitle h3 {
    font-size: 18px;
  }

  .cooperationInfo ul li.row .cooperationInfo-img,
  .cooperationInfo ul li.row .cooperationInfo-text,
  .cooperationInfo-img {
    width: 100%;
  }

  ._ndc_top .title {
    font-size: 18px;
  }

  .introduction-data ul li {
    width: 50% !important;
    text-align: center;
    margin-bottom: 10px;
  }

  .inD-top {
    height: 32px;
    text-align: center;
    display: block;
  }

  .introduction-data ul li:nth-child(even) {
    border-right: none;
  }

  .cul_list ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .hw-cont1 .hc1-cont::after {

    height: calc(100% + 30px);

  }

  .advantage2-cont {
    padding: 15px;
    display: none;
  }

  .ai-location {
    bottom: 20px;
  }

  .ai-location h4 {
    font-size: 16px;
    font-weight: normal;
  }

  .ai-location p {
    font-size: 12px;
  }

  .power2-cont {
    padding: 15px;
  }

  .p2C-img,
  .power2-cont ul li:nth-child(2) .p2C-img,
  .power2-cont ul li:nth-child(3) .p2C-img,
  .power2-cont ul li:nth-child(4) .p2C-img {
    width: 100%;
    border-radius: 0;
    height: 30px;
    display: block;
    line-height: 30px;
  }

  .power2-cont ul li small {
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    right: 0;
    border-radius: 0;
    line-height: 40px;
    top: 0;
  }

  .p2C-img p,
  .power2-cont ul li:nth-child(4) .p2C-img p {
    font-size: 16px;
    font-weight: bold;
  }

  .power2-cont ul li:nth-child(2) small,
  .power2-cont ul li:nth-child(3) small,
  .power2-cont ul li:nth-child(4) small {
    top: 0;
  }

  .texts {
    font-size: 24px;
  }

  .power-cont.mp {
    padding: 15px;
  }

  ._news.news2 ul li .news2_des b {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
  }

  ._news.news2 ul li .news2_des {
    padding: 5px 0;
    background: none;
  }

  .friend {
    background-size: auto;
  }

  .hw-cont1 .hc1-title h3 {
    font-size: 24px;
  }

  .advantage-right,
  .ha ul li .des,
  .hw-cont1 .hc1-cont {
    font-size: 14px;
  }

  .joinus-left h3 {
    font-size: 16px;
  }

  .jl-cont {
    padding: 15px;
  }

  .joinus-right ul li .jdes {
    padding: 15px;
    font-size: 14px;
  }
}
.slogan{
  width: 46%!important;
  bottom: 71%!important;
  top: auto;
}
.slogan img{
  display: block;
  max-width: 100%
}
@media screen and (max-width: 767px){
  .slogan{
    width: 74%!important;
    bottom: 62%!important;
  }
}
/*@media screen and (max-width: 1920px)
{
  .slogan{
    width: 60%;
  }
}*/
@media screen and (max-width: 1023px){
  nav ul .level1:nth-child(3) li{
     width: 100%
  }
}
@media screen and (max-width: 1660px){
    nav ul .level1 ul li{
      height: auto;
    }
  nav ul .level1 ul li a{
    font-size: 12px;
    line-height: 1.6;
    padding: 6px 10px;
    height: auto;
    text-indent: 0;
  }
}
/*分页相关*/
.pagelist ul{text-align:center;margin:20px 0;}
.pagelist li{display:inline-block;margin:0 2px;}
.pagelist li a{color:#666;display:inline-block;border:1px solid #ddd;padding:6px 15px;}
.pagelist li a:hover{border-color:#005188;background:#005188;color:#fff;}
.pagelist li.active a{border-color:#005188;background:#005188;color:#fff;}
.pagelist li span:hover{border-color:#005188;background:#005188;color:#fff;}
.pagelist li.active span{border-color:#005188;background:#005188;color:#fff;}