@charset "utf-8";
/* CSS Yang */
.nybanner{  
    width: 100%;  
    position: relative; 
}  
.nybanner_bg{  
    width: 100%; 
    min-height: 10px;  
    padding-bottom: 31%; 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    position: relative;
}  
.ny_menu{
    margin-top: -90px;
    width: 100%;
}
.ny_menu_tt{
    width: 85%;
    position: relative;
}
.ny_menu_tt_t{
    color: #fff;
    font-size: 38px;
    height: 50px;
    letter-spacing: 3px;
    text-shadow: 2px 2px 2px #000000;
}
.ny_menu_tt_up{
    width: 100%;
}
.ny_menu_tt_up span{
    width: 0;
    height: 0;
    display: block;
    border-width: 20px;
    border-style: solid;
    border-color: transparent #2667ac transparent transparent;
    transform: rotate(90deg);
}
.ny_menu_nav{
    background-color: #2667ac;
    padding-top: 20px;
    padding-bottom: 10px;
}
.ny_menu_nav_lt{
    width: 85%;
}
.ny_menu_nav_lt a{
    text-decoration: none !important;
    color: #fff;
    font-size: 16px; 
}
.ny_menu_nav_lt a span{
    display: inline-flex;
    height: 38px;
    margin-right: 12px;
    margin-bottom: 12px;
    padding: 6px 20px;
    border: 1px solid #7ea8d1;
    transition: 800ms;
    -webkit-transition: 800ms;
    box-sizing: border-box;
}
.ny_menu_nav_lt a:hover span{
    border: 1px solid white;
    background-color: white;
    color: #2667ac;
}
.ny_menu_nav_lt .act {
    border: 1px solid white;
    background-color: white;
    color: #2667ac;
}
.about_ct1{
    position: relative;
    width: 86%;
    height: 100%;
    padding: 50px 0;
    max-width: 100%;
    margin: 0 auto;
}
.about_box{
    float: left;
    width: 65%;
}
.about_box_t1{
    color: #333;
    font-size: 40px;
    line-height: 120%;
}
.about_box_t1 span{
    color: #2666AA;
}
.about_box_t2{
    color: #df1a46;
    font-size: 20px;
    line-height: 120%;
    margin: 30px 0;
}
.about_box_ct{
    font-size: 16px;
    color: #333;
    line-height: 1.8;
}
.about_box_ct p{
    text-indent: 25px;
    margin-bottom: 30px;
}
.about_data{
    width: 30%;
    float: right;
    margin-top: -40px;
}
.about_data .about_list{
    float: left;
    display: flex;
    width: 50%;
    align-items: center;
    padding: 50px 0 20px 0;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #d4d4d4;
}
.about_data .about_list .about_icon {
    width: 76px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    overflow: hidden;
}
.about_data .about_list .about_icon img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.about_data .about_list .about_icon_bt {
    display: flex;
    align-items: baseline;
    margin: 10px 0;
}
.about_data .about_list .about_icon_bt .about_num {
    color: #e90439;
    font-size: 45px;
    font-weight: 700;
    font-family: "bahnschrift","Microsoft Sans Serif";
}
.about_data .about_list .about_icon_bt .about_unit {
    color: #fff;
    width: 49px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background-color: #e90439;
    border-radius: 50%;
    margin-left: 5px;
}
.about_data .about_icbt_t {
    color: #000;
    line-height: 150%;
    font-size: 16px;
    min-height: 50px;
}
.about_list .about_icon_bt .about_more{
    color: #e90439;
    font-size: 16px;
    font-family: "bahnschrift","Microsoft Sans Serif";
}
@media (max-width:768px){
    .ny_menu{
        margin-top: 0px;
    }
    .ny_menu_tt{
        display: none;
    }
    .ny_menu_nav{
        padding-top: 10px;
        padding-bottom: 0px;
    }
    .ny_menu_nav_lt{
        width: 92%;
    }
    .ny_menu_nav_lt a{
        font-size: 12px; 
    }
    .about_box_ct p {
        text-indent: 2em;
        margin-bottom: 16px;
    }
    .ny_menu_nav_lt a span {
        height: 31px;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 6px 12px;
    }
    .about_box_t1{
        font-size: 20px;
        line-height: 120%;
    }
    .about_ct1{
        width: 92%;
        height: 100%;
        padding: 20px 0;
        max-width: 100%;
    }
    .about_box{
        float: left;
        width: 98%;
    }
    .about_data {
        width: 98%;
        float: left;
        margin-top: 10px;
    }
    .about_data .about_list .about_icon_bt .about_num {
        font-size: 28px;
    }
    .about_data .about_list .about_icon_bt .about_unit {
        width: 39px;
        height: 21px;
        line-height: 21px;
        border-radius: 50%;
        margin-left: 5px;
        font-size: 12px;
    }
}
.about_yj {  
    width: 100%;  
    height: 300px; 
    position: relative;  
    overflow: hidden;  
}  
.about_yj::before,  
.about_yj::after {  
    content: "";  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    z-index: -1;
}
.about_yj::before {  
    left: 0;  
    width: 50%;  
    background-image: url('../images/about_y_left.jpg');
    background-size: cover;  
    background-position: center;  
}
.about_yj::after {  
    right: 0;  
    width: 50%;  
    background-image: url('../images/about_y_right.jpg');
    background-size: cover;  
    background-position: center;  
}
.about_yj_ct {  
    display: flex;
    width: 86%;
    height: 100%;
    justify-content: space-between;
}
.about_yj_ct_lr {  
    display: flex;  
    flex-direction: column;  
    justify-content: flex-end; 
    align-items: flex-start; 
    width: 48%;
    height: 100%;
    padding: 0 1%; 
    box-sizing: border-box;  
    position: relative;  
    z-index: 1;
}  
.about_yj_item {  
    flex: 1; 
    display: flex;  
    align-items: flex-end;  
    justify-content: flex-start;   
    padding-bottom: 10px;
    box-sizing: border-box;  
} 
.about_yj_dh, .about_yj_title {  
    margin: 0;
    padding: 0; 
    text-align: left; 
    white-space: nowrap;  
    overflow: hidden;  
    text-overflow: ellipsis; 
    color: #666;
    font-size: 26px;
    flex: 1.2; 
} 
.about_yj_title {  
    font-size: 40px; 
    color: #333;
    flex: 1.5; 
}
.about_yj_tab::before{  
    width: 120px;
    height: 10px;  
    background-color: #2767AA;   
    content: "";  
    position: absolute;
    left: 2%;
    transition: all 0.5s;
}
.about_yj_ct_lr:hover  .about_yj_tab::before{  
    width: 50%;
}  
@media (max-width:768px){
    .about_yj {
        height: 216px;
    }
    .about_yj_ct {  
        display: flex;
        width: 96%;
        height: 100%;
        flex-wrap: wrap;
    }
    .about_yj_ct_lr {  
        display: flex;  
        align-items: flex-start; 
        width: 45%;
        height: 100%;
        padding: 0 1%; 
        position: relative;  
    }  
    .about_yj_title {  
        font-size: 14px; 
        color: #333;
        flex: 1.5; 
    }
    .about_yj_dh{  
        font-size: 18px;
    } 
}

.about_tac {  
    display: flex;
    justify-content: space-between;  
    width: 86%;
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0 15px;   
    box-sizing: border-box; 
} 
.about_tac_st {  
    flex: 1 1 calc(50% - 20px);
    max-width: 280px;  
    margin: 0 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  
    border: 1px solid #ccc;  
    border-radius: 8px;  
    overflow: hidden;
    background-color: #fff;  
    box-sizing: border-box;
    padding: 30px 10px;
    transition: all 0.5s; 
}
.about_tac_st .abicon img{ 
    transition: all 0.5s; 
}

.about_tac_st:hover {  
    transform:translateY(-10px);
}
.about_tac_st:hover .abicon img{ 
    transform:scale(1.1);
}
.about_tac .about_tac_st:only-child {  
    margin: 0 auto;  
}  
.about_tac_st:first-child,  
.about_tac_st:last-child {  
    margin-left: 0;
    margin-right: 0;
}
.about_tac_st .abicon {  
    display: block;
    margin: 20px auto 10px;
    font-size: 24px;
    text-align: center;
}
.about_tac_st .abtitle {  
    text-align: center;
    margin: 10px 0px 30px 0;
    font-weight: bold;
    font-size: 14px;
}
.about_tac_st .abtext p {  
    margin: 10px 10px 0;
    text-align: justify;
    font-size: 13px;
    line-height: 200%;
}
.about_tac_st .abtext p:first-child {  
    margin-bottom: 20px;
}
@media (min-width: 1520px) {  
    .about_tac_st {  
        flex: 1 1 calc(25% - 20px);  
    }  
}
@media (max-width: 768px) {  
    .about_tac {  
        flex-wrap: wrap;
        width: 96%;
        margin-top: 40px;
        margin-bottom: 40px;
    } 
    .about_tac_st{  
        margin-left: 0; 
    }
    .about_tac_st:nth-child(1),.about_tac_st:nth-child(3) {  
        margin-right: 10px !important; 
    }
    .about_tac_st:nth-child(3) {  
        margin-left: 0px !important; 
    }
    .about_tac_st .abicon {  
        margin: 10px auto 10px;
        font-size: 18px;
    }
    .about_tac_st {  
        flex: 1 1 calc(50% - 20px);
        max-width: 280px;  
        margin: 0px;
        margin-bottom: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);  
        border-radius: 8px;  
        padding: 20px 10px;
        transition: all 0.5s; 
    }
    .about_tac_st .abtext p {  
        margin: 5px 5px 0;
        text-align: justify;
        font-size: 12px;
        line-height: 160%;
    }
    .about_tac_st .abtext p:first-child {  
        margin-bottom: 10px;
    }
    .about_tac_st .abtitle {  
        margin: 10px 0px 15px 0;
        font-size: 14px;
    }
}


.a_brand {  
    width: 100%;  
    background-image: url(../images/abbgtxt.jpg);  
    background-size: cover;  
    background-repeat: no-repeat;  
    height: auto;
    max-height: 816px;
    overflow: hidden; 
    position: relative; 
    padding: 20px;  
    box-sizing: border-box;  
}
.a_brand_ct {  
    width: 86%;  
    margin: 0 auto;
    display: flex;  
    flex-direction: column;
    gap: 20px;
    padding-bottom: 90px;
}
.a_brand_tt {
    font-size: 50px;
    color: white;
    text-align: center;  
    margin-bottom: 20px;
}
.a_brand_row {  
    width: 100%;  
    display: flex;  
    justify-content: space-between;  
    padding:40px 0;
    padding-left: 60px;
}  
.no_left_padding {  
    padding-left: 0; 
}
.a_brand_txt {  
    color: white;
    font-size: 30px;
    flex: 1;
    text-align: left;
}
.a_brand_txt:nth-child(2){
    text-align: center;
}
.a_brand_txt:nth-child(3){
    text-align: right;
}

.a_brand_flexplus{
    flex: 1.5 !important;    
}
@media (max-width: 1520px) {  
    .a_brand_row {  
        padding-top:30px;
        padding-bottom:30px;
    }  
    .a_brand_ct {  
        gap: 10px;
        padding-bottom: 60px;
    }
    .a_brand_txt {  
        font-size: 18px;
    }
}
@media (max-width: 1020px) {  
    .a_brand_row {  
        padding-top:15px;
        padding-bottom:15px;
    } 
    .a_brand_ct {  
        gap: 10px;
        padding-bottom: 30px;
    }
    .a_brand_txt {  
        font-size: 14px;
    }
}
@media (max-width: 768px) { 
    .a_brand_row {  
        flex-direction: column; 
        align-items: flex-start;  
        padding-left: 0;  
        gap: 16px;
        padding-top:5px;
        padding-bottom:5px; 
    } 
    .text-block, .full-width {  
        margin-bottom: 10px;   
    }  
    .a_brand_tt {  
        font-size: 1.5em;
    }  
    .a_brand_txt {  
        font-size: 12px;
    }
    .a_brand_ct {  
        gap: 5px;
        padding-bottom: 10px;
        width: 96%;
    }
}

.about_honor {  
    width: 100%;  
    background-image: url(../images/honor_bg.jpg);  
    background-size: cover;    
    background-repeat: no-repeat;    
    overflow: hidden; 
} 
.about_honor_ct {  
    width: 86%;
    margin: 0 auto;  
    padding: 20px;  
    box-sizing: border-box; 
}
.about_honor_ct_a {  
    position: relative;
    margin-top: 50px;
}
.about_honor_ct_a .ahonor_att {  
    font-size: 36px;  
    margin-bottom: 29px;
    font-weight: 500;
    text-indent: 2px;
}
.about_honor_ct_a .ahonor_a_ct {  
    max-height: 300px;  
    width: 512px;
    margin-left:1px;
    overflow-y: auto;  
    position: relative;  
    scrollbar-width: thin;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border-bottom: 1px rgb(192, 192, 192) solid;
    padding-bottom: 20px;
}
.about_honor_ct_a .ahonor_a_ct::-webkit-scrollbar {  
    width: 5px;
} 
.about_honor_ct_a .ahonor_a_ct .ahonor_a_list {  
    display: flex;  
    align-items: center;  
    margin-bottom: 28px;  
    position: relative;
    padding-left: 26px; 
}
.ahonor_a_list:before {  
    content: " "; 
    display: inline-block;
    width: 18px;
    height: 20px;
    background-image: url('../images/honor_ico.png');
    background-size: contain;   
    background-repeat: no-repeat;  
    position: absolute; 
    left: 0;
    top: 50%;
    transform: translateY(-50%);
} 
.about_honor_ct_a .ahonor_a_list .text {  
    font-size: 20px;
}
.about_honor_ct_b {  
    margin-top: 20px;  
    margin-bottom: 50px;
}
.about_honor_ct_b .about_date {  
    font-size: 16px;  
    color: #666;
    margin:20px 0;
    margin-top: 50px;
}
.about_honor_ct_b .about_b_t1 {  
    font-size: 28px;
    margin-bottom: 0px;
    margin-top: 30px;
}
.about_honor_ct_b .about_b_t2 {  
    font-size: 60px;
    display: flex;
    align-items: center;
    font-weight: bold;
    margin:5px 0;
}
.about_honor_ct_b .about_b_t2 .red{  
    color: red;  
    margin-right: 5px; 
    font-weight: 500;
}
@media (max-width:768px){
    .about_honor_ct {  
        width: 92%;
        padding: 10px;  
    }
    .about_honor_ct_a .ahonor_att {
        font-size: 28px;
    }
    .about_honor_ct_a .ahonor_a_list .text {
        font-size: 16px;
    }
    .about_honor_ct_a {
        margin-top: 20px;
    }
    .about_honor_ct_a .ahonor_a_ct {
        max-height: 300px;
        width: 100%;
        padding-bottom: 20px;
    }
    .about_honor_ct_b .about_b_t1 {  
        font-size: 20px;
        margin-top: 20px;
    }
    .about_honor_ct_b .about_b_t2 {  
        font-size: 40px;
        margin:5px 0;
    }
    .about_honor_ct_b {
        margin-bottom: 20px;
    }
    .about_honor_ct_b .about_date {
        font-size: 16px;
        margin-top: 20px;
    }
}