html, body {
  width: 100%;
  font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
  font-size: 16px;
  overflow-x: hidden;
  background: #fff !important;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #323232;
  text-decoration: none !important;
}

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

h1, h2, h3 {
  padding: 0;
  margin: 0 auto;
}

.container, .container-fluid {
  padding: 0;
}

em {
  font-style: normal;
}

.head > h1 {
  position: absolute;
  left: -9999999px;
  z-index: -99;
}

/* header start */
.header .icon {
  padding: 2px 10px;
  margin-right: 10px;
  background: url(http://www.yuloo.com/slschool/images/icon.png);
  background-position-x: 0%;
  background-position-y: 0%;
}

.header {
  font-size: 12px;
  color: #838c94;
  background-color: #eeeeee;
  height: 40px;
  line-height: 40px;
}

.header dl {
  float: left;
  position: relative;
  color: #31404c;
  margin: 0 10px;
  cursor: pointer;
}

.header dl dt {
  height: 40px;
  line-height: 40px;
}

.header dl:hover dd {
  display: block;
}

.header dl dd {
  display: none;
  position: absolute;
  width: 110px;
  text-align: center;
  right: -10px;
  text-align: right;
  top: 40px;
  background-color: #fff;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 99;
}

.header dl dd p {
  font-size: 12px;
  line-height: 20px;
  padding-bottom: 5px;
  text-align: center;
}

.header dl dd::before {
  position: relative;
  content: '';
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 7px solid #fff;
  top: -5px;
}

.header .wxtools-icon {
  background-position: -4px -190px;
}

.header .wxpublic-icon {
  background-position: -4px -145px;
}

/* header end */
/* top-bg start */
.top-bg {
  background-color: #eeeeee;
  line-height: 40px;
  font-size: 12px;
  color: #555;
}

/* top-bg end */
/* nav start */
/*modify nav default style start*/
.head, .navbar-default {
  background-color: #fff;
}

.head .navbar-brand, .navbar-default .navbar-brand {
  margin: 10px 0 0 0;
}

.head .navbar-nav > li.open {
  border: none !important;
  box-shadow: none !important;
}

.head .navbar-nav > li > .dropdown-menu li {
  text-align: center;
}

.head .navbar-nav > li:hover .dropdown-menu, .head .navbar-nav > li.open .dropdown-menu {
  display: block;
  width: 138px;
  left: 50%;
  margin-left: -69px;
  top: 72px;
  border-top: 3px solid #192d76;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.head .navbar-nav > li.active > a::after, .head .navbar-nav > li > a:hover::after {
  content: '';
  display: block;
  position: absolute;
  width: 70%;
  margin: 0 15%;
  bottom: 10px;
  left: 0;
  border: 1px solid #192d76;
}

.head .navbar-nav > li > a {
  font-size: 16px;
  position: relative;
  color: #333;
  font-weight: bold;
  line-height: 54px;
  padding: 10px 15px 20px;
}

.head .navbar-default .navbar-nav > .active > a, .head .navbar-default .navbar-nav > .active > a:focus, .head .navbar-default .navbar-nav > .active > a:hover {
  color: #333;
  font-weight: bold;
  background-color: #fff;
}

.head .navbar-default .navbar-nav > .open > a, .head .navbar-default .navbar-nav > .open > a:focus, .head .navbar-default .navbar-nav > .open > a:hover {
  background-color: #fff;
  color: #192d76;
}

.head .dropdown-menu {
  min-width: auto;
  width: 100%;
  top: 60px;
  border: none;
}

.head .dropdown-menu > li > a {
  font-size: 14px;
  padding: 3px 0;
  line-height: 2;
}

.head .dropdown-menu > li > a:hover, .head .navbar-nav > li > a:hover, .head .navbar-nav > li.active > a {
  color: #192d76 !important;
}

.head .navbar-nav > li.open {
  border-top: 3px solid #192d76;
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.head .navbar-nav > li .caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
}

.head .navbar-nav > li.open .caret, .head .navbar-nav > li:hover .caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #192d76;
  border-top: 0;
}

/*modify nav default style end*/
.head .navbar-right {
  margin: 0;
}

.head .navbar-collapse {
  padding: 0;
  background-color: #fff;
}

.head .navbar {
  border: none;
  margin-bottom: 0;
}

.head .navbar-header {
  padding-top: 11px;
  margin: 0;
}

.head .navbar-header > h1, .head .navbar-header > span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  padding: 0 15px;
  background-color: #192d76;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-top: 10px;
}

.head .navbar-header > h1 {
  padding: 3px 15px;
}

.navbar-default {
  background-color: #fff;
}

.navbar-brand {
  width: 126px;
  padding: 0;
  height: auto;
}

.nav-tel {
  margin-top: 24px;
  padding-left: 36px;
  background: url(../images/phone.png) no-repeat left center;
  background-size: contain;
}

.nav-tel p {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #192d76;
  margin-bottom: 0;
}

/* nav end */
/* abstract end */
.breadcrumb-bg {
  background-color: none !important;
}

.breadcrumb, .breadcrumb a {
  font-size: 14px;
  line-height: 40px;
  color: #9a9a9a;
  background: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.breadcrumb a:hover, .activty-title a.more:hover, .news-item-title a.more:hover {
  color: #b58e4b;
}

/* banner */
.banner {
  position: relative;
}

.banner .carousel-inner {
  text-align: center;
}

.banner img {
  margin: 0 auto;
}

.banner-bg {
  position: absolute;
  width: 1200px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  margin-left: -600px;
}

.banner-cnt {
  position: absolute;
  top: 15px;
  right: 0;
  width: 355px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  border-radius: 6px;
}

.banner-cnt .banner-cnt-tit {
  text-align: center;
  line-height: 0;
}

.banner-cnt .banner-cnt-tit span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #4b5db5;
  padding: 0 40px;
  line-height: 34px;
  background: url(../images/banner-tit-bg.png) no-repeat top center;
  background-size: 100% 100%;
}

.error-icon, .success-icon {
  padding: 0 10px;
  background: url(../images/icon.png) no-repeat;
}

.error-icon {
  background-position: -10px -48px;
}

.success-icon {
  background-position: -10px 1px;
}

.banner img {
  max-width: none \9;
  width: auto \9;
}

/* banner end */
.main01 {
  padding-bottom: 30px;
  background: url(../images/main01-bg.jpg) no-repeat center center;
}

.guide-r {
  float: left;
  width: calc(100% - 426px);
}

.guide-l {
  float: left;
  width: 406px;
  margin-right: 20px;
}

.review-box {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.review-main {
  padding: 0 16px 20px;
}

.review-main ul li {
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  background: url(../images/li-img1.png) no-repeat center left;
}

.review-main ul li a {
  float: left;
  width: 80%;
  width: calc(100% - 50px);
  font-size: 14px;
  line-height: 34px;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.review-main ul li span {
  float: right;
  font-size: 14px;
  width: 44px;
  color: #999;
  text-align: right;
}

.review-main ul li:hover a, .review-main ul li:hover span {
  color: #e38944;
}

.review-main ul li:hover {
  background: url(../images/li-img2.png) no-repeat center left;
}

.review-main a.more {
  display: block;
  height: 32px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #e38944;
  border-radius: 4px;
  margin-top: 6px;
}

.review-main a.more span {
  padding: 0 10px;
  color: #e38944;
  font-size: 14px;
}

.review-main a.more:hover {
  background: #e38944;
  border-color: #e38944;
}

.review-main a.more:hover span {
  color: #fff;
}

.review-main dl {
  padding: 19px 0px 10px;
}

.review-main dl dt {
  width:30%;
  border-radius: 3px;
  overflow: hidden;
  margin-right:2%;
  float: left;
}
.review-main dl dd{
  float:right;
  width: 65%;
}
.review-main dl dd a {
  font-size: 15px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
}

.review-main dl dd a:hover {
  color: #e38944;
}

.review-main dl dd p {
  font-size: 12px;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  color: #666;
  margin-bottom: 0;
}

.review-main dl dd p a {
  width: auto;
  font-size: 12px;
  font-weight: normal;
  color: #e38944;
}

/*modify nav-tabs default style start*/
.review-tabs {
  height: 38px !important;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}

.review-tabs ul {
  border-bottom: 0px !important;
}

.review-tabs ul li {
  position: relative;
  width: 33.333%;
  height: 38px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0 !important;
  background-color: #fff;
}

.review-tabs ul li a {
  position: relative;
  color: #333;
  font-weight: normal;
  background: #fff;
  border: none;
  border-right: 1px solid #ebebeb;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  border-radius: 0;
  width: 100%;
}

.review-tabs ul li a:focus {
  background: #fff;
}

.review-tabs ul li a[href="#review-bb"]::before {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: url(../images/tab-before-bg2.jpg) no-repeat center top;
  right: -1px;
  top: 0;
  z-index: 1;
}

.review-tabs ul li:last-child a {
  border-left: none !important;
  border-right: 1px solid #ebebeb !important;
}

.review-tabs ul li a, .review-tabs ul li.active a, .review-tabs ul li.active a:hover, .review-tabs ul li.active a:focus {
  color: #333333;
  font-size: 15px;
  line-height: 36px;
  padding-top: 0;
}

.review-tabs ul li.active a {
  border-right: 1px solid #f6b340 !important;
  border-left: 1px solid #f6b340 !important;
}

.review-tabs ul li.active a, .review-tabs ul li:hover a, .review-tabs ul li.active a:focus, .review-tabs ul li.active a:hover, .review-tabs ul li .review-tabs ul li a:hover {
  background: #e38944;
  background: linear-gradient(-90deg, #f6b340, #e38944);
  font-weight: bold !important;
  color: #fff;
  border-top: 1px solid #f6b340;
  border-bottom: 0px !important;
  padding-top: 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.review-tabs ul li.more, .review-tabs ul li.more a, .review-tabs ul li.more a:hover, .review-tabs ul li.more:hover a {
  font-size: 12px;
  height: 23px;
  text-align: right;
  color: #373c77;
  border-bottom: 0px !important;
}

.review-tabs ul li.active::before, .review-tabs ul li:hover::before {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 100%;
  background: url(../images/tab-before-bg.png) no-repeat center top !important;
  right: -13px;
  top: 0;
  z-index: 1;
}

/*modify nav-tabs default style end*/
.watch-box {
  margin-top: 10px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.watch-tit {
  font-size: 14px;
  line-height: 28px;
  height: 28px;
}

.watch-tit p {
  float: left;
  padding: 0 15px;
}

.watch-tit span {
  float: left;
  width: 122px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px 0 5px 10px;
  color: #fff;
  background: url(../images/watch-tit-bg.png) no-repeat right center;
}

.watch-tit span i {
  padding-left: 12px;
  margin-right: 5px;
  background: url(../images/watch-icon.png) no-repeat center center;
}

.watch-box ul {
  padding: 10px 15px 5px;
  margin: 0 -1%;
}

.watch-box li {
  float: left;
  width: 18%;
  margin: 5px 1%;
}

.watch-box li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 0;
  color: #192d76;
  background: #f0f2f9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 3px;
  text-align: center;
}

.watch-box li i {
  padding: 0 8px;
  margin-right: 3px;
  background: url(../images/guide-icon.png) no-repeat;
}

.watch-box li:hover a {
  color: #fff;
  background: #e38944;
}

.watch-box li .read-icon1 {
  background-position: -50px 3px;
}

.watch-box li .read-icon2 {
  background-position: -50px -47px;
}

.watch-box li .read-icon3 {
  background-position: -50px -97px;
}

.watch-box li .read-icon4 {
  background-position: -50px -147px;
}

.watch-box li .read-icon5 {
  background-position: -50px -197px;
}

.watch-box li .read-icon6 {
  background-position: -50px -247px;
}

.watch-box li .read-icon7 {
  background-position: -50px -297px;
}

.watch-box li .read-icon8 {
  background-position: -50px -347px;
}

.watch-box li .read-icon9 {
  background-position: -50px -397px;
}

.watch-box li:hover .read-icon1 {
  background-position: -100px 3px;
}

.watch-box li:hover .read-icon2 {
  background-position: -100px -47px;
}

.watch-box li:hover .read-icon3 {
  background-position: -100px -97px;
}

.watch-box li:hover .read-icon4 {
  background-position: -100px -147px;
}

.watch-box li:hover .read-icon5 {
  background-position: -100px -197px;
}

.watch-box li:hover .read-icon6 {
  background-position: -100px -247px;
}

.watch-box li:hover .read-icon7 {
  background-position: -100px -297px;
}

.watch-box li:hover .read-icon8 {
  background-position: -100px -347px;
}

.watch-box li:hover .read-icon9 {
  background-position: -100px -397px;
}

.birthday-input {
  padding: 0 !important;
}

.birthday-input .input-group-addon {
  float: right;
  width: 38px;
  height: 26px;
}

.birthday-input .layui-bg-value {
  height: 26px !important;
  line-height: 22px !important;
}

.birthday-input .layui-input {
  left: 0;
  padding-left: 10px;
  height: 26px;
  border: none !important;
}

.school-form {
  padding: 13px 16px 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

select[size="200"] {
  border: none;
}

.school-form .input-group-addon {
  height: 24px;
  padding: 7px !important;
  font-size: 12px;
}

.school-form .select-search .school-option {
  width: 230px;
}

.school-form .select-search .select-search-btn {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  font-size: 12px;
  line-height: 26px !important;
  padding: 0;
}

.school-form .school-form-tit {
  padding-left: 16px;
  background: url(../images/form-tit-bg.png) no-repeat left top 2px;
  font-size: 16px;
  font-weight: bold;
  margin-left: -16px;
  margin-bottom: 10px;
}

.school-form .school-form-tit h2 {
  font-size: 16px;
  font-weight: bold;
}

.school-form .school-form-tit h2 span {
  color: #e38944;
}

.school-form .school-form-tit span {
  color: #e38944;
}

.school-form .school-form-tit .icon {
  padding: 1px 13px;
  background-position: -130px -115px;
}

.school-form .form-main {
  max-width: none;
  margin: 0 -10px;
}

.school-form .form-inline .form-group {
  width: 33.333%;
  padding: 0 10px;
  margin: 0 auto 10px;
}

.school-form .form-inline .form-group .input-group-span {
  width: 75px;
  font-size: 14px !important;
  line-height: 20px;
}

.school-form .form-inline .form-group .form-control {
  width: 60%;
  width: calc(100% - 80px);
  height: 26px;
}

.school-form .form-inline .form-group.submit-group {
  width: 100%;
  height: 32px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.school-form .form-inline .form-group.submit-group input {
  width: 120px;
  height: 26px;
  font-size: 14px;
  line-height: 24px;
  background: #e38944;
  border-color: #e38944;
  border-radius: 4px;
}

.guide-main {
  margin-top: 21px;
}

.guide-main .guide-tit {
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  margin-bottom: 20px;
}

.guide-main .guide-tit1 {
  background: url(../images/icon-tit1.png) no-repeat left center;
}

.guide-main .guide-tit2 {
  background: url(../images/icon-tit2.png) no-repeat left center;
}

.guider-r {
  position: relative;
  background: #fff;
  padding: 10px 16px 20px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.guide-cnt li {
  position: relative;
  padding: 6px 0 6px 104px;
  border-bottom: 1px dashed #efefef;
}

.guide-cnt li b {
  position: absolute;
  width: 87px;
  left: 0;
  top: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: normal;
  background: #4a5aa6;
  border-radius: 2px;
}

.guide-cnt li b::before {
  display: block;
  content: '';
  position: absolute;
  width: 5px;
  height: 20px;
  background: url(../images/b-bg.png) no-repeat center center;
  right: -5px;
  top: 0;
}

.guide-cnt li i {
  padding: 0 10px;
  margin-right: 3px;
  background: url(../images/guide-icon.png) no-repeat;
}

.guide-cnt li span {
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  color: #444;
  margin: 0 30px 0px 0;
  padding-left: 10px;
  background: url(../images/span-bg.png) no-repeat left center;
}

.guide-cnt li p {
  line-height: 28px;
  margin: 0 auto;
}

.guide-cnt li .price {
  font-size: 14px;
  font-weight: bold;
  color: #f47070;
}

.guide-cnt li em {
  width: 14px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  font-style: normal;
  color: #fff;
  display: inline-block;
  background: #c7a771;
  border-radius: 2px;
  margin-right: 9px;
}

.guide-cnt li:last-child {
  border: none !important;
}

.guide-cnt li .xq-a {
  color: #b38e4f;
}

.guide-cnt li .kc-a {
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: #b38e4f;
  border: 1px solid #b38e4f;
  border-radius: 3px;
  padding: 0 6px;
  margin-right: 4px;
  margin-bottom: 8px;
  margin-top: 7px;
}

.guide-cnt li .kc-a:hover {
  color: #fff;
  background: #b38e4f;
}

.guide-cnt li.li1 b i {
  background-position: 4px 3px;
}

.guide-cnt li.li2 b i {
  background-position: 4px -47px;
}

.guide-cnt li.li3 b i {
  background-position: 4px -97px;
}

.guide-cnt li.li4 b i {
  background-position: 4px -147px;
}

.guide-cnt li .error-icon {
  background-position: 4px -197px;
}

.guide-cnt li .success-icon {
  background-position: 4px -247px;
}

.guide-cnt li.li2 span, .guide-cnt li.li3 span {
  margin-right: 10px;
}

.guide-cnt li.li7 span {
  margin-right: 0;
}

.moudle {
  padding: 20px 0;
}

.moudle-title {
  font-size: 30px;
  line-height: 1;
  color: #222;
  font-weight: bold;
  text-align: center;
  padding: 13px 0;
  margin-bottom: 20px;
}

.moudle-title span {
  display: inline-block;
  height: 40px;
  margin-top: 5px;
  padding-left: 45px;
}

.moudle-tit1 {
  background: url(../images/moudle-tit-bg1.png) no-repeat center center;
}

.moudle-tit1 span {
  background: url(../images/moudle-tit-bg1-2.png) no-repeat left top;
}

.moudle-tit2 {
  background: url(../images/moudle-tit-bg2.png) no-repeat center center;
}

.moudle-tit2 span {
  background: url(../images/moudle-tit-bg2-2.png) no-repeat left top;
}

.moudle-tit3 {
  background: url(../images/moudle-tit-bg3.png) no-repeat center center;
}

.moudle-tit3 span {
  background: url(../images/moudle-tit-bg3-2.png) no-repeat left top;
}

.major-recd {
  margin-bottom: 20px;
}

ul.major-tag-cnt {
  float: left;
  width: 33.333%;
}

ul.major-tag-cnt h3 {
  font-size: inherit;
  font-weight: inherit;
}

ul.major-tag-cnt > li {
  padding: 0 5px;
}

ul.major-tag-cnt li {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 10px;
}

ul.major-tag-cnt li a {
  display: -webkit-box;
  display: flex;
  display: block \9;
  justify-content: center;
  align-items: center;
  line-height: 32px;
  color: #fff;
  padding: 11px 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

ul.major-tag-cnt li:hover > h3 {
  -moz-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.3);
}

ul.major-tag-cnt .li-nobottom {
  margin-bottom: 0 !important;
}

ul.major-tag-cnt .li-rowspan2 {
  font-size: 20px;
}

ul.major-tag-cnt .li-rowspan2 a {
  height: 118px;
  padding: 24px 5px;
}

ul.major-tag-cnt .li-more {
  font-size: 18px;
}

ul.major-tag-cnt .xg a {
  height: auto;
  padding: 15px 5px;
}

.lookmore-icon {
  padding: 9px;
  margin-left: 5px;
  background: url(../images/li-more.png) no-repeat center center;
}

.tab-bg1, .tab-bg9 {
  max-height: 54px;
}

.tab-bg1 {
  background-color: #d09879;
}

.tab-bg2 {
  background-color: #73babc;
}

.tab-bg3 {
  background-color: #7c8cbf;
}

.tab-bg4 {
  background-color: #73b0dc;
}

.tab-bg5 {
  background-color: #98b984;
}

.tab-bg6 {
  background-color: #c58686;
}

.tab-bg7 {
  background-color: #9c7cc0;
}

.tab-bg8 {
  background-color: #6f90c6;
}

.tab-bg9 {
  background-color: #d6a76f;
}

.tab-bg10 {
  background-color: #68af9a;
}

.course-box {
  margin-top: 50px;
  padding: 54px 20px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

/*modify nav-tabs default style start*/
.course-tabs {
  position: relative;
  border-radius: 5px 5px 0 0;
}

.course-tabs ul {
  position: absolute;
  width: 100%;
  top: -80px;
  border-bottom: 0px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
}

.course-tabs ul li {
  position: relative;
  width: 14.285%;
  height: 60px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0 !important;
  background-color: #fff;
}

.course-tabs ul li a {
  position: relative;
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  color: #222;
  background: #fff;
  border: none;
  border-right: 1px solid #ebebeb;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  border-radius: 6px;
  width: 100%;
}

.course-tabs ul li a:focus {
  background: #fff;
}

.course-tabs ul li a[href="#review-bb"]::before {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  background: url(../images/tab-before-bg2.jpg) no-repeat center top;
  right: -1px;
  top: 0;
  z-index: 1;
}

.course-tabs ul li:last-child a {
  border-left: none !important;
  border-right: none !important;
}

.course-tabs ul li.active a, .course-tabs ul li:hover a, .course-tabs ul li.active a:focus, .course-tabs ul li.active a:hover, .course-tabs ul li .review-tabs ul li a:hover {
  background: #e38944;
  background: linear-gradient(-90deg, #f6b340, #e38944);
  font-weight: bold !important;
  color: #fff;
  border-color: #fff !important;
  border: 0px !important;
  border-radius: 6px;
  overflow: hidden;
}

.course-tabs ul li.more, .course-tabs ul li.more a, .course-tabs ul li.more a:hover, .course-tabs ul li.more:hover a {
  font-size: 12px;
  height: 23px;
  text-align: right;
  color: #373c77;
  border-bottom: 0px !important;
}

.course-tabs ul li.active::before, .course-tabs ul li:hover::before {
  display: block;
  content: '';
  position: absolute;
  width: 36px;
  height: 2px;
  background: #fff !important;
  left: 50%;
  margin-left: -18px;
  bottom: 13px;
  z-index: 1;
}

/*modify nav-tabs default style end*/
.course-tit {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 20px;
}

.course-tit1 {
  background: url(../images/course-tit1.png) no-repeat left center;
}

.course-tit2 {
  background: url(../images/course-tit2.png) no-repeat left center;
}

.course-tit3 {
  background: url(../images/course-tit3.png) no-repeat left center;
}

.course-l, .course-r {
  float: left;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
}

.course-l {
  width: 62.5%;
  margin-right: 1.5%;
  padding: 20px 15px;
}

.course-r {
  width: 36%;
  border-top-color: #969dc1;
}

.course-r a.more {
  display: block;
  margin: 0 15px 20px;
  height: 32px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #e38944;
  border-radius: 4px;
  margin-top: 12px;
}

.course-r a.more span {
  padding: 0 10px;
  color: #e38944;
  font-size: 14px;
}

.course-r a.more:hover {
  background: #e38944;
  border-color: #e38944;
}

.course-r a.more:hover span {
  color: #fff;
}

.course-jj {
  margin-bottom: 26px;
}

.course-jj p {
  padding: 5px 12px;
  background: #f5f6fa url(../images/course-jj-bg.png) no-repeat right bottom;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #444;
}

.course-school {
  margin-bottom: 20px;
}

.course-school-list {
  margin: -1% -1% 0;
}

.course-school-list dl {
  float: left;
  width: 23%;
  margin: 1%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
  padding: 9px 10px;
  border-radius: 3px;
}

.course-school-list dl dt {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

.course-school-list dl dd {
  font-size: 14px;
  line-height: 16px;
  height: 32px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.course-school-list dl dd a {
  color: #333;
}

.course-school-list dl dd a:hover {
  color: #e38944;
}

.course-school-list dl dd:hover {
  color: #e38944;
}

.course-rules ul {
  margin: -8px -1% 0;
}

.course-rules ul li {
  float: left;
  width: 48%;
  margin: 0 1%;
  font-size: 14px;
  line-height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.course-rules ul li em, .course-rules ul li .school-name {
  float: left;
}

.course-rules ul li .text-indent {
  text-indent: -6px;
}

.course-rules ul li .school-name {
  max-width: 180px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.course-rules ul li a:hover {
  color: #e38944;
}

.course-r-tit {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  text-align: center;
}

.course-r-tit span {
  display: inline-block;
  width: 282px;
  line-height: 32px;
  margin: 0 auto 10px;
  background: url(../images/course-news-bg.png) no-repeat center top;
}

.course-news {
  padding: 0 15px;
}

.course-news li {
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  background: url(../images/li-img1.png) no-repeat center left;
}

.course-news li a {
  float: left;
  width: 80%;
  font-size: 14px;
  line-height: 32px;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.course-news li span {
  float: right;
  font-size: 14px;
  width: 44px;
  color: #999;
  text-align: right;
}

.course-news li:hover a, .course-news li:hover span {
  color: #e38944;
}

.course-news li:hover {
  background: url(../images/li-img2.png) no-repeat center left;
}

.main03 {
  background: url(../images/main03-bg.jpg) no-repeat center center;
  background-size: cover;
}

.main03-box {
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  overflow: hidden;
}

.main03-box .nav-tabs {
  border: none !important;
  padding: 13px 0;
}

.main03-box .nav-tabs li a {
  font-size: 14px;
  line-height: 24px;
  color: #e38944;
  padding: 0 10px;
  border: 1px solid #e38944 !important;
  border-radius: 4px;
  margin-right: 12px;
}

.main03-box .nav-tabs li:hover a, .main03-box .nav-tabs li.active a, .main03-box .nav-tabs li a:hover {
  color: #fff;
  background: #e38944 !important;
}

.main03-box > .tab-content {
  padding: 20px;
  background: #fff;
}

.main03-box-tit {
  position: relative;
  height: 50px;
  background: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.main03-box-tit > a {
  float: right;
  padding: 0 20px;
  font-size: 14px;
  color: #cc8b59;
  border: 1px solid #cc8b59;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
  margin-top: 12px;
  margin-right: 16px;
}

.main03-box-tit > a i {
  padding: 0 7px;
  margin-right: 5px;
  background: url(../images/icon-zw.png) no-repeat;
}

.main03-box-tit > a:hover {
  color: #fff !important;
  background: #cc8b59;
  border-color: #cc8b59 !important;
}

.main03-box-tit > a:hover i {
  background-position: -10px -407px !important;
}

.main03-box-tit h2 {
  float: left;
  position: relative;
  background: #4a5aa6;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  padding: 10px 15px;
  margin-right: 60px;
}

.main03-box-tit h2::before {
  position: absolute;
  display: block;
  content: '';
  width: 50px;
  height: 50px;
  right: -50px;
  bottom: 0;
  background: url(../images/md-tit-bg.jpg) no-repeat right bottom;
}

.main03-box-tit .zx-tabs {
  float: left;
}

.main03-box-tit .nav-tabs li a {
  color: #4a5aa6;
  border: 1px solid #4a5aa6 !important;
}

.main03-box-tit .nav-tabs li:hover a, .main03-box-tit .nav-tabs li.active a, .main03-box-tit .nav-tabs li a:hover {
  color: #fff;
  background: #4a5aa6 !important;
}

.small-zx-tabs {
  width: auto !important;
}

.tab-pane .nav-tabs {
  padding-top: 0;
  padding-left: 0 !important;
  padding-bottom: 20px;
}

.school-list, .school-list2 {
  margin: -10px -0.5% 0;
}

.school-list dl, .school-list2 dl {
  float: left;
  width: 19%;
  margin: 10px 0.5%;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
}

.school-list dl dt, .school-list2 dl dt {
  height: 107px;
  border-bottom: none;
  overflow: hidden;
}

.school-list dl dd, .school-list2 dl dd {
  position: relative;
  padding: 0 10px 45px;
}

.school-list dl dd p, .school-list2 dl dd p {
  font-size: 12px;
}

.school-list dl dd .school-logo, .school-list2 dl dd .school-logo {
  position: relative;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}

.school-list dl dd .school-logo p, .school-list2 dl dd .school-logo p {
  text-align: right;
  color: #8d959d;
}

.school-list dl dd .school-logo a, .school-list2 dl dd .school-logo a {
  position: absolute;
  width: 60px;
  height: 60px;
  padding: 5px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  border-radius: 60px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.1);
}

.school-list dl dd .school-cnt, .school-list2 dl dd .school-cnt {
  height: 32px;
  color: #888;
  line-height: 16px;
  margin-bottom: 16px;
  overflow: hidden;
}

.school-list dl dd .school-name, .school-list2 dl dd .school-name {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.school-list dl dd .school-name:hover, .school-list dl dd .school-cnt a, .school-list2 dl dd .school-name:hover, .school-list2 dl dd .school-cnt a {
  color: #e38944;
}

.school-list dl .address-icon, .school-list2 dl .address-icon {
  padding-left: 15px;
  margin-right: 5px;
  background: url(../images/address-icon.png) no-repeat center center;
}

.school-list2 dl dd {
  padding-bottom: 10px;
}

.school-list2 dl dd .school-cnt {
  height: 40px;
  color: #888;
  line-height: 20px;
  margin-bottom: 9px;
  overflow: hidden;
}

.school-list2 .tag-list {
  border-top: 1px dashed #e3e3e8;
  padding-top: 7px;
  height: 32px;
  line-height: 24px;
  overflow: hidden;
}

.list-item-cost {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 17px;
  padding: 8px 6px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.list-item-cost a {
  float: left;
  width: 31.333%;
  margin: 0 1%;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  border-radius: 3px;
}

.list-item-cost .look-rules {
  color: #e38944;
  border: 1px solid #e38944;
}

.list-item-cost .look-rules:hover {
  color: #fff;
  background: #e38944;
}

.list-item-cost .look-faq {
  color: #4a5aa6;
  border: 1px solid #4a5aa6;
}

.list-item-cost .look-faq:hover {
  color: #fff;
  background: #4a5aa6;
}

.list-item-cost .look-news {
  color: #458bbe;
  border: 1px solid #458bbe;
}

.list-item-cost .look-news:hover {
  color: #fff;
  background: #458bbe;
}

.tag-list {
  line-height: 20px;
}

.school-list-main .tag-list {
  border-top: 1px dashed #e3e3e8;
  padding-top: 16px;
  height: 40px;
  line-height: 24px;
  overflow: hidden;
}

.school-list-main .tag-list span {
  font-size: 12px;
}

.tag {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 1px 5px;
  margin-right: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  font-style: normal;
}

.tag:last-child {
  margin-right: 0;
}

.tag-color1 {
  color: #4a5aa6;
}

.tag-color2 {
  color: #458bbe;
}

.tag-color3 {
  color: #d37464;
}

.tag-color4 {
  color: #6958a3;
}

.tag-color5 {
  color: #c15d5d;
}

.tag-color6 {
  color: #98592c;
}

.tag-color7 {
  color: #5aa48f;
}

.tag-color1 {
  background-color: #f1f2f8;
}

.tag-color2 {
  background-color: #ecf1f5;
}

.tag-color3 {
  background-color: #f8efed;
}

.tag-color4 {
  background-color: #eeebf7;
}

.tag-color5 {
  background-color: #f8eded;
}

.tag-color6 {
  background-color: #f6efe9;
}

.tag-color7 {
  background-color: #e8f5f1;
}

.ad {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.link {
  padding-top: 30px;
}

.link .link-title {
  width: 100%;
  text-align: left;
  font-size: 24px;
  height: 26px;
  line-height: 24px;
  font-weight: bold;
  color: #222;
  margin: 0 auto 25px;
  position: relative;
  padding-left: 20px;
}

.link .link-title::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  background: #4a5aa6;
  width: 6px;
  height: 26px;
  border-radius: 0 3px 3px 0;
}

.link .module-title {
  margin-bottom: 20px;
}

.link a {
  padding: 0 10px 10px;
  display: block;
  float: left;
  font-size: 14px;
  color: #666;
}

.link a:hover {
  color: #b49277;
}

/* link end */
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media only screen and (max-width: 1200px) {
  /* 4.1 */
  .banner-bg {
    position: static;
    width: 100%;
    margin: 0 auto;
  }
  .container {
    width: 96%;
  }
  .head .navbar-nav > li > a {
    font-size: 14px;
    line-height: 34px;
  }
  .head .navbar-default .navbar-brand {
    float: left;
    width: 45%;
    margin-top: 6px;
  }
  .head .navbar-header > h1, .head .navbar-header > span {
    font-size: 14px;
    line-height: 30px;
    margin-top: 0;
  }
  .nav-tel {
    margin-top: 18px;
  }
  .carousel {
    width: 100%;
    border-radius: 0;
  }
  .major-tag-cnt {
    width: 50% !important;
    margin: 0 auto;
  }
  ul.major-tag-cnt li a {
    line-height: 32px !important;
  }
  ul.major-tag-cnt li {
    font-size: 16px !important;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  /* 4.1 */
  .banner-cnt {
    position: static;
    width: 90%;
    margin: 2% 5%;
  }
  .banner-cnt .banner-cnt-tit {
    margin-bottom: 1%;
  }
  .banner-cnt .banner-cnt-tit span {
    font-size: 28px;
  }
  .banner-news li {
    width: 18%;
    margin: 1%;
  }
  /* 4.1 */
  .head, .container .container {
    width: 100%;
  }
  .head .navbar-nav > li.nav-tel {
    display: none;
  }
  .head .navbar-nav > li > a {
    font-size: 14px;
    line-height: 34px;
    padding: 15px 9px;
  }
  .head .navbar-default .navbar-brand {
    float: left;
    width: 45%;
  }
  .guide-cnt li span {
    margin-right: .5%;
  }
  .main01 {
    background-size: cover !important;
  }
  .guide-l, .guide-r {
    width: 100%;
  }
  .guide-l, .course-l {
    margin-right: 0;
    margin-bottom: 3%;
  }
  .course-l, .course-r {
    width: 100%;
  }
  .major-recd {
    margin-bottom: 0;
  }
  .main03-box-tit .zx-tabs {
    width: 100%;
    padding: 0 2%;
  }
  .main03-box .nav-tabs > li {
    margin: 1% 0;
  }
  .main03-box > .tab-content {
    padding: 2%;
  }
  .school-list dl, .school-list2 dl {
    width: 24%;
  }
}

@media only screen and (max-width: 767px) {
  .banner .carousel-indicators {
    bottom: 0;
    margin-bottom: 0 !important;
  }
  .banner .carousel-inner > .item > a > img, .banner .carousel-inner > .item > img {
    max-width: 120%;
    margin-left: -10%;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left {
    background-size: 80%;
    background-position-y: 0;
  }
  .modular-title {
    margin-bottom: 3%;
  }
  .head .navbar-default .navbar-brand {
    margin-top: 0;
  }
  .head .navbar-nav > li:hover .dropdown-menu, .head .navbar-nav > li.open .dropdown-menu {
    position: relative;
    width: 100%;
    top: 0 !important;
    left: 0;
    font-size: 15px;
    margin: 0px auto;
    box-shadow: none;
    background-color: #f5f5f5;
    border: none;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 0 !important;
  }
  .head .navbar-header {
    padding: 10px 0;
  }
  .head .navbar-header > span {
    margin-top: 10px;
    margin-left: -45px;
  }
  .head .navbar-default .navbar-brand {
    width: auto;
    height: 50px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .navbar-brand > img {
    width: 70%;
  }
  .head .navbar-nav > li > a {
    padding: 5px 15px;
  }
  .head .navbar-header > h1 {
    margin-top: 10px;
    margin-left: -45px;
    padding: 0 15px;
  }
  .head .navbar-nav > li > a {
    line-height: 20px;
  }
  .header-r, .list-item-title .school-logo, .nav-tel, .navbar-nav > li.active a::after, .navbar-nav > li:hover a::after {
    display: none !important;
  }
  #bs-example-navbar-collapse-1 {
    height: 0px !important;
    position: absolute;
    right: 0;
    z-index: 999;
  }
  .head .navbar-right {
    width: 170px;
    position: absolute;
    top: -1px;
    right: 0px;
    z-index: 999;
    background: #fff;
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  .navbar-collapse.in {
    overflow: initial;
  }
  .moudle {
    padding: 5% 0;
  }
  .moudle-title {
    font-size: 22px;
    background-size: contain;
    margin-bottom: 3%;
  }
  .moudle-title span {
    height: auto;
    background: none;
    padding: 0;
    margin: 0;
  }
  .watch-box li a {
    text-align: left;
    padding-left: 10px;
  }
  .guide-main {
    margin-top: 3%;
  }
  .main03-box-tit h2 {
    font-size: 18px;
  }
  .watch-box li, .course-school-list dl {
    width: 31.333%;
  }
  .course-box {
    padding: 2%;
    margin: 0;
  }
  .course-tabs ul {
    position: static;
    box-shadow: none;
    margin-bottom: 2%;
  }
  .course-tabs ul li {
    float: left;
    width: 25%;
    padding: 0 1%;
    height: 40px;
  }
  .course-tabs ul li a, .course-tabs ul li:last-child a {
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    border: 1px solid #f6b340 !important;
    padding: 5px 0;
  }
  .school-form .form-inline .form-group .input-group-span {
    float: left;
    line-height: 32px;
    margin-right: 5px;
  }
  .school-form .form-inline .form-group .form-control {
    line-height: 32px;
    height: 32px;
  }
  .school-form .form-inline .form-group.submit-group {
    height: auto;
  }
  .major-tag-cnt {
    width: 100% !important;
    margin: 0 auto;
  }
  ul.major-tag-cnt li {
    width: 100%;
  }
  ul.major-tag-cnt li li {
    padding: 0;
  }
  ul.major-tag-cnt li a {
    padding: 5px 0 !important;
    height: auto !important;
  }
  .school-list, .school-list2 {
    margin: 0 auto;
  }
  .school-list dl, .school-list2 dl {
    width: 31.333%;
    margin: 1%;
  }
  .school-form .form-inline .form-group .select-search {
    padding: 0;
  }
  .select-search .school-option input, .school-form .select-search .select-search-btn {
    display: none;
  }
  .school-form .select-search .school-option {
    display: block !important;
    position: static;
    padding: 0;
    border: none;
    width: 100%;
  }
  .select-search .school-option select, .select-search .school-option {
    border: none !important;
    box-shadow: none;
    line-height: 30px;
  }
}

@media only screen and (max-width: 600px) {
  /* 4.1 */
  .banner-cnt {
    width: 98%;
    margin: 3% 1%;
  }
  /* 4.1 */
}

@media only screen and (max-width: 425px) {
  .head .navbar-header > h1, .list-item-cost {
    font-size: 12px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .glyphicon-chevron-left {
    background-size: 60%;
    background-position-y: 0;
  }
  .guide-l, .course-l {
    margin-bottom: 7%;
  }
  .course-rules ul li {
    width: 98%;
  }
  .course-tabs ul li {
    width: 33.333%;
  }
  .school-form .form-inline .form-group {
    width: 100%;
  }
  .watch-box li, .course-school-list dl {
    width: 48%;
  }
  .school-list dl, .school-list2 dl {
    width: 48%;
    margin: 1.5% 1%;
  }
  .small-zx-tabs {
    width: 100% !important;
  }
  .school-form .school-form-tit, .course-jj, .course-school {
    margin-bottom: 5%;
  }
  .school-form .form-inline .form-group {
    margin-bottom: 3%;
  }
  .school-list dl dt img, .school-list2 dl dt img {
    width: 100%;
    height: 100%;
  }
  .school-list dl dd .school-logo a, .school-list2 dl dd .school-logo a {
    width: 50px;
    height: 50px;
    left: -10px;
  }
  .list-item-cost a {
    font-size: 12px;
    line-height: 14px;
    padding: 2px 10px;
  }
}

@media only screen and (max-width: 400px) {
  ul.major-tag-cnt ul li {
    font-size: 12px !important;
  }
  .course-school-list dl {
    width: 98%;
  }
  .course-school-list dl {
    margin-bottom: 3%;
  }
  .course-school-list dl dd {
    display: flex;
    align-items: center;
  }
}
