﻿@charset "utf-8";

body {
    /* 填写默认字体 */
    font-family:"Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
    color: #222222;
    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');
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.eot');
    src: local('Oswald Bold'), local('Oswald-Bold'),
        url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Bold.woff2') format('woff2'),
        url('../fonts/Oswald-Bold.woff') format('woff'),
        url('../fonts/Oswald-Bold.ttf') format('truetype'),
        url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* 谷歌翻译后防止与sticky产生冲突 */
.translated-ltr .hd,
.translated-rtl .hd{
    /* margin-top: 40px !important; */
    top: 40px;
}

/* 防止弹窗插件问题 */
.hc_container{
    overflow: hidden;
}

.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;
}


/* 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;
    }
}

/* 规范 */
.hc_text16,
.hc_text16 p{
    font-size: 16px;
    line-height: 2;
    color: #666;
}

.hc_text14,
.hc_text14 p{
    font-size: 14px;
    line-height: 2;
    color: #666;
}

.hc_tit40{
    font-size: 40px;
    line-height: 1.325;
    font-weight: bold;
    color: #222222;
}

.hc_tit32{
    font-size: 32px;
    line-height: 1.3125;
    font-weight: bold;
    color: #222222;
}

.hc_padd100{
    padding: 100px 0;
}

.hc_paddB100{
    padding-bottom: 100px;
}

.hc_paddT80{
    padding-top: 80px;
}

.hc_marginB40{
    margin-bottom: 40px;
}
/* 规范-end */

.hd{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.36s;
}

.hd::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg, rgba(0, 56, 102, 0.50) 0%, rgba(0, 55, 100, 0.00) 100%);
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.36s;
    pointer-events: none;
}

.hc_logo{
    display: block;
    width: 230px;
    position: relative;
}

.hc_logo img:last-child{
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hd.active .hc_logo img:last-child{
    opacity: 1;
}

.hd.active .hc_logo img:first-child{
    opacity: 0;
}

.hc_logo img{
    width: 100%;
    transition: all 0.36s;
}

.hd_flex{
    display: flex;
    justify-content: space-between;
}

.hd_right{
    display: flex;
    align-items: center;
}

.hd_list{
    display: flex;
    margin-right: 100px;
}

.hd_list>li{
    position: relative;
}

.hd_second{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 170px;
    padding: 16px 25px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);
    display: none;
}

.hd_second_link{
    color: #222222;
    font-size: 15px;
    line-height: 2;
    padding: 5px 0;
    display: block;
    text-align: center;
}

.hd_list>li:not(:first-child){
    margin-left: 65px;
}

.hd_link{
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    transition: all 0.36s;
    position: relative;
}

.hd_link::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: 40px;
    transition: all 0.4s;
    opacity: 0;
}

.hd_link:hover::after{
    opacity: 1;
}

.hd_list>li.active .hd_link::after{
    opacity: 1;
}

.hd_link,
.hc_logo{
    line-height: 112px;
}

.hd_search{
    width: 110px;
    height: 44px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s;
}

.hd_search .iconfont {
    color: #fff;
}

.hd_search_text{
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    transition: all 0.4s;
}

.hd_search:hover{
    background-color: #fff;
    border-color: #fff;
}

.hd_search:hover .iconfont{
    color: #222222;
}

.hd_search:hover .hd_search_text{
    color: #222222;
}

/* search */
.search_view{
    position: absolute;
    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 */

.swiper-container {
    width: 100%;
}

.swiper-slide {
    overflow: hidden;
}

.home_ban_img{
    padding-top: 50%;
}

.home_ban{
    position: relative;
}

.home_ban_dots{
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    height: 80%;
}

.home_ban_dots_list{
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.home_ban_dots_cir{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.50);
    background-clip: content-box;
    padding: 6px;
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.36s;
    border-color: transparent;
}

.home_ban_dots_item::after{
    content: "";
    display: block;
    width: 2px;
    height: 120px;
    background: rgba(255, 255, 255, 0.20);
    margin: 10px 0;
}

.home_ban_dots_item.active .home_ban_dots_cir{
    border-color: rgba(255, 255, 255, 0.50);
}

.home_ban_dots_item:hover .home_ban_dots_cir{
    border-color: rgba(255, 255, 255, 0.50);
}

.home_ban_dots_item{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home_ban_dots_item:last-child::after{
    display: none;
}

.home_about{
    display: flex;
}

.home_about>div{
    width: 50%;
}

.home_about .left{
    padding-left: calc((100% - 1410px) / 2);
    position: relative;
    z-index: 1;
}

.home_about_bg{
    position: absolute;
    width: 200px;
    right: 40px;
    bottom: 40px;
    z-index: -1;
}

.home_about_bg img{
    width: 100%;
}

.home_subtit{
    font-family: Oswald;
    font-weight: bold;
    color: #999999;
    font-size: 16px;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.home_about_text{
    margin-bottom: 72px;
    padding-right: 14.185%;
}

.home_about_list{
    margin-bottom: 72px;
    margin-left: 0;
    margin-right: -140px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(153, 153, 153, 0.10);
    display: flex;
}

.home_about_item{
    width: 25%;
    text-align: center;
    position: relative;
    padding: 21px 0 29px;
}

.about_data_item{
    position: relative;
}

.home_about_item::after,
.about_data_item::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 72px;
    background-color: #e6e6e6;
    right: 0;
    top:calc(50% + 2px);
    transform: translate(50%,-50%);
}

.home_about_item::after, .about_data_item::after {
    top: calc(50% + 5px);
}

.home_about_item:last-child::after,
.about_data_item:last-child::after{
    display: none;
}

.home_about_time,
.about_data_time{
    color: #222;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
}

.home_about_time span,
.about_data_time span{
    color: #222;
    font-size: 36px;
    font-family: Oswald;
    font-weight: 700;
    display: inline-block;
    line-height: 1.47222;
}

.home_about_item_tit,
.about_data_tits{
    color: #666;
    font-size: 14px;
}

.about_data_time,
.about_data_time span,
.about_data_tits{
    color: #fff;
}

.home_about_control{
    display: flex;
    align-items: center;
}

.home_about_more{
    display: inline-flex;
    min-width: 120px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #004E9D;
    align-items: center;
    justify-content: center;
    margin-right: 35px;
    color: #004E9D;
    font-size: 14px;
    transition: all 0.4s;
    padding: 0 18px;
}

.home_about_more:hover{
    color: #fff;
    border-color: #004E9D;
    background-color: #004E9D;
}

.home_about_play{
    width: 48px;
    position: relative;
    cursor: pointer !important;
}

.home_about_play img{
    width: 100%;
}

.home_about_play::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border-radius: 50%;
    border: 1px solid rgba(0, 78, 157, 0.05);
    animation: plays 1.6s linear infinite;
}

.home_about_play::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    border-radius: 50%;
    border: 1px solid rgba(0, 78, 157, 0.10);
    animation: plays 1.6s 0.2s linear infinite;
}

@keyframes plays {
    70%{
        transform: translate(-50%,-50%) scale(1.35);
        opacity: 0;
    }
    70.1%{
        transform: translate(-50%,-50%) scale(1);
        opacity: 0;
    }
    to{
        transform: translate(-50%,-50%) scale(1);
        opacity: 1;
    }
}

.home_about .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}   

.home_pro_flex{
    display: flex;
}

.home_pro_flex .left{
    width: 65.957446%;
}

.home_pro_flex .right{
    width: 48.93617%;
    margin-left: -14.893617%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.home_pro_lcont{
    padding-top: 55.913978%;
    width: 100%;
}

.home_pro_llist{
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
}

.home_pro_litem:not(:first-child){
    display: none;
}

.home_pro_rcont{
    display: flex;
    align-items: center;
    position: relative;
    padding: 8px 0;
    padding-left: 26px;
    cursor: pointer;
}

.home_pro_rcont span,
.home_pro_rcont p{
    display: inline-block;
    font-size: 16px;
    line-height: 1.875;
}

.home_pro_rcont::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 19px;
    background-color: #004e9d;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.home_pro_rlist{
    width: 180px;
    align-self: flex-end;
}

.home_pro_rlist{
    margin-bottom: 85px;
}

.home_pro_bcont{
    color: #333333;
    display: block;
    padding: 65px 48px;
    background-color: #fafafa;
}

.home_pro_blist{
    border-radius: 8px;
    overflow: hidden;
}

.home_pro_btit{
    font-size: 24px;
    line-height: 1.333333;
    font-weight: bold;
    transition: all 0.36s;
    margin-bottom: 12px;
}

.home_pro_btext{
    margin-bottom: 40px;
}

.home_pro_bmore{
    display: flex;
    align-items: center;
    color: #004E9D;
}

.home_pro_bmore span{
    margin-left: 5px;
    font-size: 16px;
}

.home_pro_bcont:hover .home_pro_bmore span{
    margin-left: 10px;
}

.home_pro_bcont:hover .home_pro_btit{
    color: #004E9D;
}

.home_case .home_titbox{
    text-align: center;
}

.home_case{
    background: #FAFAFA;
}

.home_case_img{
    padding-top: 66.666666%;
    margin-bottom: 30px;
}

.home_case_cont{
    display: flex;
    border-radius: 8px ;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    color: #333333;
    background-color: #fff;
    height: 100%;
}

.home_case_tits{
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    color: #222222;
    margin-bottom: 28px !important;
}

.home_case_bot{
    padding: 29px 0 31px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    border-top: 1px solid #e6e6e6;
}

.home_case_tits,
.home_case_bot{
    margin: 0 32px;
}       

.home_case_top{
    flex-grow: 1;
}

.home_case_bot>div{
    font-size: 16px;
    color: #666666;
    line-height: 1.28571;
}

.home_case_list{
    margin: 0 -20px;
}

.home_case_list .slick-track{
    display: flex;
    flex-wrap: wrap;
}

.home_case_item{
    padding: 0 20px;
    height: initial;
}

.home_case_control{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hc_prev,
.hc_next{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.36s;
    border:1px solid #004E9D;
    font-size: 22px;
    cursor: pointer;
}

.hc_prev{
    transform: rotate(180deg);
}

.hc_prev span,
.hc_next span{
    color: #004E9D;
    color: #666666;
}

.hc_prev:hover,
.hc_next:hover{
    background-color: #004E9D;
}

.hc_prev:hover span,
.hc_next:hover span{
    color: #fff;
}

.home_case_mores{
    height: 48px;
    min-width: 120px;
    margin: 0 20px;
    font-size: 14px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #004E9D;
    border-radius: 48px;
}

.home_case_list{
    position: relative;
}

.home_case_list::after,
.home_case_list::before{
    content: "";
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    z-index: 2;
    pointer-events: none;
}

.home_case_list::before{
    left: 0;
    background: linear-gradient(270deg, rgba(250, 250, 250, 0.00) 0%, #FAFAFA 100%);
}

.home_case_list::after{
    right: 0;
    background: linear-gradient(270deg, #FAFAFA 0%, rgba(250, 250, 250, 0.00) 100%);
}

.home_adv_list{
    padding: 48px 40px 0;
    display: flex;
    background-color: #fff;
    border-radius: 30px 30px 0px 0px ;
}

.home_adv_item{
    width: 25%;
    padding: 0 18px;
}

.home_adv_number{
    color: #004E9D;
    font-size: 20px;
    font-family: Oswald;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 16px;
}

.home_adv_tits{
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
}

.home_news{
    padding-left: 95px;
    padding-right: 95px;
}

.home_news_flex{
    display: flex;
    align-items: center;
}

.home_news_flex>div{
    width: 50%;
    padding: var(--flex-padding);
}

.home_news .home_titbox{
    text-align: center;
}

.home_news_scont{
    position: relative;
    display: block;
}

.home_news_simg{
    padding-top: 56.47058%;
}

.home_news_ab{
    position: absolute;
    width: 68%;
    bottom: 32px;
    left: 30px;
    z-index: 2 ;
}

.home_news_abtime{
    display: flex;
    align-items: flex-end;
    color: #fff;
    margin-bottom: 25px;
}

.home_news_abtime .month{
    color: #FFF;
    font-size: 44px;
    font-family: Oswald;
    font-weight: 700;
    line-height: 1.1;
    margin-right: 16px;
}

.home_news_abtime .year{
    position: relative;
    padding-left: 16px;
    color: #FFF;
    font-size: 16px;
    font-family: Oswald;
    font-weight: 700;
    line-height: 1.5;
}

.home_news_abtime .year::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 16px;
    background: #E6E6E6;
}

.home_news_abtit{
    color: #FFF;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    line-height: 1.33333;
    margin-bottom: 16px;
}

.home_news_abtext p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
}

.home_news_slist{
    border-radius: 8px;
    overflow: hidden;
}

.home_news_slist_dots{
    position: absolute;
    right: 30px;
    bottom: 30px;
    white-space: nowrap;
}

.home_news_flex .left{
    position: relative;
}

.home_news_slist_dots .slick-dots {
    position: static;
}


.home_news_slist_dots .slick-dots li{
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.50);
}


.home_news_slist_dots .slick-dots li.slick-active{
    width: 40px;
    background: rgba(255, 255, 255, 1);
}

.home_news_flex{
    margin: var(--flex-margin);
}

.home_news_ritem{
    margin-bottom: 60px;
}

.home_news_ritem a{
    display: flex;
    align-items: center;
}

.home_news_ritem:last-child{
    margin-bottom: 0px;
}

.home_news_rtime{
    width: 150px;
    text-align: center;
    flex-shrink: 0;
    position: relative;
}

.home_news_rtime::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 100px;
    background-color: #e6e6e6;
    right: 0;
    transform: translate(50%,-50%);
    top: 50%;
}

.home_news_rdate{
    color: #004E9D;
    font-size: 40px;
    font-family: Oswald;
    font-weight: 700;
    line-height: 1.475;
}

.home_news_ryear{
    color: #999;
    font-size: 16px;
    font-family: Oswald;
    font-weight: 700;
    line-height: 1.5;
}

.home_news_rcont{
    padding-left: 40px;
    width: calc(100% - 150px);
}

.home_news_rtit{
    color: #222;
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
    transition: all 0.36s;
}

.home_news_ritem:hover .home_news_rtit{
    color: #0064ca;
}

.home_news_rtext p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page_banner{
    position: relative;
}

.page_banner .img_box{
    padding-top: 26.041666%;
}

.page_banner_cont{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.page_banner_cont .hc_tit40,
.page_banner_cont h1{
    margin-bottom: 16px;
    color: #fff;
}

.bread{
    display: flex;
    align-items: center;   
    justify-content: center;
    color: #fff;
}

.bread_link{
    color: #fff;
    line-height: 1.5;
}

.bread_item{
    font-size: 16px;
    line-height: 1.5;
}

.bread_item{
    margin-right: 6px;
}

.bread_item:last-child{
    margin-right: 0;
}

.bread_item:last-child span{
    display: none;
}

.bread_link:hover{
    text-decoration: underline;
}

.mod_nav{
    display: flex;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(153, 153, 153, 0.10);
}

.mod_nav_item{
    width: 25%;
    text-align: center;
    position: relative;
}

.mod_nav_link{
    display: block;
}

.mod_nav_list{
    position: absolute;
    border-radius: 8px;
    background-color: #fff;
    min-width: 160px;
    left: 50%;
    top: calc(100% + 4px);
    transform: translateX(-50%);
    padding: 0 20px;
    z-index: 2;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    display: none;
}

.mod_nav_items_link{
    font-size: 14px;
    white-space: nowrap;
    display: block;
    padding: 16px 0;
    line-height: 1.65;
    text-align: center;
    color: #222;
    border-bottom: 1px solid #E6E6E6;
}

.mod_nav_items_link:hover{
    color: #0064ca;
    text-decoration: underline;
}


.mod_nav_list::before{
    position: absolute;
    width: 100%;
    height: 4px;
    content: "";
    left: 0;
    bottom: 100%;
    background: transparent;
}

.mod_nav_text::after{
    content: "";
    position: absolute;
    width: 100%;
    border-radius: 1px;
    background: #004E9D;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all 0.36s;
}

.mod_nav_link:hover .mod_nav_text::after{
    opacity: 1;
}

.mod_nav_text{
    display: inline-block;
    position: relative;
    line-height: 60px;
    font-size: 16px;
    color: #222222;
}   

.mod_nav_item.active .mod_nav_text::after{
    opacity: 1;
}

.mod_nav_item.active .mod_nav_text{
    color: #004E9D;
}

.mod_nav_link:hover .mod_nav_text{
    color: #004E9D;
}

.about_info_tit{
    text-align: center;
    margin-bottom: 24px;
}

.about_info_edit{
    width: 1170px;
    margin: 0 auto;
}

.page_banner{
    margin-bottom: 40px;
}

.about_data{
    position: relative;
    z-index: 1;
    padding: 58px 0 80px;
}

.about_data_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.about_data_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_data_list{
    display: flex;
    margin: 0 -20px;
}

.about_data_item{
    padding: 0 20px;
    width: 25%;
    text-align: center;
}

.about_data_play{
    position: absolute;
    width: 64px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,50%);
    display: block;
    box-shadow:  0 0 0 4px #fff;
    border-radius: 50%;
    cursor: pointer !important;
}

.about_data_play img{
    width: 100%;
    border-radius: 50%;
}

.about_show{
    padding-top: 110px;
}

.about_show_tit{
    text-align: center;
    margin-bottom: 50px;
}

.about_show_cont{
    position: relative;
}

.about_show_img{
    padding-top: 66.666666%;
    border-radius: 8px;
}

.about_show_hover{
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0.8);
    border-radius: 8px;
    background: rgba(255, 255, 255,0.8);
    transition: all 0.36s;
    opacity: 0;

}

.about_show_cont:hover .about_show_hover{
    opacity: 1;
    transform: translate(-50%,-50%) scale(1);
}

.about_show_hcont{
    width: 48px;
    line-height: 48px;
    background-color: #004E9D;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 16px;
    text-align: center;
}

.about_show_cont{
    cursor: pointer !important;
}

.about_show_slick{
    margin: var(--flex-margin);
}

.about_show_slick_item{
    padding: var(--flex-padding);
}

.about_show_item:not(:last-child){
    margin-bottom: 30px;
}

.about_show_dots .slick-dots{
    position: static;
}

.about_show_control{
    display: flex;
    justify-content: center;
    align-items: center;
}

.about_show_control .slick-dots li button {
    display: block;
    color: #222222;
}

.about_show_control .slick-dots li{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border:1px solid #F7F7F7;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin: 0 8px;
}


.about_show_control .slick-dots li.slick-active{
    color: #004E9D;
    border-color: #004E9D;
    background: transparent;
}

.about_show_control .slick-dots{
    display: flex;
}

.about_show_control .hc_prev,
.about_show_control .hc_next{
    width: 44px;
    height: 44px;
}

.about_show_dots{
    margin: 0 22px;
}

.mod_navbox{
    width: 100% !important;
    z-index: 50;
}

.about_show_slick{
    margin-bottom: 40px;
}

.honor_cont_tit{
    text-align: center;
}

.honor_img{
    padding-top: 136.36363%;
}

.honor_list{
    display: flex;
    margin: var(--flex-margin);
    flex-wrap: wrap;
}

.honor_item{
    width: 25%;
    padding: var(--flex-padding);
}

.honor_link{
    border: 2px solid #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
    display: block ;
    cursor:pointer !important;
    position: relative;
}

.honor_link::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
    transition: all 0.36s;
    opacity: 0;
}

.honor_link:hover .honor_img img{
    transform: scale(1.03);
}

.honor_link:hover::after{
    opacity: 1;
}

.honor_tits{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all 0.36s;
    z-index: 1;
    transform: translateY(100%);
}

.honor_tits_flex{
    padding: 20px;
    border-radius: 8px;
    background-color: #004E9D;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.honor_text{
    color: #fff;
    line-height: 1.28;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    margin-right: 30px;
}

.honor_link:hover .honor_tits{
    transform: translateY(0%);
}

.honor_item{
    margin-bottom: 30px;
}

.honor_list{
    margin-bottom: 10px;
}

.mod_page .prev span{
    transform: translateY(0px) rotate(0deg);
    font-size: 18px;
}

.mod_page .next span {
    font-size: 18px;
    transform: translateY(0px) rotate(0deg);
}

.mod_page_item a {
    color: #222222;
    transition: all 0.36s;
    font-size: 16px;
    display: block;
    text-align: center;
    width: 44px;
    line-height: 42px;
    border: 1px solid #F7F7F7;
    border-radius: 50%;
    background-color: #F7F7F7;
}

.mod_page_item.prev a,
.mod_page_item.next a{
    background-color: #F7F7F7;
}

.mod_page_item .hc_prev,
.mod_page_item .hc_next{
    width: 44px;
    height: 44px;
    border-color: #F7F7F7 !important
}

.mod_page_item.act a{
    background-color: #004E9D;
}

.mod_page_item a:hover {
    background-color: #004E9D;
    border-color: #004E9D;
}

.mod_page_item:hover .hc_prev,
.mod_page_item:hover .hc_next {
    border-color: #004E9D !important
}


.mod_page_item.prev a:hover,
.mod_page_item.next a:hover {
    background-color: transparent;
    border-color: transparent;
}

.mod_page_item.omit a{
    width: initial !important;
    background-color: transparent !important;
    border: none !important;
    color: #222 !important;
}

.mod_page_item.omit{
    padding: 0 5px;
}

.client_img{
    padding-top: 54.511278%;
}

.client_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.client_item{
    padding: 0 10px;
    width: 20%;
    margin-bottom: 20px;
}

.client_item_conts{
    position: relative;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    transition: all 0.36s;
    overflow: hidden;
    cursor: pointer;
}

.client_item_conts:hover{
    border-color:#004E9D;
}

.client_item_hover{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    color: #fff;
    background-color: #004E9D;
    font-size: 17px;
    opacity: 0;
    transition: all 0.36s;
}

.client_item_hover::after{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.client_item_conts:hover .client_item_hover{
    opacity: 1;
}

.sub_tit,
.client_tit,
.honor_cont_tit{
    text-align: center;
    margin-bottom: 40px;
}

.sub_list{
    display: flex;
    margin: var(--flex-margin);
    flex-wrap: wrap;
}

.sub_item{
    width: 50%;
    padding: var(--flex-padding);
    margin-bottom: 30px;
}

.sub_img{
    padding-top: 56.052173%;
}

.sub_link{
    display: block;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.sub_link_tit{
    position: absolute;
    width: 100%;
    padding: 0 24px;
    bottom: 24px;
    left: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    transition: all 0.36s;
}

.sub_link_cont{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0, 78, 157,0.9);
    padding: 56px 40px 48px;
    transition: all 0.5s;
    transform: translateY(100%);
    opacity: 0;
}

.sub_link_ctit{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 24px;
}

.sub_link_ctext{
    max-height: 146px;
    margin-bottom: 40px;
    overflow: hidden;
}

.sub_link_ctext p{
    color: #fff;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.sub_link_btn{
    width: 48px;
}

.sub_link_btn img{
    width: 100%;
}

.sub_link_cflex{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.client_list{
    margin-bottom: 20px;
}

.product_cont{
    padding-top: 48px;
}

.product_list{
    display: flex;
    flex-wrap: wrap;
    margin: var(--flex-margin);
}

.product_item{
    width: 25%;
    padding: var(--flex-padding);
    margin-bottom: 30px;
}

.product_img{
    padding-top: 100%;
}

.product_tits{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
    transition: all 0.36s;
}

.product_tits .text{
    font-size: 16px;
    line-height: 1.3125;
    color: #222222;
    transition: all 0.36s;
}

.product_tits span{
    color: #666666;
}

.product_img{
    border-radius: 8px;
}

.product_link:hover .product_img img{
    transform: scale(1.03);
}

.product_link:hover .text{
    color: #004E9D;
}

.product_link:hover .iconfont{
    color: #004E9D;
}

.product_link:hover .product_tits{
    border-color: #004E9D;
}

.case_list{
    display: flex;
    flex-wrap: wrap;
    margin: var(--flex-margin);
}

.case_item{
    width: 33.33333%;
    padding: var(--flex-padding);
    margin-bottom: 30px;
}

.hc_container{
    --flex-margin:0 -15px;
    --flex-padding:0 15px;
}

.case_img{
    margin-bottom: 16px;
    border-radius: 8px;
    padding-top: 66.666666%;
}

.case_main .page_banner{
    margin-bottom: 0 !important;
}

.case_tits{
    text-align: center;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3125;
    transition: all 0.36s;
}

.case_link{
    display: block;
    height: 100%;
}

.case_link:hover .case_tits{
    color: #004E9D;
}

.case_link:hover .case_img img{
    transform: scale(1.03);
}

.case_const{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 30px;
    background-color: rgba(0, 78, 157,0.9);
    transition: all 0.36s;
    transform: translateY(100%);
}

.case_const_flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

.case_const_text p{
    color: #fff;
}

.case_const_text{
    margin-bottom: 40px;
}

.case_const_icon{
    width: 44px;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    border: 1px solid #88abce;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.sub_list,
.product_list,
.case_list{
    margin-bottom: 10px !important;
}

.news_main .page_banner{
    margin-bottom: 0;
}

.news_conts{
    color: #222;
    display: flex;
}

.news_conts .left{
    width: 570px;
    flex-shrink: 0;
    margin-right: 60px;
}

.news_conts .right{
    width: calc(100% - 570px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.news_conts_img{
    padding-top: 56.14035%;
    height: 100%;
}

.news_tits{
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 24px;
    transition: all 0.36s;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_texts{
    margin-bottom: 40px;
}

.news_texts p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_conts_bot{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 18px;
    color: #666666;
    border-top: 1px solid #e6e6e6;
    transition: all 0.36s;
}

.news_conts_more{
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.285;
    transition: all 0.36s;
}

.news_conts .left{
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.news_topicon{
    position: absolute;
    width: 105px;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 1;
    padding:5px 0 12px;
}

.news_topicon img{
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
    position: absolute;
    z-index: -1;
}

.news_date{
    color: #FFF;
    font-size: 30px;
    font-family: Oswald;
    font-weight: 700;
    line-height: 1.46;
    margin-right: 15px;
}

.news_year{
    color: #FFF;
    font-size: 14px;
    font-family: Oswald;
    font-weight: 400;
    line-height: 1.5;
    margin-right: 15px;
}

.news_conts:hover .news_conts_img img{
    transform: scale(1.03);
}

.news_conts:hover .news_conts_more{
    color: #004E9D;
}

.news_conts:hover .news_conts_bot span{
    color: #004E9D;
}

.news_conts:hover .news_tits{
    color: #004E9D;
}

.news_item:not(:last-child){
    margin-bottom: 30px;
}

.news_list{
    margin-bottom: 40px;
}

.map-content{
    height: 400px;
}

.contact_main .page_banner{
    margin-bottom: 0;
}

.contact_map{
    padding-bottom: 0px !important;
}

.contact_info_list{
    display: flex;
    justify-content: center;
}

.contact_info_item{
    width: 25%;
    padding: 0 55px;
}

.contact_info_cont{
    text-align: center;
}

.contact_info_icon{
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background-color: #F7F7F7;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    margin-bottom: 32px;
}

.contact_info_icon span{
    color: #004E9D;
}

.contact_info_tit{
    color: #222;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 12px;
}

.contact_info_text a{
    font-size: 16px;
    line-height: 2;
    color: #666666;
}

.contact_info_text a:hover{
    color: #004E9D;
    text-decoration: underline;
}

.contact_form{
    position: relative;
}

.contact_form_tit{
    text-align: center;
}

.contact_forms{
    display: flex;
    flex-wrap: wrap;
    margin: var(--flex-margin);
}

.contact_form_item{
    padding: var(--flex-padding);
    margin-bottom: 20px;
    width: 25%;
}

.contact_form_item:last-child{
    margin-bottom: 0;
}

.contact_form_item.textarea{
    width: 100%;
}

.contact_form_cont{
    position: relative;
    border-radius: 8px;
    background-color: #f7f7f7;
}

.contact_forms{
    --formpadding: 20px
}

.contact_form_cont label{
    position: absolute;
    left: var(--formpadding);
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.36s;
    color: #666666;
    font-size: 14px;
    line-height: 2;
}

.contact_form_cont input{
    width: 100%;
    height: 50px;
    padding: 0 var(--formpadding);
}

.contact_form_item textarea{
    width: 100%;
    height: 140px;
    padding: 12px var(--formpadding);
    line-height: 2;
}

.contact_form_item.textarea label{
    top: 26px;
    left: var(--formpadding);
}

.contact_form_item.active label{
    top: 0;
}

.contact_form_item.button{
    width: 100% !important;
}

.contact_form_item.button .contact_form_cont{
    text-align: center;
    background-color: transparent;
}

.contact_form_item button{
    display: inline-flex;
    min-width: 120px;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    height: 48px;
    color: #Fff;
    background-color: #004E9D;
    border-radius: 48px;
}

.contact_form_item button div{
    font-size: 14px;
    margin-left: 10px;
}

.contact_form_bg{
    width: 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    bottom: 0;
}

.contact_form_bg img{
    width: 100%;
}

.prodeta_bimg,
.prodeta_simg{
    padding-top: 100%;
}

.prodeta_flex{
    display: flex;
    justify-content: space-between;
}

.prodeta_flex_left{
    width: 40.425531%;
}

.prodeta_slist{
    width: 53.900709%;
}

.prodeta_sslick{
    position: relative;
    padding: 0 47px;
    margin-top: 16px;
}

.prodeta_prev,
.prodeta_next{
    width: 32px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
    font-size: 15px;
    background-color: #E6E6E6;
    transition: all 0.36s;
    border-radius: 8px;
    flex-shrink: 0;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.prodeta_prev:hover,
.prodeta_next:hover{
    background-color: #004E9D;
}

.prodeta_prev:hover span,
.prodeta_next:hover span{
    color: #fff;
}

.prodeta_prev{
    left: 0;
    transform: rotate(180deg);
}

.prodeta_next{
    right: 0;
}

.prodeta_slist {
    flex-grow: 1;
}

.prodeta_slist{
    width: 100%;
    margin-left: -2px;
}

.prodeta_slist .slick-list{
    margin: 0 -6px;
}

.prodeta_sitem {
    padding: 0 6px;
}

.prodeta_simg{
    border-radius: 8px;
}

.prodeta_simg::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    opacity: 0.6;
    transition: all 0.36s;
}

.slick-current .prodeta_simg::after{
    opacity: 0;
}

.prodeta_bimg {
    border-radius: 8px;
}

.prodeta_right_tit{
    color: #222;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.33333;
    margin-bottom: 32px;
}

.prodeta_flex_ritem::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background:linear-gradient(to right,#cccccc 4px,transparent 4px) ;
    background-size: 8px 100%;
    bottom: 0;
    left: 0;
    display: block;
}

.prodeta_flex_ritem::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background:linear-gradient(to right,#cccccc 4px,transparent 4px) ;
    background-size: 8px 100%;
    top: 0;
    left: 0;
    display: block;
}


.prodeta_flex_right{
    width: 53.90070%;
    padding-top: 30px;
}

.prodeta_flex_ritem{
    padding: 32px 0;
    position: relative;
}

.prodeta_flex_rtit{
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 12px;
    font-weight: bold;
}

.prodeta_flex_ritem:last-child::after{
    display: none;
}

.prodeta_flex_ritem:last-child{
    padding-bottom: 0;
}

.prodeta_main .product_cont{
    margin-bottom: 64px;
}

.prodeta_info h2,
.prodeta_other h2{
    line-height: 1.3333333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 16px;
}

.prodeta_other  h2{
    margin-bottom: 25px;
}

.prodeta_info{
    margin-bottom: 54px;
}

.prodeta_other .product_item{
    margin-bottom: 0 !important;
}

.prodeta_other .product_list{
    display: block;
    margin-bottom: 0 !important;
}

.ft{
    background-color: #00264D;
}

.ft_top{
    padding-top: 72px;
    padding-bottom: 88px;
}

.ft_bot{
    border-top: 1px solid rgba(255, 255, 255,0.2);
}

.ft_top .hc_cont1410{
    display: flex;
    justify-content: space-between;
}


.ft_top .left{
    width: 382px;
    margin-right: 30px;
}

.ft_logo{
    width: 210px;
    margin-bottom: 40px;
    display: block;
}

.ft_logo img{
    width: 100%;
}

.ft_left_item:not(:last-child){
    margin-bottom: 15px;
}

.ft_left_conts{
    display: flex;
}

.ft_left_tit,
.ft_left_text p,
.ft_left_text a{
    color: #fff;
    font-size: 14px;
    line-height: 2;
    opacity: 0.8;
}

.ft_left_tit{
    flex-shrink: 0;
}

.ft_left_text a:hover{
    opacity: 1;
    text-decoration: underline;
}

.ft_top .right{
    display: flex;
}

.ft_item:not(:last-child){
    margin-right: 120px;
}

.ft_item_tit{
    font-size: 20px;
    margin-bottom: 45px;
    font-weight:bold;
    color: #fff;
    margin-top: 40px;
}

.ft_item_list a{
    font-size: 16px;
    color: #fff;
    line-height: 2;
    display: block;
    padding: 8px 0;
    opacity: 0.8;
}

.ft_item_list a:hover{
    opacity: 1;
    text-decoration: underline;
}

.ft_item.client{
    width: 370px;
    flex-shrink: 0;
}

.ft_client_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.ft_client_list li{
    /* width: 50%; */
    width: 33.333%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.ft_client_cont{
    border: 1px solid rgba(255, 255, 255,.2);
    transition: all 0.36s;
    cursor: pointer;
}

.ft_client_cont:hover{
    border: 1px solid rgba(255, 255, 255,.8);
}

.ft_bot{
    display: flex;
    justify-content: center;
    padding: 24px 30px;
}

.ft_bot p,
.ft_bot a{
    margin: 0 5px;
    display: block;
    line-height: 1.285;
    font-size: 16px;
    color: rgba(255, 255, 255,0.8);
}

.ft_bot a:hover{
    color: rgba(255, 255, 255,1);
}

.sitemap{
    text-decoration: underline !important;
}

.hd.active{
    background-color: #fff;
}

.hd.active .hd_link{
    color: #222;
}

.hd.active::after{
    opacity: 0;
}

.hd.active .hd_search:hover {
    background-color: #004E9D;
    border-color: #004E9D;
}

.hd.active .hd_search .iconfont {
    color: #222;
}


.hd.active .hd_search .hd_search_text {
    color: #222;
}

.hd.active .hd_search {
    border: 1px solid rgba(0, 0, 0, 0.50);
}

.hd.active .hd_search:hover .hd_search_text {
    color: #fff;
}

.hd.active .hd_search:hover .iconfont {
    color: #fff;
}

.hd.active{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}

.ct_aside1{
    position: fixed;
    top: 55%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 10;
}

.ct_aside1_list{
    margin-bottom: 15px;
    transition: all 0.36s;
}

.ct_aside1_item{
    margin-bottom: 10px;
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
}

.ct_aside1_item:last-child{
    margin-bottom: 0;
}

.ct_aside1_link{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(34, 34, 34,0.2);
    font-size: 24px;
    color: #fff;
    transition: all 0.36s;
}

.ct_aside1_item.active .ct_aside1_link{
    background-color: #031417;
}

.ct_aside1_item:hover .ct_aside1_link{
    background-color: #fff;
    box-shadow:  0 0 10px 0 rgba(0, 0, 0, .09);
}

.ct_aside1_item:hover span{
    color: #004E9D;
}

.ct_aside1_link,
.ct_aside1_switch{
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.ct_aside1_switch{
    background-color: #6295a7;
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
    display: none;
}

.ct_aside1_switch::after,
.ct_aside1_switch::before{
    content: "";
    position: absolute;
    background-color: #fff;
    transition: all 0.36s;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ct_aside1_switch::after{
    width: 2px;
    height: 15px;
}

.ct_aside1_switch::before{
    height: 2px;
    width: 15px;
}

.ct_aside1_switch.active{
    background-color: #031417;
    transform: rotate(-135deg);
}

.ct_aside1_cont{
    position: absolute;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%) translateX(100px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .04);
    transition: all 0.36s;
    opacity: 0;
    pointer-events: none;
}

.ct_aside1_item.active .ct_aside1_cont{
        pointer-events: all;
        opacity: 1;
        transform: translateY(-50%) translateX(0px);
    }

.ct_aside1_cont::after{
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 100%;
}

.ct_aside1_cont .qr{
    width: 100px;
    padding: 2px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.07);
    background-color: #fff;

}

.ct_aside1_cont .qr img {
    width: 100%;
}

.ct_aside1_cont a{
    display: inline-block;
    padding: 17px 22px;
    background-color: #004e9d;
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.07);
    white-space: nowrap;
}

/* type-animatelist */
.ct_aside1_list.animatelist{
    transform: translateX(100px);
}

.ct_aside1_list.active{
    transform: translateX(0px);
}

/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item{
    transform: translateX(100px);
}

.ct_aside1_list.active .ct_aside1_item{
    transform: translateX(0px) ;
}

/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item{
    transform: translateX(80px) rotate(360deg);
}

.ct_aside1_list.active .ct_aside1_item{
    transform: translateX(0px) rotate(0deg);
}

@media screen and (max-width:768px) {
    .ct_aside1_list{
        display: none;
    }

    .ct_aside1{
        top: initial;
        right: 20px;
        bottom: 70px;
        transform: translateY(0);
    }

    .ct_aside1_switch{
        display: block;
    }

}

/* hover */
@media screen and (min-width:1200px) {
    .ct_aside1_switch:hover{
        background-color: #031417;
    }

    .ct_aside1_item:hover .ct_aside1_cont{
        pointer-events: all;
        opacity: 1;
        transform: translateY(-50%) translateX(0px);
    }
}

.mod_navbox .hc_cont1410{
    transition: all 0.36s;
}

.mod_navbox.active .hc_cont1410{
    width: 100% !important; 
}

.contact_form_cont label{
    margin-bottom: 0 ;
}

.contact_forms {
    width: initial;
}

/* sitemap */
.sitemap_cont_list{
    display: flex;
    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: 
    #004E9D;
    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: #004E9D;
    text-decoration: underline;
}

@media screen and (max-width: 1680px) {
    .sitemap_cont {
        padding: 60px 0 0px;
    }

    .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;
    }

    .sitemap_cont {
        padding: 40px 0 0px;
    }
}

@media screen and (max-width: 768px) {
    .sitemap_cont {
        padding: 30px 0 0px;
    }

    .sitemap_cont_list{
        flex-direction: column;
    }

    .sitemap_cont_item{
        width: 100%;
        margin-bottom: 10px;
    }

    .sitemap_second_list {
        margin-top: 10px;
    }

    .sitemap_second_item {
        margin-bottom: 6px;
    }

    .sitemap_cont_item:last-child{
        margin-bottom: 0;
    }

    .hd::after {
        height: 60px;
    }


}
/* sitemap-end */

/* 搜索页 */
.product_search{
    margin-bottom: 20px;
}

.product_search_tit{
    font-family: Redbold;
    font-size: 22px;
    color: #14151a;
    margin-bottom: 15px;
}

.product_search_text{
    background-color: #f3f5f8;
    padding: 12px 20px;
    color: #999999;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}


@media screen and (max-width: 1440px) {
    /* 搜索页 */
    .product_search_tit {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .product_search_text {
        padding: 10px 15px;
    }

    .product_search {
        margin-bottom: 15px;
    }
    /* 搜索页-end */
}

/* 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_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: #0064ca;
}

.newdate_prev {
    margin-bottom: 20px;
}

.pdrf_shares_text {
    flex-shrink: 0;
    font-size: 20px;
    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: 20px;
    }

    .news_primary {
        padding-top: 20px !important;
        padding-bottom: 35px !important;
    }

    .pdrf_shares_text {
        font-size: 14px;
    }
}
/* newdate-end */

.c_pcbtn{
    display: none;
}

.home_case .hc_prev span,.home_case .hc_next span {
    color: #004E9D;
}

.home_case .hc_prev:hover span, .home_case .hc_next:hover span {
    color: #fff;
}

.mod_online_link span {
    font-size: 18px;
    color: #fff;
    margin-bottom: 7px;
}

.mod_online{
    background-color: #004e9d;
}

.ct_aside1_switch {
    background-color: #004e9d;
}

.home_ban_video{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.home_ban_video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_ban_video_btn{
    display: none;
}

.hd_three{
    display: none;
}

.home_pro_ritem.slick-current .home_pro_rcont{
    color: #004e9d;
}

.home_pro_ritem:hover .home_pro_rcont{
    color: #004e9d;
}

.home_case_cont:hover .home_case_bot div{
    color: #0064ca;
}

.home_case_cont:hover .home_case_bot span{
    color: #0064ca;
    transform: translateX(5px);
}

.home_case_bot div{
    transition: all 0.36s;
}

.about_show .hc_prev,
.about_show .hc_next{
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
}

.about_show .hc_prev:hover,
.about_show .hc_next:hover{
    background-color: #004E9D;
}

.about_show .slick-dots li:hover{
    border-color: #004E9D;
}

.home_news_scont:hover img{
    transform: scale(1.04);
}

.home_case_cont:hover img{
    transform: scale(1.04);
}

.ph_banner{
    display: none;
}

.mod_three_list{
    position: absolute;
    min-width: 160px;
    background-color: #fff;
    border-radius: 8px;
    left:calc(100% - 1px);
    top:0%;
    padding:12px 20px ;
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, .03);
    transition: all 0.36s;
    opacity: 0;
    pointer-events: none;
    /* display: none; */
    min-height: 100%;
}

.mod_nav_list{
    padding-left: 0 !important;
    padding-right: 0 !important;
    
}

.mod_three_link{
    font-size: 14px;
    color: #222222;
    white-space: nowrap;
    line-height: 1.6;
    display: block;
    padding: 7px 0;
    
}

.mod_nav_items:hover .mod_three_list{
    opacity: 1;
    pointer-events: all;
}


/* .mod_nav_list{
    display: block !important;
} */
/* .mod_nav_items:not(:first-child) .mod_three_list{
    display: none !important;
} */

.mod_nav_items_link{
    border-bottom: none !important;
    position: relative;
}

.mod_nav_items_link::after{
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #E6E6E6;
}

.mod_three_link:hover{
    color: #004e9d;
    text-decoration: underline;
}

.mod_three_item.active .mod_three_link{
    color: #004e9d;
    text-decoration: underline;
}

.mod_nav_item.reversal .mod_three_list{
    right:calc(100% - 1px);
    left: initial !important;
    top:0%;
    box-shadow: -5px 0 5px 0 rgba(0, 0, 0, .06);
}































































/* hover */
@media screen and (min-width:1200px) {
    .case_link:hover .case_const{
        transform: translateY(0);
    }

    .sub_link:hover .sub_link_cont{
        transform: translateY(0%);
        opacity: 1;
    }
    
    .sub_link:hover .sub_link_tit{
        opacity: 0;
        transform: translateY(-20px);
    }

    .hd_second_link:hover{
        color: #004E9D;
    }
}