/*reset*/
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

audio,
canvas,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border: 0;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input,
button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  resize: none;
  border: 1px solid #ccc;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

del {
  text-decoration: line-through;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.clearfix:after {
  display: block;
  content: '';
  height: 0;
  clear: both;
  visibility: hidden;
}

html {
  font-size: 12px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
  font-size: 14px;
  color: #333;
  background-color: #f4f4f4;
  /* padding-bottom: 96px; */
}
.w1200{width: 1200px;margin: auto;}
@keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}
@-webkit-keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}

@keyframes ballon2 {
    0% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  
    25% {
      -webkit-transform: translateY(-3px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  
    75% {
      -webkit-transform: translateY(-3px);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  }
  @keyframes ballon3 {
    0% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  
    25% {
      -webkit-transform: translateX(-3px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  
    75% {
      -webkit-transform: translateX(-3px);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  }
  @keyframes ballon6{
    0%{transform: translateX(-3px);}
    50%{transform: translateX(0);}
    100%{transform: translateX(-3px);}
}
@keyframes ballon7{
    0%{transform: translateY(-3px);}
    50%{transform: translateY(0);}
    100%{transform: translateY(-3px);}
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
}
.wrapper2{
  width: 1100px;
  margin: 0 auto;
}

.ban2 {
  width: 100%;
  height: 455px;
  background: url(../img/ban2.jpg) top center no-repeat;
  margin-top: 80px;
  padding-top: 365px;
  box-sizing: border-box;
}
.ban2 .wrapper2{
  position: relative;
}
.ban2 .ban2_25kytext{
    width: 445px;
    height:176px;
    position: absolute;
    top: -296px;
    left: 50%;
    margin-left: -222.5px;
    background: url(../img/ban1_25text.png) top center no-repeat;
}
.ban2 a {
    display: block;
    margin:0 auto;
    width: 200px;
    height: 50px;
    line-height: 42px;
    background:#fff54d;
    border-radius: 40px;
    border:4px solid #f88274;
    box-sizing: border-box;
    color:#f25c4d;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    transform: rotate(-5deg);
    transition: all .3s;
}
.ban2 a:hover{
  transform: rotate(0deg);
}
.title_ky {
    height: 94px;
    background: url(../img/tit_bg.png) top center no-repeat;
    background-size: 40%;
}

.title_ky h6 {
    font-size: 40px;
    color: #333;
    line-height: 84px;
    text-align: center;
    position: relative;
}

.title_ky h6::before {
  position: absolute;
  content: '';
  width: 102px;
  height: 18px;
  top: 40px;
  background: url(../img/left.png) no-repeat;
}

.title_ky h6::after {
  position: absolute;
  content: '';
  width: 102px;
  height: 18px;
  top: 40px;
  background: url(../img/right.png) no-repeat;
}

.yanjin {
  margin-top: 30px;
}

.yanjin .title_ky h6::before {
  left: 190px;
}

.yanjin .title_ky h6::after {
  right: 204px;
}

.yanjin ul {
  display: flex;
  justify-content: space-between;
}

.yanjin ul li {
  width: 210px;
  height: 138px;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0 5px 0 rgba(14, 22, 82, 0.1);
}

.yanjin ul li img {
  position: absolute;
  width: 36px;
  height: 38px;
  left: 9px;
  top: 16px;
}

.yanjin ul li h6 {
  font-size: 24px;
  color: #f46351;
  line-height: 30px;
  margin-left: 54px;
  padding-top: 20px;
}

.yanjin ul li h6 b {
  font-weight: normal;
  color: #333;
  font-size: 18px;
}

.yanjin ul li p {
  font-size: 13px;
  color: #333;
  line-height: 22px;
  margin-left: 12px;
  margin-top: 10px;
}

.beizhan {
  margin-top: 30px;
}

.beizhan .title_ky h6::before {
  left: 175px;
}

.beizhan .title_ky h6::after {
  right: 175px;
}

.beizhan ul {
  width: 1120px;
  height: 655px;
  margin:0 auto;
  position: relative;
  background: url(../img/bz_bg.jpg) no-repeat;
}

.beizhan ul li {
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size:20px;
  color: #fff;
  text-align: left;
}

.beizhan ul li:nth-child(1) {
  width: 460px;
  top: 21px;
  left: 463px;
}

.beizhan ul li:nth-child(2) {
  width: 308px;
  top: 62px;
  left: 216px;
}

.beizhan ul li:nth-child(3) {
  width: 383px;
  top: 149px;
  right: -41px;
}

.beizhan ul li:nth-child(4) {
  width: 404px;
  top: 201px;
  left: -60px;
}

.beizhan ul li:nth-child(5) {
  width: 327px;
  top: 345px;
  left: 129px;
}

.beizhan ul li:nth-child(6) {
  width: 463px;
  top: 339px;
  right: 27px;
}

.beizhan ul li:nth-child(7) {
  width: 348px;
  height: 87px;
  top: 475px;
  left: 209px;
  text-align: left;
}

.beizhan ul li:nth-child(8) {
  width: 455px;
  top: 548px;
  right: 170px;
}

.kecheng {
  width: 100%;
  height: 820px;
  padding-top: 35px;
  background: url(../img/kc_bg.jpg) top center no-repeat;
}

.kecheng .title_ky h6 {
  color: #fff;
}

.kecheng .title_ky h6::before {
  left: -20px;
  background: url(../img/leftb.png) no-repeat;
}

.kecheng .title_ky h6::after {
  right: -20px;
  background: url(../img/rightb.png) no-repeat;
}

.kecheng table {
  width: 100%;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(to right, #5f77ff, #536bf3);
}

.kecheng table tr td {
  font-size: 16px;
  color: #333;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.kecheng table tr td b {
  color: #f3604f;
  font-weight: normal;
}

.kecheng table tr td a {
  width: 124px;
  height: 30px;
  margin: 5px auto;
  border-radius: 15px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(to right, #e54a3e, #fc6c55);
  animation: ballon6 1s linear infinite;
}

.kecheng table tr td:last-child {
  border-right: 0;
}

.kecheng table .biaoti td {
  height: 40px;
  font-size: 18px;
  background: none;
  color: #fff;
}

.kecheng table .biaoti td:last-child {
  border-right: 0;
}

.kecheng .zhu {
  width: 100%;
  font-size: 16px;
  color: #999;
  line-height: 40px;
  text-indent: 19px;
  background-color: #fff;
  padding-bottom: 5px;
  padding-top: 5px;
}

.kecheng #form10 h6 {
  text-align: center;
  font-size: 32px;
  color: #fff;
  line-height: 40px;
  position: relative;
  margin-top: 20px;
}

.kecheng #form10 h6::before {
  position: absolute;
  content: '';
  width: 22px;
  height: 30px;
  left: 400px;
  top: 4px;
  background: url(../img/yy_title.png) no-repeat;
}

.kecheng #form10 h6::after {
  position: absolute;
  content: '';
  width: 22px;
  height: 30px;
  right: 400px;
  top: 4px;
  background: url(../img/yy_title.png) no-repeat;
}

.kecheng #form10 .form_yy {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.kecheng #form10 .form_yy input {
  width: 250px;
  height: 46px;
  border: 1px solid #fef6f4;
  border-radius: 6px;
  background: none;
  color: #fff;
  font-size: 16px;
  text-indent: 36px;
  outline: none;
}

.kecheng #form10 .form_yy input:nth-child(1) {
  background: url(../img/yy_icon1.png) 15px center no-repeat;
}

.kecheng #form10 .form_yy input:nth-child(2) {
  background: url(../img/yy_icon2.png) 15px center no-repeat;
}

.kecheng #form10 .form_yy .formCode{
  width: 260px;
  margin-bottom: 0;
  float: left;
}
.kecheng #form10 .form_yy .formCode .codeInput
{
  width:140px;
 text-align: center;
  height: 48px;
  border: 1px solid #fef6f4;
  border-radius: 8px;
  font-size: 16px;
  line-height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  color: #fff;
  margin-right: 10px;
  background:transparent;
  text-indent: 0;
}
.kecheng #form10 .form_yy .formCode .codetxt{
  width: 100px;
  background-color: #fff;
  outline: none;
  height: 48px;
  cursor: pointer;
  font-size: 16px;
  border: 0;
  color: #000;
  border-radius: 6px;
}
.kecheng #form10 .form_yy .submit {
  width: 250px;
  height: 48px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  line-height: 48px;
  outline: none;
  border: none;
  font-size: 20px;
  color: #f3604f;
  animation: scale2 2s linear infinite;
}

.kecheng #form10 .form_yy input::-webkit-input-placeholder {
  color: #fff;
}

.baozhang {
  margin-top:35px;
}

.baozhang .title_ky h6::before {
  left: 132px;
}

.baozhang .title_ky h6::after {
  right: 127px;
}

.baozhang ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.baozhang ul li {
  width: 340px;
  height: 378px;
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 0 5px 0 rgba(84, 19, 19, 0.1);
}
.baozhang ul li:nth-child(4){
  margin-bottom: 10px;
}
.baozhang ul li:nth-child(5){
  margin-bottom: 10px;
}
.baozhang ul li:nth-child(6){
  margin-bottom: 10px;
}
.baozhang ul li .bz_img {
  width: 340px;
  height:auto;
  border-radius: 8px;
  box-shadow: 0px 0 5px 0 rgba(84, 19, 19, 0.1);
}

.baozhang ul li h6 {
  font-size: 22px;
  color: #333;
  text-align: center;
  line-height: 26px;
  margin: 15px 0 10px 0;
}

.baozhang ul li span {
  width: 206px;
  height: 32px;
  margin: 0 auto;
  display: block;
  border-radius: 16px;
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 32px;
  background-color: rgba(244, 137, 116, 0.1);
}

.baozhang ul li p {
  margin: 15px 0 0 89px;
}

.baozhang ul li p em {
  font-style: 16px;
  color: #333;
  line-height: 18px;
  float: left;
  font-style: normal;
}

.baozhang ul li p img {
  margin-top: 2px;
  float: left;
}

.baozhang ul li a {
  width: 184px;
  height: 38px;
  display: block;
  border-radius: 20px;
  border: 1px solid #f3604f;
  font-size: 16px;
  color: #f3604f;
  text-align: center;
  line-height: 38px;
  position: absolute;
  bottom: 27px;
  left: 78px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  animation: ballon7 1s linear infinite;
}

.baozhang ul li a:hover {
  color: #fff;
  background-color: #f3604f;
}

.baozhang .zy-pagination{
  text-align: center;
}

.baozhang .zy-pagination .swiper-pagination-bullet{
  width: 20px;
  height: 6px;
  border-radius: 3px;
  margin-right: 18px;
  opacity: 1;
  background-color: #aaa;
}

.baozhang .zy-pagination .swiper-pagination-bullet-active{
  width: 32px;
  background-color: #e84e41;
}



.btn_anniu {
  padding: 0 323px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.btn_anniu a {
  width: 186px;
  height: 40px;
  display: block;
  border: 1px solid #f46351;
  font-size: 19px;
  color: #f46351;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  animation: scale2 2s linear infinite;
}

.btn_anniu a:nth-child(1) {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(to right, #e54a3e, #fc6c55);
}

.chenjin {
  margin-top:35px;
}

.chenjin .title_ky h6::before {
  left: 148px;
}

.chenjin .title_ky h6::after {
  right: 147px;
}

.chenjin .chenjin_ms {
  /* margin-top: 15px; */
}

.chenjin .chenjin_ms li {
  width: 131px;
  height: 326px;
  float: left;
  margin-right: 1px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.chenjin .chenjin_ms li:last-child {
  margin-right: 0;
}

.chenjin .chenjin_ms li p {
  width: 100%;
  height: 64px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  background: url(../img/cj_bg.png) no-repeat;
  background-size: 100% 100%;
}

.chenjin .chenjin_ms .active {
  width: 305px;
}

.chenjin a {
  width: 186px;
  height: 40px;
  display: block;
  margin:30px auto 0;
  font-size: 19px;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(to right, #e54a3e, #fc6c55);
  animation: scale2 2s linear infinite;
}

.guihua {
  width: 100%;
  height: 600px;
  margin-top: 30px;
  padding-top: 25px;
  background: url(../img/gh_bg.jpg) top center no-repeat;
  background-position: center -37px;
}

.guihua .title_ky h6 {
  color: #fff;
}

.guihua .title_ky h6::before {
  left: 180px;
  background: url(../img/leftb.png) no-repeat;
}

.guihua .title_ky h6::after {
  right: 173px;
  background: url(../img/rightb.png) no-repeat;
}

.guihua .btn_anniu {
  margin-top: 435px;
}

.guihua .btn_anniu a {
  border: none;
  background: #fff;
}

.guihua .btn_anniu a:nth-child(1) {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(to right, #e54a3e, #fc6c55);
}

.teacher {
  margin-top: 30px;
}

.teacher .title_ky h6::before {
  left: 130px;
}

.teacher .title_ky h6::after {
  right: 125px;
}

.teacher .navbar {
  height: 56px;
  border-bottom: 4px solid #e5e5e5;
  margin-top: -15px;
}

.teacher .navbar .item {
  width: 220px;
  height: 56px;
  float: left;
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
}

.teacher .navbar .active::before {
  position: absolute;
  content: '';
  width: 220px;
  height: 4px;
  left: 0;
  bottom: -4px;
  background-color: #f15c4a;
}

.teacher .navbar .active::after {
  position: absolute;
  content: '';
  border: 11px solid transparent;
  border-bottom-color: #f15c4a;
  bottom: 0;
  left: 98px;
}

.teacher .ls_list {
  display: none;
  margin-top: 25px;
  margin-bottom: 30px;
  box-shadow: 0px 0 10px 0 rgba(84, 19, 19, 0.1);
}

.teacher .show {
  display: block;
}

.yuanxiao {
  width: 100%;
  height: auto;
  padding: 75px 0 50px 0;
  background-color: #fff;
}

.yuanxiao .title_ky h6::before {
  left: 235px;
}

.yuanxiao .title_ky h6::after {
  right: 235px;
}

.yuanxiao ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.yuanxiao ul li {
  width: 199px;
  height: 199px;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.yuanxiao ul li img {
  margin: 24px auto 0;
}

.yuanxiao ul li p {
  text-align: center;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  margin-top: 10px;
}

.yuanxiao ul .bor0 {
  border-right: 0;
}

.yuanxiao ul .borb0 {
  border-bottom: 0;
}

.title_kyjd {
  margin-top:35px;
}

.title_kyjd h6::before {
  left: 127px;
}

.title_kyjd h6::after {
  right: 127px;
}

.title_kyjd p{
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 32px;
}

.jidi {
  width: 100%;
  height: 652px;
  margin-top: 40px;
  margin-bottom: 30px;
  background: url(../img/jd_bg.jpg) top center no-repeat;
}


.foot_pf {
  width: 100%;
  height: 96px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(to right, #e4493d, #fc5c42);
}

.foot_pf .wrapper {
  height: 100%;
  position: relative;
}

.foot_pf img {
  position: absolute;
  left: 17px;
  bottom: 0;
}

.foot_pf .form_yy {
  width: 790px;
  float: right;
  display: flex;
  margin-top: 24px;
  justify-content: space-between;
  margin-right: 20px;
}

.foot_pf .form_yy input {
  width: 238px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 24px;
  background: none;
  font-size: 18px;
  color: #fff;
  text-indent: 25px;
  outline: none;
}

.foot_pf .form_yy .submit {
  width: 240px;
  height: 48px;
  border-radius: 24px;
  font-size: 26px;
  color: #fff;
  border: none;
  outline: none;
  background-color: #ffb94a;
}

.area_ky{width: 1180px;margin: auto;}
.area_ky .swiper-scroll{width:1120px; text-align: center;margin: auto; margin-top: 30px;}
.area_ky .swiper-scroll .swiper-container{width: 90%; height:auto; margin-left: auto; margin-right: auto; }
.area_ky .swiper-scroll .swiper-slide {background-size: cover; background-position: center;margin-top: 20px;}
.area_ky .swiper-scroll .gallery-top10{width: 100%;overflow-y: auto;overflow-x: hidden; height:300px;}
.area_ky .swiper-scroll .gallery-thumbs10{width: 100%; font-size: 14px;}
.area_ky .swiper-scroll .gallery-thumbs10 .swiper-wrapper{display: flex; flex-flow: row nowrap; justify-content: center; }
.area_ky .swiper-scroll .gallery-thumbs10 .swiper-slide{height: 100%; text-align: center; background-color: #999; padding:10px 0; border-radius:30px;  font-size: 18px;color: #f4fff4;}
.gallery-thumbs10 .swiper-slide-thumb-active{opacity: 1; font-weight: bold; border-radius:30px 0 30px 0;background-color: #e54c1e;;color: #fff;}
.yuyue_ky{background-color: #E54C1E;padding: 30px 0px;}
.yuyue_ky .yuyue_left{float: left;width: 800px;color: #fff;}
.yuyue_left h3{font-size: 45px;text-align: center;}
.yuyue_left div{width: 600px;border-top: 1px solid #fff;border-bottom: 1px solid #fff;height: 60px;font-size: 22px;line-height: 60px;text-align: center;margin: auto;margin-top: 30px;}
.yuyue_left a{display: block;width: 600px;height: 60px;font-weight: 600;margin: auto;background-color: #d7071c;border-radius: 60px;margin-top: 20px;color: #fff;text-align: center;line-height: 60px;font-size: 22px;}
.yuyue_left>p{font-size: 18px;text-align: center;margin-top: 30px;}

.yuyue_ky .yuyue_right{width: 300px;float: right;height: 300px;background-color: #fff;border-radius: 20px;}
.yuyue_right h3{font-size: 20px;text-align: center;font-weight: 600;color: #E54C1E;margin-top: 20px;}

.yuyue_right .yuyue_box{height:460px;margin-top: 30px;}
.yuyue_right  .top_yuyue{width: 320px; height: 165px;  top:142px; right:-31px;}
.yuyue_right .top_yuyue_form9{width: 80%; height: auto; margin: 10px auto 0 auto;margin-right: 38px;}
.yuyue_right .top_yuyue_form9 .textinput{width: 97%; height: 35px; margin-bottom:15px; font-size: 16px; padding-left: 5px; }
.yuyue_right .top_yuyue_form9 .btnon{outline: none; border: 0; width: 100%; height: 35px; background: #b81c22; font-size: 16px; color: #fff; cursor: pointer;}

.yuyue_right .top_yuyue_form9 .form-group{width: 100%; margin-bottom:5px; }
.yuyue_right .top_yuyue_form9 .yzmcode{width: 55%; height: 31px;  font-size: 14px; float: left;}
.yuyue_right .top_yuyue_form9 .codetxt{width: 40%; background: #f0f0f0; outline: none; height: 35px; cursor: pointer; font-size: 14px; }
