html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .l-container {
    max-width: 1200px;
  }
}
@media (max-width: 1279px) {
  .l-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .l-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(180deg);
}
.unfold.fold-icon {
  transform: rotateX(0);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.l-btn {
  height: 40px;
  line-height: 40px;
  padding: 0 60px;
  border: 1px solid #32ced7;
  color: #32ced7;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  border-radius: 4px;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.l-btn + .l-btn {
  margin-right: 0;
}
.l-btn:hover {
  color: #42dde6;
  border: 1px solid #42dde6;
}
.l-btn.green {
  color: #fff;
  border: 1px solid #32ced7;
  background: #32ced7;
}
.l-btn.green:hover {
  background: #42dde6;
}
.l-btn.gray {
  color: #666;
  border: 1px solid #f3f7fd;
  background: #f3f7fd;
}
.l-btn.gray:hover {
  background: #f3f7fd;
  color: #666;
  border-color: #f3f7fd;
}
.l-btn.white {
  color: #e60012;
  border: 1px solid #fff;
  background: #fff;
}
.l-btn.white:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e60012;
  background: #e60012;
}
.l-btn.red:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
@media (max-width: 978px) {
  .l-btn {
    float: none;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    padding: 0 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
  }
  .l-btn + .l-btn {
    margin-right: 0;
  }
}
.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
  /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.tab[data-direction="cross"] > .tab_btn > li {
  float: left;
  text-align: center;
}
.tab[data-direction="cross"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="cross"] > .tab_item > li {
  float: left;
}
.tab[data-direction="cross"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="cross"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="cross"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="cross"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="cross"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.tab[data-direction="vertical"] > .tab_btn > li > p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.tab[data-direction="vertical"] > .tab_item > li {
  float: left;
}
.tab[data-direction="vertical"][data-index="2"] > .tab_btn > li {
  width: 50%;
}
.tab[data-direction="vertical"][data-index="3"] > .tab_btn > li {
  width: 33.333%;
}
.tab[data-direction="vertical"][data-index="4"] > .tab_btn > li {
  width: 25%;
}
.tab[data-direction="vertical"][data-index="5"] > .tab_btn > li {
  width: 20%;
}
.tab[data-direction="vertical"][data-index="6"] > .tab_btn > li {
  width: 16.666%;
}
.l-section {
  padding-top: 30px;
  padding-bottom: 30px;
}
.l-title {
  padding-bottom: 60px;
  font-size: 0;
  text-align: center;
  text-align: left;
}
.l-title h2 {
  font-size: 36px;
  color: #0e125a;
  text-align: center;
  line-height: 48px;
  font-weight: 500;
}
.l-title p {
  font-size: 16px;
  color: #0e125a;
  line-height: 24px;
  font-weight: 400;
  margin-top: 20px;
  text-align: center;
}
.l-title img {
  display: inline-block;
}
.l-title.left {
  padding-bottom: 20px;
}
.l-title.left h2 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  text-align: left;
  padding-left: 13px;
  position: relative;
}
.l-title.left h2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 24px;
  background: #e60012;
}
.l-title.left p {
  text-align: left;
  font-size: 14px;
  color: #585656;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .l-title {
    padding-bottom: 30px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    color: #0e125a;
    letter-spacing: 0;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
  }
  .l-title p {
    font-size: 14px;
    color: #0e125a;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    margin-top: 10px;
  }
}
.content {
  padding-top: 0;
}
@media (max-width: 978px) {
  .content {
    padding-top: 44px;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/archives/ifold.svg") center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  transition: all 0.3s;
  transform: rotateX(0);
}
.unfold.fold-icon {
  transform: rotateX(180deg);
}
@media (max-width: 978px) {
  .unfold.fold-icon {
    background-size: cover;
  }
  .unfold.fold-icon .pc {
    display: none !important;
  }
  .unfold.fold-icon .mb {
    display: block !important;
  }
  .unfold.fold-icon .fold-icon {
    display: block !important;
  }
}
.more-btn {
  font-size: 16px;
  color: #e6251f;
  line-height: 24px;
  font-weight: 400;
}
.more-btn i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background: url(../images/archives/more-btn-icon.svg) center no-repeat !important;
  background-size: 100% 100%;
}
.more-btn:hover i {
  animation: arrow 1s linear infinite;
}
@media (max-width: 978px) {
  .more-btn {
    font-size: 14px;
    color: #e6251f;
    line-height: 20px;
    font-weight: 400;
  }
  .more-btn i {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url(../images/archives/more-btn-icon.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .more-btn:hover i {
    animation: arrow 1s linear infinite;
  }
}
.banner .l-container {
  max-width: 100%;
  padding: 0;
  position: relative;
}
.banner .l-container .swiper-slide {
  background-size: cover !important;
  background: #e60012;
}
.banner .l-container .main-box {
  /* max-width: 1180px; */
  height: 400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1.5s;
  background-size: 0 0 !important;
}
.banner .banner-main {
  max-width: 1180px;
  float: left;
  line-height: 400px;
  height: 400px;
  width: calc(100% - 580px);
  padding-right: 50px;
}
.banner .banner-main .banner-topic {
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 14px;
}
.banner .banner-main .banner-topic i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #00adbb;
  vertical-align: middle;
  margin-right: 5px;
  background: url(../images/archives/banner-icon.png) center no-repeat;
  background-size: cover;
}
.banner .banner-main .banner-topic span {
  display: inline-block;
  vertical-align: middle;
}
.banner .banner-main .banner-bottom {
  margin-top: 20px;
}
.banner .banner-main .banner-bottom i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #00adbb;
  vertical-align: middle;
  margin-right: 10px;
  background: url(../images/archives/notice-icon.svg) center no-repeat;
  background-size: cover;
}
.banner .banner-main .banner-info {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
  text-align: left;
}
.banner .banner-main h2 {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 10px;
  width: 285px;
  background-image: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 100%
  );
  border-radius: 18px;
  padding-left: 10px;
}
.banner .banner-main h2 span {
  display: inline-block;
  font-size: 12px;
}
.banner .banner-main h1 {
  font-size: 36px;
  color: #fff;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 15px;
  width: 390px;
}
.banner .banner-main p {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
}
.banner .banner-main .font-box {
  display: inline-block;
  border-bottom: 2px solid #e60012;
}
.banner .banner-main .font-box span {
  display: inline-block;
  color: #000;
  font-size: 48px;
  line-height: 63px;
}
.banner .banner-right-box {
  position: absolute;
  right: 10%;
  top: 0;
  bottom: 0;
  width: 320px;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);
  padding-left: 30px;
  padding-top: 56px;
}
.banner .banner-right-box h3 {
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 30px;
}
.banner .banner-right-box .right-info {
  margin-bottom: 30px;
}
.banner .banner-right-box .right-info img {
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  margin-right: 10px;
}
.banner .banner-right-box .right-info a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 20px;
  vertical-align: middle;
}
.banner .center .banner-main {
  text-align: center;
  padding-right: 0;
}
.banner .center .banner-main .l-btn {
  margin-top: 160px;
  margin-right: 0;
}
.banner .center .banner-img {
  display: none;
}
.banner .swiper-slide {
  transition: all 1.5s;
}
.banner .swiper-slide .main-box {
  opacity: 0;
}
.banner .swiper-slide .main-box img {
  width: 100%;
}
.banner .swiper-slide-active .main-box {
  opacity: 1;
}
.banner .swiper-pagination {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  max-width: 1180px;
  display: none;
}
.banner .swiper-pagination-bullet {
  opacity: 1;
  width: 40px;
  height: 4px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  position: relative;
  transition: all 0.3s;
}
.banner .swiper-pagination-bullet::after {
  content: "";
  top: 0;
  left: 0;
  right: 100%;
  height: 4px;
  border-radius: 4px;
  background: #e60012;
  position: absolute;
}
.banner .swiper-pagination-bullet-active {
  background: #ffffff !important;
}
.banner .swiper-pagination-bullet-active::after {
  animation: pagination 5s linear infinite;
}
@media (max-width: 978px) {
  .banner {
    height: auto;
  }
  .banner .l-container {
    max-width: 100%;
    padding: 0;
  }
  .banner .l-container .swiper-slide {
    height: 330px;
    background: none !important;
  }
  .banner .l-container .main-box {
    max-width: 1180px;
    margin: 0 auto;
    display: block;
    align-items: center;
    justify-content: center;
    transition: all 1.5s;
    padding-bottom: 60px;
    height: 100%;
    background-size: 100% !important;
  }
  .banner .banner-main {
    float: left;
    line-height: 0;
    height: auto;
    width: 100%;
    padding-right: 0;
    padding-top: 60px;
  }
  .banner .banner-main .banner-topic {
    font-size: 18px;
    color: #000000;
    line-height: 22px;
    margin-bottom: 14px;
  }
  .banner .banner-main .banner-topic i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #00adbb;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/archives/banner-icon.png) center no-repeat;
    background-size: cover;
  }
  .banner .banner-main .banner-topic span {
    display: inline-block;
    vertical-align: middle;
  }
  .banner .banner-main .banner-bottom {
    margin-top: 20px;
  }
  .banner .banner-main .banner-bottom i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #00adbb;
    vertical-align: middle;
    margin-right: 10px;
    background: url(../images/archives/notice-icon.svg) center no-repeat;
    background-size: cover;
  }
  .banner .banner-main .banner-info {
    display: inline-block;
    vertical-align: middle;
    line-height: 1rem;
  }
  .banner .banner-main h2 {
    display: none;
  }
  .banner .banner-main h1 {
    font-size: 36px;
    color: #fff;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 15px;
    width: 289px;
  }
  .banner .banner-main > div {
    text-align: center;
    margin-bottom: 30px;
  }
  .banner .banner-main .font-box {
    display: inline-block;
    border-bottom: 2px solid #e60012;
  }
  .banner .banner-main .font-box span {
    display: inline-block;
    color: #000;
    font-size: 36px;
    line-height: 60px;
  }
  .banner .banner-right-box {
    position: static;
    right: 0;
    top: 80px;
    bottom: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding-left: 0;
    padding-top: 0;
  }
  .banner .banner-right-box h3 {
    display: none;
  }
  .banner .banner-right-box .right-info {
    position: relative;
    margin-bottom: 0;
    width: 50%;
    float: left;
    padding-left: 60px;
    height: 80px;
    padding-top: 20px;
  }
  .banner .banner-right-box .right-info img {
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
    top: 20px;
    left: 15px;
  }
  .banner .banner-right-box .right-info a {
    display: inline-block;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    vertical-align: middle;
    line-height: 20px;
  }
  .banner .banner-right-box .right-info a span {
    display: block;
  }
  .banner .banner-right-box .right-info:nth-child(2) {
    border-right: 1px solid #dcdfec;
    border-bottom: 1px solid #dcdfec;
  }
  .banner .banner-right-box .right-info:nth-child(2) span {
    color: #e60012;
  }
  .banner .banner-right-box .right-info:nth-child(3) {
    border-bottom: 1px solid #dcdfec;
  }
  .banner .banner-right-box .right-info:nth-child(3) span {
    color: #f99622;
  }
  .banner .banner-right-box .right-info:nth-child(4) {
    border-right: 1px solid #dcdfec;
    border-bottom: 1px solid #dcdfec;
  }
  .banner .banner-right-box .right-info:nth-child(4) span {
    color: #33cf88;
  }
  .banner .banner-right-box .right-info:nth-child(5) {
    border-bottom: 1px solid #dcdfec;
  }
  .banner .banner-right-box .right-info:nth-child(5) span {
    color: #5c6fe4;
  }
  .banner .center {
    background-size: cover !important;
  }
  .banner .center .banner-main {
    text-align: center;
    padding-right: 0;
  }
  .banner .center .banner-main .l-btn {
    margin-top: 130px;
    margin-right: 0;
    padding: 0px 48px;
    transform: translateY(180px);
  }
  .banner .center .banner-img {
    display: block;
    opacity: 0;
  }
  .banner .swiper-slide {
    transition: all 1.5s;
  }
  .banner .swiper-slide .main-box {
    opacity: 0;
  }
  .banner .swiper-slide-active .main-box {
    opacity: 1;
  }
  .banner .swiper-pagination {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    max-width: 1180px;
  }
  .banner .swiper-pagination-bullet {
    opacity: 1;
    width: 40px;
    height: 4px;
    background: rgba(3, 12, 76, 0.15);
    border-radius: 4px;
  }
  .banner .swiper-pagination-bullet-active {
    background: #e60012;
  }
}
.content {
  padding-top: 60px;
}
@media (max-width: 978px) {
  .content {
    padding-top: 44px;
  }
}
.content-template {
  background: #f3f5fe;
  padding-bottom: 100px;
  padding-top: 60px;
}
.content-template .l-content {
  float: left;
  position: relative;
  width: calc(100% - 340px);
  margin-right: 20px;
  background: #ffffff;
  padding: 20px 30px 30px 30px;
  font-size: 0;
}
.content-template .l-content .swiper-slide p {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.content-template .l-content .swiper-slide p:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 62px;
  background: transparent;
  left: 0;
}
.content-template .l-content .swiper-slide p:hover,
.content-template .l-content .swiper-slide.active p {
  font-size: 16px;
  color: #ff3d39;
  letter-spacing: 0;
  /* line-height: 24px; */
}

.content-template .l-content .swiper-slide p:hover:after,
.content-template .l-content .swiper-slide.active p:after {
  background: #e60012;
}
.infoTag {
  color: #000000 !important;
}
.infoTag span {
  display: inline-block;
  background: rgba(212, 58, 46, 0.15);
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  padding: 0px 10px;
  color: #e60012;
  margin-left: 10px;
}
.infoTag:after {
  display: none;
}
.content-template .l-content .content-main {
  border-top: 1px solid rgba(14, 18, 90, 0.15);
  margin-top: 15px;
  margin-bottom: 10px;
}
.content-template .l-content .content-main ul li .card {
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid rgba(14, 18, 90, 0.15);
}
.content-template .l-content .content-main ul li:last-child .card {
  border: none;
}
.content-template .l-content .content-main ul li img {
  width: 224px;
  height: 120px;
}
.content-template .l-content .content-main ul li .info-box {
  width: calc(100% - 224px);
  padding-left: 20px;
}
.content-template .l-content .content-main ul li .info-box a {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: justify;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.content-template .l-content .content-main ul li .info-box a:hover {
  color: #e60012;
}
.content-template .l-content .content-main ul li .info-box p {
  font-size: 14px;
  color: #585656;
  letter-spacing: 0;
  text-align: justify;
  line-height: 20px;
  font-weight: 400;
}
.content-template .l-content .content-main ul li .info-box p span {
  display: inline-block;
  background: rgba(212, 58, 46, 0.15);
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  padding: 0px 10px;
  color: #e60012;
  margin-left: 10px;
  margin-bottom: 10px;
}
.content-template .l-content .content-main ul li .info-box p span.span1 {
  color: #e60012;
  background: rgba(212, 58, 46, 0.1);
}
.content-template .l-content .content-main ul li .info-box p span.span2 {
  color: #235bdb;
  background: rgba(46, 94, 211, 0.1);
}
.content-template .l-content .content-main ul li .info-box p span.span3 {
  color: #7b51e7;
  background: rgba(111, 76, 228, 0.1);
}
.content-template .l-content .content-main ul li .info-box p span.span4 {
  color: #262dad;
  background: rgba(106, 119, 246, 0.1);
}
.content-template .l-content .content-main ul li .info-box p span.span5 {
  color: #4289af;
  background: rgba(77, 137, 176, 0.1);
}
.content-template .l-content .content-main ul li .info-box p i:first-child {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/time-icon.svg);
  background-size: 100% 100%;
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 2px;
}
.content-template .l-content .content-main ul li .info-box p img {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}
.content-template .l-content .content-main ul li .info-box p:last-child {
  margin-top: 23px;
  font-size: 12px;
  color: #585656;
  letter-spacing: 0;
  text-align: justify;
  line-height: 18px;
  font-weight: 400;
}
.content-template .l-content .content-main ul li .info-box p i:last-child {
  float: right;
  margin-top: 6px;
}
.content-template .r-content {
  float: left;
  width: 320px;
}
.content-template .r-content .top-adv {
  margin-bottom: 20px;
  padding: 20px;
  background: #ffffff;
}
.content-template .r-content .top-adv h3 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(14, 18, 90, 0.15);
}
.content-template .r-content .top-adv h3 i {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: text-top;
  background-size: 100% 100% !important;
  margin-right: 5px;
  margin-top: -2px;
}
.content-template .r-content .top-adv h3 p {
  font-size: 14px;
  color: #585656;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  float: right;
}
.content-template .r-content .top-adv h3 p span {
  padding: 0 2px;
}
.content-template .r-content .top-adv ul {
  padding-top: 15px;
}
.content-template .r-content .top-adv ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
}
.content-template .r-content .top-adv ul li span {
  width: 18px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/archives/number-01.png) center no-repeat;
  background-size: 100% auto;
}
.content-template .r-content .top-adv ul li:nth-child(2) span {
  background: url(../images/archives/number-02.png) center no-repeat;
  background-size: 100% auto;
}
.content-template .r-content .top-adv ul li:nth-child(3) span {
  background: url(../images/archives/number-03.png) center no-repeat;
  background-size: 100% auto;
}
.content-template .r-content .top-adv ul li:nth-child(4) span {
  background: url(../images/archives/number-04.png) center no-repeat;
  background-size: 100% auto;
}
.content-template .r-content .top-adv ul li:nth-child(5) span {
  background: url(../images/archives/number-05.png) center no-repeat;
  background-size: 100% auto;
}
.content-template .r-content .top-adv ul li:nth-child(6) span {
  background: url(../images/archives/number-06.png) center no-repeat;
  background-size: 100% auto;
}
.content-template .r-content .top-adv ul li:nth-child(7) span {
  background: url(../images/archives/number-07.png) center no-repeat;
  background-size: 100% auto;
}
.content-template .r-content .top-adv ul li a {
  font-size: 14px;
  color: #585656;
  letter-spacing: 0;
  text-align: justify;
  line-height: 20px;
  font-weight: 400;
  transition: all 0.3s;
}
.content-template .r-content .top-adv ul li a:hover {
  color: #e60012;
}
.content-template .r-content .center-adv {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 20px;
}
.content-template .r-content .center-adv h3 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(14, 18, 90, 0.15);
}
.content-template .r-content .center-adv h3 i {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: text-top;
  background-size: 100% 100% !important;
  margin-right: 5px;
  margin-top: -2px;
}
.content-template .r-content .center-adv h3 p {
  font-size: 14px;
  color: #585656;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  float: right;
}
.content-template .r-content .center-adv h3 p span {
  padding: 0 2px;
}
.content-template .r-content .center-adv span {
  display: inline-block;
  background: rgba(212, 58, 46, 0.15);
  border-radius: 4px;
  font-size: 14px;
  line-height: 30px;
  padding: 0px 10px;
  color: #e60012;
  margin-right: 10px;
  margin-bottom: 10px;
}
.content-template .r-content .center-adv span.span1 {
  color: #e60012;
  background: rgba(212, 58, 46, 0.1);
}
.content-template .r-content .center-adv span.span2 {
  color: #235bdb;
  background: rgba(46, 94, 211, 0.1);
}
.content-template .r-content .center-adv span.span3 {
  color: #7b51e7;
  background: rgba(111, 76, 228, 0.1);
}
.content-template .r-content .center-adv span.span4 {
  color: #262dad;
  background: rgba(106, 119, 246, 0.1);
}
.content-template .r-content .center-adv span.span5 {
  color: #4289af;
  background: rgba(77, 137, 176, 0.1);
}
.content-template .r-content .center-adv p {
  padding-top: 15px;
}
.content-template .r-content .bottom-adv {
  background: #ffffff;
  padding: 20px;
  position: relative;
}
.content-template .r-content .bottom-adv h3 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(14, 18, 90, 0.15);
}
.content-template .r-content .bottom-adv h3 i {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: text-top;
  background-size: 100% 100% !important;
  margin-right: 5px;
  margin-top: -2px;
}
.content-template .r-content .bottom-adv h3 p {
  font-size: 14px;
  color: #585656;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  float: right;
}
.content-template .r-content .bottom-adv h3 p span {
  padding: 0 2px;
}
.content-template .r-content .bottom-adv img {
  width: 100px;
  height: 100px;
}
.content-template .r-content .bottom-adv p {
  position: absolute;
  bottom: 55px;
  left: 140px;
}
.content-template .swiper-content-prev {
  display: none;
}
.content-template .swiper-content-next {
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/archives/right-arrow-btn.svg) center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  right: 17px;
  top: 47px;
}
.content-template .swiper-content-next:hover {
  background: url(../images/archives/right-arrow-btn-h.svg) center center;
  background-size: 100% 100%;
}
@media (max-width: 978px) {
  .content-template {
    background: #fafbff;
    padding-bottom: 60px;
    padding-top: 0px;
  }
  .content-template .l-container {
    padding: 0;
  }
  .content-template .l-content {
    float: left;
    position: relative;
    width: 100%;
    margin-right: 0;
    background: #fafbff;
    font-size: 0;
    padding: 15px 20px 20px 20px;
  }
  .content-template .l-content .content-swiper {
    box-shadow: 0px 5px 10px 0px rgba(203, 210, 228, 0.2);
    background: #fff;
    padding-left: 20px;
  }
  .content-template .l-content .swiper-slide p {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 56px;
    font-weight: 400;
  }
  .content-template .l-content .content-main {
    border-top: none;
    margin-top: 0;
    margin-bottom: 20px;
    background: #fafbff;
  }
  .content-template .l-content .content-main ul {
    padding: 0 20px;
  }
  .content-template .l-content .content-main ul li .card {
    display: block;
    padding-bottom: 0px;
    padding-top: 20px;
    border-bottom: none;
    box-shadow: 0px 10px 20px 0px rgba(203, 210, 228, 0.3);
    border-radius: 10px;
    overflow: hidden;
  }
  .content-template .l-content .content-main ul li:last-child .card {
    border: none;
  }
  .content-template .l-content .content-main ul li img {
    width: 100%;
    height: auto;
  }
  .content-template .l-content .content-main ul li .info-box {
    width: 100%;
    padding: 15px;
    background: #fff;
  }
  .content-template .l-content .content-main ul li .info-box a {
    display: inline-block;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    text-align: justify;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .content-template .l-content .content-main ul li .info-box p {
    font-size: 14px;
    color: #585656;
    letter-spacing: 0;
    text-align: justify;
    line-height: 20px;
    font-weight: 400;
  }
  .content-template .l-content .content-main ul li .info-box p img {
    width: 12px;
    height: 12px;
  }
  .content-template .l-content .content-main ul li .info-box p:last-child {
    margin-top: 23px;
    font-size: 12px;
    color: #585656;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
    font-weight: 400;
  }
  .content-template .l-content .btn-box {
    text-align: center;
  }
  .content-template .l-content .btn-box a {
    float: none;
    display: inline-block;
  }
  .content-template .r-content {
    display: none;
  }
  .content-template .swiper-content-prev {
    display: none;
  }
  .content-template .swiper-content-next {
    display: none;
  }
  .content-template .btn-box a {
    margin-right: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    color: #e60012;
    background: #fff;
  }
  .content-template .btn-box a:hover {
    color: #fff;
    background: #e60012;
  }
}
.ad {
  background: url(../images/archives/ad-bg.jpg) center no-repeat;
  background-size: cover;
}
.ad .l-container {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.ad .ad-info {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.ad .ad-info h3 {
  font-size: 36px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 60px;
  font-weight: 400;
  margin-bottom: 18px;
}
.ad .ad-info p {
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 400;
}
.ad .btn-box {
  width: 600px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.ad .btn-box a {
  float: none;
  display: inline-block;
  margin-top: 0;
}
.ad .btn-box a.white {
  background: #fff;
  line-height: 48px;
  height: 48px;
  padding: 0 56px;
  font-size: 18px;
  border-radius: 24px;
}
.ad .btn-box a.red {
  border-color: #fff;
  background: transparent;
}
.ad .btn-box a.white:hover {
  color: #ff3d39;
  background: #fff;
}
.ad .btn-box a.red:hover {
  color: #e60012;
  background: #fff;
}
@media (max-width: 978px) {
  .ad {
    background: url(../images/archives/ad-bg-mb.png) center bottom no-repeat;
    background-size: cover;
  }
  .ad .l-container {
    height: auto;
    padding: 40px 25px 40px;
    display: block;
    align-items: center;
    /*垂直居中*/
    justify-content: center;
    /*水平居中*/
  }
  .ad .ad-info {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .ad .ad-info h3 {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .ad .ad-info p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .ad .btn-box {
    width: 100%;
    float: none;
    margin-top: 0;
    text-align: center;
  }
  .ad .btn-box a {
    font-size: 14px !important;
    padding: 0 30px !important;
    height: 38px !important;
    line-height: 38px !important;
    margin-right: 0;
  }
}
.ads {
  background: url(../images/index/ads-bg.png) center no-repeat;
  background-size: cover;
}
.ads .l-container {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.ads .ad-info {
  display: block;
}
.ads .ad-info h3 {
  font-size: 36px;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 10px;
}
.ads .ad-info h3 span {
  font-size: 36px;
  color: #e60012;
  text-align: center;
  line-height: 56px;
  font-weight: 500;
  margin-bottom: 30px;
}
.ads .ad-info p {
  font-size: 20px;
  color: #000;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 40px;
}
.ads .btn-box {
  width: 100%;
  display: block;
  text-align: center;
}
.ads .btn-box a {
  float: none;
  display: inline-block;
  margin-top: 0;
  color: #fff;
  font-size: 18px;
  width: 167px;
  margin-right: 0;
}
.ads .btn-box a.white {
  background: #e60012;
  line-height: 44px;
  height: 44px;
  padding: 0;
  border-radius: 4px;
}
.ads .btn-box a i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/index/brand-arrow-icon.svg) center no-repeat;
  background-size: 100% 100%;
  margin-left: 5px;
  vertical-align: middle;
  margin-top: -3px;
  transition: all 0.3s;
}
.ads .btn-box a.red {
  border-color: #e60012;
  background: transparent;
}
.ads .btn-box a.white:hover {
  color: #fff;
  background: #ec4f44;
}
.ads .btn-box a.white:hover i {
  animation: arrow 1s linear infinite;
}
.ads .btn-box a.red:hover {
  color: #fff;
  background: #ec4f44;
}
@media (max-width: 978px) {
  .ads {
    background: url(../images/index/ads-bg-mb.png) center bottom no-repeat;
    background-size: cover;
  }
  .ads .l-container {
    height: auto;
    padding: 50px 25px 50px;
    display: block;
    align-items: center;
    /*垂直居中*/
    justify-content: center;
    /*水平居中*/
  }
  .ads .ad-info {
    margin-right: 0;
    width: 100%;
    text-align: center;
    padding-top: 0;
  }
  .ads .ad-info h3 {
    font-size: 36px;
    letter-spacing: 0;
    text-align: center;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .ads .ad-info p {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .ads .btn-box {
    width: 100%;
    float: none;
    margin-top: 0;
    text-align: center;
  }
  .ads .btn-box a {
    font-size: 14px;
    padding: 0 30px !important;
    height: 44px !important;
    line-height: 44px !important;
    margin-right: 0;
  }
}
.tagClick {
  cursor: pointer;
  transition: all 0.3s;
  line-height: 30px !important;
}
.tagClick:hover {
  background: #e60012 !important;
  color: #fff !important;
}

.head.header-fixed,
.head.header-fixed-default {
  box-shadow: none;
}
