html {
    font-size: 16px;
}

body, div, p, ul, li {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style-type: none;
}

body {
    font-size: 1rem;
}

::selection {
    background-color: #007FDF;
    color: #fff;
}

::-webkit-selection {
    background-color: #007FDF;
    color: #fff;
}

::-moz-selection {
    background-color: #007FDF;
    color: #fff;
}

.header_title {
    font-size: 64px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 20px;
}

.header_title_wrap p {
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    padding-bottom: 20px;
}

.dede_pages {
    width: auto;
    float: right;
    margin-top: 30px;
}

.pagelist {
    margin-left: 0;
}

.pagelist li {
    margin-left: 0;
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
    color: #37475A;
}

.pagelist li span:hover {
    color: #37475A;
}

.pagelist li:hover {
    color: #007FDF;
}

.pagelist li a:hover {
    color: #007FDF;
}

#container {
    width: 100%
}

#header {
    width: 100%;
    height: 520px;
    /* background-color: #367bf0; */
    /* background: url('/assets/news/images/aboutUs/about_banner.png') center top no-repeat,linear-gradient(180deg,#0060FF,#3AAFFF); */
    position: relative;
    padding-top: 170px;
    box-sizing: border-box;
    background: url('/assets/images/news/latest_news_bg.svg') center top no-repeat, linear-gradient(180deg, #367BF0, #41B9FF);
    background-size: auto 100%;
}

#middle {
    width: 100%;
    position: relative;
    text-align: center;
}

.hideClass {
    display: none;
}

/* tab切换 */

.switch_tab {
    height: 80px;
    width: 100%;
    position: absolute;
    top: -79px;
    text-align: center;
    /* opacity: 0.1;
    background: #0060FF; */
    background: rgba(0, 96, 255, .1);
    z-index: 9999;
    padding-top: 25px;
    transition: background .1s linear;
}

.fix_tab {
    position: fixed;
    top: 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(198, 211, 220, 0.2) 0px 5px 20px 0px;
    color: #37475A;
}

.switch_tab_wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
    overflow-x: auto;
}

.switch_tab_wrap li {
    height: 100%;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    width: 100px;
    position: relative;
    margin: 0 4%;
    cursor: pointer;
    opacity: 1;
    transition: opacity .5s linear;
}

.switch_tab_wrap p {
    white-space: nowrap;
    color: white;
    /* opacity: 1; */
    /* transition: opacity .3s linear; */
}

.fix_tab .switch_tab_wrap p {
    color: #37475A;
}

.fix_tab .switch_tab_wrap p:hover {
    color: #007FDF;
}

.switch_tab .switch_tab_wrap .currentLiColor {
    color: #007FDF;
}

.switch_tab_wrap span {
    right: 50%;
    width: 0;
    height: 0;
    border-bottom: 14px solid #FFFFFF;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    position: absolute;
    bottom: 0;
    transition: all .25s ease-out;
}

.switch_tab_wrap .current_arrow {
    /* right: 35px; */
    margin-right: -15px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}

.container-article-list, .industry_container {
    padding-top: 80px;
    padding-bottom: 100px;
    width: 1040px;
    margin: auto;
    position: relative;
}

.container-article-list>div:first-child {
    height: 2300px;
    overflow: hidden;
}

.container-article-item:first-child {
    border-top: 1px solid #DAE0E6;
}

.container-article-list .container-article-item {
    /*width: 70%;*/
    height: 230px;
    border-bottom: 1px solid #DAE0E6;
    /*box-shadow: inset 0 -1px 0 0 #DAE0E6, inset 0 1px 0 0 #DAE0E6;*/
    /*display: flex;*/
    margin: 0 auto;
}

.container-article-item .article-text-block {
    /*flex: 9;*/
    display: inline-block;
    width: 720px;
}

.container-article-item .article-img {
    /*flex: 4;*/
    padding-top: 40px;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.container-article-item .article-img>a {
    display: block;
    height: 150px;
    width: 200px;
    overflow-y: hidden;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.article-text-title {
    font-size: 24px;
    color: #1A2736;
    letter-spacing: 0;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-text-block .article-text-title a:hover {
    color: #007FDF;
}

.article-text {
    font-size: 16px;
    color: #37475A;
    letter-spacing: 0;
    text-align: justify;
    line-height: 30px;
    width: 100%;
    outline: none;
    resize: none;
    border: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-img img {
    display: block;
    /* border: 1px solid #CBEDFF;    */
    float: right;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.article-time {
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #37475A;
    letter-spacing: 0;
    line-height: 20px;
}

.show-more {
    font-size: 16px;
    color: #5E6978;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    margin-top: 50px;
    cursor: pointer;
}

.show-more-img {
    margin: 15px 0 0 50%;
    left: -10px;
    position: relative;
    cursor: pointer;
}

/* 产业动态 */

.industry_news {
    display: flex;
    height: auto !important;
    overflow: initial !important;
}

.industry_news .catalog {
    width: 240px;
    max-height: 170px;
    text-align: left;
    font-size: 14px;
    margin-right: 40px;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    margin-right: 40px;
}

.catalog .catalog_title {
    height: 20px;
    color: rgba(26, 39, 54, 1);
    line-height: 20px;
    margin-bottom: 20px;
}

.catalog_list ul {
    margin-bottom: 60px;
    margin-top: 0;
    top: 0;
    border-left: 1px solid #C3D4E5;
}

.catalog_list ul .li_active, .catalog_list ul li:hover {
    border-left: 3px solid #3C73B9;
    color: #3C73B9;
}

.catalog_list ul .li_active a {
    color: #3C73B9;
}

.catalog_list ul li {
    border-left: 3px solid transparent;
    line-height: 40px;
    padding-left: 22px;
    position: relative;
    margin-left: -2px;
    cursor: pointer;
    user-select: none;
}

.right_content {
    width: 760px;
}

.right_content .content_title {
    font-size: 24px;
    font-weight: 500;
    color: rgba(26, 39, 54, 1);
    line-height: 32px;
    margin-bottom: 30px;
}

.right_content .industry_content {
    display: flex;
    flex-wrap: wrap;
}

.industry_content .item_industry_hide {
    display: none !important;
}

.industry_content .item_top {
    margin-top: 0 !important;
}

.industry_content .item_attr {
    width: 240px;
    height: 186px;
    perspective: 500px;
    margin-top: 20px;
}

.industry_content .item_industry {
    height: 100%;
    width: 100%;
    background: rgba(224, 243, 255, 1);
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    transform-origin: 10% 10%;
    -webkit-transform-origin: 10% 10%;
    /* Safari and Chrome */
    transition: all .2s linear;
}

.industry_content .item_attr:nth-child(1), .industry_content .item_attr:nth-child(2), .industry_content .item_attr:nth-child(3) {
    margin-top: 0;
}

.industry_content .mid_item {
    margin-left: 20px;
    margin-right: 20px;
}

.industry_content .item_industry:hover {
    transform: rotate3d(0, 1, 0, -6deg);
    box-shadow: 0 5px 20px 0 rgba(198, 211, 220, 0.1);
}

.industry_content .item_industry:hover .item_bottom .bottom_read {
    opacity: 1;
}

.item_industry .item_title {
    font-size: 16px;
    color: rgba(26, 39, 54, 1);
    line-height: 28px;
    text-align: justify;
}

.item_industry .item_title img {
    margin-left: 5px;
}

.item_industry .item_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.item_bottom .bottom_read {
    font-size: 14px;
    color: rgba(0, 127, 223, 1);
    line-height: 20px;
    opacity: 0;
    transition: all 0.2s linear;
}

.item_bottom .bottom_read img {
    vertical-align: bottom;
}

.item_industry .item_link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}

.show-more3 {
    margin-top: 40px;
}

/* 页脚 */

#footer {
    width: 100%;
    height: 582px;
    background: #002847;
}

.more {
    height: auto;
}

@media screen and (max-width: 1140px) {
    .container-article-list, .industry_container {
        width: 88%;
    }
    .container-article-item .article-text-block {
        width: 80%;
    }
    .container-article-item .article-img {
        width: 15%;
    }
    .industry_content .item_attr {
        width: 48.5%;
        margin-left: 0;
        margin-right: 0;
    }
    .industry_content .item_attr:nth-child(odd) {
        margin-right: 3%;
    }
    .industry_content .item_attr:nth-child(3) {
        margin-top: 20px;
    }
}

@media screen and (max-width: 980px) {
    .industry_news .catalog {
        position: static;
    }
    .industry_news {
        flex-direction: column;
    }
    .right_content {
        width: 100%;
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    .switch_tab_wrap {
        justify-content: flex-start;
    }
    .switch_tab5 {
        padding-right: 20px;
    }
    .switch_tab_wrap {
        justify-content: center;
    }
    .container-article-item .article-img {
        display: none;
    }
    .container-article-item .article-text-block {
        width: 100%;
    }
}

@media screen and (max-width: 620px) {
    .industry_content .item_attr {
        width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 20px !important;
    }
    .industry_content .item_attr:first-child {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 497px) {
    .header_title {
        font-size: 48px;
    }
    .header_title_wrap p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media screen and (max-width: 375px) {
    .container-article-item .article-img {
        display: none;
    }
}