.guild-nav {
  width: 100%;
  margin: 0 auto;
  height: .8rem;
  background: rgba(228, 231, 236, 0.4);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  box-pack: space-around;
}

.guild-nav a {
  line-height: .8rem;
  font-size: .32rem;
  color: #5e6370;
}

header {
  width: 9.44rem;
  height: .6rem;
  margin: .533333rem auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
}

header .logo {
  height: .48rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

header .logo img {
  width: auto;
  height: 100%;
}

header div {
  height: .6rem;
  padding-left: .28rem;
  border-left: 1px solid #dc0032;
  font-weight: bold;
  font-size: .32rem;
  line-height: .6rem;
}

header div span {
  float: left;
  width: .6rem;
  height: .6rem;
  border-radius: .2rem;
  background-image: linear-gradient(123deg, #ffab96 0%, #dc0000 100%);
  box-shadow: 0.08rem 0.06rem 0.12rem 0px rgba(220, 0, 0, 0.42);
  position: relative;
  margin-right: .133333rem;
}

header div span img {
  width: .44rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

header .search {
  width: 4.28rem;
  height: .6rem;
  border: solid 1px #dc0032;
  border-radius: .32rem;
  float: right;
  color: #6f7072;
  font-size: .32rem;
  line-height: .6rem;
  text-indent: .32rem;
}

header .search img {
  float: right;
  width: .28rem;
  margin-right: .32rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.banner {
  width: 9.44rem;
  margin: 0 auto;
  /* height: 4.266667rem; */
  margin-bottom: .8rem;
}

.banner .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  width: 100%;
  /* height: 4.266667rem; */
  border-radius: .24rem;
  overflow: hidden;
}

.banner .swiper-slide a {
  width: 100%;
  /* height: 100%; */
}

.banner .swiper-slide a img {
  width: 100%;
  /* height: 100%; */
}

nav {
  width: 8.96rem;
  margin: 0 auto;
  margin-top: .8rem;
}

nav ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
  flex-wrap: wrap;
}

nav li {
  width: 1.426667rem;
  height: 1.96rem;
  margin: 0 .4rem;
  margin-bottom: .8rem;
  position: relative;
}

nav li .nav-btn {
  width: 100%;
}

nav li .nav-btn img {
  margin: 0 auto;
}

nav li .nav-btn span {
  text-align: center;
  font-size: .32rem;
  line-height: 1;
  margin-top: .2rem;
  color: #3d404f;
}

nav li div {
  width: 7.04rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.2rem 0px rgba(137, 92, 197, 0.31);
  padding: .2rem .16rem 0 .16rem;
  position: absolute;
  left: 50%;
  margin-left: -3.52rem;
  z-index: -1;
  top: 2.16rem;
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  opacity: 0;
}

nav li div::after {
  display: block;
  content: '';
  width: .16rem;
  height: .08rem;
  background: url(../../images/news/sanjiao.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: -0.08rem;
  left: 50%;
  margin-left: -0.08rem;
}

nav li div a {
  float: left;
  font-size: .32rem;
  color: #333333;
  line-height: 1;
  margin: 0 .16rem;
  margin-bottom: .2rem;
}

nav li .sel {
  z-index: 2;
  opacity: 1;
  top: 2.16rem;
}

.news {
  width: 9.44rem;
  margin: 0 auto;
  height: 9.76rem;
  margin-top: .16rem;
}

.news .swiper {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: .68rem;
  overflow: hidden;
}

.news .swiper-slide {
  width: 100%;
}

.news .swiper-slide .news-item {
  width: 100%;
  margin: 0 auto;
}

.news .swiper-slide .news-item h2 {
  width: 100%;
  height: .4rem;
  line-height: .4rem;
  margin-bottom: .16rem;
}

.news .swiper-slide .news-item h2 a {
  max-width: 8.32rem;
  display: block;
  float: left;
  font-size: .373333rem;
  line-height: .4rem;
  font-weight: bold;
  color: #dc0000;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news .swiper-slide .news-item h2 img {
  float: left;
  width: auto;
  height: .36rem;
  margin: .02rem 0 .02rem .28rem;
}

.news .swiper-slide .news-item ul {
  width: 100%;
}

.news .swiper-slide .news-item ul li {
  width: 100%;
  height: .4rem;
  margin-top: .36rem;
}

.news .swiper-slide .news-item ul li span,
.news .swiper-slide .news-item ul li a {
  float: left;
}

.news .swiper-slide .news-item ul li span {
  width: 1.24rem;
  height: .4rem;
  border-radius: .16rem 1px .16rem 1px;
  text-align: center;
  background-image: linear-gradient(90deg, #ff6e6b 0%, #dc0000 100%);
  color: #ffffff;
  font-size: .28rem;
  line-height: .4rem;
}

.news .swiper-slide .news-item ul li a {
  width: calc((100% - 1.24rem) / 2);
  padding: 0 .15rem;
  overflow: hidden;
  font-size: .36rem;
  line-height: .42rem;
  height: .4rem;
  color: #333333;
}

.news .swiper-slide .news-item ul li a:nth-child(2) {
  border-right: .013333rem solid #333;
}

.news .swiper-slide .news-item ul li a:nth-child(3) {
  padding-right: 0;
}

.news .swiper-slide .news-item:nth-child(2) {
  margin-top: .52rem;
}

.news .swiper-slide .news-item:nth-child(2) h2 img {
  display: none;
}

.news .swiper-slide .news-item:nth-child(2) h2 a {
  max-width: 100%;
  color: #ff6600;
}

.news .swiper-slide .news-item:nth-child(2) ul li span {
  background-image: linear-gradient(90deg, #fe9e30 0%, #f83600 100%);
}

.news .swiper-slide .news-item:nth-child(3) {
  margin-top: .52rem;
}

.news .swiper-slide .news-item:nth-child(3) h2 img {
  display: none;
}

.news .swiper-slide .news-item:nth-child(3) h2 a {
  max-width: 100%;
  color: #feb125;
}

.news .swiper-slide .news-item:nth-child(3) ul li span {
  background-image: linear-gradient(90deg, #eec623 0%, #f99e01 100%);
}

.news .swiper-pagination {
  width: auto;
  height: .133333rem;
  bottom: .04rem;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.news .swiper-pagination span {
  width: .133333rem;
  height: .133333rem;
  background-color: #cccccc;
  opacity: 1;
  margin: 0 .08rem !important;
  float: left;
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.news .swiper-pagination .swiper-pagination-bullet-active {
  background: #dc0000;
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

h1 {
  width: 100%;
  margin: 0 auto;
  font-size: .48rem;
  line-height: 1;
  font-weight: bold;
  padding-left: .48rem;
  position: relative;
}

h1 span {
  display: inline;
  color: #dc0000;
}

h1::after {
  display: block;
  content: '';
  width: .266667rem;
  height: .266667rem;
  background-color: #dc0032;
  border-radius: .053333rem;
  opacity: 0.2;
  position: absolute;
  top: .16rem;
  left: .08rem;
}

h1::before {
  display: block;
  content: '';
  width: .266667rem;
  height: .266667rem;
  background-color: #dc0032;
  border-radius: .053333rem;
  position: absolute;
  top: .01rem;
  left: 0;
}

h1 a {
  float: right;
  font-size: .28rem;
  line-height: .48rem;
  color: #5e6370;
  font-weight: normal;
}

h1 img {
  width: .64rem;
  height: .36rem;
  position: absolute;
  left: 2.68rem;
  top: 0;
  animation: checkin 0.5s ease infinite alternate;
}

h1 p {
  width: 6.533333rem;
  border-bottom: .04rem dashed #5e6370;
  opacity: 0.5;
  margin-top: 0.22rem;
  float: right;
}

@keyframes checkin {
  0% {
    transform: translateY(0.05rem);
    -ms-transform: translateY(0.05rem);
    -moz-transform: translateY(0.05rem);
    -webkit-transform: translateY(0.05rem);
    -o-transform: translateY(0.05rem);
  }

  100% {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

.test-timer {
  width: 9.44rem;
  height: 3.333333rem;
  background-color: #ffffff;
  box-shadow: 0px 0px 0.4rem 0px rgba(62, 93, 235, 0.19);
  border-radius: 1px;
  margin: 0 auto;
  margin-top: 1rem;
  position: relative;
}

.test-timer img {
  position: absolute;
  width: 5.466667rem;
  left: 50%;
  top: -0.213333rem;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.test-timer h2 {
  position: relative;
  font-size: .373333rem;
  color: #fefefe;
  font-weight: bold;
  text-align: center;
  height: .72rem;
  line-height: .72rem;
  z-index: 1;
}

.test-timer ul {
  width: 2.32rem;
  margin: 0 auto;
  margin-top: .48rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
}

.test-timer ul li {
  width: .666667rem;
  height: 1rem;
  background: url(../../images/news/start.png) no-repeat center center;
  background-size: 100%;
  text-align: center;
  line-height: 1rem;
  color: #ffffff;
  font-size: .72rem;
}

.test-timer p {
  text-align: center;
  line-height: 1;
  font-size: .32rem;
  margin-top: .32rem;
}

.center {
  width: 9.44rem;
  margin-top: 1.066667rem;
}

h3 {
  width: 9.44rem;
  height: .4rem;
  margin: 0 auto;
  line-height: .4rem;
  font-size: .373333rem;
  font-weight: bold;
}

h3 img {
  float: left;
  width: auto;
  height: .4rem;
  margin-right: .24rem;
}

h3 a {
  float: right;
  color: #5e6370;
  font-size: .28rem;
}

h3 .iconfont {
  font-size: .4rem;
  margin-right: .24rem;
  display: block;
  float: left;
  color: #dc0000;
}

.hot-lesson {
  width: 9.44rem;
  margin: 0 auto;
  margin-top: .56rem;
}

.hot-lesson ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
  flex-wrap: wrap;
  margin-top: .533333rem;
}

.hot-lesson ul li {
  width: 4.44rem;
  box-shadow: 0px 0px 0.4rem 0px rgba(62, 93, 235, 0.19);
  border-radius: .24rem;
  position: relative;
  margin-bottom: .4rem;
}

.hot-lesson ul li a {
  width: 100%;
}

.hot-lesson ul li a img {
  width: 100%;
  border-radius: .24rem .24rem 0 0;
}

.hot-lesson ul li a p {
  width: 4.04rem;
  margin: 0 auto;
  height: .36rem;
  font-size: .32rem;
  overflow: hidden;
  line-height: 1;
  color: #5e6370;
  margin-top: .2rem;
}

.hot-lesson ul li a span {
  width: 4.04rem;
  margin: .2rem auto;
  text-align: right;
  color: #ff000f;
  font-size: .36rem;
  line-height: 1;
  font-weight: bold;
}

.hot-lesson ul li.new::after {
  display: block;
  content: '';
  width: .866667rem;
  height: .853333rem;
  position: absolute;
  background: url(../../images/news/new-s-tit.png) no-repeat center center;
  background-size: 100%;
  top: -0.026667rem;
  left: -0.04rem;
}

.hot-lesson ul li:nth-child(3),
.hot-lesson ul li:nth-child(4) {
  margin-bottom: 0;
}

.time-line {
  width: 9.44rem;
  margin: 0 auto;
  margin-top: 1.066667rem;
}

.time-line ul {
  width: 100%;
  height: 11.12rem;
  background: url(../../images/news/time-line.png) no-repeat center top;
  background-size: auto 11.12rem;
  margin-top: .533333rem;
}

.time-line ul li {
  width: 100%;
  height: calc(100% / 7);
}

.time-line ul li p {
  width: 50%;
  font-size: .32rem;
  line-height: .48rem;
  font-weight: bold;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.time-line ul li div {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: .28rem;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background: #dc0032;
  box-shadow: 0px 6px 10px 0px rgba(220, 0, 0, 0.42);
  position: relative;
  margin-top: .2rem;
}

.time-line ul li div i {
  display: block;
  width: .6rem;
  height: .6rem;
  float: left;
  font-size: .6rem;
  color: #ffffff;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  margin-left: -0.3rem;
  top: 50%;
  margin-top: -0.3rem;
}

.time-line ul li:nth-child(odd) div {
  margin-left: 2.786667rem;
}

.time-line ul li:nth-child(odd) p {
  padding-left: .64rem;
}

.time-line ul li:nth-child(even) div {
  margin-right: 2.786667rem;
}

.time-line ul li:nth-child(even) p {
  text-align: right;
  padding-right: .64rem;
}

.xly {
  width: 9.44rem;
  margin: 0 auto;
  margin-top: 1.066667rem;
}

.teacher {
  width: 9.44rem;
  margin: 0 auto;
  margin-top: 1.066667rem;
}

.teacher .swiper {
  width: 100%;
  height: 7.44rem;
  margin-top: .533333rem;
}

.teacher .swiper .swiper-slide {
  width: 100%;
  height: 6.8rem;
}

.teacher .swiper .swiper-slide ul {
  height: 100%;
}

.teacher .swiper .swiper-slide ul li {
  width: 4.266667rem;
  height: 100%;
  float: left;
}

.teacher .swiper .swiper-slide ul li a {
  width: 100%;
  height: 100%;
}

.teacher .swiper .swiper-slide ul li a .teacher-img {
  width: 100%;
  height: 5.4rem;
  background-image: linear-gradient(169deg, #838893 0%, #525364 100%);
  border-radius: 1px;
  overflow: hidden;
  position: relative;
}

.teacher .swiper .swiper-slide ul li a .teacher-img img {
  width: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.teacher .swiper .swiper-slide ul li a .teacher-msg {
  width: 1.64rem;
  margin-top: .4rem;
}

.teacher .swiper .swiper-slide ul li a .teacher-msg h2 {
  font-size: .32rem;
  line-height: 1;
  font-weight: bold;
  color: #333333;
}

.teacher .swiper .swiper-slide ul li a .teacher-msg span {
  font-weight: bold;
  color: #dc0032;
  font-size: .28rem;
  padding-bottom: .12rem;
  line-height: 1;
  border-bottom: 2px solid #dc0032;
  background: url(../../images/news/right.png) no-repeat right 0.04rem;
  background-size: .226667rem auto;
  margin-top: .24rem;
}

.teacher .swiper .swiper-slide ul li a p {
  float: right;
  width: 2.373333rem;
  margin-top: .4rem;
  color: #dc0032;
  font-size: .28rem;
  background: rgba(209, 0, 0, 0.15);
  padding: 0 .08rem;
  line-height: .488rem;
  border-radius: .08rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teacher .swiper .swiper-slide ul li:nth-child(2) {
  float: right;
}

.teacher .swiper .swiper-pagination {
  width: auto;
  height: .133333rem;
  bottom: .04rem;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.teacher .swiper .swiper-pagination span {
  width: .133333rem;
  height: .133333rem;
  background-color: #cccccc;
  opacity: 1;
  margin: 0 .08rem !important;
  float: left;
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.teacher .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #dc0000;
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.book {
  width: 9.44rem;
  margin: 0 auto;
  margin-top: 1.066667rem;
}

.book .swiper {
  width: 100%;
  height: 4.6rem;
  margin-top: .533333rem;
}

.book .swiper .swiper-slide {
  width: calc(100% / 3);
  height: 3.96rem;
  position: relative;
}

.book .swiper .swiper-slide a {
  width: 2.08rem;
  margin: 0 auto;
  position: relative;
  padding-bottom: .92rem;
}

.book .swiper .swiper-slide a img {
  width: auto;
  height: 2.853333rem;
  margin: 0 auto;
}

.book .swiper .swiper-slide a span {
  position: absolute;
  width: 2.68rem;
  left: 50%;
  margin-left: -1.34rem;
  bottom: 0;
  text-align: center;
  font-size: .32rem;
  line-height: .346667rem;
  height: .346667rem;
  color: #5e6370;
  overflow: hidden;
}

.book .swiper .swiper-pagination-progressbar {
  bottom: 0;
  top: auto;
  width: 2.68rem;
  left: 50%;
  margin-left: -1.34rem;
  border-radius: .06rem;
  height: .12rem;
  overflow: hidden;
  background-color: #cccccc;
}

.book .swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #dc0000;
  border-radius: .06rem;
}

.tiku {
  width: 9.44rem;
  margin: 0 auto;
  margin-top: 1.066667rem;
}

.tiku .slideTxtBox {
  width: 100%;
}

.tiku .slideTxtBox .hd {
  width: 100%;
  height: .426667rem;
}

.tiku .slideTxtBox .hd ul {
  width: 100%;
  height: 100%;
  float: left;
}

.tiku .slideTxtBox .hd ul li {
  float: left;
  font-size: .373333rem;
  line-height: .426667rem;
  height: .426667rem;
  font-weight: bold;
  margin-right: .8rem;
}

.tiku .slideTxtBox .hd ul li i {
  display: block;
  float: left;
  height: .426667rem;
  margin-right: .2rem;
  font-size: .426667rem;
}

.tiku .slideTxtBox .hd ul li.on {
  color: #dc0000;
}

.tiku .slideTxtBox .bd {
  width: 100%;
}

.tiku .slideTxtBox .bd ul {
  width: 100%;
  margin-top: .52rem;
}

.tiku .slideTxtBox .bd li {
  width: 100%;
  height: .346667rem;
  margin-bottom: .36rem;
}

.tiku .slideTxtBox .bd li a {
  max-width: 8rem;
  height: .346667rem;
  line-height: .346667rem;
  float: left;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .32rem;
  color: #333333;
  padding-left: .24rem;
  position: relative;
}

.tiku .slideTxtBox .bd li a::after {
  display: block;
  width: .04rem;
  height: .04rem;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.02rem;
  background: #cdcdcd;
}

.tiku .slideTxtBox .bd li span {
  float: right;
  font-size: .32rem;
  line-height: .346667rem;
  color: #cdcdcd;
}

.tiku .slideTxtBox .bd li:last-child {
  margin-bottom: 0;
}

.hot-news {
  width: 9.44rem;
  margin: 0 auto;
  margin-top: 1.066667rem;
}

.hot-news ul {
  width: 100%;
  margin-top: .533333rem;
}

.hot-news ul li {
  width: 100%;
  height: .4rem;
  line-height: .4rem;
  margin-bottom: .32rem;
}

.hot-news ul li span {
  width: .4rem;
  height: .4rem;
  background-color: #cccccc;
  border-radius: 50%;
  font-size: .32rem;
  text-align: center;
  float: left;
  color: #ffffff;
}

.hot-news ul li a {
  float: left;
  max-width: 7.2rem;
  height: .4rem;
  line-height: .4rem;
  padding-left: .16rem;
  color: #5e626e;
  font-size: .32rem;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hot-news ul li i {
  float: right;
  color: #5e626e;
  font-size: .32rem;
  font-style: normal;
}

.hot-news ul li:last-child {
  margin-bottom: 0;
}

.hot-news ul li:nth-child(1) span {
  background-color: #dc0032;
}

.hot-news ul li:nth-child(1) a {
  color: #dc0032;
}

.hot-news ul li:nth-child(1) i {
  color: #dc0032;
}

.hot-news ul li:nth-child(2) span {
  background-color: #fa7744;
}

.hot-news ul li:nth-child(2) a {
  color: #fa7744;
}

.hot-news ul li:nth-child(2) i {
  color: #fa7744;
}

.hot-news ul li:nth-child(3) span {
  background-color: #fac944;
}

.hot-news ul li:nth-child(3) a {
  color: #fac944;
}

.hot-news ul li:nth-child(3) i {
  color: #fac944;
}

.banner-s {
  width: 100%;
  margin-top: .8rem;
}

.tips-msg {
  width: 100%;
  margin-top: 1.066667rem;
}

.tips-msg h1 {
  width: 9.44rem;
  margin: 0 auto;
}

.tips-msg .years-line {
  width: 9.44rem;
  height: .64rem;
  margin: 0 auto;
  margin-top: .52rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
}

.tips-msg .years-line li {
  width: 1.546667rem;
  height: 100%;
  background: url(../../images/news/fsx-bg2.png) no-repeat center center;
  background-size: 100%;
}

.tips-msg .years-line li a {
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: .64rem;
  color: #ffffff;
  font-size: .36rem;
}

.tips-msg .years-line li:first-child {
  background: url(../../images/news/fsx-bg.png) no-repeat center center;
  background-size: 100%;
}

.tips-msg .years-line li:last-child {
  width: 1.426667rem;
  background: url(../../images/news/fsx-bg3.png) no-repeat center center;
  background-size: 100%;
}

.tips-msg .swiper {
  width: 100%;
  height: 100%;
  margin-top: .8rem;
}

.tips-msg .swiper .swiper-slide {
  width: 100%;
  padding-top: 1.2rem;
  background: #ffffff;
}

.tips-msg .swiper .swiper-slide ul {
  width: 100%;
}

.tips-msg .swiper .swiper-slide ul li {
  width: 9.44rem;
  height: .4rem;
  margin: 0 auto;
  margin-top: .4rem;
  line-height: .4rem;
}

.tips-msg .swiper .swiper-slide ul li span {
  width: .4rem;
  height: 0.4rem;
  border-radius: 50%;
  text-align: center;
  background: #cccccc;
  font-size: .32rem;
  line-height: .4rem;
  float: left;
  color: #ffffff;
}

.tips-msg .swiper .swiper-slide ul li a {
  max-width: 6.96rem;
  font-size: .32rem;
  float: left;
  margin-left: .16rem;
  color: #333333;
  line-height: .4rem;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tips-msg .swiper .swiper-slide ul li i {
  display: block;
  font-style: normal;
  float: right;
  font-size: .32rem;
  line-height: .4rem;
}

.tips-msg .swiper .swiper-slide ul li:nth-child(1) span {
  background: #dc0032;
}

.tips-msg .swiper .swiper-slide ul li:nth-child(1) a {
  color: #dc0032;
}

.tips-msg .swiper .swiper-slide ul li:nth-child(2) span {
  background: #fa7744;
}

.tips-msg .swiper .swiper-slide ul li:nth-child(2) a {
  color: #fa7744;
}

.tips-msg .swiper .swiper-slide ul li:nth-child(3) span {
  background: #fac944;
}

.tips-msg .swiper .swiper-slide ul li:nth-child(3) a {
  color: #fac944;
}

.tips-msg .swiper .swiper-pagination {
  width: 9.44rem;
  height: .8rem;
  top: 0;
  left: 50%;
  margin-left: -4.72rem;
}

.tips-msg .swiper .swiper-pagination span {
  width: 2.933333rem;
  height: .8rem;
  border-radius: .12rem;
  background-color: #eff1f4;
  opacity: 1;
  color: #dc0000;
  text-align: center;
  font-weight: bold;
  line-height: .82rem;
  font-size: .36rem;
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  float: left;
  margin-right: .32rem;
}

.tips-msg .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #dc0000;
  color: #ffffff;
}

.news-msg,
.news-msg2 {
  width: 9.44rem;
  margin: 0 auto;
  margin-top: 1.066667rem;
}

.news-msg .swiper,
.news-msg2 .swiper {
  width: 100%;
  height: 100%;
}

.news-msg .swiper .swiper-slide,
.news-msg2 .swiper .swiper-slide {
  width: 100%;
  padding-top: 1.2rem;
  background: #ffffff;
}

.news-msg .swiper .swiper-slide ul,
.news-msg2 .swiper .swiper-slide ul {
  width: 100%;
}

.news-msg .swiper .swiper-slide ul li,
.news-msg2 .swiper .swiper-slide ul li {
  width: 100%;
  height: 1.946667rem;
  margin-bottom: .4rem;
}

.news-msg .swiper .swiper-slide ul li .img,
.news-msg2 .swiper .swiper-slide ul li .img {
  width: 3.466667rem;
  height: 1.946667rem;
}

.news-msg .swiper .swiper-slide ul li .img img,
.news-msg2 .swiper .swiper-slide ul li .img img {
  width: 100%;
  height: 100%;
}

.news-msg .swiper .swiper-slide ul li div,
.news-msg2 .swiper .swiper-slide ul li div {
  width: 5.573333rem;
  height: 100%;
  position: relative;
}

.news-msg .swiper .swiper-slide ul li div a,
.news-msg2 .swiper .swiper-slide ul li div a {
  float: left;
  max-width: 100%;
  font-size: .36rem;
  line-height: .4rem;
  height: .4rem;
  overflow: hidden;
  color: #333333;
  font-weight: bold;
}

.news-msg .swiper .swiper-slide ul li div p,
.news-msg2 .swiper .swiper-slide ul li div p {
  float: left;
  width: 100%;
  font-size: .32rem;
  line-height: .426667rem;
  color: #333333;
  margin-top: .24rem;
  height: .8rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: .506667rem;
}

.news-msg .swiper .swiper-slide ul li div span,
.news-msg2 .swiper .swiper-slide ul li div span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: .28rem;
  line-height: 1;
  color: #333333;
  opacity: 0.5;
}

.news-msg .swiper .swiper-slide ul li.no-img,
.news-msg2 .swiper .swiper-slide ul li.no-img {
  height: auto;
  padding-bottom: .44rem;
  position: relative;
}

.news-msg .swiper .swiper-slide ul li.no-img div,
.news-msg2 .swiper .swiper-slide ul li.no-img div {
  width: 100%;
}

.news-msg .swiper .swiper-slide ul li.no-img div p,
.news-msg2 .swiper .swiper-slide ul li.no-img div p {
  -webkit-line-clamp: 3;
  height: auto;
  max-height: 2.106667rem;
}

.news-msg .swiper .swiper-slide ul li.no-img span,
.news-msg2 .swiper .swiper-slide ul li.no-img span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: .28rem;
  line-height: 1;
  color: #333333;
  opacity: 0.5;
}

.news-msg .swiper .swiper-slide ul li:last-child,
.news-msg2 .swiper .swiper-slide ul li:last-child {
  margin-bottom: 0;
}

.news-msg .swiper .swiper-pagination,
.news-msg2 .swiper .swiper-pagination {
  width: 9.44rem;
  height: .8rem;
  top: 0;
  left: 50%;
  margin-left: -4.72rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
}

.news-msg .swiper .swiper-pagination span,
.news-msg2 .swiper .swiper-pagination span {
  width: 2.933333rem;
  height: .8rem;
  border-radius: .2rem;
  background-color: #eff1f4;
  opacity: 1;
  color: #dc0000;
  text-align: center;
  font-weight: bold;
  line-height: .8rem;
  font-size: .36rem;
  transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.news-msg .swiper .swiper-pagination .swiper-pagination-bullet-active,
.news-msg2 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #dc0000;
  color: #ffffff;
}

footer {
  width: 100%;
  background-color: #282728;
  padding-bottom: .52rem;
  margin-top: 1.066667rem;
}

footer .footer-nav {
  width: 100%;
  padding: .56rem 1.12rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  box-pack: space-between;
}

footer .footer-nav ul h2 {
  font-size: .426667rem;
  color: #ffffff;
  line-height: 1;
  padding-bottom: .16rem;
}

footer .footer-nav ul li {
  margin-top: .4rem;
}

footer .footer-nav ul li a {
  color: #ffffff;
  font-size: .28rem;
  line-height: 1;
}

footer .qr-code {
  width: 8rem;
  margin: 0 auto;
  margin-top: .8rem;
}

footer .qr-code .fl {
  margin-left: .8rem;
}

footer .qr-code .fr {
  margin-right: .8rem;
}

footer .qr-code div {
  width: 2.613333rem;
  padding-bottom: .52rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .qr-code div img {
  width: 100%;
}

footer .qr-code div span {
  text-align: center;
  color: #ffffff;
  font-size: .32rem;
  font-weight: 100;
  line-height: 1;
  margin-top: .44rem;
}

footer p {
  font-size: .28rem;
  color: #ffffff;
  opacity: 0.3;
  text-align: center;
  margin-top: .48rem;
  line-height: .4rem;
}

footer p a {
  display: inline;
  color: #ffffff;
}

.footer-fix {
  width: 9.333333rem;
  height: 1.6rem;
  background-color: #dc0000;
  box-shadow: 0px 0.16rem 0.32rem 0px rgba(253, 30, 43, 0.32);
  border-radius: 0px .8rem .8rem 0px;
  position: fixed;
  padding-right: .4rem;
  bottom: .52rem;
  left: 0;
  z-index: 9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  box-pack: space-around;
}

.footer-fix a {
  position: relative;
  margin-top: .266667rem;
}

.footer-fix a img {
  width: auto;
  max-width: auto;
  height: .48rem;
  margin: 0 auto;
}

.footer-fix a span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: .32rem;
  line-height: 1;
  margin-top: .266667rem;
}

.footer-fix a:first-child img {
  width: .48rem;
}