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

body {
  margin: 0;
}

/* -返回顶部- */
#back-top {width:54px; float:right; position:fixed; right:90px; bottom:50px;}
#back-top span {width:54px; height:54px; background:url(https://www.xhd.cn/fuzhou/topic/PC/public/img/icon.png) no-repeat; display:block;}
#back-top a{outline:none}

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;
}

body {
  background-color: #fbfbfb;
}

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

/*swiper*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  direction: ltr;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -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;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.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;
}

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/*banner*/
.banner {
  width: 100%;
  height: 470px;
  padding-top: 72px;
  background: url("../img/ban.jpg")/*tpa=http://beijing.xhd.cn/kyyy/img/ban.jpg*/ top center no-repeat;
}

.banner img {
  margin: 0 auto;
}

.banner .shouke {
  width: 751px;
  height: 50px;
  margin: 40px auto;
  background: url("../img/ban_img2.png")/*tpa=http://beijing.xhd.cn/kyyy/img/ban_img2.png*/ no-repeat;
}

.banner .shouke p {
  font-size: 30px;
  line-height: 50px;
  color: #ecc371;
  letter-spacing: 1px;
  text-align: center;
}

/*5点*/
.dian {
  margin-top: -50px;
  margin-left: 320px;
}

.dian li {
  width: 224px;
  height: 80px;
  float: left;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 12px 0 rgba(147, 15, 0, 0.06);
          box-shadow: 0 5px 12px 0 rgba(147, 15, 0, 0.06);
  border-radius: 8px;
  margin-top: 10px;
  margin-right: 20px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.dian li:hover {
  margin-top: 0;
}

.dian li.mar0 {
  margin-right: 0;
}

.dian li img {
  float: left;
  margin: 18px 5px 0 16px;
}

.dian li p {
  font-size: 24px;
  color: #e53a26;
  line-height: 80px;
}

.title_ky {
  margin-top: 72px;
}

.title_ky h2 {
  font-size: 45px;
  text-align: center;
  position: relative;
  line-height: 48px;
  color: #333;
}

.title_ky h2 b {
  color: #e53a26;
}

.title_ky h2:before {
  position: absolute;
  content: '';
  width: 23px;
  height: 20px;
  background: url("../img/left.png")/*tpa=http://beijing.xhd.cn/kyyy/img/left.png*/ no-repeat;
  left: 320px;
  top: 50%;
  margin-top: -10px;
}

.title_ky h2:after {
  position: absolute;
  content: '';
  width: 23px;
  height: 20px;
  background: url("../img/right.png")/*tpa=http://beijing.xhd.cn/kyyy/img/right.png*/ no-repeat;
  right: 320px;
  top: 50%;
  margin-top: -10px;
}

.title_ky p {
  font-size: 15px;
  text-align: center;
  line-height: 18px;
  position: relative;
  color: #ccc;
  margin-top: 16px;
  letter-spacing: 20px;
}

.title_ky p:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background-color: #cccccc;
  left: 360px;
  top: 7px;
}

.title_ky p:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background-color: #cccccc;
  right: 360px;
  top: 7px;
}

.title_ky span {
  display: block;
  font-size: 16px;
  color: #d6d9ff;
  text-align: center;
  line-height: 18px;
  margin-top: 20px;
}

/*新航道考研领衔专家团队*/
.tuandui {
  background-color: #fff;
  padding-bottom: 50px;
  padding-top: 1px;
}

.tuandui #zhuanjia_td {
  width: 1200px;
  height: 445px;
  margin-top: 40px;
}

.tuandui #zhuanjia_td .swiper-slide {
  width: 1200px;
  text-align: center;
}

.tuandui #zhuanjia_td .swiper-slide img {
  margin: 0 auto;
}

.tuandui #zhuanjia_td .swiper-slide span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 20px;
  margin-top: 26px;
}

.tuandui #zhuanjia_td .swiper-slide p {
  font-size: 14px;
  line-height: 25px;
  padding-top: 15px;
  color: #666;
}

.tuandui #zhuanjia_td .swiper-slide p b {
  font-size: 15px;
  color: #333;
  font-weight: normal;
  display: block;
}

.tuandui #zhuanjia_td .arrow {
  width: 50px;
  height: 50px;
  top: 172px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.tuandui #zhuanjia_td .arrow.arrow-left {
  left: 10px;
  background: url("../img/icon_left.png")/*tpa=http://beijing.xhd.cn/kyyy/img/icon_left.png*/ center no-repeat #ededed;
}

.tuandui #zhuanjia_td .arrow.arrow-left:hover {
  background: url("../img/icon_lefth.png")/*tpa=http://beijing.xhd.cn/kyyy/img/icon_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);
}

.tuandui #zhuanjia_td .arrow.arrow-right {
  right: 10px;
  background: url("../img/icon_right.png")/*tpa=http://beijing.xhd.cn/kyyy/img/icon_right.png*/ center no-repeat #ededed;
}

.tuandui #zhuanjia_td .arrow.arrow-right:hover {
  background: url("../img/icon_righth.png")/*tpa=http://beijing.xhd.cn/kyyy/img/icon_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);
}

.tuandui #zhuanjia_td .pagination {
  position: absolute;
  left: 50%;
  margin-left: -45px;
  text-align: center;
  bottom: 0;
  background-color: #ededed;
  border-radius: 10px;
  padding-left: 10px;
  z-index: 3;
}

.tuandui #zhuanjia_td .pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-right: 10px;
  cursor: pointer;
  background-color: #bebebe;
}

.tuandui #zhuanjia_td .pagination .swiper-pagination-switch.swiper-active-switch {
  background: #333;
}

/*新航道数千名优秀教师代表*/
.daibiao {
  width: 100%;
  height: 839px;
  padding-top: 1px;
  background: url("../img/db_bg.jpg")/*tpa=http://beijing.xhd.cn/kyyy/img/db_bg.jpg*/ top center no-repeat;
}

.daibiao .title_ky {
  margin-bottom: 70px;
}

.daibiao .title_ky h2 {
  color: #fff;
}

.daibiao .title_ky h2:before {
  left: 342px;
  background: url("../img/leftbai.png")/*tpa=http://beijing.xhd.cn/kyyy/img/leftbai.png*/ no-repeat;
}

.daibiao .title_ky h2:after {
  right: 342px;
  background: url("../img/rightbai.png")/*tpa=http://beijing.xhd.cn/kyyy/img/rightbai.png*/ no-repeat;
}

.daibiao .title_ky p {
  color: #d6d9ff;
}

.daibiao .title_ky p:before {
  background-color: #d6d9ff;
}

.daibiao .title_ky p:after {
  background-color: #d6d9ff;
}

.daibiao .pc-slide {
  width: 100%;
  height: 510px;
  position: relative;
  background-color: #fff;
}

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

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

.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: #333;
  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: 15px;
  color: #333;
  line-height: 40px;
  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(#f95029), to(#e63622));
  background: -webkit-linear-gradient(left, #f95029 0%, #e63622 100%);
  background: -o-linear-gradient(left, #f95029 0%, #e63622 100%);
  background: linear-gradient(90deg, #f95029 0%, #e63622 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;
}

.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")/*tpa=http://beijing.xhd.cn/kyyy/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/icon_left.png")/*tpa=http://beijing.xhd.cn/kyyy/img/icon_left.png*/ center no-repeat #ededed;
  background-size: 10px 18px;
}

.daibiao .pc-slide .preview .arrow.arrow-left:hover {
  background: url("../img/icon_lefth.png")/*tpa=http://beijing.xhd.cn/kyyy/img/icon_lefth.png*/ center no-repeat #f34827;
  background-size: 10px 18px;
  -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/icon_right.png")/*tpa=http://beijing.xhd.cn/kyyy/img/icon_right.png*/ center no-repeat #ededed;
  background-size: 10px 18px;
}

.daibiao .pc-slide .preview .arrow.arrow-right:hover {
  background: url("../img/icon_righth.png")/*tpa=http://beijing.xhd.cn/kyyy/img/icon_righth.png*/ center no-repeat #f34827;
  background-size: 10px 18px;
  -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(#f95029), to(#e63622));
  background: -webkit-linear-gradient(left, #f95029 0%, #e63622 100%);
  background: -o-linear-gradient(left, #f95029 0%, #e63622 100%);
  background: linear-gradient(90deg, #f95029 0%, #e63622 100%);
  -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);
  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;
}

.shiting{
	cursor: pointer;
}

/*体系完善 课程丰富 多层次匹配每一位考试生*/

.wanshan .title_ky h2:before {
  left: 120px;
}

.wanshan .title_ky h2:after {
  right: 120px;
}

.kecheng{
  width: 1200px;
  margin-bottom: 50px;
} 

.kecheng .navbar_bx{
   margin:0 auto;
   width: 1000px;
   margin-top: 30px;
   height: 48px;
   display: flex;
   justify-content: space-around;
   align-items: center;
   flex-wrap: nowrap;
 }

.kecheng .navbar_bx .item{

   padding:0 30px;
   height: 50px;
   line-height: 50px;
   font-size: 22px;
   color: #f95029;
   background:#fff;
   text-align: center;
   cursor: pointer;
   font-weight: bold;
   border-radius: 34px;
   border:1px solid #f95029;
   box-sizing: border-box;
 }

.kecheng .navbar_bx .active{
   color: #fff;
   background:#f95029;
   border:1px solid #f95029;
 }

.kecheng_bx {
    display: none;
}

.kecheng .kecheng_banxiang{
     border-top:0;
     margin-top: 20px;
 }

.kecheng .kecheng_banxiang table {
  width: 100%;
  margin-top: 40px;

}

.kecheng .kecheng_banxiang table tr {
  width: 1200px;

  background-color: #fff;
}

.kecheng .kecheng_banxiang table tr td {
  border-right: 1px solid #fd7363;
  font-size: 16px;
  color: #333;
  line-height: 28px;
  text-align: center;
  padding: 10px 0;
}

.kecheng .kecheng_banxiang table tr td.px {
  width: 200px;
  text-align: left;
  padding-left: 19px;
}

.kecheng .kecheng_banxiang table tr td a {
  width: 86px;
  height: 32px;
  display: block;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, right top, from(#f95029), to(#e63622));
  background: -webkit-linear-gradient(left, #f95029 0%, #e63622 100%);
  background: -o-linear-gradient(left, #f95029 0%, #e63622 100%);
  background: linear-gradient(90deg, #f95029 0%, #e63622 100%);
  -webkit-box-shadow: 0 4px 10px 0 rgba(229, 58, 38, 0.3);
  box-shadow: 0 4px 10px 0 rgba(229, 58, 38, 0.3);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 32px;
}

.kecheng .kecheng_banxiang table tr .kc {
  width: 240px;
}

.kecheng .kecheng_banxiang table tr .ks {
  width: 100px;
}

.kecheng .kecheng_banxiang table tr .px {
  width: 200px;
}

.kecheng .kecheng_banxiang table tr .jc {
  width: 280px;
}

.kecheng .kecheng_banxiang table tr .ms {
  width: 180px;
}

.kecheng .kecheng_banxiang table tr .xm {
  width: 360px;
}

.kecheng .kecheng_banxiang table tr .fa {
  width: 1240px;
}

.kecheng .kecheng_banxiang table tr .sj {
  width: 280px;
}

.kecheng .kecheng_banxiang table tr .km {
  width: 200px;
}

.kecheng .kecheng_banxiang table tr .nr {
  width: 300px;
}

.kecheng .kecheng_banxiang table tr .jc2 {
  width: 160px;
}

.kecheng .kecheng_banxiang table tr .zx {
  width: 200px;
  border-right: 0;
}

.kecheng .kecheng_banxiang table .bt {
  height: 50px;
  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%);
}

.kecheng .kecheng_banxiang table .bt td {
  font-size: 21px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  padding: 0;
}

.kecheng .kecheng_banxiang table .fen {
  background-color: #fff7f7;
}

.kecheng .kecheng_banxiang .btn_ky {
  margin-top: 30px;
}

.kecheng .kecheng_banxiang a{
	cursor: pointer;
}

.show{
    display: block;
}

.btn_ky {
  width: 320px;
  height: 50px;
  display: block;
  margin: 0 auto;
  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%);
  -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);
  border-radius: 8px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn_ky:hover {
  background: -webkit-gradient(linear, left top, right top, from(#F95029), to(#E63622));
  background: -webkit-linear-gradient(left, #F95029 0%, #E63622 100%);
  background: -o-linear-gradient(left, #F95029 0%, #E63622 100%);
  background: linear-gradient(90deg, #F95029 0%, #E63622 100%);
}


/*硕士升学双手准备 多把钥匙 匹配更多名校*/
.pipei {
  width: 100%;
  height: 686px;
  padding-top: 1px;
  background: url("../img/pp_bg.jpg")/*tpa=http://beijing.xhd.cn/kyyy/img/pp_bg.jpg*/ top center no-repeat;
}

.pipei .title_ky h2 {
  color: #fff;
}

.pipei .title_ky h2:before {
  left: 142px;
  background: url("../img/leftbai.png")/*tpa=http://beijing.xhd.cn/kyyy/img/leftbai.png*/ no-repeat;
}

.pipei .title_ky h2:after {
  right: 142px;
  background: url("../img/rightbai.png")/*tpa=http://beijing.xhd.cn/kyyy/img/rightbai.png*/ no-repeat;
}

.pipei .pipei_list li {
  width: 570px;
  height: 353px;
  margin-top: 40px;
  position: relative;
  border-radius: 0 0 50px 0;
}

.pipei .pipei_list li.yi {
  float: left;
  background: url("../img/pp_img1.jpg")/*tpa=http://beijing.xhd.cn/kyyy/img/pp_img1.jpg*/ no-repeat;
}

.pipei .pipei_list li.er {
  float: right;
  background: url("../img/pp_img2.jpg")/*tpa=http://beijing.xhd.cn/kyyy/img/pp_img2.jpg*/ no-repeat;
}

.pipei .pipei_list li h6 {
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  margin: 30px 0 0 40px;
}

.pipei .pipei_list li p {
  font-size: 20px;
  color: #fff;
  line-height: 22px;
  margin-top: 20px;
  padding-left: 62px;
  position: relative;
}

.pipei .pipei_list li p:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #fff;
  left: 43px;
  top: 50%;
  margin-top: -3px;
}

.pipei .pipei_list li span {
  width: 575px;
  height: 60px;
  padding-top: 10px;
  background: url("../img/pp_bg2.png")/*tpa=http://beijing.xhd.cn/kyyy/img/pp_bg2.png*/ no-repeat;
  position: absolute;
  bottom: 30px;
  left: -20px;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  text-indent: 25px;
}

.pipei .pipei_list li span b {
  font-size: 36px;
}

.pipei .btn_ky {
  margin-top: 30px;
}

.pipei a{
	cursor: pointer;
}
/*9.9元礼包*/
.libao {
  height: 283px;
  margin: 40px auto;
  padding-top: 96px;
  background: url("../img/lb_bg.jpg")/*tpa=http://beijing.xhd.cn/kyyy/img/lb_bg.jpg*/ no-repeat;
}

.libao p {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  padding-left: 200px;
  margin-top: 24px;
}

.libao p b {
  width: 30px;
  height: 30px;
  display: block;
  float: left;
  background-color: #fff;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  color: #e53a26;
  margin-right: 10px;
}

.libao p em {
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
}

.libao p.san b {
  margin-top: 10px;
}

.libao .form1 {
  margin-top: 190px;
  margin-left: 120px;
}

.libao .form1 .item {
  width: 300px;
  height: 50px;
  float: left;
  margin-right: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 16px 49px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 16px 49px 0 rgba(0, 0, 0, 0.09);
  border-radius: 5px;
}

.libao .form1 .item span {
  width: 94px;
  height: 30px;
  float: left;
  margin-top: 10px;
  border-right: 1px solid #ccc;
  font-size: 18px;
  color: #333;
  line-height: 30px;
}

.libao .form1 .item span img {
  float: left;
  margin-left: 12px;
  margin-right: 8px;
}

.libao .form1 .item input {
  width: 200px;
  height: 48px;
  outline: none;
  text-indent: 10px;
  border: 0;
  font-size: 18px;
}

.libao .form1 .submit {
  width: 300px;
  height: 50px;
  float: left;
  display: block;
  border-radius: 5px;
  cursor: pointer;
  background: url("../img/lb_img1.jpg")/*tpa=http://beijing.xhd.cn/kyyy/img/lb_img1.jpg*/ no-repeat;
}

/* 新航道考研优势*/
.youshi {
  width: 100%;
  height: 614px;
  padding-top: 1px;
  background: url("../img/ys_bg.jpg")/*tpa=http://beijing.xhd.cn/kyyy/img/ys_bg.jpg*/ top center no-repeat;
}

.youshi .title_ky h2:before {
  left: 400px;
}

.youshi .title_ky h2:after {
  right: 400px;
}

.youshi .title_ky p {
  color: #999;
}

.youshi .kaoyan {
  height: 280px;
  padding-top: 30px;
}

.youshi .kaoyan li {
  width: 240px;
  height: 220px;
  float: left;
  margin-top: 22px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.youshi .kaoyan li.active {
  height: 280px;
  margin-top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}

.youshi .kaoyan li.active:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 3px;
  background-color: #e53a26;
  top: 0;
  left: 50%;
  margin-left: -40px;
}

.youshi .kaoyan li.active img {
  display: block;
}

.youshi .kaoyan li span {
  font-size: 20px;
  color: #333;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top: 36px;
  line-height: 22px;
}

.youshi .kaoyan li img {
  margin: 30px auto 0;
  display: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.youshi .kaoyan li p {
  font-size: 16px;
  color: #666;
  text-align: center;
  line-height: 28px;
  margin-top: 16px;
}

.youshi .btn_ky {
  margin-top: 40px;
}

/*提前备战  更好规划  更多选择*/
.beizhan .title_ky h2:before {
  left: 276px;
}

.beizhan .title_ky h2:after {
  right: 276px;
}

.beizhan .title_ky p {
  color: #ccc;
}

.beizhan .shengxue {
  height: 858px;
  padding-top: 2px;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.beizhan .shengxue .shengxue_top {
  width: 320px;
  height: 80px;
  padding-top: 32px;
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
  text-indent: 65px;
}

.beizhan .shengxue .shengxue_top.yi {
  left: -40px;
  top: 18px;
  background: url("../img/sx_img1.png")/*tpa=http://beijing.xhd.cn/kyyy/img/sx_img1.png*/ no-repeat;
}

.beizhan .shengxue .shengxue_top.er {
  left: -40px;
  top: 308px;
  background: url("../img/sx_img2.png")/*tpa=http://beijing.xhd.cn/kyyy/img/sx_img2.png*/ no-repeat;
}

.beizhan .shengxue .img3 {
  margin: 140px auto 0;
}

.beizhan .shengxue .img4 {
  margin: 162px auto 0;
}

.beizhan .shengxue img {
  margin: 0 auto;
}

.beizhan .btn_ky {
  margin-top: 40px;
}

/*新航道为您定制稳妥考研计划*/
.wentuo {
  padding-bottom: 50px;
}

.wentuo .title_ky h2:before {
  left: 266px;
}

.wentuo .title_ky h2:after {
  right: 266px;
}

.wentuo .title_ky p {
  color: #ccc;
}

.wentuo .wentuo_ky {
  margin-top: 40px;
}

.wentuo .wentuo_ky .navbar {
  border-bottom: 2px solid #e53a26;
}

.wentuo .wentuo_ky .navbar .item {
  width: 236px;
  height: 70px;
  float: left;
  margin-right: 5px;
  background-color: #e5e5e5;
  border-radius: 5px 5px 0 0;
  text-align: center;
  color: #333;
  cursor: pointer;
}

.wentuo .wentuo_ky .navbar .item p {
  font-size: 22px;
  line-height: 24px;
  display: block;
  padding-top: 10px;
}

.wentuo .wentuo_ky .navbar .item span {
  font-size: 18px;
}

.wentuo .wentuo_ky .navbar .item.last {
  margin-right: 0;
}

.wentuo .wentuo_ky .navbar .item.active {
  color: #fff;
  background-color: #e53a26;
}

.wentuo .wentuo_ky .dz_contion {
  height: 510px;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
}

.wentuo .wentuo_ky .dz_contion ul {
  padding-top: 40px;
}

.wentuo .wentuo_ky .dz_contion ul li {
  width: 344px;
  height: 340px;
  float: left;
  background-color: #fafafa;
  border-radius: 8px;
  margin-left: 40px;
  position: relative;
}

.wentuo .wentuo_ky .dz_contion ul li span {
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 110px;
  line-height: 110px;
}

.wentuo .wentuo_ky .dz_contion ul li p {
  padding-left: 40px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  position: relative;
  margin-top: 12px;
}

.wentuo .wentuo_ky .dz_contion ul li p:before {
  position: absolute;
  content: '';
  left: 20px;
  width: 10px;
  height: 10px;
  top: 11px;
  background: url("../img/wt_icon.png")/*tpa=http://beijing.xhd.cn/kyyy/img/wt_icon.png*/ no-repeat;
}

.wentuo .wentuo_ky .dz_contion .btn_ky {
  margin-top: 40px;
}

.wentuo .wentuo_ky .san ul li {
  width: 275px;
  margin-left: 20px;
}

.wentuo .wentuo_ky .san ul li span em {
  font-style: normal;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  padding: 15px 0 12px 0;
  display: block;
}

.wentuo .wentuo_ky .san ul li span b {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  display: block;
  background-color: #e53a26;
  margin: 0 auto 0;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  line-height: 40px;
}

.wentuo .wentuo_ky .san ul li p {
  padding-left: 25px;
}

.wentuo .wentuo_ky .san ul li p:before {
  left: 10px;
}

.hide {
  display: none;
}

/*新航道考研简介*/
.kyjj {
  width: 100%;
  height: 452px;
  padding-top: 1px;
  background: url("../img/ky_bg.jpg")/*tpa=http://beijing.xhd.cn/kyyy/img/ky_bg.jpg*/ top center no-repeat;
}

.kyjj .title_ky h2 {
  color: #fff;
}

.kyjj .title_ky h2:before {
  left: 410px;
  background: url("../img/leftbai.png")/*tpa=http://beijing.xhd.cn/kyyy/img/leftbai.png*/ no-repeat;
}

.kyjj .title_ky h2:after {
  right: 410px;
  background: url("../img/rightbai.png")/*tpa=http://beijing.xhd.cn/kyyy/img/rightbai.png*/ no-repeat;
}

.kyjj .jianjie {
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  margin-top: 50px;
}

.kyjj .btn_ky {
  margin-top: 40px;
}

/*2025届考研形式已十分严峻 备考迫在眉睫*/
.beikao {
  padding-bottom: 80px;
}

.beikao .title_ky h2:before {
  left: 342px;
}

.beikao .title_ky h2:after {
  right: 342px;
}

.beikao ul li {
  width: 285px;
  height: 420px;
  float: left;
  margin-right: 170px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  margin-top: 40px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}

.beikao ul li:hover {
  margin-top: 30px;
}

.beikao ul li span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 22px;
  padding-top: 30px;
}

.beikao ul li img {
  display: block;
  margin: 40px auto 0;
}

.beikao ul li p {
  padding-left: 40px;
  font-size: 14px;
  color: #666;
  line-height: 25px;
  position: relative;
  margin-top: 9px;
}

.beikao ul li p:before {
  position: absolute;
  content: '';
  left: 20px;
  width: 10px;
  height: 10px;
  top: 11px;
  background: url("../img/wt_icon.png")/*tpa=http://beijing.xhd.cn/kyyy/img/wt_icon.png*/ no-repeat;
}

.beikao ul li p b {
  color: #333;
  font-weight: normal;
}

.beikao ul li .btn_ky {
  width: 220px;
  height: 40px;
  position: absolute;
  line-height: 40px;
  font-size: 16px;
  bottom: -20px;
  left: 33px;
}

.beikao ul .mar0 {
  margin-right: 0;
}

.banxing_ky .title_ky h2:before {
  left: 208px;
}

.banxing_ky .title_ky h2:after {
  right: 208px;
}

.banxing_kybx{
  padding-top: 10px;
}
.banxing_kybx a{
	cursor: pointer;
}
.banxing_list{
  width: 280px;
  height: 343px;
  float: left;
  margin-right: 24px;
  position: relative;
  border-radius: 10px;
  margin-top: 42px;
  background-color: #fff;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.mar0{
  margin-right: 0;
}

.banxing_list span{
  width: 280px;
  height: 151px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  color: #fff;
}

.banxing_list p{
  font-size: 16px;
  color: #333;
  line-height: 20px;
  position: relative;
  padding-left: 40px;
  margin-top: 10px;
}

.banxing_list p:before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid #e64431;
  border-radius: 50%;
  left: 22px;
  top: 4px;
}

.banxing_list p:after{
  position: absolute;
  content: '';
  width: 1px;
  height: 20px;
  border-left: 1px dashed #e64431;
  left: 26px;
  top: 14px;
}

.banxing_list .san:after{
  border-left: none;
}

.banxing_list a{
  width: 100px;
  height: 34px;
  float: left;
  display: block;
  line-height: 34px;
  font-size: 18px;
  text-align: center;
  border-radius: 17px;
  position: absolute;
  bottom: 30px;
}

.banxing_list a:last-child{
  right: 30px;
  color: #fff;
  background: linear-gradient(90deg, #e53622 0%, #ff7252 100%);
}

.banxing_list a:nth-last-child(2){
  left: 30px;
  color: #e53a26;
  border: 1px solid #e53a26;
}

.shezhi_ky .title_ky h2:before {
  left: 412px;
}

.shezhi_ky .title_ky h2:after {
  right: 412px;
}

.shezhi_kaoy{
  padding-top: 50px;
}
.shezhi_kaoy a{
	cursor: pointer;
}
.shezhi_list{
  width: 224px;
  height: 150px;
  float: left;
  margin-top: 20px;
  margin-right: 18px;
  position: relative;
  border-radius: 10px;
}

.shezhi_list img{
  border-radius: 10px;
}

.shezhi_list p{
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 26px;
  left: 0;
  top: 88px;
}

.shezhi_list:hover{
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3);
}

.mar0{
  margin-right: 0;
}

.shezhi_ky .btn_ky{
  margin-top: 50px;
  cursor: pointer;
}

.pipei a,.youshi a,.beizhan a,.wentuo a,.beikao a{
	cursor: pointer;
}

/* 表单 */
.block9{
  background: url(../img/block9_pic.png) 50% no-repeat; 
  width: 100%;
  height: 201px;
  position: relative;
}
.two-form{
    padding: 100px 0 0;
}
.two-form .two-form-top{display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0px 0 8px;
}
.two-form .two-form-top .txo-item{
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  margin-right: 10px;
}
.two-form .two-form-top .txo-item .tyo-img{
  margin-left: 8px;
  margin-right: 5px;
}
.two-form .two-form-top .txo-item .tyo-img img{}
.two-form .two-form-top .txo-item .tyo-input{
  width: 240px;
}
.two-form .two-form-top .txo-item .tyo-input .tyo-input-name{
  border: none;
  outline: none;
  background: #ffffff;
  height: 40px;
}
.two-form .two-form-top .txo-item .tyo-getCode{position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
}
.two-form .two-form-top .txo-item .tyo-getCode .twoYzm{
  border: none;
  outline: none;
  padding: 6px 15px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #767676;
}
.two-form .two-form-top .txo-submit{
  height: auto;
}
.two-form .two-form-top .txo-submit .submit-in{
  transition: all 0.2s linear; 
  height: 45px;
  background-color: #c90013;
  padding: 0 60px;
  border-radius: 6px; 
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffeff;
  font-size: 16px;
  font-weight: bold;
}
.two-form .two-form-bottom{display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  font-size: 12px;
}

