@charset "UTF-8";
footer {
  padding-top: 48px;
  padding-bottom: 30px;
  background-color: #00011F;
  border-bottom: 10px solid #D00000;
}

footer .copyright {
  font-size: 0.875rem;
  color: #AEAFBA;
  padding-top: 35px;
}

footer .widget_menu > h3 {
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 26px;
}

footer .widget_menu > ul {
  padding: 0;
  margin: 0;
}

footer .widget_menu > ul li {
  margin-bottom: 16px;
}

footer .widget_menu > ul li:last-child {
  margin-bottom: 0;
}

footer .widget_menu > ul li > a {
  font-size: 1rem;
  color: #AEAFBA;
  font-weight: normal;
}

footer .time p,
footer .address p {
  color: #AEAFBA;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0;
  text-align: right;
  margin-bottom: 0.5rem;
}

footer .time p:first-child {
  color: #F81E1E;
  font-size: 1.75rem;
}

.font-sm {
  font-size: 0.875rem;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  overflow-x: hidden;
}

.cates {
  position: relative;
  padding: 10px 0;
  margin-bottom: 1rem;
}

.cates::after {
  content: '';
  background-color: #ddd;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  height: 1px;
}

.cates .cate-item {
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
  display: block;
}

.cates .cate-item.active {
  color: #D00000;
}

.cates .cate-bar {
  position: absolute;
  bottom: -10px;
  height: 3px;
  background-color: #D00000;
  width: 50px;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

figure.tz-figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 375px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  margin-bottom: 2rem;
}

figure.tz-figure .info {
  height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

figure {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 375px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  margin-bottom: 2rem;
}

figure .info {
  height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

figure:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

figure:hover img {
  transform: scale(1.25);
}

figure:hover figcaption {
  bottom: 0;
}

figure img {
  width: 100%;
  height: 100%;
  transition: 0.25s;
}

figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  color: white;
  line-height: 1;
  transition: 0.25s;
}

figure figcaption h3 {
  padding: 0;
  font-size: 1.15rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 0;
  padding: 15px;
}

figure figcaption p {
  font-size: 14px;
  line-height: 1.75;
  padding: 15px;
  padding-top: 0;
  margin-bottom: 8px;
}

figure figcaption a {
  position: relative;
  padding: 10px 30px;
  background-color: #D00000;
  border: none;
  color: white;
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 15px;
}

figure figcaption a:hover {
  background-color: #d93333;
  color: #fff;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.heading_container.sm h2 {
  font-size: 1.75rem;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #D00000;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 2.25rem;
  color: #666;
  font-size: 1.125rem;
  font-weight: 300;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}

.header_section {
  padding: 10px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item {
  padding-right: 15px;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  color: #333333;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s;
  position: relative;
}

@media only screen and (min-width: 992px) {
  .custom_nav-container .navbar-nav .nav-item .nav-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: -19px;
    left: 0;
    background-color: #D00000;
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }
}

.custom_nav-container .navbar-nav .nav-item .nav-link svg {
  width: 17px;
  height: auto;
  fill: #000000;
  margin-bottom: 2px;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #D00000;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link::before, .custom_nav-container .navbar-nav .nav-item.active .nav-link::before {
  visibility: visible;
  width: 100%;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link svg, .custom_nav-container .navbar-nav .nav-item.active .nav-link svg {
  fill: #D00000;
}

.custom_nav-container .nav_search-btn {
  height: 35px;
  padding: 0;
  border: none;
  color: #D00000;
  font-size: 0.875rem;
}

.custom_nav-container .nav_search-btn:hover {
  color: #D00000;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  transform: rotate(90deg);
  top: 0;
}

.primary-btn {
  display: inline-block;
  padding: 5px 14px;
  background-color: #D00000;
  border: 1px solid #D00000;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
}

.primary-btn:hover {
  background-color: #d93333;
  border-color: #d93333;
  color: #ffffff;
}

.primary-btn-inverse {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #D00000;
  border-radius: 0;
  transition: all 0.3s;
}

.primary-btn-inverse:hover {
  background-color: white;
  border-color: white;
  color: #D00000;
}

.slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slider_bg_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero_area {
  min-height: auto;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-item.dark .detail-box h1 {
  color: #333;
}

.slider_section .carousel-item.dark .detail-box p {
  color: #5E5E5E;
}

.slider_section {
  position: relative;
  display: block;
  padding-top: 72px;
  padding-bottom: 0;
}

.slider_section.single {
  padding-top: 0;
}

.slider_section.single .slider_bg_box img {
  object-fit: initial;
}

.slider_section .carousel-indicators {
  margin-bottom: 8px;
  margin-top: 18px;
  display: flex;
  justify-content: center;
  position: relative;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 30px;
  height: 4px;
  border-radius: 0;
  opacity: .4;
}

.slider_section .carousel-indicators li.active {
  opacity: 1;
  width: 50px;
}

.slider_section .carousel-indicators.dark li {
  opacity: 0.4;
  background-color: #A8A8A8;
}

.slider_section .carousel-indicators.dark li.active {
  opacity: 1;
  background-color: #2677F8;
}

.slider_section .carousel-item .container .row {
  min-height: 340px;
}

.slider_section .detail-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.slider_section .detail-box h1 {
  font-weight: normal;
  margin-bottom: 15px;
  color: #fff;
  font-size: 3rem;
}

.slider_section .detail-box p {
  font-size: 14px;
  color: #ffffff;
}

.slider_section .detail-box .btn1 {
  display: inline-block;
  padding: 10px 45px;
  background-color: #000000;
  border: 1px solid #000000;
  color: #ffffff;
  border-radius: 0;
  transition: all 0.3s;
  margin-top: 10px;
}

.slider_section .detail-box .btn1:hover {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}

.icon-boxes::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: calc(50% + 0px);
  background-color: #F5F6FA;
}

.icon-boxes .container {
  background: #FFFFFF;
  box-shadow: 0 2px 16px 0 rgba(58, 0, 0, 0.14);
}

.icon-boxes .icon-box {
  display: flex;
  align-items: center;
  padding: 32px 0;
}

.icon-boxes .icon-box .icon {
  margin-right: 18px;
}

.icon-boxes .icon-box > div {
  display: flex;
  flex-direction: column;
}

.icon-boxes .icon-box > div h4 {
  font-size: 1.2rem;
}

.icon-boxes .icon-box > div > p {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: #666;
}

.why_section {
  padding-top: 50px;
  background-color: #F5F6FA;
  padding-bottom: 30px;
}

.why_section .box {
  text-align: center;
  margin-top: 18px;
  padding: 21px;
  border-radius: 33px;
  color: #333333;
  background-color: #ffffff;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.why_section .box.active, .why_section .box:hover {
  background-color: #D00000;
  color: #ffffff;
}

.why_section .box .img-box {
  margin-bottom: 15px;
}

.why_section .box .detail-box h5 {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.why_section #pills-tabContent {
  margin-top: 32px;
}

.why_section .tab-pane {
  background-color: #ffffff;
}

@media only screen and (min-width: 1200px) {
  .why_section .sidebar {
    padding-right: 30px;
  }
  .why_section .sidebar .sidebar-background {
    right: 30px;
  }
}

.why_section .sidebar-block {
  position: relative;
}

.why_section .sidebar-block-1 {
  padding: 38px 0 30px 0;
}

.why_section .sidebar-block-1 h4 {
  font-size: 1.375rem;
}

.why_section .sidebar-block-2 p {
  font-size: 0.875rem;
  color: #333333;
  font-weight: 300;
  padding: 0 20px;
}

.why_section .sidebar-block-3 {
  padding-bottom: 40px;
  padding-top: 30px;
}

.why_section .sidebar-block-3 .row {
  flex-wrap: nowrap;
  margin-bottom: 36px;
}

.why_section .sidebar-block-3 .row:last-child {
  margin-bottom: 0;
}

.why_section .sidebar-block-3 .row > img {
  object-fit: contain;
}

.why_section .sidebar-block-3 .row > div {
  padding-right: 30px;
  padding-left: 10px;
}

.why_section .sidebar-block-3 .row > div p {
  margin-bottom: 0;
  font-weight: 300;
}

.why_section .sidebar-block-3 .row > div p:first-child {
  color: #CF5E5E;
  margin-bottom: 4px;
}

.why_section .sidebar-block-3 .row > div p:last-child {
  font-size: 0.875rem;
  color: #666;
}

.why_section .sidebar-background {
  content: '';
  position: absolute;
  background-image: linear-gradient(180deg, #FFFFFF 2%, #FFE9E2 100%);
  top: 8px;
  right: 8px;
  left: 8px;
  bottom: 8px;
}

.why_section .row.modules .item {
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  padding-bottom: 30px;
}

.why_section .row.modules .item:nth-child(3n) {
  border-right-color: #ffffff;
}

.why_section .row.modules .item:nth-last-child(1), .why_section .row.modules .item:nth-last-child(2), .why_section .row.modules .item:nth-last-child(3) {
  border-bottom-color: #ffffff;
}

.why_section .row.modules .item:hover {
  background-image: url(/images/悬停模块背景.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fdf6f2;
  background-position: right;
}

.why_section .row.modules .item .item-content h4 {
  font-size: 1.125rem;
  padding-top: 30px;
  margin-bottom: 16px;
  font-weight: normal;
}

.why_section .row.modules .item .item-content p {
  font-size: 0.875rem;
  font-weight: 300;
  margin-bottom: 24px;
}

.why_section .row.modules .item .item-content > div {
  display: flex;
  flex-wrap: wrap;
}

.why_section .row.modules .item .item-content > div [role=button] {
  color: #666;
  font-size: 0.75rem;
  border: 1px solid #CFD6DF;
  padding: 4px 10px;
  margin-bottom: 2px;
  margin-right: 10px;
}

.arrival_section .heading_container {
  color: #002c3e;
  margin-bottom: 10px;
}

.arrival_section .feature {
  color: #ffffff;
  margin-bottom: 70px;
}

.arrival_section .feature:last-child {
  margin-bottom: 0;
}

.arrival_section .feature h4 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.arrival_section .feature p {
  opacity: .7;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.arrival_section .feature-img {
  width: 100%;
  margin-top: 40px;
}

.arrival_section .box {
  padding: 155px 0px;
  position: relative;
}

.arrival_section .arrival_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.arrival_section .arrival_bg_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_section {
  padding-top: 35px;
}

.product_section .customer .item {
  height: 230px;
  background: url(/images/客户成功案例背景1.png);
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product_section .customer .item p {
  font-size: 0.75rem;
  color: #666;
  padding: 40px 30px 30px;
}

.product_section .customer .item h4 {
  color: #333;
  font-size: 0.875rem;
  text-align: right;
  padding-right: 30px;
  font-weight: normal;
  margin-top: auto;
  position: relative;
  bottom: 30px;
}

.subscribe_section .row {
  padding: 30px 0;
}

.subscribe_section h4 {
  font-size: 2.8125rem;
  position: relative;
  padding-right: 10px;
  color: #333;
  text-align: center;
}

.subscribe_section h4::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: normal;
}

.subscribe_section p {
  font-size: 0.875rem;
  font-weight: normal;
  color: #666;
  min-width: 130px;
}

.subscribe_section .bg {
  position: absolute;
  left: 0;
  right: 0;
}

.subscribe_section .bg > img {
  width: 100%;
  min-height: 140px;
  background-size: contain;
}

.client_section {
  padding-top: 4px;
}

.client_section .client-item {
  flex-basis: 20%;
  padding: 0 5px 5px 5px;
}

.client_section .client-item .inner img {
  max-width: 100%;
}

.news_section {
  padding-top: 35px;
  padding-bottom: 30px;
}

.news_section .heading_container {
  margin-bottom: 0.875rem;
}

.news_section .loading {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news_section .tab-content {
  height: 350px;
}

.news_section .owl-carousel .owl-item {
  padding-bottom: 10px;
}

.news_section .owl-carousel .item {
  padding-bottom: 10px;
}

.news_section .owl-carousel .item .inner {
  background: #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(63, 50, 50, 0.13);
  padding-bottom: 15px;
}

.news_section .owl-carousel .item .poster {
  background-color: #AEAFBA;
  height: 170px;
}

.news_section .owl-carousel .item .poster img {
  object-fit: cover;
  height: 100%;
}

.news_section .owl-carousel .item h4,
.news_section .owl-carousel .item p {
  padding: 0 15px;
  margin-bottom: 0;
}

.news_section .owl-carousel .item h4 {
  font-size: 1.125rem;
  color: #333;
  font-weight: normal;
  margin: 26px 0 20px 0;
}

.news_section .owl-carousel .item p {
  font-size: 0.75rem;
  color: #666;
  font-weight: normal;
  height: 80px;
  overflow: hidden;
  line-height: 20px;
}

.solutions {
  padding-top: 35px;
}

.solution-detail {
  padding-top: 28px;
}

.solution-detail .dot-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.solution-detail .dot-title > h4 {
  padding: 0 20px;
  margin-bottom: 0;
}

.solution-detail .dot-title .dots {
  display: flex;
  align-items: center;
}

.solution-detail .dot-title .dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #D00000;
  margin-right: 10px;
}

.solution-detail .dot-title .dots .dot-1 {
  opacity: .13;
}

.solution-detail .dot-title .dots .dot-2 {
  opacity: .34;
}

.solution-detail .instr {
  padding-top: 10px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .solution-detail .instr {
    display: flex;
  }
}

.solution-detail .instr-main {
  flex: 1;
}

.solution-detail .instr-main h4 {
  position: relative;
  padding: 15px 0;
  margin-bottom: 1rem;
}

.solution-detail .instr-main h4::before {
  content: '';
  position: absolute;
  height: 3px;
  bottom: 0;
  left: 0;
  width: 50px;
  background-color: #D00000;
  z-index: 2;
}

.solution-detail .instr-main h4::after {
  content: '';
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #DDDDDD;
}

.solution-detail .instr-main p {
  font-size: 0.875rem;
  color: #666;
  font-weight: normal;
}

.solution-detail .instr img {
  margin-right: 30px;
}

.solution-detail .advantage {
  padding-top: 20px;
  padding-bottom: 30px;
}

.solution-detail .advantage-main {
  padding-top: 20px;
}

.solution-detail .framework {
  padding: 30px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.solution-detail .framework-main {
  padding-top: 30px;
}

.solution-detail .framework .dot-title h4 {
  color: #ffffff;
}

.solution-detail .framework .dot-title .dot {
  background-color: #ffffff;
}

.solution-detail .application-scene {
  padding-top: 50px;
  background-color: #f6f6f6;
}

.solution-detail .application-scene .consult {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

.solution-detail .application-scene-main {
  padding-top: 30px;
}

.solution-detail .features {
  padding-top: 50px;
}

.solution-detail .features-main {
  padding-top: 40px;
}

.solution-detail .features .feature {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding-top: 30px;
}

.solution-detail .features .feature-row-1 {
  display: flex;
  margin-bottom: 20px;
}

.solution-detail .features .feature-row-1 > div {
  padding: 0 10px;
}

.solution-detail .features .feature-row-1 > img {
  height: 84px;
  margin-right: 10px;
  margin-left: 10px;
}

.solution-detail .features .feature-row-1 h4 {
  font-size: 1.25rem;
  color: #333;
  position: relative;
  padding: 6px 0;
}

.solution-detail .features .feature-row-1 h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #D00000;
  width: 40px;
}

.solution-detail .features .feature-row-1 p {
  font-size: 1rem;
  color: #666;
  font-weight: normal;
}

.solution-detail .features .feature-row-2 {
  padding: 0 25px;
}

.solution-detail .features .feature-row-2 h4 {
  font-size: 1rem;
  color: #00011F;
  margin-bottom: 1rem;
}

.solution-detail .features .feature-boxes {
  display: flex;
  flex-wrap: wrap;
}

.solution-detail .features .feature-box {
  background-color: #FFE6E6;
  color: #DE4F4F;
  font-size: 0.875rem;
  padding: 2px 5px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.solution-detail .project-case {
  padding-top: 50px;
  padding-bottom: 48px;
  background-color: #f6f6f6;
}

.solution-detail .project-case-main {
  padding-top: 30px;
}

#portfolio {
  margin-top: 44px;
}

#portfolio figure {
  height: 370px;
}

#portfolio .heading_container h2 {
  margin-bottom: 22px;
}

#portfolio .cate-item:not(.active) {
  color: #aaa;
}

#Cooperation {
  margin-bottom: 77px;
}

.news-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}

.news-wrapper .tz-news {
  margin-bottom: 1.875rem;
}

.news-wrapper .cates {
  margin-bottom: 1.875rem;
}

.news-detail {
  padding-top: 28px;
  padding-bottom: 40px;
}

.news-detail .heading_container h2 {
  font-size: 1.875rem;
}

.news-detail .heading_container p {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.news-detail .heading_container p .split {
  margin: 0 10px;
  width: 1px;
  height: 16px;
  background-color: #aaa;
  display: inline-block;
  position: relative;
  top: 2px;
}

.back-btn {
  color: #D00000;
}

.tz-news {
  display: flex;
}

.tz-news-poster img {
  width: 220px;
  height: 140px;
}

.tz-news-info {
  display: flex;
  flex-direction: column;
  padding: 5px 0 5px 1.5rem;
}

.tz-news-info h4 {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tz-news-info p,
.tz-news-info span {
  font-size: 0.875rem;
  color: #666;
}

.tz-news-info p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tz-news-info span {
  margin-top: auto;
}

.tz-pagination .number,
.tz-pagination .current {
  min-width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: inline-block;
  color: #666;
  font-size: 1rem;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
}

.tz-pagination .current {
  border-color: #D00000;
  background-color: #D00000;
  color: #ffffff;
}

.tz-pagination .ellipse {
  margin-right: 10px;
}

.tz-pagination .prev,
.tz-pagination .next {
  border: 1px solid #ddd;
  width: auto;
  padding: 0 5px;
  background: none;
  background: none;
  color: #666;
  font-size: 0.875rem;
}

.tz-pagination .prev {
  margin-right: 10px;
}

.about-page .heading_container h2 {
  font-size: 1.875rem;
}

.about-page .heading_container p {
  font-size: 1.125rem;
  color: #aaa;
  font-weight: 300;
}

.about-page #whoWeAre {
  margin-top: 40px;
  margin-bottom: 20px;
}

.about-page #whoWeAre .title {
  display: flex;
}

.about-page #whoWeAre .title h1 {
  font-size: 3.125rem;
  color: #D00000;
  margin-bottom: 0;
}

.about-page #whoWeAre .title p {
  font-size: 30px;
  color: #F0F0F0;
  margin-bottom: 0;
  position: relative;
  top: 20px;
  left: -25px;
  font-style: italic;
}

.about-page #whoWeAre .desc {
  font-size: 1.25rem;
  color: #666;
  padding: 15px 0 0 0;
  text-indent: 40px;
  font-weight: 300;
}

.about-page #whoWeAre img {
  margin-top: 1rem;
}

@media only screen and (min-width: 992px) {
  .about-page #whoWeAre img {
    margin-top: 0;
  }
}

.about-page #Advantage {
  background-color: #f6f6f6;
  padding: 50px 0 30px 0;
}

.about-page #Qualification {
  background-color: #f6f6f6;
  padding: 50px 0 30px 0;
}

.about-page #Situation {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(/images/公司风采背景.png) no-repeat;
  background-size: cover;
}

.about-page #Situation .heading_container h2,
.about-page #Situation .heading_container p {
  color: #ffffff;
}

.about-page #Situation .heading_container p {
  opacity: .6;
}

.about-page #Situation #Situation_carousel .item img {
  height: 240px;
}

.about-page #Development {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(/images/发展历程bg.png) no-repeat;
  background-size: 100% 100%;
}

.about-page #Development .heading_container h2,
.about-page #Development .heading_container p {
  color: #ffffff;
}

.about-page #Development .heading_container p {
  opacity: .6;
}

.about-page .timeline:not(.timeline--horizontal):before {
  border-right: 1px dashed #d8d8d8;
  background: none;
}

.about-page .timeline .timeline-divider {
  background: none;
  border-bottom: 1px dashed #d8d8d8;
  height: 0;
}

.about-page .timeline__item:after {
  border-color: #D00000;
}

.about-page .timeline__content {
  border-radius: 0;
  opacity: .9;
}

.about-page .timeline__content p > i {
  color: #D00000;
  margin-right: 5px;
  font-size: 16px;
}

.about-page .timeline__content p > span {
  font-size: 14px;
  color: #666;
}

.join-page #Welfare {
  padding-top: 40px;
}

.join-page #Welfare .welfares {
  flex-wrap: wrap;
}

.join-page #Welfare .welfares .welfare-item {
  padding: 0 5px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 576px) {
  .join-page #Welfare .welfares .welfare-item {
    flex-basis: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .join-page #Welfare .welfares .welfare-item {
    flex-basis: 33.333%;
  }
}

@media only screen and (min-width: 992px) {
  .join-page #Welfare .welfares .welfare-item {
    flex-basis: 20%;
  }
}

@media only screen and (max-width: 575px) {
  .join-page #Welfare .welfares .welfare-item {
    flex-basis: 50%;
  }
}

.join-page #Welfare .welfares .card {
  padding: 50px 0 0px 0;
  box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  transition: all 0.3s ease-in-out;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.join-page #Welfare .welfares .card:hover {
  box-shadow: 0 0 25px -5px #9e9c9e;
}

.join-page #Welfare .welfares .card img {
  height: 128px;
  width: auto;
  margin-bottom: 30px;
}

.join-page #Welfare .welfares .card h4 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 1rem;
}

.join-page #Welfare .welfares .card p {
  font-size: 14px;
  color: #aaa;
  text-align: center;
  padding: 0 30px;
  min-height: 90px;
}

.join-page #Environment {
  background: #F6F6F6;
  padding: 42px 0 50px 0;
}

.join-page #Environment .heading_container h2 {
  padding: 0px 0 18px 0;
}

.join-page #Job {
  padding: 35px 0 32px 0;
}

.join-page #Job .heading_container h2 {
  padding: 0px 0 18px 0;
}

.join-page #Job .job-item {
  border: 1px solid #DDDDDD;
  padding: 30px 25px 0 25px;
  margin-bottom: 20px;
}

.join-page #Job .job-item .row1 {
  padding-left: 0;
}

.join-page #Job .job-item .row1 .column {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.join-page #Job .job-item .row1 .column-2, .join-page #Job .job-item .row1 .column-3 {
  padding-left: 40px;
}

@media only screen and (min-width: 768px) {
  .join-page #Job .job-item .row1 {
    display: flex;
    padding-left: 0;
    justify-content: space-between;
  }
  .join-page #Job .job-item .row1 .column {
    margin-bottom: 0;
  }
  .join-page #Job .job-item .row1 .column-2 {
    flex: 1;
    justify-content: center;
  }
}

.join-page #Job .job-item .row1 .title {
  font-size: 1.5rem;
  position: relative;
  padding-left: 40px;
}

.join-page #Job .job-item .row1 .title::before {
  content: '';
  width: 4px;
  height: 36px;
  position: absolute;
  background-color: #D00000;
  left: 0px;
}

.join-page #Job .job-item .row1 .num,
.join-page #Job .job-item .row1 .edu {
  font-size: 1rem;
  color: #333;
}

.join-page #Job .job-item .row1 .split {
  height: 14px;
  position: relative;
  padding: 0 20px;
}

.join-page #Job .job-item .row1 .split::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background: #666;
  top: 0;
  left: 50%;
}

.join-page #Job .job-item .row2 {
  padding-left: 40px;
  padding-top: 30px;
}

.join-page #Job .job-item .row2 .title {
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
}

.join-page #Job .job-item .row2 p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 0.8rem;
}

.tz-owl {
  position: relative;
}

.tz-owl-nav {
  position: absolute;
  top: 30%;
  left: -3rem;
  right: -3rem;
}

.tz-owl-nav .owl-prev,
.tz-owl-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
  outline: none;
}

.tz-owl-nav .owl-prev.disabled i,
.tz-owl-nav .owl-next.disabled i {
  opacity: 0;
}

.tz-owl-nav .owl-prev i,
.tz-owl-nav .owl-next i {
  font-size: 3rem;
  color: #D8D8D8;
}

.tz-owl-nav .owl-prev {
  left: 0;
}

.tz-owl-nav .owl-next {
  right: 0;
}

#clan-slider {
  position: fixed;
  bottom: 40%;
  right: 0;
  z-index: 1000;
  color: #ffffff;
  font-size: 0.875rem;
}

#clan-slider .clans {
  background-color: #00011F;
}

#clan-slider .clan-item {
  cursor: pointer;
  margin-bottom: 15px;
  display: flex;
  position: relative;
}

#clan-slider .clan-item:last-child {
  margin-bottom: 0;
}

#clan-slider .clan-item:hover {
  background-color: #D00000;
}

#clan-slider .clan-item:hover .clan-item__hidden {
  display: flex;
}

#clan-slider .clan-item__inner {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#clan-slider .clan-item__inner > i {
  font-size: 24px;
  margin-bottom: 10px;
}

#clan-slider .clan-item__hidden {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80px;
  background-color: #D00000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

#clan-slider .clan-item__hidden.tel {
  width: 160px;
  font-size: 16px;
  padding: 0 10px;
}

#clan-slider .clan-item__hidden.wechat {
  width: 160px;
  top: -95px;
  padding: 10px;
  background: #eee;
}

#clan-slider .clan-item__hidden.wechat > img {
  width: 100%;
}

.scroll-to-top {
  bottom: 86px;
  color: #fff;
  display: none;
  height: 60px;
  position: fixed;
  right: 0px;
  text-align: center;
  width: 60px;
}

.tz-card.border {
  box-shadow: none;
  border: 1px solid #ddd;
}

.tz-card.style1 {
  align-self: flex-start;
  position: relative;
  background: white;
  transition: all 300ms ease-in-out;
  border: 0;
  border-radius: 0;
  box-shadow: 0 4px 16px 0 rgba(63, 50, 50, 0.13);
}

.tz-card.style1 .card-img {
  visibility: hidden;
  width: 100%;
  height: 175px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.tz-card.style1 .card-img-hovered {
  transition: all 350ms ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: absolute;
  height: 175px;
  top: 0;
}

.tz-card.style1 .card-info {
  position: relative;
  padding: 0.75rem 1.25rem;
  transition: all 200ms ease-in-out;
}

.tz-card.style1 .card-info .card-title {
  font-weight: normal;
  color: #333;
  z-index: 10;
  font-size: 1.125rem;
  transition: all 350ms ease-in-out;
  margin-bottom: 20px;
  padding-top: 10px;
  min-height: 50px;
  margin-bottom: 15px;
}

.tz-card.style1 .card-info .card-desc {
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 0;
  min-height: 82px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.tz-card.style1.hoverable:hover {
  cursor: pointer;
  box-shadow: 0px 15px 35px rgba(227, 252, 239, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.07);
  transform: scale(1.025);
}

.tz-card.style1.hoverable:hover .card-img-hovered {
  height: 100%;
}

.tz-card.style1.hoverable:hover .card-img-hovered::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.tz-card.style1.hoverable:hover .card-info {
  background-color: transparent;
}

.tz-card.style1.hoverable:hover .card-title {
  color: #fff;
  transform: translate(0, -20px);
}

.tz-card.style1.hoverable:hover .card-desc {
  color: #ebecf0;
  transform: translate(0, -20px);
}

.tz-card.style2 {
  background-color: #fff;
  padding: 70px 0 0px 0;
  box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  transition: all 0.3s ease-in-out;
  border: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.tz-card.style2:hover {
  box-shadow: 0 0 25px -5px #9e9c9e;
}

.tz-card.style2 img {
  height: 128px;
  width: auto;
  margin-bottom: 50px;
}

.tz-card.style2 h4 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 1rem;
}

.tz-card.style2 p {
  font-size: 14px;
  color: #aaa;
  text-align: center;
  padding: 0 50px;
  min-height: 90px;
}

.tz-card.title-only .card-info .card-title {
  font-size: 1rem;
  min-height: auto;
}
