﻿/*! visualCaptcha - v0.0.8 - 2016-01-23
* http://visualcaptcha.net
* Copyright (c) 2016 emotionLoop; Licensed MIT */
.visualCaptcha-accessibility-button:hover,
.visualCaptcha-possibilities img:hover,
.visualCaptcha-refresh-button:hover {
  cursor: pointer;
}
.visualCaptcha {
  margin-bottom: 20px;
  min-height: 120px;
}
@media only screen and (min-width: 750px) {
  .visualCaptcha {
    margin-bottom: 20px;
  }
}
.visualCaptcha * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.visualCaptcha .audioField {
  font-size: 15px;
  color: #495e62;
  font-weight: 100;
  padding: 5px;
  border: 1px solid #3bb6e4;
  height: 40px;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 360px) {
  .visualCaptcha .audioField {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 360px) {
  .visualCaptcha .audioField {
    width: 240px;
    float: left;
  }
}
.accessibility-description,
.status.valid,
.visualCaptcha-explanation {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-color: #c1f7e8;
  padding: 10px;
  text-align: center;
  font-family: Oxygen, sans-serif;
  font-size: 18px;
  color: #219589;
  font-weight: 100;
  margin: 20px 0 24px;
}
.visualCaptcha-accessibility-button,
.visualCaptcha-button-group,
.visualCaptcha-possibilities,
.visualCaptcha-refresh-button {
  display: inline-block;
}
.visualCaptcha-possibilities {
  vertical-align: middle;
}
.visualCaptcha-possibilities .img {
  padding: 4px;
  border: 1px solid #fff;
  display: inline-block;
}
.visualCaptcha-possibilities img {
  width: 32px;
  height: 32px;
  z-index: 5;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.visualCaptcha-accessibility-button img,
.visualCaptcha-refresh-button img {
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 360px) {
  .accessibility-description,
  .status.valid,
  .visualCaptcha-explanation {
    font-size: 16px;
  }
  .visualCaptcha-possibilities .visualCaptcha-button-group {
    text-align: center;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 750px) {
  .visualCaptcha-possibilities {
    margin-right: 15px;
  }
  .visualCaptcha-possibilities .img {
    padding: 10px;
    border: 3px solid #fff;
  }
  .visualCaptcha-possibilities .visualCaptcha-button-group {
    float: right;
  }
}
.visualCaptcha-possibilities .visualCaptcha-selected {
  background-color: #c1f7e8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 4px;
  border: 1px dashed #099a9f;
}
@media only screen and (min-width: 750px) {
  .visualCaptcha-possibilities .visualCaptcha-selected {
    padding: 10px;
    border: 3px dashed #099a9f;
  }
}
.visualCaptcha-refresh-button {
  padding: 5px 10px 9px;
  margin: 0 5px;
  background-color: #f87056;
  border: 1px solid #f87056;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.visualCaptcha-accessibility-button {
  padding: 9px 10px 7px;
  border: 1px solid #000;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
div.visualCaptcha .visualCaptcha-show {
  -webkit-animation: fadeIn 0.3s;
  animation: fadeIn 0.3s;
}
div.visualCaptcha .visualCaptcha-hide {
  display: none !important;
  -webkit-animation: fadeOut 0.3s;
  animation: fadeOut 0.3s;
}


/* 首页-首屏banner图样式调整 */

.custom-banner-box {
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
}
.custom-banner-box .custom-video{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  z-index: 10;
}
.custom-banner-box .custom-content {
  position: absolute !important;
  left: 0;
  top: initial !important;
  z-index: 100 !important;
  bottom: 35px !important;
}
.custom-bg {
  background: #000 !important;
}

/* 首页第二屏样式跳转 */

.custom-card-box {
  width: 100%;
  min-height: 300px; 
  border-radius: 10px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); 
  background: url(../image/p4.png);
  background-size: cover;
  text-align: left;
  font-size: 18px; 
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  margin-top: 30px;
}
.custom-card-box:hover {
  transform: scale(1.05);
}

/* 新闻动态 */
.tc-news-section {
  background: #ffffff;
  padding: 96px 0 110px;
}

.tc-news-inner {
  max-width: 1200px;
  width: calc(100% - 120px);
  margin: 0 auto;
}

.tc-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 42px;
}

.tc-section-title {
  color: #26233a;
  font-size: 38px;
  line-height: 54px;
  font-weight: 500;
}

.tc-section-more {
  color: #4b4bbf !important;
  font-size: 15px;
  line-height: 24px;
}

.tc-news-grid {
  display: grid;
  grid-template-columns: 1.18fr 1fr 1fr;
  gap: 22px;
}

.tc-news-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  border: 1px solid #e8ebf1;
  border-radius: 8px;
  background: #f7f8fa;
  color: #26233a !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.tc-news-card:hover {
  transform: translateY(-6px);
  border-color: rgba(75, 75, 191, .25);
  box-shadow: 0 18px 42px rgba(32, 36, 58, .12);
}

.tc-news-card-primary {
  background: linear-gradient(135deg, #26233a 0%, #343f63 100%);
  color: #ffffff !important;
}

.tc-news-date span {
  display: block;
  color: inherit;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
}

.tc-news-date em {
  display: block;
  margin-top: 4px;
  color: currentColor;
  font-size: 13px;
  line-height: 18px;
  opacity: .58;
}

.tc-news-tag {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 4px;
  background: rgba(75, 75, 191, .1);
  color: #4b4bbf;
  font-size: 13px;
  line-height: 26px;
  margin-bottom: 14px;
}

.tc-news-card-primary .tc-news-tag {
  background: rgba(255, 255, 255, .14);
  color: #ffffff;
}

.tc-news-content h3 {
  color: inherit;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 12px;
  word-break: break-word;
}

.tc-news-content p {
  color: currentColor;
  font-size: 15px;
  line-height: 26px;
  opacity: .68;
  word-break: break-word;
}

.tc-news-page {
  background: #f7f8fa;
  color: #26233a;
  min-height: 100vh;
}

.tc-news-hero {
  min-height: 420px;
  padding: 150px 0 72px;
  background: linear-gradient(135deg, #181827 0%, #2a3658 62%, #455071 100%);
}

.tc-news-hero-inner,
.tc-news-list,
.tc-news-footer-inner {
  max-width: 1200px;
  width: calc(100% - 120px);
  margin: 0 auto;
}

.tc-news-hero h1 {
  color: #fff;
  font-size: 52px;
  line-height: 68px;
  font-weight: 500;
  margin: 0 0 18px;
}

.tc-news-hero p {
  max-width: 680px;
  color: rgba(255, 255, 255, .72);
  font-size: 17px;
  line-height: 30px;
}

.tc-news-list {
  padding: 72px 0 90px;
}

.tc-news-list-item {
  border-bottom: 1px solid #e1e5ee;
}

.tc-news-list-item > a {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 28px;
  padding: 22px 0;
  color: #26233a !important;
}

.tc-news-list-item:first-child > a {
  padding-top: 0;
}

.tc-news-list-item:hover h2 {
  color: #4b4bbf;
}

.tc-news-list-content {
  min-width: 0;
}

.tc-news-list-content h2 {
  color: #26233a;
  font-size: 23px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 8px;
  overflow-wrap: anywhere;
  transition: color .2s ease;
}

.tc-news-list-content p {
  color: #62697a;
  display: -webkit-box;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
}

.tc-news-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 46px;
}

.tc-news-page-btn {
  min-width: 42px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #d8dce7;
  border-radius: 6px;
  background: #ffffff;
  color: #4c5365 !important;
  font-size: 14px;
  line-height: 40px;
}

.tc-news-page-btn.active {
  background: #4b4bbf;
  border-color: #4b4bbf;
  color: #ffffff !important;
}

.tc-news-page-btn.disabled {
  color: #b8bfcc !important;
  cursor: not-allowed;
  pointer-events: none;
}

.tc-news-article {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 40px;
  padding: 38px 0;
  border-bottom: 1px solid #e1e5ee;
}

.tc-news-article > * {
  min-width: 0;
}

.tc-news-article:first-child {
  padding-top: 0;
}

.tc-news-article-date {
  color: #4b4bbf;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  word-break: break-word;
}

.tc-news-article-date span {
  display: block;
  margin-top: 8px;
  color: #9096a8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.tc-news-article h2 {
  color: #26233a;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
  margin: 0 0 14px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.tc-news-article p {
  color: #62697a;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 12px;
}

.tc-news-article-meta {
  color: #9aa1af;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 12px;
}

.tc-news-footer {
  background: #111111;
  padding: 44px 0;
}

.tc-news-footer-inner {
  color: rgba(255, 255, 255, .62);
  font-size: 14px;
  line-height: 26px;
}

.tc-news-detail {
  max-width: 920px;
  width: calc(100% - 120px);
  min-height: 720px;
  margin: 0 auto;
  padding: 128px 0 92px;
}

.tc-news-detail-article {
  color: #26233a;
}

.tc-news-back {
  display: inline-flex;
  align-items: center;
  color: #4b4bbf !important;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
}

.tc-news-detail-meta {
  color: #8c93a3;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 18px;
}

.tc-news-detail-article h1 {
  color: #26233a;
  font-size: 42px;
  line-height: 58px;
  font-weight: 500;
  margin: 0 0 18px;
  overflow-wrap: anywhere;
}

.tc-news-detail-summary {
  color: #62697a;
  font-size: 18px;
  line-height: 32px;
  padding: 22px 26px;
  border-left: 4px solid #4b4bbf;
  background: #ffffff;
  margin-bottom: 40px;
}

.tc-news-detail-body p {
  color: #414858;
  font-size: 17px;
  line-height: 34px;
  margin: 0 0 22px;
  word-break: break-word;
}

.tc-news-detail-nav {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 54px;
  padding-top: 28px;
  border-top: 1px solid #e1e5ee;
}

.tc-news-detail-nav a,
.tc-news-detail-nav span {
  color: #62697a !important;
  font-size: 15px;
  line-height: 24px;
}

.tc-news-detail-nav a:hover {
  color: #4b4bbf !important;
}

.tc-news-empty {
  padding: 100px 0;
  text-align: center;
}

.tc-news-empty h1 {
  color: #26233a;
  font-size: 34px;
  line-height: 46px;
  margin: 0 0 12px;
}

.tc-news-empty p {
  color: #72798a;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 24px;
}

.tc-news-empty a {
  color: #4b4bbf !important;
  font-size: 15px;
}

@media (max-width: 1024px) {
  .tc-news-inner,
  .tc-news-hero-inner,
  .tc-news-list,
  .tc-news-footer-inner {
    width: calc(100% - 88px);
  }

  .tc-news-grid {
    grid-template-columns: 1fr;
  }

  .tc-news-card {
    min-height: 220px;
  }

  .tc-news-detail {
    width: calc(100% - 88px);
  }
}

@media (max-width: 780px) {
  .tc-news-section {
    padding: 72px 0;
  }

  .tc-news-inner,
  .tc-news-hero-inner,
  .tc-news-list,
  .tc-news-footer-inner {
    width: calc(100% - 44px);
  }

  .tc-section-head {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 28px;
  }

  .tc-section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .tc-news-hero {
    min-height: 340px;
    padding: 120px 0 56px;
  }

  .tc-news-hero h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .tc-news-article {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .tc-news-list-item > a {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tc-news-article h2 {
    font-size: 23px;
    line-height: 34px;
  }

  .tc-news-list-content h2 {
    font-size: 21px;
    line-height: 31px;
  }

  .tc-news-detail {
    width: calc(100% - 44px);
    padding: 106px 0 72px;
  }

  .tc-news-detail-article h1 {
    font-size: 30px;
    line-height: 42px;
  }

  .tc-news-detail-summary {
    font-size: 16px;
    line-height: 28px;
    padding: 18px 20px;
  }

  .tc-news-detail-body p {
    font-size: 16px;
    line-height: 31px;
  }
}
