@charset "utf-8";
@import url(animate.css);
body {
    background: url(../images/about_line1Bg.jpg);
    background-position: center 620px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #FFF !important;
}

i {
    font-style: normal;
}

.top_img {
    width: 100%;
    height: 450px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top_img>div:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.top_img>div:first-of-type>div {
    position: relative;
    z-index: 1;
}

.top_img h1 {
    font-size: 35px;
    margin-top: 220px;
    margin-bottom: 20px;
    color: #FFF;
    line-height: 83px;
    font-weight: bold;
}

.top_img ul {
    display: flex;
    position: relative;
    z-index: 1;
}

.top_img ul li {
    margin-right: 40px;
    position: relative;
    height: 62px;
}

.top_img ul li:last-of-type {
    margin-right: 0;
}

.top_img ul li a {
    font-size: 20px;
    color: #FFF;
    line-height: 45px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.top_img ul li a i {
    transform: rotate(270deg);
    margin-left: 10px;
    font-size: 15px;
    display: inline-block;
}

.top_img ul li div {
    position: absolute;
    top: 60px;
    left: 0;
    text-align: center;
    background-color: #FFF;
    padding: 0;
    height: 0;
    transition: transform 0.6s ease, height 0.6s ease;
    overflow: hidden;
    box-sizing: border-box;
    min-width: 100%;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.top_img ul li div a {
    color: #142841;
    line-height: 20px;
    height: auto;
    display: block;
    white-space: nowrap;
    font-size: 16px;
    padding: 16px 0;
    box-sizing: border-box;
    border-bottom: 1px #ddd solid;
}

.top_img ul li div a:hover,
.top_img ul li div a.hover {
    color: #3467c2;
}

.top_img ul li div a:last-of-type {
    border-bottom: 0;
}

@keyframes moveUpAndExpandTop {
    from {
        height: 0;
    }
    to {
        height: auto;
        overflow: unset;
        padding: 10px 15px;
    }
}

.top_img ul li:hover div {
    animation: moveUpAndExpandTop 0.4s forwards;
}

.top_img ul li:hover a i {
    transform: rotate(360deg);
}

.top_img .top_imgBg {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 376px;
    width: 100%;
    background: none;
    opacity: 0.7;
    z-index: 0;
}

.fhNavLine {
    position: absolute;
    left: 0px;
    bottom: 21px;
    height: 7px;
    background-color: rgba(60, 114, 202, 0.8);
    transition: all 0.3s ease;
    width: 165px;
    z-index: 0;
}

.fixed {
    position: fixed;
    top: 60px;
}

.contentMain {
    background-color: #FFF;
    box-sizing: border-box;
    overflow: hidden;
}

.IndexLeft {
    padding-top: 60px;
    width: 200px;
    vertical-align: top;
    display: inline-block;
    box-sizing: border-box;
}

.IndexLeft h1 {
    font-size: 28px;
    line-height: 40px;
    color: #142D4B;
    font-weight: bold;
}

.IndexLeft span {
    font-size: 28px;
    color: #CBD4DE;
    line-height: 40px;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "pingfang" !important;
    display: none;
}

.IndexLine1right {
    width: calc(100% - 200px);
    display: inline-block;
    padding-top: 60px;
}

.indexTitle {
    line-height: 48px;
    display: inline-block;
    font-size: 34px;
    color: #041b4c;
    position: relative;
    font-weight: bold;
    box-sizing: border-box;
    margin-top: 55px;
}

.indexTitle span {
    display: block;
}


/* 企业新闻 */

.newsLine1 #news {
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    background-color: #FFF;
}

.newsLine1 #news.layui-carousel>[carousel-item]>* {
    background-color: #ffffff;
    cursor: pointer;
}

.newsLine1 #news .layui-carousel-arrow {
    width: 28px;
    height: 44px;
    line-height: 44px;
    background-color: transparent;
    color: #142842;
    border-radius: 0;
    font-size: 35px;
}

.newsLine1 #news.layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: -45px;
}

.newsLine1 #news.layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: -45px;
}

.newsLine1 #news .layui-carousel-ind {
    text-align: right;
    right: 30px;
}

.newsLine1 #news .layui-carousel-ind ul {
    padding: 0;
    background-color: transparent;
}

.newsLine1 #news .layui-carousel-ind li {
    width: 30px;
    border-radius: 0;
    height: 8px;
    background-color: #F4F6F9;
    margin: 0 5px;
}

.newsLine1 #news .layui-carousel-ind li.layui-this {
    background-color: #142842;
}

.newsScrollBox {
    display: flex;
    height: 100%;
}

.newsScrollBox>div:first-of-type {
    width: 45%;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
}

.newsScrollBox>div:last-of-type {
    width: 55%;
    padding: 15px 30px;
    box-sizing: border-box;
    position: relative;
}

.newsScrollBox>div:last-of-type i {
    font-size: 18px;
    color: #c7c7c7;
}

.newsScrollBox>div:last-of-type h1 {
    font-size: 18px;
    color: #041b4c;
    line-height: 36px;
    margin-top: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: justify;
}

.newsScrollBox>div:last-of-type span {
    color: #3467c2;
    font-size: 16px;
    line-height: 46px;
    margin-top: 10px;
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

.newsScrollBox>div:last-of-type p {
    font-size: 16px;
    line-height: 28px;
    color: #3c3c3c;
    margin-top: 38px;
    margin-bottom: 20px;
    box-sizing: border-box;
    height: 52px;
    overflow: hidden;
    position: relative;
    text-align: justify;
    display: block;
}

.newsScrollBox>div:last-of-type p.overText::after {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4), #FFF, #FFF);
    text-align: right;
}

.newsScrollBox>div:last-of-type hr {
    margin: 0;
    border-top: 1px #d8d8d8 solid;
    height: 0;
}

.newsScrollBox>div:last-of-type span:last-of-type {
    display: inline-block;
    padding: 0 15px;
    height: auto;
    box-sizing: border-box;
    border: 1px #3467c2 solid;
    border-radius: 100px;
    line-height: 35px;
    margin-top: 25px;
}

.newsScrollBox:hover>div:last-of-type span:last-of-type {
    background-color: #3467c2;
    color: #FFF;
}

.newsLine2 {
    background-color: #FFF;
    padding: 70px 70px 60px 70px;
    box-sizing: border-box;
    margin-bottom: 50px;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    width: 100%;
    /* margin-top: 40px; */
    padding: 40px;
}

.newsLine2>div .newsSearch {
    display: flex;
    width: 100%;
    height: 45px;
    align-items: flex-start;
}

.newsLine2>div .newsSearch>div {
    width: 25%;
    font-size: 18px;
    margin-right: 10px;
}

.newsLine2>div .newsSearch .layui-input {
    border-color: #142841;
    border-radius: 3px;
    height: 45px;
    font-size: 16px;
}

.newsLine2>div .newsSearch .layui-input:hover {
    border-color: #142841 !important;
}

.newsLine2>div .newsSearch .layui-form-select dl dd.layui-this {
    background-color: #142841;
}

.newsLine2>div .newsSearch span {
    cursor: pointer;
    font-size: 16px;
    border: 1px #142841 solid;
    background-color: #142841;
    padding: 0 25px;
    box-sizing: border-box;
    cursor: pointer;
    color: #FFF;
    border-radius: 8px;
    line-height: 45px;
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
    margin-left: 10px;
    width: 100px;
}

.newsLine2>div .newsSearch input.searchInput {
    width: calc(75% - 120px);
    font-size: 16px;
    border-radius: 3px;
    padding-left: 10px;
    border: 1px #142841 solid;
    height: 45px;
}

.newsLine2>div .newsSearch span:hover {
    background-color: rgba(20, 40, 65, 0.75);
    color: #FFF;
}

.newsList {
    margin-top: 30px;
}

.newsList li a {
    display: flex;
    min-height: 40px;
    padding: 15px 0;
    box-sizing: border-box;
    font-size: 16px;
    color: #052b5e;
    align-items: center;
    justify-content: flex-start;
    line-height: normal;
    margin-bottom: 0;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.newsList li a i {
    width: 5px;
    height: 5px;
    font-style: normal;
    border-radius: 100px;
    background-color: #000;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

.newsList li a span {
    font-size: 18px;
    display: inline-block;
    height: auto;
}

.newsList li a:hover {
    color: rgba(20, 40, 65, 0.75);
}

.newsList li span {
    font-size: 14px;
    display: flex;
    color: rgba(20, 40, 65, 0.7);
    align-items: center;
    justify-content: flex-end;
    height: 54px;
}

.page,
#page {
    width: 100%;
    margin: 10px auto 0 !important;
    text-align: center;
    list-style-type: none;
    overflow: hidden
}

.page li,
#page li {
    display: inline-block;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.page li a,
#page li a {
    font-size: 16px;
    color: #041b4c;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    display: block;
    padding: 0 12px;
    line-height: 33px;
    margin-right: 5px;
    text-align: center;
    width: auto;
    overflow: inherit
}

#page a {
    font-size: 16px;
    color: #041b4c;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    display: block;
    padding: 0 12px;
    height: 35px;
    line-height: 33px;
    margin-right: 5px;
    text-align: center;
    width: auto;
    overflow: inherit
}

.page li span,
#page li span {
    font-size: 14px;
    color: #fff;
    background-color: #041b4c;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    display: block !important;
    padding: 0 12px;
    line-height: 33px;
    margin-right: 5px;
    text-align: center;
    width: auto
}

.page li.jump {
    font-size: 14px;
    color: #000;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    padding: 5px;
    line-height: 15px;
}

.page li.jump select {
    border: 1px #000000 solid;
    font-size: 12px;
    display: inline-block;
    margin-top: 1px;
}

#page a.layui-disabled {
    background-color: #041b4c;
    color: #FFF !important;
}

#page .page span {
    height: 33px;
    line-height: 33px !important;
}

#page .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #041b4c;
}

#page .layui-laypage a,
#page .layui-laypage span {
    display: inline-block !important;
}

#page .layui-laypage span {
    font-size: 16px !important;
    color: #fff !important;
    background-color: #041b4c;
    border-width: 1px;
    border-style: solid;
    border-color: #e8e8e8;
    display: inline-block !important;
    padding: 0 12px;
    line-height: 33px !important;
    margin-right: 5px;
    text-align: center !important;
    width: auto !important;
    height: 33px;
}

#page .layui-laypage span.layui-laypage-skip {
    padding-right: 0;
    margin-left: 0;
    height: 35px;
}

#page .layui-laypage span input,
#page .layui-laypage span button {
    line-height: 35px;
    height: 35px;
    border: 0;
    border-radius: 0;
}

#page .layui-laypage span input:focus,
#page .layui-laypage span select:focus {
    border-color: #d2d2d2!important;
}


/* 宣传视频 */

.videoLine1 {
    margin-bottom: 65px;
}

.videoList {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.videoList>div {
    margin-right: 40px;
    width: calc((100% - 40px) / 2);
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    background-color: #FFF;
}

.videoList>div:last-of-type {
    margin-right: 0;
}

.videoList>div * {
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

.videoList>div>div:first-of-type {
    position: relative;
    height: 306px;
    overflow: hidden;
}

.videoList>div>div:first-of-type img {
    min-width: 100%;
    width: auto;
    min-height: 306px;
}

.videoList>div>div:last-of-type {
    background-color: #FFF;
    padding: 0 27px;
    box-sizing: border-box;
    overflow: hidden;
    height: calc(100% - 306px);
}

.videoList>div>div:last-of-type h1 {
    font-size: 18px;
    color: #041b4c;
    line-height: 28px;
    display: block;
    line-height: 65px;
    overflow: hidden;
    position: relative;
    text-align: justify;
}

.videoList>div>div div {
    display: flex;
    height: 66px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px #d8d8d8 solid;
}

.videoList>div>div div p {
    font-size: 14px;
    color: #3c3c3c;
}

.videoList>div>div div i {
    font-size: 15px;
    color: #3c3c3c;
}

.videoList>div:hover>div div * {
    color: #3467c2 !important;
}

#videoShow video {
    object-fit: cover;
}

.videoBox2 .IndexLeft,
.videoBox2 .IndexLine1right {
    padding-top: 60px;
}

.fileList {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.fileList>div {
    margin-right: 40px;
    margin-bottom: 46px;
    width: calc((100% - 40px) / 2);
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    background-color: #FFF;
}

.fileList>div:last-of-type {
    margin-right: 0;
}

.fileList>div * {
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

.fileList>div>div:first-of-type {
    background-color: #FFF;
    padding: 0 27px;
    box-sizing: border-box;
    overflow: hidden;
    height: calc(100% - 130px);
}

.fileList>div>div:first-of-type h1 {
    font-size: 20px;
    color: #041b4c;
    line-height: 28px;
    display: block;
    line-height: 65px;
    overflow: hidden;
    position: relative;
    text-align: justify;
}

.fileList>div>div:last-of-type {
    position: relative;
    height: 130px;
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.fileList>div>div:last-of-type i {
    font-size: 86px;
    color: #142D4B;
}

.fileList>div>div div {
    display: flex;
    height: 66px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px #d8d8d8 solid;
}

.fileList>div>div div p {
    font-size: 15px;
    color: #3c3c3c;
}

.fileList>div>div div i {
    font-size: 15px;
    color: #3c3c3c;
}

.fileList>div:hover>div div * {
    color: #3467c2 !important;
}


/* 企业展示-媒体中心-宣传材料 */

#fileList {
    position: relative;
    width: 100%;
    margin: 0 auto 50px auto;
    /* overflow: hidden; */
}

#fileList .swiper-container {
    padding-bottom: 80px;
    z-index: 0;
}

#fileList .swiper-slide {
    width: 880px;
    height: 400px;
    background: #EDEEF3;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    box-sizing: border-box;
    padding: 15px;
}

#fileList .swiper-slide .slide-image {
    width: 40%;
    height: 100%;
    overflow: hidden;
}

#fileList .swiper-slide .slide-image img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

#fileList .swiper-slide .slide-content {
    width: 60%;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#fileList .swiper-slide .slide-content h2 {
    font-size: 36px;
    color: #142D4B;
    margin: 0 0 20px 0;
    font-weight: 700;
}

#fileList .swiper-slide .slide-content h3 {
    font-size: 20px;
    color: #142D4B;
    margin: 0 0 30px 0;
    font-weight: 700;
}

#fileList .swiper-slide .slide-content p {
    font-size: 16px;
    line-height: 28px;
    color: #142D4B;
    margin: 0 0 30px 0;
}

#fileList .swiper-slide .slide-content .download-links {
    display: flex;
    gap: 20px;
}

#fileList .swiper-slide .slide-content .download-links a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #142D4B;
    font-size: 16px;
}

#fileList .swiper-slide .slide-content .download-links a img {
    width: 24px;
    margin-right: 8px;
}

#fileList .swiper-pagination {
    width: 100%;
    bottom: -15px;
}

#fileList .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    gap: 15px;
}

#fileList .swiper-pagination-bullets .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: none;
    opacity: 0.6;
    margin: 0;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 18px;
    color: #142D4B;
    position: relative;
    transition: all 0.3s;
}

#fileList .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    background: #142D4B;
    color: #fff;
    font-weight: bold;
}

#fileList .swiper-button-prev,
#fileList .swiper-button-next {
    width: auto;
    /* 自动宽度 */
    height: auto;
    /* 自动高度 */
    background: none;
    /* 无背景色 */
    opacity: 1;
    /* 完全不透明 */
    position: absolute;
    /* 绝对定位 */
    top: 50%;
    /* 垂直居中 */
    transform: translateY(-50%);
    /* 垂直居中调整 */
}


/* 
#fileList .swiper-button-prev {
    left: 400px;
    top: 600px;
}

#fileList .swiper-button-next {
    right: 400px;
    top: 600px;
}

#fileList .swiper-button-prev:after, */

#fileList .swiper-button-next:after {
    font-size: 20px;
    color: #fff;
}

#fileList .swiper-button-prev:hover,
#fileList .swiper-button-next:hover {
    opacity: 1;
}

#fileList .swiper-button-prev svg,
#fileList .swiper-button-next svg {
    width: 30px;
    /* 设置箭头宽度 */
    height: 30px;
    /* 设置箭头高度 */
}


/* 文章发表 */

.articleLine {
    background-color: #F4F6F9;
    padding: 70px 70px 60px 70px;
    box-sizing: border-box;
    margin-bottom: 50px;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    width: 100%;
    padding: 40px;
}

.articleLine>div .articleSearch {
    display: flex;
    width: 100%;
    height: 45px;
}

.articleLine>div .articleSearch>div {
    width: calc((100% - 140px)/3);
    font-size: 18px;
    margin-right: 10px;
}

.articleLine>div .articleSearch .layui-input {
    border-color: #142841;
    border-radius: 3px;
    height: 45px;
}

.articleLine>div .articleSearch .layui-input:hover {
    border-color: #142841 !important;
}

.articleLine>div .articleSearch .layui-form-select dl dd.layui-this {
    background-color: #142841;
}

.articleLine>div .articleSearch span {
    cursor: pointer;
    font-size: 16px;
    border: 1px #142841 solid;
    background-color: #142841;
    padding: 0 25px;
    box-sizing: border-box;
    cursor: pointer;
    color: #FFF;
    border-radius: 8px;
    line-height: 45px;
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
    margin-left: 10px;
    width: 100px;
}

.articleLine>div .articleSearch input.searchInput {
    font-size: 16px;
    border-radius: 3px;
    padding-left: 10px;
    border: 1px #142841 solid;
}

.articleLine>div .articleSearch.articleSearchLine1 input.searchInput {
    width: calc(100% - 120px);
}

.articleLine>div .articleSearch.articleSearchLine2 {
    margin-top: 15px;
}

.articleLine>div .articleSearch.articleSearchLine2 input.searchInput {
    width: calc((100% - 140px)/3);
    margin-right: 10px;
}

.articleLine>div .articleSearch.articleSearchLine2 input.searchInput:last-of-type {
    margin-right: 0;
}

.articleLine>div .articleSearch span:hover {
    background-color: rgba(20, 40, 65, 0.75);
    color: #FFF;
}

.articleList {
    margin-top: 30px;
}

.articleList li {
    background-color: #FFF;
    padding: 30px 50px 40px 50px;
    box-sizing: border-box;
    margin-bottom: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    width: 100%;
    position: relative;
    cursor: pointer;
    padding: 22px 25px;
}

.articleList li:last-of-type {
    margin-bottom: 0;
}

.articleList li i {
    font-size: 60px;
    color: #142D4B;
    display: block;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.articleList li>h1,
.articleList li div h1 {
    font-size: 18px;
    font-weight: bold;
    color: hsl(213, 58%, 19%);
    line-height: 36px;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    transition: transform 0.6s ease;
    text-align: justify;
}

.articleList li>h2 {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    transition: transform 0.6s ease, height 0.6s ease;
    text-align: justify;
}

.articleList li>div.articleListContent {
    position: absolute;
    left: 0;
    top: 0;
    padding: 22px 25px;
    box-sizing: border-box;
    background: url(../images/team_msk.png) no-repeat center/cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.articleList li>div.articleListContent p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    text-align: justify;
}

.articleList li:hover>div.articleListContent {
    opacity: 1;
    visibility: visible;
}


/* 只有当内容超出容器高度时才添加遮罩 */

.articleList li>div.articleListContent.needs-mask {
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0));
}


/* 当滚动到底部时移除遮罩效果 */

.articleList li>div.articleListContent.scrolled-bottom {
    mask-image: none;
    -webkit-mask-image: none;
}

.articleList li>div.articleListContent:hover::-webkit-scrollbar {
    display: block;
}

.articleList li>div.articleListContent::-webkit-scrollbar {
    width: 6px;
    display: none;
}

.articleList li>div.articleListContent::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px;
}

.articleList li>div.articleListContent::-webkit-scrollbar-thumb {
    background: rgba(153, 153, 153, 0.5);
    border-radius: 3px;
}

.articleList.articlesearchList {
    margin-left: -8px;
    margin-right: -8px;
}


/* 活动预报 */

.ActiveLine {
    background-color: #F4F6F9;
    padding: 70px 70px 60px 70px;
    box-sizing: border-box;
    margin-bottom: 50px;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    width: 100%;
    padding: 40px;
}

.ActiveLine>div .ActiveSearch {
    display: flex;
    width: 100%;
    height: 45px;
}

.ActiveLine>div .ActiveSearch>div {
    width: 25%;
    font-size: 18px;
    margin-right: 10px;
}

.ActiveLine>div .ActiveSearch span {
    cursor: pointer;
    font-size: 16px;
    border: 1px #142841 solid;
    background-color: #142841;
    padding: 0 25px;
    box-sizing: border-box;
    cursor: pointer;
    color: #FFF;
    border-radius: 8px;
    line-height: 45px;
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
    margin-left: 10px;
    width: 100px;
}

.ActiveLine>div .ActiveSearch input.searchInput {
    width: calc(75% - 120px);
    font-size: 16px;
    border-radius: 3px;
    padding-left: 10px;
    border: 1px #142841 solid;
    margin-right: 10px;
}

.ActiveLine>div .ActiveSearch input.searchInput:last-of-type {
    margin-right: 0;
}

.ActiveLine>div .ActiveSearch span:hover {
    background-color: rgba(20, 40, 65, 0.75);
    color: #FFF;
}

.ActiveList {
    margin-top: 30px;
}

.ActiveList>ul>li {
    background-color: #FFF;
    padding: 30px 50px 30px 50px;
    box-sizing: border-box;
    margin-bottom: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    width: 100%;
    position: relative;
    cursor: pointer;
    display: flex;
    padding: 30px;
}

.ActiveList>ul>li * {
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

.ActiveList>ul>li .ActiveListLeft {
    width: 22%;
    margin-right: 3%;
    box-sizing: border-box;
    overflow: hidden;
    height: 200px;
}

.ActiveList>ul>li .ActiveListLeft img {
    min-width: 100%;
    height: 200px;
}

.ActiveList>ul>li .ActiveListRight {
    width: 75%;
    overflow: hidden;
    position: relative;
}

.ActiveList>ul>li .ActiveListRight h1 {
    font-size: 18px;
    font-weight: bold;
    color: #142D4B;
    line-height: 36px;
    display: block;
    margin-bottom: 10px;
}

.ActiveList>ul>li .ActiveListRight h2 {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    display: block;
}

.ActiveList>ul>li .ActiveListRight p img {
    width: 100%;
}

.ActiveList>ul>li .ActiveListRight div {
    display: flex;
    height: 66px;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ActiveList>ul>li .ActiveListRight div p {
    font-size: 16px;
    color: #3c3c3c;
    height: auto;
}

.ActiveList>ul>li .ActiveListRight div i {
    font-size: 20px;
    color: #3c3c3c;
}

.ActiveList>ul>li:hover .ActiveListRight div * {
    color: #3467c2;
}


/* 企业新闻三级页 */

.newsContentBox .IndexLine1right {
    padding-top: 60px;
}

.newsContentBox .newsContentLine1 {
    background-color: #FFF;
    padding: 50px 48px 60px 33px;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    padding: 40px;
    margin-bottom: 40px;
}

.newsContentBox .newsContentLine1>h1 {
    font-size: 18px;
    line-height: 36px;
    color: #052b5e;
    margin-bottom: 18px;
    font-weight: bold;
}

.newsContentBox .newsContentLine1>span {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 18px;
    display: block;
}

.newsContentBox .newsContentLine1>div:first-of-type * {
    font-size: 16px !important;
    color: #142D4B !important;
    line-height: 28px !important;
    background-color: transparent !important;
    text-align: justify;
    text-wrap-mode: unset !important;
    white-space: unset !important;
}

.newsContentBox .newsContentLine1>div:first-of-type p {
    margin-bottom: 15px;
}

.newsContentBox .newsContentLine1>div:first-of-type img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.newsContentBox .newsContentLine1>div:first-of-type table {
    width: 100%;
    height: 100%;
}

.newsContentBox .newsContentLine1>div:first-of-type th {
    text-align: center;
    color: #1f3754;
    font-size: 19px;
    background-color: #f6f9fd;
    height: 50px;
}

.newsContentBox .newsContentLine1>div:first-of-type td {
    text-align: center;
    height: 50px;
    color: #1f3754;
    font-size: 18px;
    padding: 8px 10px;
    box-sizing: border-box;
}

.newsContentBox .newsContentLine1>div:first-of-type td p {
    display: block;
    padding: 8px 0;
    text-align: left;
    margin-bottom: 0;
}

.newsContentBox .newsContentLine1>div:first-of-type tr:nth-of-type(2n-1) {
    background-color: #FFF;
}

.newsContentBox .newsContentLine1>div:first-of-type tr:nth-of-type(2n) {
    background-color: #f6f9fd;
}

.newsContentBox .newsContentLine1>div.FileUrl * {
    font-size: 16px;
    color: #142D4B !important;
    line-height: 28px !important;
}

.newsContentBox .newsContentLine1>div.FileUrl a {
    white-space: nowrap;
}

.newsContentBox .newsContentLine1>div.FileUrl {
    display: flex;
}

.newsContentBox .newsContentLine1>div.FileUrl #file-con a {
    white-space: unset;
    width: 100%;
    display: block;
}

.newsContentBox .contentDH {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
}

.newsContentBox .contentDH li {
    font-size: 16px;
    color: #142D4B;
    line-height: 36px;
    text-align: left;
    width: calc((100% - 40px)/2);
    display: flex;
}

.newsContentBox .contentDH li:last-of-type {
    text-align: right;
    justify-content: flex-end;
}

.newsContentBox .contentDH li a {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 85%;
    display: inline-block;
}

@media screen and (max-width: 850px) {
    body {
        background-position: center 300px;
    }
    .layui-container {
        padding: 0 10px;
    }
    .top_img {
        height: 240px;
    }
    .top_img>div:first-of-type {
        display: none;
    }
    .top_img .top_imgBg {
        display: none;
    }
    .IndexLeft {
        width: 100%;
        padding-top: 0;
        margin-top: 30px;
    }
    .IndexLeft h1 {
        font-size: 1.872rem;
    }
    .IndexLine1right {
        width: 100%;
        padding-top: 20px;
    }
    .newsLine1 {
        display: none;
    }
    .newsScrollBox>div:first-of-type {
        display: none;
    }
    .newsScrollBox>div:last-of-type {
        padding: 0 10px;
        width: 100%;
    }
    .newsScrollBox>div:last-of-type h1 {
        font-size: 1.125rem;
        height: auto;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .newsScrollBox>div:last-of-type span {
        font-size: 0.875rem;
        line-height: 24px;
    }
    .newsScrollBox>div:last-of-type p {
        font-size: 0.875rem;
        height: auto;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 15px;
        text-align: justify;
    }
    .newsLine2 {
        margin-top: 0;
        padding: 15px;
    }
    .newsLine2>div .newsSearch {
        height: auto;
        flex-wrap: wrap;
    }
    .newsLine2>div .newsSearch>div {
        font-size: 0.875rem;
        width: 50%;
    }
    .newsLine2>div .newsSearch .layui-input {
        height: 35px;
        font-size: 0.875rem;
    }
    .newsLine2>div .newsSearch input.searchInput {
        width: calc(50% - 10px);
        font-size: 0.875rem;
        height: 35px;
        line-height: 38px;
        box-sizing: border-box;
    }
    .newsLine2>div .newsSearch span {
        width: 50%;
        margin-left: 0;
        font-size: 1rem;
        text-align: center;
        line-height: 35px;
        margin-top: 10px;
        margin-right: 10px;
    }
    .newsLine2>div .newsSearch span:last-of-type {
        width: calc(50% - 10px);
        margin-right: 0;
    }
    .newsList {
        margin-top: 15px;
    }
    .newsList li a {
        font-size: 0.875rem;
        margin-bottom: 5px;
        min-height: auto;
        padding: 5px 0;
    }
    .newsList li a span {
        font-size: 0.875rem;
    }
    .page li {
        margin-bottom: 5px;
    }
    .page li span,
    #page li span {
        font-size: 0.875rem;
        box-sizing: border-box;
    }
    #page .page span {
        height: 30px;
        line-height: 30px !important;
        box-sizing: border-box;
    }
    #page a {
        height: 30px;
        box-sizing: border-box;
        margin-bottom: 0;
    }
    .page li a,
    #page li a {
        font-size: 0.875rem;
        line-height: 30px;
        box-sizing: border-box;
        margin-bottom: 0;
    }
    .videoList {
        flex-wrap: wrap;
    }
    .videoList>div {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .videoList>div>div:first-of-type {
        height: 180px;
    }
    .videoList>div>div:first-of-type img {
        min-width: 100%;
        width: 100%;
        min-height: 180px;
    }
    .videoList>div>div:last-of-type {
        padding: 0 15px;
        height: calc(100% - 180px);
    }
    .videoList>div>div:last-of-type h1 {
        font-size: 1.125rem;
        line-height: 60px;
    }
    .videoList>div>div div {
        height: 45px;
    }
    #videoShow video {
        object-fit: contain;
        height: auto;
    }
    .videoBox2 .IndexLeft,
    .videoBox2 .IndexLine1right {
        padding-top: 0;
    }
    .videoBox2 .IndexLine1right {
        margin-top: 20px;
    }
    #fileList {
        margin-bottom: 0;
    }
    #fileList .swiper-container {
        padding-bottom: 40px;
    }
    #fileList .swiper-slide {
        width: 100%;
        height: auto;
        box-shadow: none;
        border-radius: 0;
        flex-wrap: wrap;
    }
    #fileList .swiper-slide .slide-image {
        width: 100%;
        height: auto;
    }
    #fileList .swiper-slide .slide-image img {
        width: 90%;
        margin: 0 auto 20px;
    }
    #fileList .swiper-slide .slide-content {
        width: 100%;
        padding: 15px 0;
        display: block;
    }
    #fileList .swiper-slide .slide-content h3 {
        font-size: 1.124rem;
        font-weight: bold;
        line-height: 30px;
        margin: 0 0 10px 0;
    }
    #fileList .swiper-slide .slide-content p {
        font-size: 0.875rem;
        line-height: 24px;
        margin-bottom: 5px;
    }
    #fileList .swiper-slide .slide-content .download-links {
        margin: 10px 0;
    }
    #fileList .swiper-slide .slide-content .download-links a {
        font-size: 1.124rem;
    }
    .articleLine {
        padding: 15px;
    }
    .articleLine>div .articleSearch {
        height: auto;
    }
    .articleLine>div .articleSearch input.searchInput {
        font-size: 0.875rem;
        height: 35px;
        line-height: 35px;
        box-sizing: border-box;
    }
    .articleLine>div .articleSearch.articleSearchLine1 input.searchInput {
        width: calc(100% - 90px);
    }
    .articleLine>div .articleSearch>div {
        width: calc((100% - 110px)/3);
    }
    .articleLine>div .articleSearch span {
        font-size: 0.875rem;
        height: 35px;
        line-height: 35px;
        width: 80px;
        padding: 0;
        text-align: center;
    }
    .articleLine>div .articleSearch.articleSearchLine2 input.searchInput {
        width: calc((100% - 110px)/3);
    }
    .articleLine>div .articleSearch>div {
        font-size: 0.875rem;
    }
    .articleLine>div .articleSearch .layui-input {
        height: 35px;
        padding-right: 15px;
    }
    .articleList li {
        padding: 15px;
        margin-bottom: 15px;
    }
    .articleList li>h1,
    .articleList li div h1 {
        font-size: 1.125rem;
        line-height: 30px;
        margin-top: 0;
        text-align: left;
    }
    .articleList li>h2 {
        font-size: 0.875rem;
        line-height: 26px;
        text-align: left;
        margin-bottom: 5px;
    }
    .articleList li>div.articleListContent {
        display: none !important;
    }
    .ActiveLine {
        padding: 15px;
    }
    .ActiveLine>div .ActiveSearch {
        flex-wrap: wrap;
        height: auto;
    }
    .ActiveLine>div .ActiveSearch input.searchInput {
        width: calc(50% - 10px);
        font-size: 0.875rem;
        height: 35px;
        line-height: 38px;
        box-sizing: border-box;
    }
    .ActiveLine>div .ActiveSearch input.searchInput:first-of-type {
        margin-right: 10px;
        width: 50%;
    }
    .ActiveLine>div .ActiveSearch span {
        width: 50%;
        margin-left: 0;
        font-size: 1rem;
        text-align: center;
        line-height: 35px;
        margin-top: 10px;
        margin-right: 10px;
    }
    .ActiveLine>div .ActiveSearch span:last-of-type {
        width: calc(50% - 10px);
        margin-right: 0;
    }
    .ActiveList {
        margin-top: 15px;
    }
    .ActiveList>ul>li {
        padding: 15px;
        margin-bottom: 15px;
    }
    .ActiveList>ul>li:last-of-type {
        margin-bottom: 0;
    }
    .ActiveList>ul>li .ActiveListLeft {
        width: 50%;
        height: 160px;
    }
    .ActiveList>ul>li .ActiveListLeft img {
        height: 160px;
    }
    .ActiveList>ul>li .ActiveListRight h1 {
        font-size: 1.125rem;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .ActiveList>ul>li .ActiveListRight h2 {
        font-size: 0.875rem;
        line-height: 24px;
    }
    .ActiveList>ul>li .ActiveListRight div {
        position: relative;
        height: auto;
    }
    .ActiveList>ul>li .ActiveListRight div p {
        font-size: 0.875rem;
    }
    .newsContentBox .IndexLine1right {
        padding-top: 20px;
    }
    .newsContentBox .newsContentLine1 {
        padding: 15px;
    }
    .newsContentBox .newsContentLine1>h1 {
        font-size: 1.125rem;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .newsContentBox .newsContentLine1>span {
        font-size: 0.875rem;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .newsContentBox .newsContentLine1>div:first-of-type * {
        font-size: 0.875rem !important;
        line-height: 24px !important;
        margin-bottom: 5px !important;
    }
    .newsContentBox .contentDH {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .newsContentBox .contentDH li {
        width: 100%;
        font-size: 1rem;
        line-height: 28px;
        margin-bottom: 8px;
    }
    .newsContentBox .contentDH li a {
        width: 80%;
        white-space: unset;
        word-break: normal;
    }
    .newsContentBox .contentDH li:last-of-type {
        text-align: left;
        margin-bottom: 0px;
    }
}