@charset "UTF-8";
/*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: #fff;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.header_common {
  width: 100%;
  height: 80px;
  background-color: #fff;
}

.header_common .header_common_logo {
  width: 130px;
  height: 50px;
  float: left;
  margin-top: 15px;
  margin-right: 60px;
}

.header_common .item {
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 76px;
  margin-right: 66px;
}

.header_common .item:hover {
  font-weight: bold;
  color: #2469f3;
  border-bottom: 4px solid #2469f3;
}

.header_common .header_common_tel {
  float: right;
  font-size: 24px;
  line-height: 80px;
  padding-left: 35px;
  color: #e53622;
  font-weight: bold;
  background: url(../img/header_tel.png) left center no-repeat;
}

.navtop {
  position: fixed;
  top: 0;
  height: 50px;
  z-index: 10;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(27,27,27,0.1);
          box-shadow: 0px 4px 20px 0px rgba(27,27,27,0.1);
}

.navtop .header_common_logo {
  width: 80px;
  height: 30px;
  margin-top: 10px;
}

.navtop .header_common_logo img {
  width: 80px;
  height: 30px;
}

.navtop .item {
  line-height: 50px;
}

.navtop .item:hover {
  border-bottom: 0;
}

.navtop .header_common_tel {
  font-size: 20px;
  line-height: 50px;
}

/*swiper*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: left, top, -webkit-transform;
  transition-property: left, top, -webkit-transform;
  -o-transition-property: left, top, -o-transform;
  transition-property: transform, left, top;
  transition-property: transform, left, top, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

/*banner*/
.banner {
  width: 100%;
  height: 650px;
  background-color: #ccc;
  position: relative;
}

.banner .wrapper {
  position: relative;
}

.banner .slide-list {
  width: 100%;
  height: 650px;
  float: left;
}

.banner .slide-list a{
  width: 100%;
  height: 650px;
  display: block;
}

.banner .arrow {
  position: absolute;
  top: 305px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 50%;
  opacity: 0.5;
}

.banner .arrow.arrow-left {
  left: 0;
  background: url(../img/ban_left.png) center no-repeat rgba(0, 0, 0, 0.2);
}

.banner .arrow.arrow-left:hover {
  background: url(../img/ban_left.png) center no-repeat black;
}

.banner .arrow.arrow-right {
  right: 0;
  background: url(../img/ban_right.png) center no-repeat rgba(0, 0, 0, 0.2);
}

.banner .arrow.arrow-right:hover {
  background: url(../img/ban_right.png) center no-repeat black;
}

.banner .banner-pagination {
  position: absolute;
  left: 50%;
  bottom: 12px;
  z-index: 20;
  padding: 6px 12px;
  text-align: center;
}

.banner .banner-pagination .swiper-pagination-switch {
  float: left;
  margin: 0 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.banner .banner-pagination .swiper-active-switch {
  background-color: white;
}

.banner .yi {
  background: url(../img/ban1.jpg) top center no-repeat;
}

.banner .yi .zhongjian {
  width: 1200px;
  margin: 0 auto;
}

.banner .yi .zhongjian .btn {
  width: 278px;
  height: 58px;
  margin-top: 475px;
  margin-left: 210px;
  float: left;
  display: block;
  border: 1px solid #ffe000;
  border-radius: 30px;
  background-color: rgba(255, 224, 0, 0.1);
  font-size: 26px;
  color: #ffe000;
  text-align: center;
  line-height: 58px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.banner .yi .zhongjian .btn:hover {
  color: #000;
  background-color: #ffe000;
}

.banner_znq {
    background: url(https://bjedu.xhd.cn/img/ban_znq.jpg) top center no-repeat;
}

.ban_ht{
  width: 1200px;
  height: 100px;
  display: block;
  margin: 30px auto 0;
}

.qfb {
  height: 100px;
  display: block;
  margin-top: 30px;
}

.title_ys h2 {
  font-size: 40px;
  height: 40px;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  position: relative;
}

.title_ys h2:after {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: url(../img/dian.jpg) no-repeat;
}

.title_ys p {
  font-size: 20px;
  color: #c9903a;
  text-align: center;
  line-height: 20px;
  margin-top: 20px;
}

.btn_ys {
  width: 520px;
  height: 72px;
  display: block;
  margin: 40px auto 0;
  border-radius: 36px;
  text-align: center;
  line-height: 72px;
  font-size: 26px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#e53622), to(#f95029));
  background: -webkit-linear-gradient(left, #e53622 0%, #f95029 100%);
  background: -o-linear-gradient(left, #e53622 0%, #f95029 100%);
  background: linear-gradient(90deg, #e53622 0%, #f95029 100%);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(229, 58, 38, 0.45);
          box-shadow: 0px 4px 20px 0px rgba(229, 58, 38, 0.45);
}

.btn_ys:hover{
  background: #f95029;
}

/*暑假班课程设置*/
.shezhi .title_ys {
  margin-top: 65px;
}

.shezhi .jichu {
  margin-top: 30px;
}

.shezhi .jichu li {
  width: 283px;
  height: 346px;
  float: left;
  margin-right: 20px;
  border-radius: 5px;
  border: 1px solid #efefef;
  background-color: #fff;
}

.shezhi .jichu li img {
  width: 283px;
  height: 180px;
  border-radius: 5px 5px 0 0;
}

.shezhi .jichu li span {
  font-size: 20px;
  color: #333;
  display: block;
  line-height: 20px;
  font-weight: bold;
  margin: 30px 0 0 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.shezhi .jichu li p {
  font-size: 16px;
  color: #666;
  line-height: 16px;
  margin: 20px 0 0 20px;
}

.shezhi .jichu li a {
  width: 160px;
  height: 40px;
  font-size: 15px;
  color: #fff;
  display: block;
  margin: 20px auto 0;
  font-weight: bold;
  line-height: 16px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: #e63723;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
}

.shezhi .jichu li:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.shezhi .jichu li:hover span {
  color: #e53622;
}

.shezhi .jichu .mar0 {
  margin-right: 0;
}

/*品牌 入学签署提分协议*/
.xieyi {
  width: 100%;
  height: 788px;
  margin-top: 60px;
  padding-top: 30px;
  background: url(../img/xieyi_bg.jpg) top center no-repeat;
}

.xieyi .title_ys {
  margin-top: 38px;
}

.xieyi .xieyi_bz {
  width: 1200px;
  height: 425px;
  margin-top: 30px;
  padding-top: 45px;
  border-radius: 15px;
  background: url(../img/xy_img1.jpg) no-repeat;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(19, 20, 68, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(19, 20, 68, 0.1);
}

.xieyi .xieyi_bz p {
  margin-left: 195px;
  background: url(../img/xy_img2.png) left center no-repeat;
  font-size: 22px;
  color: #fff;
  line-height: 66px;
  padding-left: 67px;
}

/*雅思好老师，在新航道*/
.daibiao {
  margin-top: 68px;
  padding-bottom: 60px;
}

.daibiao .pc-slide {
  margin-top: 70px;
  height: 574px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#373e5c), to(#131830));
  background: -webkit-linear-gradient(top, #373e5c 0%, #131830 100%);
  background: -o-linear-gradient(top, #373e5c 0%, #131830 100%);
  background: linear-gradient(-180deg, #373e5c 0%, #131830 100%);
}

.daibiao .pc-slide .view {
  height: 424px;
}

.daibiao .pc-slide .view .swiper-container {
  height: 424px;
  top: -40px;
}

.daibiao .pc-slide .view .swiper-slide {
  float: left;
}

.daibiao .pc-slide .view .swiper-slide dl dt {
  float: left;
  margin-left: 30px;
  margin-right: 39px;
}

.daibiao .pc-slide .view .swiper-slide dl dt img {
  width: 312px;
  height: 360px;
}

.daibiao .pc-slide .view .swiper-slide dl dd {
  width: 788px;
  float: left;
}

.daibiao .pc-slide .view .swiper-slide dl dd h6 {
  font-size: 42px;
  color: #fff;
  line-height: 46px;
  margin-top: 90px;
}

.daibiao .pc-slide .view .swiper-slide dl dd span {
  font-size: 20px;
  color: #333;
  line-height: 24px;
  margin-top: 14px;
  display: block;
}

.daibiao .pc-slide .view .swiper-slide dl dd span em {
  color: transparent;
}

.daibiao .pc-slide .view .swiper-slide dl dd p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  margin-top: 20px;
  padding-right: 15px;
}

.daibiao .pc-slide .view .swiper-slide dl dd p b {
  float: left;
  width: 116px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#e63622), to(#f95029));
  background: -webkit-linear-gradient(left, #e63622 0%, #f95029 100%);
  background: -o-linear-gradient(left, #e63622 0%, #f95029 100%);
  background: linear-gradient(90deg, #e63622 0%, #f95029 100%);
  margin-right: 20px;
  font-weight: normal;
}

.daibiao .pc-slide .preview {
  width: 1028px;
  height: 110px;
  margin: 0 auto;
  padding: 0 56px;
  position: relative;
}

.daibiao .pc-slide .preview .swiper-container {
  width: 100%;
  height: 110px;
}

.daibiao .pc-slide .preview .swiper-wrapper {
  width: 100%;
}

.daibiao .pc-slide .preview .swiper-slide {
  position: relative;
  float: left;
}

.daibiao .pc-slide .preview .swiper-slide.active-nav .angle {
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/js_bg.png) no-repeat;
}

.daibiao .pc-slide .preview .arrow {
  width: 36px;
  height: 36px;
  top: 36px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.daibiao .pc-slide .preview .arrow.arrow-left {
  left: 0;
  background: url(../img/js_left.png) center no-repeat #ededed;
}

.daibiao .pc-slide .preview .arrow.arrow-left:hover {
  background: url(../img/js_lefth.png) center no-repeat #f34827;
  -webkit-box-shadow: 0 4px 12px 0 rgba(229, 58, 38, 0.45);
          box-shadow: 0 4px 12px 0 rgba(229, 58, 38, 0.45);
}

.daibiao .pc-slide .preview .arrow.arrow-right {
  right: 0;
  background: url(../img/js_right.png) center no-repeat #ededed;
}

.daibiao .pc-slide .preview .arrow.arrow-right:hover {
  background: url(../img/js_righth.png) center no-repeat #f34827;
  -webkit-box-shadow: 0 4px 12px 0 rgba(229, 58, 38, 0.45);
          box-shadow: 0 4px 12px 0 rgba(229, 58, 38, 0.45);
}

.daibiao .pc-slide .shiting {
  width: 200px;
  height: 50px;
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#e53622), to(#f95029));
  background: -webkit-linear-gradient(left, #e53622 0%, #f95029 100%);
  background: -o-linear-gradient(left, #e53622 0%, #f95029 100%);
  background: linear-gradient(90deg, #e53622 0%, #f95029 100%);
  border-radius: 8px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  right: 30px;
  top: 50px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 4;
}

.daibiao .pc-slide .shiting:hover {
  top: 40px;
}

/*雅思考试官方白金级合作伙伴（官方权威奖项）*/
.hezuo {
  width: 100%;
  height: 702px;
  padding-top: 68px;
  background: url(../img/hz_bg.jpg) top center no-repeat;
}

.hezuo .hz_img1 {
  margin: 30px auto 0;
}

/*掌握提分之道，升级雅思第7代教材*/
.jiaocai{
  margin-top: 68px;
  padding-bottom: 60px;
}

.jiaocai .book{
  width: 1200px;
  height: 457px;
  margin-top: 30px;
  border-radius: 10px;
  background: url(../img/jc_bg.jpg) no-repeat;
}

.jiaocai .book .slide-list{
  width: 100%;
  height: 457px;
  float: left;
}

.jiaocai .book .slide-list dl dt{
  width: 534px;
  float: left;
  margin: 40px 0 0 36px;
}

.jiaocai .book .slide-list dl dd{
  width: 604px;
  height:  457px;
  float: right;
  position: relative;
}

.jiaocai .book .slide-list dl dd span{
  font-size: 22px;
  line-height: 22px;
  border-left: 4px solid #f95029;
  padding-left: 10px;
  color: #fff;
  height: 22px;
  margin-top: 90px;
  display: block;
}
.jiaocai .book .slide-list dl dd p{
  font-size: 15px;
  color: #999;
  line-height: 30px;
  padding: 10px 27px 0 14px;
}

.jiaocai .book .slide-list dl dd .btn_ys{
  position: absolute;
  width: 290px;
  height: 55px;
  font-size: 18px;
  color: #fff;
  line-height: 55px;
  bottom: 206px;
  left: 15px;
}
.jiaocai .book-pagination {
  position: absolute;
  left: 561px;
  bottom: 24px;
  z-index: 20;
  padding: 6px 12px;
  text-align: center;
}

.jiaocai .book-pagination .swiper-pagination-switch {
  float: left;
  margin: 0 5px;
  width: 10px;
  height: 4px;
  border-radius: 3px;
  border: 1px solid #f95029;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.jiaocai .book-pagination .swiper-pagination-switch:last-child{
  display: none;
}

.jiaocai .book-pagination .swiper-active-switch {
  background-color: #f95029;
}

/*和谐共进的学习氛围*/
.hexie{
  width: 100%;
  height: 859px;
  padding-top: 68px;
  background: url(../img/hx_bg.jpg) top center no-repeat;
}

.hexie .title_ys{
  padding-bottom: 8px;
}

.hexie img{
  margin-top: 20px;
}

/*莘莘学子口碑相传*/
.koubei{
  padding-bottom: 60px;
}
.koubei .title_ys{
  margin-top: 68px;
}

.koubei .kb_img1{
  margin: 30px auto 0;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.koubei dl{
  width: 750px;
  margin: 30px auto 0;
}

.koubei dl dt{
  width: 72px;
  height: 72px;
  float: left;
}

.koubei dl dd{
  width: 660px;
  float: right;
}

.koubei dl dd span{
  font-size: 20px;
  color: #000;
  display: block;
  margin-top: 10px;
  line-height: 20px;
}

.koubei dl dd span b{
  float: right;
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

.koubei dl dd p{
  font-size: 15px;
  color: #666;
  line-height: 24px;
  margin-top: 10px;
}

/*3分钟了解新航道21年雅思之路*/
.liaojie{
  width: 100%;
  height: 648px;
  padding-top: 68px;
  background: url(../img/lj_bg.jpg) top center no-repeat;
}

.liaojie .yszlsp {
  width: 988px;
  height: 488px;
  border-radius: 10px;
  margin: 30px auto 0;
  border: 6px solid #c4a06b;
}

.liaojie .yszlsp .player{
  width: 100%;
  height: 100%;
}

/*新航道雅思故事, 因为有实力，故事才精彩！*/
.shili{
  margin-top: 68px;
  padding-bottom: 60px;
}

.shili .sl_img{
  margin: 30px auto 0;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.shilimg{
  height: 224px;
  margin-top: 30px;
  padding: 0 34px 0 50px ;
  position: relative;
}

.shilimg:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 224px;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 2;
}

.shilimg:after{
  position: absolute;
  content: '';
  width: 34px;
  height: 224px;
  background-color: #fff;
  right: 0;
  top: 0;
  z-index: 2;
}

.shilimg .slide-list{
  widows: 1116px;
  height: 224px;
  float: left;
}

.shilimg .arrow{
  width: 30px;
  height: 40px;
  position: absolute;
  z-index: 3;
  top: 92px;
}

.shilimg .arrow-left{
  left: 0;
  background: url(../img/js_lefth.png) center no-repeat #c4a06b;
}

.shilimg .arrow-left:hover{
  background: url(../img/js_lefth.png) center no-repeat #aa844d;
}

.shilimg .arrow-right{
  right: 0;
  background: url(../img/js_righth.png) center no-repeat #c4a06b;
}

.shilimg .arrow-right:hover{
  background: url(../img/js_righth.png) center no-repeat #aa844d;
}

.sheng{
  width: 100%;
  height: 300px;
  background: url(../img/sg_bg.jpg) top center no-repeat;
}

.sheng ul{
  padding-top: 80px;
}

.sheng ul li{
  width: 285px;
  height: 140px;
  float: left;
  margin-right: 20px;
  position: relative;
}

.sheng ul li.mar0{
  margin-right: 0;
}

.sheng ul li img{
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.sheng ul li p{
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 17px;
  color: #000;
  line-height: 30px;
}

/*十大校区，就近即享品质教学*/
.xiaoqu{
  margin-top: 68px;
  padding-bottom: 60px;
}

.xiaoqu img{
  margin-top: 20px;
}

/*底部*/
.footer_common{
  width: 100%;
  height: 234px;
  background-color: #414141;
}

.footer_common .footer_common_top{
  height: 180px;
}

.footer_common .footer_com_logo{
  float: left;
  margin: 20px 0 0 138px;
}

.footer_common .footer_com_center{
  float: left;
  margin-left: 180px;
  margin-top: 20px;
}

.footer_common .footer_com_center span{
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #b7b7b7;
  display: block;
}

.footer_common .footer_com_center p a{
  color: #fff;
}

.footer_common .footer_com_center p.yi{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 24px;
  padding-left: 38px;
  margin-top: 24px;
  background: url(../img/footer_com_tel.png) left center no-repeat;
}

.footer_common .footer_com_center p.er{
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  padding-left: 43px;
  margin-top: 30px;
  background: url(../img/footer_com_wx.png) left center no-repeat;
}

.footer_common .footer_com_right{
  float: left;
  margin-left: 202px;
  margin-top: 20px;
}

.footer_common .footer_com_right span{
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #b7b7b7;
  display: block;
}

.footer_common .footer_com_right img{
  margin-top: 24px;
}

.footer_common .footer_common_xia{
  width: 100%;
  height: 53px;
  border-top: 1px solid #4c4c4c;
}

.footer_common .footer_common_xia p{
  font-size: 12px;
  color: #878787;
  text-align: center;
  line-height: 53px;
}

.footer_common .footer_common_xia p b{
  margin-right: 30px;
}
.new_banner{
  width: 100%;
  height: 650px;
  overflow: hidden;
position: relative;
}

.new_banner .slide-list{
  float: left;
}

.banner_zsb{
  width: 100%;
  height: 650px;
  background: url(../img/2.jpg) top center no-repeat;

}

.banner_zsb a{
  width: 100%;
  height: 650px;
  display: block;
}

.banner_zhu{
  width: 100%;
  height: 650px;
  background: url(../img/ban_zsb.jpg) top center no-repeat;
}

.banner_zhu a{
  width: 100%;
  height: 650px;
  display: block;
}

.banner_xsb{
  width: 100%;
  height: 650px;
  background: url(../img/ban_zx.jpg) top center no-repeat;
}

.banner_xsb a{
  width: 100%;
  height: 650px;
  display: block;
}

.banner_sjb{
  width: 100%;
  height: 650px;
  background: url(../img/ban_sjb.jpg) top center no-repeat;
}

.banner_xsb a{
  width: 100%;
  height: 650px;
  display: block;
}


.banner_ysbm {
  width: 100%;
  height: 650px;
  background: url(../img/ysbm.jpg) top center no-repeat;

}

.banner_ysbm a{
  width: 100%;
  height: 650px;
  display: block;
}

.banner_bj {
  width: 100%;
  height: 650px;
  background: url(../img/ban_bj.jpg) top center no-repeat;

}

.banner_bj a{
  width: 100%;
  height: 650px;
  display: block;
}


.new_banner .banner-pagination{
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
}
.new_banner .banner-pagination .swiper-pagination-switch {
  float: left;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.new_banner .banner-pagination .swiper-active-switch {
  background-color: rgba(255, 255, 255, 1);
}


.banxiang{
  margin-top: 65px;
}
.banxiang_list{
  margin-bottom: 35px;  
}
.banxiang_list li{
  width: 285px;
  height: 350px;
  margin-right: 17px;
  margin-top: 40px;
  background-color: #fff;
  float: left;
  position: relative;
  border-radius: 5px;
  border: 1px solid #efefef;
}
.banxiang_list li img{
  border-radius: 5px 5px 0 0;
}
.banxiang_list li span{
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #333;
  text-align: center;
  line-height: 22px;
  padding-top: 30px;
}
.banxiang_list li p{
  font-size: 15px;
  color: #666;
  text-align: center;
  line-height: 26px;
  margin-top: 7px;
}
.banxiang_list li a{
  width: 160px;
  height: 40px;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 62px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#e53622), to(#f95029));
  background: -webkit-linear-gradient(left, #e53622 0%, #f95029 100%);
  background: -o-linear-gradient(left, #e53622 0%, #f95029 100%);
  background: linear-gradient(90deg, #e53622 0%, #f95029 100%);
  -webkit-box-shadow: 0px 4px 20px 0px rgba(229, 58, 38, 0.45);
          box-shadow: 0px 4px 20px 0px rgba(229, 58, 38, 0.45);
}
.banxiang_list li.mar0{
  margin-right: 0;
}
.banxiang_list li:hover span{
  color: #e53622;
}
.banxiang_list li:hover a{
  background: -webkit-gradient(linear, left top, right top, from(#f95029), to(#f95029));
  background: -webkit-linear-gradient(left, #f95029 0%, #f95029 100%);
  background: -o-linear-gradient(left, #f95029 0%, #f95029 100%);
}
.banxiangbx_list li{
  width: 224px;
  height: 318px;
}
.banxiangbx_list li a{
  left: 32px;
}
/*秋季班课程设置-预约*/
.form{
  margin-top: 65px;
  height: 42px;
}
.form span{
  font-size: 20px;
  line-height: 42px;
  color: #333;
  float: left;
  margin-left: 45px;
  font-weight: bold;
}
.form .kuang{
  width: 218px;
  height: 40px;
  float: left;
  border-radius: 21px;
  border: 1px solid #d9d9d9;
  outline: none;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  text-indent: 15px;
  margin-right: 20px;
}
.form .kuang .current{
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-indent: 15px;
  margin-right: 20px;
  font-weight: normal;
  margin-left: 0;
}
.form .sub-btn{
  width: 218px;
  height: 40px;
  cursor: pointer;
  float: left;
  border-radius: 21px;
  outline: none;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#e53622), to(#f95029));
    background: -webkit-linear-gradient(left, #e53622 0%, #f95029 100%);
    background: -o-linear-gradient(left, #e53622 0%, #f95029 100%);
    background: linear-gradient(90deg, #e53622 0%, #f95029 100%);
}
.form .select {
    position: relative;
    cursor: pointer;
    background-color: #fff;
}
.form .select .list {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 10;
    width: 100%;
    max-height: 228px;
    background-color: #fafafa;
    color: #333;
    overflow: auto;
    display: none;
}
.form .select .option {
    padding-left: 15px;
}
.form .select:hover .list{
  display: block;
}
.formjc{
  height: 38px;
  margin-top: 30px;
}
.formjc .kuang{
  width: 170px;
  height: 38px;
  float: left;
  margin-right: 20px;
  border: 0;
  background-color: #fff;
  border-radius: 21px;
  text-indent: 15px;
  font-size: 14px;
  color: #333;
  line-height: 38px;
  outline: none;
}
.formjc .sub-btn{
  width: 170px;
  height: 38px;
  float: left;
  border-radius: 21px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 38px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#e53622), to(#f95029));
    background: -webkit-linear-gradient(left, #e53622 0%, #f95029 100%);
    background: -o-linear-gradient(left, #e53622 0%, #f95029 100%);
    background: linear-gradient(90deg, #e53622 0%, #f95029 100%);
}




.xiaoqu{
  position: relative;
}
.xiaoqu .icon_com{
	position: absolute;
	width: 290px;
	height: 198px;
	position: absolute;
}
.xiaoqu .icon_yi{
	left: 0;
	top: 100px;
}
.xiaoqu .icon_er{
	left: 303px;
	top: 100px;
}
.xiaoqu .icon_san{
	left: 606px;
	top: 100px;
}
.xiaoqu .icon_si{
	right: 0;
	top: 100px;
}
.xiaoqu .icon_wu{
	left: 0;
	top: 309px;
}
.xiaoqu .icon_liu{
	right: 0;
	top: 309px;
}
.xiaoqu .icon_qi{
	left: 0;
	top: 518px;
}
.xiaoqu .icon_ba{
	left: 303px;
	top: 518px;
}
.xiaoqu .icon_jiu{
	left: 606px;
	top: 518px;
}
.xiaoqu .icon_shi{
	right: 0;
	top: 518px;
}
.xiaoqu .sy_qjxq{
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 50%;
  top: 25px;
  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;
  cursor: pointer;
}
.xiaoqu .sy_qjxq img{
	width: 50px;
	height: 50px;
  margin: 0;
}
.xiaoqu .sy_qjxqtu {
	width: 160px;
	height: 40px;
	display: block;
	position: absolute;
	left: 50%;
	top: 93px;
	margin-left: -80px;
	border-radius: 20px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAGXRFW…58CkDgIhBrMDHgBoxgEofuGbis+IDPkTi9STCg8AY1QIABAKQfKzpZUtBtAAAAAElFTkSuQmCC) 130px center no-repeat rgba(0,0,0,0.35);
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	text-indent: 22px;
}
.qx_icon{
	width: 520px;
	height: 72px;
	display: block;
	margin: 40px auto 0;
	border-radius: 10px;
	text-align: center;
	line-height: 72px;
	font-size: 26px;
	color: #fff;
	background-color: #169bd5;

}







/*校区3d动画*/
@-webkit-keyframes icon-circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-moz-keyframes icon-circle {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-o-keyframes icon-circle {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes icon-circle {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
     transform: rotate(360deg) 
  }
}
/*雅思寒假课程 0基础到7分多段可选*/
.kecheng{
  margin-top: 38px;
}

.kecheng .navbar_bx{
  margin-top: 40px;
  height: 68px;
  background-color: #e63823;
  border-radius: 12px 12px 0 0;
}

.kecheng .navbar_bx .item{
  width: 292px;
  height: 60px;
  float: left;
  margin: 4px 4px 0 4px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
}

.kecheng .navbar_bx .active{
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  color: #e63823;
}

.kecheng_banxiang{
  height: 444px;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(151, 151, 151, 0.25);
}

.kecheng_banxiang .navbar_jis{
  width: 300px;
  float: left;
}

.kecheng_banxiang .navbar_jis .item{
  height: 73px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

.kecheng_banxiang .navbar_jis .item p{
  font-size: 18px;
  color: #333;
  line-height: 20px;
  text-align: center;
  padding-top: 16px;
}

.kecheng_banxiang .navbar_jis .item span{
  width: 100%;
  display: block;
  font-size: 14px;
  color: #5e5e5e;
  line-height: 16px;
  text-align: center;
  padding-top: 6px;
}

.kecheng_banxiang .navbar_jis .active{
  background-color: #dfe7ff;
}

.kecheng_banxiang .kecheng_nr{
  width: 900px;
  height: 444px;
  float: right;
  position: relative;
}

.kecheng_banxiang .kecheng_nr .kecheng_nr_list h6{
  font-size: 24px;
  color: #fff;
  line-height: 26px;
  margin: 66px 0 0 80px;
}

.kecheng_banxiang .kecheng_nr .kecheng_nr_list p{
  width: 704px;
  display: block;
  margin-left: 80px;
  color: #fff;
  padding-left: 36px;
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  padding-bottom: 5px;
  margin-top: 5px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}

.kecheng_banxiang .kecheng_nr .kecheng_nr_list p.yi{
  background: url(../img/kc_icon1.png) left 9px no-repeat;
}

.kecheng_banxiang .kecheng_nr .kecheng_nr_list p.er{
  background: url(../img/kc_icon2.png) left 9px no-repeat;
}

.kecheng_banxiang .kecheng_nr .kecheng_nr_list p.san{
  background: url(../img/kc_icon3.png) left 9px no-repeat;
}

.kecheng_banxiang .kecheng_nr .btn_kc a{
  width: 160px;
  height: 40px;
  border-radius: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  display: block;
  position: absolute;
  bottom: 44px;
}

.kecheng_banxiang .kecheng_nr .btn_kc a.yi{
  background-color: #fff;
  color: #e63723;
  left: 227px;
}

.kecheng_banxiang .kecheng_nr .btn_kc a.er{
  background-color: #e63723;
  color: #fff;
  left: 481px;
}

.kecheng_banxiang #navbar_jichu .item p{
  line-height: 73px;
  padding-top: 0;
}

.kecheng_banxiang #navbar_jing .item p{
  line-height: 73px;
  padding-top: 0;
}

.kecheng_banxiang #navbar_qh .item{
  height: 110px;
}

.kecheng_banxiang #navbar_qh .item p{
  line-height: 110px;
  padding-top: 0;
}




.kecheng_banxiang .kecheng_nr_lxyb{
  background: url(../img/kc_lxyb.jpg) no-repeat;
}

.kecheng_banxiang .kecheng_nr_jichu{
  background: url(../img/kc_jc.jpg) no-repeat;
}

.kecheng_banxiang .kecheng_nr_jing{
  background: url(../img/kc_jj.jpg) no-repeat;
}

.kecheng_banxiang .kecheng_nr_qh{
  background: url(../img/kc_qh.jpg) no-repeat;
}

.kecheng_bx{
  display: none;
}
.kecheng_nr_list{
  display: none;
}
.show{
  display: block;
}

.jxpx{
  width: 100%;
  height: 928px;
  padding-top: 70px;
  background: url(../img/jxpx_bg.png) repeat;
}

.jxpx .title_ys h2{
  color: #fff;
}
.jxpx .title_ys p{
  color: #dfbfc2;
}

.jxpx .jxpx_tu{
  position: relative;
  margin-top: 45px;
}
.jxpx .jxpx_tu .jxpx_js{
  position: absolute;
  width: 364px;
  height: 364px;
  top: 164px;
  left: 418px;
  border-radius: 50%;
  background: url(../img/jxpx_bg.png) repeat;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
}

.jxpx .jxpx_tu .jxpx_js p{
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  padding-top: 7px;
}

#form_px{
  margin-top: 32px;
}

#form_px span{
  color: #fff;
}

#form_px span.current{
  color: #666;
}