﻿@charset "utf-8";
/* Css Document */

/* 通用样式 */
.tab-title-box,
.tab-content-box {
    width: 1200px;
    margin: 0 auto;
}

.tab-title-box {
    padding-top: 90px;
    margin-bottom: 43px;
}

.tab-title {
    float: left;
    width: 298.5px;
    margin-right: 2px;
    height: 64px;
    line-height: 64px;
    background: #0154a0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: relative;
}

.tab-title:last-child {
    margin-right: 0;
}

.tab-title.active {
    background: #01417b;
}

.tab-title.active:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #01417b;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
}

/* 切换内容 */
.tab-content-box {
    padding-top: 44px;
    margin-bottom: 119px;
    position: relative;
}

.tab-content-box .DnnModule-GTModulesCMS {
    width: 100%;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: .3s;
}

.tab-content-box .mnew_active {
    opacity: 1;
    z-index: 2;
}

.tc-lbbox {
    width: 100%;
    height: 700px;
    position: relative;
}

.tc-lb {
    width: 100%;
    height: 100%;
}

.tc-lb .swiper-slide {
    position: relative;
}

.tc-lb-image,
.tc-lb-image img {
    width: 100%;
    height: 100%;
}

.tc-lb-text {
    background: #005bac;
    width: 375px;
    height: 130px;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 20px;
}

.tc-lb-subtitle {
    height: 60px;
    line-height: 70px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.tc-lb-title {
    height: 60px;
    line-height: 56px;
    font-size: 20px;
}

.tc-lb-title a {
    color: #fff;
    text-decoration: none;
}

.tc-lbnext,
.tc-lbprev {
    width: 24px;
    height: 39px;
    outline: none;
}

.tc-lbnext {
    right: -45px;
    background: url(../images/syzt-jt-right.png) no-repeat center center / 100%;
}

.tc-lbprev {
    left: -45px;
    background: url(../images/syzt-jt-left.png) no-repeat center center / 100%;
}