@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: -40px;
    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;
}
@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; 
    }
    .ny_menu_nav_lt a span {
        height: 31px;
        margin-right: 10px;
        margin-bottom: 10px;
        padding: 6px 12px;
    }
}

.mf_mf {  
    height: 100%;  
    padding-top: 1vh;
    overflow: hidden; 
    box-sizing: border-box;  
    text-align: center;
} 
.mf_mf_ct { 
    padding: 10vh 0px;
    max-width:686px;
}
.mf_mf_ct h3{
    margin: 0;
    padding: 0; 
    font-size: 60px;
    color:#4A6CBD;
    text-align: center;
}
.mf_mf_ct p{
    margin: 0;
    padding: 0; 
    padding-bottom: 2vh;
    font-size: 18px;
    color:#666;
    text-align: center;
    line-height: 180%;
    margin-top: 5vh;
}  
@media(max-width:768px){
    .mf_mf_ct { 
        padding: 4vh 0px;
        max-width:768px;
    }
    .mf_mf_ct h3{
        font-size: 28px;
    }
    .mf_mf_ct p {
        padding: 0 5vw;
        padding-bottom: 2vh;
        font-size: 16px;
        line-height: 180%;
        margin-top: 2vh;
        box-sizing: border-box;
    }

}

.mf_adv {  
    height: 100%;  
    padding-top: 10vh;
    padding-bottom: 8vh;
    overflow: hidden; 
    box-sizing: border-box;  
    text-align: center;  
    background-image: url(../images/mf_adv_bg.jpg);  
    background-size: cover;  
    background-position: center;  
    background-repeat: no-repeat; 
} 
.mf_adv_bt{
    padding-bottom: 2%;
    box-sizing: border-box;
}
.mf_adv_bt h3{
    padding:0px;
    margin:0 auto;
    font-size: 60px;
    color: #4A6CBD;
    font-weight: bold;   
}
.mf_adv_ct{
    width: 86%;
    max-width: 1180px;
}
.mf_adv_list{
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 5.5% 0;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease; 
}
.mf_adv_list img{
    transition: all 0.5s ease; 
}
.mf_adv_list::after{
    content: " ";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    right:0px;
    background-color: #999;
    z-index: 2;
    transition: border-color 0.1s ease; 
}
.mf_adv_ico {  
    width: auto; 
    height: 50px;  
    margin-bottom: 10px;
}  
.mf_adv_title {  
    margin: 0; 
    padding: 0;
    font-size: 18px;
    color: #4A6CBD;
    padding-top: 4%;
    box-sizing: border-box;
    font-family: "黑体";
}
.mf_adv_list:hover {  
    box-shadow: 0 4px 8px -5px rgba(0, 0, 0, 0.3);  

}  
.mf_adv_list:hover img{
    transform:scale(1.1);

}  
@media(max-width:768px){
    .mf_adv {  
        padding-top: 5vh;
        padding-bottom: 5vh;
    } 
    .mf_adv_bt {
        padding-bottom: 4%;
    }
    .mf_adv_bt h3{
        font-size: 28px;
    }
    .mf_adv_ct{
        width: 92%;
        max-width: 768px;
    }
    .mf_adv_list {
        width: 50%;
        padding: 5.5% 0;
    }
    .mf_adv_title {
        font-size: 12px;
        padding-top: 4%;
    }
    .mf_adv_list::after {
        width: 0px;
    }
    .mf_adv_list:nth-child(2n+1):after {
        width: 1px;
    }
}


.mf_scene{
    height: 100%;
    padding-top: 5vh; 
    padding-bottom: 10vh; 
    background: white;
    box-sizing: border-box;
}
.mf_scene_tt{
    display: block;
    text-align: center;
}
.mf_scene_tt h3{
    font-size: 60px;
    font-weight: 700;
    color: #4A6CBD;
}
.mf_scene_ct {  
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 5vh;
    position: relative;
    overflow: hidden;
    padding-bottom: 39px;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
}
.swiper-pagination{
    width: 100%;
    padding-top: 20px;
}
.swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}
.swiper-slide img{
      width:100% !important;
      height:auto !important;
      transition:1s linear 2s;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #DB0032 !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
:root {--swiper-navigation-size: 26px !important;}

@media (max-width:768px){
    .mf_scene{
        padding-top: 2vh; 
        padding-bottom: 5vh; 
    }
    .mf_scene_tt h3{
        font-size: 28px;
    }
    .swiper-pagination-bullet {
        width: 6px !important;
        height: 6px !important;
    }
}


.new_pro {  
    width:100%;
    height: 100%;  
    padding-top: 1vh;
    overflow: hidden; 
    box-sizing: border-box;  
    text-align: center;
} 
.new_pro_tt { 
    padding: 2vh 0px;
    max-width:686px;
    padding-bottom: 2vh;
}
.new_pro_tt h3{
    margin: 0;
    padding: 0; 
    font-size: 60px;
    color:#4A6CBD;
    text-align: center;
}
.new_pro_tt p{
    margin: 0;
    padding: 0; 
    padding-bottom: 1vh;
    font-size: 18px;
    color:#666;
    text-align: center;
    line-height: 180%;
    margin-top: 2vh;
    font-family: "黑体";
}  
.new_pro_list {  
    width: 100%;  
    height: 100%;  
    padding-top: 15vh;  
    padding-bottom: 12vh;
	margin-bottom:10px;
    overflow: hidden;  
    box-sizing: border-box;  
    background-image: url(../images/new_prodjbg.jpg);  
    background-size: cover;  
    background-position: center;  
    background-repeat: no-repeat;  

}  
.new_pro_ct {  
    display: flex; 
    width: 60%;  
    box-sizing: border-box;  
}  
.newpro_left, .newpro_right{  
    width: 50%;
}
.newpro_left{
    text-align: left;
}
.newpro_right{
    text-align: right;
}
.newpro_left_title {  
    font-weight: bold;
    font-size: 50px;
    padding: 0;
    margin: 0;
    color:black;
}
.newpro_left_subtitle {  
    color: #6B6C70;  
    font-size: 28px; 
    padding: 0;
    margin: 26px 0;
}
.newpro_left_ct {  
    margin-top: 10px;
    width: 80%;
    display:flex;
    flex-wrap: wrap;
    list-style: none;
}
.newpro_left_ct  li{
    list-style: none;
    margin-bottom: 20px;
    position: relative;  
    padding-left: 20px; 
    width: 40%;
    font-size: 20px;
    color:#6B6C70;
    font-weight: lighter;
}
.newpro_left_ct  li span { 
    font-size: 20px;
    position: absolute;  
    left: 0;  
    top: -2px;
    color:#4A6CBD;
}
.newpro_more {  
    font-size: 20px;
    background-color: #3070F4;  
    color: white;  
    text-decoration: none;  
    padding: 12px 40px;
    border-radius: 8px;
    margin-top: 20px; 
    display: inline-block;  
    transition: transform 0.1s ease-in-out, background-color 0.1s ease-in-out;
}
.newpro_more:hover {
    transform: translateY(-5px);
    background-color: red;
}  
.newpro_image {
    max-width: 100%;
    height: auto;
    transition: transform 0.2s ease-in-out;
}
.newpro_image:hover {  
    transform: translateY(-6px);
}
.newpro_imageh {
    max-width: 100%;
    height: auto;
    transition: transform 0.2s ease-in-out;
}
.newpro_imageh:hover {  
    transform: translateY(-6px);
}

@media(max-width:768px){
    .new_pro_ct {  
        width: 96%;  
        flex-direction: column-reverse;
    }  
    .new_pro_tt h3 {
        font-size: 28px;
    }
    .new_pro_tt p {
        padding-bottom: 1vh;
        font-size: 14px;
        line-height: 180%;
        margin-top: 2vh;
    }
    .new_pro_list {
        padding-top: 5vh;
        padding-bottom: 6vh;
        background-image: url(../images/new_prodjbg.jpg);
        background-size: cover;
        background-position: center;
    }
    .newpro_left, .newpro_right{  
        width: 90%;
    }
    .newpro_left{
        text-align: left;
        padding-top: 10px;
    }
    .newpro_right{
        text-align: center;
    }
    .newpro_image {
        max-width: 600px;
        width: 60%;
    }
    .newpro_imageh {
        max-width: 600px;
        width: 90%;
    }
    .newpro_left_title {
        font-size: 28px;
    }
    .newpro_left_subtitle {
        font-size: 20px;
        margin: 16px 0;
    }
    .newpro_left_ct li {
        margin-bottom: 16px;
        padding-left: 12px;
        width: 40%;
        font-size: 14px;
    }
    .newpro_left_ct li span {
        font-size: 14px;
        top: -1px;
    }
    .newpro_more {
        font-size: 16px;
        padding: 8px 26px;
        border-radius: 6px;
        margin-top: 10px;
    }
}





.mf_pro {  
    width:100%;
    height: 100%;  
    padding-top: 10vh;
    overflow: hidden; 
    box-sizing: border-box;  
    text-align: center;
} 
.mf_pro_tt { 
    padding: 2vh 0px;
    max-width:686px;
    padding-bottom: 10vh;
}
.mf_pro_tt h3{
    margin: 0;
    padding: 0; 
    font-size: 60px;
    color:#4A6CBD;
    text-align: center;
}


.mf_pro_type {  
    display: flex;  
    flex-direction: column;  
    width: 100%;  
} 
.mfpro_list {  
    display: flex;  
    width: 100%;  
}
.mfpro_col {  
    width: 50%;  
    height: 340px;  
    position: relative;  
    overflow: hidden;
    box-sizing: border-box;
}
.mf_bgt{
    background-repeat: no-repeat;
    background-size: cover;
}
.mfpro_inner_txt, .mfpro_inner_img {  
    position: absolute;  
    top: 0;  
    bottom: 0;  
    width: 50%;  
    height: 100%;  
}  
.mfpro_inner_txt {
    background-color: #f0f0f0; 
    color: white;
    padding: 40px;
    padding-top: 35px;
    box-sizing: border-box;  
    text-align: left;
}
.mfpro_cFFB400{
    background-color: #FFB400 !important;
}
.mfpro_cFF6600{
    background-color: #FF6600 !important;
}
.mfpro_c4BB4E6{
    background-color: #4BB4E6 !important;
}
.mfpro_c00E3E3{
    background-color: #00E3E3 !important;
}
.mfpro_cFF0000{
    background-color: #FF0000 !important;
}
.mfpro_c663300{
    background-color: #663300 !important;
}
.mfpro_cA61BB6{
    background-color: #A61BB6 !important;
}
.mf_left0{
    left: 0;  
}
.mf_right0{
    right: 0; 
}
.mfpro_inner_img {  
    display: flex;  
    justify-content: center;  
    align-items: center;
    overflow: hidden;
}
.mfpro_inner_txt .mftitle {  
    font-size: 28px;  
    font-weight: 500;
    padding-bottom:10px;
}
.mfpro_inner_txt .mfdescription {  
    font-size: 14px;  
    color: white;  
}
.mfpro_inner_img img{  
    width: 100%;  
    height: 100%;  
    object-fit: cover;  
}
.mfpro_col:hover  img {  
    transform: scale(1.1);  
    transition: transform 0.5s ease;  
}
.mfpro_col .mfpro_inner_txt::after {  
    content: '';  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: 10px;
    background-color: white;  
    opacity: 1;  
    transform: translateX(100%);  
    transition: transform 0.5s ease;  
}
.mfpro_col:hover .mfpro_inner_txt::after {  
    transform: translateX(0);  
}
@media(max-width:768px){
    .mf_pro {  
        padding-top: 2vh;
    } 
    .mf_pro_tt { 
        padding: 2vh 0px;
        max-width:686px;
        padding-bottom: 3vh;
    }
    .mf_pro_tt h3 {
        font-size: 28px;
    }
    .mfpro_list {
        display: flex;
        flex-wrap: wrap;
    }
    .mfpro_col {
        width: 100%;
        height: 150px;
    }
    .mfpro_inner_txt {
        padding: 10px;
    }
    .mfpro_inner_txt .mftitle {
        font-size: 20px;
        font-weight: 600;
    }
}

.mf_20year {  
    height: 100%;  
    padding-top: 1vh;
    margin-top: 10vh;
    overflow: hidden; 
    box-sizing: border-box;
    text-align: center;
    background-image: url(../images/20mf.jpg);  
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
} 
.mf_20year_title {  
    display: inline-block;
    position: relative;  
    padding: 20vh 0px;
    font-weight: bold;
    max-width:1180px;
}
.mf_20year_title p{
    margin: 0;
    padding: 0; 
    font-size: 60px;
    color:white;
    text-align: center;
}
@media(max-width:768px){
    .mf_20year {  
        margin-top: 5vh;
    } 
    .mf_20year_title { 
        padding: 10vh 0px;
        max-width:768px;
    }
    .mf_20year_title p{
        font-size: 20px;
    }
}