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 #e60012;
  background: transparent;
}
.l-btn.white:hover {
  color: #fff;
  background: #e60012;
}
.l-btn.red {
  color: #fff;
  border: 1px solid #e60012;
  background: #e60012;
}
.l-btn.red:hover {
  border: 1px solid #ff3d39;
  background: #ff3d39;
}
@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娓呴櫎娴姩鐨勬柟寮� *鍙峰彧鏈塈E6-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: 80px;
  padding-bottom: 80px;
}
.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;
}
@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;
    padding: 0 6px;
  }
}
.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/archivesTemplate/ifold.svg") center no-repeat;
  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;
  }
}
.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/archivesTemplate/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/archivesTemplate/more-btn-icon.svg) center
      no-repeat;
    background-size: 100% 100%;
  }
  .more-btn:hover i {
    animation: arrow 1s linear infinite;
  }
}
.typed-cursor {
  margin-left: 5px;
  opacity: 1;
  -webkit-animation: typedjsBlink 1s;
  animation: typedjsBlink 1s;
}
@keyframes typedjsBlink {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes typedjsBlink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.content {
  padding-top: 60px;
}
@media (max-width: 978px) {
  .content {
    padding-top: 44px;
  }
}
.content-template {
  background: #f8f8fa;
  padding-bottom: 100px;
  padding-top: 40px;
}
.content-template .crumb {
  width: 100%;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-template .crumb a {
  color: #e60012;
}
.content-template .l-content {
  float: left;
  width: calc(100% - 340px);
  margin-right: 20px;
  background: #ffffff;
  border: 1px solid #e6eaf0;
  padding: 10px 30px 30px 30px;
  font-size: 0;
  margin-bottom: 20px;
}
.content-template .l-content h1 {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 20px;
}
.content-template .l-content h2 {
  font-size: 18px;
  color: #000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.content-template .l-content h3 {
  font-size: 16px;
  color: #000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.content-template .l-content h4 {
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.content-template .l-content a {
  /* font-size: 14px; */
  color: rgb(51, 112, 255);
  /* letter-spacing: 0; */
  /* line-height: 24px; */
  font-weight: 700;
  transition: all 0.3s;
}
.content-template .l-content a:hover {
  text-decoration: underline;
}
.content-template .l-content ul {
  padding-left: 15px;
}
.content-template .l-content ul li {
  font-size: 14px;
  color: #585656;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  list-style: disc;
}
.content-template .l-content ol {
  padding-left: 15px;
}
.content-template .l-content ol li {
  font-size: 14px;
  color: #585656;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  list-style: normal;
}

.content-template .l-content p,
.content-template .l-content .article-body {
  font-size: 14px;
  color: #585656;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 10px;
}
.content-template .l-content img {
  /* width: 100%; */
  height: auto;
  margin-top: 10px;
  display: inline-block;
  max-width: 100%;
}
.content-template .l-content .title {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
}
.content-template .l-content .title + p {
  font-size: 12px;
  color: #585656;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.content-template .l-content .title + p s {
  font-style: normal;
  text-decoration: none;
  padding: 0 3px;
}
.content-template .l-content .title + p s + span {
  margin-left: 7px;
}
.content-template .l-content .title + p span {
  display: inline-block;
  background: rgba(212, 58, 46, 0.15);
  border-radius: 4px;
  font-size: 14px;
  line-height: 24px;
  padding: 0px 10px;
  color: #e60012;
  margin-right: 10px;
  margin-bottom: 10px;
}
.content-template .l-content .title + p span.span1 {
  color: #e60012;
  background: rgba(212, 58, 46, 0.1);
}
.content-template .l-content .title + p span.span2 {
  color: #235bdb;
  background: rgba(46, 94, 211, 0.1);
}
.content-template .l-content .title + p span.span3 {
  color: #7b51e7;
  background: rgba(111, 76, 228, 0.1);
}
.content-template .l-content .title + p span.span4 {
  color: #262dad;
  background: rgba(106, 119, 246, 0.1);
}
.content-template .l-content .title + p span.span5 {
  color: #4289af;
  background: rgba(77, 137, 176, 0.1);
}
.content-template .l-content .title + p i:first-child {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/archivesTemplate/time-icon.svg) center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
}
.content-template .l-content .title + p a {
  margin-top: 5px;
}
.content-template .l-content .title + p a i {
  background: url(../images/archivesTemplate/view-icon.svg) center no-repeat !important;
  background-size: 100% 100%;
}
.content-template .l-content .remark {
  padding: 15px;
  background: #f8f8fa;
  margin-bottom: 20px;
}
.content-template .l-content .remark h3 {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 0;
}
.content-template .l-content .remark p {
  font-size: 14px;
  color: #585656;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.content-template .l-content .view {
  font-size: 12px;
  color: #585656;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 400;
  float: right;
}
.content-template .r-content {
  float: left;
  width: 320px;
}
.content-template .r-content.content-fixed {
  position: fixed;
  top: 80px;
  right: 0;
}
.content-template .r-content .tops-adv {
  margin-bottom: 20px;
}
.content-template .r-content .tops-adv a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.content-template .r-content .tops-adv a img {
  width: 320px;
  height: 240px;
}
.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/archivesTemplate/number-01.png) center no-repeat;
  background-size: 100% 100%;
}
.content-template .r-content .top-adv ul li:nth-child(2) span {
  background: url(../images/archivesTemplate/number-02.png) center no-repeat;
  background-size: 100% 100%;
}
.content-template .r-content .top-adv ul li:nth-child(3) span {
  background: url(../images/archivesTemplate/number-03.png) center no-repeat;
  background-size: 100% 100%;
}
.content-template .r-content .top-adv ul li:nth-child(4) span {
  background: url(../images/archivesTemplate/number-04.png) center no-repeat;
  background-size: 100% 100%;
}
.content-template .r-content .top-adv ul li:nth-child(5) span {
  background: url(../images/archivesTemplate/number-05.png) center no-repeat;
  background-size: 100% 100%;
}
.content-template .r-content .top-adv ul li:nth-child(6) span {
  background: url(../images/archivesTemplate/number-06.png) center no-repeat;
  background-size: 100% 100%;
}
.content-template .r-content .top-adv ul li:nth-child(7) span {
  background: url(../images/archivesTemplate/number-07.png) center no-repeat;
  background-size: 100% 100%;
}
.content-template .r-content .top-adv ul li a {
  font-size: 14px;
  color: #585656;
  letter-spacing: 0;
  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 .b-content {
  float: left;
  position: relative;
  width: calc(100% - 340px);
  background: #ffffff;
  border: 1px solid #e6eaf0;
  padding: 30px 40px;
}
.content-template .b-content h3 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 30px;
  font-weight: 500;
  border-bottom: 1px solid #e6eaf0;
  padding-bottom: 10px;
  position: relative;
}
.content-template .b-content h3:after {
  content: "";
  width: 80px;
  height: 3px;
  background: #e60012;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content-template .b-content ul {
  padding-top: 20px;
}
.content-template .b-content ul li {
  width: 50%;
  float: left;
  margin-top: 10px;
}
.content-template .b-content ul li a {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  padding-left: 16px;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.content-template .b-content ul li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e60012;
  position: absolute;
  left: 0;
  top: 6px;
}
.content-template .feedback {
  border-top: 1px solid #e6eaf0;
  padding-top: 20px;
  margin-top: 60px;
}
.content-template .feedback a {
  display: block;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 978px) {
  .content-template {
    background: #f8f8fa;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .content-template .l-container {
    padding: 0;
  }
  .content-template .crumb {
    width: 100%;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 0;
    text-overflow: ellipsis;
    padding: 0 20px;
  }
  .content-template .crumb a {
    color: #e60012;
  }
  .content-template .l-content {
    float: left;
    width: 100%;
    margin-right: 0;
    background: #ffffff;
    border: none;
    padding: 15px 20px 20px 20px;
    font-size: 0;
    position: relative;
    margin-bottom: 10px;
  }
  .content-template .l-content h1 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .content-template .l-content a {
    /* font-size: 16px; */
    color: rgb(51, 112, 255);
    /* letter-spacing: 0; */
    /* line-height: 24px; */
    font-weight: 500;
    transition: all 0.3s;
  }
  .content-template .l-content h2 {
    font-size: 18px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .content-template .l-content h3 {
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .content-template .l-content h4 {
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .content-template .l-content p {
    font-size: 14px;
    color: #585656;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .content-template .l-content img {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
  }
  .content-template .l-content .title {
    font-size: 20px;
    color: #000000;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 400;
    margin-top: 0;
  }
  .content-template .l-content .title + p {
    font-size: 12px;
    color: #585656;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
  }
  .content-template .l-content .title + p s {
    font-style: normal;
    text-decoration: none;
    padding: 0 3px;
  }
  .content-template .l-content .title + p span {
    display: inline-block;
    background: rgba(212, 58, 46, 0.15);
    border-radius: 4px;
    font-size: 14px;
    line-height: 24px;
    padding: 0px 10px;
    color: #e60012;
    margin-bottom: 10px;
  }
  .content-template .l-content .title + p span.span1 {
    color: #e60012;
    background: rgba(212, 58, 46, 0.1);
  }
  .content-template .l-content .title + p span.span2 {
    color: #235bdb;
    background: rgba(46, 94, 211, 0.1);
  }
  .content-template .l-content .title + p span.span3 {
    color: #7b51e7;
    background: rgba(111, 76, 228, 0.1);
  }
  .content-template .l-content .title + p span.span4 {
    color: #262dad;
    background: rgba(106, 119, 246, 0.1);
  }
  .content-template .l-content .title + p span.span5 {
    color: #4289af;
    background: rgba(77, 137, 176, 0.1);
  }
  .content-template .l-content .remark {
    padding: 10px;
    background: #f8f8fa;
    margin-bottom: 20px;
  }
  .content-template .l-content .remark h3 {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .content-template .l-content .remark p {
    font-size: 14px;
    color: #585656;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
  }
  .content-template .r-content {
    display: none;
  }
  .content-template .b-content {
    float: left;
    position: relative;
    width: 100%;
    background: #ffffff;
    border: none;
    padding: 20px 15px;
  }
  .content-template .b-content h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 24px;
    font-weight: 400;
    border-bottom: 1px solid #e6eaf0;
    padding-bottom: 10px;
    position: relative;
  }
  .content-template .b-content h3:after {
    content: "";
    width: 80px;
    height: 3px;
    background: #e60012;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .content-template .b-content ul {
    padding-top: 10px;
  }
  .content-template .b-content ul li {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
  .content-template .b-content ul li a {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    padding-left: 16px;
    position: relative;
  }
  .content-template .b-content ul li a:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e60012;
    position: absolute;
    left: 0;
    top: 6px;
  }
  .content-template .feedback {
    border-top: 1px solid #e6eaf0;
    padding-top: 20px;
    margin-top: 40px;
  }
  .content-template .feedback a {
    display: block;
    font-size: 12px;
    color: #000000;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 5px;
  }
}
.ad {
  background: url(../images/archivesTemplate/ad-bg.png) 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/archivesTemplate/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;
  }
}
@keyframes videoBg {
  0% {
    opacity: 0.3;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
  25% {
    opacity: 0.1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
  }
  50% {
    opacity: 0.1;
    transform: translateX(-50%) translateY(-50%) scale(1.3);
  }
  100% {
    opacity: 0.3;
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
@-webkit-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-moz-keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes arrow {
  /* Opera */
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
