@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:inline-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;}
#hdr_mn > h1 > a{
  display: inline;
}
.hdr_con > div .lgn_a > a{
  display: inline;
}
#hdr_mn > h1 > span{
  margin-left: 10px;
  padding-left: 10px;
}

.pc-hide{
  display: none;
}

.slideBox01{
  position: relative;
}
.slideBox01 .hd{
  position: absolute;
  top: 550px;
  left: 1000px;
  z-index: 1;
}
.slideBox01 .hd li{
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #fff;
}
.slideBox01 .hd li.on{
  color: #8479f6;
}

.banner-list01 .banner-bgd{
  height: 601px;
  margin: 0 auto;
  background: url('../images/banner-bgd01.png') no-repeat center;
}
.banner0{
  padding-top: 30px;
}
.banner-list01 h2{
  width: 316px;
  height: 127px;
  margin: 0 auto 20px;
  background: url('../images/banner-list01-title01.png') no-repeat center;
  background-size: contain;
}
.banner-list01 h1{
  height: 926px;
  height: 148px;
  margin: 0 auto 65px;
  background: url('../images/banner-list01-title02.png') no-repeat center;
  background-size: contain;
}
.banner-list01 p{
  position: relative;
  width: 556px;
  height: 70px;
  font-size: 32px;
  color: #fff;
  text-align: left;
  line-height: 70px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 35px;
}
.banner-list01 p::before{
  position: absolute;
  top: 20px;
  left: -55px;
  width: 32px;
  height: 28px;
  content: '';
  background: url('../images/banner-list01-title03.png') no-repeat center;
  background-size: contain;
}
.banner-list01 p::after{
  position: absolute;
  top: 20px;
  right: -55px;
  width: 32px;
  height: 28px;
  content: '';
  background: url('../images/banner-list01-title03.png') no-repeat center;
  background-size: contain;
}
.banner-list01 p span{
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin: 20px 10px 0 55px;
  background: url('../images/banner-list01-title04.png') no-repeat center;
  background-size: contain;
  animation: rotate 10s linear 0s infinite;
}
.banner-list01 p span em{
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  animation: rotate1 10s linear 0s infinite;
}

@-webkit-keyframes rotate{
  0%{
    -webkit-transform:rotate(0deg);
   }
   100%{
     -webkit-transform:rotate(360deg);
   }
}
@-webkit-keyframes rotate1{
  0%{
    -webkit-transform:rotate(0deg);
   }
   100%{
     -webkit-transform:rotate(-360deg);
   }
}

/*按钮悬停*/
.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-list02{
  display: none;
}
.banner-list02 .banner-bgd{
  height: 601px;
  margin: 0 auto;
  background: url('../images/banner-bgd02.png') no-repeat center;
  background-size: contain;
}
.banner-list02 .banner{
  padding: 60px 0 0;
  font-size: 0;
}
.banner-list02 h2{
  width: 450px;
  height: 60px;
  font-size: 32px;
  color: #fff;
  text-align: right;
  margin: 0 auto 30px;
  line-height: 60px;
  border: 2px solid #fff;
  border-radius: 30px;
}
.banner-list02 h2 span{
  display: inline-block;
  vertical-align: top;
  width: 340px;
  height: 62px;
  font-size: 32px;
  color: #466afc;
  text-align: center;
  line-height: 60px;
  margin-left: 10px;
  background-color: #fff;
  border-radius: 30px 25px 25px 30px;
}
.banner-list02 h1{
  width: 737px;
  height: 268px;
  margin: 0 auto 35px;
  background: url('../images/banner-list01-title05.png') no-repeat center;
  background-size: contain;
}
.banner-list02 p{
  position: relative;
  width: 556px;
  height: 70px;
  font-size: 22px;
  color: #fff;
  text-align: left;
  line-height: 70px;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 35px;
}
.banner-list02 p::before{
  position: absolute;
  top: 20px;
  left: -55px;
  width: 32px;
  height: 28px;
  content: '';
  background: url('../images/banner-list01-title03.png') no-repeat center;
  background-size: contain;
}
.banner-list02 p::after{
  position: absolute;
  top: 20px;
  right: -55px;
  width: 32px;
  height: 28px;
  content: '';
  background: url('../images/banner-list01-title03.png') no-repeat center;
  background-size: contain;
}
.banner-list02 p span{
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin: 20px 10px 0 15px;
  background: url('../images/banner-list01-title04.png') no-repeat center;
  background-size: contain;
  animation: rotate 10s linear 0s infinite;
}
.banner-list02 p span em{
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  animation: rotate1 10s linear 0s infinite;
}

.bkzx-bgd{
  background: #fff;
}
.bkzx{
  padding: 85px 0;
  font-size: 0;
  text-align: center;
}
.bkzx h2{
  font-size: 52px;
  color: #333;
  line-height: 100px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 45px;
  background: url('../images/title01.png') no-repeat center;
  background-position: center top;
}
.bkzx h2 em{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-left: 8px;
  width: 44px;
  height: 54px;
  font-size: 26px;
  color: #fff;
  text-align: left;
  line-height: 45px;
  margin: 25px 30px 0 0;
  background: url('../images/title-img.png') no-repeat center;
  background-size: contain;
}
.bkzx-box li{
  display: inline-block;
  vertical-align: top;
  width: 310px;
  height: 335px;
  margin: 0 28px 90px;
  background: url('../images/bkxz-box-img01.png') no-repeat center;
  background-size: contain;
}
.bkzx-box li:nth-of-type(1){
  background: url('../images/bkxz-box-img01.png') no-repeat center;
  background-size: contain;
}
.bkzx-box li:nth-of-type(2){
  background: url('../images/bkxz-box-img02.png') no-repeat center;
  background-size: contain;
}
.bkzx-box li:nth-of-type(3){
  background: url('../images/bkxz-box-img03.png') no-repeat center;
  background-size: contain;
}
.bkzx-box h3{
  font-size: 32px;
  color: #fff;
  line-height: 80px;
  font-weight: 600;
  margin-bottom: 30px;
}
.bkzx-box p{
  font-size: 24px;
  color: #333;
  text-align: center;
  margin-bottom: 10px;
}
.bkzx-box h4{
  font-size: 16px;
  color: #4a6bf3;
  letter-spacing: 5px;
}
.bkzx-form{
  width: 1100px;
  height: 600px;
  margin: 0 auto;
  background: url('../images/bkzx-form.png') no-repeat center;
  background-size: contain;
}
.bkzx-form h3{
  font-size: 52px;
  color: #fff;
  line-height: 146px;
  font-weight: 600;
  margin-bottom: 50px;
}
.bkzx-form li{
  display: inline-block;
  vertical-align: top;
  width: 430px;
  height: 70px;
  text-align: left;
  margin: 0 33px 30px;
  border: 1px solid #dce3ff;
  background-color: #f4f6ff;
  border-radius: 5px;
}
.bkzx-form li label{
  display: inline-block;
  vertical-align: top;
  width: 125px;
  font-size: 28px;
  color: #333;
  text-align: center;
  line-height: 70px;
}
.bkzx-form li input[type = text]{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  width: 300px;
  height: 70px;
  background-color: transparent;
  border: none;
}
.bkzx-form li select{
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  width: 300px;
  height: 70px;
  background-color: transparent;
  border: none;
}
.bkzx-form input[type = button]{
  display: block;
  width: 520px;
  height: 80px;
  font-size: 34px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  margin: 0 auto 15px;
  background: linear-gradient(to bottom,#f29c2e 0,#ffc881 100%);
  border: none;
  border-radius: 10px;
}

.question-bgd{
  background: url('../images/question-bgd.png') no-repeat center;
  background-position:  center 140px;
}
.question{
  font-size: 0;
}
.question h2{
  font-size: 52px;
  color: #333;
  line-height: 100px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 45px;
  background: url('../images/title02.png') no-repeat center;
  background-position: center top;
}
.question h2 em{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-left: 8px;
  width: 44px;
  height: 54px;
  font-size: 26px;
  color: #fff;
  text-align: left;
  line-height: 45px;
  margin: 25px 30px 0 0;
  background: url('../images/title-img.png') no-repeat center;
  background-size: contain;
}
.question h2 span{
  color: #466afc;
}
.question-left{
  display: inline-block;
  vertical-align: top;
  padding: 100px 0 0 0;
  width: 550px;
}
.question-left li{
  margin-bottom: 50px;
}
.question-left h3{
  font-size: 36px;
  color: #333;
  text-align: center;
  font-weight: 600;
  margin-bottom: 45px;
}
.question-left h4{
  display: inline-block;
  vertical-align: top;
  width: 96px;
  height: 98px;
  margin: 0 10px;
  background: url('../images/question-list-bgd.png') no-repeat center;
  background-size: contain;
  animation: rotate 10s linear 0s infinite;
}
.question-left h4 img{
  width: 64px;
  height: 64px;
  margin: 17px auto;
  animation: rotate1 10s linear 0s infinite;
}
.question-left p{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 15px 10px 0;
  width: 410px;
  height: 90px;
  font-size: 20px;
  color: #666;
  text-align: left;
  background: #fff;
}
.question-right{
  display: inline-block;
  vertical-align: top;
  padding: 40px 0 0 0;
  width: 550px;
}
.question-right h3{
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  margin-bottom: 35px;
}
.question-right h3 span{
  color: #ffd59e;
}
.question-right-list{
  width: 500px;
  height: 90px;
  margin: 0 auto 50px;
  background: #fff;
}
.question-right-list p{
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 15px 10px 0;
  width: 410px;
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.question-right-list p span{
  font-weight: 600;
}
.question-right-list h4{
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 90px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 90px;
  background: linear-gradient(to top,#f29c2e 0,#ffc881 100%);
  border-radius: 10px 0 0 10px;
}

.course-bgd{
  background-color: #fff;
}
.course-bgd .course{width: 8.23rem;}
.course{
  padding: 90px 0;
  font-size: 0;
}
.course h2{
  font-size: 52px;
  color: #333;
  line-height: 100px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 45px;
  background: url('../images/title03.png') no-repeat center;
  background-position: center top;
}
.course h2 em{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-left: 8px;
  width: 44px;
  height: 54px;
  font-size: 26px;
  color: #fff;
  text-align: left;
  line-height: 45px;
  margin: 25px 30px 0 0;
  background: url('../images/title-img.png') no-repeat center;
  background-size: contain;
}
.course h2 span{
  color: #466afc;
}
.course-top{
  width: 1100px;
  height: 380px;
  margin: 0 auto;
  background: url('../images/course-top.png') no-repeat center bottom;
  background-size: contain;
}
.course-top li{
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  color: #333;
  margin: 0 83px;
}
.course-top li:nth-of-type(1){
  padding-top: 150px;
}
.course-top li:nth-of-type(2){
  padding-top: 90px;
}
.course-top li:nth-of-type(3){
  padding-top: 90px;
}
.course-top li:nth-of-type(4){
  padding-top: 45px;
}
.course-box li{
  display: inline-block;
  vertical-align: top;
}
.course-list{
  width: 260px;
  height: 297px;
  background: url('../images/course-list.png') no-repeat center;
  background-size: contain;
}
.course-list:not(:last-of-type){
  margin-right: 20px;
}
.course-list h3{
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 110px;
}
.course-list p{
  box-sizing: border-box;
  padding: 20px 32px 0;
  width: 220px;
  height: 160px;
  font-size: 22px;
  color: #333;
  line-height: 36px;
  margin: 0 auto;
  background: #fff;
}

.teacher-bgd{
  background-color: #fff;
}
.teacher{
  padding: 60px 0;
  font-size: 0;
  text-align: center;
}
.teacher h2{
  font-size: 52px;
  color: #333;
  line-height: 100px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 45px;
  background: url('../images/title04.png') no-repeat center;
  background-position: center top;
}
.teacher h2 em{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-left: 8px;
  width: 44px;
  height: 54px;
  font-size: 26px;
  color: #fff;
  text-align: left;
  line-height: 45px;
  margin: 25px 30px 0 0;
  background: url('../images/title-img.png') no-repeat center;
  background-size: contain;
}
.teacher h2 span{
  color: #466afc;
}
.teacher-box{
  position: relative;
  width: 1100px;
  height: 514px;
  text-align: left;
  margin: 0 auto;
  background: url('../images/teacher-box.png') no-repeat center;
  background-size: contain;
}
.teacher-box .bd{
  display: inline-block;
  vertical-align: top;
  padding-top: 50px;
  width: 400px;
  margin: 0 34px;
}
.teacher-box img{
  display: block;
  width: 140px;
  height: 140px;
  margin: 0 auto 25px;
}
.teacher-box h3{
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.teacher-box p{
  padding: 0 22px;
  font-size: 20px;
  color: #fff;
  line-height: 32px;
  text-align: left;
}
.teacher-box .hd{
  display: inline-block;
  vertical-align: top;
  padding-top: 120px;
}
.teacher-box .hd li{
  display: none;
  width: 600px;
  height: 340px;
}
.teacher-box .hd li.on{
  display: block;
}
.teacher-box .prev{
  position: absolute;
  top: 90px;
  left: 120px;
  font-size: 40px;
  color: #fff;
}
.teacher-box .next{
  position: absolute;
  top: 90px;
  left: 320px;
  font-size: 40px;
  color: #fff;
}

.study-bgd{
  background-color: #fff;
}
.study{
  padding: 0 0 80px;
  font-size: 0;
  text-align: center;
}
.study h2{
  font-size: 52px;
  color: #333;
  line-height: 100px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 45px;
  background: url('../images/title05.png') no-repeat center;
  background-position: center top;
}
.study h2 em{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-left: 8px;
  width: 44px;
  height: 54px;
  font-size: 26px;
  color: #fff;
  text-align: left;
  line-height: 45px;
  margin: 25px 30px 0 0;
  background: url('../images/title-img.png') no-repeat center;
  background-size: contain;
}
.study h2 span{
  color: #466afc;
}
.study-box{
  box-sizing: border-box;
  padding: 51px 0 0;
  width: 1100px;
  height: 668px;
  margin: 0 auto;
  background: url('../images/study-box.png') no-repeat center;
  background-size: contain;
}
.study-box li{
  height: 180px;
  margin-bottom: 38px;
}
.study-box li h3{
  padding: 25px 0 0 60px;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  text-align: left;
  margin-bottom: 15px;
}
.study-box li:nth-of-type(1){
  padding-left: 470px;
}
.study-box li:nth-of-type(2){
  padding-left: 348px;
}
.study-box li:nth-of-type(3){
  padding-left: 214px;
}
.study-box li p{
  padding-left: 60px;
  font-size: 22px;
  color: #fff;
  text-align: left;
}

.mfsl-bgd{
  background: url('../images/mfsl-bgd.png') no-repeat center;
  background-position: center 130px;
}
.mfsl{
  padding-bottom: 80px;
  font-size: 0;
}
.mfsl h2{
  font-size: 52px;
  color: #333;
  line-height: 100px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto 45px;
  background: url('../images/title06.png') no-repeat center;
  background-position: center top;
}
.mfsl h2 em{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-left: 8px;
  width: 44px;
  height: 54px;
  font-size: 26px;
  color: #fff;
  text-align: left;
  line-height: 45px;
  margin: 25px 30px 0 0;
  background: url('../images/title-img.png') no-repeat center;
  background-size: contain;
}
.mfsl h2 span{
  color: #466afc;
}
.mfsl-form{
  box-sizing: border-box;
  padding-top: 50px;
  height: 360px;
  font-size: 0;
  text-align: center;
  background-color: #fff;
  box-shadow: 3px 3px 3px #f6f7fe,
              -3px -3px 3px #f6f7fe;
}
.mfsl-list{
  display: inline-block;
  vertical-align: top;
  width: 430px;
  height: 70px;
  text-align: left;
  margin: 0 33px 30px;
  border: 1px solid #e2e8ff;
  border-radius: 5px;
  background-color: #f4f6ff;
}
.mfsl-list label{
  display: inline-block;
  vertical-align: top;
  width: 125px;
  font-size: 28px;
  color: #333;
  text-align: right;
  line-height: 70px;
}
.mfsl-list input[type = text]{
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 70px;
  font-size: 22px;
  background: transparent;
  border: none;
}
.mfsl-form input[type = button]{
  display: block;
  width: 480px;
  height: 80px;
  font-size: 34px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  margin: 0 auto 15px;
  background: linear-gradient(to bottom,#f29c2e 0,#ffc881 100%);
  border: none;
  border-radius: 10px;
}
.mfsl-form p{
  font-size: 16px;
  color: #666;
  text-align: center;
}

.zsjz-bgd{
  background: #fff;
}
.zsjz{
  padding: 0 0 80px;
  font-size: 0;
  text-align: center;
}
.zsjz h2{
  font-size: 52px;
  color: #333;
  line-height: 100px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  background: url('../images/title07.png') no-repeat center;
  background-position: center top;
}
.zsjz h2 em{
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding-left: 8px;
  width: 44px;
  height: 54px;
  font-size: 26px;
  color: #fff;
  text-align: left;
  line-height: 45px;
  margin: 25px 30px 0 0;
  background: url('../images/title-img.png') no-repeat center;
  background-size: contain;
}
.zsjz h2 span{
  color: #466afc;
}

.s7-main .kk{
	margin-bottom: 0.3rem;
}
.kk h3{
  display: inline-block;
  vertical-align: top;
	width: 1.27rem;
  height: 0.3rem;
	line-height: .3rem;
  color: #fff;
  font-size: .18rem;
  font-weight: 600;
	border-radius: 26px;
  background-color: #466afc;
  margin: 0 .2rem .2rem 0;
  text-align: center;
}
.kk p{
  display: inline-block;
  vertical-align: top;
	font-size: .18rem;
  color: #466afc;
  line-height: .28rem;
  text-align: center;
}
.zsjz-box h4{
  font-size: .24rem;
  color: #466afc;
  font-weight: 600;
  margin-bottom: 10px;
}
.zsjz-box h4 span{
  font-size: .14rem;
  font-weight: 400;
}
.s7-main table tr th{ height: .77rem; line-height: .77rem; background: #466afc; font-size: .18rem; color: #fff; border-right: 1px solid #e5edf9;}
.s7-main table tr th:last-child{border-right: 0; width: 1rem;}
.s7-main table tr th:nth-child(1){width: 1.47rem;}
.s7-main table tr th:nth-child(2){width: 1rem;}
.s7-main table tr th:nth-child(3){width: 1.5rem;}
.s7-main table tr th:nth-child(4){width: 2.8rem;}
.s7-main table .ban-m{ box-shadow: 0 0 30px #3684ca20; border-radius: 20px;}
.s7-main table tr td{font-size: .16rem; color: #4e4e4e; background: #fff; border-right: 1px solid #e7e7e7; line-height: .22rem; border-bottom:solid 1px #e7e7e7;
	padding: .1rem 0;
}
.s7-main table tr td:first-child{border-radius: 25px 0 0 25px; border-bottom:0;}
.s7-main table tr td:last-child{border-radius: 0 25px 25px 0;}
.s7-main table tr td.notBorder{border: 0;}
.s7-main table tr td:nth-child(4){width: 1rem;}
.s7-main table tr td.space{text-align: left; padding:.15rem .34rem;}
.s7-main table tr.ban05 td:nth-child(4){padding: .6rem .34rem;}
.s7-main table tr td b{font-weight: bold; color: #000;}
.s7-main table tr td em{
	color: #f00;
}
.s7-main table tr td>span{
	font-size: .3rem;
	font-weight: bold;
	color: #fe992f;
}
.s7-main table tr td a{
	width: 120px;height: .3rem;font-size: .14rem;color: #fff;text-align: center;line-height: .3rem;border-radius: 27px;margin-top: .2rem;
	box-shadow: 5px 5px 12px #eea73c52;
	background: #fe992f;
	display: inline-block;
}
.zsjz .zsjz-box .zsjz-bottomLine{
  border-bottom: 1px solid #e5edf9;
}
.he50{ height: .26rem; box-shadow: none !important; display: block; margin-bottom: 0;}
#hdtable2{top: 0 !important;}
.kk-b{font-size: .16rem; color: #c0c0c0; margin-top: .4rem;}
.tips{font-size: .16rem; color: #888; text-align: right;}




.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: 20%;left: 50%;width: 560px;margin: 0 0 0 -280px;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 {overflow: auto;height: 420px; width: 560px;}
.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;}


/*右侧客服*/
.box-kefu {position: fixed; right:0; top: 17%; z-index: 8; width: 150px;}
.box-kefu .kefu-open {width: 150px; overflow: hidden; background: #fff; border-radius: 10px; padding: 10px 0 0; -webkit-box-shadow: 0 0 10px rgba(186, 186, 186, .5); -moz-box-shadow: 0 0 10px rgba(186, 186, 186, .5); box-shadow: 0 0 10px rgba(186, 186, 186, .5);}
.box-kefu .kefu-open .kefu-open-img {width: 120px; margin: 0 auto;}
.box-kefu .kefu-open > ul {width: 100%; margin: 12px auto 0;}
.box-kefu .kefu-open > ul > li {width: 100%; margin: 0 auto;}
.box-kefu .kefu-open > ul > li > a {display: block; width: 100%; padding: 6px 0; text-align: center; font-size: 14px; color: #333; line-height: 18px;}
.box-kefu .kefu-open > ul > li > a > span {display: inline-block; width: 42px; float: right; margin: 0 12px 0 0; color: #fff; background: url(../images/box_kefu_003.png) center repeat-y; background-size: 100% auto; border-radius: 10px; font-size: 12px; position: relative; -webkit-animation: ballon6 1s linear infinite; animation: ballon6 1s linear infinite;}
@keyframes ballon6 {
  0% {left:0;}
  25% {left:-2px;}
  50% {left:0;}
  75% {left:2px;}
  100% {left:0;}
}
@-webkit-keyframes ballon6 {
	0% {left:0;}
  25% {left:-2px;}
  50% {left:0;}
  75% {left:2px;}
  100% {left:0;}
}
.box-kefu .kefu-open > ul > li > a:hover{background: url(../images/box_kefu_002.png) center repeat-y; background-size: 100% auto;}
.box-kefu .kefu-open .kefu-open-img2 {width: 120px; margin: 10px auto 0;}
.box-kefu .kefu-open > h3{text-align:center;font-size:16px; color: #333; line-height: 42px; font-weight: normal; width: 100%; margin: 2px auto 0; padding: 6px 0 0; background: url(../images/box_kefu_005.jpg) center no-repeat; background-size: 100% 100%;}
.box-kefu .kefu-open .close{display:block; position:absolute;width:18px;height:18px;right:10px;top:10px;line-height:18px;text-align:center; font-size: 16px; color: #333;}


.bkzx-form .agreement {
  width: 100%;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.bkzx-form .agreement a {
  color: #f56262;
}
