@charset "UTF-8";
/* reset */
/*
*author:Y.Ray

*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, figure, menu, input, textarea, button, select, th, td iframe{ margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, b, strong { font-size:100%; font-weight:normal;}
li { list-style:none;}
em, i { font-style:normal;}
a, a:visited, a:active { text-decoration:none; border:none; outline:none; color: #333;}
a,img { display:block; border:none;}
input, textarea { outline:none;}
textarea { resize: vertical;}
table{width:100%;border-collapse:collapse;border-spacing:0; }
table td{word-break: break-all; word-wrap:break-word;}
body { -webkit-text-size-adjust:100%; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-touch-callout:none; word-wrap:break-word; line-height:1.5;font-size: 12px;}
body, button, input, select, textarea { font-family: 'microsoft yahei','helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei',  simsun, sans-serif;}
input[type="button"] {cursor: pointer;}
::-webkit-input-placeholder {color:#666;}
:-moz-placeholder {color:#666;}
::-moz-placeholder {color: #666;}
:-ms-input-placeholder {color: #666;}
.none{ display:none;}
.clearfix::after { content:''; clear:both; display:block; height:0; overflow:hidden;visibility:hidden;}
.clearfix { zoom:1;}
.ellipsis { overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.clear{
  clear: both;
}
.cont{width: 1100px;margin: 0 auto;}

.pc-hide{
  display: none;
}

.hdr_con > div .lgn_a > a{
  display: inline;
}


/*按钮悬停*/
.hvr-grow-shadow{
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:active {
    box-shadow: 0 15px 15px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hvr-grow-shadow2{
  display: inline-block;
  vertical-align: middle;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-font-smoothing: antialiased;

  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgb(0 0 0 / 0%);
}
.hvr-grow-shadow2:hover, .hvr-grow-shadow2:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}


.banner-bgd{
  height: 870px;
  margin: 0 auto;
  background: url('../images/banner-bgd.png') no-repeat center;
}
.banner{
  position: relative;
  padding: 20px 0 0 0;
}
.banner .banner-logo{
  width: 190px;
  height: 60px;
  margin: 0 0 20px 10px;
}
.banner .banner-img01{
  position: absolute;
  top: 400px;
  left: -130px;
  width: 331px;
  height: 446px;
  -webkit-animation: ghostUpdown 1s infinite alternate;
}
.banner .banner-img02{
  position: absolute;
  top: 405px;
  right: -130px;
  width: 331px;
  height: 446px;
  -webkit-animation: ghostUpdown 1s infinite alternate;
}
@keyframes ghostUpdown{
	from{margin-top:100px;}
	to{margin-top:70px;}
}
@-webkit-keyframes ghostUpdown{
	from{margin-top:100px;}
	to{margin-top:70px;}
}

.banner h2{
  width: 520px;
  height: 70px;
  font-size: 40px;
  color: #fff;
  line-height: 68px;
  text-align: center;
  margin: 0 auto 30px;
  background-color: #d43227;
  border-radius: 35px;
  border:1px solid #ffdbb9;
}
.banner h1{
  width: 837px;
  height: 134px;
  margin: 0 auto 35px;
  background: url('../images/banner-title.png') no-repeat center;
  background-size: contain;
}
.banner-box{
  position: relative;
  box-sizing: border-box;
  padding: 116px 0 0;
  width: 931px;
  height: 444px;
  margin: 0 auto;
  background: url('../images/banner-box.png') no-repeat center;
  background-size: contain;
}
.banner-box::after{
  position: absolute;
  bottom: 96px;
  left: 90px;
  width: 740px;
  height: 6px;
  content: '';
  background-color: #ffb0a2;

}
.banner-box ul{
  padding: 30px 0;
  width: 800px;
  margin: 0 auto;
  background-color: #fff7ed;
  border-radius: 10px;
}
.banner-list{
  display: inline-block;
  vertical-align: top;
  width: 170px;
  height: 172px;
  margin: 0 12px 40px;
  background: url('../images/banner-list.png') no-repeat center;
  background-size: contain;
}
.banner-list h3{
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-style: italic;
  margin-bottom: 35px;
}
.banner-list p{
  font-size: 18px;
  color: #333;
  text-align: center;
}
.banner-list p span{
  font-weight: 600;
  color: #e8272b;
}

.time-bgd{
  padding-bottom: 60px;
  background-color: #db2f20;
}
.time{
  box-sizing: border-box;
  padding: 40px 0;
  width: 1100px;
  height: 530px;
  font-size: 0;
  text-align: center;
  background: url('../images/time-bgd.png') no-repeat center;
  background-size: contain;
}
.time h2{
  height: 88px;
  font-size: 50px;
  color: #e8272b;
  line-height: 88px;
  font-weight: 600;
  margin-bottom: 42px;
}
.time ul{
  box-sizing: border-box;
  padding-top: 242px;
  width: 1100px;
  height: 360px;
  margin: 0 auto;
  background: url('../images/time-cont.png') no-repeat center;
  background-size: contain;
}
.time-list{
  display: inline-block;
  vertical-align: top;
}
.time-list p{
  font-size: 20px;
  color: #333;
  margin: 0 146px;
}
.time-list p span{
  font-weight: 600;
  color: #e8272b;
}

.course-bgd{
  padding-bottom: 160px;
  background-color: #db2f20;
}
.course{
  padding-top: 41px;
  width: 1100px;
  background: url('../images/course-bgd.png') no-repeat top center;
}
.course h2{
  font-size: 50px;
  color: #e8272b;
  font-weight: 600;
  text-align: center;
  margin-bottom: 100px;
}
.course-box{
  position: relative;
  padding: 20px 0 40px;
  font-size: 0;
  text-align: center;
  background: url('../images/course-box-img.png') repeat-y center;
}
.course-box::after{
  position: absolute;
  bottom: -36px;
  left: 0;
  width: 1100px;
  height: 36px;
  content: '';
  background: url('../images/course-box-after.png') no-repeat center;
}
.course-box h3{
  padding-left: 20px;
  font-size: 32px;
  color: #333;
  text-align: left;
  line-height: 32px;
  font-weight: 600;
  margin: 0 0 50px 60px;
  border-left: 6px solid #e8272b;
}
.course-box h3 span{
  color: #e8272b;
}
.course-list01{
  display: inline-block;
  vertical-align: top;
  padding: 10px 10px;
  font-size: 30px;
  color: #e8272b;
  margin: 0 15px 60px;
  background-color: #ffeded;
  border-radius: 5px;
}
.course-list02{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-top: 210px;
  width: 308px;
  height: 288px;
  margin: 0 14px 60px;
  background: url('../images/course-list02-img01.png') no-repeat center;
  background-size: contain;
}
.course-list02:nth-of-type(2){
  background: url('../images/course-list02-img02.png') no-repeat center;
  background-size: contain;
}
.course-list02:nth-of-type(3){
  background: url('../images/course-list02-img03.png') no-repeat center;
  background-size: contain;
}
.course-list02 h4{
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color: #4c4c4c;
}
.course-list02 h4 span{
  color: #db2f20;
}
.course-list02 h4 em{
  font-size: 34px;
  font-weight: 600;
}
.course-list02 p{
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
  font-size: 18px;
  color: #4c4c4c;
  margin-left: 10px;
  text-decoration: line-through;
}
.course-list03{
  display: inline-block;
  vertical-align: top;
  padding: 15px 0;
  width: 480px;
  margin: 0 10px 60px;
  background: linear-gradient(to bottom,#f9462a 0,#e8272b 100%);
  border-radius: 10px;
}
.course-list03 h4{
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}
.course-list03 h4 em{
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 35px;
  margin: 7px 0 0;
  background: url('../images/course-list03-title-left.png') no-repeat center;
  background-size: contain;
}
.course-list03 h4 em:nth-of-type(2){
  background: url('../images/course-list03-title-right.png') no-repeat center;
  background-size: contain;
}
.course-list03-box{
  box-sizing: border-box;
  padding: 20px 0;
  width: 426px;
  height: 232px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}
.course-list03-box h5{
  padding-left: 16px;
  font-size: 18px;
  color: #333;
  text-align: left;
  font-weight: 600;
  margin-bottom: 5px;
}
.course-list03-box p{
  padding: 0 15px;
  font-size: 18px;
  color: #333;
  text-align: left;
  margin-bottom: 10px;
}
.course-list03-box p span{
  color: #db2f20;
}
.course-list03-box p em{
  font-weight: 600;
}
.course-list03-box p i{
  color: #db2f20;
  font-weight: 600;
}
.course-left{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-top: 20px;
  width: 480px;
  height: 288px;
  margin-bottom: 50px;
  background: linear-gradient(to bottom,#f9462a 0,#e8272b 100%);
  border-radius: 10px;
}
.course-left h4{
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.course-left h4 em{
  display: inline-block;
  vertical-align: top;
  width: 70px;
  height: 35px;
  margin: 7px 0 0;
  background: url('../images/course-list03-title-left.png') no-repeat center;
  background-size: contain;
}
.course-left h4 em:nth-of-type(2){
  background: url('../images/course-list03-title-right.png') no-repeat center;
  background-size: contain;
}
.course-left ul{
  padding: 30px 0 15px;
  width: 426px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}
.course-left ul .course-list04{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 60px 0 0;
  width: 74px;
  height: 100px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  margin: 0 12px 20px;
  background: url('../images/course-list04.png') no-repeat center;
  background-size: contain;
}
.course-left h5{
  font-size: 20px;
  color: #333;
}
.course-right{
  display: inline-block;
  vertical-align: top;
  width: 530px;
}
.course-right h4{
  padding-left: 30px;
  font-size: 24px;
  color: #333;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
}
.course-list05{
  padding-left: 30px;
  text-align: left;
  margin-bottom: 25px;
}
.course-list05 span{
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  margin: 3px 0 0;
  background-color: #e8272b;
  border-radius: 12px;
}
.course-list05 p{
  display: inline-block;
  vertical-align: top;
  width: 440px;
  font-size: 20px;
  color: #333;
  margin-left: 10px;
}
.course .course-link{
  display: block;
  width: 400px;
  height: 60px;
  font-size: 28px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  margin: 0 auto;
  background: linear-gradient(to right,#e8272b 0,#f9462a 100%);
  border-radius: 30px;
  box-shadow: 3px 3px 3px #f8bcaf;
}

/* our */
.our {padding: 70px 0 0;}
.our h2 {font-size: 48px; font-weight: bold; line-height: 80px; text-align: center; margin-bottom: 50px;}
.our h2 i {color: #f30;}
.our .our_bg {background: #333;}
.our ul li {float: left; position: relative; width: 360px; text-align: center; color: #fff;}
.our ul li:nth-of-type(1) {background: url(../images/our_bg_1.png) no-repeat center;}
.our ul li:nth-of-type(2) {background: url(../images/our_bg_2.png) no-repeat center;}
.our ul li:nth-of-type(3) {background: url(../images/our_bg_3.png) no-repeat center;}
.our ul li img {display: inline;}
.our ul li h3 {font-size: 24px; line-height: 60px;}
.our ul li .item-show{width: 100%; padding: 160px 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.our .item-img{width: 100%;margin: 0 auto;height: 80px;}
.our .item-tit{width: 100%; margin: 30px auto 0; text-align: center; font-size: 24px; line-height: 48px; color: #fff; }

.our .info {width: 100%; height: 100%; position: absolute; top: 0; left: 0; opacity: 0;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	-webkit-transform: scale(0) rotate(-180deg);
	-moz-transform: scale(0) rotate(-180deg);
	-ms-transform: scale(0) rotate(-180deg);
	-o-transform: scale(0) rotate(-180deg);
	transform: scale(0) rotate(-180deg);
}
.our .info p {width: 70%; margin: 0 auto; font-size: 20px; font-weight: lighter; line-height: 30px; color: #fff; text-transform: uppercase; padding-top: 32%;text-align: justify; height: 150px;}
.our .info a {width: 70%; display: block; margin: 20% auto 0; font: 24px/50px "微软雅黑"; color: #fff;  border: 1px solid #fff; text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.our .info a:hover {background: #fff; color: #e72d1b;}
.our ul li:hover .item-show {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition-delay: 0;
	-moz-transition-delay: 0;
	transition-delay: 0;
}
.our ul li:hover .info {visibility: visible; opacity: 1;
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
	-o-transform: scale(1) rotate(0deg);
	transform: scale(1) rotate(0deg);
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
@keyframes ballon {
   0%{-webkit-transform: translateY(0); opacity: 0;}
  50%{-webkit-transform: translateY(-30px); opacity: 1;}
100% {-webkit-transform: translateY(-50px); opacity: 0;}
}
@-webkit-keyframes ballon {
	0%{-webkit-transform: translateY(0); opacity: 0;}
  50%{-webkit-transform: translateY(-30px); opacity: 1;}
100% {-webkit-transform: translateY(-50px); opacity: 0;}
}

/*******弹出层********/
.phone__greey{position: fixed;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);z-index: 88;}
.phone__show{position: fixed;top: 50%;width: 100%;margin: -225px auto 0;z-index: 99;}
.phone{position: relative;width: 530px;height: 450px;border-radius: 8px;}
.phone iframe{display: block;width: 530px;height: 440px;}
.form-bgd{padding-top: 1px;}
.form__01{box-sizing: border-box;font-size: 0;text-align: center;width: 530px;height: 420px;padding-top: 50px;background: #fff;border-radius: 8px;}
.form__01 h2{height: 20px;font-size: 24px;color: #4c4c4c;font-weight: 400;line-height: 20px;text-align: center;padding-bottom: 16px;margin: 0 60px 35px;border-bottom: 1px solid #efefef;}
.form__01 label{display: inline-block;vertical-align: top;width: 130px;height: 58px;border: 1px solid #c9c9c9;border-right: none;border-top-left-radius: 8px;border-bottom-left-radius: 8px;}
.form__01 label em{width: 32px;height: 32px;display: inline-block;vertical-align: top;margin: 15px 0px;}
.form__01 label span{box-sizing: border-box;display: inline-block;vertical-align: top;width: 70px;font-size: 16px;color: #999;margin: 18px 0;padding: 0 1px 0 0;border-right: 1px solid #c9c9c9;}
.form__01 input[type=text]{width: 300px;height: 58px;padding: 0 10px;border: 1px solid #c9c9c9;border-left: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;margin-bottom: 10px;}
.form__01 select{width: 320px;height: 60px;padding: 0 10px;border: 1px solid #c9c9c9;border-left: none;border-top-right-radius: 8px;border-bottom-right-radius: 8px;margin-bottom: 10px;}
.form__01 p{font-size: 16px;text-align: right;color: #999;margin: 0 40px 10px 0;line-height: 50px;}
.form__01 p span{color: #1e8dff;}
.form__01 input[type=button]{display: block;width: 450px;height: 60px; border: none; font-size: 24px;color: #fff;line-height: 60px;text-align: center;border-radius: 8px;background: #ff4200;margin: 0 auto;}
.phone i{position: absolute;top: 0;right: 0;width: 32px;height: 32px;font-size: 20px;color: #fff;font-style: normal;display: block;background: #4d4d4d;border-radius: 16px;text-align: center;line-height: 32px;}


.xieyi {margin-bottom: 20px; font-size: 14px;text-align: center; line-height: 30px; color: #666;}
.xieyi label {border: none; width: 120px; height: 30px;}
.xieyi input[type=checkbox] {position: relative; width: 13px; height: 13px; padding: 0; margin-bottom: 0; border: none; border-radius: 2px; -webkit-appearance: checkbox;}
.xieyi input[type=checkbox]::before {position: absolute; content: ""; top: 0; left: 0; background: #fff; width: 100%;  height: 100%; border: 1px solid #d9d9d9; border-radius: 2px;
}
.xieyi input[type=checkbox]:checked::before {position: absolute; content: "\2713"; background-color: #0075ff; top: 0; left: 0; width: 100%; border: 1px solid #0075ff; border-radius:2px; color: #fff; font-size: 14px; font-weight: bold; text-align: center; line-height: 13px;}
.xieyi a {display: inline; background: transparent; font-size: 14px; line-height: 30px; color: #ed5736;}

.es_arg_mask {position: fixed;top: 0;bottom: 0;left: 0;right: 0;background: #000;filter: alpha(opacity=30);-moz-opacity: 0.3;-khtml-opacity: 0.3; opacity: 0.3;z-index: 2000;}
.es_agr_box {position: fixed;top: 50%;left: 50%;width: 560px;margin: -240px 0 0 -300px;padding: 20px;background: #ffffff;border-radius: 6px;z-index: 2001;}
.es_agr_title {text-align: center;font-size: 16px;font-weight: bold;padding: 10px 20px;}
.es_agr_main {height: 320px; overflow: auto;overflow-x: hidden;}
.es_agr_con {font-size: 14px;color: #3a3d4b;line-height: 25px;word-break: break-all;}
.es_agr_btn {text-align: center;padding: 20px 20px 0;}
.es_button {line-height: 32px;border: none;outline: none;cursor: pointer;color: #ffffff;font-size: 14px;border-radius: 4px;padding: 0 10px;background: #1890FF;background: -webkit-linear-gradient(left, #1890FF, #90CAFF);background: -o-linear-gradient(left, #1890FF, #90CAFF);background: -moz-linear-gradient(left, #1890FF, #90CAFF);background: linear-gradient(left, #1890FF, #90CAFF);}
.es_cancel {display: block;font-size: 14px;color: #3a3d4b;cursor: pointer; margin-top: 10px;}
.agreement {padding: 10px;}
.agreement p {font-size: 14px; line-height: 30px; text-indent: 2em; text-align: justify;}
