* {
  margin: 0;
  padding: 0;
}


.in-fl{ background:#fff; padding:26px 0 40px 0; position:relative; top:-120px; height:211px;-moz-box-shadow:2px 4px 13px #CFCFCF; -webkit-box-shadow:2px 4px 13px #CFCFCF; box-shadow:2px 4px 13px #CFCFCF; z-index:2;}
.in-fl dl{ width:33.33%; float:left; border-right:1px solid #ebebeb; padding-left:18px; transition-duration:.5s;}
.in-fl dl dt{ float:left; width:40%;}
.in-fl dl dt img{ transition-duration:.5s;}
.in-fl dl dd{ float:left; width:56%;}
.in-fl dl dd h1{ font-size:24px; padding:24px 0}
.in-fl dl dd p{ font-size:16px; opacity:0.8;}
.in-fl:after,.in-fl dl:after,.in-new-list:after,.in-ab01:after,.txt02:after{ content:""; clear:both; display:block;}
.in-fl dl:hover h1{ color:#0551a7}
.in-fl dl:hover dt img{ -webkit-animation: icon-bounce 0.5s alternate;
  -moz-animation: icon-bounce 0.5s alternate;
  -o-animation: icon-bounce 0.5s alternate;
  animation: icon-bounce 0.5s alternate;
}


.active .gp,.navActive .gp{
  color: #333;
}
.slideBox {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position:absolute;
	width:100%;
	height:100%;
}
.slideBox .bd {
	position: relative;
	width:100%;
	height:100%;
}
.slideBox .bd ul {
	height: 100%;
	width:100%;
}
.slideBox .bd li {
	vertical-align: middle;
	position: relative;
	height: 100%;
	width:100%;
	height: 100%;
    background-position: center bottom;
    background-size: cover;
}
.slideBox .bd li img{
	height:100%;}
.slideBox .hd {
	overflow: hidden;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 31px;
	z-index: 1;
}
.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	color: #fff;
}
.slideBox .hd ul li {
	display: inline-block;
	margin-right: 6px;
	width: 11px;
	height: 11px;
	background: #fff;
	border-radius: 100%;
	cursor: pointer;
}
.slideBox .hd ul li.on {
	background: #0551a7;
	width:32px;
	border-radius:20px;
}

nav ul .level1 .sn {
  display: none;
}




._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: "Arial";
  font-weight:bold;
  color: #f7f7f7;
  font-size: 72px;
  line-height: 1;
  z-index: 1;
  text-align: center;
  text-transform:uppercase;
  opacity:0.6;
}

.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: #e01918;
  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;
}


.service {
  position: relative;
  background:url(../images/logo1.png) no-repeat left 30px #fff;
  z-index: 5;
  margin-top: 100vh;
  padding-bottom: 100px;
}



.service #service {
  padding-bottom: 40px;
  width: 100%;
  overflow: inherit;
}

.service #service .li {
  position: relative;
}

.service #service .li .serviceBox {
  background: #0551a7;
  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: 60px 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: #e00018;
  width: 100%;
  margin-left: 0;
}

.sub_title.e b {
  margin-bottom: 60px;
}

.sub_title.f {
  padding-top: 0;
}

.sub_title b {
  color: #333;
  font-size: 36px;
  font-weight: 700;
  display: block;
}
.sub_title b span{ display:inline-block;}
.sub_title b .zi01{color:#0551a7;}
.sub_title p {
  color: #fff;
  font-size: 18px;
  line-height: 1.7;
  opacity: .1;
  text-transform: uppercase;
  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(1);
}

.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;
}

.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: 33.33%;
  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;
  font-size:16px;
}

.course .content .viewbox p:nth-child(1) span {
  font-size: 48px;
  font-weight:bold;
}
.course .content .viewbox p:nth-child(1){ margin:0 auto 10px; padding-top:40px; transition-duration:.5s; cursor:pointer}
.course .content .viewbox p span {
}

.course .content .viewbox p:nth-child(2) {
  font-size: 16px;
  opacity:0.7;
}



.core {
  height: auto;
  background:url(../images/logo1.png) no-repeat left 30px #fff;
  position: relative;
  z-index: 5;
  padding-bottom: 100px;
}


.core .content {
  margin: 0 auto;
  position: relative;
  display: flex;
  z-index: 5;
}



.core .content:after {
  content: '';
}

.core .content:before {
  content: '';
}



.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;
}


@media screen and (min-width:1200px) {
  
  .service .swiper-wrapper .li:hover .text {
    transform: translateY(-180px);
  }

  .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;
  }


  ._slide:hover i {
    transform: translateX(-400%) rotate(-1440deg);
  }

  ._slide:hover .tips {
    width: 20%;
  }

  .core .content .viewbox:hover ._slide {
    opacity: 1;
  }

 
}
@media screen and (max-width:1920px) {
  .banner._h100vh {
    height: 900px;
    width: 1920px;
    left: 50%;
    margin-left: -960px;

  }

  .service {
    margin-top: 900px;
  }
}
@media screen and (max-width:1600px) {
  .banner._h100vh {
    height: 800px;
    width: 1600px;
    left: 50%;
    margin-left: -800px;

  }

  .service {
    margin-top: 800px;
  }
}
@media screen and (max-width:1440px) {
  .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%;
  }

}




@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;
  }

}

@media screen and (max-width:1023px) {
  
  

  .banner._h100vh {
    height: 60vh;
  }

  .slogan {
    width: 200px;
    margin-left: -352px;
  }

  .service {
    margin-top: 60vh;
    padding-bottom: 20px;
  }

  .sub_title {
    padding: 0 0 20px;
  }

  .sub_title b {
    font-size: 20px;
  }

  .core .content .viewbox .text p:nth-child(2),
  .sub_title p {
    font-size: 14px;
  }

  .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;
  }

  .menu_btn {
    display: block;
  }

  .friend-cont ul li {
    margin-bottom: 10px;
  }


}


.in-zx:after{ content:""; clear:both; display:block;}
.in-zx{ position:relative;}
.zx-img{ position:relative; width:45%; background:#000; overflow:hidden; padding-bottom:27%;}
.zx-img img{ width:100%; display:block; position:absolute; height:100%; top:0; left:0; transition-duration:.5s;}
.zx-img:hover img{ opacity:0.8; transform:scale(1.1,1.1)}
.zx-list{ position:absolute; height:100%; right:0; width:55%; background:#fff; top:0; padding:0 10px;}
.zx-list dl{ border-bottom:1px solid #dedede; color:#333; padding:24px; transition-duration:.5s;}
.zx-list dl:after{ content:""; clear:both; display:block;}
.zx-list dl dt{ float:left; color:#0551a7; font-family:"Arial"; border-right:1px solid #eaeaea; text-align:center; padding-right:20px;}
.zx-list dl dt p{ font-size:48px;}
.zx-list dl dt span{ font-size:18px;}
.zx-list dl dd{ float:right; width:84%;}
.zx-list dl dd h1{ font-size:18px; font-weight:normal; padding-bottom:10px;
white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.zx-list dl dd p{ font-size:16px;}
.zx-list dl:hover{ background:#0551a7; color:#fff;}
.zx-list dl:hover dt{ color:#fff;}
.in-banner-text{ position:absolute; width:100%; text-align:center; transform:translateY(-50%); top:40%; color:#fff;}
.in-banner-text h1{text-shadow: 2px 2px 2px #333333; font-size:50px;}
.in-banner-text p{ font-size:18px; text-transform:uppercase;text-shadow: 2px 2px 2px #333333; padding:20px 0 40px 0;}
.in-banner-text a{ color:#fff; background:#0551a7; width:152px; height:50px; display:block; text-align:center; line-height:50px; margin:0 auto;}


@media screen and (max-width: 1444px){
	   .f-cd dl{ padding-right: 60px;}
	   .zx-list dl{ padding:15px;}
	}
@media screen and (max-width:767px) {

.sub_title p{ width:100%; margin-left:0;}

  .banner._h100vh {
    height: 280px;
    left: 50%;
    margin-left: -207px;
    width: 414px;
  }

  .service {
    margin-top: 280px;
    padding-bottom: 20px;
  }



  .course .content .viewbox {
    width: 33%;
    margin-bottom: 20px;
  }
  .course .content .viewbox p:nth-child(1){ padding-top:20px;}

  .course .content {
    margin-bottom: 20px;
  }

  .course {
    height: auto;
    padding: 40px 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;
  }


  .core .content .viewbox {
    width: 100%;
  }

.zx-img{ width:100%; padding-bottom:57%;}
.zx-list{ position:relative; width:100%;}
.zx-list dl dt p{ font-size:22px;}
.zx-list dl{ padding:10px 0;}
.zx-list dl dd{ width:68%;}
.zx-list dl dd h1{ font-size:16px;}
.zx-list dl dd p{ font-size:13px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.f-cd dl dt{ font-size:15px; padding-bottom:10px;}
.f-cd dl dd a{ font-size:12px;}
.f-cd dl dd{ min-height:150px;}
.f-cd dl{ padding-right:17px;}
.f-ewm{ display:none;}
.banquan{ line-height:2; text-align:center; padding:10px;}
.f-cd dl:nth-child(4) dd,.f-cd dl:nth-child(5) dd,.f-cd dl:nth-child(6) dd,.f-cd dl:nth-child(7) dd{ min-height:60px;}
}