html {
  -webkit-text-size-adjust: none;
}
.l-container {
  max-width: 1180px;
  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: 15px;
    padding-right: 15px;
  }
}
.mb {
  display: none;
}
.fold-icon {
  display: none !important;
  width: 12px;
  height: 12px;
  background: url("../images/service/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;
  }
}
.l-btn {
  height: 44px;
  line-height: 44px;
  padding: 0 40px;
  background: #a83324;
  border-radius: 4px;
  border: 1px solid #a83324;
  color: #ffffff;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s;
  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.red {
  color: #fff;
  border: 1px solid #a83324;
  background: #a83324;
}
.l-btn.red:hover {
  background: #c13e2d;
  border-color: #c13e2d;
}
.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.orange {
  color: #fff;
  border: 1px solid #f59a23;
  background: #f59a23;
}
.l-btn.orange:hover {
  border: 1px solid #ffa632;
  background: #ffa632;
}
.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: 100px;
  padding-bottom: 120px;
  background-color: #fff;
}
.l-title {
  padding-bottom: 80px;
  font-size: 0;
  text-align: center;
}
.l-title h2 {
  font-size: 36px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  position: relative;
}
.l-title h2:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 5px;
  background: #a83324;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
}
.l-title p {
  font-size: 16px;
  line-height: 22px;
  margin-top: 15px;
  color: #33465b;
  text-align: center;
}
.l-title.dark h2 {
  color: #fff;
}
.l-title.dark h2:after {
  background: #fff;
}
@media (max-width: 978px) {
  .l-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .l-title {
    padding-bottom: 50px;
    font-size: 0;
  }
  .l-title h2 {
    font-size: 24px;
    font-weight: 400;
  }
  .l-title h2:after {
    bottom: -15px;
  }
}
.content {
  padding-top: 76px;
}
@media (max-width: 978px) {
  .content {
    padding-top: 44px;
  }
}
.mb {
  display: none !important;
}
@media (max-width: 978px) {
  .pc {
    display: none !important;
  }
  .mb {
    display: block !important;
  }
}
.banner {
  height: 400px;
  background: url(../images/news/banner-template.png) center no-repeat;
  background-size: cover;
  position: relative;
}
.banner .banner-info {
  padding-top: 170px;
}
.banner .banner-info h2 {
  font-size: 48px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 5px;
}
.banner .banner-info h3 {
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  opacity: 0.5;
}
.banner .l-container {
  line-height: 400px;
}
.banner .banner-main {
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 978px) {
  .banner {
    height: 200px;
    background-color: #fafafa;
    background-image: url(../images/news/banner-template-mb.jpg);
    background-size: cover;
    position: relative;
  }
  .banner .l-container {
    line-height: 0;
  }
  .banner .banner-main {
    width: 100%;
  }
  .banner .banner-info {
    font-size: 0;
    text-align: left;
    padding-top: 120px;
  }
  .banner .banner-info h2 {
    font-size: 24px;
    color: #fff;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .banner .banner-info h3 {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .banner .banner-info p {
    font-size: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 24px;
    font-weight: 500;
  }
}
.l-nav {
  background: #f4f4f4;
}
.l-nav ul li {
  float: left;
  width: 25%;
  transition: all 0.3s;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 60px;
  font-weight: 400;
}
.l-nav ul li.active {
  background: #a83324;
  color: #fff;
}
.l-nav ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media (max-width: 978px) {
  .l-nav {
    background: #fff;
    border-bottom: 1px solid #ddd;
    overflow: scroll;
  }
  .l-nav::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .l-nav .l-container {
    padding: 0;
  }
  .l-nav ul {
    width: 400px;
  }
  .l-nav ul li {
    float: none;
    width: auto;
    display: inline-block;
    transition: all 0.3s;
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
    font-weight: 500;
    padding: 0 15px;
    cursor: pointer;
  }
  .l-nav ul li a {
    border-bottom: 3px solid transparent;
  }
  .l-nav ul li:hover,
  .l-nav ul li.active {
    background: #fff;
    color: #a83123;
  }
  .l-nav ul li:hover a,
  .l-nav ul li.active a {
    border-color: #a83324;
  }
  .l-nav ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
}
.news-template .l-body {
  text-align: center;
}
.news-template .l-body h3 {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 10px;
}
.news-template .l-body h4 {
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}
.news-template .l-body .time {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
}
.news-template .l-body .l-content {
  font-size: 0;
  margin-bottom: 40px;
}
.news-template .l-body .l-content img {
  display: inline-block;
  max-width: 640px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.news-template .l-body .l-content img + img {
  margin-top: 0;
}
.news-template .l-body .l-content img + .video-box {
  padding-top: 0;
}
.news-template .l-body .l-content .video-box {
  display: inline-block;
  max-width: 640px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.news-template .l-body .l-content .video-box video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.news-template .l-body .l-content .video-box img {
  margin: 0;
}
.news-template .l-body .l-content h3 {
  margin-bottom: 40px;
}
.news-template .l-body .l-content h3:first-child {
  margin-top: 40px;
}
.news-template .l-body .l-content h3 + p {
  margin-top: -20px;
}
.news-template .l-body .l-content p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: justify;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}
.news-template .l-body .l-content p:first-child {
  margin-top: 40px;
}
.news-template .l-body .l-content p + img {
  margin-top: 20px;
}
.news-template .l-body .l-content p.img-tips {
  font-size: 12px;
  text-align: center;
  margin-top: -30px;
}
.news-template .l-body .l-content p + h3 {
  margin-top: 30px;
}
.news-template .l-body .l-referrer p {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  text-align: right;
}
@media (max-width: 978px) {
  .news-template {
    padding-top: 30px;
  }
  .news-template .l-body {
    text-align: center;
  }
  .news-template .l-body h3 {
    font-size: 16px;
    color: #000000;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .news-template .l-body h4 {
    font-size: 14px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .news-template .l-body .time {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    line-height: 16px;
    font-weight: 500;
  }
  .news-template .l-body .l-content {
    font-size: 0;
    margin-bottom: 20px;
  }
  .news-template .l-body .l-content img {
    display: inline-block;
    width: 100%;
    max-width: 640px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .news-template .l-body .l-content img + img {
    margin-top: 0;
  }
  .news-template .l-body .l-content img + .video-box {
    padding-top: 0;
  }
  .news-template .l-body .l-content .video-box {
    display: inline-block;
    width: 100%;
    max-width: 640px;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .news-template .l-body .l-content .video-box video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: fill;
  }
  .news-template .l-body .l-content .video-box img {
    margin: 0;
  }
  .news-template .l-body .l-content h3:first-child {
    margin-top: 20px;
  }
  .news-template .l-body .l-content p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    text-align: justify;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 20px;
  }
  .news-template .l-body .l-content p:first-child {
    margin-top: 20px;
  }
  .news-template .l-body .l-content p + img {
    margin-top: 0px;
  }
  .news-template .l-body .l-content p.img-tips {
    font-size: 12px;
    text-align: center;
    margin-top: -30px;
  }
  .news-template .l-body .l-referrer p {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    text-align: right;
  }
}
