body {
    position: relative;
    overflow-x: hidden;
    height: 100%;
}

.ltc-header {
    border-top: 4px purple solid;
    width: 100% !important;
    padding: 0 !important;
    font-size: 24px;
    position: absolute;
    z-index: 3;
}

.ltc-header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -.05rem;
    right: 0;
    height: 1.38rem;
    /* background: url(../image/head-bg.png) center repeat-x; */
    background-size: auto 99%;
}

.ltc-header>.layui-nav {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), transparent);
    height: 120px;
    line-height: 80px;
    text-align: right;
    padding-right: 80px;
    background-color: unset;
}

.logo {
    position: relative;
    height: 60px;
}

.logo-box {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 40px;
}

.logo-title {
    line-height: 60px;
    margin-left: 20px;
    color: white;
}

.img-bg-box {
    position: relative;
    background-image: url("../img/section-bg3.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 380px;
}

.img-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 150%;
    max-width: 1000%;
    transform: translate(-50%, -50%);
}

.flex {
    display: flex;
    text-align: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-1 {
    flex: 1;
}

.flex-2 {
    flex: 2;
}

.flex-3 {
    flex: 3;
}

.flex-4 {
    flex: 4;
}

.color666 {
    color: #666;
}

input::-webkit-input-placeholder {
    color: purple;
    font-weight: bold;
    font-size: 20px;
}

.media-3-box {
    margin: -48px 36px -36px 36px;
}

.ltc-headlines {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    color: purple;
    margin-bottom: 16px;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
}

.marginB36 {
    margin-bottom: 36px !important;
}

.ltc-main {
    width: 1400px;
    margin: 0 auto;
}

.flex-c-25 {
    flex-basis: 25%;
}

.flex-c-33 {
    flex-basis: 33.33%;
}

.flex-c-50 {
    flex-basis: 50%;
}

.marginR50P {
    margin-right: 50% !important;
}

.ltc-footer {
    position: relative;
    height: 180px;
    z-index: 1;
    color: white;
}

.layui-icon-footer {
    font-size: 24px !important;
    line-height: 32px;
}

.ltc-footer::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 120px;
    background: #C6CFD7;
}

.ltc-footer::after {
    content: "";
    display: block;
    position: absolute;
    left: 48px;
    bottom: 0;
    right: 200px;
    height: 100%;
    background: purple;
}

.footer-box {
    position: relative;
    padding-top: 36px;
    margin-left: 96px;
    z-index: 2;
}

.mr-8 {
    margin-right: 8px;
}

.footer-txt {
    line-height: 32px;
    margin-right: 32px;
}

.marginR48 {
    margin-right: 48px;
}

.footer-right {
    margin-right: 320px;
}

.f-logo {
    height: 64px;
}

.copyright {
    position: relative;
    z-index: 2;
    margin-left: 96px;
    margin-right: 200px;
    margin-top: 16px;
}

.copyright-txt {
    margin-top: 32px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}

.copyright-txt>span {
    margin-right: 16px;
}

.bg2 {
    position: relative;
}

.bg2::before {
    content: "";
    position: absolute;
    top: -132px;
    left: -100%;
    right: -100%;
    bottom: -64px;
    z-index: -1;
    background-image: url("../img/bg3.png");
    background-position: center
}

.pB48 {
    padding-bottom: 48px !important;
}

.pB96 {
    padding-bottom: 96px !important;
}

.sd-bg {
    position: absolute;
    height: 120px;
    bottom: 0;
    right: 220px;
    z-index: 1;
}

.color-white {
    color: white !important;
}

.color-purple {
    color: purple !important;
}

.news-box {
    position: relative;
    margin-top: 72px;
    margin-bottom: 32px;
}

.latest-news {
    position: relative;
    background-color: purple;
    background-image: linear-gradient(135deg, purple, purple, purple, orange);
    padding-bottom: 8px;
}

.latest-news::before {
    display: block;
    content: "";
    position: absolute;
    width: 200%;
    top: -32px;
    bottom: 72px;
    left: 48px;
    background-color: #F2F3F9;
    z-index: -1;
}

.latest-title {
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 16px 32px;
    text-align: left;
}

.latest-li {
    position: relative;
}

.latest-time {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
}

.latest-date {
    font-size: 16px !important;
}

.latest-li-title {
    color: white;
    font-size: 18px;
    text-align: justify;
    margin: 16px;
}

.latest-li-title>a {
    color: white;
}

.news-list-box {
    position: relative;
    margin: 0 32px;
}

.ltc-article-title {
    font-size: 32px;
    font-weight: bold;
    text-align: justify;
}

.article-content {
    text-align: justify;
    font-size: 18px;
    line-height: 1.5;
}

.article-left {
    position: absolute;
    padding: 16px;
    top: 64px;
    left: -140px;
    background-color: purple;
    background-image: linear-gradient(135deg, purple, purple, purple, orange);
    color: white;
}

.article-time {
    font-size: 28px;
}

.article-date {
    font-size: 16px;
}

.icon-article {
    font-size: 32px !important;
}

.pv-num {
    font-size: 18px;
    font-weight: bold;
    margin-top: 8px;
}

.social-share {
    text-align: left;
}