/*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;
}
.clearfix{
  clear: both;
}
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:#fff;
  overflow-x:hidden;
}
.pullL{
  float:left;
}
.pullR{
  float:right;
}
.content100{
  width: 100%;
}
.wrapper {
  width: 1200px;
  margin: 0 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);}
}
.w695{
  width: 695px;
}
.w710{
  width: 710px;
}
.w800 {
  width: 800px;
}
/* 头图 */
.content100 {
  width: 100%;
}
.content1_bg{
height: 817px;
/* background: url(../images/ban1_bg.jpg) top center no-repeat; */
background-size: 100% 817px;
box-sizing: border-box;
text-align: center;
padding-top: 25px;
}
.content1_bg .xhd_text{
  width: 526px;
  height: 75px;
  line-height: 75px;
  margin:0 auto;
  font-size:49px;
  color:#182c5a;
  font-weight: bold;
}
.content1_bg .mbtfjh_text{
  font-size:96px;
  color:#182c5a;
  font-weight: bold;
}
.content1_bg .mbtfjh_text span{
  background: -webkit-linear-gradient(#916029, #e69e46);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content1_bg .text-group{
  width: 865px;
  height: 57px;
  margin:0 auto;
}
.content1_bg .text-group ul{
  height: 57px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content1_bg .text-group ul li{
   width: 267px;
   height: 57px;
   margin-top: 30px;
   line-height: 57px;
   color:#fff;
   font-size: 26px;
   border-radius:28px;
   background: url(../images/text1_bg.png) 0 0 no-repeat;
}
.content1_bg .text-group ul li:nth-child(2){
  width:312px;
  background: url(../images/text2_bg.png) 0 0 no-repeat;
}
.content1_bg a.ljkc_btn{
  display: block;
  width:466px;
  height: 67px;
  line-height: 65px;
  margin:0 auto;
  margin-top: 60px;
  color:#fff;
  font-size:30px;
  background: url(../images/ljkc_btnbg.png) 0 0 no-repeat;
  animation: scale2 2s linear infinite;
}
.content1_bg .cont2_main{
  /* margin-top: 57px; */
  height: 1015px;
  background: url(../images/ban2_mainbg.png) 0 0 no-repeat;
  position: relative;
  z-index:9;
}
.content1_bg .cont2_main ul{
    width: 1000px;
    margin:0 auto;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.content1_bg .cont2_main ul li{
  width: 323px;
  height: 411px;
  box-sizing: border-box;
  padding:30px 10px;
}
.content1_bg .cont2_main ul li dl dt{
  font-size:25px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.content1_bg .cont2_main ul li dl dd{
   color:#595757;
   font-size:18px;
   text-align: left;
   padding-left:27px;
}

.content1_bg .cont2_main ul li img{
  width: 261px;
  height: 198px;
  margin:0 auto;
}
.content1_bg .cont2_main ul li.lanbg{
  background: url(../images/bkys_bg01.png) top center no-repeat;
}
.content1_bg .cont2_main ul li.lanbg dl dt{
  color:#002b8a;
}
.content1_bg .cont2_main ul li.chengbg{
  background: url(../images/bkys_bg02.png) top center no-repeat;
}
.content1_bg .cont2_main ul li.chengbg dl dt{
  color:#fa5900;
}
.btn_public{
  display: block;
  width:271px;
  height: 54px;
  line-height: 54px;
  margin:0 auto;
  margin-top: 10px;
  color:#fff;
  font-size:25px;
  font-weight: bold;
  background: #b20c0c;
  border-radius: 40px;
  text-align: center;
  animation: scale2 2s linear infinite;
}
/* 备考雅思，你是否有以下烦恼 */
.content2_bg{
  height: 223px;
  background: url(../images/ban2_bg.jpg) top center no-repeat;
  box-sizing: border-box;
  text-align: center;
}
.publicM{
  padding-top: 30px;
}
.publicM h4{
  width: 103px;
  height: 30px;
  margin:0 auto;
  background: url(../images/ys_titi01.png) top center no-repeat;
}
.publicM h3{
  color:#002b8a;
  font-size:40px;
  font-weight: bold;
  margin-top: -15px;
  text-align: center;
}
/* 雅思OMO课程 0基础到7分多段可选 */
.content3_bg{
  background: linear-gradient(to bottom,#fff,#FBFCFE);
}
.content3_bg .kecheng{
  height: 665px;
  box-sizing: border-box;
  border-left:5px solid #f2ebe1;
  border-right:5px solid #f2ebe1;
  padding-top: 5px;
  background: #fff;
}
.content3_bg .kecheng_secm{
   width: 1000px;
   margin:0 auto;
}

.kecheng .navbar_bx{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.kecheng .navbar_bx .item{

  border:1px solid #000;
  border-radius: 50px;
  padding:8px 15px;

  float: left;

  margin: 4px 0px 0 4px;

  font-size: 24px;

  color: #3d3d3d;

  text-align: center;

  cursor: pointer;
  font-weight: bold;

}



.kecheng .navbar_bx .active{

  background-color: #fa5900;

  color: #fff;
  border:1px solid #fff;

}



.kecheng_banxiang{

  height: 400px;

  background-color: #fff;

  box-shadow: 0px 5px 20px 0px rgba(151, 151, 151, 0.25);
  margin-top: 15px;

}



.kecheng_banxiang .navbar_jis{

  width: 288px;

  float: left;

}

.kecheng_banxiang .navbar_jis .item{

  height: 200px;

  cursor: pointer;

  border-bottom: 1px solid #eee;

  box-sizing: border-box;
  padding-top: 44px;
  background-color: #002b8a;



}
.kecheng_banxiang .navbar_jis .item p{

  font-size: 20px;

  color: #fff;

  line-height: 20px;

  text-align: center;

  padding-top: 16px;
  font-weight: bold;

}
.kecheng_banxiang .navbar_jis .item span{
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  padding-top: 6px;
  font-weight: bold;
  font-size: 20px;
}
.kecheng_banxiang .navbar_jis .active{
  background-color: #3a9bdc;
}
.kecheng_banxiang .kecheng_nr{
  width: 712px;
  height:400px;
  float: right;
  position: relative;
  background: url(../images/kc_icon1.png) left 9px no-repeat;

}



.kecheng_banxiang .kecheng_nr .kecheng_nr_list h6{

  font-size:18px;

  color: #3d3d3d;

  line-height: 26px;

  margin: 18px 0 0 46px;

}
.kecheng_banxiang .kecheng_nr .kecheng_nr_list p{

  width: 600px;
  display: block;
  margin-left: 48px;
  color: #3d3d3d;
  padding-left: 23px;
  font-size: 16px;
  line-height: 27px;
  padding-bottom: 5px;
  margin-top: 5px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.5);

}

.kecheng_banxiang .kecheng_nr .kecheng_nr_list p.noline{

  border-bottom:0;

  font-size: 14px;
  background: url(../images/kc_icon4.png) left 5px no-repeat;

}

.kecheng_banxiang .kecheng_nr .kecheng_nr_list p.noline span {

  display: inline-block;

  padding-left: 28px;

}

.kecheng_banxiang .kecheng_nr .kecheng_nr_list p.yi{

 
  background: url(../images/kc_icon1.png) left 5px no-repeat;
}



.kecheng_banxiang .kecheng_nr .kecheng_nr_list p.er{

  background: url(../images/kc_icon2.png) left 5px no-repeat;

}



.kecheng_banxiang .kecheng_nr .kecheng_nr_list p.san{

  background: url(../images/kc_icon3.png) left 5px no-repeat;

}

.kecheng .btn_kc {

  width: 271px;

  height: 50px;

  margin:0 auto;
  margin-top: 28px;
}
.kecheng .btn_kc a{
  display: block;
  width: 271px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  margin-top: 10px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  background: #b20c0c;
  border-radius: 40px;
  text-align: center;
}

.kecheng .btn_kc a.yi{

  background-color: #e63723;

  color: #fff;

 margin-right: 50px;

}



.kecheng .btn_kc a.er{

  background-color: #e63723;

  color: #fff;

  margin-right: 0;

}



.kecheng_banxiang #navbar_jichu .item p{

  /* line-height: 73px; */

  padding-top: 16px;

}



.kecheng_banxiang #navbar_jing .item p{

  /* line-height: 73px; */

  padding-top: 16px;

}

.kecheng_banxiang #navbar_qh .item{

  height: 134px;
  padding-top: 9px;
}

.kecheng_banxiang #navbar_qh .item p{

  /* line-height: 110px; */

  padding-top: 16px;
  line-height: 29px;

}

.kecheng_banxiang .kecheng_nr_lxyb{

  background: url(../images/kecheng_bg.jpg) no-repeat;

  background-size: 100% 400px;

}



.kecheng_banxiang .kecheng_nr_jichu{

  /* background: url(../images/kc_jc.jpg) no-repeat; */

  background: url(../images/kecheng_bg.jpg) no-repeat;

  background-size: 100% 400px;

}



.kecheng_banxiang .kecheng_nr_jing{
  background: url(../images/kecheng_bg.jpg) no-repeat;

  background-size: 100% 400px;

}



.kecheng_banxiang .kecheng_nr_qh{

  background: url(../images/kecheng_bg.jpg) no-repeat;

 
  background-size: 100% 400px;

}

.kecheng_banxiang .kecheng_nr_4R{

  background: url(../images/kecheng_bg.jpg) no-repeat;
 
  background-size: 100% 400px;

}

.kecheng_banxiang .kecheng_nr_fengbi{

  background: url(../images/kecheng_bg.jpg) no-repeat;

  background-size: 100% 400px;

}

.kecheng_banxiang .kecheng_nr_xswk{

  background: url(../images/kecheng_bg.jpg) no-repeat;

 
  background-size: 100% 400px;

}



#navbar_4R .item{

  height: 270px;

  padding-top: 100px;

}



#navbar_fengbi .item{

  height: 134px;
  padding-top: 34px;

}

#navbar_xswk .item{

  height: 134px;
  padding-top: 40px;

}

.kecheng_bx{

  display: none;

}

.kecheng_nr_list{

  display: none;

}

.show{

  display: block;
}

/* 新加 */
#navbar_jing .item{
  height: 134px;
  padding-top: 23px;
}

.kecheng_banxiang #navbar_4R .item{
  height: 100px;
  padding-top: 8px;
}
/* 多种授课方式  满足不同需求 */
.content4_bg{
  height: 680px;
  background: url(../images/ban4_bg.jpg) top center no-repeat;
  box-sizing: border-box;
  text-align: center;
  padding-top: 0;
}
.content4_bg .cont4_main{
  height: 680px;
box-sizing: border-box;
border-left: 5px solid #f2ebe1;
border-right: 5px solid #f2ebe1;
padding-top: 5px;
background: #fff;
}
.content4_bg .fangshi_list{
  width: 1000px;
  margin:0 auto;
  margin-top: 30px;
}
.content4_bg .fangshi_list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content4_bg .fangshi_list ul li{
  width: 205px;
  height: 218px;
  box-sizing: border-box;
  padding: 30px 20px;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  margin-bottom: 30px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}
.content4_bg .fangshi_list ul li img{
  display: inline-block;
  margin:0 auto;
}
.content4_bg .fangshi_list ul li dl dt{
  margin-top: 5px;
  color:#002b8a;
  font-size: 25px;
  font-weight: bold;
  border-bottom:1px solid #000;
  height: 38px;
}
.orgcolor{
  color:#fa5900 !important;
}
.content4_bg .fangshi_list ul li dl dd{
  color:#323232;
  font-size: 20px;
  margin-top: 10px;
}
/* 四重免费好礼等你来领 */
.content5_bg {
  height: 490px;
  background: url(../images/ban5_bg.jpg) top center no-repeat;
  box-sizing: border-box;
  text-align: center;
}
.content5_bg h4 {
  width: 103px;
  height: 30px;
  margin: 0 auto;
  background: url(../images/ys_titi02.png) top center no-repeat;
}
.content5_bg h3 {
  color: #fff;
}
.content5_bg ul{
  width: 1000px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content5_bg ul li{
  width: 234px;
  height: 235px;
  box-sizing: border-box;
  padding: 30px 20px;
  margin-top: 40px;
  border-radius: 20px;
  background: url(../images/haoli_bg01.png) top center no-repeat;
  text-align: center;
}
.content5_bg ul li:nth-child(2n){
  background: url(../images/haoli_bg02.png) top center no-repeat;
}
.content5_bg ul li dl dt{
  margin-top: 58px;
  color:#002b8a;
  font-size: 25px;
  font-weight: bold;
  height: 38px;
}
.content5_bg ul li dl dd{
  color:#323232;
  font-size: 20px;
  margin-top: 10px;
}
.content5_bg .btn_public{
margin-top: 30px;
}
/* 优质教研团队  为你保驾护航 */
.content6_bg{
  height: 2550px;
background: url(../images/ban6_bg.png) bottom center no-repeat;
}
.content6_bg .cont6_main{
  height: 2550px;
  box-sizing: border-box;
  padding-top: 5px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}
#jiaoshi_da{
 position: relative;
}
.content6_bg .cont6_main .gallery-top .main_jiaoshi{
  height: 335px;
  width: 1000px;
  margin:0 auto;
  background:#f4f7fc;
  border-radius:20px;
  padding:30px;
  margin-top: 30px;
  box-sizing: border-box;
} 
.content6_bg .cont6_main .gallery-top .main_jiaoshi img{
  float: left;
  width: 223px;
}
.content6_bg .cont6_main .gallery-top .main_jiaoshi .js_jj {
  width: 680px;
 float: left;
 margin-left: 20px;

}
.content6_bg .cont6_main .gallery-top .main_jiaoshi .js_jj span {
  display: inline-block;
  width: 112px;
  height: 44px;
  background: url(../images/name_bg.png) top center no-repeat;
  margin-top: 36px;
  font-size: 27px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  margin-right: 8px;
}
.content6_bg .cont6_main .gallery-top .main_jiaoshi .js_jj h6 {
  font-size: 18px;
  color: #5f5f5f;
  font-weight: normal;
}
.content6_bg .cont6_main .gallery-top .main_jiaoshi .js_jj h6 b {
 font-weight: normal;
 font-size: 20px;
 color: #333;
 margin-left: 13px;
}
.content6_bg .cont6_main .gallery-top .main_jiaoshi .js_jj a {
 width: 202px;
 height: 50px;
 display: block;
 position: absolute;
 right: 10px;
 top: 29px;
 background: url(../images/js_btnbg.png) no-repeat;
  animation: scale2 3s infinite;
}

.content6_bg .cont6_main .gallery-top .main_jiaoshi .js_jj p {
margin-top: 5px;
font-size: 19px;
 color: #5f5f5f;
 line-height:32px;
}
.content6_bg .cont6_main .gallery-top .main_jiaoshi .js_jj p b {
 width: 120px;
 height: 41px;
 float: left;
 font-size: 18px;
 text-align: center;
 display: flex;
 justify-content: center;
 align-items: center;
 font-weight: bold;
 color: #2d2d2d;
 margin-top: -5px;
}
.content6_bg .cont6_main .gallery-top .main_jiaoshi .js_jj p:last-child b {
  margin-bottom: 102px;
}
.content6_bg .cont6_main #rightBtn{
  background:#efefef ;
  width: 40px ;
  height: 80px ;
  opacity: 1;
  border-radius: 20px;
  cursor: pointer ;
  transition: all .3s;
  left: 31px;
}
.content6_bg .cont6_main #rightBtn:hover{
background:#2A62BF ;
}
.content6_bg .cont6_main #leftBtn{
  background:#efefef ;
  width: 40px ;
  height: 80px ;
  opacity: 1;
  border-radius: 20px;
  cursor: pointer ;
  transition: all .3s;

  right: 31px;
}
.content6_bg .cont6_main #leftBtn:hover{
background:#2A62BF ;
}
.content6_bg h4{
margin-top: 20px;
}
/* 教师小图 */
.content6_bg .gallery-thumbs{
width: 1000px;
}
.content6_bg .gallery-thumbs .swiper-slide {
margin-top: 32px;
width: 90px;
height: 90px;
box-sizing: border-box;
text-align: center;
}
.content6_bg .gallery-thumbs .swiper-slide-thumb-active {
background: url(../images/js_active.png) 13px -5px no-repeat;
}
.content6_bg .gallery-thumbs .swiper-slide img{
width: 77px;
height: 78px;
margin:0 auto;
} 
.content6_bg .cont6_main a.shiting_public{
display: block;
width: 271px;
height: 54px;
line-height: 54px;
margin: 0 auto;
margin-top: 10px;
color: #fff;
font-size: 25px;
font-weight: bold;
background: url(../images/stlskc_btn.png)  no-repeat;
border-radius: 40px;
box-sizing: border-box;
padding-left: 70px;
animation: scale2 2s linear infinite;
}
/* 五大服务体系，全面提升学习效率 */
.content6_bg .wdfwtx_main{
 margin-top: 30px;
}
.content6_bg .wdfwtx_main .wdfwtx_mian_list{
  width: 1000px;
  margin: 0 auto;
}
.content6_bg .wdfwtx_main .wdfwtx_mian_list ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content6_bg .wdfwtx_main .wdfwtx_mian_list ul li {
width: 172px;
height: 441px;
box-sizing: border-box;
margin-top: 40px;
text-align: center;
}
.content6_bg .wdfwtx_main .wdfwtx_mian_list ul li .top_main{
width: 61px;
height: 69px;
margin:0 auto;
background: url(../images/futx_top01.png)  no-repeat;
font-size:20px;
color:#001f64;
line-height: 59px;
font-weight: bold;
margin-bottom: 10px;
}
.content6_bg .wdfwtx_main .wdfwtx_mian_list ul li:nth-child(2n) .top_main{
width: 61px;
height: 69px;
margin:0 auto;
background: url(../images/futx_top02.png)  no-repeat;
margin-bottom: 10px;
}
.content6_bg .wdfwtx_main .wdfwtx_mian_list ul li .fuwutix_main h5{
width: 172px;
height: 35px;
background: #002b8a;
color:#fff;
font-size: 20px;
line-height: 35px;
}
.content6_bg .wdfwtx_main .wdfwtx_mian_list ul li:nth-child(2n) .fuwutix_main h5{
background: #fa5900;
}
.content6_bg .wdfwtx_main .wdfwtx_mian_list ul li .fuwutix_main dl dt{
font-size: 16px;
color:#002b8a;
margin-top: 5px;
padding-bottom: 5px;
border-bottom:1px dashed #ccc;
}
.content6_bg .wdfwtx_main .wdfwtx_mian_list ul li .fuwutix_main dl dd{
width: 172px;
height: 148px;
border:5px solid #f6f6f5;
border-top:0;
margin-top: 8px;
text-align: left;
box-sizing: border-box;
padding:3px;
font-size:13px;
}
/* 雅思第8代升级教材 惠及万千学子 */
.content6_bg .jiaocai_main .jiaocai_form{
width: 1000px;
height: 479px;
box-sizing: border-box;
padding:25px;
margin:0 auto;
margin-top: 25px;
background: url(../images/jiaocai_bg.png)  no-repeat;
background-size: 1000px 100%;
}
.content6_bg .jiaocai_main .leftjc_book{
width: 398px;
height: 414px;
margin-left: 40px;
}
.content6_bg .jiaocai_main .jcleftform{
width:445px;
height: 414px;
box-sizing: border-box;
padding-top: 20px;
}
.content6_bg .jiaocai_main .jcleftform .leftShu{
font-size:25px;
color:#002b8a;
font-weight: bold;
border-left:5px solid #fa5900;
padding-left: 10px;
}
.content6_bg .jiaocai_main .jcleftform dl{
margin-bottom: 15px;
}
.content6_bg .jiaocai_main .jcleftform dl dt{
font-size:14px;
color:#787878;
margin-top: 15px;
}
.content6_bg .jiaocai_main .jcleftform input{
display: block;
width:340px;
height: 48px;
line-height: 48px;
background: #fff;
border-radius:5px;
font-size: 18px;
color: #000;
text-indent: 11px;
outline: none;
border: 1px solid #727c89;
box-sizing: border-box;
margin-bottom: 20px;

}
.content6_bg .jiaocai_main .jcleftform .form-container{
margin-top: 15px;

}
.content6_bg .jiaocai_main .jcleftform .formCode{
display: block;
width: 340px;
height: 44px;
margin-bottom:18px;
}
.content6_bg .jiaocai_main .jcleftform .formCode .codeInput
{
width:190px;
text-align: center;
height: 44px;
background-color: #fff;
border-radius: 8px;
font-size: 16px;
line-height: 44px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: 0;
border: 1px solid #727c89;
color: #000;
margin-right: 10px;
float: left;
margin-bottom: 0;
text-indent: 0;
}
.content6_bg .jiaocai_main .jcleftform .formCode .codetxt{
width: 128px;
background: #e3e3e3;
outline: none;
height: 44px;
cursor: pointer;
font-size: 16px;
border: 0;
color: #000;
float:right;
margin-bottom: 0;
border-radius: 8px;
}


.content6_bg .jiaocai_main .jcleftform span.submit{

display: inline-block;

width: 340px;

height: 50px;

text-align: center;

line-height: 50px;

font-size:24px;

color: #fff;

background: #fa5900;

cursor: pointer;
margin:0 auto;

}

.content6_bg .banner .btn_main .swiper-button-prev{
background: #efefef;
width: 40px;
height: 80px;
opacity: 1;
border-radius: 20px;
cursor: pointer;
transition: all .3s;
left: 31px;
color:#fff;

}
.content6_bg .banner .btn_main .swiper-button-next{
background: #efefef;
width: 40px;
height: 80px;
opacity: 1;
border-radius: 20px;
cursor: pointer;
transition: all .3s;
right: 31px;
color:#fff;
}
.content6_bg .banner .swiper-pagination{
bottom: 0px;
}
.content6_bg .banner .swiper-pagination-bullet {
width: 10px;
height: 10px;
}
.content6_bg .banner .swiper-pagination-bullet-active {
opacity: 1;
background: #042E8B;
}
/* 新航道前程留学 */
.content6_bg .ybdcsj_main{
  width: 750px;
  margin:0 auto;
 }
 .content6_bg .ybdcsj_main ul{
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
 }
 .content6_bg .ybdcsj_main ul li{
 width: 364px;
 height: 166px;
 box-sizing: border-box;
 margin-top: 20px;
 border-radius: 20px;
 text-align: center;
 background: url(../images/bysc_bg.png) top center no-repeat;
 text-align: center;
 padding-top: 30px;
 }
 .content6_bg .ybdcsj_main ul li dl dt{
   color: #fff;
   font-size: 30px;
   line-height: 52px;
   margin-bottom: 5px;
   font-weight: bold;
 }
 .content6_bg .ybdcsj_main ul li dl dd{
   color: #fff;
   font-size: 18px;
 }
/* 雅思白金级合作伙伴 */
.content7_bg{
  height: 385px;
  background:#002b8a;
  box-sizing: border-box;
  text-align: center;
}
.content7_bg h4 {
width: 103px;
height: 30px;
margin: 0 auto;
background: url(../images/ys_titi02.png) top center no-repeat;
}
.content7_bg h3{
color:#fff;
}
.content7_bg .cont7_main{
 width: 1000px;
 margin:0 auto;
}
.content7_bg .cont7_main ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.content7_bg .cont7_main ul li{
width:314px;
height: 202px;
box-sizing: border-box;
margin-top: 40px;
border-radius: 20px;
text-align: center;
}
/* 新航道雅思成长故事 */
.content8_bg {
height: 899px;
background: url(../images/ban8_bg.jpg) top center no-repeat;
box-sizing: border-box;
text-align: center;
}
.content8_bg .czgs_list{
  position: relative;
  height: 500px;
  width: 1200px;
  margin-top: 200px;
}
.content8_bg .czgs_list .org_sec{
position: absolute;
width: 80px;
height: 147px;
border-left:5px solid #0078d1;
}
.content8_bg .czgs_list .org_sec dl dt{
width: 80px;
height: 40px;
background:#002b8a;
margin-left: 2px;
color:#fff;
font-size:20px;
text-align: center;
line-height: 40px;
}
.content8_bg .czgs_list .org_sec dl dd{
width: 80px;
height: 103px;
color:#002b8a;
text-align: left;
margin-left: 5px;
font-size:14px;
}
.content8_bg .czgs_list .org_sec:nth-child(2n) dl dt{
background:#fa5900;
}
.content8_bg .czgs_list .org_sec:nth-child(2n) dl dd{
color:#fa5900;
}
.content8_bg .czgs_list .yearTime01{
 left: 0;
 top: 200px;
}
.content8_bg .czgs_list .yearTime02{
height: 221px;
left: 90px;
top: 143px;
}
.content8_bg .czgs_list .yearTime03{
height: 151px;
left: 186px;
top: 248px;
}
.content8_bg .czgs_list .yearTime04{
height: 124px;
left: 286px;
top: 305px;
}
.content8_bg .czgs_list .yearTime05{
height: 177px;
left: 339px;
top: 23px;
}
.content8_bg .czgs_list .yearTime06{
height: 120px;
left: 430px;
top: 51px;
}
.content8_bg .czgs_list .yearTime07{
height: 217px;
left: 524px;
top: -48px;
}
.content8_bg .czgs_list .yearTime08{
height: 217px;
left: 624px;
top: -81px;
}
.content8_bg .czgs_list .yearTime09{
height:168px;
left: 652px;
top: 53px;
}
.content8_bg .czgs_list .yearTime10{
height:150px;
left: 742px;
top: 85px;
}
.content8_bg .czgs_list .yearTime11{
height:157px;
left: 835px;
top: 35px
}
.content8_bg .czgs_list .yearTime12{
height: 261px;
left: 927px;
top: -61px;
}
.content8_bg .czgs_list .yearTime13{
height: 182px;
left: 1019px;
top: -106px;
}
.content8_bg .czgs_list .yearTime14{
height: 231px;
left: 1110px;
top: -185px;
}
.content8_bg .czgs_list .yearTime14 dl dt{
  background: linear-gradient(-45deg, #ded592, #b8974d) !important;
  background: -webkit-linear-gradient(-45deg, #dbbb88, #b8974d) !important;
  background: -o-linear-gradient(-45deg, #dbbb88, #b8974d) !important;
  background: -ms-linear-gradient(-45deg, #dbbb88, #b8974d) !important;
  background: -moz-linear-gradient(-45deg, #dbbb88, #b8974d) !important;
}
.content8_bg .czgs_list .yearTime14 dl dd{
color:#926d1f !important;
}
/* 学雅思选择新航道  与梦想更接近 */
.content9_bg .cont9_main{
position: relative;
height:644px;
background: #fff;
box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}
.content9_bg .cont9_main .huanjin{
width:1000px;
height: 557px;
margin:0 auto;
margin-top: 20px;
background: url(../images/huanjin.jpg) top center no-repeat;
}
/* 新航道校区分布 */
.content10_bg{
  height: 691px;
  background:#fa5900;
  box-sizing: border-box;
  text-align: center; 
  padding-top: 30px;
}
.content10_bg h1{
color:#ffffff;
text-align: center;
font-size:40px;
margin-top: 90px;
}
.content10_bg .cont10_main .top_title ul{
width: 1000px;
margin:0 auto;
margin-top: 25px;
display: flex;
justify-content: space-between;
align-items: center; 
flex-wrap: nowrap;
} 
.content10_bg .cont10_main .top_title ul li{
  height: 38px;
  padding: 6px 10px;
  font-size: 16px;
  cursor: pointer;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 20px;
  color: #fff;
  box-sizing: border-box;
}
.content10_bg .cont10_main .top_title ul li.active{
  background: #002b8a;
  border:2px solid #002b8a;
} 


.top_eight .xq_content {
display: none;
margin-top: 10px;
text-align: left;
}
.top_eight .xq_content .xq_content_top {
height: 340px;
position: relative;
}
.top_eight .xq_content .xq_content_top .sy_qjxq{
width: 80px;
height: 80px;
display: block;
position: absolute;
left: 50%;
top: 80px;
margin-left: -40px;
-webkit-animation:icon-circle 5s linear infinite;
-moz-animation:icon-circle 5s linear infinite;
-o-animation:icon-circle 5s linear infinite;
animation:icon-circle 5s linear infinite;
}
.top_eight .xq_content .xq_content_top .sy_qjxqtu{
width: 180px;
height: 44px;
display: block;
position: absolute;
left: 50%;
top: 176px;
margin-left: -90px;
border-radius: 20px;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhDMjUxNjIzMTQzRjExRUI5MDE3RUUyQkNFMkMwMjYyIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhDMjUxNjI0MTQzRjExRUI5MDE3RUUyQkNFMkMwMjYyIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEMyNTE2MjExNDNGMTFFQjkwMTdFRTJCQ0UyQzAyNjIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEMyNTE2MjIxNDNGMTFFQjkwMTdFRTJCQ0UyQzAyNjIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5FtBA4AAAAUUlEQVR42mL4//+/NxAz4MIg4h8Q9wAxKy4FMHASiBXxKQCB90Acik8BDEwHYg58CkDgIhBrMDHgBoxgEofuGbis+IDPkTi9STCg8AY1QIABAKQfKzpZUtBtAAAAAElFTkSuQmCC) 140px center no-repeat rgba(0,0,0,0.35);
font-size: 16px;
color: #fff;
line-height: 44px;
text-indent: 32px;
}
.top_eight .xq_content .xq_content_top .xq_top_left {
width: 560px;
height: 340px;
overflow: hidden;
float: left;
position: relative;
}
.top_eight .xq_content .xq_content_top .xq_top_left img {
width: 560px;
height: 340px;
display: block;
-webkit-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}
.top_eight .xq_content .xq_content_top .xq_top_left:hover img{
transform: scale(1.1);
}
.top_eight .xq_content .xq_content_top .xq_top_left p {
width: 100%;
display: block;
position: absolute;
font-size: 16px;
color: #fff;
text-align: center;
line-height: 16px;
bottom: 10px;
}
.top_eight .xq_content .xq_content_top .xq_top_right {
width: 640px;
float: right;
}
.top_eight .xq_content .xq_content_top .xq_top_right .xq_right_list {
width: 300px;
height: 160px;
float: left;
margin-left: 20px;
margin-bottom: 20px;
position: relative;
overflow: hidden;
}
.top_eight .xq_content .xq_content_top .xq_top_right .xq_right_list img {
width: 300px;
height: 160px;
display: block;
-webkit-transition: all .3s linear;
-o-transition: all .3s linear;
transition: all .3s linear;
}
.top_eight .xq_content .xq_content_top .xq_top_right .xq_right_list:hover img{
transform: scale(1.1);
}
.top_eight .xq_content .xq_content_top .xq_top_right .xq_right_list p {
width: 100%;
display: block;
position: absolute;
font-size: 15px;
color: #fff;
text-align: center;
line-height: 16px;
bottom: 10px;
}
.top_eight .xq_content .xq_content_top .xq_top_right .marb0 {
margin-bottom: 0;
}
.top_eight .xq_content .xq_content_bottom {
width: 1000px;
height: 399px;
margin:0 auto;
margin-top: 20px;
background: url(../images/ditu_kuang.png) top center no-repeat;
background-size: 100% 100%;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_left {
width: 452px;
height: 353px;
float: left;
margin-left: 20px;
margin-top: 26px;
position: relative;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_left img{
width: 452px;
height: 353px;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_left .xq_dz {
width: 237px;
height: 156px;
border-radius: 5px;
border: 1px solid #dedfeb;
position: absolute;
background-color: #fff;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_left .xq_dz h4 {
margin-left: 9px;
font-size: 14px;
color: #232323;
font-weight: bold;
line-height: 14px;
margin-top: 19px;
background:transparent !important;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_left .xq_dz p {
margin: 5px 9px 0 9px;
font-size: 12px;
color: #555;
line-height: 20px;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_left .xq_dz p em {
font-style: normal;
float: left;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_left .xq_dz p a {
width: 76px;
height: 24px;
float: left;
border-radius: 12px;
font-size: 12px;
text-align: center;
line-height: 24px;
color: #fff;
background-color: #f22121;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_left .xq_dz p .xq_lxfs {
margin-right: 7px;
background-color: #1a7af8;
cursor: pointer;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_left::before {
position: absolute;
content: '';
width: 30px;
height: 15px;
z-index: 1;
}
.top_eight .xq_content .xq_content_bottom .xq_zgc_left .xq_dz {
left: 236px;
top: 91px;
}
.top_eight .xq_content .xq_content_bottom .xq_zgc_left::before {
top: 77px;
left: 312px;
background: url(../img/top_sj.png) no-repeat;
}
.top_eight .xq_content .xq_content_bottom .xq_zgczb_left .xq_dz {
left: 236px;
top: 91px;
}
.top_eight .xq_content .xq_content_bottom .xq_zgczb_left::before {
top: 77px;
left: 312px;
background: url(../img/top_sj.png) no-repeat;
}
.top_eight .xq_content .xq_content_bottom .xq_gm_left .xq_dz {
right: 82px;
top: 114px;
}
.top_eight .xq_content .xq_content_bottom .xq_gm_left::before {
top: 271px;
left: 312px;
background: url(../img/bottom_sj.png) no-repeat;
}
.top_eight .xq_content .xq_content_bottom .xq_wdk_left .xq_dz {
right: 175px;
top: 155px;
}
.top_eight .xq_content .xq_content_bottom .xq_wdk_left::before {
top: 141px;
left: 202px;
background: url(../img/top_sj.png) no-repeat;
}
.top_eight .xq_content .xq_content_bottom .xq_huixin_left .xq_dz {
right: 43px;
top: 84px;
}
.top_eight .xq_content .xq_content_bottom .xq_huixin_left::before {
top: 70px;
right: 182px;
background: url(../img/top_sj.png) no-repeat;
}
.top_eight .xq_content .xq_content_bottom .xq_qfb_left .xq_dz {
right: 0;
top: 177px;
}
.top_eight .xq_content .xq_content_bottom .xq_xzm_left .xq_dz{
right: 0;
top: 177px;
}
.top_eight .xq_content .xq_content_bottom .xq_xzm_left::before {
  top: 163px;
  right: 177px;
  background: url(../img/top_sj.png) no-repeat;
}
.top_eight .xq_content .xq_content_bottom .xq_qfb_left::before {
top: 163px;
right: 119px;
background: url(../img/top_sj.png) no-repeat;
}
.top_eight .xq_content .xq_content_bottom .xq_wsl_left .xq_dz {
right: 74px;
top: 104px;
}
.top_eight .xq_content .xq_content_bottom .xq_wsl_left::before {
top: 90px;
right: 241px;
background: url(../img/top_sj.png) no-repeat;
}
.top_eight .xq_content .xq_content_bottom .xq_sh_left .xq_dz {
right: 82px;
top: 114px;
}
.top_eight .xq_content .xq_content_bottom .xq_sh_left::before {
top: 271px;
left: 312px;
background: url(../img/bottom_sj.png) no-repeat;
}
.top_eight .xq_content .xq_content_bottom .xq_hx_left .xq_dz {
right: 95px;
top: 124px;
}
.top_eight .xq_content .xq_content_bottom .xq_hx_left::before {
top: 110px;
right: 264px;
background: url(../img/top_sj.png) no-repeat;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_right {
width: 463px;
float: right;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_right h4 {
width:auto;
font-size:25px;
padding-left: 10px;
line-height: 29px;
margin-top: 24px;
color: #002b8a;
border-left: 4px solid #fa5900;
text-align: left;
font-weight: bold;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_right p {
font-size: 14px;
color: #555;
line-height: 14px;
padding-left: 14px;
margin-top: 20px;
padding-bottom: 6px;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_right .item {
height: 38px;
margin-top: 14px;
margin-left: 14px;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_right .item span {
font-size: 14px;
color: #555;
line-height: 36px;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_right .item span em {
color: transparent;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_right .item input {
width: 249px;
height: 34px;
padding-left: 9px;
border: 1px solid #dedfeb;
border-radius: 5px;
outline: none;
}
.top_eight .xq_content .xq_content_bottom .xq_bottom_right .submit {
width: 260px;
height: 42px;
display: block;
cursor: pointer;
margin: 20px 0 0 85px;
font-size: 16px;
color: #fff;
text-align: center;
line-height: 42px;
border-radius: 5px;
background-color: #fa5900;
animation: ballon2 2s linear infinite;
}
.top_eight .show {
display: block;
}
/* 头部轮播图 */
.bannerT {
width: 100%;
height:455px;
background-color: #ccc;
position: relative;
}

.bannerT .wrapper {
position: relative;
}

.bannerT .slide-list {
width: 100%;
height: 455px;
float: left;
}
.bannerT .banner-pagination .swiper-active-switch {
background-color: white;
}


.bannerT .swiper-pagination-bullet {
width: 10px;
height: 10px;
}
.bannerT .swiper-pagination-bullet-active {
opacity: 1;
background: #BB9A66;
}
.bannerT .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 20px;
left: 0;
width: 100%;
}
.bannerT .btn_main{
width: 1100px;
margin:0 auto;
position:relative;
}
.bannerT .swiper-button-prev {
width: 40px;
height: 40px;
border-radius: 50%;
position: absolute;
z-index: 2;
top: 230px;
cursor: pointer;
left: 0;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
background: url(https://bjmanager.xhd.cn/r/cms/beijing/default/2020/index/img/ban_left.png) center no-repeat rgba(0, 0, 0, 0.25);
}
.bannerT .swiper-button-next {
width: 40px;
height: 40px;
border-radius: 50%;
position: absolute;
z-index: 2;
top: 230px;
cursor: pointer;
right: 0;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
background: url(https://bjmanager.xhd.cn/r/cms/beijing/default/2020/index/img/ban_right.png) center no-repeat rgba(0, 0, 0, 0.25);
}
.bannerT .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
content: '' !important;
}
.bannerT .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
content: '' !important;
}
.bannerT .banner_ysbk {
background: url(../images/ban_ysbkpc.jpg) top center no-repeat;
}
.bannerT a{
width: 1200px;
height: 455px;
display: block;
margin: 0 auto;
}
.bannerT .banner_ysbk {
  background: url(../images/ban_ysbkpc.jpg) top center no-repeat;
}
.bannerT .banner_ysdzb {
  background: url(../images/ban_ysdzb.jpg) top center no-repeat;
}
.bannerT .banner_sjb2 {
  background: url(../images/ban_sjb2.jpg) top center no-repeat;
}
.bannerT .banner_sat {
  background: url(../images/ban_sat.jpg) top center no-repeat;
}
.bannerT .banner_hgkt {
  background: url(../images/ban_hgkt.jpg) top center no-repeat;
}
.bannerT .banner_zsb2{
  background: url(../images/ban_zsb2.jpg) top center no-repeat;
}
