@charset "utf-8";
body {
    /* 填写默认字体 */
    font-family: "Microsoft YaHei", "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
    color: #1e1d28;
    min-height: initial !important;
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'), url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'), url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}
/* 谷歌翻译后防止与sticky产生冲突 */
.iconfonts {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grahccale;
}
/* slick 懒加载图片去边框 */
.slick-loading {
    opacity: 0;
}
/* 去除翻译插件边框 */
.goog-te-gadget-simple {
    border: none !important;
}
/* h1隐藏 */
.fszero {
    display: none;
}
/* 去除input记忆填充底色 */
input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #333 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}
/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
    .wow {
        animation: none;
    }
}
:root {
    font-size: 16px;
    --main-color: #1895D3;
    --flex-margin: -15px;
    --flex-padding: 15px;
    scroll-behavior: initial;
}
/* 翻译插件展位 */
.google-translate {
    min-width: 108px;
}
.fancybox-content {
    height: 800px !important;
}
.c_pcbtn {
    display: none;
}
.header {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    transition: all 0.5s;
}
.translated-ltr .header,
.translated-rtl .header {
    top: 40px;
}
.header-logo {
    width: 298px;
    display: block;
    line-height: var(--height);
}
.header-logo img {
    width: 100%;
}
ul {
    padding: 0;
}
.header {
    --height: 95px;
}
.header .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .right {
    display: flex;
    align-items: center;
}
@media screen and (min-width: 1200px) {
    .hd_list {
        display: flex;
        margin-right: 3.75rem;
    }
    .hd_item {
        position: relative;
        margin-right: 2.8125rem;
    }
    .hd_item:last-child {
        margin-right: 0;
    }
    .hd_link {
        height: var(--height);
        display: flex;
        align-items: center;
        color: #000;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .hd_link:hover {
        color: var(--main-color);
    }
    .hd_item.active .hd_link {
        color: var(--main-color);
        font-weight: bold;
    }
    .hd_second {
        position: absolute;
        background-color: #fff;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.08);
        padding: 15px 28px;
        min-width: 160px;
    }
    .hd_second_link {
        display: inline-block;
        font-size: 16px;
        line-height: 1.75;
        color: #666;
        padding: 6px 0;
        white-space: nowrap;
    }
    .hd_second_item.active .hd_second_link {
        color: var(--main-color);
    }
    .hd_second_link:hover {
        color: var(--main-color);
    }
}
.hd_second {
    display: none;
}
.hd_three {
    display: none;
}
.header-search {
    margin-right: 3.125rem;
    cursor: pointer;
}
.header-search span {
    font-size: 24px;
    color: #222222;
}
@media screen and (min-width: 1200px) {
    .header-search:hover span {
        color: var(--main-color);
    }
}
/* search */
.search_view {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 999;
    display: none;
}
.search_view form {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    animation: searchtit 1.3s ease both;
}
.search_view_tit {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}
.search_close {
    position: absolute;
    width: 34px;
    transition: all 0.36s;
    z-index: 1;
    right: 200px;
    top: 100px;
    cursor: pointer;
}
.search_close:hover {
    transform: rotate(-90deg);
}
body.search_open {
    overflow: hidden;
}
@keyframes searchtit {
    from {
        transform: translateY(-80px) scale(0.5);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}
.search_view_cont {
    position: relative;
    width: 1200px;
}
.search_view_cont input {
    width: 100%;
    height: 50px;
    color: #fff;
    padding-left: 10px;
    padding-right: 40px;
    border-bottom: 1px solid #999;
    transition: all 0.36s;
}
.search_view_cont input:focus {
    border-bottom: 1px solid #fff;
}
.search_view_cont button {
    padding: 4px;
    font-size: 26px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 1680px) {
    .search_view_tit {
        font-size: 26px;
        margin-bottom: 40px;
    }
    .search_view_cont button {
        font-size: 24px;
    }
    .search_close {
        width: 28px;
    }
}
@media screen and (max-width: 1440px) {
    .search_view_cont {
        width: 82.5%;
    }
    .search_view_tit {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .search_view_cont button {
        font-size: 22px;
    }
    .search_close {
        right: 140px;
        top: 100px;
        width: 24px;
    }
    .search_view_cont input {
        height: 45px;
        padding-right: 40px;
    }
}
@media screen and (max-width: 991px) {
    .search_close {
        right: 90px;
        top: 100px;
        width: 24px;
    }
    .search_view_tit {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .search_close {
        right: 40px;
        top: 80px;
        width: 20px;
    }
    .search_view_tit {
        font-size: 20px;
    }
    .search_view_cont button {
        font-size: 18px;
    }
    .search_view_cont input {
        height: 40px;
    }
}
/* search-end */
.home-banner {
    overflow: hidden;
    position: relative;
}
.home-banner .swiper-container {
    width: 100%;
}
.home-banner .swiper-slide {
    overflow: hidden;
}
.home-banner .swiper-container {
    width: 100%;
}
.home-banner .swiper-slide {
    overflow: hidden;
}
.home-banner .slide-link {
    position: relative;
    display: block;
}
.home-banner .slide-link img {
    width: 100%;
}
.home-banner .slide-video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.home-banner .slide-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-banner .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    bottom: 24px;
    --wh: 12px;
    --interval: 12px;
}
.home-banner .swiper-pagination .swiper-pagination-bullet {
    width: var(--wh);
    height: var(--wh);
    background-color: #fff !important;
    opacity: 0.5 !important;
    margin: 0 var(--interval);
}
.home-banner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
}
.home-mod-section {
    position: relative;
    z-index: 2;
    width: 1660px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.03);
}
.home-section1 .flex,
.home-section2 .flex {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px -90px;
}
.home-section1 .flex-item,
.home-section2 .flex-item {
    width: 50%;
    padding: 0 25px;
    margin-bottom: 90px;
}
.home-section1 {
    padding-top: 85px;
    padding-bottom: 80px;
    margin-bottom: 50px;
}
.about-info,
.home-section1 {
    overflow: hidden;
    margin-top: -50px;
}
.home-s1-slick {
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}
.home-s1-slick .dots {
    position: absolute;
    right: 35px;
    bottom: 24px;
    z-index: 4;
}
.home-s1-slick .dots .slick-dots {
    margin-top: 0;
    --bg: #fff;
}
.home-s1-slick .arrows {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}
.home-s1-slick .prevs,
.home-s1-slick .nexts {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #1895D3;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
    cursor: pointer;
    transition: all 0.5s;
}
.home-s1-slick .prevs span,
.home-s1-slick .nexts span {
    color: #fff;
    font-size: 16px;
}
.home-s1-slick .prevs {
    transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
    .home-s1-slick .prevs:hover {
        transform: rotate(180deg) scale(1.1);
    }
    .home-s1-slick .nexts:hover {
        transform: scale(1.1);
    }
}
.home-s1-cont {
    cursor: pointer;
    display: block;
    position: relative;
}
.home-s1-cont .img_box {
    padding-top: 64.7058823%;
}
.home-s1-cont .tops {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
    padding-left: 30px;
    padding-right: 90px;
    padding-top: 21px;
    padding-bottom: 21px;
}
.home-s1-cont .tops p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.mod-section-hd {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 10px;
}
.mod-section-hd::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #ccc, #ccc 50%, transparent 50%);
    background-size: 6px 100%;
}
.mod-section-hd .lefts {
    display: flex;
}
.mod-section-hd .lefts .iconfont {
    font-size: 30px;
    color: var(--main-color);
    margin-right: 30px;
}
.mod-section-hd .lefts .tits {
    padding-bottom: 22px;
    position: relative;
    margin-right: 2.5rem;
    padding-top: 3px;
}
.mod-section-hd .lefts .tits p {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.mod-section-hd .lefts .navs {
    display: flex;
}
.mod-section-hd .lefts .items {
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.mod-section-hd .lefts .items::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: linear-gradient(to bottom, #ccc, #ccc 50%, transparent 50%);
    background-size: 100% 6px;
    right: 0;
    top: 8px;
    display: inline-block;
}
.mod-section-hd .lefts .items p {
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 6px;
    transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
    .mod-section-hd .lefts .items:hover p {
        color: var(--main-color);
    }
}
.mod-section-hd .lefts .items:first-child {
    padding-left: 0 !important;
}
.mod-section-hd .lefts .items:last-child {
    padding-right: 0 !important;
}
.mod-section-hd .lefts .items:last-child::after {
    display: none;
}
.mod-section-hd .rights {
    padding-top: 6px;
}
.mod-section-hd .rights a {
    color: #1895D3;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.mod-section-list {
    padding-top: 20px;
}
.mod-section-list a {
    display: flex;
    justify-content: space-between;
}
.mod-section-list a .time {
    width: 100px;
    color: #777;
    text-align: right;
}
.mod-section-list a p,
.mod-section-list a .time {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 242.857%;
    transition: all 0.5s;
}
.mod-section-list a p {
    color: #222;
    width: calc(100% - 100px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
@media screen and (min-width: 1200px) {
    .mod-section-list a:hover p,
    .mod-section-list a:hover .time {
        color: var(--main-color);
    }
    .mod-section-list a:hover p {
        font-weight: bold;
    }
}
.home-section2 {
    padding-top: 70px;
    padding-bottom: 80px;
    margin-bottom: 100px;
}
.home-study {
    padding-bottom: 130px;
}
.home-study .title {
    color: #1895D3;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin-bottom: 35px;
}
.home-study-slick {
    position: relative;
    z-index: 1;
}
.home-study-slick .carter_arrow {
    top: 40%;
    width: calc(100% + 170px);
}
.home-study-list {
    margin: 0 var(--flex-margin);
}
.home-study-item {
    padding: 0 var(--flex-padding);
}
.home-study-link {
    display: block;
}
.home-study-link .img_box {
    padding-top: 54.545454%;
    border-radius: 10px;
}
.home-study-link .video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
}
.home-study-link .video span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
}
.home-study-link .tits {
    text-align: center;
    color: #111;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 173.333%;
    margin-top: 20px;
    transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
    .home-study-link:hover .img_box img {
        transform: scale(1.05);
    }
    .home-study-link:hover .video {
        opacity: 1;
    }
    .home-study-link:hover .tits {
        color: var(--main-color);
        font-weight: bold;
    }
}
.mod-prev,
.mod-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CCCCCC;
    transition: all 0.5s;
    cursor: pointer;
    pointer-events: all;
}
.mod-prev span,
.mod-next span {
    font-size: 16px;
    color: #fff;
}
.mod-prev {
    transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
    .mod-prev:hover,
    .mod-next:hover {
        background-color: var(--main-color);
    }
}
.footer {
    position: relative;
    z-index: 1;
    padding-top: 13.75rem;
    padding-bottom: 8.75rem;
}
.footer>.footer-pc,
.footer>.footer-ph {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}
.footer .footer-ph {
    display: none;
}
.footer .flex {
    display: flex;
    justify-content: space-between;
}
.footer .left .footer-logo {
    display: block;
    width: 270px;
    margin-bottom: 30px;
}
.footer .left .footer-logo img {
    width: 100%;
}
.footer .left .info {
    margin-bottom: 10px;
    display: flex;
}
.footer .left .info p,
.footer .left .info a {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 160% */
    margin-right: 20px;
}
@media screen and (min-width: 1200px) {
    .footer .left .info a:hover {
        text-decoration: underline;
    }
}
.footer .left .botton {
    display: flex;
    align-items: center;
}
.footer .left .botton a {
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    display: inline-block;
    margin-right: 20px;
}
@media screen and (min-width: 1200px) {
    .footer .left .botton a:hover {
        text-decoration: underline;
    }
}
.footer-qr {
    display: flex;
}
.footer-qr .items {
    width: 120px;
    text-align: center;
    margin-right: 30px;
}
.footer-qr .items .imgs {
    padding: 4px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 10px;
}
.footer-qr .items .imgs img {
    width: 100%;
}
.footer-qr .items .tits {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.footer-qr .items:last-child {
    margin-right: 0;
}
.footer-list {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 20px 50px;
    padding-top: 15px;
}
.footer-list a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
@media screen and (min-width: 1200px) {
    .footer-list a:hover {
        text-decoration: underline;
    }
}
.mod-content {
    padding: 5rem 0 5.4375rem;
}
.mod-content .flex {
    display: flex;
    align-items: flex-start;
}
.mod-content .flex>.left {
    width: 240px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.03);
    position: sticky;
    left: 0;
    top: 110px;
}
.mod-content .flex>.left .title {
    padding: 18px 0;
    padding-left: 50px;
    padding-right: 40px;
    background-color: #1895D3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mod-content .flex>.left .title p {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.mod-content .flex>.left .title .iconfont {
    font-size: 18px;
    color: #fff;
}
.mod-content .flex>.left .list {
    padding: 0 20px;
}
.mod-content .flex>.left .list a {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    border-bottom: 1px solid #EEE;
    transition: all 0.5s;
    padding: 17px 30px;
}
.mod-content .flex>.left .list li.active a {
    color: var(--main-color);
    font-weight: bold;
}
@media screen and (min-width: 1200px) {
    .mod-content .flex>.left .list a:hover {
        color: var(--main-color);
        font-weight: bold;
    }
}
.mod-content .flex>.right {
    width: calc(100% - 240px);
    padding-left: 5.625rem;
}
/* bread */
.bread {
    width: 100%;
    --text-color: #000;
    --text-interval: 4px;
    --text-fontsize: 14px;
    --icon-fontsize: 17px;
    --hover-color: #1895D3;
    margin-bottom: 30px;
    position: relative;
}
.bread::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #ccc, #ccc 50%, transparent 50%);
    background-size: 6px 100%;
}
.mod_bread {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.mod_bread::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1.5px;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: var(--main-color);
}
.mod_bread_item {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 15px;
}
.mod_bread_link {
    display: flex;
    align-items: center;
}
.mod_bread_link span {
    color: var(--text-color);
    font-size: var(--icon-fontsize);
    margin-right: 12px;
}
.mod_bread_link .text {
    color: var(--text-color);
    font-size: var(--text-fontsize);
    transition: all 0.36s;
    line-height: 2;
}
.mod_bread_item>span {
    margin: 0 var(--text-interval);
    display: inline-block;
    font-size: var(--text-fontsize);
    color: var(--text-color);
    line-height: 2;
}
.mod_bread_item:last-child>span {
    display: none;
}
.mod_bread_link:hover .text {
    color: var(--hover-color) !important;
}
.mod_bread_link:hover span {
    color: var(--hover-color) !important;
}
/* bread-end */
.topic-item:last-child {
    margin-bottom: 0;
}
.topic-item {
    padding-bottom: 35px;
    margin-bottom: 35px;
    position: relative;
    z-index: 1;
}
.topic-item::after {
    content: "";
    background: linear-gradient(to right, #ccc, #ccc 50%, transparent 50%);
    background-size: 6px 100%;
    position: absolute;
    width: 100%;
    height: 1.5px;
    left: 0;
    bottom: 0;
}
.topic-link {
    display: block;
}
.topic-link .tits {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.topic-link .tits .iconfont {
    font-size: 18px;
    color: var(--main-color);
    margin-right: 10px;
    transform: translateY(1px);
}
.topic-link .tits p {
    color: #111;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.5s;
}
.topic-link .texts {
    margin-bottom: 15px;
}
.topic-link .texts p {
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 173.333%;
}
.topic-link .time {
    color: #1895D3;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 173.333%;
}
@media screen and (min-width: 1200px) {
    .topic-link:hover .tits p {
        color: var(--main-color);
    }
}
/* 分页 */
.mod_page {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    --margin-x: 6px;
    --fs: 16px;
    --iconfs: 16px;
    --wh: 40px;
    --bg: #CCCCCC;
    --page-color: #fff;
    margin-top: 4.375rem;
}
.mod_page_item {
    margin: 0 var(--margin-x);
}
.mod_page .prev,
.mod_page .next {
    margin: 0 var(--margin-x) !important;
}
.mod_page .next {
    margin-right: 0 !important;
}
.mod_page_item a {
    color: var(--page-color);
    transition: all 0.36s;
    display: block;
    text-align: center;
    border-radius: 50%;
    width: var(--wh);
    line-height: var(--wh);
    font-size: var(--fs);
    background-color: var(--bg);
}
.mod_page .prev a,
.mod_page .next a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--wh);
}
.mod_page .prev span {
    transform: rotate(180deg);
}
.mod_page .next span {
    transform: rotate(0deg);
}
.mod_page .prev span,
.mod_page .next span {
    font-size: var(--iconfs);
}
.mod_page_item.act a {
    background-color: var(--main-color);
    color: #fff;
}
@media screen and (min-width: 1200px) {
    .mod_page_item a:hover {
        background-color: var(--main-color);
    }
    .mod_page_item.prev a:hover span,
    .mod_page_item.next a:hover span {
        color: #fff;
    }
    .mod_page_item:not(.prev, .next) a:hover {
        color: #fff;
    }
}
/* 分页-end */
.news-item {
    margin-bottom: 20px;
}
.news-item:last-child {
    margin-bottom: 0;
}
.news-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-link .lefts {
    display: flex;
    align-items: center;
    width: calc(100% - 200px);
}
.news-link .lefts .iconfont {
    font-size: 16px;
    color: #666666;
    margin-right: 20px;
}
.news-link .lefts .tits {
    color: #222;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.5s;
}
.news-link .time {
    color: #222;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.5s;
    width: 200px;
    text-align: right;
}
@media screen and (min-width: 1200px) {
    .news-link:hover .lefts .iconfont {
        color: var(--main-color);
    }
    .news-link:hover .lefts .tits {
        color: var(--main-color);
    }
    .news-link:hover .time {
        color: var(--main-color);
    }
}
.study-video-list {
    margin: 0 -23px -30px;
}
.study-video-list li {
    padding: 0 23px;
    margin-bottom: 30px;
}
.website-nav {
    display: flex;
    margin-bottom: 34px;
}
.website-nav a {
    display: inline-block;
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 30px;
}
.website-nav a.active {
    color: var(--main-color);
    font-weight: bold;
}
@media screen and (min-width: 1200px) {
    .website-nav a:hover {
        color: var(--main-color);
    }
}
.about-info {
    padding-top: 50px;
    padding-bottom: 5.3125rem;
    margin-bottom: 5.3125rem;
}
.about-info .bread::after {
    display: none;
}
.about-info .bread {
    margin-bottom: 40px;
}
.about-info .title {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.about-info .edit p {
    color: #333;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 186.667%;
}
.about-info .edit h3 {
    color: #1895D3;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}
.about-message {
    padding-bottom: 8.125rem;
}
.about-message .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.about-message .title p {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.about-message .title .iconfont {
    font-size: 28px;
    margin-left: 25px;
    color: var(--main-color);
}
.mod_form {
    --form-margin: -8px;
    --form-padding: 8px;
    --form-item-botton: 15px;
    --form-item-br: 12px;
    --form-item-width: 25%;
    --form-item-bg: #FFFFFF;
    --form-item-height: 50px;
    --form-item-padding: 30px;
    --form-label-size: 14px;
    --form-color: #666666;
    --form-textarea-height: 150px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 var(--form-margin);
}
.mod_form .mod_form_item {
    width: var(--form-item-width);
    padding: 0 var(--form-padding);
    margin-bottom: var(--form-item-botton);
}
.mod_form .mod_form_item .conts {
    position: relative;
    background-color: var(--form-item-bg);
    border: 1px dashed #CCCCCC;
    border-radius: 10px;
}
.mod_form .mod_form_item .conts label {
    position: absolute;
    left: var(--form-item-padding);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    transition: all 0.36s;
    font-size: var(--form-label-size);
    line-height: 1.2;
    color: var(--form-color);
}
.mod_form .mod_form_item .conts input {
    width: 100%;
    height: var(--form-item-height);
    padding: 0 var(--form-item-padding);
    font-size: var(--form-label-size);
    color: var(--form-color);
}
.mod_form .mod_form_item .conts textarea {
    height: var(--form-textarea-height);
    font-size: var(--form-label-size);
    padding: 22px var(--form-item-padding);
    width: 100%;
    color: var(--form-color);
}
.mod_form .mod_form_item .conts button {
    display: inline-block;
    min-width: 150px;
    height: 38px;
    padding: 0 18px;
    background-color: var(--main-color);
    border-radius: 7px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
}
.mod_form .mod_form_item .conts.active label {
    top: 0 !important;
}
.mod_form .mod_form_item.button .conts {
    background-color: transparent;
    text-align: center;
    border: none;
}
.mod_form .mod_form_item.button {
    margin-bottom: 0;
}
.mod_form .mod_form_item.textarea .conts label {
    top: 30px;
}
.mod_form .mod_form_item.proname .conts {
    display: flex;
    align-items: center;
    background-color: #F4F4F4;
}
.mod_form .mod_form_item.proname .conts label {
    position: static;
    flex-shrink: 0;
    transform: none;
    padding-left: var(--form-item-padding);
    margin-bottom: 0;
}
.mod_form .mod_form_item.proname .conts input {
    width: 100%;
    padding-left: 5px;
}
.mod_form .mod_form_item.block {
    width: 100%;
}
.btn-uploads {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3F8FA;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 228.571%;
    cursor: pointer;
    padding: 10px 0;
    transition: all 0.5s;
}
.btn-uploads span {
    color: #AE0000;
}
.uploads-box {
    display: none;
}
.btn-uploads.active {
    margin-top: 15px;
}
.study-website .news-link .lefts {
    width: 100%;
}
/* sitemap */
.sitemap_cont {
    padding: 65px 0;
}
.sitemap_cont_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.sitemap_cont_item {
    width: 16.666666%;
    padding: 0 10px;
}
.sitemap_cont_link {
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.sitemap_cont_link:hover {
    text-decoration: underline;
}
.sitemap_second_list {
    margin-top: 15px;
}
.sitemap_second_item {
    margin-bottom: 10px;
}
.sitemap_second_link {
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    transition: all 0.36s;
    display: block;
    color: #222;
    padding: 4px 0;
}
.sitemap_second_link:hover {
    color: var(--main-color);
    text-decoration: underline;
}
@media screen and (max-width: 1680px) {
    .sitemap_cont_link {
        line-height: 45px;
    }
    .sitemap_second_item {
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 1440px) {
    .sitemap_cont_item {
        padding: 0 8px;
    }
    .sitemap_cont_list {
        margin: 0 -8px;
    }
    .sitemap_cont_link {
        line-height: 40px;
        font-size: 16px;
    }
    .sitemap_second_link {
        padding: 4px 0;
        line-height: 26px;
        font-size: 15px;
    }
}
@media screen and (max-width: 991px) {
    .sitemap_cont_item {
        padding: 0 5px;
    }
    .sitemap_cont_list {
        margin: 0 -5px;
        flex-wrap: wrap;
    }
    .sitemap_cont_item {
        width: 33.333333%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px) {
    .sitemap_cont {
        padding: 50px 0;
    }
    .sitemap_cont_list {
        flex-direction: column;
    }
    .sitemap_cont_item {
        width: 100%;
        margin-bottom: 10px;
    }
    .sitemap_second_list {
        margin-top: 10px;
    }
}
/* sitemap-end */
.privacy_cont {
    padding: 60px 0;
}
.privacy_cont .title {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: bold;
}
.privacy_cont .edit p {
    font-size: 16px;
    line-height: 2;
    color: #333;
}
/* newdate */
.newdate_info_tit {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: bold;
}
.newdate_info_date {
    font-size: 16px;
    line-height: 1.5;
}
.newdate_info {
    padding: 60px 0 20px;
    border-bottom: 1px solid #ccc;
}
.news_info {
    margin-bottom: 50px;
}
.news_info li {
    list-style: inherit;
}
.news_info ol,
.news_info ul {
    padding-left: 1rem;
}
.news_primary {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}
.news_info h2 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    color: #222222;
    margin-bottom: 20px;
}
.news_info p {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 20px;
}
.news_info img {
    height: auto !important;
}
.newdate_main .pdrf_shares {
    margin-top: 50px;
}
.newdate_page {
    margin-top: 40px;
}
.newdate_page a:hover {
    color: var(--main-color);
}
.newdate_prev {
    margin-bottom: 20px;
}
.pdrf_shares_text {
    flex-shrink: 0;
    font-size: 22px;
    line-height: 1.2;
    margin-right: 5px;
}
.pdrf_shares {
    display: flex;
    align-items: center;
}
.newdate_page a {
    color: #666;
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
@media screen and (max-width: 1680px) {
    .newdate_info_tit {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .newdate_info {
        padding: 55px 0 20px;
    }
    .news_info h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .news_primary {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }
    .pdrf_shares_text {
        font-size: 20px;
    }
    .news_info {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1440px) {
    .newdate_info_tit {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .newdate_info {
        padding: 50px 0 15px;
    }
    .news_primary {
        padding-top: 35px !important;
        padding-bottom: 60px !important;
    }
    .newdate_info_date {
        font-size: 14px;
    }
    .news_info h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .news_info p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 12px;
    }
    .news_info {
        margin-bottom: 30px;
    }
    .pdrf_shares_text {
        font-size: 18px;
    }
    .newdate_page {
        margin-top: 30px;
    }
    .newdate_page a {
        font-size: 14px;
        line-height: 1.4;
    }
    .newdate_prev {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1200px) {
    .newdate_info_tit {
        font-size: 22px;
    }
    .newdate_info {
        padding: 40px 0 12px;
    }
    .news_primary {
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }
    .pdrf_shares_text {
        font-size: 16px;
    }
    .news_info h2 {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .newdate_info {
        padding: 35px 0 12px;
    }
    .newdate_info_tit {
        margin-bottom: 13px;
        font-size: 22px;
        line-height: 1.4;
    }
    .news_primary {
        padding-top: 20px !important;
        padding-bottom: 35px !important;
    }
    .pdrf_shares_text {
        font-size: 14px;
    }
}
/* newdate-end */
.header .share ul li {
    margin-right: 10px;
}
.header .share ul li a {
    width: 30px;
    height: 30px;
    padding: 5px;
    border-radius: 50%;
    display: block;
    background-color: var(--main-color);
    transition: all .6s;
}
.header .share ul li a img {
    display: block;
    width: 100%;
    filter: brightness(0) invert(1);
}
.header .share ul li:hover a {
    transform: translateY(-5px);
}