@charset 'utf-8';
/* @logo */
.head-wrap{
  position: fixed;
  top:0;
  left: 0;
  width:100%;
  height: 70px;
  padding: 0 4.68% 0 4.16%;
  box-sizing: border-box;
  z-index: 100;
}

.head-wrap .fix-width{
  width: 100%;
}
.head-wrap .logo{
  display: block;
  width: 190px;
  padding-top:12px;
  padding-right: 29px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.head-wrap .logo img{
  display: block;
  width: 100%;
}
.nav-wrap{
  height: 38px;
  padding-top:12px;
  line-height: 38px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.nav-wrap li{
  position: relative;
  float: left;
  padding: 0 28px;
}
.nav-wrap li a{
  display: block;
  color: #fff;
  font-size: 16px;
}
.nav-wrap li a::after,
.nav-wrap li a:hover::after,
.nav-wrap li.active::after{
  content: '';
  position: absolute;
  bottom: 0;
  left:0;
  right:0;
  margin: auto;
  height: 4px;
  background-color: #05a67d;;
}

.nav-wrap li a::after{
  width: 0;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
}
.nav-wrap li a:hover::after,
.nav-wrap li.active::after{
  width: 38px;
}
.nav-search,
.nav-mobile{
  width: 18px;
  height: 18px;
  padding-top:22px;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
}
.nav-search i,
.nav-mobile i{
  display: block;
  width: 18px;
  height: 18px;
}
.nav-search i{
  background: url(../images/icon-search.png) no-repeat;
}
.nav-search i:hover{
  /* background-image: url(../images/icon-search2.png); */
}
.nav-mobile{
  margin-left: 0;
  display: none;
}
.nav-mobile i{
  background: url(../images/icon-menu.png) no-repeat center center/cover;
}

.nav-search{
  width: 30px;
  height: 48px;
}
.searchform{
  position: absolute;
  top:70px;
  right:-18px;
  width: 0;
  height: 45px;
  border: 0px solid rgba(5, 166, 125, 0.8);
  overflow: hidden;
  z-index: 1;
}
.searchform.active {
  width: 318px;
  border-width: 1px;
  background: #fff;
  transition: all .3s ease-out 0s;
}
.hs-input {
  float: left;
  width: 258px;
  height: 45px;
  padding: 0 10px;
  border: 0;
  line-height: 45px;
  background: #fff;
}
.hs-submit {
  float: right;
  width: 40px;
  height: 45px;
  border: 0;
  background: #fff url(../images/icon-search2.png) no-repeat center center;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
/* @m menu */
.limibody{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nav-menu{
  display: none;
}
.nav-menu.menuClose i{
  background-image: url(../images/icon-menu-close.png);
  background-size: 167%;
}
.hwl-menu-list {
  display: none;
  visibility: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.hwl-menu-list a {
  color: #fff;
}

.hwl-menu-list ul li {
  padding: 0 18px;
  border-bottom: 1px solid rgba(5,166,125,1);
  background: rgba(5,166,125,.8);
  line-height: 49px;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: translate3d(0, -80px, 0);
  transform: translate3d(0, -80px, 0);
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-filter: alpha(opacity=0);
}
.hwl-menu-list ul li:last-child {
  border-bottom: none;
}

.hwl-menu-list ul li:first-child {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.hwl-menu-list ul li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.hwl-menu-list ul li:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.hwl-menu-list ul li:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.hwl-menu-list ul li a.mn {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 48px;
}

.hwl-menu-list ul li a.mn i.ico {
  position: absolute;
  top: 20px;
  right: 16px;
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url(../images/icon-sq.png) no-repeat;
  background-size: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}

.hwl-menu-list ul li a.mn.msq i.ico {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  top: 20px;
}

.hwl-menu-list ul .menuson {
  display: none;
  margin-left: 20px;
}

.hwl-menu-list ul .menuson a {
  display: block;
  line-height: 43px;
  font-size: 16px;
}

.hwl-menu-list ul .menuson a:focus {
  text-decoration: underline;
}

.hwl-menu-list.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 99;
}

.hwl-menu-list.open ul li {
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hwl-menu-bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top:0;
  z-index: 98;
  visibility: hidden;
}
/* @首屏banner */
.public-banner>img{
  display: block;
  width: 100%;
}
.public-banner>.fix-width{
  position: absolute;
  top:0;
  left: 0;
  right:0;
  margin: auto;
  height: 100%;
}
.public-btit{
  position: absolute;
  top:6px;
  bottom: 0;
  margin: auto;
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.public-btit strong{
  display: inline-block;
  margin-right: 25px;
  font-size: 48px;
  color: #fff;
  letter-spacing: 2px;
  vertical-align: bottom;
}
.public-btit em,
.public-btit span{
  display: inline-block;
  height: 26px;
  line-height: 28px;
  font-size: 28px;
  vertical-align: bottom;
}
.public-btit span{
  margin-left: 10px;
}
/* @面包屑 */
.breadcrumbs{
  padding: 35px 0;
}
.breadcrumbs strong{
  position: relative;
  margin-right:60px;
  font-size: 18px;
  color: #666;
  font-weight: normal;
}
.breadcrumbs strong a{
  color: #666;
}
.breadcrumbs strong.active,
.breadcrumbs strong.active a{
  font-size: 24px;
  color: #0ba886;
}
.breadcrumbs strong.active:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -38px;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #0ba886;
}
.breadcrumbs .fr{
  color:#9c9c9c;
}
.breadcrumbs .icon-home{
  float: left;
  width: 16px;
  height: 16px;
  margin-right:10px;
  margin-top:2px;
  background: url(../images/icon-home.png) no-repeat center;
}
.breadcrumbs .fr a{
  float: left;
  padding: 0 10px;
  color:#999;
  font-size: 14px;
}
.breadcrumbs span{
  float: left;
}
/* @关于我们 */
/* @主体 */
.about-moudle1{
  margin-top:55px;
}
.about-moudle1 h2{
  position: relative;
  height: 130px;
  padding-left: 130px;
  font-size: 34px;
  line-height: 130px;
  font-weight: bold;
  color: #1a1a1a;
}
.about-moudle1 h2::before{
  position: absolute;
  bottom:18px;
  left:0;
  content: "";
  width: 182px;
  height: 116px;
  background: url(../images/icon-symbol.png) no-repeat center center/cover;
  z-index: -1;
}
.about-moudle1 p{
  line-height: 36px;
  font-size: 16px;
}
.public-moudle{
  margin-top:50px;
}
.public-moudle .fl{
  width: 46%;
}
.public-moudle .fl img{
 display: block;
 width: 100%;
}
.public-moudle .fr{
  position: relative;
  width: 50%;
  padding-left: 100px;
  box-sizing: border-box;
}
.public-moudle .fr::before{
  content: 'ABOUT US';
  position: absolute;
  left: 0;
  top: -34px;
  height: 55px;
  line-height: 55px;
  font-size: 70px;
  font-weight: bold;
  color: #f3f4f8;
  white-space: pre-wrap;
  transform: rotateZ(90deg);
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform-origin: left bottom;
}
.public-moudle .fr h3{
  position: relative;
  margin-top: 55px;
  margin-bottom: 22px;
  height: 90px;
  line-height: 90px;
  font-size: 34px;
  color: #1a1a1a;
  overflow: hidden;
}
.public-moudle .fr h3::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 87px;
  height: 2px;
  background-color: #999;
}
.public-moudle .fr p{
  font-size: 16px;
  line-height: 30px;
  color: #4c4c4c;
  /*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:5;   /*用来限制在一个块元素显示的文本的行数。*/

}
.about-bg{
  padding-bottom: 130px;
  background: url(../images/about-bg.png) no-repeat right bottom/27%;
}
.about-moudle3 .fl{
  float: right;
}
.about-moudle3 .fr{
  float: left;
  padding-left:0 !important;
  padding-right: 100px;
}
.about-moudle3 .fr::before{
  left: inherit;
  right: -14px !important;
  top: -8px;
  transform: translateX(88%) rotateY(180deg) rotateZ(90deg);
  -webkit-transform: translateX(88%) rotateY(180deg) rotateZ(90deg);
  -moz-transform: translateX(88%) rotateY(180deg) rotateZ(90deg);
  -ms-transform: translateX(88%) rotateY(180deg) rotateZ(90deg);
  -o-transform: translateX(88%) rotateY(180deg) rotateZ(90deg);
  transform-origin: left center;
}
/* @底部 */
.bg-23{
  background-color: #232323;
}
.bg-1a{
  background-color: #1a1a1a;
}
.foot-wrap>div>.fix-width{
  width: 1440px;
}
.gotop{
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #393939;
  color: #666;
  font-size: 16px;
  text-align: center;
}
.gotop i{
  display: inline-block;
  width: 14px;
  height: 8px;
  margin-right: 10px;
  background: url(../images/icon-up.png);
  vertical-align: 0;
}
.foot-moudle1{
  padding: 59px 0;
}
.foot-moudle1 .fl{
  width: 45%;
}
.foot-moudle1 .fl dt{
  float: left;
  padding: 11px;
  margin-right: 20px;
  border: 1px solid #393939;
}
.foot-moudle1 .fl dt img{
  display: block;
}
.foot-moudle1 .fl dd{
  /* float: left; */
  padding-top:2px;
}
.foot-moudle1 .fl dd h3{
  line-height: 44px;
  color: #fff;
  font-size: 30px;
  white-space: nowrap;
  overflow: hidden;
}
.foot-moudle1 .fl dd p{
  max-height: 48px;
  line-height: 24px;
  color: #808080;
  font-size: 14px;
  overflow: hidden;
}
.foot-moudle1 .fl dd .p2{
  white-space: nowrap;
}
.foot-moudle1 .fr{
  width: 55%;
}
.foot-moudle1 .fr p{
  position: relative;
  margin-bottom: 30px;
  font-size: 18px;
  color: #fff;
}
.foot-moudle1 .fr p span{
  position: relative;
  display: inline-block;
  padding-right: 20px;
  background-color: #232323;
  z-index: 1;
}
.foot-moudle1 .fr p::before{
  content: '';
  position: absolute;
  top:0;
  bottom:0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #343434;
}
.partner-i a{
  float: left;
  margin-right: 60px;
}
.partner-i a:last-of-type{
  margin-right: 0;
}
.partner-i a img{
  width: 100%;
}
.foot-moudle2{
  padding: 22px 0 24px;
}
.foot-moudle2 .footnav{
  line-height: 24px;
}
.foot-moudle2 .footnav li{
  float: left;
  margin-right: 45px;
}
.foot-moudle2 .footnav a,.foot-moudle2 .fr span,.foot-moudle2 .fr span a{
  color: #666;
  font-size: 12px;
}
/* @侧边咨询工具 */
.sideonline-wrap{
  position: fixed;
  right: 20px;
  top:0;
  bottom:0;
  margin: auto;
  height: 350px;
  z-index: 11;
}
.sideonline-wrap>a{
  position: relative;
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: linear-gradient(#ffae3b,#ff9000);
  box-shadow: 0 0 20px 8px rgba(255,171,60,.28);
}

.sideonline-wrap>a::before{
  content: '';
  position: absolute;
  top:0;
  right: 0;
  left:0;
  bottom:0;
  margin: auto;
  width: 80%;
  height: 80%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border:1px solid rgba(255,255,255,.24)
}
.sideonline-wrap>a i{
  position: absolute;
  top:0;
  right: 0;
  left:0;
  bottom:0;
  margin: auto;
  width: 36px;
  height: 40px;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
}
.sideonline-wrap>ul{
  margin:25px auto 0;
  width: 50px;
  padding: 10px 0;
  background-color: #23b192;
  border-radius: 30px ;
  -webkit-border-radius: 30px ;
  -moz-border-radius: 30px ;
  -ms-border-radius: 30px ;
  -o-border-radius: 30px ;
}

.sideonline-wrap>ul li{
  position: relative;
  width: 50px;
  height: 50px;
}

.sideonline-wrap>ul li i{
  position: absolute;
  top:0;
  right: 0;
  left:0;
  bottom:0;
  margin: auto;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center top;
}
.sideonline-wrap>ul li.tel i{
  background-image:url(../images/icon-sideonline_01.png) ;
}
.sideonline-wrap>ul li.msg i{
  background-image:url(../images/icon-sideonline_02.png) ;
}
.sideonline-wrap>ul li.wchat i{
  background-image:url(../images/icon-sideonline_03.png) ;
}
.sideonline-wrap>ul li.backtop i{
  background-image:url(../images/icon-sideonline_04.png) ;
}
.sideonline-wrap>ul li.backtop{
  display: none;
}
.sideonline-wrap>ul li.tel p,
.sideonline-wrap>ul li.wchat p{

  position: absolute;
  left:0;
  bottom:0;
  margin: auto;
  width: 0;
  padding: 0;
  background-color: #23b192;
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  overflow: hidden;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}
.sideonline-wrap>ul li.tel p{
  top:10px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
}
.sideonline-wrap>ul li.tel>a{
  display: none;
  position: absolute;
  top:0;
  right: 0;
  left:0;
  bottom:0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.sideonline-wrap>ul li.tel:hover p{
  left:-225px;
  width: 225px;
  text-align: center;
  box-sizing: border-box;
}
.sideonline-wrap>ul li.wchat p{
  top:0;
  left: 0;
  height: 110px;
}
.sideonline-wrap>ul li.wchat p img{
  width: 110px;
  padding: 10px;
  box-sizing: border-box;
}
.sideonline-wrap>ul li.wchat:hover p{
  left:-110px;
  width: 110px;
}
/* @考研课程 */
.courseul{
  padding-top: 60px;
}
.courseul .fix-width,
.universitiesnewsul .fix-width{
  position: relative;
  width:1200px !important;
  padding: 0 40px !important;
  box-sizing: border-box !important;
}
.courseul li{
  padding:40px 0 45px 67px;
  border-bottom: 1px solid #e3e6e6;
  cursor: pointer;
}
.courseul li>a{
  display: block;
}
.courseul div .m,
.universitiesnewsul li div .m{
  position: absolute;
  right:0;
  top:70px;
  width: 28px;
  height: 28px;
  background: url(../images/icon-rightmore.png) no-repeat center center/cover;
}
.courseul h3{
  position: relative;
  padding-top: 15px;
  margin-bottom: 8px;
  line-height: 56px;
}
.courseul h3 i{
  position: absolute;
  left:-67px;
  top:0;
  z-index: 0;
  font-size: 100px;
  color: #ecf0f4;
  font-weight: bold;
}
.courseul h3 strong{
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-size: 24px;
  color: #1a1a1a;
  vertical-align: middle;
  font-weight: normal;
  z-index: 1;
}
.courseul h3 span{
  display: inline-block;
  height: 26px;
  padding: 0 10px;
  line-height: 26px;
  background-color: #ffab3c;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  vertical-align: middle;
}
.courseul .p1{
  width: 80%;
  margin-bottom: 28px;
  line-height: 25px;
  font-size: 14px;
  color: #666;
}
.courseul .p2{
  font-size: 14px;
  color: #333;
}
.courseul .p2 span,
.courseul .p2 a{
  display: inline-block;
  height: 44px;
  padding: 0 20px;
  line-height: 44px;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ecf0f4;
  color: #333333;
  font-size: 14px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.courseul li:hover,
.universitiesnewsul li:hover{
  background-color: #0ba886;
}
.courseul li:hover div .m,
.universitiesnewsul li:hover div .m{
  background-image: url(../images/icon-rightmore2.png);
}
.courseul li:hover h3 i{
  color: rgba(255, 255, 255, .1);
}
.courseul li:hover h3 strong,
.universitiesnewsul li:hover span,
.universitiesnewsul li:hover span strong,
.universitiesnewsul li:hover p,
.universitiesnewsul li:hover p a{
  color: #fff;
}
.courseul li:hover .p1{
  color: #fff;
}

.courseul li:hover .p2 span,
.courseul li:hover .p2 a{
  background-color: rgba(255, 255, 255, .1);
  color: #fff;
}
/* @分页 */
.sabrosus {
  text-align: center;
  /* width: 730px; */
  margin: 0 auto;
  padding: 100px 6px 100px 6px;
}
.sabrosus a{
  display: inline-block;
  padding: 8px 16px;
  margin-right: 10px;
  color: #666;
  background-color: #f5f5f5;
  text-decoration: none;
  user-select: none;
  vertical-align: top;
  font-size: 16px;
}
.sabrosus .cpb {
  display: inline-block;
  padding: 8px 16px;
  margin-right: 10px;
  color: #fff;
  background-color: #0ba886;
  user-select: none;
}
.sabrosus .prev,
.sabrosus .next{
  background:#f5f5f5 url(../images/icon-twoarrowl.png) no-repeat center center/ 10px;
  color: transparent;
}
.sabrosus .next{
  background-image:url(../images/icon-twoarrowr.png);
}
.sabrosus a:hover{
  color: #fff;
  background-color: #0ba886;
}
.sabrosus .prev:hover,
.sabrosus .next:hover{
  color: transparent;
  background-color: #0ba886;
}
.sabrosus .prev:hover{
  background-image:url(../images/icon-twoarrowl2.png);
}
.sabrosus .next:hover{
  background-image:url(../images/icon-twoarrowr2.png);
}
/* @考研课程详情2 */
.public-btit2{
  position: absolute;
  top:0;
  bottom:0;
  margin:auto;
  height: 228px;
}
.public-btit2 strong{
  line-height: 96px;
  font-size: 50px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 4px;
}
.public-btit2 .p1{
  width:80%;
  margin-bottom: 32px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  /*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:2;   /*用来限制在一个块元素显示的文本的行数。*/

}
.public-btit2 a.signup{
  display: block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  background-color: #ffab3c;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.public-btit2 a.signup:hover{
  background-color: #fa9e25;
}
/* @课程介绍 */
.coursedetails-bg {
  margin-top: -5%;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
}
.coursedetails-moudel1{
  position: relative;
  z-index: 0;
  margin-bottom: 60px;
  border-radius: 2px 80px 3px 80px;
  -webkit-border-radius: 2px 80px 3px 80px;
  -moz-border-radius: 2px 80px 3px 80px;
  -ms-border-radius: 2px 80px 3px 80px;
  -o-border-radius: 2px 80px 3px 80px;
  box-shadow: 0 10px 20px 5px rgba(104,116,113,.06);
  background-color: #fff;
}
.coursedetails-moudel1 dl{
  text-align: center;
}
.coursedetails-moudel1 dl dt{
  position: relative;
  float: left;
  width: 300px;
  height: 300px;
  background: url(../images/course-img0.png) no-repeat center center/cover;
}
.coursedetails-moudel1 dl dt>div{
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right: 0;
  margin: auto;
  width: 140px;
  height: 115px;
  text-align: left;
}
.coursedetails-moudel1 dl dt h3{
  margin-bottom: 20px;
  color: #fff;
  font-size: 34px;
}
.coursedetails-moudel1 dl dt p{
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.coursedetails-moudel1 dl dd{
  display: inline-block;
  padding-top:82px;
  margin-left:100px;
  text-align: center;
  vertical-align: top;
}
.coursedetails-moudel1 dl dd img{
  vertical-align: top;
  margin-bottom: 25px;
}
.coursedetails-moudel1 dl dd p{
  position: relative;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  overflow: hidden;
}
.coursedetails-moudel1 dl dd p::before{
 /*  display: none; */
  content: '';
  position: absolute;
  top:0;
  left:0;
  right:0;
  margin: auto;
  width: 40px;
  height: 1px;
  background-color: #06a57e;
}

.recentclass {
  padding: 60px 0;
  border-top: 1px solid #e3e6e6;
}
.recentclass .p1{
  width: 200px;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  background-color: #0ba886;
  border-radius: 4px 20px 4px 20px;
  -webkit-border-radius: 4px 20px 4px 20px;
  -moz-border-radius: 4px 20px 4px 20px;
  -ms-border-radius: 4px 20px 4px 20px;
  -o-border-radius: 4px 20px 4px 20px;
  color: #fff;
  text-align: center;
}
.recentclass .p2 ,
.recentclass .p3{
  width: 33.3%;
}
.recentclass .p2 em,
.recentclass .p3 em{
  display: block;
  height: 14px;
  line-height: 14px;
  color: #999;
  font-size: 14px;
}
.recentclass .p2 p,
.recentclass .p3 p{
  height: 18px;
  margin-top: 8px;
  line-height: 18px;
  font-size: 18px;
  color: #1a1a1a;
  overflow: hidden;
}
/*  @课程视频 */
.coursedetails-moudel3{
  height: 400px;
  background: url(../images/course-img5.png) no-repeat center center/cover;
  overflow: hidden;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}
.coursedetails-moudel3>.fix-width{
  height: 100%;
}
.coursedetails-moudel3>img{
  display: block;
  width: 100%;
}
.coursedetails-moudel3 strong{
  position: relative;
  /* position: absolute;
  top:60px;
  left: 0; */
  display: block;
  padding-top:60px;
  font-size: 36px;
  color: #fff;
  font-weight: normal;
  z-index: 9;
}
.coursedetails-moudel3 a{
  position: absolute;
  top:0;
  right: 0;
  left:0;
  bottom:0;
  margin: auto;
  width: 68px;
  height: 68px;
  background:rgba(0,0,0,.8) url(../images/course-img6.png) no-repeat center center/cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.coursedetails-moudel3 #videoshadow{
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin:auto;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,.4);
}
.coursedetails-moudel3 #video{
  display: block;
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  margin:auto;
  object-fit:fill;
  width: 100%;
  /* height: 100%; */
}

.details-tit{
  /* height: 40px;
  line-height: 40px; */
}
.details-tit strong{
  font-size: 36px;
  line-height: 40px;
}
.details-tit i{
  position: absolute;
  left:190px;
  top:-55px;
  font-size: 172px;
  color: #ecf0f4;
  text-transform: uppercase;
}
/* @课程介绍 */
.coursedetails-moudel4{
  padding: 60px 0;
  overflow: hidden;
}
.arrange {
  padding:42px 0 0;
  text-align: center;
}
.arrange h4{
  margin-bottom: 24px;
  line-height: 42px;
  font-size: 34px;
  color: #23be58;
  font-weight: bold;
  
}
.arrange h5{
  display: inline-block;
  position: relative;
  line-height: 42px;
  font-size: 36px;
  font-weight: bold;

}
.arrange h5 em{
  margin-right: 20px;
  color: #23be58;
}
.arrange h5::before,
.arrange h5::after{
  position: absolute;
  content: '';
  color: #23be58;
  opacity: .2;
}
.arrange h5::before{
  content: '“';
  top:0;
  left: -60px;
  font-size: 70px;
}
.arrange h5::after{
  content: '”';
  right: -95px;
  bottom: -58px;
  font-size: 145px;

}
.arrange-b2 img{
  display: block;
  max-width: 100%;
  margin: 30px auto 5px;
}
.arrange-b{
  position: relative;
  margin-top:62px;
  box-shadow: 0 5px 20px 5px rgba(104,116,113,.06);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.arrange-b .p-t{
  position: absolute;
  top:-10px;
  left:-22px;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  font-size: 20px;
  background: #23be59;
  color: #fff;
  border-radius: 0 30px 0 0;
  -webkit-border-radius: 0 30px 0 0;
  -moz-border-radius: 0 30px 0 0;
  -ms-border-radius: 0 30px 0 0;
  -o-border-radius: 0 30px 0 0;
}
.arrange-b .p-t::before{
  content: '';
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 23px;
  height: 11px;
  background: url(../images/course-img7.png) no-repeat;
}
.arrange-b .p-b{
  padding: 65px 145px;
}
.arrange-b .p-b dl{
  margin-bottom: 25px;
  border:1px solid #23be59;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}
.arrange-b .p-b dl:last-of-type{
  margin-bottom: 0;
}
.arrange-b .p-b dl:last-of-type dt{
  height: 156px;
  line-height: 156px;
}
.arrange-b .p-b dt{
  float: left;
  width: 22%;
  height: 76px;
  line-height: 76px;
  background: #23be59;
  color: #fff;
  font-size: 26px;
}
.arrange-b .p-b dd{
  float: left;
  width:78%;
  padding:18px 20px ;
  box-sizing: border-box;
}
.arrange-b .p-b dd p{
  height: 40px;
  line-height: 40px;
  text-align: left;
  font-size: 18px;
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space:nowrap;
}
/* @课程价格 */
.price{
  margin-top: 40px;
  padding: 65px 0;
  background: url(../images/course-img8.png) no-repeat center center/cover;
}
.price .fl{
  width: 28.4%;
  padding:100px 52px 10px;
  box-sizing: border-box;
}
.price .fl p,
.price .fl a{
  color: #fff;
}
.price .fl .p1{
  position: relative;
  line-height: 55px;
  font-size: 32px;
  
}
.price .fl .p1::before{
  content: '';
  position: absolute;
  top:-80px;
  left: 0;
  width: 70px;
  height: 44px;
  background: url(../images/course-img9.png) no-repeat;
}
.price .fl .p2{
  margin-bottom: 26px;
  line-height: 70px;
}
.price .fl .p2 strong{
  font-size: 60px;
  /* font-size: 46px; */
}
.price .fl .p2 span{
  font-size: 28px;
}
.price .fl a{
  display: inline-block;
  width: 152px;
  height: 45px;
  margin-bottom: 20px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.price .fl a.a1{
  background: #ffab3c;
}
.price .fl a.a2{
  background: #54deaf;
}

.price .fr{

  width: 71.4%;
  padding: 45px 49px;
  border: 1px solid #dee0e0;
  background-color: #fff;
  box-sizing: border-box;
}
.price .fr .p1{
  margin-bottom: 30px;
  line-height: 40px;
  font-size: 30px;
  color: #0ba886;
}
.discountsul{
  
}
.discountsul li{
  position: relative;
  float: left;
  width: 30%;
  padding: 40px 0;
  margin-right: 4.3%;
  text-align: center;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
  /* overflow: hidden; */
}
.discountsul li:last-of-type{
  margin-right: 0;
}
.discountsul li::before,
.discountsul li::after{
  content: '';
  position: absolute;
}
.discountsul li::before{
  right: -5px;
  bottom: -5px;
  width: 64px;
  height: 64px;
  background: url(../images/course-img10.png) no-repeat;
}
.discountsul li::after{
  
  right: -13px;
  top:-20%;
  bottom:0;
  margin: auto;
  width: 1px;
  height: 60px;
  border-left: 1px dashed #dce0df;
}
.discountsul li:last-of-type::after{
  border-left: 0;
}
.discountsul li strong{
  display: block;
  font-size: 60px;
  line-height: 70px;
}
.discountsul li p{
  font-size: 18px;
  line-height: 50px;
}
.discountsul li a{
  display: inline-block;
  width: 140px;
  height: 40px;
  margin: 22px auto 0;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  background-color: rgba(255,255,255,.3);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  opacity: 0;
}
.discountsul li:hover{
  top:-20px;
  background: linear-gradient(#ffae3b,#ff9000);
}
.discountsul li.active{
  top:-20px;
  background: linear-gradient(#ffae3b,#ff9000);
}
.discountsul li:hover strong,
.discountsul li:hover p,
.discountsul li.active strong,
.discountsul li.active p{
  color: #fff;
}
.discountsul li:hover a,
.discountsul li.active a{
  opacity: 1;
}
.discountsul li:hover::after,
.discountsul li.active::after{
  opacity: 0;
}
/* @报名流程 */
.coursedetails-moudel6{
  padding: 60px 0;
}
.processul {
  margin-top:35px;
}
.processul li{
  position: relative;
  float: left;
  width: 22%;
  padding: 50px 20px;
  margin-right: 4%;
  box-shadow: 0 4px 20px 4px rgba(26,26,26,.1);
  text-align: center;
  box-sizing: border-box;
}
.processul li::after{
  content: '';
  position: absolute;
  right: -10%;
  top:0;
  bottom:0;
  margin: auto;
  width: 10px;
  height: 12px;
  background: url(../images/icon-twoarrowr3.png) no-repeat;
}
.processul li:last-of-type{
  margin-right: 0;
}
.processul li:last-of-type::after{
  display: none;
}
.processul li em{
  position: absolute;
  left: 20px;
  top:20px;
  font-size: 22px;
  color: #e4e7eb;
  font-weight: bold;
  text-align: left;
}
.processul li i{
  display: inline-block;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  background:#ffab3c url(../images/course-img11.png) no-repeat center center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  vertical-align: top;
}
.processul li:first-of-type i{
  background-image: url(../images/course-img11.png) no-repeat;
}
.processul li:nth-child(2) i{
  background-image: url(../images/course-img12.png) no-repeat;
}
.processul li:nth-child(3) i{
  background-image: url(../images/course-img13.png) no-repeat;
}
.processul li:last-of-type i{
  background-image: url(../images/course-img14.png) no-repeat;
}
.processul li p{
  line-height: 18px;
  font-size: 18px;
  color: #272727;
}

/* @授课教师 */
.coursedetails-moudel7{
  padding: 60px 0;
}
/* @本页，轮播公用左右按钮样式 */
.btnwrap{
  position: relative;
  width: 72px;
  height:16px;
}
.btnwrap .swiper-button-next,
.btnwrap .swiper-button-prev{
  top:0;
  width: 12px;
  height:16px;
  margin-top: 0;
  background-size: 12px;
}
.btnwrap .swiper-button-prev {
  left: 0;
}
.btnwrap .swiper-button-next {
  right: 0;
}
.btnwrap i{
  position: absolute;
  top:0;
  right: 0;
  left:0;
  bottom:0;
  margin: auto;
  width: 1px;
  height: 10px;
  background-color: #d4d6d6;
}
.btnwrap .swiper-button-prev,
.caselist-v1-wrap .swiper-button-prev,
.caselist-btn-wrap .swiper-button-prev,
.idx-moudel3 .swiper-button-prev{
  background-image: url(../images/icon-btnl.png);
}
.btnwrap .swiper-button-next,
.caselist-v1-wrap .swiper-button-next,
.caselist-btn-wrap .swiper-button-next,
.idx-moudel3 .swiper-button-next{
  background-image: url(../images/icon-btnr.png);
}
.btnwrap .swiper-button-prev:hover,
.caselist-v1-wrap .swiper-button-prev:hover,
.caselist-btn-wrap .swiper-button-prev:hover,
.idx-moudel3 .swiper-button-prev:hover{
  background-image: url(../images/icon-btnl2.png);
}
.btnwrap .swiper-button-next:hover,
.caselist-v1-wrap .swiper-button-next:hover,
.caselist-btn-wrap .swiper-button-next:hover,
.idx-moudel3 .swiper-button-next:hover{
  background-image: url(../images/icon-btnr2.png);
}

.coursedetail-v1 {
  width: 100%;
  margin-top: 20px;
}
.coursedetail-v1 .swiper-slide{
  background-position: center;
  background-size: cover;
 /*  width: 190px;
  height: 460px; */
  padding-top:15px;
  padding-bottom:95px;
  text-align: center;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: 300ms;
  /* transform: scale(0.8); */

}
.coursedetail-v1 .swiper-slide .img1{
  width: 115px;
  height: 115px;
  margin-top:100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.coursedetail-v1 .swiper-slide-active .img-wrap{
  position: relative;
  /*width: 420px;
  height: 420px;
  */
  border-radius: 420px;
  -webkit-border-radius: 420px;
  -moz-border-radius: 420px;
  -ms-border-radius: 420px;
  -o-border-radius: 420px;
  background-color: #fff;
}
.coursedetail-v1 .swiper-slide-active .img-wrap::after{
  display: none;
  content: '';
  position: absolute;
  top:0;
  right: 0;
  left:0;
  bottom:0;
  margin: auto;
  width: 100px;
  height: 100px;
  border: 1px dashed #ebeded;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.coursedetail-v1 .swiper-slide-active .img1{
  display: block;
  padding: 8px;
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  box-shadow: 0 0 20px 6px rgba(0,0,0,.05);
}

.details-wrap{
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
}

.coursedetail-v1-detail{
  text-align: center;
}
.coursedetail-v1-detail>div{
  display: none;
}
.coursedetail-v1-detail .p1{
  line-height: 54px;
  font-size: 24px;
  color: #000;
}
.coursedetail-v1-detail .p1 strong{
  position: relative;
  padding: 0 30px;
}
.coursedetail-v1-detail .p1 strong::before,
.coursedetail-v1-detail .p1 strong::after{
  content: '';
  position: absolute;
  top:0;
  bottom:0;
  margin: auto;
  width: 17px;
  height: 28px;
  background: url(../images/course-img21.png) no-repeat;
}
.coursedetail-v1-detail .p1 strong::before{
  left: 0;
  background-image: url(../images/course-img20.png);
}
.coursedetail-v1-detail .p1 strong::after{
  right: 0;
}
.coursedetail-v1-detail .p2{
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #999;
}

/* @明星学院 */
.coursedetails-moudel8,
.caselist-moudel1{
  padding: 60px 0;
  background: url(../images/course-img22.png) no-repeat center center/cover;
}
.coursedetails-moudel8 .details-tit strong,
.caselist-moudel1 .details-tit strong{
  color: #fff;
}
.coursedetails-moudel8 .btnwrap i{
  background-color: #535353;
}
.stardetail-v1{
  margin-top:35px;
}
.stardetail-v1 .production{
  display: block;
  width:100%;
}
.idx-moudel5 .stardetail-v1 .production{
  width: 323px;
  height: 231px;
}
.stardetail-v1 dl{
  padding: 20px;
}
.stardetail-v1 dl dt{
  float: left;
  width: 52px;
  height: 52px;
  margin-right: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.stardetail-v1 dl dt img{
  width: 150%;
}
.stardetail-v1 dl dd{
  float: left;
  width: calc(100% - 72px);
}
.stardetail-v1 dl dd h4{
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  color: #fff;
  overflow: hidden;
}
.stardetail-v1 dl dd p{
  height: 24px;
  font-size: 14px;
  color: #fff;
  overflow: hidden;
}

/* @手绘作品 */
.coursedetails-moudel9{
  padding: 60px 0;
}
.coursedetails-moudel9 .details-tit em{
  margin-right: 50px;
  font-size:30px;
  color:#666;
  user-select: none;
}
.coursedetails-moudel9 .details-tit em:last-of-type{
  margin-right: 0;
}
.coursedetails-moudel9 .details-tit .swiper-pagination-bullet-active{
  font-size: 36px;
  color: #333;
}
.handdetail-v1{
  margin-top:35px;
}
.handdetail-v1 .swiper-slide{
  background-color: #fff;
}
/* @轮播里的瀑布流，切换按钮 */
.handdetail-page{
  left: 0;
  right:0;
  height: 47px;
  line-height: 47px;
}
.handdetail-page .swiper-pagination-bullet{
  width: auto;
  height: auto;
  background-color: #fff !important;
  opacity: 1 !important;
}
/* 轮播里的瀑布流，但是未无限加载 */
.waterfull {
  
  margin: 0 auto;
}
.waterfull ul{
  position: relative;
}
.waterfull ul li {
  position: relative;
  float: left;
  width: 370px;
  margin-bottom:44px;
  background: #fff;
  overflow: hidden;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  user-select: none;
}
.waterfull ul li:nth-child(3n){
  margin-right: 0;
}
.waterfull ul li img {
  display: block;
  width: 100%;
}

.worklist-bg .waterfull ul li::before,
.idx-moudel6 .waterfull ul li::before{
  display: none;
}
.waterfull ul li>a::before,
.waterfull ul li::before{
  opacity: 0;
  content: '';
  position: absolute;
  top:0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}
.waterfull ul li:hover>a::before,
.waterfull ul li:hover::before,
.waterfull ul li:hover div{
  opacity: 1;
}
.waterfull ul li div{
  opacity: 0;
  position: absolute;
  top:0;
  right: 0;
  left:0;
  bottom:0;
  margin: auto;
  width: 80%;
  height: 89px;
  text-align: center;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}
.waterfull ul li div strong{
  display: block;
  height: 50px;
  margin-bottom:15px;
  line-height: 50px;
  font-size: 32px;
  color: #fff;
  overflow: hidden;
}
.waterfull ul li div p{
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}
.clearfloat:after {
  clear: both;
  display: block;
  content: "";
  overflow: hidden;
  height: 0;
}
#imloading{
  margin:45px 0 120px;
}
/* @在线报名弹框 */
.online-wrap{
  display: none;
  position: fixed;
  top:0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  padding: 86px 0 0;
  background-color: rgba(255,255,255,.98);
  box-sizing: border-box;
  overflow-y: scroll;
}
.signupmobile{
  display: none !important;
}
.newblank .online-wrap{
  display: block;
  position: inherit;
  top:auto;
  left: auto;
  width: auto;
  height: auto;
  overflow: hidden;
}
.newblank .online-close,.newblank .online-close2{
  display: none;
}
.online-wrap *,.online-wrap ::after,.online-wrap ::before{box-sizing:border-box}
.online-close{
  position: fixed;
  right: 60px;
  top:60px;
  z-index: 1;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: #cccccc url(../images/icon-menu-close.png) no-repeat center center/20px;
  cursor: pointer;
}
.logo2{
  margin-bottom: 56px;
}
.online-moudel1{
  height: 66px;
  color: #1a1a1a;
  font-size: 42px;
  margin-bottom: 37px;
}
.online-moudel1 i,
.online-moudel1 a,
.backprev,
.backprev2{
  float: right;
  width: 50px;
  height: 50px;
  background: #06a57e url(../images/icon-back.png) no-repeat center center/22px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  cursor: pointer;
}
.online-close:hover,
.online-moudel1 i:hover,
.online-moudel1 a{
  opacity: .9;
}
.online-formwrap{
  background-color: #fff;
  box-shadow: 0 4px 20px 6px rgba(7,60,47,.05);
}
.online-moudel2{
  padding: 57px 60px;
}
.online-moudel3,
.online-moudel4,
.online-moudel5{
  padding: 50px 60px;
}
.online-moudel2 h3,
.online-moudel4 h3,
.online-moudel5 h3{
  margin-bottom: 25px;
  line-height: 24px;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}
.course-select .t{
  margin-bottom: 15px;
}
.course-select .t li{
  position: relative;
  float: left;
  width: 220px;
  height: 42px;
  font-size: 18px;
  line-height: 42px;
  color: #1a1a1a;
  cursor: pointer;
  text-align: center;
}
.course-select .t .active{
  font-size: 22px;
  color: #0ba886;
}

.course-select .t li::after,
.course-select .t li:hover::after,
.course-select .t .active::after{
  content: '';
  position: absolute;
  bottom: -3px;
  left:0;
  right:0;
  margin: auto;
  height: 3px;
  background-color: #0ba886;;
}

.course-select .t li::after{
  width: 0;
  transition: .25s;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  -ms-transition: .25s;
  -o-transition: .25s;
}
.course-select .t li:hover::after,
.course-select .t li.active::after{
  width: 30px;
}

.course-select .b{
  padding: 30px 30px 10px;
  background-color: #f5f5f5;
}
.course-select .b>div{
  display: none;
}
.course-select .b>div:first-of-type {
  display: block;
}
.course-select .b>div span{
  float: left;
  width: 18.5%;
  height: 45px;
  margin-right: 1.8%;
  margin-bottom: 20px;
  background-color: #fff;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
.course-select .b>div span.on{
  background-color: #ffab3c;
  color: #fff;
}
.course-select .b>div span:nth-child(5n){
  margin-right: 0;
}

.online-wrap label.txt-style{
  padding: 7px 0;
}
.online-wrap textarea{
  width: 95%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 14px;
  resize: none;
}
.txt-style{
  font-size: 18px;
  color: #1a1a1a;
}
.input-style{
  width: 87%;
  height: 40px;
  line-height: 1.5;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 14px;
}
.radio-style{
  padding-top:8px;
}
.online-wrap .custom-select{
  line-height: 1.5;
}
.online-wrap .form-control:focus,
.online-wrap .custom-select:focus {
  border-color: #06a57e;
  box-shadow: 0 0px 20px 10px rgba(6,165,126,.1);
}
.online-wrap .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #06a57e;
  background-color: #06a57e;
  box-shadow: 0 0px 5px 3px rgba(6,165,126,.3);
}
.online-wrap .custom-radio .custom-control-input:checked~.custom-control-label::after,
.online-wrap .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url(../images/icon-ok.png);
}
.online-wrap .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.online-moudel5 ul li{
  height: 60px;
  line-height: 60px;
}
.online-moudel5 ul li i{
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  background-size: cover;
  vertical-align: middle;
}
.online-moudel5 ul li .icon-wchat{
  background-image: url(../images/icon-pay1.png);
}
.online-moudel5 ul li .icon-paytreasure{
  background-image: url(../images/icon-pay2.png);
}
.online-moudel5 ul li .icon-bank{
  background-image: url(../images/icon-pay3.png);
}
.online-moudel5 ul li span{
  display: inline-block;
  width: calc(100% - 43px);
  height: 60px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
}
.agreement{
  padding: 30px;
  margin-bottom: 30px;
}
.agreement .p1{
  height: 20px;
  padding-left:32px;
  margin-bottom: 10px;
  font-size:16px;
  color: #1a1a1a;
  line-height: 20px;
  background: url(../images/icon-message.png) no-repeat left center/17px;
}
.agreement .p2{
  line-height: 36px;
  font-size:14px;
  color: #333;
}

.online-wrap .btn-primary,
.signupstatus .btn {
  display: block;
  width: 150px;
  height: 50px;
  margin: 60px auto;
  background-color: #06a57e;
  border-color: #06a57e;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-size: 18px;
}
.online-wrap .btn-primary:checked{
  background-color: #06a57e;
  border-color: #06a57e;
}

.btn-primary:hover {
  color: #fff;
  background-color: #06a57e;
  border-color: #06a57e
}

.btn-primary.focus,.btn-primary:focus {
  box-shadow: 0 0px 5px 3px rgba(6,165,126,.3);
}

.btn-primary.disabled,.btn-primary:disabled {
  color: #fff;
  background-color: #06a57e;
  border-color: #06a57e
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #06a57e;
  border-color: #06a57e
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0px 5px 3px rgba(6, 165, 126, .3);
}

.bv-form .help-block {
  margin-bottom: 0
}

.bv-form .tooltip-inner {
  text-align: left
}

.nav-tabs li.bv-tab-success>a {
  color: #06a57e
}

.nav-tabs li.bv-tab-error>a {
  color: #f51036
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #f51036
}

.has-error .form-control {
  border-color: #f51036;
  box-shadow: 0 0px 15px 5px rgba(245,16,54,.12);
}

.has-error .form-control:focus {
  border-color: #f51036;
  box-shadow: 0 0px 15px 5px rgba(245,16,54,.12);
}

.has-error .input-group-addon {
  color: #f51036;
  background-color: #f2dede;
  border-color: #f51036
}

.has-error .form-control-feedback {
  color: #f51036
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline,.has-error .radio-style,.has-error .custom-control-label {
  color: #f51036;
}
.online-wrap .col-sm-9{
  position: relative;
  padding: 0;
}
.online-moudel4 .col-lg-3{
  padding-left: 0;
}
/* .online-wrap small{
  position: absolute;
  bottom: -20px;
} */
/* @报名状态 */
.signupstatus-wrap{
  display: none;
  position: fixed;
  top:0;
  left: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.signupstatus{
  position: absolute;
  top:0;
  right: 0;
  left:0;
  bottom:0;
  margin: auto;
  width: 720px;
  height: 430px;
  padding: 60px 20px;
  border: 1px solid #a6a8a7;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.status-close{
  position: absolute;
  top:-15px;
  right: -45px;
  width: 45px;
  height: 45px;
  background: url(../images/icon-menu-close.png) no-repeat center center/19px;
  cursor: pointer;
}
.signupstatus img{
  vertical-align: top;
}
.signupstatus h3{
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
}
.signupstatus p{
  font-size: 14px;
  color: #5c5c5c;
  line-height: 20px;
}
.signupstatus .btn{
  margin: 35px auto 0 ;
}
/* @考研资讯 */
.newslist-banner .breadcrumbs{
  position: absolute;
  top: 38px;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  height: 20px;
  line-height: 20px;
}
.newslist-banner .breadcrumbs .fr a,
.newslist-banner .breadcrumbs span {
  color: #fff;
}
.newslist-banner .breadcrumbs .icon-home {
  margin-top:0;
  background-image: url(../images/icon-home-white.png);
}
.newslist-bg,
.news-bg{
  margin-top:-9%;
  position: relative;
  z-index: 1;
}
.newslist-v1{
  box-shadow: 0 4px 20px 6px rgba(104,116,113,.06);
  background:#fff url(../images/newslist-img2.png) no-repeat right bottom;
}
.newslist-v1>.newslistnum{
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  padding: 10px;
  color: #999999;
  font-size: 14px;
  background-color: rgba(255,255,255,.2);
}
.newslist-v1>.newslistnum i{
  color: #666666;
  font-size: 26px;
}
.newslist-v1 .fl{
  width: 50%;
}
.newslist-v1 .fl img{
  display: block;
  width: 100%;
}
.newslist-v1 .fr{
  width: 50%;
  padding: 40px 60px;
  box-sizing: border-box;
}
.newslist-v1 .fr span{
  line-height: 24px;
  font-size: 16px;
  color: #999;
}
.newslist-v1 .fr h3{
  margin-top: 20px;
  margin-bottom: 24px;
  line-height: 40px;
  font-size: 30px;
  color: #000;
  /*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:2;   /*用来限制在一个块元素显示的文本的行数。*/

}
.newslist-v1 .fr p{
  margin-top: 24px;
  margin-bottom: 60px;
  line-height: 28px;
  font-size: 14px;
  color: #4c4c4c;
  /*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:2;   /*用来限制在一个块元素显示的文本的行数。*/

}
.newslist-v1 .fr a{
  font-size: 14px;
  color: #999999;
}
.newslist-v1-wrap{
  padding-bottom: 120px;
}
.newslist-v1-wrap .swiper-pagination{
  left:0;
  right: 0;
  margin: auto;
  margin-top:52px;
}
.newslist-v1-wrap .swiper-pagination-bullet{
  width:11px;
  height:11px;
  margin:0 22px;
  background-color: #dbdbdb;
  opacity: 1;
}
.newslist-v1-wrap .swiper-pagination-bullet-active{
  background-color: #0ba886;
}
.newslistul li{
  float: left;
  width: 31.3%;
  padding-bottom: 30px;
  margin-right: 3%;
  margin-bottom: 42px;
}
.newslistul li:nth-child(3n){
  margin-right: 0;
}
.newslistul li img{
  display: block;
  width: 100%;
  height: 250px;
}
.newslistul li div{
  width:100%;
  box-sizing: border-box;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}
.newslistul .p1{
  height: 56px;
  margin: 12px 0 16px;
  line-height: 28px;
  font-size: 18px;
  color: #1a1a1a;
  /*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:2;   /*用来限制在一个块元素显示的文本的行数。*/

}
.newslistul .p1 a{
  display: block;
}
.newslistul .p2{
  padding-left:24px;
  line-height: 20px;
  font-size: 12px;
  color: #808080;
  background: url(../images/icon-time.png) no-repeat left center/16px;
}
.newslistul li:hover{
  box-shadow: 0 4px 20px 6px rgba(104,116,113,.06);
}
.newslistul li:hover div{
  padding: 0 20px;
}
.newslistul li:hover a{
  color: #0ba886;
}
.newslist-bg .sabrosus,
.teachers-bg .sabrosus{
  padding: 25px 6px 100px 6px;
}
/* @考研资讯-详情 */
.newscon-wrap{
  width: 1400px;
  margin: 0 auto;
  padding: 60px 0;
}
.newscon-art{
  position: relative;
}
.newscon-art h1.tit{
  height: 40px;
  margin-bottom: 24px;
  line-height: 40px;
  font-weight: bold;
  font-size: 38px;
  color: #000;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newscon-art .time{
  margin-bottom: 55px;
  color: #666;
  font-size: 14px;
  text-align: left;
}
.newscon-art table td{
  border: 1px solid #999;
  text-align: center;
}
.newscon-art table td p{
  margin: 0;
  text-indent: 0;
  line-height: normal;
}
.newscon {
}
.newscon .news-art{
  position: relative;
  width: 75%;
  margin: 30px auto ;
}
.newscon .news-art img{
  display: block;
  width: 100%;
}
.newscon img{
  display: block;
  max-width: 100%;
  margin: 0 auto 38px;
}
.newscon p,
.newscon div{
  margin-bottom: 32px;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  text-indent: 2em;
}
.uppage{
  padding: 29px 0;
}
.uppage p{
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.uppage p span,
.uppage p a{
  float: left;
}
.uppage p span{
  width: 65px;
}
.uppage p a{
  width: calc(100% - 115px);
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.backprev{
  position: absolute;
  bottom: 45px;
  right: 0;
}

/* @考研攻略-考研院校 */
.universitiesul{
  margin: 60px 0 45px;
}
.universitiesul li{
  float: left;
  width: 10.5%;
  height: 60px;
  margin-right: .6%;
  margin-bottom: 6px;
  line-height: 60px;
  font-size: 16px;
  color: #666;
  background-color: #e5e5e5;
  text-align: center;
  overflow: hidden;
}
.universitiesul li a{
  display: block;
}
.universitiesul li:last-of-type{
  margin-right: 0;
}
.universitiesul li.active a,
.universitiesul li:hover a{
  color: #fff;
}
.universitiesul li.active,
.universitiesul li:hover{
  background-color: #0ba886;
}
.universitiesul2 li{
  float: left;
  width:31.3%;
  margin-right:3%
}
.universitiesul2 li:nth-child(3n){
  margin-right: 0;
}
.universitiesul2 img{
  display: block;
  width: 100%;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}
.universitiesul2 p a{
  display: block;
  height: 55px;
  line-height: 55px;
  color: #1a1a1a;
  font-size: 18px;
  text-align: center;
  overflow: hidden;
}
.universitiesul2 li:hover img{
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.universitiesul2 li:hover a{
  color: #0ba886 ;
}
.universitiesul3{
  position: relative;
  margin-top:35px;
}
.universitiesul3::before{
  content: '';
  position: absolute;
  left:0;
  bottom:0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.universitiesul3 li{
  float: left;
  width:24%;
  height: 150px;
  box-sizing: border-box;
  border-right:1px solid #e3e6e6;
  border-bottom:1px solid #e3e6e6;
}
.universitiesul3 li:nth-child(4n){
  border-right:0;
}
.universitiesul3 li a{
  position: relative;
  display: block;
  height: 100%;
  box-sizing: border-box;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  border: 10px solid transparent;
}
.universitiesul3 li a:hover{
  border: 10px solid rgba(11,168,134,.4);
}
.universitiesul3 li a img{
  display: block;
  position: absolute;
  top:0;
  right: 0;
  left:0;
  bottom:0;
  margin: auto;
}
/* @考研攻略-考研院校资讯 */
.backprev2{
  position: absolute;
  right: 0;
  top:0;
  bottom:0;
  margin: auto;
}
.hide{
  display: none !important;
}
.universitiesnewsul{
  padding-top:10px;
}
.universitiesnewsul li{
  position: relative;
  padding: 40px 0;
  border-bottom: 1px solid #e3e6e6;
}
.universitiesnewsul span{
  display: inline-block;
  width: 40px;
  margin-right:40px;
  line-height: 12px;
  font-size: 12px;
  color: #1a1a1a;
  vertical-align: top;
  font-weight: normal;
}
.universitiesnewsul strong{
  display: block;
  line-height: 24px;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: normal;
}
.universitiesnewsul p{
  display: inline-block;
  width: calc(100% - 115px);
  height: 40px;
  padding-left: 30px;
  line-height: 40px;
  font-size: 18px;
  color: #1a1a1a;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.universitiesnewsul p a{
  color: #1a1a1a;
}
.universitiesnewsul li div .m{
  top:0;
  bottom:0;
  right: 15px;
  margin: auto;
}
/* @师资团队 */
.teachersul{
  margin-top: 60px;
}
.teachersul li{
  float: left;
  width: 28%;
  margin:  0 2.6% 58px;
  text-align: center;
}

.teachersul li img{
  display: block;
  margin: 0 auto;
  /* width: 75%; */
  width: 252px;
  height: 252px;
  padding: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.teachersul li .img2{
  display: none;
}
.teachersul li h3{
  position: relative;
  height: 62px;
  margin-bottom: 20px;
  line-height: 62px;
  font-size: 20px;
  color: #000;
  overflow: hidden;
}
.teachersul li h3:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom:0;
  margin: auto;
  width: 28px;
  height: 1px;
  background-color: #b3b3b3;
}
.teachersul li p{
  min-height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  /*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:2;   /*用来限制在一个块元素显示的文本的行数。*/
}
.teachersul li:hover img{
  box-shadow: 0 0 20px 6px rgba(0,0,0,.05);
} 
.teachersul li:hover .img1{
  display: none;
}
.teachersul li:hover .img2{
  display: block;
}
.teachersul li:hover h3{
  color: #0ba886;
}
.teachers-bg .sabrosus {
  padding: 52px 6px 100px 6px;
}
/*  @明星学员 */
.caselist-v1-wrap{}
.caselist-v1{
  position: relative;
  margin-top: 48px;
  margin: 48px 70px 0;
}
.caselist-v1 .production{
  display: block;
  width:100%;
}
.caselist-v1 .production img{
  display: block;
  width: 100%;
}
.caselist-v1 .dlwrap{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}
.caselist-v1 .dlwrap dl{
  position: absolute;
  top:0;
  bottom:0;
  margin: auto;
  width: 100%;
  height: 46px;
  padding: 0 70px;
  box-sizing: border-box;
}
.caselist-v1 .dlwrap dl dt{
  display: none;
}
.caselist-v1 .dlwrap dl h4{
  color: #333;
  font-size: 16px;
  line-height: 46px;
}
.caselist-v1 .dlwrap dl p{
  display: none;
}
.caselist-v1 .swiper-slide-active .dlwrap{
  background: url(../images/caselist-img1.png) no-repeat center center/cover;
}
.caselist-v1 .swiper-slide-active .dlwrap dl{
  top:auto;
  bottom: 25px;
  height: auto;
  padding: 0 30px;
}
.caselist-v1 .swiper-slide-active .dlwrap dl dt,
.caselist-v1 .swiper-slide-active .dlwrap dl dd{
  display: inline-block;
  vertical-align: top;
}
.caselist-v1 .swiper-slide-active .dlwrap dl dt{
  width: 52px;
  height: 52px;
  margin-right: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.caselist-v1 .swiper-slide-active .dlwrap dl dt img{
  display: block;
  width: 155%;
}
.caselist-v1 .swiper-slide-active .dlwrap dl dd{
  width: calc(100% - 88px);
}
.caselist-v1 .swiper-slide-active .dlwrap dl h4{
  line-height: 46px;
  font-size: 20px;
  color: #fff;
}
.caselist-v1 .swiper-slide-active .dlwrap dl p{
  display: inline-block;
  height: 24px;
  margin-right: 25px;
  line-height: 24px;
  vertical-align: top;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caselist-v1 .swiper-slide-prev .dlwrap dl h4{
  display: none;
  text-align: center;
  text-indent: 10em;
}
.caselist-v1 .swiper-slide-next .dlwrap dl h4{
  display: none;
  text-align: left;
  text-indent: 9em;
}

.caselist-v1 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 61.6%;
  height: auto;

}
.caselist-v1 .swiper-slide-prev{
  transform: translate3d(0px, 0px, -350px) rotateX(0deg) rotateY(0deg) !important;
  -webkit-transform: translate3d(0px, 0px, -350px) rotateX(0deg) rotateY(0deg) !important;
  -moz-transform: translate3d(0px, 0px, -350px) rotateX(0deg) rotateY(0deg) !important;
  -ms-transform: translate3d(0px, 0px, -350px) rotateX(0deg) rotateY(0deg) !important;
  -o-transform: translate3d(0px, 0px, -350px) rotateX(0deg) rotateY(0deg) !important;
}
.caselist-v1.swiper-container-3d .swiper-slide-shadow-left,
.caselist-v1.swiper-container-3d .swiper-slide-shadow-right{
  background-image: none !important;
}
.caselist-v1 .swiper-slide-next{
  transform: translate3d(0px, 0px, -350px) rotateX(0deg) rotateY(0deg) !important;
  -webkit-transform: translate3d(0px, 0px, -350px) rotateX(0deg) rotateY(0deg) !important;
  -moz-transform: translate3d(0px, 0px, -350px) rotateX(0deg) rotateY(0deg) !important;
  -ms-transform: translate3d(0px, 0px, -350px) rotateX(0deg) rotateY(0deg) !important;
  -o-transform: translate3d(0px, 0px, -350px) rotateX(0deg) rotateY(0deg) !important;
}
.caselist-v1-wrap .swiper-button-prev,
.caselist-v1-wrap .swiper-button-next,
.caselist-btn-wrap .swiper-button-prev,
.caselist-btn-wrap .swiper-button-next{
  width: 12px;
  height:16px;
  background-size: 12px;
}
/* @录取榜单 */
.caselist-moudel2{
  padding-top:60px
}
.caselist-v2-wrap{
  margin-top:70px;
}
.caselist-btn-wrap{
  width: 100%;
  height: 18px;
  margin-bottom: 72px;
  background: url(../images/caselist-img6.png) no-repeat center center/cover;
}
.caselist-btn-wrap>.fix-width{
  height: 100%;
}
.caselist-btn-wrap .swiper-button-prev,
.caselist-btn-wrap .swiper-button-next{
  margin-top: -8px;
}
.caselist-btn-wrap .swiper-button-prev{
  left: 0;
}
.caselist-btn-wrap .swiper-button-next{
  right: 0;
}
.caselist-btn-wrap .swiper-pagination{
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  margin: auto;
  width:100%;
}
.caselist-btn-wrap .swiper-pagination-bullet{
  position: relative;
  display: inline-block;
  width:20%;
  height: 42px;
  line-height: 50px;
  opacity: 1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-color: transparent;
  text-align: center;
  font-size: 16px;
  color: #333333;
  user-select: none;
}
.caselist-btn-wrap .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  right:0;
  margin: auto;
  width: 7px;
  height: 7px;
  background-color: #0ba886;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.caselist-btn-wrap .swiper-pagination-bullet-active{
  top: -24px;
  width: 20%;
  height: 62px;
  color: #fff;
  line-height: 62px;
  font-size: 22px;
  font-weight: bold;
}
.caselist-btn-wrap .swiper-pagination-bullet-active::before {
  z-index: -1;
  top: 0;
  width: 70px;
  height: 62px;
  background:url(../images/caselist-img5.png) no-repeat center center/100% 100%;
}
.caselist-v2 ul li{
  float: left;
  width:31.3%;
  margin-right: 3%;
  margin-bottom: 40px;
  border:1px solid #e3e6e6;
  box-sizing: border-box;
}
.caselist-v2 ul li:nth-child(3n){
  margin-right:0;
}
.caselist-v2 .production{
  display: block;
  width:100%;
}
.caselist-v2 dl{
  padding: 20px;
}
.caselist-v2 dl dt{
  float: left;
  width: 52px;
  height: 52px;
  margin-right: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
}
.caselist-v2 dl dt img{
  display: block;
  width: 155%;
}
.caselist-v2 dl dd{
  float: left;
  width: calc(100% - 72px);
}
.caselist-v2 dl dd h4{
  line-height: 45px;
  font-size: 20px;
  color: #1a1a1a;
}
.caselist-v2 dl dd p{
  height: 45px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.caselist-v2 ul li:hover{
  border-color: #fff;
  box-shadow: 0 10px 20px 5px rgba(104,116,113,.06);
}

.caselist-v2 ul li:hover dl dd h4{
  color: #0ba886;
}
.caselist-bg .sabrosus{
  padding-top:40px ;
}
/* @手绘作品页面 */
.worklist-bg{
  margin-top: 60px;
}
.workmore{
  position: relative;
  text-align: center;
}
.workmore::before{
  content: '';
  position: absolute;
  top:0;
  right: 0;
  left:0;
  bottom:0;
  margin: auto;
  width: 100%;
  height: 1px;
  background-color: #e3e6e6;
}
.workmore span{
  position: relative;
  z-index: 0;
  padding: 0 20px;
  color: #333333;
  font-size: 16px;
  background-color: #fff;
  user-select: none;
  cursor: pointer;
}
.workmore span:hover{
  color: #05a67d;
}

/* @首页-首屏banner */
.idx-v1 img{
  display: block;
  width: 100%;
}
.idx-v1 .idx-page1{
  bottom:5%;
  width:100%;
  padding: 0 4.68% 0 4.16%;
  box-sizing: border-box;
  text-align: left;
}
.idx-page1 .swiper-pagination-bullet{
  width: 71px;
  height: 7px;
  background: url(../images/idx-img1.png) no-repeat center center/cover;
  opacity: 1;
}
.idx-page1 .swiper-pagination-bullet-active{
  position: relative;
  background-image: url(../images/idx-img2.png);
}
.idx-page1 .swiper-pagination-bullet-active::before{
  content: '';
  position: absolute;
  top:-30px;
  right: 0;
  width: 21px;
  height: 22px;
  background:url(../images/idx-img3.png) no-repeat center center/cover;
}
.mouse{
  position: absolute;
  bottom: 18%;
  right: 4.68%;
  width: 20px;
  z-index: 2;
}
.mouse span{
  display: block;
  line-height: 18px;
  color: #fefefe;
  font-size: 14px;
  text-align: center;

}
.mouse em{
  position: relative;
  display: block;
  width: 1px;
  height: 30px;
  margin: 24px auto 35px;
}
.mouse em::after{
  content: '';
  position: absolute;
  top:0;
  left:0;
  width: 1px;
  height: 30px;
  background-color: #fff;
  animation: long 1s alternate infinite;
  -webkit-animation: long 1s alternate infinite;
}
@keyframes long{
  0%{
    height: 0;
  }
  100%{
    height: 30px;
  }
}
.mouse i{
  display: block;
  width: 14px;
  height: 20px;
  margin: 0 auto;
  background:url(../images/icon-mouse.png) no-repeat center center/cover;
}
/* @ */
.idx-moudel1 .fl{
  width: 68.75%;
  background-color: #f2f5f5;
}
.idx-moudel1 .fl li{
  position: relative;
  float: left;
  width: 33.33%;
  height: 40px;
  padding: 40px 0;
  text-align: center;
}
.idx-moudel1 .fl li::after{
  content: '';
  position: absolute;
  right: 0;
  top:0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 40px;
  border-right: 1px dashed #d9dcdc;
}
.idx-moudel1 .fl li:last-of-type::after,
.idx-moudel1 .fr li:last-of-type::after{
  display: none;
}
.idx-moudel1 .fl li strong{
  display: inline-block;
  height: 40px;
  margin-right: 5px;
  line-height: 40px;
  font-size: 50px;
  color: #06a57e;
}
.idx-moudel1 .fl li span{
  font-size: 16px;
  color: #666;
}

.idx-moudel1 .fr{
  position: relative;
  width: 31.25%;
  margin-top: -76px;
  background: url(../images/idx-img4.png) no-repeat center center/cover;
  z-index: 2;
}
.idx-moudel1 .fr li{
  position: relative;
  float: left;
  width: 50%;
  padding: 42.5px 0;
  text-align: center;
}
.idx-moudel1 .fr li::after{
  content: '';
  position: absolute;
  right: 0;
  top:0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 60px;
  border-right: 1px dashed rgba(217,220,220,.4);
}
.idx-moudel1 .fr li p{
  line-height: 25px;
  font-size: 18px;
  color: #ffffff;
}
.idx-moudel1 .fr li strong{
  display: inline-block;
  height: 76px;
  line-height: 76px;
  font-size: 76px;
  color: #ffffff;
}
.idx-moudel1 .fr li span{
  font-size: 24px;
  color: #ffffff;
}
.idx-moudel1 .fr li .p1{
  margin-bottom: 10px;
}
.idx-moudel1 .fr li .p2{
  height: 25px;
  overflow: hidden;
}
/* @首页-考研课程 */
.idx-moudel2{
  /* background: url(../images/idx-img5.png) no-repeat left bottom/37.5%; */
}
.idx-moudel2 .idx-v2-img{
  position: absolute;
  left:0;
  bottom:0;
  z-index: -1;
  width: 37.5%;
}
.idx-moudel2 .idx-v2-img img{
  display: none;
  width: 100%;
}
.idx-moudel2 .idx-v2-img img:first-of-type{
  display: block;
}
.idx-moudel2 .fl-wrap{
  position: absolute;
  left: 0;
  top:0;
  padding-top: 80px;
}
.idx-moudel2 .fl-tab{
  margin-top: 40px;
}
.idx-moudel2 .fl-tab li,
.idx-moudel6 .fl-tab li{
  position: relative;
  height: 46px;
  margin-bottom: 18px;
  font-size: 18px;
  color: #666666;
  line-height: 46px;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  cursor: pointer;
}
.idx-moudel2 .fl-tab li::after,
.idx-moudel6 .fl-tab li::after{
  content: '';
  position: absolute;
  right: 50px;
  top:0;
  bottom:0;
  margin: auto;
  width: 0;
  height: 1px;
  background: #fff;
}
.idx-moudel2 .fl-tab li:hover,
.idx-moudel2 .fl-tab li.active,
.idx-moudel6 .fl-tab li.active{
  position: relative;
  padding: 0 115px 0 20px;
  color: #06a57e;
  box-shadow: 5px 0 20px 5px rgba(104,116,113,.06);
}
.idx-moudel2 .fl-tab li:hover::after,
.idx-moudel2 .fl-tab li.active::after,
.idx-moudel6 .fl-tab li.active::after{
  width: 45px;
  background: #06a57e;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}
.fl-wrap .btnwrap{
  display: none;
  margin-top: 35px;
}
.fl-wrap .btnwrap:first-of-type{
  display: block;
}
.idx-moudel2 .fr-wrap{
  width: 62.5%;
}
.idx-moudel2 .fr-wrap .fix-width{
  width: 100% !important;
}
.idx-v2tabcon{
  min-height: 500px;
}
.idx-v2tabcon .idx-v2con{
  position: relative;
  top:1px;
  display: none;
  background-color: #fff;
}
.idx-v2tabcon .idx-v2con:first-of-type{
  display: block;
}
.idx-v2con .cell{
  display: block;
  padding: 72px 50px 110px;
  border-left: 1px solid #dee0e0;
  border-bottom: 1px solid #dee0e0;
  background: url(../images/idx-img6.png) no-repeat right bottom;
}
.idx-v2con .cell strong{
  font-size: 48px;
  line-height: 48px;
  color: #000;
}
.idx-v2con .cell h4{
  height: 34px;
  margin-top:70px;
  margin-bottom:15px;
  font-size: 22px;
  line-height: 34px;
  color: #000;
  overflow: hidden;
}
.idx-v2con .cell p{
  height: 78px;
  line-height: 26px;
  color: #666666;
  font-size: 14px;
  /*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:3;   /*用来限制在一个块元素显示的文本的行数。*/

}
.idx-v2con .cell:hover{
  background-image: url(../images/idx-img7.png);
  background-size: cover;
  box-shadow: 0ba886;
  box-shadow: 8px 8px 35px 12px rgba(11,168,134,.16);
}
.idx-v2con .cell:hover strong,
.idx-v2con .cell:hover h4,
.idx-v2con .cell:hover p{
  color: #fff;
}
/* @首页-师资团队 */
.idx-moudel3,
.idx-moudel4,
.idx-moudel6 {
  padding: 80px 0;
}
.idxmore{
  width: 142px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #ffab3c;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}
.idxmore:hover{
  opacity: .9;
  color: #fff;
}
.idx-moudel3 .swiper-button-prev,
.idx-moudel3 .swiper-button-next{
  width: 12px;
  height:16px;
  /* margin-top: -75px; */
  margin-top: -56px;
  background-size: 12px;
}


.idx-moudel3 .coursedetail-v1 .swiper-slide{
  padding-bottom: 105px;
}
.idx-moudel3 .coursedetail-v1 .swiper-slide .img1 {
  width: 115px;
  margin-top: 90px;
  height: 115px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.idx-moudel3 .coursedetail-v1 .swiper-slide .img2{
  display: none;
}
.idx-moudel3 .coursedetail-v1 .swiper-slide-active .img1{
  display: block;
  transform: scale(2);
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
}
/* @首页-考研院校 */
.idx-moudel2>.fix-width,
.idx-moudel3>.fix-width,
.idx-moudel4 .fix-width,
.idx-moudel5 .fix-width,
.idx-moudel6 .fix-width{
  width:1440px !important
}
.idx-universities-wrap{
  height: 560px;
  margin-top: 48px;
  background:url(../images/idx-img9.png) no-repeat left center,url(../images/idx-img8.png) no-repeat right center;
  overflow: hidden;
}
.idx-universities-wrap .fl{
  position: relative;
  width: 48.6%;
  height: 560px;
}
.idx-universities-wrap .fr{
  position: absolute;
  top:0;
  bottom:0;
  right: 0;
  margin: auto;
  width: 60%;
  height: 78.5%;
  padding: 34px 2px;
  border: 1px solid #dde0e2;
  background-color: rgba(255,255,255,.95);
  box-sizing: border-box;
}
.idx-universities-wrap .fr::before{
  content: '';
  position: absolute;
  top:0;
  left:-20px;
  bottom:0;
  margin: auto;
  height: 0;
  border:10px solid transparent;
  border-right-color: rgba(255,255,255,.95);
}
.idx-universities-wrap .fr li{
  position: relative;
  float: left;
  width: 33.3%;
  height: 52px;
  margin:22px 0;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.idx-universities-wrap .fr li img{
  position: absolute;
  top:0;
  right: 0;
  left:0;
  bottom:0;
  margin: auto;
  max-width: 100%;
}
.universitieslist-mlogo-wrap>a{
  display: none;
}
.universitieslist-mlogo-wrap img{
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.universitieslist-mlogo-wrap>a:first-of-type{
  display: block;
}

/* @首页-考研资讯 */
.idx-moudel5{
  height: 528px;
  background: url(../images/idx-img12.png) no-repeat center center/cover;
  overflow: hidden;
}
.idx-moudel5 .fl-wrap{
  width: 465px;
}
.idx-moudel5 .fl-wrap .details-tit{
  padding-top:52px
}
.idx-moudel5 .idx-newlist{
  margin-top: 50px;
  margin-bottom: 50px;
}
.idx-newlist ul{
  margin-bottom: 24px;
}
.idx-newlist ul li{
}
.idx-newlist ul li .p1>em{
  float: left;
  width: calc(100% - 85px);
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #1a1a1a;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.idx-newlist ul li .p1>span{
  float: right;
  width: 80px;
  height: 45px;
  line-height: 45px;
  color: #999999;
  overflow: hidden;
}

.idx-newlist dl{
  display: none;
  padding-top: 10px;
  padding-bottom: 17px;
  margin-bottom: 10px;
}
.idx-newlist dl dt{
  width: 68px;
  margin-right: 17px;
}
.idx-newlist dl dt p{
  width: 100%;
  height: 58px;
  text-align: center;
}
.idx-newlist dl dt p span{
  display: block;
  height: 28px;
  border: 1px solid #dddddd;
  line-height: 28px;
  color: #919191;
  font-size: 20px;
  overflow: hidden;
}
.idx-newlist dl dt p em{
  display: block;
  height: 29px;
  line-height: 29px;
  background-color: #0ba886;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
}
.idx-newlist dl dd{
  width: calc(100% - 85px);
}
.idx-newlist dl dd h4{
  /* height: 56px; */
  margin-bottom: 8px;
  line-height: 28px;
  font-size: 20px;
  /*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:2;   /*用来限制在一个块元素显示的文本的行数。*/
}
.idx-newlist dl dd h4 a{
  color: #333;
}
.idx-newlist dl:hover dd h4 a,
.idx-newlist ul li:hover a{
  color: #0ba886;
}
.idx-newlist dl dd p{
  line-height: 28px;
  color: #666666;
  /*多行文本溢出现实省略号*/
  display: -webkit-box;  /*将对象作为弹性伸缩盒子模型显示 。*/
  display: -moz-box;
  overflow: hidden;   /*溢出隐藏*/
  text-overflow: ellipsis;  /*可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
  /*word-break: break-all; 文本强制换行*/
  -webkit-box-orient: vertical;  /*文本被水平或垂直排列。*/
  -webkit-line-clamp:3;   /*用来限制在一个块元素显示的文本的行数。*/
}

.idx-newlist ul li:first-of-type .p1{
  display: none;
}
.idx-newlist ul li:first-of-type dl{
  display: block;
}

/* @首页-成功案例 */
.idx-moudel5 .fr-wrap{
  position: absolute;
  right: -39%;
  top: 0;
  width: 76%;
  width: 99%;
  padding: 52px 0 52px 90px;
  background: url(../images/course-img22.png) no-repeat center center/cover;
  box-sizing: border-box;
}
.idx-moudel5 .fr-wrap .details-tit strong{
  color: #fff;
}
.idx-moudel5 .fr-wrap .btnwrap{
  margin-right: 42%;
}
.idx-moudel5 .fr-wrap .stardetail-v1{
  width: 78%;
  margin-left: 0;
  margin-top:50px;
}
.idx-moudel5 .fr-wrap .stardetail-v1 dl{
  padding-left:0;
  padding-right:0;
}
/* @首页-手绘作品 */

.idx-moudel6 .fl-tab li{
  float: left;
  margin-left: 40px;
  margin-bottom: 0;
}
.idx-moudel6 .mt40{
  margin-top: 40px;
}
.idx-moudel6 .waterfull ul{
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.idx-moudel6 .waterfull li{
  width: auto;
  height: 399px;
  margin-bottom: 50px;
  overflow: hidden;
}
.idx-moudel6 .waterfull li:nth-child(1){
  width:374px;
}
.idx-moudel6 .waterfull li:nth-child(2){
  width:284px;
}
.idx-moudel6 .waterfull li:nth-child(3){
  width:683px;
}
.idx-moudel6 .waterfull li:nth-child(4){
  width:304px;
}
.idx-moudel6 .waterfull li:nth-child(5){
  width:424px;
}
.idx-moudel6 .waterfull li:nth-child(6){
  width:354px;
}
.idx-moudel6 .waterfull li:nth-child(7){
  width:209px;
}
.idx-moudel6 .waterfull li img{
  width: auto;
  min-width: 100%;
}
.idx-moudel6 .idxmore{
  display: block;
  margin: 10px auto 0;
}
.wac-con .wac{
  display: none;
}
.wac-con .wac:first-of-type{
  display: block;
}

/* @视频弹出 */
.layuiBg1 {
  display: none;
  position: fixed;
  z-index: 101;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  background-color: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}
.layuiBox1 {
  display: none;
  position: fixed;
  z-index: 102;
  width: 902px;
  height: 534px;
  top:200px;
  animation: fadeInUp .3s;
  -moz-animation: fadeInUp .3s;
  -webkit-animation: fadeInUp .3s;
  -o-animation: fadeInUp .3s;
}
.layuivideo{
  width: 100%;
  position: relative;
}
.layuiBox1 .layerClose {
  display: block;
  position: absolute;
  right: 22px;
  top: 22px;
  width: 37px;
  height: 37px;
  background: url(../images/icon-close2.png) no-repeat;
  z-index: 103;
  cursor: pointer;
}
.play-vi {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-bottom: 54px;
  background-color: #000;
  box-sizing: border-box;
}
.layuiBox1 .layuivideo p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: #424a5b;
  font-size: 16px;
  color: #fff;
  z-index: 9;
  text-indent: 2em;
  overflow: hidden;
  box-sizing: border-box;
}
.layuiBox1 .layuivideo video{
  display: block;
  outline: none;
}
@media (max-width: 1620px) { /* @新 */
  
}
@media (max-width: 1550px) {/* @新 */
  .details-tit i {
    font-size: 158px;
  }
}
@media (max-width: 1457px) { /* @新 */
  .head-wrap{
    padding: 0 0;
  }
  .fix-width{
    width:1200px !important;
  }
  .foot-moudle1 .fl {
    width: 42%;
  }
  .foot-moudle1 .fr {
    width: 56%;
  }
  .partner-i a {
    margin-right:20px;
  }

  .details-tit i {
    font-size: 146px;
  }


  .idx-moudel2>.fix-width, .idx-moudel3>.fix-width, .idx-moudel4 .fix-width, .idx-moudel5 .fix-width, .idx-moudel6 .fix-width {
    width: 1300px !important;
  }
  .idx-moudel5 .stardetail-v1 .production{
    width: 287px;
    height: 206px;
  }
  .idx-v2con .cell {
    padding: 52px 40px 72px;
  }
  .idx-v2con .cell h4{
    margin-top: 42px;
  }
  .idx-universities-wrap .fl {
    width: 54.6%;
  }
  .idx-moudel6 .waterfull li{
    margin-bottom: 25px;
  }
  .idx-moudel6 .waterfull li:nth-child(1){
    width:344px;
  }
  .idx-moudel6 .waterfull li:nth-child(2){
    width:254px;
  }
  .idx-moudel6 .waterfull li:nth-child(3){
    width:653px;
  }
  .idx-moudel6 .waterfull li:nth-child(4){
    width:290px;
  }
  .idx-moudel6 .waterfull li:nth-child(5){
    width:410px;
  }
  .idx-moudel6 .waterfull li:nth-child(6){
    width:335px;
  }
  .idx-moudel6 .waterfull li:nth-child(7){
    width:190px;
  }
  .foot-moudle2 .footnav li {
    margin-right: 25px;
  }
}
@media (max-width:1420px){/* @新 */
  .newscon-wrap{
    width: 1300px;
  }
  .sideonline-wrap>a{
    background: linear-gradient(rgba(255,174,59,.9),rgba(255,144,0,.9));
  }
  .sideonline-wrap>ul{
    background-color: rgba(35,177,146,.9);
  }
  .sideonline-wrap>ul li.tel p,
  .sideonline-wrap>ul li.wchat p{
    background-color: rgba(35,177,146,.9);
  }
}
@media (max-width:1400px){/* @新 */
  .public-btit2 {
    height: 182px;
  }
  .public-btit2 strong {
    line-height: 76px;
  }
  .public-btit2 .p1 {
    margin-bottom: 24px;
  } 
  .coursedetails-bg {
    margin-top: 60px;
  }
  .newscon-wrap{
    width: 1250px;
    padding: 35px 0;
  }
  
}
@media (max-width:1320px){/* @新 */
  .idx-moudel2>.fix-width, .idx-moudel3>.fix-width, .idx-moudel4 .fix-width, .idx-moudel5 .fix-width, .idx-moudel6 .fix-width {
    width: 1200px !important;
  }
  .idx-moudel5 .stardetail-v1 .production{
    width: 261px;
    height: 187px;
  }
  .idx-moudel1 .fl li {
    padding: 32px 0;
  }
  .idx-moudel1 .fr li {
    padding: 34.5px 0;
  }
  .idx-moudel1 .fr li strong{
    font-size: 60px;
  }
  .idx-moudel2 {
    background-size: 31.5%;
  }
  .idx-moudel2 .fr-wrap{
    width: 70%;
  }
  .idx-universities-wrap .fl {
    width: 60%;
  }
  .idx-moudel5 .fl-wrap {
    width: 415px;
  }
  
  .idx-moudel6 .waterfull li{
    margin-bottom: 20px;
  }
  .idx-moudel6 .waterfull li:nth-child(1){
    width:314px;
  }
  .idx-moudel6 .waterfull li:nth-child(2){
    width:224px;
  }
  .idx-moudel6 .waterfull li:nth-child(3){
    width:623px;
  }
  .idx-moudel6 .waterfull li:nth-child(4){
    width:268px;
  }
  .idx-moudel6 .waterfull li:nth-child(5){
    width:387px;
  }
  .idx-moudel6 .waterfull li:nth-child(6){
    width:313px;
  }
  .idx-moudel6 .waterfull li:nth-child(7){
    width:173px;
  }
}
@media (max-width:1290px){/* @新 */
  .courseul li{
    padding-left: 0;
  }
  .details-tit i {
    font-size: 128px;
  }
}
@media (max-width:1270px){/* @新 */
  .newscon-wrap{
    width: 100%;
  }
}
@media (max-width:1244px){/* @新 */
  .public-btit2 {
    height: 140px;
  }
  .public-btit2 strong {
    line-height: 65px;
    font-size: 30px;
  }
  .public-btit2 .p1 {
    margin-bottom: 18px;
  } 
}
/* @响应 */
@media (max-width:1220px){
  .fix-width,
  .courseul .fix-width,
  .universitiesnewsul .fix-width,
  .idx-moudel2>.fix-width, .idx-moudel3>.fix-width, .idx-moudel4 .fix-width, .idx-moudel5 .fix-width, .idx-moudel6 .fix-width{
    width:1000px !important;
  }
  
  .idx-moudel5 .stardetail-v1 .production{
    width: 219px;
    height: 157px;
  }
  .nav-wrap li{
    padding: 0 15px;
  }
  .public-btit {
    height: 42px;
    line-height: 42px;
  }
  .public-btit strong {
    font-size: 40px;
  }
  .public-moudle .fr h3 {
    margin-top: 25px;
    height: 85px;
    line-height: 85px;
    font-size: 30px;
  }
  .public-moudle .fr::before{
    font-size: 54px;
  }
  .about-moudle3 .fr::before {
    left: inherit;
    right: -5px !important;
  }
  .partner-i a{
    width: 122px;
  }
  .foot-moudle2 .footnav li {
    margin-right: 20px;
  }
  .courseul .p1{
    width: 90%;
  }

  .coursedetails-moudel1 dl dt{
    width: 270px;
    height: 270px;
  }
  .coursedetails-moudel1 dl dd {
    padding-top: 83px;
    margin-left: 66px;
  }
  .details-tit i {
    font-size: 120px;
  }
  .arrange-b .p-b {
    padding: 65px 115px;
  }
  .price .fl .p1 {
    line-height: 50px;
    font-size: 26px;
  }
  .price .fl .p2 {
    margin-bottom: 10px;
    line-height: 55px;
  }
  .price .fl .p2 strong {
    font-size: 40px;
  } 
  .price .fl .p2 span {
    font-size: 24px;
  }
  .price .fr .p1 {
    font-size: 26px;
  }
  .discountsul li strong {
    font-size: 50px;
    line-height: 65px;
  }
  .discountsul li p {
    font-size: 16px;
    line-height: 45px;
  }
  .stardetail-v1 dl {
    padding: 16px 0px;
  }
  .stardetail-v1 dl dt,
  .caselist-v2 dl dt {
    width: 42px;
    height: 42px;
    margin-right: 15px;
  }
  .stardetail-v1 dl dd,
  .caselist-v2 dl dd {
    float: left;
    width: calc(100% - 57px);
  }
  .waterfull ul li {
    width: 320px;
  }
  .online-moudel2, .online-moudel3, .online-moudel4, .online-moudel5 {
    padding: 40px 30px;
  }
  .newslist-bg,
  .news-bg {
    margin-top: -5%;
  }
  .newslist-v1 .fr {
    padding: 25px 35px;
  }
  .newslist-v1 .fr h3 {
    margin-top: 15px;
    margin-bottom: 20px;
    line-height: 36px;
    font-size: 26px;
  }
  .newslist-v1 .fr p{
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .newslist-v1-wrap{
    padding-bottom: 100px;
  }
  .newslist-v1-wrap .swiper-pagination {
    margin-top: 37px;
  }
  .newslistul li img{
    height: 206px;
  }
  .universitiesul3 li a img {
    width: 84%;
  }
  .caselist-v1 .swiper-slide-next .dlwrap dl h4{
    text-indent: 5em;
  }
  .caselist-v1 .swiper-slide-active .dlwrap dl dt{
    margin-right: 10px;
  }
  .caselist-v1 .swiper-slide-active .dlwrap dl p{
    margin-right: 10px;
  }

  .caselist-v2 dl{
    position: relative;
    padding:16px;
  }
  .caselist-v2 dl dt{
    position: absolute;
    left: 16px;
  }
  .caselist-v2 dl dd{
    width: 100%;
  }
  .caselist-v2 dl dd h4 {
    text-indent: 50px;
  }

  .idx-page1 .swiper-pagination-bullet {
    width: 60px;
    height: 6px;
  }
  .idx-moudel1 .fl li {
    padding: 25.5px 0;
  }
  .idx-moudel1 .fl li strong{
    font-size: 42px;
  }
  .idx-moudel1 .fr li strong {
    height: 68px;
    font-size: 46px;
    line-height: 68px;
  }
  .idx-moudel1 .fr li p {
    font-size: 16px;
  }
  .idx-moudel1 .fr li .p1 {
    margin-bottom: 5px;
  }
  .idx-v2con .cell {
    padding: 42px 30px 62px;
  }
  .idx-v2con .cell h4 {
    margin-top: 32px;
  }
  
  .idx-moudel3 .swiper-button-prev,
  .idx-moudel3 .swiper-button-next{
    margin-top: -62px;
  }
  .idx-universities-wrap{
    height:480px;
  }
  .idx-universities-wrap .fl{
    height: 480px;
  }
  .idx-universities-wrap .fr{
    height: 350px;
    padding: 10px 2px;
   
  }
  .idx-universities-wrap .fr li{
    margin: 15px 0;
  }
  .idx-universities-wrap .fr li img{
    width: 80%;
  }

  .idx-moudel5 .fl-wrap {
    width: 360px;
  }
  .idx-moudel5 .fl-wrap .details-tit {
    padding-top: 25px;
  }
  .idx-moudel5 .fr-wrap{
    padding: 70px 0 70px 55px;
  }
  .idx-moudel6 .waterfull li{
    margin-bottom: 15px;
  }
  .idx-moudel6 .waterfull li:nth-child(1){
    width:250px;
  }
  .idx-moudel6 .waterfull li:nth-child(2){
    width:160px;
  }
  .idx-moudel6 .waterfull li:nth-child(3){
    width:560px;
  }
  .idx-moudel6 .waterfull li:nth-child(4){
    width:210px;
  }
  .idx-moudel6 .waterfull li:nth-child(5){
    width:345px;
  }
  .idx-moudel6 .waterfull li:nth-child(6){
    width:275px;
  }
  .idx-moudel6 .waterfull li:nth-child(7){
    width:125px;
  }
  .idx-moudel2 .fl-wrap{
    padding-top: 60px;
  }
  .idx-moudel3, .idx-moudel4,.idx-moudel6{
    padding: 60px 0;
  }
  .idx-moudel5 .fl-wrap .details-tit {
    padding-top: 0;
  }
  .teachersul li img{
    width: 240px;
    height: 240px;
  }
  .foot-moudle2 .footnav li {
    margin-right: 10px;
  }
}


@media screen and (max-width:1024px){
  .fix-width,
  .courseul .fix-width,
  .universitiesnewsul .fix-width,
  .idx-moudel2>.fix-width, .idx-moudel3>.fix-width, .idx-moudel4 .fix-width, .idx-moudel5 .fix-width, .idx-moudel6 .fix-width{
    width:800px !important;
  }
  
  .idx-moudel5 .stardetail-v1 .production{
    width: 229px;
    height: 164px;
  }
  .sideonline-wrap>a{
    width: 75px;
    height: 75px;
  }
  .sideonline-wrap>a i {
    width: 36px;
    height: 40px;
    line-height: 20px;
    font-size: 16px;
  }
  .sideonline-wrap>ul {
    margin: 20px auto 0;
    width: 50px;
  }
  .sideonline-wrap>ul li{
    width: 50px;
    height: 50px;
  }
  .head-wrap .logo{
    width: 150px;
    padding-right: 18px;
  }
  .nav-wrap li {
    padding: 0px 5px;
  }
  .breadcrumbs {
    padding: 25px 0;
  }
  .breadcrumbs strong.active:after {
    bottom: -28px;
  }
  .about-moudle1 h2{
    height: 120px;
    padding-left: 120px;
    font-size: 32px;
    line-height: 120px;
  }
  .about-moudle1 h2::before{
    width: 155px;
    height: 99px;
  }
  .public-moudle .fr{
    padding-left: 90px;
  }
  .public-moudle .fr::before {
    font-size: 44px;
  }
  .public-moudle .fr h3 {
    margin-top: 0;
    margin-bottom: 18px;
    height: 75px;
    line-height: 75px;
    font-size: 28px;
  }
  .public-moudle .fr p{
    line-height: 28px;
  }
  .about-moudle3 .fr::before {
    right: 0 !important;
  }
  .about-moudle3 .fr{
    padding-right: 90px;
  }
  .foot-moudle1 .fl dd h3 {
    line-height: 38px;
    color: #fff;
    font-size: 26px;
  }
  .partner-i a {
    width: 98px;
    margin-right: 18px;
  }

  
  .foot-moudle2 .footnav{
    float: none;
    height: 25px;
    text-align: center;
  }
  .foot-moudle2 .footnav li {
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .foot-moudle2 .fr{
    float: none;
    text-align: center;
  }

  .public-btit2 {
    height: 96px;
  }
  .public-btit2 strong {
    line-height: 42px;
    font-size: 26px;
  }
  .public-btit2 .p1 {
    line-height: 25px;
  }


  .coursedetails-moudel1 dl dt{
    width: 240px;
    height: 240px;
  }
  .coursedetails-moudel1 dl dt>div {
    height: 100px;
  }
  .coursedetails-moudel1 dl dt h3 {
    margin-bottom: 12px;
    font-size: 30px;
  }
  .coursedetails-moudel1 dl dd {
    padding-top: 58px;
    margin-left: 32px;
  }


  .details-tit i {
    top: -50px;
    left: 160px;
    font-size: 100px;
  }
  .details-tit strong,
  .coursedetails-moudel3 strong{
    height: 36px;
    line-height: 36px;
    font-size: 32px;
  }
  .arrange-b .p-b {
    padding: 55px 95px;
  }
  .arrange-b .p-b dt {
    font-size: 22px;
  }

  .price .fl {
    padding: 80px 28px 10px;
  }
  .price .fr {
    padding: 32px 28px;
  }
  .discountsul li{
    width: 32%;
    margin-right: 1.33%;
  }
  .discountsul li::after {
    right: -1px;
  }
  .discountsul li p {
    font-size: 14px;
  }
  .processul li::after{
    right: -11%;
  }
  .processul li p {
    font-size: 16px;
  }
  .handdetail-page {
    height: 38px;
    line-height: 38px;
  }
  .coursedetails-moudel9 .details-tit em {
    margin-right: 45px;
    font-size: 26px;
  }
  .coursedetails-moudel9 .details-tit .swiper-pagination-bullet-active {
    font-size: 32px;
  }
  .waterfull ul li {
    width: 253px;
    margin-bottom: 20px;
  }
  .course-select .b>div span{
    width: 23.6%;
    margin-right: 1.8% !important;
  }
  .course-select .b>div span:nth-child(4n){
    margin-right: 0 !important;
  }
  
  .signupstatus{
    width: 580px;
    height: 400px;
    padding: 42px 15px;
  }

  
  .newslist-v1 .fr {
    padding: 12px 20px;
  }
  .newslist-v1 .fr h3 {
    margin-top: 8px;
    margin-bottom: 15px;
    line-height: 32px;
    font-size: 24px;
  }
  .newslist-v1 .fr p {
    margin-top: 15px;
    margin-bottom: 16px;
  }
  .newslist-v1-wrap{
    padding-bottom: 80px;
  }
  .newslist-v1-wrap .swiper-pagination {
    margin-top: 28px;
  }
  .newslistul li img{
    height: 165px;
  }
  .caselist-v1 .swiper-slide-next .dlwrap dl h4{
    text-indent: 2em;
  }
  
  .idx-moudel1 .fr {
    margin-top: -44px;
  }
  .idx-moudel1 .fr li {
    padding: 22.5px 0;
  }
  .idx-moudel1 .fr li strong {
    height: 60px;
    font-size: 40px;
    line-height: 60px;
  }
  .idx-moudel2 .fl-tab li:hover, .idx-moudel2 .fl-tab li.active, .idx-moudel6 .fl-tab li.active{
    padding: 0 100px 0 20px;
  }
  .idx-moudel2 .fl-tab li:hover::after, .idx-moudel2 .fl-tab li.active::after, .idx-moudel6 .fl-tab li.active::after {
    width: 40px;
  }
  .idx-moudel2 .fl-tab li::after, .idx-moudel6 .fl-tab li::after {
    right: 30px;
  }
  .idx-v2con .cell strong{
    font-size: 40px;
  }
  .idx-v2con .cell h4 {
    margin-top: 12px;
    font-size: 20px;
  }
  .idx-moudel3 .swiper-button-prev,
  .idx-moudel3 .swiper-button-next{
    margin-top: -62px;
  }
  .idx-universities-wrap{
    height: 455px;
  }
  .idx-universities-wrap .fl {
    position: relative;
    width: 55%;
    height: 455px;
  }
  .idx-universities-wrap .fl img {
    position: absolute;
    top:0;
    bottom: 0;
    margin:auto;
  }
  .idx-universities-wrap .fr {
    height: 292px;
  }
  .idx-universities-wrap .fr li {
    margin: 8px 0;
  }
  .idx-moudel5{
    height: auto;
  }
  .idx-moudel5 .fl-wrap {
    width: 100%;
  }
  .idx-newlist ul {
    padding: 10px 0;
  }
  .idx-moudel5 .idxmore{
    margin:0 auto;
  }
  .idx-moudel5 .fr-wrap{
    position: inherit;
    right: 0;
    width: 100%;
    padding: 30px 20px 20px;
  }
  .idx-moudel5 .fr-wrap .stardetail-v1{
    width: 100%;
  }
  .idx-moudel5 .fr-wrap .btnwrap{
    margin-right: 0;
  }
  .idx-moudel5 .fr-wrap .stardetail-v1 {
    margin-top: 35px;
  } 
  
  .idx-moudel6 .waterfull li{
    margin-bottom: 15px;
  }
  .idx-moudel6 .waterfull li:nth-child(1){
    width:50%;
  }
  .idx-moudel6 .waterfull li:nth-child(2){
    width:48%;
  }
  .idx-moudel6 .waterfull li:nth-child(3){
    width:61%;
  }
  .idx-moudel6 .waterfull li:nth-child(4){
    width:37%;
  }
  .idx-moudel6 .waterfull li:nth-child(5){
    width:45%;
  }
  .idx-moudel6 .waterfull li:nth-child(6){
    width:30%;
  }
  .idx-moudel6 .waterfull li:nth-child(7){
    width:21%;
  }
  .teachersul li img{
    width: 198px;
    height: 198px;
  }
  
  .layuiBox1{
    width: 712px;
    height: 415px;
  }
  
  .online-wrap textarea {
    width: 90%;
  }
}
@media screen and (max-width:980px){
  .fix-width,
  .courseul .fix-width,
  .universitiesnewsul .fix-width,
  .idx-moudel2>.fix-width, .idx-moudel3>.fix-width, .idx-moudel4 .fix-width, .idx-moudel5 .fix-width, .idx-moudel6 .fix-width{
    width:800px !important;
  }
}
@media screen and (max-width:860px){
  .fix-width,
  .courseul .fix-width,
  .universitiesnewsul .fix-width,
  .idx-moudel2>.fix-width, .idx-moudel3>.fix-width, .idx-moudel4 .fix-width, .idx-moudel5 .fix-width, .idx-moudel6 .fix-width{
    width:100% !important;
    padding: 0 10px !important;
    box-sizing: border-box;
  }
  .idx-moudel5 .stardetail-v1 .production{
    width: 100%;
    height: auto;
  }
  .sideonline-wrap{
    right: 10px;
    top:auto;
    bottom: 15%;
    height: 270px;
  }
  .sideonline-wrap>ul li.wchat,
  .sideonline-wrap>ul li.tel>p{
    display: none;
  }
  .sideonline-wrap>ul li.tel>a{
    display: block;
  }
  .head-wrap{
    height: 54px !important;
    padding: 8px 0 !important;
    background-color: rgba(5,166,125,.8) !important;
  }
  
  .head-wrap .logo {
    width: 120px !important;
    margin-right: 0 !important;
    padding-top: 5px!important;
  }
  .nav-wrap{
    display: none;
  }
  .nav-search,
  .nav-mobile { 
    padding: 10px !important;
  }
  .nav-mobile{
    display: block;
  }
  .nav-search i:hover{
    /* background-image: url(../images/icon-search.png); */
  }
  
  .nav-search{
    height: 26px;
  }
  .searchform{
    top: 46px;
    right: -48px;
  }
  .nav-menu{
    display: block;
    cursor: pointer;
  }
  .nav-menu.menuClose,
  .hwl-menu-bg,
  .hwl-menu-list {
    display: block;
  }
  .public-btit {
    height: 34px;
    top: 30px;
    line-height: 34px;
  }
  .public-btit strong {
    font-size: 32px;
    margin-right: 15px;
  }
  .public-btit em, .public-btit span {
    font-size: 24px;
  }
  .breadcrumbs {
    padding: 14px 0;
  }
  .breadcrumbs strong.active {
    font-size: 22px;
  }
  .breadcrumbs strong.active:after {
    bottom: -17px;
  }
  .about-bg{
    padding-bottom: 80px;
  }
  .about-moudle1 {
    margin-top: 35px;
  }
  .about-moudle1 h2 {
    height: 115px;
    padding-left: 115px;
    line-height: 115px;
  }
  .about-moudle1 h2::before {
    width: 140px;
    height: 89px;
  }
  .foot-moudle1 {
    padding: 50px 0;
  }
  .foot-moudle1 .fl {
    width: 100%;
    margin-bottom: 30px;
  }
  .foot-moudle1 .fr {
    width: 100%;
  }
  .partner-i a {
    width: 22%;
    margin-right: 4%;
  }

  .breadcrumbs .fl{
    float: none;
  }
  .breadcrumbs .fr{
    float: none;
    margin-bottom: 15px;
  }
  .courseul{
    padding-top:45px;
  }
  .courseul h3 {
    padding-top: 6px;
    line-height: 50px;
  }
  .courseul h3 i {
    left: -30px;
    font-size: 80px;
  }
  .courseul div .m{
    right: 20px;
    top: 52px;
  }
  .courseul .p1 {
    width: 92%;
    margin-bottom: 25px;
  }
  .courseul .p2 span, .courseul .p2 a {
    height: 40px;
    line-height: 40px;
  }
  .sabrosus {
    padding: 55px 6px 55px 6px;
  }

  .coursedetails-banner>.fix-width{
    position: initial;
  }
  .public-btit2{
    height: auto;
    position: static;
    padding: 20px 0;
  }
  .public-btit2 strong{
    color: #333;
    letter-spacing: 0px;
  }
  .public-btit2 .p1{
    width: 100%;
    color: #333;
  }
  .coursedetails-bg {
    margin-top: 10px;
  }
  .coursedetails-moudel1{
    border-radius: 0 40px 0 40px;
    -webkit-border-radius: 0 40px 0 40px;
    -moz-border-radius: 0 40px 0 40px;
    -ms-border-radius: 0 40px 0 40px;
    -o-border-radius: 0 40px 0 40px;
  }
  .coursedetails-moudel1 dl{
    padding-bottom: 10px;
  }
  .coursedetails-moudel1 dl dt{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-radius: 4px 40px 0 40px;
    -webkit-border-radius: 4px 30px 0 30px;
    -moz-border-radius: 4px 30px 0 30px;
    -ms-border-radius: 4px 30px 0 30px;
    -o-border-radius: 4px 30px 0 30px;
  }
  .coursedetails-moudel1 dl dt>div {
    width: 100%;
    height: auto;
  }
  .coursedetails-moudel1 dl dt h3 {
    float: left;
    margin-left:15px;
    margin-bottom: 0;
    font-size: 25px;
  }
  .coursedetails-moudel1 dl dt p {
    float: left;
    margin-left:15px;
    margin-bottom: 0;
    line-height: 60px;
  }
  .coursedetails-moudel1 dl dd {
    width: 25%;
    margin-left: 0;
    padding-top:30px;
  } 
  .coursedetails-moudel1 dl dd img {
    margin-bottom: 18px;
  }
  .coursedetails-moudel1 dl dd p{
    font-size: 16px;
  }
  .recentclass .p1{
    float: none;
  }
  .recentclass .p2, .recentclass .p3 {
    width: 50%;
    margin-top:35px;
  }

  .details-tit i {
    font-size: 80px;
  }
  .arrange h4 {
    margin-bottom: 22px;
    line-height: 40px;
    font-size: 30px;
  }
  .arrange h5{
    font-size: 32px;
  }
  .arrange h5::after {
    bottom: -46px;
    font-size: 122px;
  }
  .arrange-b .p-b {
    padding: 55px 45px;
  }
  .arrange-b .p-b dt {
    font-size: 20px;
  }
  .price .fl {
    width: 100%;
    padding: 0 25px 10px;
  }
  
  .price .fl .p1,
  .price .fl .p2,
  .price .fl a {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 45px;
    vertical-align: top;
  }
  .price .fl .p1,
  .price .fr .p1 {
    font-size: 22px;
  }
  .price .fl .p2 strong {
    font-size: 34px;
  }
  .price .fl .p1::before {
    top: -24px;
    left: -24px;
  }
  .price .fl a {
    width: 130px;
  }
  .price .fr {
    width: 100%;
    padding: 25px;
  }
  .price .fr .p1 {
    margin-bottom: 20px;
  }
  .discountsul li {
    width: 30%;
    padding: 30px 0;
    margin-right: 4.3%;
    top:0 !important;
    background: linear-gradient(#ffae3b,#ff9000);
  }
  .discountsul li strong{
    color: #fff;
  }
  .discountsul li p{
    color: #fff;
  }
  .discountsul li a{
    opacity: 1;
  }
  .discountsul li::after {
    display: none;
  }
  .processul li{
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 20px;
  }
  .processul li:nth-child(2n){
    margin-right: 0;
  }
  .processul li::after {
    right: -7%;
  }
  .processul li:nth-child(2n)::after{
    display: none;
  }
  .processul li p {
    font-size: 16px;
  }
  .stardetail-v1 dl dt {
    display: none;
  }
  .stardetail-v1 dl dd,
  .caselist-v2 dl dd {
    width: 100%;
  }
  .stardetail-v1 dl dd h4,
  .caselist-v2 dl dd h4 {
    height: 35px;
    line-height: 35px;
  }
  .handdetail-page {
    height: 34px;
    line-height: 34px;
  }
  .coursedetails-moudel9 .details-tit em {
    margin-right: 35px;
    font-size: 22px;
  }
  .coursedetails-moudel9 .details-tit .swiper-pagination-bullet-active {
    font-size: 28px;
  }
  
  .waterfull ul li {
    width: 31%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .waterfull ul li div{
    height: 79px;
  }
  .waterfull ul li div strong {
    height: 40px;
    line-height: 40px;
    font-size: 28px;
  }

  .online-moudel2, .online-moudel3, .online-moudel4, .online-moudel5 {
    padding: 30px 20px;
  }
  .container {
    max-width: inherit !important;
  }
  .course-select .t li{
    width:33.3%;
    font-size: 16px;
  }
  .course-select .t .active {
    font-size: 18px;
  }
  .course-select .b {
    padding: 20px 20px 0px;
  }
  .course-select .b>div span{
    width: 32.1%;
  }
  .course-select .b>div span:nth-child(4n){
    margin-right: 1.8% !important;
  }
  .course-select .b>div span:nth-child(3n){
    margin-right: 0 !important;
  }
  
  .signupbtn{
    display: none !important;
  }
  .signupmobile{
    display: inline-block !important;
  }
  .online-wrap {
    padding: 55px 0 0;
  }
  .online-moudel1 {
    height: 40px;
    font-size: 32px;
  }
  .online-moudel5 ul li {
    height: 45px;
    line-height: 45px;
  }
  .online-moudel5 ul li i {
    width: 20px;
    height: 20px;
    margin-right: 0px;
  }
  .online-moudel5 ul li span {
    width: calc(100% - 29px);
    height: 45px;
  }
  .input-style {
    width: 100%;
  }
  .agreement {
    padding: 15px 10px;
  }
  .signupstatus{
    width: 80%;
  }
  .signupstatus h3{
    font-size: 22px;
  }
  .newslist-v1-wrap{
    padding-bottom: 80px;
  }
  .newslist-v1-wrap .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    margin: 0 16px;
  }
  .newslistul li {
    width: 49%;
    margin-right: 2% !important;
    margin-bottom: 25px;
  }
  .newslistul li:nth-child(2n){
    margin-right: 0 !important;
  }
  .newslist-bg .sabrosus,
  .teachers-bg .sabrosus {
    padding: 15px 6px 55px 6px;
  }
  
  .newscon-wrap{
    width: 98%;
    padding:30px 0 15px;
  }
  .newscon-wrap h1.tit{
    font-size: 30px;
  }
  .newscon-art .time {
    margin-bottom: 30px;
  }
  .newscon p, .newscon div {
    margin-bottom: 25px;
  }
  .newscon img {
    margin: 0 auto 30px;
  }
  .universitiesul3 li{
    height: 130px;
  }
  .universitiesnewsul li {
    padding: 30px 0;
  }
  .universitiesnewsul span{
    margin-right: 20px;
  }
  .universitiesnewsul p{
    padding-left: 0;
  }
  .teachersul li{
    margin:  0 2.6% 38px;
  }
  .teachersul li h3{
    height: 52px;
    margin-bottom: 15px;
    line-height: 52px;   
    font-size: 18px;
  }
  .caselist-v2 dl dt{
    top: 6px;
  }
  .caselist-bg .sabrosus {
    padding-top: 20px;
  }
  .worklist-bg{
    margin-top: 35px;
  }
  #imloading {
    margin: 40px 0 75px;
  }

  .mouse {
    display: none;
  }
  .idx-moudel1 .fl {
    width: 58.75%;
  }
  .idx-moudel1 .fr {
    width: 41.25%;
  }

  .idx-moudel2{
    border-bottom: 0;
    top: 0;
  }
  .idx-moudel2 .fl-wrap{
    position: inherit;
  }
  .idx-moudel2 .fl-tab,
  .idx-moudel6 .fl-tab {
    margin-top: 20px;
  }
  .idx-moudel2 .fl-tab li,
  .idx-moudel6 .fl-tab li{
    float: left;
    width: 31.3%;
    padding: 0;
    margin-right: 3%;
    text-align: center;
  }
  .idx-moudel2 .fl-tab li:last-of-type{
    margin-right: 0;
  }
  .idx-moudel2 .fl-tab li::after, .idx-moudel6 .fl-tab li::after {
    display: none;
  }
  .idx-moudel2 .fl-tab li:hover, .idx-moudel2 .fl-tab li.active, .idx-moudel6 .fl-tab li.active {
    padding: 0;
  }
  .idx-v2btn{
    display: none;
  }
  .idx-moudel2 .fr-wrap {
    float: none;
    width: 100%;
  }
  .idx-v2tabcon .idx-v2con{
    border-top: 1px solid #dee0e0;
    border-right: 1px solid #dee0e0;
  }
  .idxmore{
    width: 96px;
  }
  
  .idx-moudel3 .swiper-button-prev,
  .idx-moudel3 .swiper-button-next{
    margin-top: -7%;
  }
  .idx-universities-wrap{
    height: auto;
    padding: 20px 0;
  }
  .idx-universities-wrap .fl,
  .idx-universities-wrap .fr::before{
    display: none;
  }
  .idx-universities-wrap .fr{
    position: inherit;
    width: 100%;
    height: auto;
  }
  
  .idx-moudel6 .details-tit,
  .idx-moudel6 .fl-tab{
    float: none;
  }
  .idx-moudel6 .fl-tab li{
    margin-left: 0;
  }
  .idx-moudel6 .fl-tab li:last-of-type{
    margin-right: 0;
  }
  .idx-moudel6 .mt40 {
    margin-top: 25px;
  }
  .teachersul li img{
    width: 226px;
    height: 226px;
  }
  
  .layuiBox1{
    width: 540px;
    height: 325px;
  }
  .newslistul li img{
    height: 255px;
  }
  .online-wrap textarea {
    width: 100%;
  }
}
@media screen and (max-width:840px){/* @新 */
  .public-moudle .fr::before {
    font-size: 40px;
  }
  .teachersul li img {
    width: 200px;
    height: 200px;
  }
}

@media screen and (max-width:800px){/* @新 */
  .newslist-v1 .fl{
    width: 100%;
  }
  .newslist-v1 .fr{
    width: 100%;
    padding:15px 20px;
  }
  .teachersul li img {
    width: 190px;
    height: 190px;
  }
  .newslistul li img{
    height: 246px;
  }
}
@media screen and (max-width:768px){
  .public-banner,
  .idx-v1{
    margin-top:54px;
  }
  .public-btit {
    top: 5px;
  }
  .public-btit strong {
    font-size: 26px;
    margin-right: 10px;
  }
  .public-btit em, .public-btit span {
    font-size: 20px;
  }
  .breadcrumbs strong.active {
    font-size: 18px;
    font-weight: bold;
  } 
  .about-moudle1 h2 {
    height: 90px;
    padding-left: 82px;
    line-height: 90px;
    font-size: 28px;
  }
  .about-moudle1 h2::before {
    width: 95px;
    height: 60px;
  }
  .about-moudle1 p {
    line-height: 30px;
  }
  .public-moudle .fl {
    float: none;
    width: 100%;
  }
  .public-moudle .fr {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .public-moudle .fr::before {
    display: none;
  }
  .public-moudle .fr h3 {
    height: 65px;
    margin-bottom: 5px;
    line-height: 65px;
    font-size: 24px;
  }
  .about-moudle3 .fr {
    padding-right: 0;
  }

  .details-tit i {
    top:-60px;
    left: 120px;
    font-size: 70px;
  }
  .details-tit strong,
  .coursedetails-moudel3 strong{
    height: 32px;
    line-height: 32px;
    font-size: 28px;
  }
  .arrange-b .p-b{
    padding: 55px 35px 35px;
  }
  .arrange-b .p-b dt {
    font-size: 18px;
  }
  .arrange-b .p-b dd p {
    font-size: 16px;
  }
  .newscon-wrap{
    padding:22px 0 15px;
  }
  .newscon-wrap h1.tit{
    font-size: 24px;
  }
  .newscon-art .time {
    margin-bottom: 25px;
  }
  .newscon p, .newscon div {
    margin-bottom: 20px;
  }
  .newscon img {
    margin: 0 auto 25px;
  }
  .universitiesul li {
    width: 32.9%;
    margin-bottom: 5px;
  }
  .universitiesul li:nth-child(3n){
    margin-right: 0;
  }
  .caselist-v2 ul li{
    width: 48.5%;
    margin-bottom: 25px;
  }
  .caselist-v2 ul li:nth-child(3n){
    margin-right: 3%;
  }
  .caselist-v2 ul li:nth-child(2n){
    margin-right: 0;
  }
  

  .idx-moudel1 .fl,
  .idx-moudel1 .fr{
    width: 100%;
  }
  .idx-moudel1 .fr{
    margin-top: 0;
  }
  .idx-moudel1 .fr li {
    padding: 10px 0;
  }
  .idx-moudel1 .fr li .p1 {
    margin-bottom: 0;
  }
  .idx-moudel1 .fr li strong {
    height: 42px;
    font-size: 32px;
    line-height: 42px;
  }
  .idx-moudel1 .fr li span {
    font-size: 18px;
  }
  .layuiBox1{
    width: 460px;
    height: 275px;
  }
  .newslistul li img{
    height: 234px;
  }
}
@media screen and (max-width:720px){
  .public-moudle .fr::before{
    height: 50px;
    line-height: 50px;
  }
  .public-moudle .fr::before {
    font-size: 35px;
  }
  .courseul .p2 span, .courseul .p2 a{
    padding: 0 15px;
  }
  
  .details-tit i {
    left: 120px;
    font-size: 65px;
  }
  .arrange h4 {
    margin-bottom: 20px;
    line-height: 36px;
    font-size: 28px;
  }
  .arrange h5{
    line-height: 30px;
    font-size: 28px;
  }
  .arrange h5::after {
    font-size: 110px;
  }
  .waterfull ul li div{
    height: 69px;
  }
  .waterfull ul li div strong {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
  }
  .waterfull ul li div p {
    font-size: 14px;
  }
  
  .teachersul li{
    width: 46%;
    margin: 0 2% 28px;
  }
  .caselist-v1 {
    margin: 48px 40px 0;
  }
  .newslistul li img{
    height: 220px;
  }
}
@media screen and (max-width:640px){/* @新 */
  .discountsul li {
    width: 32%;
    padding: 30px 0;
    margin-right: 2%;
    background: linear-gradient(#ffae3b,#ff9000);
  }
  
  .universitiesul3 li{
    width:50%;
    height: 140px;
    border-right:1px solid #e3e6e6;
    border-bottom:1px solid #e3e6e6;
  }
  .universitiesul3 li:nth-child(2n){
    border-right: 0;
  }
  .newslistul li img{
    height: 195px;
  }
}

@media screen and (max-width:600px){
  .foot-moudle2 .footnav{
    height: 50px;
  }
  .foot-moudle2 .footnav li {
    width:22%;
    margin-right: 2%;
  }
  .gotop {
    padding: 15px 0;
  }

  .courseul h3 strong {
    margin-right: 15px;
    font-size: 22px;
  }
  .courseul .p2 span, .courseul .p2 a{
    padding: 0 12px;
  }
  
  .recentclass .p2, .recentclass .p3 {
    width: 100%;
    margin-top: 25px;
  }
  .recentclass .p2{
    margin-top: 5px;
  }
  .recentclass .p2 em, .recentclass .p3 em{
    margin-right: 20px;
  }
  .recentclass .p2 em, .recentclass .p3 em,
  .recentclass .p2 p, .recentclass .p3 p {
    display: inline-block;
    vertical-align: bottom;
  }

  .details-tit i {
    font-size: 60px;
  }

  .arrange h4 {
    margin-bottom: 15px;
    line-height: 36px;
    font-size: 22px;
  }
  .arrange h5{
    line-height: 22px;
    font-size: 22px;
  }
  .arrange h5::before {
    left: -42px;
    font-size: 56px;
  }
  .arrange h5::after {
    right: -68px;
    bottom: -35px;
    font-size: 94px;
  }
  .arrange-b .p-b {
    padding: 55px 25px 25px;
  }
  .arrange-b .p-b dt {
    width: 100%;
    height: 35px;
    line-height: 35px;
  }
  .arrange-b .p-b dl:last-of-type dt {
    height: 35px;
    line-height: 35px;
  }
  .arrange-b .p-b dd{
    width: 100%;
    padding: 15px 18px;
  }
  .arrange-b .p-b dd p {
    height: 35px;
    line-height: 35px;
  }
  .discountsul li strong {
    font-size: 40px;
    line-height: 55px;
  }
  .discountsul li p {
    height: 48px;
    padding:0 8px;
    line-height: 24px;
  }
  .discountsul li a{
    width:90%;
  }
  .waterfull ul li {
    width: 30%;
  }
  .waterfull ul li div strong {
    height: 30px;
    line-height: 30px;
    font-size: 22px;
  }
  .waterfull ul li div p {
    font-size: 12px;
  }
  .newslist-banner .breadcrumbs {
    top: 25px;
  }
  .newslist-v1 .fr{
    padding:10px 15px;
  }
  .newslist-v1 .fr h3 {
    font-size: 22px;
  }
  .newslistul li img{
    height: 182px;
  }
  .idx-moudel6 .waterfull li{
    margin-bottom: 10px;
  }
  .idx-moudel6 .waterfull li:nth-child(1){
    width:50%;
  }
  .idx-moudel6 .waterfull li:nth-child(2){
    width:48%;
  }
  .idx-moudel6 .waterfull li:nth-child(3){
    width:61%;
  }
  .idx-moudel6 .waterfull li:nth-child(4){
    width:37%;
  }
  .idx-moudel6 .waterfull li:nth-child(5){
    width:100%;
  }
  .idx-moudel6 .waterfull li:nth-child(6){
    width:60%;
  }
  .idx-moudel6 .waterfull li:nth-child(7){
    width:38%;
  }
  .layuiBox1{
    width: 460px;
    height: 275px;
  }
  .courseul div .m,
  .universitiesnewsul li div .m{
    display: none;
  }
}
@media screen and (max-width:570px){
  .online-moudel3 .form-group .col-sm-9{
    padding-left: 0;
  }
  .caselist-v1 .swiper-slide-active .dlwrap dl {
    padding: 0 10px;
  }
  .caselist-v1 .swiper-slide-active .dlwrap dl dt {
    width: 45px;
    height: 45px;
  }
  .caselist-v1 .swiper-slide-active .dlwrap dl dd{
    width: 100%;
  }
  .caselist-v1 .swiper-slide-active .dlwrap dl h4 {
    line-height: 34px;
    font-size: 18px;
    color: #fff;
  }
  .newslistul li img{
    height: 170px;
  }
}
@media screen and (max-width:560px){
  .mt11 {
    margin-top: 0 !important;
  }
  .sideonline-wrap{
    height: 230px;
  }
  .sideonline-wrap>a {
    width: 60px;
    height: 60px;
  }
  .sideonline-wrap>a i {
    width: 30px;
    height: 36px;
    line-height: 18px;
    font-size: 14px;
  }
  .sideonline-wrap>ul{
    width: 40px;
  }
  .sideonline-wrap>ul li{
    width: 40px;
    height: 40px;
  }
  .sideonline-wrap>ul li i{
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .breadcrumbs .icon-home {
    margin-right: 5px;
  }
  .breadcrumbs strong{
    margin-right: 42px;
  }
  .breadcrumbs .fr a {
    padding: 0 5px;
  }
  .about-moudle1 h2 {
    height: 78px;
    padding-left: 0;
    line-height: 78px;
    font-size: 24px;
    text-align: center;
  }
  .public-moudle .fr h3 {
    height: 55px;
    line-height: 55px;
    font-size: 22px;
  }
  .about-bg {
    padding-bottom: 45px;
  }

  .courseul {
    padding-top: 0;
  }
  .courseul li {
    padding: 40px 0 35px 0;
  }
  .sabrosus {
    padding: 40px 6px 40px 6px;
  }
  .sabrosus a,.sabrosus .cpb {
    padding: 6px 13px;
    margin-right: 5px;
  }

  .public-btit2 strong{
    font-size: 22px;
  }

  .coursedetails-moudel1 dl dt h3 {
    font-size: 20px;
  }
  .coursedetails-moudel1 dl dt p{
    font-size: 15px;
  }
  .coursedetails-moudel1 dl dd{
    width: 50%;
  }

  .details-tit i {
    top: -66px;
    left: 108px;
    font-size: 90px;
  }
  .details-tit strong,
  .coursedetails-moudel3 strong{
    height: 28px;
    padding-top: 6%;
    line-height: 28px;
    font-size: 24px;
  }
  .coursedetails-moudel3 a{
    width: 45px;
    height: 45px;
  }
  .discountsul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .discountsul li strong{
    line-height: 45px;
  }
  .discountsul li p{
    height: 24px;
    overflow: hidden;
  }
  .discountsul li:hover{
    margin-top:0;
  }
  .handdetail-page {
    height: 32px;
    line-height: 32px;
  }
  .coursedetails-moudel9 .details-tit em {
    font-size: 20px;
  }
  .coursedetails-moudel9 .details-tit .swiper-pagination-bullet-active {
    font-size: 24px;
  }
  .course-select .b>div span{
    width: 49.1%;
    margin-bottom: 15px;
  }
  .course-select .b>div span:nth-child(3n){
    margin-right: 1.8% !important;
  }
  .course-select .b>div span:nth-child(2n){
    margin-right: 0 !important;
  }
  .status-close {
    right: -35px;
  }
  .signupstatus .btn {
    margin: 15px auto 0;
  }

  .newslist-v1 .fr h3 {
    font-size: 18px;
  }
  .newslist-v1 .fr h3 {
    line-height: 28px;
  }
  .newslist-v1 .fr p {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .newslistul li {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .newslistul .p1{
    height: 48px;
    margin: 10px 0 12px;
    line-height: 24px;
    font-size: 16px;
  }
  .newslist-bg .sabrosus,
  .teachers-bg .sabrosus {
    padding: 10px 6px 40px 6px;
  }
  .newscon-wrap h1.tit {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .newscon-art .time {
    margin-bottom: 10px;
  }
  .newscon img {
    margin: 0 auto 20px;
  }
  .uppage {
    padding: 20px 0;
  }
  .uppage p a {
    width: calc(100% - 65px);
  }
  .backprev{
    bottom: 92px;
    background-color: rgba(6,165,126,.6);
  }
  .universitiesul2 li {
    float: left;
    width: 32%;
    margin-right: 2%;
  }
  .universitiesul2 p a {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  .universitiesul {
    margin: 30px 0 25px;
  }
  .universitiesul3 {
    margin-top: 25px;
  }
  
  .universitiesnewsul li {
    padding: 20px 0;
  }
  .universitiesnewsul li p{
    font-size: 16px;
  }
  .teachersul {
    margin-top: 30px;
  }
  .teachersul li {
    margin: 0 2% 20px;
  }
  .teachersul li img {
    width: 190px;
    height: 190px;
    padding: 10px;
  }
  .teachersul li h3 {
    height: 38px;
    margin-bottom: 10px;
    line-height: 38px;
    font-size: 16px;
  }

  .idx-moudel1 .fl li strong{
    margin-right: 0;
    font-size: 30px;
  }
  .idx-moudel1 .fr li strong {
    height: 40px;
    font-size: 30px;
    line-height: 40px;
  }
  .idx-moudel1 .fr li span {
    font-size: 16px;
  }
  .idx-universities-wrap .fr li{
    height: 42px;
    margin: 15px 0;
  }
  .layuiBox1{
    width: 350px;
    height: 210px;
  }
  .layuiBox1 .layuivideo p{
    font-size: 16px;
    text-indent:1em;
  }
  .online-moudel5 ul li{
    height: auto;
    margin-bottom: 8px;
    line-height: 28px;
  }
  .online-moudel5 ul li span{
    height: auto;
    vertical-align: top;
    white-space: pre-wrap;
    overflow: visible;
  }


}

@media screen and (max-width:480px){
  .public-moudle .fr h3 {
    font-size: 20px;
  }
  .foot-moudle1 .fl dt {
    margin-right: 12px;
  }
  .foot-moudle1 .fl dd p {
    font-size: 12px;
  }

  .details-tit i {
    left: 64px;
    font-size: 80px;
  }

  .arrange h4 {
    line-height: 34px;
    font-size: 20px;
  }
  .arrange h5{
    font-size: 20px;
  }
  .arrange-b .p-b {
    padding: 45px 15px 15px;
  }
  .arrange-b .p-b dl{
    margin-bottom: 15px;
  }

  .price .fl {
    padding: 0 0 10px;
  }
  .handdetail-page {
    width: 100%;
  }
  .coursedetails-moudel9 .details-tit em {
    width: 30%;
    margin-right: 3%;
    text-align: center;
  }
  .coursedetails-moudel9 .btnwrap{
    width: 100%;
    margin-top:15px;
  }
  .handdetail-v1 {
    margin-top: 25px;
  }
  .newslist-banner .breadcrumbs {
    position: inherit;
    top: 12%;
    left: auto;
    bottom: auto;
    right: auto;
  }
  .newslist-banner .breadcrumbs .fr{
    float: none;
  }
  .newslist-bg{
    margin-top:10px;
  }
  .universitiesul3 li {
    height: 120px;
  }
  .universitiesnewsul span {
    width:70%;
  }
  .universitiesnewsul strong {
    display: inline-block;
    margin-right: 5px;
    vertical-align: 0;
  }
  .universitiesnewsul li p {
    width: 100%;
    font-size: 16px;
  }
  .universitiesnewsul li div .m {
    top: 0;
    margin: inherit;
  }

  .caselist-v1 {
    margin: 48px 20px 0;
  }
  .caselist-v1-wrap .swiper-button-prev{
    left: 0;
  }
  .caselist-v1-wrap .swiper-button-next{
    right: 0;
  }
  .caselist-v1 .swiper-slide-active .dlwrap dl {
    bottom: 10px;
  }
  .caselist-v2-wrap {
    margin-top: 30px;
  }
  .caselist-btn-wrap {
    margin-bottom: 50px;
  }
  .caselist-btn-wrap .swiper-pagination-bullet{
    opacity: .5;
    font-size: 14px;
  }
  .caselist-btn-wrap .swiper-pagination-bullet::before {
    top: 5px;
  }
  .caselist-btn-wrap .swiper-pagination-bullet-active{
    top: auto;
    width: 20%;
    height: 42px;
    color: #333;
    line-height: 42px;
    font-size: 16px;
    font-weight: normal;
    opacity: 1;
  }
  .caselist-btn-wrap .swiper-pagination-bullet-active::before {
    z-index: -1;
    top: 4px;
    width: 7px;
    height: 7px;
    background:none;
    background-color: #0ba886;
  }
  .caselist-v2 dl {
    padding:5px 10px 10px;
  }
  .caselist-v2 dl dt {
    display: none;
  }
  .caselist-v2 dl dd h4 {
    text-indent: 0;
    font-size: 18px;
  }
  .caselist-v2 dl dd p.p1 {
    height: 48px;
  } 
  .teachersul li img {
    width: 166px;
    height: 166px;
  }
  .layuiBox1{
    width: 350px;
    height: 210px;
  }
  .coursedetails-moudel3 {
    height: 245px;
  }
  .newslistul li img{
    height: 144px;
  }
}
@media screen and (max-width:414px){
  .breadcrumbs strong{
    margin-right: 20px;
  }
  .courseul h3 i {
    font-size: 70px;
  }
  .courseul h3 strong {
    margin-right: 10px;
    font-size: 20px;
  }
  .courseul .p1 {
    width: 98%;
    margin-bottom: 25px;
  }
  .sabrosus a, .sabrosus .cpb {
    padding: 4px 12px;
    margin-right: 2px;
  }
  .processul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 35px 20px;
  }
  .processul li::after {
    top:auto;
    right: 0;
    left: 0;
    bottom: -22px;
    margin: auto;
    transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
  }
  .processul li:nth-child(2n)::after{
    display: block;
  }
  .processul li:last-of-type::after{
    display: none;
  }
  .coursedetails-moudel9 .details-tit em {
    font-size: 18px;
  }
  .coursedetails-moudel9 .details-tit .swiper-pagination-bullet-active {
    font-size: 20px;
  }
  .waterfull ul li {
    width: 29.4%;
  }
  .course-select .b {
    padding: 5px 5px 0px;
  }
  .course-select .b>div span {
    margin-bottom: 5px;
  }
  .newscon-wrap{
    padding:15px 0 15px;
  }

  .idx-moudel1 .fl {
    display: none;
  }
  .idx-moudel3 .swiper-button-prev,
  .idx-moudel3 .swiper-button-next{
    margin-top: -10%;
  }
  .idx-universities-wrap .fr li{
    width: 50%;
    margin: 10px 0;
  }
  .idx-moudel6 .waterfull li{
    width: 100% !important;
  }
  .teachersul li img {
    width: 148px;
    height: 148px;
  }
  .layuiBox1{
    width: 350px;
    height: 210px;
  }
  .newslistul li img{
    height: 122px;
  }
}
@media screen and (max-width:375px){
  .foot-moudle2 .fr span{
    display: inline !important;
  }
  .foot-moudle2 .fr span:first-of-type{
    display: block !important;
  }
  .caselist-v2 ul li{
    width: 100%;
    margin-right: 0;
  } 
  .caselist-v2 dl dd p.p1 {
    height: 24px;
  }
  
  .idx-moudel3 .swiper-button-prev,
  .idx-moudel3 .swiper-button-next{
    margin-top: -12%;
  }
  .idx-moudel3 .swiper-button-prev{
    left: 5px;
  }
  .idx-moudel3 .swiper-button-next{
    right: 5px;
  }
  .layuiBox1{
    width: 300px;
    height: 180px;
  }
  .layuiBox1 .layuivideo p{
    text-indent: 0;
    padding: 0 5px;
  }
  .layuiBox1 .layerClose{
    width: 30px;
    height: 30px;
    background-size: cover;
  }
  .newslistul li img{
    height: 108px;
  }
  
}
@media screen and (max-width:360px){
  .courseul h3 i {
    font-size: 62px;
  }
  .sabrosus a, .sabrosus .cpb {
    padding: 2px 10px;
  }
  .universitiesul3 li {
    height: 110px;
  }
  .teachersul li img {
    width: 134px;
    height: 134px;
  }
  .newslistul li img{
    height: 104px;
  }
}

@media screen and (max-width:327px){/* @新 */
  
  .foot-moudle2 .footnav li {
    width:20%;
  }
  .newslistul li img{
    height: 92px;
  }
}

.custom-checkbox{
  margin-bottom: 1rem;
}
.has-error .help-block{
  display: block !important;
}
.alert{
  display: none;
  position: fixed;
  top:100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 200px;
  height: 50px;
  z-index: 33;
  text-align: center;
}