.guild {
  width: 100%;
  height: 50px;
  background-color: #faf9f9;
}

.guild p {
  float: left;
  height: 100%;
  font-size: 16px;
  color: #333333;
  margin-left: 1.4%;
  line-height: 50px;
}

.guild .select {
  float: left;
  height: 100%;
  margin-left: 2%;
  position: relative;
  cursor: pointer;
}

.guild .select .placeholder {
  height: 100%;
  font-size: 16px;
  color: #dc0000;
  line-height: 50px;
  position: relative;
  padding-right: 20px;
}

.guild .select .placeholder::after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 8px;
  background: url(../../images/kaoyan/select.png) no-repeat center center;
  background-size: 100%;
  top: 50%;
  margin-top: -4px;
  right: 0;
  transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.guild .select ul {
  display: none;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  top: 45px;
  left: -5px;
  z-index: 2;
  width: 260px;
  padding: 10px 0;
}

.guild .select ul::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #ffffff;
  top: -6px;
  left: 30px;
}

.guild .select ul li {
  width: 77%;
  height: 49px;
  margin: 0 auto;
  border-bottom: 1px solid #eeeeee;
}

.guild .select ul li p {
  width: 50%;
  position: relative;
  height: 100%;
  float: left;
  margin: 0;
}

.guild .select ul li p a {
  float: left;
  font-size: 16px;
  line-height: 50px;
  height: 100%;
  position: relative;
}

.guild .select ul li p a::after,
.guild .select ul li p a::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  left: 50%;
  bottom: -1px;
  height: 2px;
  background: #e02727;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0 1px 1px 0;
  opacity: 0;
}

.guild .select ul li p a::before {
  left: auto;
  right: 50%;
  border-radius: 1px 0 0 1px;
}

.guild .select ul li p a:hover {
  text-decoration: none;
  color: #e02727;
  font-weight: bold;
}

.guild .select ul li p a:hover::after,
.guild .select ul li p a:hover::before {
  width: 50%;
  opacity: 1;
}

.guild .select ul li p:nth-child(2) a {
  margin-left: 14px;
}

.guild .select ul li:last-child {
  border-bottom: none;
}

.guild .is-open ul {
  display: block;
}

.guild .is-open .placeholder::after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.guild .tools-nav {
  float: right;
  height: 100%;
  margin-right: 1.4%;
}

.guild .tools-nav li {
  height: 100%;
  margin-left: 20px;
}

.guild .tools-nav li a {
  height: 100%;
  line-height: 50px;
  font-size: 16px;
  font-family: DINAlternate-Bold;
}

.guild .tools-nav li.l_r a {
  height: 34px;
  background-color: #f7e0e0;
  border: 1px dashed #f2b4b4;
  border-radius: 18px;
  padding: 0 20px;
  line-height: 38px;
  color: #e02727;
}

.guild .tools-nav li.l_r a:hover {
  text-decoration: none;
}

.guild .tools-nav li:first-child a,
.guild .tools-nav li:nth-child(2) a {
  padding-left: 25px;
  background: url(../../images/kaoyan/tianmao.png) no-repeat left center;
  background-size: 20px;
  color: #dc0000;
}

.guild .tools-nav li:nth-child(2) a {
  background: url(../../images/kaoyan/jingdong.png) no-repeat left center;
  background-size: 20px;
}

.guild .tools-nav li:first-child a:hover,
.guild .tools-nav li:nth-child(2) a:hover {
  text-decoration: none;
}

header {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-box-pack: space-between;
  justify-content: space-between;
  box-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  box-align: center;
}

header .logo {
  width: auto;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  box-align: center;
  margin-left: 1.4%;
}

header .logo img:last-child {
  width: auto;
  max-height: 90px;
}

header .logo p {
  display: block;
  width: 0;
  height: 50px;
  border-left: 1px solid #eeeeee;
  margin: 0 6%;
}

header .search {
  width: 29%;
  position: relative;
}

header .search input {
  width: 100%;
  height: 42px;
  background-color: #ffffff;
  border-radius: 22px;
  border: solid 1px #e02727;
  font-size: 16px;
  text-indent: 6%;
}

header .search input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}

header .search input::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

header .search input:-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

header .search input:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}

header .search .search-btn {
  position: absolute;
  right: 6%;
  top: 11.5px;
}

header .search p {
  width: 100%;
  line-height: 16px;
  height: 16px;
  margin-top: 8px;
  overflow: hidden;
}

header .search p a {
  font-size: 14px;
  float: left;
  margin-left: 15px;
}

header .tell {
  margin-right: 1.4%;
}

header .tell a {
  float: left;
}

header .tell p {
  float: right;
  margin-left: 18px;
}

header .tell p i {
  display: block;
  line-height: 1;
  font-size: 30px;
  font-family: DINAlternate-Bold;
  font-weight: bold;
  color: #de1c1c;
}

header .tell p span {
  font-size: 14px;
  color: #999999;
  line-height: 1;
  font-family: Microsoft YaHei;
  margin-top: 8px;
}

nav {
  width: 100%;
  height: 50px;
  border-radius: 6px 10px 10px 6px;
  margin: 0 auto;
  background-image: linear-gradient(90deg, #e02727 95%, #ffffff 100%);
  overflow: hidden;
}

nav ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-box-pack: space-between;
  justify-content: space-between;
  box-pack: space-between;
}

nav ul .list-line {
  height: 12px;
  margin: 19px 0;
}

nav ul .list-line:first-child {
  width: 0;
  opacity: 0;
}

nav ul li {
  height: 100%;
}

nav ul li a {
  height: 100%;
  line-height: 48px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
}

nav ul li a::after {
  display: block;
  content: '';
  width: 25px;
  height: 10px;
  background: url(../../images/kaoyan/nav-style.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: 4px;
  left: 50%;
  margin-left: -12.5px;
  opacity: 0;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

nav ul li a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

nav ul li a:hover::after {
  opacity: 1;
}

nav ul li .actived {
  font-weight: bold;
}

nav ul li .actived::after {
  opacity: 1;
}

nav ul li:last-child a img {
  width: auto;
  height: 100%;
}

nav ul li:last-child a::after,
nav ul li:last-child a::before {
  display: none;
}

.banner-nav {
  width: 100%;
  margin: 20px auto;
}

.subnav {
  width: 100%;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 30px 0;
}

.subnav .flex-1 div {
  width: 91%;
  padding: 0 4.5%;
}

.subnav .flex-1 div a {
  width: 30.15%;
  height: 48px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  overflow: hidden;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.subnav .flex-1 div a::after {
  display: block;
  content: '';
  position: absolute;
  right: -100%;
  bottom: 0;
  width: 21.5%;
  height: 30px;
  background-color: #ffffff;
  opacity: 0.1;
  border-radius: 100% 0 0 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.subnav .flex-1 div a i {
  display: block;
  width: 18%;
  height: 5px;
  background-color: #ffffff;
  border-radius: 2px;
  opacity: 0.1;
  position: absolute;
  top: 2px;
  left: -100%;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.subnav .flex-1 div a i::after {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  right: -8px;
  top: 0;
}

.subnav .flex-1 div a.hot::before {
  display: block;
  content: '';
  font-size: 10px;
  width: 23px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: url(../../images/kaoyan/subnav-hot.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 7%;
  color: #ffffff;
}

.subnav .flex-1 div a:hover {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  background-image: linear-gradient(90deg, #ec6f55 0%, #e34842 100%), linear-gradient(#ec6f55, #ec6f55);
  box-shadow: 0px 4px 13px 0px rgba(248, 58, 59, 0.54);
}

.subnav .flex-1 div a:hover::after {
  right: 0;
}

.subnav .flex-1 div a:hover i {
  left: 4px;
}

.subnav .flex-1 div:first-child {
  margin-bottom: 20px;
}

h1 {
  width: 100%;
  height: 42px;
  background: url(../../images/kaoyan/h1.png) no-repeat left center;
  background-size: auto 100%;
  font-size: 24px;
  line-height: 50px;
  text-indent: 8px;
}

h1 i {
  color: #e02727;
  font-weight: bold;
}

h1 a {
  float: right;
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  padding-right: 20px;
  background: url(../../images/kaoyan/more.png) no-repeat right center;
  background-size: 17px 17px;
  margin-top: 20px;
}

.content {
  width: 100%;
  margin-top: 20px;
}

.content .content-t {
  width: 100%;
}

.content .content-t .content-t-l {
  width: 32%;
}

.content .content-t .content-t-l .mySwiper {
  width: 100%;
  border-radius: 6px;
}

.content .content-t .content-t-l .mySwiper .swiper-button-next,
.content .content-t .content-t-l .mySwiper .swiper-button-prev {
  width: 17%;
  height: 48px;
  background-color: rgba(0, 0, 0, 0.4);
  right: -80px;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content .content-t .content-t-l .mySwiper .swiper-button-next::after,
.content .content-t .content-t-l .mySwiper .swiper-button-prev::after {
  display: none;
}

.content .content-t .content-t-l .mySwiper .swiper-button-prev {
  left: -100%;
}

.content .content-t .content-t-l .mySwiper .swiper-button-prev img {
  width: 50%;
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.content .content-t .content-t-l .mySwiper .swiper-pagination {
  width: auto;
  height: 12px;
  right: 5%;
  bottom: 5%;
  left: auto;
}

.content .content-t .content-t-l .mySwiper .swiper-pagination span {
  width: 12px;
  height: 12px;
  margin: 0 0 0 12px;
  float: left;
  opacity: 1;
  background: #ffffff;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content .content-t .content-t-l .mySwiper .swiper-pagination span.swiper-pagination-bullet-active {
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  background: #dc0032;
}

.content .content-t .content-t-l .mySwiper .swiper-slide {
  width: 100%;
}

.content .content-t .content-t-l .mySwiper .swiper-slide a {
  width: 100%;
}

.content .content-t .content-t-l .mySwiper .swiper-slide a img {
  margin: 0 auto;
  object-fit: cover;
}

.content .content-t .content-t-l .mySwiper:hover .swiper-button-next {
  right: 0;
}

.content .content-t .content-t-l .mySwiper:hover .swiper-button-prev {
  left: 0;
}

.content .content-t .content-t-c {
  width: 32%;
}

.content .content-t .content-t-c h2 {
  width: 100%;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
}

.content .content-t .content-t-c h2 a {
  display: inline;
  font-size: 22px;
  color: #dc0000;
  margin-left: 4%;
}

.content .content-t .content-t-c h2 a:first-child {
  margin-left: 0;
}

.content .content-t .content-t-c h3 {
  width: 100%;
  height: 18px;
  overflow: hidden;
  line-height: 18px;
  font-weight: normal;
}

.content .content-t .content-t-c h3 a {
  display: inline;
  font-size: 16px;
  margin-left: 2.5%;
}

.content .content-t .content-t-c h3 a:first-child {
  display: inline-block;
  border-right: 1px solid #eeeeee;
  color: #999999;
  padding-right: 2.4%;
  font-size: 16px;
  margin-left: 0;
}

.content .content-t .content-t-r {
  width: 32%;
}

.content .content-t .content-t-r h1 {
  font-size: 20px;
  line-height: 54px;
}

.content .content-t .content-t-r a {
  width: 90%;
  margin: 0 auto;
}

.content .content-b {
  width: 100%;
  margin-top: 28px;
}

.content .content-b h1 {
  font-size: 20px;
  line-height: 54px;
}

.content .content-b .content-b-l {
  width: 32%;
}

.content .content-b .content-b-l .menu {
  width: 100%;
  margin-bottom: 20px;
}

.content .content-b .content-b-l .menu li {
  float: left;
  width: 32.145%;
  height: 85px;
  background-color: #f7f7f8;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 1.775%;
  margin-bottom: 10px;
  position: relative;
}

.content .content-b .content-b-l .menu li::after {
  display: block;
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #efeeee;
  opacity: 0.7;
  bottom: 1px;
  right: -5px;
  border-radius: 50%;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content .content-b .content-b-l .menu li::before {
  display: block;
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border: solid 4px #efeeee;
  opacity: 0.5;
  border-radius: 50%;
  top: -8px;
  left: -4px;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content .content-b .content-b-l .menu li a {
  width: 100%;
  height: 100%;
  position: relative;
}

.content .content-b .content-b-l .menu li a img {
  position: absolute;
  top: 15px;
  z-index: 1;
}

.content .content-b .content-b-l .menu li a span {
  width: 64px;
  position: absolute;
  bottom: 14px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  z-index: 1;
}

.content .content-b .content-b-l .menu li a span::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 5px solid #919191;
  border-bottom: 3px solid transparent;
  right: -8px;
  top: 50%;
  margin-top: -3px;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content .content-b .content-b-l .menu li a::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../../images/kaoyan/menu-bg.png) no-repeat center top;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content .content-b .content-b-l .menu li:hover::after {
  right: -100%;
}

.content .content-b .content-b-l .menu li:hover::before {
  left: -100%;
}

.content .content-b .content-b-l .menu li:hover a span {
  color: #dc0032;
}

.content .content-b .content-b-l .menu li:hover a span::after {
  border-top: 3px solid transparent;
  border-left: 5px solid #dc0032;
  border-bottom: 3px solid transparent;
}

.content .content-b .content-b-l .menu li:hover a::after {
  opacity: 1;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.content .content-b .content-b-l .menu li:nth-child(3n) {
  margin-right: 0;
}

.content .content-b .content-b-l .menu li:nth-child(7),
.content .content-b .content-b-l .menu li:nth-child(8),
.content .content-b .content-b-l .menu li:nth-child(9) {
  margin-bottom: 0;
}

.content .content-b .content-b-l .fraction-bar {
  width: 100%;
  height: 251px;
  background-color: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(153, 153, 153, 0.11);
  border-radius: 10px;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 20px;
}

.content .content-b .content-b-l .fraction-bar div {
  padding: 0 4.465%;
}

.content .content-b .content-b-l .fraction-bar div .years {
  margin: 15px 0;
}

.content .content-b .content-b-l .fraction-bar div .years li {
  width: 16%;
  height: 30px;
  border-radius: 6px;
  border: solid 1px #e5e5e5;
  text-align: center;
  line-height: 32px;
  overflow: hidden;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.content .content-b .content-b-l .fraction-bar div .years li::after {
  display: block;
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  opacity: 0.2;
  border-radius: 50%;
  right: -100%;
  bottom: -6px;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.content .content-b .content-b-l .fraction-bar div .years li::before {
  display: block;
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  opacity: 0.2;
  border-radius: 50%;
  left: -100%;
  top: 6px;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.content .content-b .content-b-l .fraction-bar div .years li a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  position: relative;
}

.content .content-b .content-b-l .fraction-bar div .years li a::after {
  display: block;
  content: '';
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #ffffff;
  opacity: 0.2;
  border-radius: 50%;
  left: -100%;
  top: 3px;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.content .content-b .content-b-l .fraction-bar div .years li:hover {
  width: 18.35%;
  border: solid 1px transparent;
  background-image: linear-gradient(90deg, #ff6d51 1%, #fb4d43 50%, #f62d35 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
    normal;
}

.content .content-b .content-b-l .fraction-bar div .years li:hover::after {
  right: -6px;
}

.content .content-b .content-b-l .fraction-bar div .years li:hover::before {
  left: 3px;
}

.content .content-b .content-b-l .fraction-bar div .years li:hover a {
  color: #ffffff;
  text-decoration: none;
}

.content .content-b .content-b-l .fraction-bar div .years li:hover a::after {
  left: 12px;
}

.content .content-b .content-b-l .fraction-bar div p {
  font-size: 17px;
  line-height: 1;
  margin-top: 18px;
}

.content .content-b .content-b-c {
  width: 32%;
}

.content .content-b .content-b-c .location {
  height: 275px;
  background-color: #fff3f3;
  background: url(../../images/kaoyan/location.png) #fff3f3 no-repeat right top;
  background-size: 24% auto;
  border-radius: 10px;
}

.content .content-b .content-b-c .location h2 {
  width: 100%;
  height: 35px;
  color: #dc0000;
  font-size: 20px;
  line-height: 35px;
  padding-top: 20px;
  text-indent: 14px;
}

.content .content-b .content-b-c .location h2 span {
  float: left;
  width: 33px;
  height: 33px;
  border: 1px solid rgba(220, 0, 0, 0.5);
  background: url(../../images/kaoyan/gdky-icon.png) no-repeat center center;
  border-radius: 50%;
  margin-left: 20px;
}

.content .content-b .content-b-c .location ul {
  width: 100%;
  margin-top: 20px;
}

.content .content-b .content-b-c .location ul li {
  float: left;
  width: -moz-calc(100% / 6);
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
}

.content .content-b .content-b-c .location ul li::after {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #c8c2c2;
}

.content .content-b .content-b-c .location ul li a {
  display: inline-block;
  font-size: 16px;
}

.content .content-b .content-b-c .location ul li:nth-child(6n)::after {
  display: none;
}

.content .content-b .content-b-c .years-ti {
  width: 100%;
  height: 271px;
  background-color: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(153, 153, 153, 0.11);
  border-radius: 10px;
  overflow: hidden;
  padding-top: 5px;
}

.content .content-b .content-b-c .years-ti div {
  padding: 0 4.465%;
}

.content .content-b .content-b-c .years-ti div ul {
  width: 100%;
  margin-top: 15px;
}

.content .content-b .content-b-c .years-ti div ul li {
  width: 31.62%;
  position: relative;
}

.content .content-b .content-b-c .years-ti div ul li h2 {
  width: 100%;
  font-size: 20px;
  font-style: italic;
  color: #faefcf;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 8%;
}

.content .content-b .content-b-c .years-ti div ul li h3 {
  width: 100%;
  font-size: 14px;
  color: #faefcf;
  font-style: italic;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 22.5%;
}

.content .content-b .content-b-c .years-ti div ul li p {
  width: 100%;
  position: absolute;
  line-height: 34px;
  text-align: center;
  bottom: 2%;
}

.content .content-b .content-b-c .years-ti div ul li p a {
  display: inline-block;
  font-size: 16px;
  margin: 0 5px;
}

.content .content-b .content-b-r {
  width: 32%;
  background-color: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(153, 153, 153, 0.11);
  border-radius: 10px;
  position: relative;
}

.content .content-b .content-b-r::before {
  display: block;
  content: '';
  width: 100%;
  height: 72px;
  background-image: linear-gradient(0deg, #ffffff 1%, #feafa5 50%, #fd5e4b 100%), linear-gradient(#d2181b, #d2181b);
  background-blend-mode: normal,
    normal;
  opacity: 0.1;
  position: absolute;
  top: 0;
}

.content .content-b .content-b-r h2 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  font-weight: normal;
  padding-top: 6%;
}

.content .content-b .content-b-r h2 span {
  display: inline-block;
  color: #dc0000;
  position: relative;
}

.content .content-b .content-b-r h2 span::after,
.content .content-b .content-b-r h2 span::before {
  display: block;
  content: '';
  width: 31px;
  height: 18px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  background: url(../../images/kaoyan/form-h2-bg.png) no-repeat center center;
}

.content .content-b .content-b-r h2 span::after {
  left: -38px;
}

.content .content-b .content-b-r h2 span::before {
  right: -38px;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.content .content-b .content-b-r h3 {
  width: 100%;
  text-align: center;
  font-weight: normal;
}

.content .content-b .content-b-r h3 p,
.content .content-b .content-b-r h3 span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin-top: 15px;
}

.content .content-b .content-b-r h3 p {
  text-indent: 25px;
  line-height: 20px;
  margin-top: 0;
  background: url(../../images/kaoyan/time-icon.png) no-repeat left center;
}

.content .content-b .content-b-r h3 span {
  color: #e02727;
}

.content .content-b .content-b-r form {
  width: 80%;
  margin: 0 auto;
  position: relative;
  height: 270px;
}

.content .content-b .content-b-r form .form,
.content .content-b .content-b-r form .logon-then {
  opacity: 0;
  z-index: -1;
}

.content .content-b .content-b-r form .form {
  width: 100%;
  height: 100%;
  position: relative;
}

.content .content-b .content-b-r form .form label {
  display: block;
  position: relative;
}

.content .content-b .content-b-r form .form label span {
  width: 21%;
  height: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  border-right: solid 1px #e5e5e5;
}

.content .content-b .content-b-r form .form label span img {
  margin: 0 auto;
}

.content .content-b .content-b-r form .form label input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: block;
  height: 48px;
  border: solid 1px #e5e5e5;
  border-radius: 6px;
  font-size: 16px;
  padding-left: 25.5%;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content .content-b .content-b-r form .form label input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}

.content .content-b .content-b-r form .form label input::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

.content .content-b .content-b-r form .form label input:-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

.content .content-b .content-b-r form .form label input:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}

.content .content-b .content-b-r form .form label input.error {
  border: 1px solid #fb2736;
}

.content .content-b .content-b-r form .form label input.error::-webkit-input-placeholder {
  color: #fb2736;
}

.content .content-b .content-b-r form .form label input.error::-moz-placeholder {
  color: #fb2736;
}

.content .content-b .content-b-r form .form label input.error:-moz-placeholder {
  color: #fb2736;
}

.content .content-b .content-b-r form .form label input.error:-ms-input-placeholder {
  color: #fb2736;
}

.content .content-b .content-b-r form .form label button {
  width: 29.05%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: dashed 1px rgba(224, 39, 39, 0.2);
  border-radius: 6px;
  background: rgba(224, 39, 39, 0.2);
  color: #df1515;
  font-size: 16px;
  cursor: pointer;
}

.content .content-b .content-b-r form .form label button.checked {
  opacity: 0.5;
}

.content .content-b .content-b-r form .form label:nth-child(3) input {
  width: 68%;
}

.content .content-b .content-b-r form .form .logon {
  width: 100%;
  height: 52px;
  background-image: linear-gradient(90deg, #ff6d51 1%, #fb4d43 50%, #f62d35 100%), linear-gradient(#f8f8f8, #f8f8f8);
  background-blend-mode: normal,
    normal;
  border-radius: 26px;
  display: block;
  cursor: pointer;
  font-size: 20px;
  color: #ffffff;
}

.content .content-b .content-b-r form .logon-then {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.content .content-b .content-b-r form .logon-then h4 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: normal;
}

.content .content-b .content-b-r form .logon-then h4 i {
  font-weight: bold;
  color: #e02727;
}

.content .content-b .content-b-r form .logon-then div {
  width: 45%;
  padding: 4px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  overflow: hidden;
  margin: 0 auto;
}

.content .content-b .content-b-r form .logon-then p {
  font-size: 14px;
  color: #e02727;
  line-height: 1;
  text-align: center;
}

.content .content-b .content-b-r form div.opacity {
  opacity: 1;
  z-index: 1;
}

.content .content-b .content-b-r ul {
  width: 90%;
  margin: 0 auto;
  height: 100px;
  margin-bottom: 6%;
}

.content .content-b .content-b-r ul div span {
  font-size: 16px;
  line-height: 18px;
  color: #666666;
  border-radius: 6px;
  border: solid 2px #e5e5e5;
  padding: 5px;
  position: relative;
}

.content .content-b .content-b-r ul div span img {
  position: absolute;
  width: 8px;
  right: -8px;
  top: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content .content-b .content-b-r ul li {
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content .content-b .content-b-r ul li img {
  width: auto;
  height: 100%;
}

.content .content-b .content-b-r ul li:hover {
  -ms-transform: scale(1.35);
  -moz-transform: scale(1.35);
  -webkit-transform: scale(1.35);
  -o-transform: scale(1.35);
  transform: scale(1.35);
}

.content .lesson-center {
  width: 100%;
  margin-top: 30px;
}

.content .lesson-center .lesson-list {
  width: 66%;
}

.content .lesson-center .lesson-list h1 ul {
  width: 50%;
}

.content .lesson-center .lesson-list h1 ul li {
  float: left;
  text-indent: 0;
  margin-left: 10%;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}

.content .lesson-center .lesson-list h1 ul li img {
  width: 39%;
  max-width: 28px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.content .lesson-center .lesson-list h1 ul li.actived {
  color: #e02727;
  font-weight: bold;
}

.content .lesson-center .lesson-list h1 ul li.actived img {
  opacity: 1;
}

.content .lesson-center .lesson-list .lesson-item {
  width: 100%;
  margin-top: 15px;
  background: url(../../images/kaoyan/lesson-item-line.png) no-repeat left top;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab {
  width: 100%;
  opacity: 0;
  height: 0;
  z-index: -1;
  overflow: hidden;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab li {
  width: 100%;
  max-height: 206px;
  background-color: #ffffff;
  box-shadow: 0px 4px 13px 0px rgba(153, 153, 153, 0.11);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-img {
  width: 29.655%;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-msg {
  width: 48.75%;
  padding: 2% 0;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-msg h2 {
  font-size: 20px;
  line-height: 1;
  padding-left: 5%;
  padding-top: 3%;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-msg h2:first-child {
  padding-top: 0%;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-msg p {
  padding-left: 5%;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-msg p span {
  width: -moz-calc(100% / 3);
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  float: left;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-msg p span i {
  display: block;
  font-size: 16px;
  line-height: 1;
  padding-left: 24px;
  margin-top: 14px;
  background: url(../../images/kaoyan/lesson-style.png) no-repeat left center;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-msg p span i:first-child {
  margin-top: 0;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-price {
  width: 21.595%;
  position: relative;
  padding: 2%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-price .method {
  width: 80%;
  position: absolute;
  top: 6.85%;
  right: 0;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-price .method span {
  width: 13.79%;
  float: right;
  margin-right: 10%;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-price .method i {
  display: block;
  position: absolute;
  right: 12%;
  top: 118%;
  font-size: 14px;
  line-height: 1;
  padding: 4px 5px;
  background-color: #ffffff;
  border: solid 1px #ca9765;
  border-radius: 13px 0 13px 13px;
  color: #98722e;
  opacity: 0;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-price .method i.opacity {
  opacity: 1;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-price .price {
  font-size: 26px;
  color: #e02727;
  line-height: 1;
  text-align: center;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-price .price i {
  font-size: 18px;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-price .lesson-btn {
  width: 80%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
  background-image: linear-gradient(90deg, #ff6d51 1%, #fb4d43 50%, #f62d35 100%), linear-gradient(#e02727, #e02727);
  background-blend-mode: normal,
    normal;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 20px;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab li a:hover {
  color: #333333;
  text-decoration: none;
}

.content .lesson-center .lesson-list .lesson-item .lesson-tab.actived {
  opacity: 1;
  height: auto;
  z-index: 1;
  overflow: inherit;
  padding-top: 10px;
}

.content .lesson-center .lesson-teach {
  width: 32%;
}

.content .lesson-center .lesson-teach .lesson-free {
  width: 100%;
  position: relative;
}

.content .lesson-center .lesson-teach .lesson-free img {
  border-radius: 6px;
}

.content .lesson-center .lesson-teach .lesson-free a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.content .lesson-center .lesson-teach .lesson-free a .free-tag {
  width: 68px;
  height: 37px;
  background: url(../../images/kaoyan/lesson-free.png) no-repeat center center;
  position: absolute;
  left: -3px;
  top: 0;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #ffffff;
}

.content .lesson-center .lesson-teach .lesson-free a h2 {
  font-size: 18px;
  height: 20px;
  line-height: 20px;
  padding: 10% 8% 0 8%;
  overflow: hidden;
}

.content .lesson-center .lesson-teach .lesson-free a ul {
  padding-left: 8%;
  height: 36px;
}

.content .lesson-center .lesson-teach .lesson-free a ul li {
  padding: 0 3.5%;
  float: left;
  height: 34px;
  background-image: linear-gradient(#ffe8bd, #ffe8bd), linear-gradient(#ffe6d3, #ffe6d3);
  background-blend-mode: normal,
    normal;
  box-shadow: 0px 4px 35px 0px rgba(228, 169, 124, 0.16);
  border-radius: 18px;
  border: solid 1px rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  margin-right: 14px;
}

.content .lesson-center .lesson-teach .lesson-free a ul li span {
  font-size: 14px;
  line-height: 1;
  padding-left: 20px;
  background: url(../../images/kaoyan/start.png) no-repeat left center;
  color: #462427;
}

.content .lesson-center .lesson-teach .lesson-free a ul li:last-child {
  margin-right: 0;
}

.content .lesson-center .lesson-teach .lesson-free a p {
  padding: 0 2.7% 2.68% 8%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #999;
}

.content .lesson-center .lesson-teach .lesson-free a p span {
  float: right;
  height: 100%;
  background-image: linear-gradient(90deg, #ff6d51 1%, #fb4d43 50%, #f62d35 100%), linear-gradient(#e02727, #e02727);
  background-blend-mode: normal,
    normal;
  border-radius: 20px;
  color: #ffffff;
  font-size: 18px;
  padding: 0 6%;
}

.content .lesson-center .lesson-teach .lesson-free a:hover {
  text-decoration: none;
}

.content .lesson-center .lesson-teach .teachers {
  width: 100%;
  position: relative;
}

.content .lesson-center .lesson-teach .teachers .mySwiper3 {
  width: 100%;
}

.content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-slide {
  position: relative;
  background: #ffffff;
}

.content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-slide .teacher-photo {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-slide .teacher-name {
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: 18%;
  left: 8%;
  font-weight: bold;
}

.content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-slide h2 {
  font-size: 16px;
  line-height: 1;
  color: #666666;
  position: absolute;
  top: 26%;
  left: 8%;
  font-weight: normal;
}

.content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-slide div {
  width: 42%;
  position: absolute;
  top: 40%;
  left: 8%;
}

.content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-slide div p {
  padding-left: 10%;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  margin-bottom: 20px;
}

.content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-slide div p::after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border: 3px solid #e02727;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}

.content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-slide div p i {
  color: #e02727;
}

.content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-pagination {
  width: 92%;
  left: 8%;
  bottom: 4.5%;
}

.content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-pagination span {
  display: block;
  float: left;
  margin: 0;
  margin-right: 6px;
  background-color: #cacaca;
  opacity: 1;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #e02727;
}

.content .lesson-center .lesson-teach .books {
  width: 100%;
  height: 32.51%;
}

.content .lesson-center .lesson-teach .books .mySwiper2 {
  width: 100%;
  height: 78%;
}

.content .lesson-center .lesson-teach .books .mySwiper2 .swiper-slide {
  width: 100%;
  height: 100%;
}

.content .lesson-center .lesson-teach .books .mySwiper2 .swiper-slide .book-img {
  width: auto;
  height: 80%;
  display: block;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 3.5%;
}

.content .lesson-center .lesson-teach .books .mySwiper2 .swiper-slide .book-img img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

.content .lesson-center .lesson-teach .books .mySwiper2 .swiper-slide .book-name {
  width: 90%;
  display: block;
  position: absolute;
  left: 5%;
  text-align: center;
  bottom: 0;
  font-size: 16px;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}

.content .lesson-center .lesson-teach .books .mySwiper2 .swiper-button-next,
.content .lesson-center .lesson-teach .books .mySwiper2 .swiper-button-prev {
  width: 26px;
  height: 26px;
  opacity: 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content .lesson-center .lesson-teach .books .mySwiper2 .swiper-button-next::after,
.content .lesson-center .lesson-teach .books .mySwiper2 .swiper-button-prev::after {
  display: none;
}

.content .lesson-center .lesson-teach .books .mySwiper2 .swiper-button-next {
  background: url(../../images/kaoyan/swiper-btn3.png) no-repeat center center;
  background-size: 100% 100%;
  right: -36px;
}

.content .lesson-center .lesson-teach .books .mySwiper2 .swiper-button-prev {
  background: url(../../images/kaoyan/swiper-btn4.png) no-repeat center center;
  background-size: 100% 100%;
  left: -36px;
}

.content .lesson-center .lesson-teach .books .mySwiper2 .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url(../../images/kaoyan/swiper-btn3-3.png) no-repeat center center;
  background-size: 100% 100%;
}

.content .lesson-center .lesson-teach .books .mySwiper2 .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url(../../images/kaoyan/swiper-btn4-4.png) no-repeat center center;
  background-size: 100% 100%;
}

.content .lesson-center .lesson-teach .books .mySwiper2:hover .swiper-button-next {
  opacity: 1;
  right: 10px;
}

.content .lesson-center .lesson-teach .books .mySwiper2:hover .swiper-button-prev {
  opacity: 1;
  left: 10px;
}

.content .news {
  width: 100%;
  margin-top: 30px;
}

.content .news .news-list {
  width: 100%;
  margin-top: 10px;
}

.content .news .news-list .news-tab {
  width: 66%;
  background: url(../../images/kaoyan/lesson-item-line.png) no-repeat left top;
}

.content .news .news-list .news-tab ul {
  width: 100%;
}

.content .news .news-list .news-tab ul li {
  width: 13.85%;
  float: left;
  margin-right: 3.38%;
  margin-top: 2%;
}

.content .news .news-list .news-tab ul li a {
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #f7f7f8;
  border-radius: 10px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

.content .news .news-list .news-tab ul li a::after {
  display: block;
  content: '';
  position: absolute;
  right: -100%;
  bottom: 0;
  width: 21.5%;
  height: 30px;
  background-color: #ffffff;
  opacity: 0.1;
  border-radius: 100% 0 0 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content .news .news-list .news-tab ul li a i {
  display: block;
  width: 18%;
  height: 5px;
  background-color: #ffffff;
  border-radius: 2px;
  opacity: 0.1;
  position: absolute;
  top: 2px;
  left: -100%;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.content .news .news-list .news-tab ul li a i::after {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  right: -8px;
  top: 0;
}

.content .news .news-list .news-tab ul li.actived a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  background-image: linear-gradient(90deg, #ec6f55 0%, #e34842 100%), linear-gradient(#ec6f55, #ec6f55);
  box-shadow: 0px 4px 13px 0px rgba(248, 58, 59, 0.54);
}

.content .news .news-list .news-tab ul li.actived a::after {
  right: 0;
}

.content .news .news-list .news-tab ul li.actived a i {
  left: 4px;
}

.content .news .news-list .news-tab ul li:nth-child(6n) {
  margin-right: 0;
}

.content .news .news-list .news-tab .news-msg {
  width: 100%;
}

.content .news .news-list .news-tab .news-msg .news-item {
  width: 100%;
  opacity: 0;
  height: 0;
  z-index: -1;
  overflow: hidden;
}

.content .news .news-list .news-tab .news-msg .news-item div {
  width: 100%;
  padding: 3% 0 2% 0;
  border-bottom: solid 1px #e5e5e5;
}

.content .news .news-list .news-tab .news-msg .news-item div .news-name {
  font-size: 22px;
  color: #dc0000;
  line-height: 1;
  font-weight: bold;
}

.content .news .news-list .news-tab .news-msg .news-item div .news-text {
  font-size: 16px;
  line-height: 2;
  margin: 1.2% 0 2% 0;
}

.content .news .news-list .news-tab .news-msg .news-item div p {
  font-size: 14px;
  line-height: 16px;
}

.content .news .news-list .news-tab .news-msg .news-item div p span {
  color: #666666;
}

.content .news .news-list .news-tab .news-msg .news-item div p span a {
  display: inline;
  color: #666666;
}

.content .news .news-list .news-tab .news-msg .news-item div p span:last-child {
  padding-left: 28px;
  background: url(../../images/kaoyan/update.png) no-repeat left center;
}

.content .news .news-list .news-tab .news-msg .news-item div:hover a {
  color: #dc0000;
  text-decoration: underline;
}

.content .news .news-list .news-tab .news-msg .news-item .more-news {
  font-size: 16px;
  color: #666666;
  line-height: 1;
  margin-top: 2%;
}

.content .news .news-list .news-tab .news-msg .news-item .more-news:hover {
  color: #dc0000;
}

.content .news .news-list .news-tab .news-msg .news-item.actived {
  opacity: 1;
  height: auto;
  z-index: 1;
  overflow: inherit;
}

.content .news .news-list .news-img {
  width: 32%;
}

.content .news .news-list .news-img a {
  border-radius: 18px;
  overflow: hidden;
}

.content .news-center {
  width: 100%;
  margin-top: 30px;
}

.content .news-center .news-c-list {
  width: 100%;
  margin-top: 10px;
  background: url(../../images/kaoyan/lesson-item-line.png) no-repeat left top;
}

.content .news-center .news-c-list .news-c-l {
  width: 32%;
  padding-top: 30px;
}

.content .news-center .news-c-list .news-c-l p {
  width: 100%;
}

.content .news-center .news-c-list .news-c-l p a {
  float: left;
  font-size: 22px;
  line-height: 1;
  margin-right: 4.5%;
  position: relative;
}

.content .news-center .news-c-list .news-c-l p a img {
  position: absolute;
  width: 31.9%;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.content .news-center .news-c-list .news-c-l p a.actived {
  font-weight: bold;
  color: #e02727;
}

.content .news-center .news-c-list .news-c-l p a.actived img {
  opacity: 1;
}

.content .news-center .news-c-list .news-c-l p a:hover {
  text-decoration: none;
}

.content .news-center .news-c-list .news-c-l .news-c-ul {
  width: 100%;
}

.content .news-center .news-c-list .news-c-l .news-c-ul div {
  width: 100%;
  opacity: 0;
  height: 0;
  z-index: -1;
  overflow: hidden;
}

.content .news-center .news-c-list .news-c-l .news-c-ul div ul {
  width: 100%;
  padding-top: 11%;
  padding-bottom: 3.35%;
  border-bottom: 1px dashed #e5e5e5;
}

.content .news-center .news-c-list .news-c-l .news-c-ul div ul li {
  width: 100%;
  height: 18px;
  margin-top: 5%;
}

.content .news-center .news-c-list .news-c-l .news-c-ul div ul li a {
  float: left;
  font-size: 16px;
  line-height: 18px;
  height: 100%;
  max-width: 82%;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 1;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .news-center .news-c-list .news-c-l .news-c-ul div ul li span {
  float: right;
  font-size: 16px;
  line-height: 18px;
  height: 100%;
  color: #999999;
}

.content .news-center .news-c-list .news-c-l .news-c-ul div ul li:first-child {
  margin-top: 0;
}

.content .news-center .news-c-list .news-c-l .news-c-ul div ul:nth-child(2) {
  padding-top: 6%;
}

.content .news-center .news-c-list .news-c-l .news-c-ul div.actived {
  opacity: 1;
  height: auto;
  z-index: 1;
  overflow: inherit;
}

.content .news-center .news-c-list .news-c-r {
  width: 32%;
  background-color: #fef8ed;
  border-radius: 10px;
  position: relative;
}

.content .news-center .news-c-list .news-c-r .a-jia {
  width: 22%;
  position: absolute;
  right: 4.5%;
}

.content .news-center .news-c-list .news-c-r h2 {
  padding: 0 4.5%;
  margin: 4.5% 0;
}

.content .news-center .news-c-list .news-c-r h2 img {
  width: 8%;
  margin-right: 4%;
}

.content .news-center .news-c-list .news-c-r h2 span {
  color: #b1794d;
  font-size: 20px;
  line-height: 1;
}

.content .news-center .news-c-list .news-c-r h3 {
  padding: 0 4.5%;
  font-size: 18px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 3.6%;
}

.content .news-center .news-c-list .news-c-r ul {
  border-bottom: 1px dashed #d7b89d;
  padding: 0 2.7%;
  margin: 0 4.5% 6.5% 4.5%;
}

.content .news-center .news-c-list .news-c-r ul li {
  width: 16%;
  padding-bottom: 13.5px;
}

.content .news-center .news-c-list .news-c-r ul li a {
  height: 24px;
  border-radius: 14px;
  border: solid 1px #999999;
  text-align: center;
  line-height: 26px;
  color: #999999;
  font-size: 16px;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

.content .news-center .news-c-list .news-c-r ul li a::after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border: solid 2px #999999;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  bottom: -20px;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.content .news-center .news-c-list .news-c-r ul li a:hover {
  text-decoration: none;
  color: #e02727;
  border: solid 1px #e02727;
}

.content .news-center .news-c-list .news-c-r ul li a:hover::after {
  border: solid 2px #e02727;
}

.content .news-center .news-c-list .news-c-r p {
  font-size: 16px;
  line-height: 2.15;
  padding: 0 4.5%;
}

.content .news-center .news-c-list .news-c-r p a {
  display: inline;
}

footer {
  width: 100%;
  margin-top: 50px;
}

footer .footer {
  width: 100%;
  background-color: #282828;
}

footer .footer .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--box-pack: space-between;
  box-pack: space-between;
  padding: 5% 0;
}

footer .footer .content ul h3 {
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
}

footer .footer .content ul li {
  line-height: 1;
  margin-top: 21%;
}

footer .footer .content ul li a {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  color: #ffffff;
}

footer .footer .content .code {
  width: 8.8%;
}

footer .footer .content .code img {
  border-radius: 6px;
}

footer .footer .content .code span {
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

footer .footer .content .line {
  width: 1px;
  height: 120px;
  background-color: #999999;
  opacity: 0.2;
}

footer .footer .content .footer-contact .footer-logo {
  width: 71.8%;
  margin: 0 auto;
}

footer .footer .content .footer-contact div {
  margin-top: 15%;
}

footer .footer .content .footer-contact div a {
  float: left;
  margin-right: 20px;
}

footer .footer .content .footer-contact div p {
  float: left;
}

footer .footer .content .footer-contact div p i {
  display: block;
  font-family: DINAlternate-Bold;
  font-size: 30px;
  font-weight: bold;
  color: #de1c1c;
  line-height: 1;
}

footer .footer .content .footer-contact div p span {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  margin-top: 9px;
}

footer .footer .copyright {
  width: 100%;
  background-color: #1d1d1d;
  padding: 30px 0;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #555;
}

footer .footer .copyright a {
  display: inline;
  color: #555;
}

.right-nav {
  width: 72px;
  position: fixed;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1%;
  z-index: 1;
}

.right-nav .right-nav-gift {
  max-width: none;
  width: 142px;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.right-nav .gift-btn {
  width: 60px;
  height: 80px;
  position: absolute;
  top: 14px;
  left: 50%;
  margin-left: -30px;
}

.right-nav ul {
  width: 72px;
  background-color: #ffffff;
}

.right-nav ul li {
  width: 72px;
  height: 72px;
  position: relative;
  float: left;
}

.right-nav ul li .btn {
  width: 72px;
  height: 72px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.right-nav ul li .btn a {
  width: 100%;
  height: 72px;
  position: absolute;
  left: 0;
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eeeeee;
  border-bottom: none;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.right-nav ul li:nth-child(4) .btn a {
  border-bottom: 1px solid #eeeeee;
}
.right-nav ul li .btn a p {
  width: 100%;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.right-nav ul li .btn a p img {
  margin: 0 auto;
}

.right-nav ul li .btn a p span {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
}

.right-nav ul li .btn a:first-child {
  top: 0;
}

.right-nav ul li .btn a:nth-child(2) {
  border: none;
  top: 72px;
  background-image: linear-gradient(90deg, #f54b1d 0%, #e02727 100%), linear-gradient(#ffffff, #ffffff);
}

.right-nav ul li .btn a:nth-child(2) p span {
  color: #ffffff;
}

.right-nav ul li .btn a:hover {
  text-decoration: none;
}

.right-nav ul li .code-ma {
  width: 130px;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.2);
  border-radius: 6px;
  padding: 20px 0;
  position: absolute;
  left: -148px;
  top: 50%;
  opacity: 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -ms-transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.right-nav ul li .code-ma::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -8px;
}

.right-nav ul li .code-ma img {
  max-width: 96px;
  margin: 0 auto;
}

.right-nav ul li .code-ma span {
  font-size: 14px;
  line-height: 1;
  margin: 14px 0;
  text-align: center;
}

.right-nav ul li .code-ma span:last-child {
  margin-bottom: 0;
}

.right-nav ul li .hot-line {
  width: 186px;
  height: 60px;
  background-color: #ffffff;
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.2);
  border-radius: 6px;
  position: absolute;
  left: -198px;
  top: 50%;
  text-align: center;
  font-family: DINAlternate-Bold;
  font-size: 24px;
  line-height: 60px;
  color: #dc0000;
  font-weight: bold;
  opacity: 0;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -ms-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -webkit-transform: translateY(-50%) scale(0);
  -o-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -ms-transform-origin: right center;
  -moz-transform-origin: right center;
  -webkit-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}

.right-nav ul li .hot-line::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 8px solid #fff;
  border-bottom: 8px solid transparent;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -8px;
}

.right-nav ul li:first-child .btn {
  border-radius: 5px 5px 0 0;
}

.right-nav ul li:first-child .btn a {
  border-radius: 5px 5px 0 0;
}

.right-nav ul li:nth-child(5) {
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.right-nav ul li:nth-child(5) .btn {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li:nth-child(5) .btn a {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li:nth-child(5) .btn a:first-child {
  border-top: none;
  border-bottom: 1px solid #eeeeee;
}

.right-nav ul li:last-child {
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  opacity: 0;
}

.right-nav ul li:hover .btn a:first-child {
  top: -72px;
}

.right-nav ul li:hover .btn a:nth-child(2) {
  top: 0;
}

.right-nav ul li:hover .code-ma,
.right-nav ul li:hover .hot-line {
  opacity: 1;
  -ms-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -webkit-transform: translateY(-50%) scale(1);
  -o-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.right-nav ul li.toggleHeight {
  height: 72px;
  opacity: 1;
}

.right-nav ul li.toggleHeight .btn {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li.toggleHeight .btn a {
  border-radius: 0 0 5px 5px;
}

.right-nav ul li.toggleHeight .btn a:first-child {
  border-bottom: 1px solid #eeeeee;
}

/* .right-nav ul li.border .btn {
  border-radius: 0;
}

.right-nav ul li.border .btn a {
  border-radius: 0;
}

.right-nav ul li.border .btn a:first-child {
  border-bottom: none;
} */


.to-learn {
  width: 0;
  height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  z-index: 1;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.to-learn .to-learn-box {
  width: 440px;
  padding: 30px 0;
  background-color: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.to-learn .to-learn-box img {
  position: absolute;
  right: 0;
  top: -40px;
  cursor: pointer;
}

.to-learn .to-learn-box h2 {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #333333;
  line-height: 1;
  text-align: center;
  padding-bottom: 19px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}

.to-learn .to-learn-box p {
  float: left;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.to-learn .to-learn-box p span {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 12px;
}

.to-learn .to-learn-box p span:last-child {
  margin-bottom: 0;
}

.to-learn .to-learn-box div {
  margin-top: 30px;
  width: 100%;
  float: left;
  height: 40px;
}

.to-learn .to-learn-box div span,
.to-learn .to-learn-box div a {
  height: 38px;
  border-radius: 20px;
  text-align: center;
  line-height: 38px;
  font-size: 18px;
}

.to-learn .to-learn-box div span {
  width: 123px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  color: #666666;
  float: left;
  margin-left: 70px;
  cursor: pointer;
}

.to-learn .to-learn-box div a {
  width: 140px;
  background-color: #e02727;
  border: solid 1px #e02727;
  color: #ffffff;
  float: right;
  margin-right: 70px;
}

.to-learn .to-learn-box div a:hover {
  text-decoration: none;
}

.to-learn-open {
  width: 100%;
  height: 100%;
  -ms-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .guild {
    height: 44px;
  }

  .guild p,
  .guild .select .placeholder,
  .guild .tools-nav li a {
    font-size: 15px;
    line-height: 44px;
  }

  .guild .select .placeholder {
    padding-right: 18px;
  }

  .guild .select .placeholder::after {
    width: 10px;
    height: 7px;
    margin-top: -3.5px;
  }

  .guild .select ul {
    border-radius: 4px;
    top: 39px;
    width: 240px;
  }

  .guild .select ul li {
    height: 42px;
  }

  .guild .select ul li p a {
    font-size: 15px;
    line-height: 42px;
  }

  .guild .tools-nav li:first-child a {
    padding-left: 22px;
    background: url(../../images/kaoyan/tianmao.png) no-repeat left center;
    background-size: 18px;
  }

  .guild .tools-nav li:nth-child(2) a {
    padding-left: 22px;
    background: url(../../images/kaoyan/jingdong.png) no-repeat left center;
    background-size: 18px;
  }

  .guild .tools-nav li.l_r a {
    height: 28px;
    border-radius: 15px;
    padding: 0 16px;
    line-height: 32px;
    font-size: 14px;
  }

  header .search input {
    height: 38px;
    text-indent: 5%;
    font-size: 15px;
  }

  header .search input::-webkit-input-placeholder {
    font-size: 15px;
  }

  header .search input::-moz-placeholder {
    font-size: 15px;
  }

  header .search input:-moz-placeholder {
    font-size: 15px;
  }

  header .search input:-ms-input-placeholder {
    font-size: 15px;
  }

  header .search .search-btn {
    width: 18px;
    top: 11px;
    right: 5%;
  }

  header .search p {
    line-height: 15px;
    height: 15px;
  }

  header .search p a {
    font-size: 13px;
  }

  header .tell a {
    width: 56px;
  }

  header .tell p i {
    font-size: 26px;
  }

  header .tell p span {
    font-size: 13px;
  }

  nav {
    height: 44px;
  }

  nav ul .list-line {
    margin: 16px 0;
  }

  nav ul li a {
    line-height: 44px;
    font-size: 16px;
  }

  nav ul li a::after {
    width: 22px;
    bottom: 2px;
    margin-left: -11px;
  }

  footer .footer .content ul h3 {
    font-size: 17px;
  }

  footer .footer .content ul li a {
    font-size: 13px;
  }

  footer .footer .content .code span {
    font-size: 13px;
    line-height: 18px;
  }

  footer .footer .content .footer-contact div a {
    width: 58px;
  }

  footer .footer .content .footer-contact div p i {
    font-size: 26px;
  }

  footer .footer .content .footer-contact div p span {
    font-size: 13px;
  }

  .subnav {
    padding: 20px 0;
  }

  .subnav .flex-1 div:first-child {
    margin-bottom: 15px;
  }

  .subnav .flex-1 div a {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }

  .content .content-t .content-t-l .mySwiper .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 0 0 10px;
  }

  .content .content-t .content-t-c h2 {
    height: 20px;
    line-height: 20px;
  }

  .content .content-t .content-t-c h2 a {
    font-size: 18px;
  }

  .content .content-t .content-t-c h3 {
    height: 17px;
    line-height: 17px;
  }

  .content .content-t .content-t-c h3 a {
    font-size: 15px;
  }

  .content .content-t .content-t-c h3 a:first-child {
    font-size: 15px;
  }

  h1 {
    height: 38px;
    font-size: 20px;
    line-height: 46px;
  }

  h1 a {
    font-size: 12px;
    line-height: 16px;
    background: url(../../images/kaoyan/more.png) no-repeat right center;
    background-size: 16px 16px;
  }

  .content .content-t .content-t-r h1,
  .content .content-b h1 {
    font-size: 18px;
    line-height: 50px;
  }

  .content .content-b .content-b-l .menu li {
    height: 80px;
    margin-bottom: 8px;
  }

  .content .content-b .content-b-l .menu li a img {
    -ms-transform: translateX(-50%) scale(0.9);
    -moz-transform: translateX(-50%) scale(0.9);
    -webkit-transform: translateX(-50%) scale(0.9);
    -o-transform: translateX(-50%) scale(0.9);
    transform: translateX(-50%) scale(0.9);
    top: 12px;
  }

  .content .content-b .content-b-l .menu li a span {
    bottom: 12px;
    font-size: 15px;
  }

  .content .content-b .content-b-l .fraction-bar {
    height: 226px;
  }

  .content .content-b .content-b-l .fraction-bar div .years li {
    height: 28px;
    line-height: 30px;
  }

  .content .content-b .content-b-l .fraction-bar div .years li a {
    font-size: 15px;
  }

  .content .content-b .content-b-l .fraction-bar div p {
    font-size: 15px;
    margin-top: 15px;
  }

  .content .content-b .content-b-c .location {
    height: 256px;
  }

  .content .content-b .content-b-c .location h2 {
    height: 33px;
    font-size: 18px;
    line-height: 33px;
    text-indent: 12px;
  }

  .content .content-b .content-b-c .location h2 span {
    width: 30px;
    height: 30px;
    background: url(../../images/kaoyan/gdky-icon.png) no-repeat center center;
    background-size: 17px auto;
    margin-left: 18px;
  }

  .content .content-b .content-b-c .location ul {
    margin-top: 18px;
  }

  .content .content-b .content-b-c .location ul li a {
    font-size: 15px;
  }

  .content .content-b .content-b-c .years-ti {
    height: 246px;
  }

  .content .content-b .content-b-c .years-ti div ul li p {
    line-height: 28px;
  }

  .content .content-b .content-b-c .years-ti div ul li p a {
    font-size: 15px;
  }

  .content .content-b .content-b-c .years-ti div ul li h2 {
    font-size: 18px;
  }

  .content .content-b .content-b-r h2 {
    font-size: 20px;
  }

  .content .content-b .content-b-r h3 p,
  .content .content-b .content-b-r h3 span {
    font-size: 15px;
    margin-top: 10px;
  }

  .content .content-b .content-b-r h3 p {
    text-indent: 23px;
    line-height: 18px;
    background: url(../../images/kaoyan/time-icon.png) no-repeat left center;
    background-size: auto 18px;
  }

  .content .content-b .content-b-r form {
    height: 245px;
  }

  .content .content-b .content-b-r form .form label span {
    height: 30px;
    margin-top: -15px;
  }

  .content .content-b .content-b-r form .form label input {
    height: 46px;
    font-size: 15px;
  }

  .content .content-b .content-b-r form .form label input::-webkit-input-placeholder {
    font-size: 15px;
  }

  .content .content-b .content-b-r form .form label input::-moz-placeholder {
    font-size: 15px;
  }

  .content .content-b .content-b-r form .form label input:-moz-placeholder {
    font-size: 15px;
  }

  .content .content-b .content-b-r form .form label input:-ms-input-placeholder {
    font-size: 15px;
  }

  .content .content-b .content-b-r form .form label button {
    font-size: 14px;
  }

  .content .content-b .content-b-r form .form .logon {
    height: 50px;
    font-size: 18px;
  }

  .content .content-b .content-b-r form .logon-then h4 {
    font-size: 16px;
  }

  .content .content-b .content-b-r ul {
    height: 90px;
  }

  .content .content-b .content-b-r ul div span {
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
    padding: 3px;
  }

  .content .lesson-center .lesson-list h1 ul li img {
    bottom: -2px;
  }

  .content .lesson-center .lesson-list .lesson-item {
    margin-top: 12px;
  }

  .content .lesson-center .lesson-list .lesson-item .lesson-tab.actived {
    padding-top: 5px;
  }

  .content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-msg h2 {
    font-size: 17px;
  }

  .content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-msg p span i {
    font-size: 14px;
    padding-left: 20px;
    margin-top: 12px;
    background: url(../../images/kaoyan/lesson-style.png) no-repeat left center;
    background-size: auto 14px;
  }

  .content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-price .method i {
    font-size: 12px;
  }

  .content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-price .price {
    font-size: 24px;
  }

  .content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-price .price i {
    font-size: 16px;
  }

  .content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-price .lesson-btn {
    width: 78%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    margin-top: 16px;
  }

  .content .lesson-center .lesson-teach .lesson-free a h2 {
    font-size: 16px;
    height: 18px;
    line-height: 18px;
  }

  .content .lesson-center .lesson-teach .lesson-free a .free-tag {
    width: 62px;
    height: 34px;
    background: url(../../images/kaoyan/lesson-free.png) no-repeat center center;
    background-size: 100% auto;
    line-height: 30px;
    font-size: 15px;
  }

  .content .lesson-center .lesson-teach .lesson-free a ul {
    padding-left: 8%;
    height: 32px;
  }

  .content .lesson-center .lesson-teach .lesson-free a ul li {
    height: 30px;
    margin-right: 10px;
  }

  .content .lesson-center .lesson-teach .lesson-free a ul li span {
    font-size: 12px;
    padding-left: 18px;
    background: url(../../images/kaoyan/start.png) no-repeat left center;
    background-size: 12px;
  }

  .content .lesson-center .lesson-teach .lesson-free a p {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }

  .content .lesson-center .lesson-teach .lesson-free a p span {
    font-size: 16px;
  }

  .content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-slide h2 {
    font-size: 15px;
    top: 27%;
  }

  .content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-slide div {
    top: 39%;
  }

  .content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-slide div p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-slide div p::after {
    width: 4px;
    height: 4px;
  }

  .content .lesson-center .lesson-teach .books .mySwiper2 .swiper-slide .book-name {
    font-size: 15px;
    line-height: 17px;
    height: 17px;
  }

  .content .news .news-list .news-tab ul li a {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }

  .content .news .news-list .news-tab .news-msg .news-item div .news-name {
    font-size: 18px;
  }

  .content .news .news-list .news-tab .news-msg .news-item div .news-text {
    font-size: 15px;
    line-height: 1.9;
  }

  .content .news .news-list .news-tab .news-msg .news-item div p {
    font-size: 12px;
    line-height: 14px;
  }

  .content .news .news-list .news-tab .news-msg .news-item div p span:last-child {
    padding-left: 24px;
    background: url(../../images/kaoyan/update.png) no-repeat left center;
    background-size: auto 14px;
  }

  .content .news .news-list .news-tab .news-msg .news-item .more-news {
    font-size: 14px;
    margin-top: 2%;
  }

  .content .news-center .news-c-list .news-c-l {
    padding-top: 25px;
  }

  .content .news-center .news-c-list .news-c-l p a {
    font-size: 20px;
  }

  .content .news-center .news-c-list .news-c-l .news-c-ul div ul {
    padding-top: 10%;
  }

  .content .news-center .news-c-list .news-c-l .news-c-ul div ul li {
    height: 17px;
  }

  .content .news-center .news-c-list .news-c-l .news-c-ul div ul li a {
    font-size: 15px;
    line-height: 17px;
    max-width: 80%;
  }

  .content .news-center .news-c-list .news-c-l .news-c-ul div ul li span {
    font-size: 15px;
    line-height: 17px;
  }

  .content .news-center .news-c-list .news-c-r h2 img {
    width: 7.5%;
    margin-right: 3%;
  }

  .content .news-center .news-c-list .news-c-r h2 span {
    font-size: 18px;
  }

  .content .news-center .news-c-list .news-c-r h3 {
    font-size: 16px;
  }

  .content .news-center .news-c-list .news-c-r ul li a {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }

  .content .news-center .news-c-list .news-c-r p {
    font-size: 14px;
    line-height: 2.2;
  }

  .content .news-center .news-c-list .news-c-l p a img {
    bottom: -16px;
  }
}

@media screen and (max-width: 1366px) {
  .content .content-b .content-b-l .fraction-bar div p {
    font-size: 14px;
  }

  .content .content-b .content-b-c .years-ti div ul {
    margin-top: 25px;
  }

  .content .content-b .content-b-c .years-ti div ul li p a {
    font-size: 14px;
  }

  .content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-msg h2 {
    font-size: 16px;
  }

  .content .lesson-center .lesson-list .lesson-item .lesson-tab li a .lesson-msg p span i {
    font-size: 13px;
    margin-top: 12px;
    background: url(../../images/kaoyan/lesson-style.png) no-repeat left center;
    background-size: auto 13px;
  }

  .content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-slide div p {
    font-size: 13px;
    line-height: 21px;
  }

  .content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-slide div p::after {
    width: 3px;
    height: 3px;
    top: 5px;
  }

  .content .news .news-list .news-tab ul li a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .content .news .news-list .news-tab .news-msg .news-item div .news-text {
    font-size: 14px;
  }

  .content .news .news-list .news-tab .news-msg .news-item div .news-name {
    font-size: 17px;
  }

  .content .news .news-list .news-tab .news-msg .news-item .more-news {
    font-size: 12px;
  }

  .content .news-center .news-c-list .news-c-l p a {
    font-size: 18px;
  }

  .content .news-center .news-c-list .news-c-l {
    padding-top: 20px;
  }

  .content .news-center .news-c-list .news-c-l p a img {
    bottom: -14px;
  }

  .content .news-center .news-c-list .news-c-l .news-c-ul div ul {
    padding-top: 9%;
  }

  .content .news-center .news-c-list .news-c-r p {
    font-size: 13px;
  }

  .content .content-b .content-b-r ul div span {
    font-size: 13px;
    line-height: 15px;
    border-radius: 2px;
    padding: 2px;
  }

  .content .content-b .content-b-c .location ul li a {
    font-size: 14px;
  }

  .content .content-b .content-b-l .menu li a span {
    font-size: 14px;
  }

  .content .lesson-center .lesson-teach .lesson-free a h2 {
    font-size: 15px;
    height: 17px;
    line-height: 17px;
  }

  .content .lesson-center .lesson-teach .lesson-free a ul li {
    height: 28px;
    margin-right: 8px;
  }

  .content .lesson-center .lesson-teach .lesson-free a ul li span {
    padding-left: 16px;
  }

  .content .lesson-center .lesson-teach .lesson-free a p {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .content .lesson-center .lesson-teach .lesson-free a p span {
    font-size: 14px;
  }

  .content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-slide .teacher-name {
    font-size: 16px;
    top: 17%;
  }

  .content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-slide h2 {
    font-size: 14px;
    top: 26%;
  }

  .content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-slide div {
    top: 38%;
  }

  .content .lesson-center .lesson-teach .teachers .mySwiper3 .swiper-slide div p::after {
    width: 2px;
    height: 2px;
    top: 6px;
  }

  .content .lesson-center .lesson-teach .lesson-free a .free-tag {
    width: 58px;
    line-height: 28px;
    font-size: 14px;
    left: -2px;
  }

  .content .content-t .content-t-c h2 {
    height: 18px;
    line-height: 18px;
  }

  .content .content-t .content-t-c h2 a {
    font-size: 16px;
  }

  .content .content-t .content-t-c h3 {
    height: 16px;
    line-height: 16px;
  }

  .content .content-t .content-t-c h3 a:first-child {
    font-size: 14px;
  }

  .content .content-t .content-t-c h3 a {
    font-size: 14px;
  }

  .content .news-center .news-c-list .news-c-l p a {
    font-size: 17px;
  }

  .content .news-center .news-c-list .news-c-l .news-c-ul div ul li {
    height: 16px;
  }

  .content .news-center .news-c-list .news-c-l .news-c-ul div ul li a {
    font-size: 14px;
    line-height: 16px;
    max-width: 80%;
  }

  .content .news-center .news-c-list .news-c-l .news-c-ul div ul li span {
    font-size: 14px;
    line-height: 16px;
  }

  .content .news-center .news-c-list .news-c-r h3 {
    font-size: 15px;
  }
}