.top-banner a {
  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%);
  padding-top: 15px;
}

.top-banner a img {
  margin: 0 auto;
}

.wrap {
  position: relative;
  border-radius: 6px 6px 0 0;
}

.wrap .left-banner,
.wrap .right-banner {
  width: 9%;
  position: absolute;
  top: 0;
}

.wrap .left-banner {
  left: 0;
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.wrap .right-banner {
  right: 0;
  -ms-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.guild {
  width: 100%;
  height: 50px;
  background-color: #faf9f9;
  border-radius: 6px 6px 0 0;
}

.guild p {
  float: left;
  height: 100%;
  font-size: 16px;
  color: #333333;
  margin-left: 2.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/news2/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: 2.4%;
}

.guild .tools-nav li {
  float: left;
  height: 100%;
  margin-left: 20px;
}

.guild .tools-nav li a {
  height: 100%;
  line-height: 52px;
  font-size: 16px;
  font-family: DINAlternate-Bold;
}

.guild .tools-nav li:first-child a,
.guild .tools-nav li:nth-child(2) a {
  padding-left: 25px;
  background: url(../../images/news2/tianmao.png) no-repeat left center;
  background-size: 20px;
  color: #dc0000;
}

.guild .tools-nav li:nth-child(2) a {
  background: url(../../images/news2/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: 95.2%;
  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;
}

header .logo p {
  display: block;
  width: 0;
  height: 50px;
  border-left: 1px solid #eeeeee;
  margin: 0 6%;
}

header .logo img:last-child {
  width: auto;
  max-height: 90px;
}


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 .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 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: 97.6%;
  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 {
  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,
nav ul li a::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  left: 50%;
  bottom: 5px;
  height: 3px;
  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;
  border-radius: 0 1.5px 1.5px 0;
  opacity: 0;
}

nav ul li a::before {
  left: auto;
  right: 50%;
  border-radius: 1.5px 0 0 1.5px;
}

nav ul li a:hover {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

nav ul li a:hover::after,
nav ul li a:hover::before {
  width: 25%;
  opacity: 1;
}

nav ul li .actived {
  font-weight: bold;
}

nav ul li .actived::after,
nav ul li .actived::before {
  width: 25%;
  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;
}

.subnav {
  width: 97.6%;
  margin: 20px auto;
  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;
}

.subnav a {
  padding: 0 32px;
  height: 40px;
  background-color: rgba(245, 241, 241, 0.92);
  border-radius: 6px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  position: relative;
}

.subnav a::after {
  display: block;
  content: '';
  position: absolute;
  width: 2px;
  height: 18px;
  background: #ffffff;
  transform: rotate(-45deg);
  right: -6px;
  bottom: -14px;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.subnav a.hot span {
  position: absolute;
  top: -3px;
  right: 5px;
  width: 25px;
  height: 14px;
  background: url(../../images/news2/hot-red.png) no-repeat center top;
  background-size: 100% auto;
  -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: 3px 3px 0 0;
}

.subnav a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  background: url(../../images/news2/subnav-hover.png) no-repeat center center;
  background-size: 100% 100%;
}

.subnav a:hover::after {
  -ms-transform: rotate(-45deg) translateY(-12px);
  -moz-transform: rotate(-45deg) translateY(-12px);
  -webkit-transform: rotate(-45deg) translateY(-12px);
  -o-transform: rotate(-45deg) translateY(-12px);
  transform: rotate(-45deg) translateY(-12px);
}

.subnav a:hover span {
  box-shadow: 0px -1px 3px 0px rgba(224, 39, 39, 0.3);
  background: url(../../images/news2/hot-white.png) no-repeat center top;
  background-size: 100% auto;
}

.content {
  width: 97.6%;
  margin: 0 auto;
}

.content .hot-news {
  width: 100%;
  position: relative;
}

.content .hot-news .hot-news-left {
  width: 31%;
}

.content .hot-news .hot-news-left .mySwiper {
  width: 100%;
  border-radius: 6px;
}

.content .hot-news .hot-news-left .mySwiper .swiper-button-next,
.content .hot-news .hot-news-left .mySwiper .swiper-button-prev {
  width: 18%;
  height: 50px;
  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 .hot-news .hot-news-left .mySwiper .swiper-button-next::after,
.content .hot-news .hot-news-left .mySwiper .swiper-button-prev::after {
  display: none;
}

.content .hot-news .hot-news-left .mySwiper .swiper-button-prev {
  left: -80px;
}

.content .hot-news .hot-news-left .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 .hot-news .hot-news-left .mySwiper .swiper-pagination {
  width: auto;
  height: 8px;
  right: 5%;
  bottom: 5%;
  left: auto;
}

.content .hot-news .hot-news-left .mySwiper .swiper-pagination span {
  margin: 0 0 0 10px;
  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 .hot-news .hot-news-left .mySwiper .swiper-pagination span.swiper-pagination-bullet-active {
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  background: #dc0032;
}

.content .hot-news .hot-news-left .mySwiper:hover .swiper-button-next {
  right: 0;
}

.content .hot-news .hot-news-left .mySwiper:hover .swiper-button-prev {
  left: 0;
}

.content .hot-news .hot-news-left .swiper-slide {
  width: 100%;
}

.content .hot-news .hot-news-left .swiper-slide a {
  width: 100%;
}

.content .hot-news .hot-news-left .swiper-slide a img {
  margin: 0 auto;
  object-fit: cover;
}

.content .hot-news .hot-news-left ul {
  width: 100%;
  padding-top: 3%;
}

.content .hot-news .hot-news-left ul li {
  width: 32%;
  float: left;
  height: 58px;
  background-color: #f7f7f8;
  border-radius: 5px;
  margin-right: 2%;
  overflow: hidden;
  margin-top: 10px;
  -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 .hot-news .hot-news-left ul li a {
  font-size: 16px;
  line-height: 57px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  box-pack: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  box-align: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  box-pack: center;
}

.content .hot-news .hot-news-left ul li a span {
  margin-right: 7%;
  position: relative;
}

.content .hot-news .hot-news-left ul li a span img {
  z-index: 1;
  position: relative;
}

.content .hot-news .hot-news-left ul li a span::after {
  display: block;
  content: '';
  width: 16px;
  height: 16px;
  background-image: linear-gradient(45deg, #decba8 0%, #f3efec 100%), linear-gradient(#f7f7f8, #f7f7f8);
  position: absolute;
  bottom: -4px;
  left: -4px;
  border-radius: 50%;
}

.content .hot-news .hot-news-left ul li:first-child {
  background: url(../../images/news2/bar-icon-1-bg.png) #fdf1f0 no-repeat center center;
  background-size: contain contain;
}

.content .hot-news .hot-news-left ul li:first-child a span::after {
  background-image: linear-gradient(45deg, #dea8a8 0%, #f3ecec 100%), linear-gradient(#f7f7f8, #f7f7f8);
}

.content .hot-news .hot-news-left ul li:first-child a i {
  color: #dc0000;
}

.content .hot-news .hot-news-left ul li:nth-child(3n) {
  margin-right: 0;
}

.content .hot-news .hot-news-left ul li:hover {
  -ms-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.content .hot-news .hot-news-left ul li:hover a {
  text-decoration: none;
}

.content .hot-news .hot-news-center {
  width: 41.5%;
  position: absolute;
  height: 100%;
  left: 33.25%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-box-pack: space-between;
  justify-content: space-between;
  box-pack: space-between;
}

.content .hot-news .hot-news-center h1 {
  width: 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;
  -webkit-align-items: center;
  -moz-align-items: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  box-align: center;
  border-bottom: none;
  padding: 8px 0 0 0;
}

.content .hot-news .hot-news-center h1 img {
  width: auto;
  height: 100%;
}

.content .hot-news .hot-news-center h1 a {
  padding: 0 4%;
  height: 30px;
  background-color: #faf2e5;
  border-radius: 15px;
  font-size: 14px;
  color: #98722e;
  font-weight: normal;
  line-height: 30px;
  background-image: 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;
}

.content .hot-news .hot-news-center h1 a:hover {
  -ms-transform: translateX(3px);
  -moz-transform: translateX(3px);
  -webkit-transform: translateX(3px);
  -o-transform: translateX(3px);
  transform: translateX(3px);
}

.content .hot-news .hot-news-center h2 {
  width: 100%;
  margin-top: 10px;
}

.content .hot-news .hot-news-center h2 a {
  display: block;
  float: left;
  width: 49.3%;
  line-height: 22px;
  height: 22px;
  font-size: 20px;
  color: #dc0000;
  overflow: hidden;
}

.content .hot-news .hot-news-center h2 a:nth-child(2) {
  float: right;
}

.content .hot-news .hot-news-center h3 {
  width: 100%;
  font-weight: normal;
}

.content .hot-news .hot-news-center h3 p {
  width: 49.3%;
  float: left;
  overflow: hidden;
  font-size: 16px;
  height: 18px;
  line-height: 18px;
}

.content .hot-news .hot-news-center h3 p a {
  display: inline;
}

.content .hot-news .hot-news-center h3 p i {
  color: #eeeeee;
  margin: 0 2%;
}

.content .hot-news .hot-news-center h3 p:first-child a:first-child {
  color: #999999;
}

.content .hot-news .hot-news-center h3 p:last-child {
  float: right;
}

.content .hot-news .hot-news-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 23%;
  height: 100%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-box-pack: space-between;
  justify-content: space-between;
  box-pack: space-between;
}

.content .hot-news .hot-news-right .register {
  width: 100%;
  max-width: 320px;
  border: solid 2px #eeeeee;
  border-radius: 6px 6px 0 0;
  border-bottom: none;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  overflow: hidden;
  -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 .hot-news .hot-news-right .register form {
  width: 82%;
  height: 63%;
  margin: 0 auto;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}

.content .hot-news .hot-news-right .register form .form {
  width: 100%;
  height: 100%;
}

.content .hot-news .hot-news-right .register form .form h3 {
  text-align: center;
  font-size: 18px;
  color: #e02727;
  line-height: 1;
  padding: 10% 0;
}

.content .hot-news .hot-news-right .register form .form label {
  display: block;
  width: 100%;
  height: 40px;
  position: relative;
  margin-bottom: 8%;
}

.content .hot-news .hot-news-right .register form .form label input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  text-indent: 8%;
  background-color: #f6f2f2;
  border: 1px solid #f6f2f2;
  border-radius: 20px;
  -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 .hot-news .hot-news-right .register form .form label input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}

.content .hot-news .hot-news-right .register form .form label input::-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

.content .hot-news .hot-news-right .register form .form label input:-moz-placeholder {
  color: #999999;
  font-size: 16px;
}

.content .hot-news .hot-news-right .register form .form label input:-ms-input-placeholder {
  color: #999999;
  font-size: 16px;
}

.content .hot-news .hot-news-right .register form .form label input.error {
  border: 1px solid #fb2736;
}

.content .hot-news .hot-news-right .register form .form label input.error::-webkit-input-placeholder {
  color: #fb2736;
}

.content .hot-news .hot-news-right .register form .form label input.error::-moz-placeholder {
  color: #fb2736;
}

.content .hot-news .hot-news-right .register form .form label input.error:-moz-placeholder {
  color: #fb2736;
}

.content .hot-news .hot-news-right .register form .form label input.error:-ms-input-placeholder {
  color: #fb2736;
}

.content .hot-news .hot-news-right .register form .form label button {
  display: block;
  position: absolute;
  height: 30px;
  background-color: #e02727;
  border-radius: 15px;
  padding: 0 10px;
  cursor: pointer;
  top: 5px;
  right: 5px;
  color: #ffffff;
  font-size: 14px;
}

.content .hot-news .hot-news-right .register form .form label button.checked {
  opacity: 0.5;
}

.content .hot-news .hot-news-right .register form .form .logon {
  width: 100%;
  height: 40px;
  background-color: #e02727;
  border-radius: 20px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}

.content .hot-news .hot-news-right .register form .logon-then {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.content .hot-news .hot-news-right .register form .logon-then h3 {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  padding: 9% 0 7% 0;
  color: #000000;
  font-weight: normal;
}

.content .hot-news .hot-news-right .register form .logon-then h3 i {
  font-weight: bold;
  color: #e02727;
}

.content .hot-news .hot-news-right .register form .logon-then div {
  width: 45%;
  padding: 4px;
  background-color: #ffffff;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  overflow: hidden;
  margin: 0 auto;
}

.content .hot-news .hot-news-right .register form .logon-then p {
  font-size: 14px;
  color: #e02727;
  line-height: 1;
  text-align: center;
  margin-top: 5%;
}

.content .hot-news .hot-news-right .register form .logon-then-open {
  display: block;
}

.content .hot-news .hot-news-right .register .gift-packs {
  width: 100%;
  height: 37%;
}

.content .hot-news .hot-news-right .register .gift-packs .gifts {
  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%);
}

.content .hot-news .hot-news-right .register .gift-packs h3 {
  width: 100%;
  text-align: center;
  height: 20px;
}

.content .hot-news .hot-news-right .register .gift-packs h3 span {
  display: inline-block;
  padding-left: 30px;
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
  background: url(../../images/news2/gift.png) no-repeat left center;
  background-size: auto 20px;
  cursor: pointer;
}

.content .hot-news .hot-news-right .register .gift-packs ul {
  margin: 0 auto;
  padding: 0 5%;
}

.content .hot-news .hot-news-right .register .gift-packs ul div {
  padding-top: 10px;
}

.content .hot-news .hot-news-right .register .gift-packs ul div li {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
}

.content .hot-news .hot-news-right .register .gift-packs ul div li span {
  float: left;
  width: 20px;
  line-height: 22px;
  height: 20px;
  background-color: #ca9765;
  border-radius: 50%;
  overflow: hidden;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  font-family: DINAlternate-Bold;
  font-weight: bold;
  margin-right: 8px;
}

.content .hot-news .hot-news-right .register .gift-packs ul div li:hover {
  color: #e02727;
}

.content .hot-news .hot-news-right .register .gift-packs ul div li:hover span {
  color: #ffffff;
}

.content .hot-news .hot-news-right .register .gift-packs ul div.fl {
  margin-left: 8%;
}

.content .hot-news .hot-news-right .register .gift-packs ul div.fr {
  margin-right: 8%;
}

.content .hot-news .hot-news-right .seek {
  width: 100%;
  position: relative;
}

.content .hot-news .hot-news-right .seek img {
  border-radius: 0 0 6px 6px;
}

.content .hot-news .hot-news-right .seek a {
  position: absolute;
  width: 81%;
  height: 36px;
  border-radius: 18px;
  background-color: #ffffff;
  font-size: 16px;
  text-indent: 8%;
  line-height: 36px;
  left: 50%;
  top: 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%);
  overflow: hidden;
}

.content .hot-news .hot-news-right .seek a span {
  text-align: center;
  float: right;
  width: 30%;
  background-color: #e02727;
  color: #ffffff;
  text-indent: 0;
}

.content .hot-news .hot-news-right .seek a:hover {
  color: #333333;
  text-decoration: none;
}

.content h1 {
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eeeeee;
}

.content h1 span {
  float: left;
}

.content h1 i {
  color: #e02727;
  font-weight: bold;
}

.content h1 a.fr {
  float: right;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  padding-right: 20px;
  background: url(../../images/news2/more.png) no-repeat right center;
  background-size: 16px 16px;
}

.content .live-course {
  width: 100%;
  margin-top: 50px;
}

.content .live-course .live {
  width: 74.75%;
}

.content .live-course .live h1 .order {
  font-size: 14px;
  float: left;
  font-weight: normal;
  height: 30px;
  line-height: 30px;
  -ms-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  padding: 0 1.8%;
  background-color: #faf2e5;
  border-radius: 15px;
  color: #98722e;
  margin-left: 2.8%;
  -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 .live-course .live h1 .order:hover {
  -ms-transform: translate(3px, -3px);
  -moz-transform: translate(3px, -3px);
  -webkit-transform: translate(3px, -3px);
  -o-transform: translate(3px, -3px);
  transform: translate(3px, -3px);
}

.content .live-course .live .mySwiper2 {
  width: 100%;
  height: 180px;
  margin-top: 20px;
  padding-right: 1px;
}

.content .live-course .live .mySwiper2 .swiper-slide {
  max-width: 510px;
  height: 100%;
  position: relative;
}

.content .live-course .live .mySwiper2 .swiper-slide::after,
.content .live-course .live .mySwiper2 .swiper-slide::before {
  display: block;
  content: '';
  width: 38.5%;
  height: 3px;
  background-image: linear-gradient(90deg, #ffffff 0%, #eeeeee 50%, #ffffff 100%), linear-gradient(#eeeeee, #eeeeee);
  position: absolute;
  top: 11px;
  left: 0;
}

.content .live-course .live .mySwiper2 .swiper-slide::before {
  left: auto;
  right: 0;
}

.content .live-course .live .mySwiper2 .swiper-slide .time {
  width: 23%;
  height: 25px;
  background-color: #dc0000;
  color: #ffffff;
  border-radius: 13px;
  margin: 0 auto;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  position: relative;
  -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;
  z-index: 1;
}

.content .live-course .live .mySwiper2 .swiper-slide .time::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px;
  border-color: #dc0000 transparent transparent transparent;
  -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 .live-course .live .mySwiper2 .swiper-slide .live-item {
  width: 100%;
  border: solid 1px #eeeeee;
  height: 133px;
  position: relative;
  margin-top: 20px;
  -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 .live-course .live .mySwiper2 .swiper-slide .live-item .live-teacher {
  width: 60px;
  float: left;
  margin-left: 5.71%;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content .live-course .live .mySwiper2 .swiper-slide .live-item .live-teacher p {
  width: 100%;
  height: 60px;
  background: #eeeeee;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}

.content .live-course .live .mySwiper2 .swiper-slide .live-item .live-teacher p img {
  width: 100%;
  border-radius: 50%;
  position: relative;
  left: 50%;
  top: 0;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.content .live-course .live .mySwiper2 .swiper-slide .live-item .live-teacher span {
  width: 83.5%;
  height: 20px;
  background-color: #dc0000;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 25%;
  display: none;
}

.content .live-course .live .mySwiper2 .swiper-slide .live-item .live-teacher span.free {
  background-color: #faf2e5;
  color: #98722e;
}

.content .live-course .live .mySwiper2 .swiper-slide .live-item .live-msg {
  width: 72.835%;
  float: right;
  margin-right: 5.71%;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.content .live-course .live .mySwiper2 .swiper-slide .live-item .live-msg h2 {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  max-height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.content .live-course .live .mySwiper2 .swiper-slide .live-item .live-msg p {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  margin-top: 5px;
}

.content .live-course .live .mySwiper2 .swiper-slide .live-item .live-msg p span,
.content .live-course .live .mySwiper2 .swiper-slide .live-item .live-msg p i {
  color: #999999;
  display: inline;
}

.content .live-course .live .mySwiper2 .swiper-slide .live-item .live-msg p .line-icon {
  margin: 0 12px;
  font-size: 12px;
  color: #eeeeee;
}

.content .live-course .live .mySwiper2 .swiper-slide .live-item .live-msg p i {
  color: #333333;
}

.content .live-course .live .mySwiper2 .swiper-slide .live-item .live-msg p a {
  width: 78px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 13px;
  border: 1px solid #333333;
  text-align: center;
  line-height: 24px;
  position: absolute;
  bottom: 5px;
  right: 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 .live-course .live .mySwiper2 .swiper-slide .live-item .live-msg p a.yuyue {
  border: 1px solid #e02727;
  color: #e02727;
}

.content .live-course .live .mySwiper2 .swiper-slide .live-item .live-msg p a.living-btn {
  background-color: #dc0000;
  color: #ffffff;
  border: solid 1px #e02727;
}

.content .live-course .live .mySwiper2 .swiper-slide .live-item .live-msg p a:hover {
  -ms-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  text-decoration: none;
  border: 1px solid #e02727;
}

.content .live-course .live .mySwiper2 .swiper-slide .living .living-tag {
  width: 60px;
  height: 20px;
  border-radius: 0px 0px 10px 0px;
  position: absolute;
  top: -1px;
  left: -1px;
  font-size: 12px;
  color: #98722e;
  line-height: 20px;
  text-indent: 19px;
  background: url(../../images/news2/live.gif) #faf2e5 no-repeat 6px center;
}

.content .live-course .live .mySwiper2 .swiper-button-next,
.content .live-course .live .mySwiper2 .swiper-button-prev {
  width: 26px;
  height: 26px;
  background-color: #a6a6a6;
  right: -26px;
  top: auto;
  bottom: 55px;
  margin-top: 0;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.content .live-course .live .mySwiper2 .swiper-button-next::after,
.content .live-course .live .mySwiper2 .swiper-button-prev::after {
  display: none;
}

.content .live-course .live .mySwiper2 .swiper-button-prev {
  left: -26px;
}

.content .live-course .live .mySwiper2 .swiper-button-prev img {
  margin: 0 auto;
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.content .live-course .live .mySwiper2:hover .swiper-button-next {
  right: 0;
}

.content .live-course .live .mySwiper2:hover .swiper-button-prev {
  left: 0;
}

.content .live-course .date {
  width: 23%;
}

.content .live-course .date .date-tab {
  border: 1px solid #eeeeee;
  height: 178px;
  margin-top: 20px;
}

.content .live-course .date .date-tab .tab-btn {
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.content .live-course .date .date-tab .tab-btn li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  background-color: #eeeeee;
  cursor: pointer;
}

.content .live-course .date .date-tab .tab-btn li.actived {
  color: #e02727;
  background: #ffffff;
}

.content .live-course .date .date-tab .tab-item {
  height: 138px;
  width: 100%;
  overflow: hidden;
}

.content .live-course .date .date-tab .tab-item .scroll_main,
.content .live-course .date .date-tab .tab-item .scroll_wrap,
.content .live-course .date .date-tab .tab-item .scroll_cont {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content .live-course .date .date-tab .tab-item .scroll_wrap {
  position: relative;
}

.content .live-course .date .date-tab .tab-item .scroll_wrap .scroll_bar,
.content .live-course .date .date-tab .tab-item .scroll_wrap .scroll_slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background-color: #dddddd;
  opacity: 0;
  border-radius: 4px;
  -ms-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.content .live-course .date .date-tab .tab-item .scroll_wrap .scroll_slider {
  background-color: #999999;
  opacity: 1;
}

.content .live-course .date .date-tab .tab-item .scroll_wrap .scroll_cont p {
  width: 100%;
  height: 20px;
  margin: 10px 0;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -moz-box-pack: space-around;
  -webkit--box-pack: space-around;
  box-pack: space-around;
}

.content .live-course .date .date-tab .tab-item .scroll_wrap .scroll_cont p span,
.content .live-course .date .date-tab .tab-item .scroll_wrap .scroll_cont p i,
.content .live-course .date .date-tab .tab-item .scroll_wrap .scroll_cont p a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.content .live-course .date .date-tab .tab-item .scroll_wrap .scroll_cont p span {
  min-width: 75px;
}

.content .live-course .date .date-tab .tab-item .scroll_wrap .scroll_cont p i {
  min-width: 130px;
  color: #999999;
}

.content .live-course .date .date-tab .tab-item .scroll_wrap .scroll_cont p a {
  width: 38px;
  height: 20px;
  background-color: #e02727;
  border-radius: 10px;
  color: #ffffff;
  font-size: 12px;
  margin-right: 5px;
}

.content .live-course .date .date-tab .tab-item .scroll_wrap .scroll_cont p a:hover {
  text-decoration: none;
}

.content .live-course .date .date-tab .tab-item .scroll_wrap .scroll_cont p:first-child {
  padding-top: 10px;
}

.content .live-course .date .date-tab .tab-item .scroll_wrap .scroll_cont p:last-child {
  padding-bottom: 10px;
}

.content .live-course .date .date-tab .tab-item .scroll_wrap:hover .scroll_bar {
  opacity: 1;
}

.content .banner-center {
  width: 100%;
  margin-top: 50px;
}

.content .banner-center img {
  margin: 0 auto;
}

.content .specialty {
  width: 100%;
  margin-top: 50px;
}

.content .specialty h1 {
  border-bottom: 2px solid #eeeeee;
}

.content .specialty h1 .specialty-btn {
  width: 87.52%;
  float: right;
  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;
}

.content .specialty h1 .specialty-btn li {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 14px;
  cursor: pointer;
  position: relative;
  font-weight: normal;
}

.content .specialty h1 .specialty-btn li::after,
.content .specialty h1 .specialty-btn li::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  left: 50%;
  bottom: -2px;
  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;
  opacity: 0;
}

.content .specialty h1 .specialty-btn li::before {
  left: auto;
  right: 50%;
}

.content .specialty h1 .specialty-btn .actived {
  font-weight: bold;
  color: #e02727;
}

.content .specialty h1 .specialty-btn .actived::after,
.content .specialty h1 .specialty-btn .actived::before {
  width: 25%;
  opacity: 1;
}

.content .specialty .specialty-item {
  width: 100%;
  margin-top: 14px;
  position: relative;
}

.content .specialty .specialty-item .specialty-tab,
.content .specialty .specialty-item .specialty-tab-t,
.content .specialty .specialty-item .specialty-tab-b {
  width: 100%;
}

.content .specialty .specialty-item .specialty-tab {
  opacity: 0;
  height: 0;
  z-index: -1;
  overflow: hidden;
}

.content .specialty .specialty-item .specialty-tab h2 {
  width: 100%;
  font-size: 18px;
  line-height: 1;
  padding-top: 26px;
}

.content .specialty .specialty-item .specialty-tab h2 a {
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  padding-right: 20px;
  background: url(../../images/news2/more.png) no-repeat right center;
  background-size: 17px 17px;
}

.content .specialty .specialty-item .specialty-tab.specialty-tab-actived {
  opacity: 1;
  height: auto;
  z-index: 1;
}

.content .specialty .specialty-item .specialty-tab-t {
  position: relative;
  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;
}

.content .specialty .specialty-item .specialty-tab-t .mySwiper3,
.content .specialty .specialty-item .specialty-tab-t .audition,
.content .specialty .specialty-item .specialty-tab-t .team {
  width: 24.4%;
  margin: 0;
}

.content .specialty .specialty-item .specialty-tab-t .mySwiper3 {
  padding-top: 26px;
  border-radius: 6px;
}

.content .specialty .specialty-item .specialty-tab-t .mySwiper3 .swiper-slide {
  width: 100%;
  height: auto;
  background-color: #f8f8f8;
  border-radius: 6px;
  padding-top: 42px;
  padding-bottom: 6%;
}

.content .specialty .specialty-item .specialty-tab-t .mySwiper3 .swiper-slide .lesson-img {
  width: 93%;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
}

.content .specialty .specialty-item .specialty-tab-t .mySwiper3 .swiper-slide .lesson-name {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  max-width: 90%;
  margin: 5.8% auto;
  overflow: hidden;
  height: 20px;
}

.content .specialty .specialty-item .specialty-tab-t .mySwiper3 .swiper-slide ul {
  width: 86%;
  margin: 0 auto;
  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;
}

.content .specialty .specialty-item .specialty-tab-t .mySwiper3 .swiper-slide ul li p {
  font-size: 14px;
  color: #999999;
  line-height: 15px;
  height: 15px;
  padding-left: 22px;
  background: url(../../images/news2/list-style.png) no-repeat left center;
  background-size: auto 100%;
  margin-bottom: 10px;
}

.content .specialty .specialty-item .specialty-tab-t .mySwiper3 .swiper-slide ul li p:last-child {
  margin: 0;
}

.content .specialty .specialty-item .specialty-tab-t .mySwiper3 .method {
  width: 88.34%;
  display: block;
  height: 22px;
  padding: 0 5.83%;
  position: absolute;
  top: 36px;
  z-index: 1;
}

.content .specialty .specialty-item .specialty-tab-t .mySwiper3 .method span {
  width: auto;
  height: 22px;
  cursor: pointer;
  float: left;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.content .specialty .specialty-item .specialty-tab-t .mySwiper3 .method span::after {
  display: block;
  content: '';
  width: 13px;
  height: 7px;
  background: url(../../images/news2/bottom.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -6.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;
}

.content .specialty .specialty-item .specialty-tab-t .mySwiper3 .method span.opacity::after {
  opacity: 1;
}

.content .specialty .specialty-item .specialty-tab-t .mySwiper3 .method i {
  position: absolute;
  display: block;
  font-size: 14px;
  color: #98722e;
  line-height: 1;
  padding: 5px 3%;
  background-color: #ffffff;
  border: solid 1px #ca9765;
  border-radius: 13px;
  top: -36px;
  left: 0;
  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 .specialty .specialty-item .specialty-tab-t .mySwiper3 .method i.opacity {
  opacity: 1;
}

.content .specialty .specialty-item .specialty-tab-t .mySwiper3 .swiper-pagination {
  width: auto;
  left: auto;
  right: 8.5%;
  top: 46px;
  bottom: auto;
  height: 8px;
}

.content .specialty .specialty-item .specialty-tab-t .mySwiper3 .swiper-pagination span {
  float: left;
  margin: 0;
  margin-left: 8px;
  opacity: 1;
  background-color: #cacaca;
  -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 .specialty .specialty-item .specialty-tab-t .mySwiper3 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c4aa87;
}

.content .specialty .specialty-item .specialty-tab-t .audition {
  height: 100%;
  position: absolute;
  top: 0;
  left: 26.2%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-box-pack: space-between;
  justify-content: space-between;
  box-pack: space-between;
}

.content .specialty .specialty-item .specialty-tab-t .audition div {
  width: 100%;
  height: 39.4%;
  background: url(../../images/news2/audition-item.png) #faf2e5 no-repeat center bottom;
  background-size: 100% auto;
  box-shadow: 0px 3px 0px 0px #fefaef;
  border-radius: 6px;
  position: relative;
}

.content .specialty .specialty-item .specialty-tab-t .audition div img {
  position: absolute;
  width: 20.4%;
  top: -3px;
  left: -3px;
}

.content .specialty .specialty-item .specialty-tab-t .audition div .audition-name {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.content .specialty .specialty-item .specialty-tab-t .audition div .audition-name h4 {
  font-size: 18px;
  line-height: 20px;
  height: 20px;
  padding: 0 7%;
  overflow: hidden;
  padding-top: 11%;
}

.content .specialty .specialty-item .specialty-tab-t .audition div .audition-name ul {
  padding: 3.5% 7%;
  height: 30px;
}

.content .specialty .specialty-item .specialty-tab-t .audition div .audition-name ul li {
  height: 30px;
  background-color: #f1debe;
  border-radius: 15px;
  padding: 0 4.3%;
  font-size: 14px;
  color: #98722e;
  line-height: 30px;
  float: left;
  margin-right: 10px;
}

.content .specialty .specialty-item .specialty-tab-t .audition div .audition-name ul li:last-child {
  margin-right: 0;
}

.content .specialty .specialty-item .specialty-tab-t .audition div .audition-name p {
  padding: 3.5% 7%;
  height: 30px;
  line-height: 30px;
}

.content .specialty .specialty-item .specialty-tab-t .audition div .audition-name p span {
  float: left;
  font-size: 14px;
  color: #999999;
}

.content .specialty .specialty-item .specialty-tab-t .audition div .audition-name p i {
  display: block;
  float: right;
  font-size: 16px;
  color: #ffffff;
  height: 100%;
  background-color: #e02727;
  border-radius: 15px;
  padding: 0 7%;
  -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 .specialty .specialty-item .specialty-tab-t .audition div .audition-name:hover {
  text-decoration: none;
}

.content .specialty .specialty-item .specialty-tab-t .audition div .audition-name:hover i {
  -ms-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.content .specialty .specialty-item .specialty-tab-t .team {
  height: 100%;
  position: absolute;
  top: 0;
  left: 52.4%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-box-pack: space-between;
  justify-content: space-between;
  box-pack: space-between;
}

.content .specialty .specialty-item .specialty-tab-t .team .team-tab {
  width: 100%;
  height: 83.9%;
}

.content .specialty .specialty-item .specialty-tab-t .team .team-tab .mySwiper4 {
  width: 100%;
  height: 100%;
  background: url(../../images/news2/team-bg.png) #f8f8f8 no-repeat center bottom;
  background-size: 100% auto;
  border-radius: 6px;
  overflow: hidden;
}

.content .specialty .specialty-item .specialty-tab-t .team .team-tab .mySwiper4 .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}

.content .specialty .specialty-item .specialty-tab-t .team .team-tab .mySwiper4 .swiper-slide .teacher-photo {
  width: 66%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.content .specialty .specialty-item .specialty-tab-t .team .team-tab .mySwiper4 .swiper-slide .teacher-name {
  float: left;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  padding-left: 4%;
  position: relative;
  margin: 13.4% 0 7.5% 10%;
}

.content .specialty .specialty-item .specialty-tab-t .team .team-tab .mySwiper4 .swiper-slide .teacher-name::after {
  display: block;
  content: "";
  width: 5px;
  height: 100%;
  background-color: #ca9765;
  border-radius: 2.5px;
  position: absolute;
  left: 0;
  top: 0;
}

.content .specialty .specialty-item .specialty-tab-t .team .team-tab .mySwiper4 .swiper-slide p {
  float: left;
  width: 90%;
  margin-left: 10%;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 4.1%;
}

.content .specialty .specialty-item .specialty-tab-t .team .team-tab .mySwiper4 .swiper-pagination {
  width: 90%;
  left: 10%;
  bottom: 6%;
}

.content .specialty .specialty-item .specialty-tab-t .team .team-tab .mySwiper4 .swiper-pagination span {
  display: block;
  float: left;
  margin: 0;
  margin-right: 2.6%;
  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 .specialty .specialty-item .specialty-tab-t .team .team-tab .mySwiper4 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c4aa87;
}

.content .specialty .specialty-item .specialty-tab-t .countdown {
  width: 21.4%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-box-pack: space-between;
  justify-content: space-between;
  box-pack: space-between;
}

.content .specialty .specialty-item .specialty-tab-t .countdown div {
  width: 100%;
  height: 83.9%;
  background: url(../../images/news2/countdown-bg.png) #f8f8f8 no-repeat center center;
  background-size: auto 100%;
  border-radius: 6px;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
}

.content .specialty .specialty-item .specialty-tab-t .countdown div h4 {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  margin-top: 10%;
}

.content .specialty .specialty-item .specialty-tab-t .countdown div h5 {
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  margin-top: 3.5%;
}

.content .specialty .specialty-item .specialty-tab-t .countdown div h5 span {
  display: inline-block;
  width: 26px;
  height: 100%;
  background-color: #3f3f3f;
  border-radius: 4px;
  line-height: 30px;
  color: #f8e1ce;
  font-size: 24px;
}

.content .specialty .specialty-item .specialty-tab-t .countdown div ul {
  padding-left: 9%;
}

.content .specialty .specialty-item .specialty-tab-t .countdown div ul li {
  padding-bottom: 10%;
  position: relative;
}

.content .specialty .specialty-item .specialty-tab-t .countdown div ul li::after {
  display: block;
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  border-left: 1px dashed #f1e1d3;
  top: 0;
  left: 6.5px;
}

.content .specialty .specialty-item .specialty-tab-t .countdown div ul li h3 {
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  padding-left: 11%;
  position: relative;
}

.content .specialty .specialty-item .specialty-tab-t .countdown div ul li h3 i {
  display: block;
  float: left;
  margin-right: 5px;
  font-size: 22px;
  font-weight: bold;
  color: #e02727;
}

.content .specialty .specialty-item .specialty-tab-t .countdown div ul li h3::after {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #ca9765;
  border: solid 2px #f1e1d2;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
}

.content .specialty .specialty-item .specialty-tab-t .countdown div ul li p {
  font-size: 14px;
  line-height: 1;
  color: #999999;
  margin-top: 3.7%;
  padding-left: 11%;
}

.content .specialty .specialty-item .specialty-tab-t .countdown div ul li p i {
  color: #333333;
}

.content .specialty .specialty-item .specialty-tab-t .countdown div ul li:first-child {
  margin-top: 10%;
}

.content .specialty .specialty-item .specialty-tab-t .countdown div ul li:last-child::after {
  display: none;
}

.content .specialty .specialty-item .specialty-tab-t .countdown div a {
  width: 73%;
  height: 40px;
  background-color: #e02727;
  border-radius: 20px;
  margin: 0 auto;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  -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 .specialty .specialty-item .specialty-tab-t .countdown div a:hover {
  text-decoration: none;
  -ms-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

.content .specialty .specialty-item .specialty-tab-b {
  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-top: 14px;
}

.content .specialty .specialty-item .specialty-tab-b .news-item {
  width: 24.4%;
  margin: 0;
}

.content .specialty .specialty-item .specialty-tab-b .news-item ul {
  width: 100%;
  padding-top: 7%;
}

.content .specialty .specialty-item .specialty-tab-b .news-item ul li {
  width: 100%;
  margin-bottom: 6.3%;
  height: 18px;
}

.content .specialty .specialty-item .specialty-tab-b .news-item ul li a {
  display: block;
  float: left;
  max-width: 100%;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  color: #666666;
  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 .specialty .specialty-item .specialty-tab-b .news-item ul li a:hover {
  color: #e02727;
}

.content .specialty .specialty-item .specialty-tab-b .news-item ul .live-title {
  font-weight: bold;
}

.content .specialty .specialty-item .specialty-tab-b .news-item ul .live-title a {
  width: 100%;
}

.content .specialty .specialty-item .specialty-tab-b .news-item ul .live-title a span:first-child {
  padding-left: 24px;
  background: url(../../images/news2/live-icon.png) no-repeat left center;
  background-size: auto 17px;
  max-width: 65%;
  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 .specialty .specialty-item .specialty-tab-b .news-item ul .live-title a span:last-child {
  color: #e02727;
}

.content .specialty .specialty-item .specialty-tab-b .news-item ul .live-title a:hover span {
  color: #e02727;
  text-decoration: underline;
}

.content .specialty .specialty-item .specialty-tab-b .news-item ul .hot a {
  padding-right: 22px;
  max-width: 91%;
  background: url(../../images/news2/fire-icon.png) no-repeat right center;
  background-size: auto 100%;
}

.content .specialty .specialty-item .specialty-tab-b .news-item ul li:last-child {
  margin-bottom: 0;
}

.content .specialty .specialty-item .specialty-tab-b .books {
  width: 21.4%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-box-pack: space-between;
  justify-content: space-between;
  box-pack: space-between;
}

.content .specialty .specialty-item .specialty-tab-b .books .mySwiper5 {
  width: 100%;
  height: 79.1%;
}

.content .specialty .specialty-item .specialty-tab-b .books .mySwiper5 .swiper-slide {
  width: 100%;
  height: 100%;
}

.content .specialty .specialty-item .specialty-tab-b .books .mySwiper5 .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 .specialty .specialty-item .specialty-tab-b .books .mySwiper5 .swiper-slide .book-img img {
  width: 170px;
  height: 100%;
  margin: 0 auto;
}

.content .specialty .specialty-item .specialty-tab-b .books .mySwiper5 .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 .specialty .specialty-item .specialty-tab-b .books .mySwiper5 .swiper-button-next,
.content .specialty .specialty-item .specialty-tab-b .books .mySwiper5 .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 .specialty .specialty-item .specialty-tab-b .books .mySwiper5 .swiper-button-next::after,
.content .specialty .specialty-item .specialty-tab-b .books .mySwiper5 .swiper-button-prev::after {
  display: none;
}

.content .specialty .specialty-item .specialty-tab-b .books .mySwiper5 .swiper-button-next {
  background: url(../../images/news2/swiper-btn3.png) no-repeat center center;
  background-size: 100% 100%;
  right: -36px;
}

.content .specialty .specialty-item .specialty-tab-b .books .mySwiper5 .swiper-button-prev {
  background: url(../../images/news2/swiper-btn4.png) no-repeat center center;
  background-size: 100% 100%;
  left: -36px;
}

.content .specialty .specialty-item .specialty-tab-b .books .mySwiper5 .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: url(../../images/news2/swiper-btn3-3.png) no-repeat center center;
  background-size: 100% 100%;
}

.content .specialty .specialty-item .specialty-tab-b .books .mySwiper5 .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: url(../../images/news2/swiper-btn4-4.png) no-repeat center center;
  background-size: 100% 100%;
}

.content .specialty .specialty-item .specialty-tab-b .books .mySwiper5:hover .swiper-button-next {
  opacity: 1;
  right: 10px;
}

.content .specialty .specialty-item .specialty-tab-b .books .mySwiper5:hover .swiper-button-prev {
  opacity: 1;
  left: 10px;
}

.content .hot-center {
  width: 100%;
  margin-top: 50px;
}

.content .hot-center .mySwiper6 {
  width: 100%;
  padding: 0 44px;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 30px;
}

.content .hot-center .mySwiper6 .swiper-slide {
  border-radius: 6px;
  overflow: hidden;
}

.content .hot-center .mySwiper6 img {
  margin: 0 auto;
}

.content .hot-center .mySwiper6 .swiper-button-next,
.content .hot-center .mySwiper6 .swiper-button-prev {
  width: 44px;
  height: 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;
  margin: 0;
  top: 0;
  opacity: 1;
}

.content .hot-center .mySwiper6 .swiper-button-next::after,
.content .hot-center .mySwiper6 .swiper-button-prev::after {
  display: none;
}

.content .hot-center .mySwiper6 .swiper-button-next {
  right: -1px;
  background: url(../../images/news2/swiper-btn3.png) #ffffff no-repeat center center;
  background-size: 26px 26px;
}

.content .hot-center .mySwiper6 .swiper-button-prev {
  left: -1px;
  background: url(../../images/news2/swiper-btn4.png) #ffffff no-repeat center center;
  background-size: 26px 26px;
}

.content .hot-center .mySwiper6 .swiper-button-next.swiper-button-disabled {
  background: url(../../images/news2/swiper-btn3-3.png) #ffffff no-repeat center center;
  background-size: 26px 26px;
  opacity: 1;
}

.content .hot-center .mySwiper6 .swiper-button-prev.swiper-button-disabled {
  background: url(../../images/news2/swiper-btn4-4.png) #ffffff no-repeat center center;
  background-size: 26px 26px;
  opacity: 1;
}

.content .article-center {
  width: 100%;
  margin-top: 50px;
  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;
}

.content .article-center .article-item {
  width: 32.02%;
}

.content .article-center .article-item .item-first {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.content .article-center .article-item .item-first .item-img {
  width: 35.556%;
  background-color: #eeeeee;
  border-radius: 6px;
  overflow: hidden;
  float: left;
  max-height: 90px;
  border: 1px solid #eeeeee;
}

.content .article-center .article-item .item-first .item-img img {
  width: 100%;
  max-height: 90px;
}

.content .article-center .article-item .item-first .item-title {
  width: 60.67%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.content .article-center .article-item .item-first .item-title a {
  width: 100%;
  max-height: 63px;
  font-size: 16px;
  line-height: 21px;
  overflow: hidden;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content .article-center .article-item .item-first .item-title a:hover {
  text-decoration: none;
}

.content .article-center .article-item .item-first .item-title span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #999999;
  line-height: 1;
}

.content .article-center .article-item ul {
  width: 100%;
  padding-top: 3%;
}

.content .article-center .article-item ul li {
  width: 100%;
  height: 18px;
  margin-top: 4%;
}

.content .article-center .article-item ul li a {
  float: left;
  font-size: 16px;
  line-height: 18px;
  height: 100%;
  max-width: 85%;
  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 .article-center .article-item ul li span {
  float: right;
  font-size: 16px;
  line-height: 18px;
  height: 100%;
  color: #999999;
}

footer {
  width: 100%;
  margin-top: 50px;
  border-top: 1px solid #eeeeee;
}

footer .friend-link .content {
  padding: 40px 0;
  position: relative;
}

footer .friend-link .content h2 {
  width: 9%;
  font-size: 24px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

footer .friend-link .content h2 i {
  color: #e02727;
  font-weight: bold;
}

footer .friend-link .content h2::before {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #dddddd;
  position: absolute;
  right: 0;
  top: 0;
}

footer .friend-link .content div {
  width: 91%;
  float: right;
}

footer .friend-link .content div a {
  float: left;
  font-size: 16px;
  line-height: 1;
  margin: 10px 0 10px 20px;
}

footer .friend-link .content div a:last-child {
  color: #e02727;
  position: relative;
}

footer .friend-link .content div a:last-child span {
  width: 130px;
  height: 150px;
  padding-top: 5px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  margin-left: -65px;
  top: -170px;
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.2);
  border-radius: 6px;
  display: none;
}

footer .friend-link .content div a:last-child span::before {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -8px;
}

footer .friend-link .content div a:last-child:hover span {
  display: block;
}

footer .friend-link .content div a:last-child span img {
  width: 121px;
  margin: 0 auto;

}

footer .friend-link .content div a:last-child span i {
  display: block;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  margin-top: 4px;
}

footer .footer-about {
  width: 100%;
  padding: 40px 0;
  background-color: #faf9f9;
}

footer .footer-about .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;
}

footer .footer-about .content .about-item h4 {
  width: 62px;
  height: 62px;
  text-align: center;
  position: relative;
  float: left;
}

footer .footer-about .content .about-item h4 span {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  line-height: 18px;
  color: #e02727;
}

footer .footer-about .content .about-item h4::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(../../images/news2/about-item.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: rotate 5s linear infinite;
  -moz-animation: rotate 5s linear infinite;
  -o-animation: rotate 5s linear infinite;
  -ms-animation: rotate 5s linear infinite;
  animation: rotate 5s linear infinite;
}

footer .footer-about .content .about-item p {
  float: left;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #9b9292;
  margin-left: 18px;
  margin-top: 7px;
}

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;
}

@-webkit-keyframes rotate {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes rotate {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes rotate {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.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;
}

.download-alert {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}

.zuoti {
  width: 400px;
  height: 410px;
  background-color: #ffffff;
  border-radius: 10px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -205px;
  margin-left: -200px;
  display: none;
  z-index: 10;
}

.zuoti .close-zuoti {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.zuoti p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding-top: 44px;
}

.zuoti i {
  font-size: 22px;
  color: #e02727;
  font-weight: bold;
}

.zuoti span {
  width: 236px;
  height: 236px;
  margin: 0 auto;
  background: url(../../images/news2/sm2.png) no-repeat center center;
  margin-top: 38px;
  padding: 12px;
}

.zuoti span img {
  width: 236px;
  height: 236px;
}

@media screen and (max-width: 1480px) {
  .content .hot-news .hot-news-right .register .gift-packs h3 {
    height: 18px;
  }

  .content .hot-news .hot-news-right .register .gift-packs h3 span {
    padding-left: 28px;
    line-height: 18px;
    font-size: 16px;
    background: url(../../images/news2/gift.png) no-repeat left center;
    background-size: auto 18px;
  }

  .content .hot-news .hot-news-right .register .gift-packs ul div {
    padding-top: 5px;
  }

  .content .hot-news .hot-news-right .register .gift-packs ul div li {
    font-size: 13px;
  }
}

@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 a {
    line-height: 46px;
  }

  .guild .tools-nav li:first-child a {
    padding-left: 22px;
    background: url(../../images/news2/tianmao.png) no-repeat left center;
    background-size: 18px;
  }

  .guild .tools-nav li:nth-child(2) a {
    padding-left: 22px;
    background: url(../../images/news2/jingdong.png) no-repeat left center;
    background-size: 18px;
  }

  header .search input {
    height: 38px;
    text-indent: 5%;
    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,
  nav ul li a::before {
    bottom: 5px;
    height: 2px;
    border-radius: 0 1px 1px 0;
  }

  nav ul li a::before {
    border-radius: 1px 0 0 1px;
  }

  .subnav a {
    height: 36px;
    font-size: 15px;
    line-height: 36px;
    padding: 0 24px;
  }

  .subnav a.hot span {
    width: 22px;
    height: 12px;
    top: -2px;
    right: 3px;
    border-radius: 2px 2px 0 0;
  }

  .content h1 {
    font-size: 22px;
    line-height: 22px;
    height: 22px;
    padding-bottom: 12px;
  }

  .content h1 a.fr {
    font-size: 12px;
  }

  .content .hot-news .hot-news-left ul li {
    height: 50px;
  }

  .content .hot-news .hot-news-left ul li a {
    font-size: 15px;
    line-height: 50px;
  }

  .content .hot-news .hot-news-center h1 a {
    padding: 0 3%;
    height: 26px;
    font-size: 13px;
    line-height: 26px;
  }

  .content .live-course .live h1 .order {
    height: 26px;
    font-size: 13px;
    line-height: 26px;
    -ms-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  .content .live-course .live h1 .order:hover {
    -ms-transform: translate(3px, -2px);
    -moz-transform: translate(3px, -2px);
    -webkit-transform: translate(3px, -2px);
    -o-transform: translate(3px, -2px);
    transform: translate(3px, -2px);
  }

  .content .hot-news .hot-news-center h2 a {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
  }

  .content .hot-news .hot-news-center h3 p {
    height: 17px;
    line-height: 17px;
    font-size: 15px;
  }

  .content .hot-news .hot-news-right .register form .form h3 {
    padding: 9% 0;
    font-size: 17px;
  }

  .content .hot-news .hot-news-right .register form .form label {
    height: 36px;
  }

  .content .hot-news .hot-news-right .register form .form label input {
    font-size: 15px;
  }

  .content .hot-news .hot-news-right .register form .form label input::-webkit-input-placeholder {
    color: #999999;
    font-size: 15px;
  }

  .content .hot-news .hot-news-right .register form .form label input::-moz-placeholder {
    color: #999999;
    font-size: 15px;
  }

  .content .hot-news .hot-news-right .register form .form label input:-moz-placeholder {
    color: #999999;
    font-size: 15px;
  }

  .content .hot-news .hot-news-right .register form .form label input:-ms-input-placeholder {
    color: #999999;
    font-size: 15px;
  }

  .content .hot-news .hot-news-right .register form .form label button {
    height: 26px;
    font-size: 13px;
  }

  .content .hot-news .hot-news-right .register form .form .logon {
    height: 36px;
    font-size: 17px;
  }

  .content .hot-news .hot-news-right .register form .logon-then h3 {
    font-size: 17px;
    line-height: 22px;
    padding: 8% 0 6% 0;
  }

  .content .hot-news .hot-news-right .register form .logon-then p {
    font-size: 13px;
  }


  .content .hot-news .hot-news-right .register .gift-packs ul div li {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
  }

  .content .hot-news .hot-news-right .register .gift-packs ul div li span {
    width: 18px;
    line-height: 20px;
    height: 18px;
  }

  .content .hot-news .hot-news-right .seek a {
    height: 34px;
    font-size: 15px;
    line-height: 34px;
  }

  .content .live-course .live .mySwiper2 .swiper-slide {
    width: 480px;
  }

  .content .live-course .live .mySwiper2 .swiper-slide .live-item .live-msg h2 {
    font-size: 16px;
    max-height: 46px;
  }

  .content .live-course .date .date-tab .tab-btn li {
    font-size: 15px;
  }

  .content .live-course .live .mySwiper2 .swiper-slide .live-item .live-teacher {
    width: 56px;
  }

  .content .live-course .live .mySwiper2 .swiper-slide .live-item .live-teacher p {
    height: 56px;
  }

  .content .specialty h1 .specialty-btn li {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 12px;
  }

  .content .specialty .specialty-item .specialty-tab-t .mySwiper3 .method i {
    font-size: 12px;
    padding: 4px 3%;
    top: -31px;
  }

  .content .specialty .specialty-item .specialty-tab-t .mySwiper3 .method span::after {
    width: 10px;
    height: 8px;
    margin-left: -4px;
  }

  .content .specialty .specialty-item .specialty-tab h2 a {
    font-size: 12px;
    background: url(../../images/news2/more.png) no-repeat right center;
    background-size: 16px 16px;
  }

  .content .specialty .specialty-item .specialty-tab-t .mySwiper3 .swiper-slide .lesson-name {
    font-size: 17px;
    height: 19px;
    line-height: 19px;
  }

  .content .specialty .specialty-item .specialty-tab-t .mySwiper3 .swiper-slide ul li p {
    font-size: 13px;
    line-height: 14px;
    height: 14px;
    padding-left: 20px;
  }

  .content .specialty .specialty-item .specialty-tab-t .audition div .audition-name h4 {
    font-size: 17px;
    line-height: 19px;
    height: 19px;
  }

  .content .specialty .specialty-item .specialty-tab-t .audition div .audition-name ul li {
    height: 26px;
    font-size: 13px;
    line-height: 26px;
  }

  .content .specialty .specialty-item .specialty-tab-t .audition div .audition-name p {
    padding: 3.5% 7%;
    height: 26px;
    line-height: 26px;
  }

  .content .specialty .specialty-item .specialty-tab-t .audition div .audition-name p i {
    font-size: 13px;
  }

  .content .specialty .specialty-item .specialty-tab-t .team .team-tab .mySwiper4 .swiper-slide .teacher-name::after {
    width: 4px;
    border-radius: 2px;
  }

  .content .specialty .specialty-item .specialty-tab-t .team .team-tab .mySwiper4 .swiper-slide .teacher-name {
    font-size: 17px;
  }

  .content .specialty .specialty-item .specialty-tab-t .team .team-tab .mySwiper4 .swiper-slide p {
    font-size: 15px;
  }

  .content .specialty .specialty-item .specialty-tab-t .countdown div h4 {
    font-size: 17px;
  }

  .content .specialty .specialty-item .specialty-tab-t .countdown div h5 {
    height: 26px;
    font-size: 17px;
  }

  .content .specialty .specialty-item .specialty-tab-t .countdown div h5 span {
    width: 24px;
    border-radius: 3px;
    line-height: 26px;
    font-size: 22px;
  }

  .content .specialty .specialty-item .specialty-tab-t .countdown div ul li h3 {
    font-size: 17px;
  }

  .content .specialty .specialty-item .specialty-tab-t .countdown div ul li p {
    font-size: 13px;
  }

  .content .specialty .specialty-item .specialty-tab-t .countdown div a {
    height: 36px;
    font-size: 17px;
    line-height: 36px;
  }

  .content .specialty .specialty-item .specialty-tab-b .news-item ul li {
    height: 17px;
    margin-bottom: 6%;
  }

  .content .specialty .specialty-item .specialty-tab-b .news-item ul li a {
    height: 17px;
    line-height: 17px;
    font-size: 15px;
  }

  .content .specialty .specialty-item .specialty-tab-b .books .mySwiper5 .swiper-slide .book-name {
    font-size: 15px;
    line-height: 17px;
    height: 17px;
  }

  .content .article-center .article-item .item-first .item-title a {
    max-height: 60px;
    font-size: 14px;
    line-height: 20px;
  }

  .content .article-center .article-item .item-first .item-title span {
    font-size: 13px;
  }

  .content .article-center .article-item ul li {
    height: 17px;
  }

  .content .article-center .article-item ul li a,
  .content .article-center .article-item ul li span {
    font-size: 15px;
    line-height: 17px;
  }

  footer .friend-link .content h2 {
    font-size: 22px;
  }

  footer .friend-link .content div a {
    font-size: 15px;
  }

  footer .footer-about .content .about-item h4 {
    width: 56px;
    height: 56px;
    position: relative;
  }

  footer .footer-about .content .about-item h4 span {
    font-size: 15px;
    line-height: 18px;
  }

  footer .footer-about .content .about-item p {
    font-size: 14px;
    margin-left: 15px;
    margin-top: 4px;
  }

  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;
  }
}

@media screen and (max-width: 1366px) {
  .subnav a {
    font-size: 14px;
    padding: 0 20px;
  }
}