﻿body {
    font-family: apple-system,Segoe UI,Source Han Sans CN,PingFangSC,PingFang SC-Semibold,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
}


@font-face {
    font-family: 'roboto';
    src: url('../fonts/roboto-bold-webfont.eot');
    src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff'),
         url('../fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../fonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: bold;
    font-style: normal;
}


.yxnav_active1 {}

.yxnav_active2 {}

.ys_banner {
    width: 100%;
    position: relative;
}

.ys_ban_li {
    position: relative;
    overflow: hidden;
}

.ys_ban_imgbox {
    position: relative;
    z-index: 1;
}

.ys_ban_imgbox img {
    width: 100%;
}

.ys_ban_li>a {
    display: block;
}

.ys_ban_ph {
    display: none;
}

.ys_ban_video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ys_ban_li:not(:first-child) {
    display: none;
}

.ys_ban_imgbox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
}
.ys_ban_txtbox{
    z-index: 5;
}

.std_tit1{
    font-size: 56px;
    color: #fff;
    line-height: 1.5;
	margin-bottom:10px;
}


.std_tit2{
    font-size: 42px;
    color: #fff;
    line-height: 1.5;
}

.std_tit3{
    font-size: 30px;
    color: #333;
    line-height: 1.5;
}

.std_tit4{
    font-size: 24px;
    color: #333;
    line-height: 1.5;
   
}

.std_tit5{
    font-size: 18px;
    color: #333;
    line-height: 1.6;
}

.std_tit6{
    font-size: 20px;
    color: #fff;
    line-height: 1.7;
}

.std_text{
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}

.std_text4{
    font-size: 16px;
    line-height: 1.75;
    color: #fff;
    display: block;
}

.std_text5{
    font-size: 26px;
    line-height: 1.75;
    color: #fff;
}

.std_text p{
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.yxedr_active P{
    font-size: 16px;
    line-height: 1.75;
    color: #666;
    margin-bottom: 12px;
}

.yxedr_active h2{
    font-size: 36px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 18px;
}
.yxedr_active h3{
    font-size: 30px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 15px;
}
.yxedr_active h4{
    font-size: 24px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 12px;
}
.yxedr_active h5{
    font-size: 18px;
    color: #333;
    line-height: 1.75;
    margin-bottom: 13px;
}

.std_paddhome{
    padding: 80px 0;
}

.std_paddinside{
    padding: 100px 0;
}

.std_margintit{
    margin-bottom: 42px;
}

.mod_hd{
    width: 100%;
    position:fixed;
    top: 40px;
    padding:0 50px;
    transition: all 0.36s;
}

.mod_hd_cont{
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    position: relative;
    transition: all 0.36s;
}

.mod_hd_logo{
    width: 140px;
    flex-shrink: 0;
    display: block;
    font-size: 0;
}

.mod_hd_logo img{
    width: 100%;
}

.mod_hd_right{
    display: flex;
}

.mod_hd_nav{
    display: flex;
    position: relative;
}

.mod_hd_nav::after{
    content: "";
    position: absolute;
    left: calc(100% + 40px);
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    width: 2px;
    background: #999999;
}



.mod_hd_nav_item{
    margin-left: 68px;
    position: relative;
}

.mod_hd_nav_item:first-child{
    margin-left: 0;
}

.mhni_cont{
    display: block;
    line-height: 80px;
    font-size: 16px;
    color: #333;
}

.mod_hd_seach{
    margin-left: 82px;
}

.mod_hd_seach_img{
    line-height: 80px;
    width: 16px;
    cursor: pointer;
    font-size: 0;
}

.mod_hd_seach img{
    width: 100%;
}

.mod_hd_seach_xl{
    position: absolute;
    top:calc(100% + 0px) !important;
    left: 0;
    width: 100%;
    height: 160px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}

.mhsx_form{
    width: 690px;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid rgba(223, 222, 222, .6);
    transition: all 0.36s;
}

.mhsx_input{
    font-size: 16px;
    width: 100%;
    padding-right: 35px;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color : #333;
}
input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color : #333;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color : #333;
}

input::-ms-input-placeholder { /* Internet Explorer 10-11 */
   color : #333;
}

input::-ms-input-placeholder { /* Microsoft Edge */
   color : #333;
}

.mhsx_btn{
    position: absolute;
    width: 24px;
    top: 50%;
    transform: translateY(-55%);
    right: 0;
    cursor: pointer;
}

.mhsx_input{

}

.mod_hd_seach_xl{
    display: none;
}

.mod_hd_nav_slist{
    position: absolute;
    width: 220px;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding: 20px 0;
    background: rgba(245, 245, 245, 0.6);
    border-radius: 0px 0px 10px 10px;
    display: none;
    overflow: hidden;
}

.mhns_link{
    display: block;
    line-height: 60px;
    text-align: center;
    background-color: transparent;
    color:#333;
    letter-spacing: 0.05em;
    transition: all 0.36s;
}

.mod_hd_nav_scont{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1070px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 0px 0px 10px 10px;
    overflow: hidden;
}

.mhns_flex{
    display: flex;
}

.mhns_left{
    width: 240px;
    padding: 36px 0;
    position: relative;
}

.mhns_left::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(245, 245, 245, 0.3);
    opacity: 0.4;
    z-index: -1;
}

.mhns_right{
    width: calc(100% - 240px);
    padding: 36px 60px 50px;
}

.mhns_left_link{
    display: block;
    line-height: 60px;
    text-align: center;
    background-color: transparent;
    transition: all 0.36s;
    color: #333;
}

.mhns_right_sitem_cont{
    display: flex;
    justify-content: space-between;
}

.mhns_right_sitem_list{
    flex-shrink: 0;
}

.mrsl_item{
    margin-bottom: 20px;
}

.mrsl_link{
    display: flex;
    align-items: center;
}

.mrsl_link_icon{
    width: 22px;
    margin-right: 10px;
}

.mrsl_link_text{
    color: #666;
    letter-spacing: 0.05em;
    transition: all 0.36s;
}

.mod_hd_nav_item.yxnav_active1 .mhni_cont{
    color: #15499A;
}

.mod_hd_nav_item.noact .mhni_cont{
    color: #333 !important;
}

.mhns_left_item.yxnav_active2 .mhns_left_link{
    color: #15499A;
    background: rgba(255, 255, 255, 0.5);
}

.mrsl_item.yxnav_active3 .mrsl_link_text{
    color: #15499A;
}

.mrsl_item.noact .mrsl_link_text{
    color: #666 !important;
}

.mhns_item.yxnav_active2 .mhns_link{
    background: rgba(255, 255, 255, 0.6);
    color: #15499A;
}

.mod_hd_nav_scont{
    display: block;
}

.mod_hd_nav_scont .xl {
    display: none;
}

.mhns_right_sitem:not(:first-child){
    display: none;
}

.mod_hd.act{
    top: 0;
    padding: 0;
}

.mod_hd.act .mod_hd_cont{
    border-radius: 0;
    background-color: #fff;
    backdrop-filter: blur(0px);
    padding: 0 100px;


}

.mod_hd.act .mod_hd_nav_scont{
    background: rgba(255, 255, 255, 0.9);
}

.mod_hd.act .mhns_left_item.yxnav_active2 .mhns_left_link{
    background-color: #15499A;
    color: #fff;
}


.mod_hd.act .mod_hd_nav_slist{
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}


.mod_hd.act .mhns_item.yxnav_active2 .mhns_link {
    background: #15499A;
    color: #fff;
}

.mod_hd.act .mod_hd_seach_xl {

    background: rgba(255, 255, 255, 0.9);
    border-radius: 0px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.mod_hd.act .mhsx_form {
    border-bottom: 1px solid rgba(44, 44, 44, 0.6);
}

.mod_hd.act {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
}


.mod_banner{
    position: relative;
}

.mod_banner_bg_ph{
    display: none;
}

.mod_banner_titbox{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    transform: translateY(-50%);
    font-weight: bold;
}

.mod_banner_titbox h1{
    font-weight: bold;
    letter-spacing: 0.05em;
}

.mod_banner_bread{
    position: absolute;
    width: 100%;
    bottom: 26px;
    left: 0;
}

.mod_bread{
    display: flex;
    align-items: center;
}

.mod_bread_item{
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.mod_bread_item:last-child .mod_bread_item_icon{
    display: none;
}

.mod_bread_link{
    margin-right: 8px;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

.mod_bread_item{
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
}

.mod_bread_item_icon{
    width: 6px;
    font-size: 0;
}

.mod_bread_item_icon img{
    width: 100%;
}

.mod_bread.black .mod_bread_link{
    color: #666666;
}

.comp-tabli.activepage li{
    background-color: #15499A;
    color: #fff;
}

.pc_fenye li{
    width: 38px;
    height: 38px;
    border-radius: 4px;
    line-height: 38px;
    font-size: 16px;
    margin: 0 14px;
}

.prev li{
    margin-right: 15px;
    transition: all 0.36s;
}

.next li {
    margin-left: 15px;
    transition: all 0.36s;
}

.end li{
    margin-left: 25px;
    transition: all 0.36s;
}

.first li{
    margin-right: 25px;
    transition: all 0.36s;
}


.mod_lookmore{
    display: flex;
    align-items: center;
}

.mod_lookmore_text{
    color: #15499A;
    margin-right: 19px;
}
.mod_lookmore_icon{
    font-size: 0;
    width: 16px;
}

.mod_lookmore_icon img{
    width: 100%;
}

.mod_btn1{
    display: inline-block;
}

.mod_btn1_link{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    padding: 0 14px;
    background: #15499A;
    border-radius: 4px;
}

.mod_btn1_text{
    color: #fff;
    letter-spacing: 0.05em;
    margin-right: 19px;
    line-height: 50px;
}

.mod_btn1_icon{
    width: 16px;
    font-size: 0;
    transition: all 0.36s;
}


.ys_footer{
    position: relative;
    z-index: 2;
}
.mod_footer{
    padding-top: 90px;
    position: relative;
    background-color: #22242A;
}

.mod_footer_cont{
    display: flex;
    margin-bottom: 90px;
}

.mod_footer_left{
    width: calc(60% - 15px);
    position: relative;
}

.mod_footer_left::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background: #FFFFFF;
    opacity: 0.1;
}

.mod_footer_right{
    width: calc(40% + 15px);
}

.mod_footer_left_list{
    display: flex;
}

.mod_footer_left_item{
    flex-shrink: 0;
    margin-right: 78px;
}

.mod_footer_left_item:last-child{
    margin-right: 0;
}

.mfli_tit{
    color: #fff;
    display: block;
    padding-bottom: 1px;
    position: relative;
    margin-bottom: 20px;
}

.mfli_tit::after{
    /* content: ""; */
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 36px;
    background: #fff;
    opacity: 0.1;
}

.mfli_cont{
    display: flex;
}


.mfli_cont_list{
    margin-right: 58px;
}

.mfli_cont_list:last-child{
    margin-right: 0;
}

.mfli_cont_item{
    margin-bottom: 12px;   
}

.mfli_cont_item_link{
    letter-spacing: 0.5px;
    color: #FFFFFF;
    opacity: 0.7;
    transition: all 0.36s;
}

.mod_footer_right{
    display: flex;
    justify-content: flex-end;
}

.mod_footer_right_qr{
    display: flex;
}

.mfrq_item {
    margin-right: 8px;
}

.mfrq_item:last-child{
    margin-right: 0px;
}

.mfrq_item .ys_imgbox_cover{
    width: 120px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.mfrq_item_tit,.mfrq_item_text{
    line-height: 1.5;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
}

.mfrc_phone{
    margin-bottom: 16px;
}

.mod_footer_right_contact{
    margin-left: 70px;
    width: 236px;
}

.mfrc_phone a{
    color: #15499A;
    font-size: 20px;
    line-height: 1.3;
    font-family: roboto;
    display: block;
}

.mfrc_email{
    margin-bottom: 7px;
}

.mfrc_email a,
.mfrc_address{
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
    display: block;
}

.mod_footer_friend{
    display: flex;
    margin-bottom: 17px;
}

.mod_footer_friend_titbox{
    display: flex;
    flex-shrink: 0;
}

.mod_footer_friend_titbox::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    background: #15499A;
    transform: rotate(-45deg);
    margin-right: 9px;
    margin-top: 9px;
}

.mfft_tit,
.mod_footer_friend_text span,
.mod_footer_friend_text a{
    color: #fff;
    letter-spacing: 0.05em;
    opacity: 0.4;
    transition: all 0.36s;
    font-size: 16px;
    line-height: 1.75;
}

.mod_cr{
    background-color: #1C1D21;
}

.mod_cr_cont{
    display: flex;
    flex-wrap:wrap ;
    justify-content:space-between;
    padding: 21px 0;
}

.mod_cr_left span,
.mod_cr_left a{
    display: block;
    font-size: 16px;
    line-height: 1.75;
    color: #FFFFFF;
    opacity: 0.6;
}
.mod_cr_left span{
    margin-right: 12px;
}


.mod_cr_left p{
    display: flex;
}

.mod_cr_right{
    display: flex;
    flex-wrap: wrap;
}

.mod_cr_right_item{
    margin-right: 40px;
    flex-shrink: 0;
}

.mod_cr_right_item:last-child{
    margin-right: 0;
}

.mcri_link{
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.75;
}

.mcri_link span{
    opacity: 0.6;
    transition: all 0.36s;
    display: block;
    line-height: 1.75;
}

.mcri_link::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 1px;
    transform: rotate(45deg);
    background: #15499A;
    margin-right: 10px;
}

.ys_footer_bg1{
    left: 0;
    bottom: 100%;
    z-index: -1;
}

.ys_page_join .ys_footer_bg2{
    pointer-events: none;
}

.ys_footer_bg1 img{
    width: 100%;
}

.ys_footer_bg2{
    width: 504px;
    position: absolute;
    bottom: calc(100% - 10px);
    z-index: -2;
    left: 0;
}


.mod_aside{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -60px;
    width: 60px;
    transition: all 0.6s;
    z-index: 3;
}

.mod_aside.show{
    right: 10px;
}


.mod_aside_ul{
    background-color: #fff;
    padding: 14px 5px 0;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(36, 0, 4, 0.08);
    border-radius: 4px;
}

.mod_aside_li{
    height: 58px;
    flex-shrink: 0;
    border-bottom: 1px solid #EAEAEA;
}

.mod_aside_li_cont{
    position: relative;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.malc_img{
    width: 24px;
    margin: 0 auto;
}

.malc_img img{
    width: 100%;
}

.malc_qr{
    position: absolute;
    right:calc(100% + 12px) ;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    box-shadow: 0px 0px 10px rgba(36, 0, 4, 0.08);
    opacity: 0;
    pointer-events: none;
    transition: all 0.36s;
}

.malc_qr img{
    width: 100%;
}

.malc_phone{
    position: absolute;
    display: block;
    right:calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    line-height: 58px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(36, 0, 4, 0.08);
    border-radius: 4px;
    color: #15499A;
    font-size: 18px;
    text-align: center;
    font-family: roboto;
    opacity: 0;
    pointer-events: none;
    transition: all 0.36s;
}

.mod_aside_logo{
    position: absolute;
    width: 52px;
    left: 50%;
    transform: translateX(-50%);
    top:-55px;
}

.mod_aside_logo img{
    width: 100%;
}

.mod_aside_gotop{
    background-color: #fff;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(36, 0, 4, 0.08);
    border-radius: 4px;
    margin-top: 18px;
    position: relative;
    cursor: pointer;
}

.mod_aside_gotop img{
    width: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}

.mod_aside_li_cont::after{
    content: "";
    position: absolute;
    right: 100%;
    width: 30px;
    top: 0;
    height: 100%;
    opacity: 0;
}
/* aside-end */


/* mod-end */

/* b1 */
.product_info{
    position: relative;
    z-index: 1;
}

.product_info_cont{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 620px;
}

.product_info_text{
    width: 50%;
    padding-left: 55px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.product_info_text p{
    margin-bottom: 16px;
    color: #666;
}

.product_info_text p:last-child{
    margin-bottom: 0;
}

.product_info_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.product_info_bg_ph{
    display: none;
}

.product_info_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_pla_img{
    width: 100%;
}

.product_pla{
    padding-bottom: 40px !important;
}

/* b1-end */

/* b2 */
.solution_listbox{
    padding-bottom: 0 !important;
}

.solution_list{
    margin: 0 -18px;
    display: flex;
    flex-wrap: wrap;
}

.solution_list_item{
    width: 33.333333%;
    padding: 0 18px;
    margin-bottom: 50px;
}

.solution_list_item_cont{
    display: block;
    height: 100%;
    position: relative;
    background: linear-gradient(63.83deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 54.21%);
    border-radius: 10px;
    filter: drop-shadow(-4px 4px 10px rgba(0, 0, 0, 0.2));
    /* box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.2) */
}

.solution_list_item_cont .ys_imgbox_cover{
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all 0.36s;
}

.slic_bot{
    position: absolute;
    width: 100%;
    bottom: 44px;
    padding: 0 50px;
    transition: all 0.36s;
}

.slic_bot_icon{
    width: 60px;
    margin-bottom: 11px;
}

.slic_bot_icon img{
    width: 100%;
}

.slic_bot_tit{
    letter-spacing: 0.05em;
    transition: all 0.36s;
    font-weight: bold;
    color: #333;
}

.solution_main{
    padding-bottom: 30px;
}
/* b2-end */

/* b3 */
.sdetails_case{
    padding-bottom: 10px;
}

.sdetails_main{
    margin-top: 80px;
    padding-bottom: 70px;
    overflow: hidden;
}

.sdetails_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1920px;
}

.sdetails_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sdetails_sys{
    padding-bottom: 60px;
    overflow: hidden;
}

.sdetails_sys_info{
    display: flex;
    align-items: center;
}

.sdetails_sys_info_left,
.sdetails_sys_info_right{
    width: 50%;
}

.sdetails_sys_info_left{
    padding-right: 65px;
}

.sdetails_sys_info_right{
    padding-left: 35px;

}

.ssir_img img{
    width: 100%;
}

.ssil_tit{
    color: #333;
    font-weight: bold;
    margin-bottom: 41px;
    letter-spacing: 0.05em;
}

.ssil_subtit{
    margin-bottom: 20px;
    font-weight: bold;
    color: #666666;
    letter-spacing: 0.05em;
}

.ssil_text p {
    letter-spacing: 0.05em; 
    color: #666;
    opacity: 0.8;
    line-height: 2;
}

.ssil_text p:last-child{
    margin-bottom: 0;
}

.sdetails_sys{
    position: relative;
    z-index: 2;
}

.sdetails_sys_bread{
    margin-bottom: 40px;
}

.sdetails_sys_bread,
.datecase_info_bread{
    margin-top: 39px;
}

.sdetails_sys_list{
    margin: 0 -25px;
}

.sdetails_sys_item{
    padding: 0 25px;
}

.sdetails_sys_item_cont{
    height: 100%;
    background: #FFFFFF;
    backdrop-filter: blur(8px);
    border-radius: 10px;
    overflow: hidden;
}

.sdetails_sys_item_tit{
    padding: 14px 0;
    background-color:#15499A;
    text-align: center;
    font-weight: bold;
    color: #fff;
    user-select: text;
}

.sdetails_sys_item_text{
    background-color: #fff;
    padding: 26px 15px 42px;
    text-align: center;
    user-select: text;
}

.sdetails_sys_item_text{
    letter-spacing: 0.05em;
    color: #666666;
    opacity: 0.8;
}

.sdetails_sys_list {
    margin-top: 60px !important;
}

.sdetails_sys_list .slick-track,
.sdetails_pain_list .slick-track{
    display: flex;
    flex-wrap: wrap;
}

.sdetails_sys_list .slick-slide,
.sdetails_pain_list .slick-slide{
    height: initial;
}

.slick-prev,
.slick-next{
    width: 50px;
    z-index: 2;
}

.slick-prev img:last-child,
.slick-next img:last-child{
    opacity: 0;
}


.slick-prev{
    left: initial;
    right: calc(100% - 5px);
}

.slick-next{
    left: calc(100% - 5px);
}

.slick-arrow.slick-disabled{
    /* opacity: 0.4;
    pointer-events: none; */
}

.sdetails_pain_list{
    margin: 0 -25px;
}

.sdetails_pain_item{
    padding: 0 25px;
}

.sdetails_pain_item_cont{
    background: #FFFFFF;
    backdrop-filter: blur(15px);
    border-radius: 10px;
    padding: 60px 48px;
}

.sdetails_pain{
    position: relative;
    z-index: 2;
}

.spic_tit_icon{
    width: 54px;
    margin-bottom: 20px;
}

.spic_tit_icon img{
    width: 100%;
}

.spic_tits{
    color: #333;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.spic_tit{
    margin-bottom: 15px;
}

.spic_item{
    display: flex;
    margin-bottom: 12px;
}

.spic_item:last-child{
    margin-bottom: 0;
}

.spic_item_icon{
    flex-shrink: 0;
    width: 12px;
    margin-top: 6px;
}

.spic_item_icon img{
    width: 100%;
}

.spic_item p {
    flex-grow: 1;
    letter-spacing: 0.05em;
    padding-left: 12px;
}

.sdetails_pain_item_cont{
    height: 100%;
}

.sdetails_pain_tit,
.sdetails_build_tit,
.sdetails_build_tit,
.sdetails_case_tit{
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.sdetails_build_tit,
.sdetails_case_tit{
    margin-bottom: 40px;
}

.sdetails_build_text{
    margin-bottom: 60px;
}

.sdetails_build_text p{
    letter-spacing: 0.05em;
}

.sdetails_build,
.sdetails_hallmark,
.sdetails_case{
    position: relative;
    z-index: 2;
}


.sdetails_hallmark_item{
    background: #FFFFFF;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 37px 50px;
}

.sdetails_hallmark_item:last-child{
    margin-bottom: 0;
}

.sdetails_hallmark_item_cont{
    display: flex;
    align-items: center;
}

.shic_left{
    width: 267px;
    position: relative;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.shic_left_icon{
    width: 30px;
    margin-right: 16px;
}

.shic_left_icon img{
    width: 100%;
}

.shic_left_tit{
    font-weight: bold;
    color: #333;
    letter-spacing: 0.05em;
    transition: all 0.36s;
}

.shic_left::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 60px;
    width: 1px;
    background-color:#E1E1E1;
}

.shic_right{
    width: calc(100% - 60px);
    padding-left: 40px;
}

.shic_right p{
    margin-bottom: 0 !important;
}

.sdetails_case_list{
    /* display: flex;
    flex-wrap: wrap; */
    margin: 0 -25px;
}

.sdetails_case_list .slick-dots li{
    width: 8px;
    height: 8px;
    margin: 0 5px;
}

.sdetails_case_list .slick-dots {
    bottom: -15px;
}

 .sdetails_case_list .slick-dots li.slick-active{
    background-color: #15499A;
}

.ys_page_datecase .sdetails_case_list .sdetails_case_item:not(:first-child){
    display: none;
}

.ys_page_sdetails .detanews_rec_item:not(:first-child){
    display: none;
}

.home_about_videobox .home_about_btn{
    display: none;
}

.case_main  .sdetails_case_list{
    display: flex;
    flex-wrap: wrap;
}

.sdetails_case_item{
    width: 33.333333%;
    padding: 0 25px;
}

.sdetails_case_item_cont{
    height: 100%;
    display: block;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.sdetails_case_item_cont::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.4;
    transition: all 0.36s;
    
}

.sdetails_case_item_cont::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.4;
    transition: all 0.36s;
}



.sdetails_case_item_cont::before{
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #000000;
    opacity: 0.2;
}

.scic_bot{
    position: absolute;
    width: 100%;
    bottom: 43px;
    z-index: 2;
    transition: all 0.36s;
}

.scic_bot,
.scic_hide{
    padding-left: 35px;
    padding-right: 35px;
}



.scic_bot_tit,
.scic_hide_tit{
    color: #fff;
    font-weight: bold;
    margin-bottom: 12px;
}

.scic_bot_text p,
.scic_hide_text p{
    color: #fff;
    font-weight: bold;
}

.scic_hide_text p{
    line-height: 1.84;
}

.scic_bot_tit,
.scic_hide_tit{
    margin-left: -18px;
}

.scic_hide{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 2;
    transition: all .5s;
    background: linear-gradient(180deg, rgba(224, 45, 63, 0.8) 0%, rgba(255, 255, 255, 0.1) 63.39%, rgba(255, 255, 255, 0) 92.71%);
    /* border: 2px solid rgba(224, 45, 63, 0.4); */
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding-top: 42px;
    padding-bottom: 72px;
    top: 100%;
}

.scic_hide_text{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E1E1E1;
}

.scic_hide_item{
    padding: 3px 16px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, .4);
    letter-spacing: 0.05em;
    color: #fff;
    margin-right: 16px;
    margin-bottom: 10px;
    position: relative;
}

.scic_hide_item .lefttop{
    position: absolute;
    width: 13px;
    left: -1px;
    top: -1px;
}

.scic_hide_item .righttop{
    position: absolute;
    width: 13px;
    right: -1px;
    top: -1px;
}

.scic_hide_item .leftbot{
    position: absolute;
    width: 13px;
    left: -1px;
    bottom: -1px;
}

.scic_hide_item .rightbot{
    position: absolute;
    width: 13px;
    right: -1px;
    bottom: -1px;
}


.scic_hide_flex{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.scic_hide_btn{
    margin-top: 26px;
    display: flex;
    align-items: center;
}

.scic_hide_btn_text{
    color: #fff;
    margin-right: 20px;
}

.scic_hide_btn_icon{
    width: 16px;
    transition: all 0.36s;
}

.scic_hide_btn_icon img{
    width: 100%;
} 

.slick-prev, .slick-next{
    height: initial ;
}

.sdetails_sys_list .slick-dots li,
.sdetails_pain_list .slick-dots li{
    width: 10px;
    height: 10px;
    margin: 0 5px;
}

.sdetails_sys_list .slick-dots li.slick-active,
.sdetails_pain_list .slick-dots li.slick-active{
    background-color: #15499A;
}

.sdetails_sys_list .slick-dots,
.sdetails_pain_list .slick-dots{
    top: calc(100% + 18px);
    display: none;
}

/* b3-end */

/* c1 */
.case_listbox{
    padding-top: 70px;
    background-color: #fff;
}

.case_listbox .sdetails_case_item{
    margin-bottom: 50px;
}
 
.case_screen{
    padding: 50px 0;
    background-color: #F5F5F5;
    position: relative;
    z-index: 3 !important;
}

.case_screen_cont{
    display: flex;
}

.case_screen_input{
    flex: 3;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    margin-right: 18px;
    border: 1px solid #EAEAEA;
   
}

.case_screen_input input{
    letter-spacing: 0.05em;
    color: #999999;
    font-size: 16px;
    width: 100%;
    padding: 0 20px;
}

.case_screen_input input,
.case_screen_placeholder{
    padding: 0 20px;
}


.case_screen_input input,
.case_screen_input .ys_select_hd,
.case_screen_single{
    height: 100%;
}

.case_screen_single .ys_select_bd{
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    background-color: #fff;
    top: calc(100% + 2px);
    padding: 25px 20px;
}

.case_screen_single .ys_select_li{
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #666666;
    margin-bottom: 20px;
    transition: all 0.36s;
}

.case_screen_single .ys_select_li:last-child{
    margin-bottom: 0;
}

.single .ys_select_xtbbox{
    right: 20px;
}

.single .ys_select_xtbbox img{
    width: 100%;
}

.ys_select_hd.on .ys_select_xtbbox{
    transform: translateY(-50%) rotate(90deg);
}

.case_screen_placeholder{
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.case_screen_input.multiple{
    position: relative;
}

.case_screen_placeholder_icon,
.case_screen_placeholder_x{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.36s;
}



.single .ys_select_xtbbox,
.case_screen_placeholder_icon{
    width: 8px;
}

.case_screen_placeholder_icon img{
    width: 100%;
}

.case_screen_input_bd{
    width: 100%;
    border: 1px solid #EAEAEA;
    border-radius: 4px;
    background-color: #fff;
    top: calc(100% + 2px);
    padding: 25px 20px;
    position: absolute;
    display: none;
}

.case_screen_single .ys_select_bd{
    height: 180px;
}

.case_screen_input_item{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.case_screen_input_item .csii_text{
    transition: all 0.36s;
}

.case_screen_input_item:last-child{
    margin-bottom: 0px;
}

.csii_check{
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    margin-right: 9px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.csii_check img{
    width: 10px;
}

.case_screen_input_item.act .csii_check{
    border: 1px solid #15499A;
    background-color: #15499A;
}

.case_screen{
    position: relative;
    z-index: 1;
}

.case_screen_input_bd .scroll{
    max-height: 220px;
}

.case_screen_input_bd .mCSB_outside+.mCSB_scrollTools {
    right: -15px !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px;
    background-color: #15499A !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #E1E1E1 !important;
}

.case_screen_placeholder_text{
    letter-spacing: 0.05em;
    color: #999999;
}

.case_screen_placeholder.act .case_screen_placeholder_icon{
    transform: translateY(-50%) rotate(90deg);
}

.case_screen_input input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    letter-spacing: 0.05em;
    color: #999999;
}
.case_screen_input input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    letter-spacing: 0.05em;
    color: #999999;
}
.case_screen_input input::-moz-placeholder { /* Mozilla Firefox 19+ */
    letter-spacing: 0.05em;
    color: #999999;
}

.case_screen_input input::-ms-input-placeholder { /* Internet Explorer 10-11 */
    letter-spacing: 0.05em;
    color: #999999;
}

.case_screen_input input::-ms-input-placeholder { /* Microsoft Edge */
    letter-spacing: 0.05em;
    color: #999999;
}

.case_screen_btn{
    width: 180px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #15499A;
    border-radius: 4px;
    flex-shrink: 0;
    cursor: pointer;
}

.case_screen_btn_text{
    color: #fff;
    margin-right: 20px;
}

.case_screen_btn_img{
    width: 16px;
}

.case_screen_btn_img img{
    width: 100%;
}

/* c1-end */


/* c2 */

.ys_page_datecase .ys_footer{
    background-color: #f7f7f7;
}

.ys_page_datecase .datecase_main .sdetails_case{
    padding-bottom: 50px !important;
}

.case_main{
    padding-bottom: 30px;
}

.datecase_main{
    margin-top: 80px;
}

.datecase_info{
    position: relative;
    overflow: hidden;
    padding-bottom: 250px;
    z-index: 1;
}

.datecase_info_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.datecase_info_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.datecase_info_bread{
    margin-bottom: 63px;
}

.datecase_info_tit,
.datecase_info_subtit{
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.datecase_info_tit{
    margin-bottom: 16px;
}

.datecase_info_subtit{
    margin-bottom: 14px;
}

.datecase_info_list{
    margin-bottom: 30px;
}

.datecase_info_item{
    padding:8px 23px;
    background: #15499A;
    border-radius: 4px;
    margin-right: 20px;
    color: #fff;
    letter-spacing: 0.05em;
}

.datecase_info_text p{
    color: #fff;
    opacity: .8;
    letter-spacing: 0.05em;
    line-height: 2;
}

.datecase_cont{
    background:#F5F5F5;
    border-radius: 10px;
    padding: 70px 80px;
}

.datecase_cont_img{
    margin-bottom: 56px;
    border-radius: 10px;
    overflow: hidden;
}

.datecase_cont_img img{
    width: 100%;
}

.datecase_cont_item{
    margin-bottom: 37px;
}

.datecase_cont_item_titbox{
    display: flex;
}

.dcit_icon{
    flex-shrink: 0;
    width: 36px;
    margin-right: 10px;
    margin-top: 5px;
}

.dcit_icon img{
    width: 100%;
}

.dcit_tit{
    letter-spacing: 0.05em;
    color: #333333;
    font-weight: bold;
    margin-bottom: 19px;
}

.datecase_cont_item_text p{
    letter-spacing: 0.05em;
}

.datecase_cont_item:last-child{
    margin-bottom: 10px;
}

.datecase_contbox{
    margin-top: -188px;
    position: relative;
    z-index: 2;
}

.datecase_main .sdetails_case{
    background-color: #f7f7f7;
    padding-bottom: 0 !important;
}

.datecase_contbox{
    padding-top: 0 !important;
}

/* c2-end */

/* d1 */
 .mod_banner_bg{
    position: relative;
}

.mod_banner_bg img{
    width: 100%;
}

 .mod_banner_bg::after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
}

.mod_tab{
    width: 100%;
    background: #F5F5F5;
}

.mod_tab_list{
    display: flex;
    justify-content: center;
}

.mod_tab_item{
    width: 480px;
    transition: all 0.36s;
}

.mod_tab_link{
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod_tab_icon{
    width: 22px;
    margin-right: 18px;
}

.mod_tab_icon img{
    width: 100%;
}

.mod_tab_text{
    letter-spacing: 0.05em;
    color: #333333;
    font-weight: bold;
    line-height: 80px;
    transition: all 0.36s;
}

.mod_tab_item.act{
    background-color: #15499A;
}

.mod_tab_item.act .mod_tab_text{
    color: #fff;
}

.mod_tab_item.noact{
    background-color: transparent;
}

.mod_tab_item.noact .mod_tab_text{
    color: #333333;
}

.news_slick{
    margin: 0 -10px;
}

.news_slick_item{
    padding: 0 10px;
}

.news_slick_item:not(:first-child){
    display: none;
}

.news_slick_item_cont{
    display: flex;
    height: 100%;
    padding: 30px;
    background: #F5F5F5;
    border-radius: 10px;
}

.nsic_left,
.nsic_right{
    width: 50%;
}

.nsic_left{
    padding-right: 50px;
}

.nsic_right{
    padding-left: 10px;
}

.nsic_left .ys_imgbox_cover{
    border-radius: 10px;
    overflow: hidden;
}

.nsic_right_tit{
    color: #333;
    letter-spacing: 0.05em;
    margin-bottom: 13px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    transition: all 0.36s;
}

.nsic_right_text{
    margin-bottom: 30px;
}

.nsic_right_text p{
    letter-spacing: 0.05em;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.nsic_right_more{
    display: flex;
    align-items: center;
}

.nsic_right_more_text{
    color: #15499A;
    margin-right: 19px;
}

.nsic_right_more_icon{
    width: 16px;
    transition: all 0.36s;
}

.nsic_right_more_icon img{
    width: 100%;
}

.nsic_right{
    padding-top: 50px;
}

.news_slickbox{
    padding: 70px 0;
}

.news_slick .slick-dots{
    bottom: 54px;
    width: initial;
    left:calc(50% + 10px);
}

.news_slick .slick-dots li{
    margin: 0 6px;
    width: 8px;
    height: 8px;
    transform:rotate(45deg);
    border-radius: 0;
    background: #DFDFDF;
}

.news_slick .slick-dots li.slick-active{
    background-color: #15499A;
}

.news_slick .slick-dots li:first-child{
    margin-left: 0;
}

.news_slick .slick-next {
    left: calc(100% + 20px);
}

.news_slick .slick-prev {
    right: calc(100% + 20px);
}

.news_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}

.news_list_item{
    width: 33.333333%;
    padding: 0 18px;
    margin-bottom: 50px;
}

.nlic_tit{
   color: #333;
   margin-bottom: 14px;
   font-weight: bold;
   letter-spacing: 0.05em;
   transition: all 0.36s;
   overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    line-height: 1.35 !important;
}

.news_list_item_cont{
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

.news_list_item_primary{
    padding: 30px 45px 53px;
    background-color: #f5f5f5;
}



.nlic_text {
    margin-bottom: 28px;
}
/* d1-end */


/* d2 */
.activity_main{
    padding-bottom: 30px;
}

.activity_cont{
    padding-top: 110px;
}

.activity_flex{
    display: flex;
}

.activity_flex_left{
    width: 44.852941%;
    padding-right: 90px;
}

.activity_flex_right{
    width: calc(100% - 44.852941%);
}

.afll_item{
    margin-bottom: 40px;
    transition: all 0.36s;
}

.afrl_item_link{
    display: flex;
    align-items: center;
    padding: 42px 0;
    border-bottom: 1px solid #15499A;
}

.afrl_item:first-child .afrl_item_link{
    padding-top: 0;
}

.afrl_item_left{
    width: 250px;
    flex-shrink: 0;
}

.afrl_item_right{
    width: calc(100% - 250px);
    padding-left: 39px;
}

.afrl_item_right_tit{
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    color: #333333;
    transition: all 0.36s;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
}

.afrl_item_right_text p{
    letter-spacing: 0.05em;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.afrl_item_left .ys_imgbox_cover{
    border-radius: 10px;
}

.afrl_item_left .ys_imgbox_cover::after{
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 67.85714%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.2;
}

.activity_flex_right_list{
    margin-bottom: 50px;
}


.afll_item{
    width: calc(100% - 60px);
    transition: all 0.36s;
    margin-bottom: 40px;
    position: relative;
    filter: drop-shadow(-4px 4px 10px rgba(0, 0, 0, 0.2));
    border-radius: 10px;
    overflow: hidden;
    /* filter: drop-shadow(-4px 6px 30px rgba(0, 0, 0, 0.2)); */
}

.afll_item:last-child{
    margin-bottom: 0;
}

.afll_item_cont{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 40px;
    height: 100%;
}

.afll_item_conts{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.afll_item_cont .ys_imgbox_cover{
    width: 104px;
}

.afll_item_cont_tit{
    font-weight: bold;
    margin-top: 5px;
    transition: all 0.36s;
}

.afll_item.act {
    width: 100%;
}

.afll_item.act .afll_item_cont_tit{
    color: #15499A;
}

.afll_item.noact {
    width: calc(100% - 60px);
}

.afll_item.noact .afll_item_cont_tit{
    color: #333;
}

.activity_flex_right_img img{
    width: 100%;
}

.activity_flex_right_img{
    margin-bottom: 50px;
}

.activity_flex_right_stitbox{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.afrs_icon{
    width: 30px;
    flex-shrink: 0;
    margin-right: 16px;
}

.afrs_tit{
    font-weight: bold;
    letter-spacing: 0.05em;
}

.afrs_text p{
    letter-spacing: 0.05em;
    line-height: 2;
}
/* d2-end */


/* d3 */

.news_main{
    padding-bottom: 30px;
}

.detanews_main{
    margin-top: 80px;
}

.detanews_hd{
    padding: 42px 0;
    background-color:#f5f5f5 ;
}

.detanews_hd .mod_bread{
    margin-bottom: 39px;
}

.detanews_hd_tit{
    color: #333;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 15px;
}

.detanews_hd_time {

}

.detanews_bd .yxedr_active img{
    margin-bottom: 50px;
}

.detanews_bd .yxedr_active p:last-child img{
    margin-bottom: 0;
}

.detanews_bd .yxedr_active{
    padding-top: 50px;
    padding-bottom: 60px;
}

.detanews_switch_item{
    display: block;
    border-bottom: 1px solid #EAEAEA;
    line-height: 64px;
    font-size: 16px;
    letter-spacing: 0.04em;
    color: #666666;
    transition: all 0.36s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detanews_switch_item:first-child{
    border-top: 1px solid #EAEAEA;;
}

.detanews_switch{
    margin-bottom: 60px;
}

.detanews_bd{
    padding-bottom: 0 !important;
}

.detanews_rec_tit{
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.detanews_rec_list{
    margin: 0 -18px;
}

.detanews_rec_list .slick-track{
    display: flex;
}

.detanews_rec_item{
    padding: 0 18px;
    width: 33.333333%;
    height: initial;
}

.detanews_rec_item_cont{
    display: flex;
    height: 100%;
    padding: 35px 30px 44px;
    background: #F5F5F5;
    border-radius: 10px;
    flex-direction: column;
    justify-content: space-between;
}

.dric_tit{
    font-weight: bold;
    margin-bottom: 7px;
    letter-spacing: 0.05em;
    transition: all 0.36s;
}

.dric_time{
    letter-spacing: 0.05em;
    margin-bottom: 28px;
}

.detanews_rec_list .slick-next {
    left: calc(100% + 8px);
}

.detanews_rec_list .slick-prev {
    right: calc(100% + 8px);
}

.detanews_rec_list .slick-dots li {
    margin: 0 5px;
}

.detanews_rec_list .slick-dots li.slick-active {
    background-color: #15499A;
}

.detanews_rec_list  .slick-dots {
    bottom: -15px;
}





/* d3-end */

/* f1 */
/* 响应式需要调 */
.join_anchor.act{
    height: 200px;
}
/* 响应式需要调 */
.join_anchor.act .join_anchor_fixeds{
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #F7F7F7;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
}

.join_anchor_fixeds{
    transition: background-color 0.36s;
}

.join_anchor_list{
    display: flex;
    margin: 0 -20px;
    padding: 30px 0;
}

.join_anchor{
    padding-top: 35px;
    padding-bottom: 35px;

}


.join_anchor_item{
    padding: 0 20px;
    width: 25%;
}

.join_anchor_item_icon{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    border-radius: 4px;
    transition: all 0.36s;
    cursor: pointer;
}

.jaii_text{
    color: #333;
    /* color: #fff; */
    line-height: 60px;
    transition: all 0.36s;
}

.jaii_icon{
    margin-right: 20px;
    width: 23px;
}

.jaii_icon img:first-child{
    opacity: 0;
}

.join_anchor_item.act .join_anchor_item_icon{
    background-color: #15499A;
}

.join_anchor_item.act .jaii_text{
    color: #fff;
}

.join_anchor_item.act .jaii_icon img:first-child{
    opacity: 1;
}

.join_anchor_item.act .jaii_icon img:last-child{
    opacity: 0;
}

.join_anchor_item.noact .join_anchor_item_icon{
    background-color: #F5F5F5;
}

.join_anchor_item.noact .jaii_text{
    color: #333;
}

.join_anchor_item.noact .jaii_icon img:first-child{
    opacity: 0;
}

.join_anchor_item.noact .jaii_icon img:last-child{
    opacity: 1;
}

.join_per_cont{
    display: flex;
    align-items: center;
}

.join_per {
    padding-bottom: 70px;
}

.join_per_cont_left{
    width: 50%;
    padding-right: 90px;
}

.join_per_cont_right{
    width: 50%;
    padding-left: 75px;
    position: relative;
}

.jpcr_img{
    border-radius: 10px;
    overflow: hidden;
}

.jpcr_img img{
    width: 100%;
}

.jpcl_tit{
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.jpcl_subtit{
    font-size: 20px;
    line-height: 1.5;
    color: #15499A;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    font-weight: bold;
}

.join_welfare{
    position: relative;
    margin-bottom: 20px;
}

.join_welfare .ys_cont1360{
    position: relative;
    z-index: 1;
}

.join_welfare_cont{
    padding-top: 266px;
    padding-bottom: 439px;
}

.join_welfare_tit{
    margin-bottom: 60px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.join_welfare_list{
    display: flex;   
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.join_welfare_item{
    width: 25%;
    background: linear-gradient(127.9deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.16) 0.01%, rgba(255, 255, 255, 0.56) 100%);
    backdrop-filter: blur(8px);
    border-radius: 0px;
    padding: 56px 40px 72px;
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.03); */
}

.join_welfare_item .ys_imgbox_cover{
    width: 60px;
    margin: 0 auto;
    margin-bottom: 18px;
}

.join_welfare_item_tit{
    text-align: center;
    color: #15499A;
    margin-bottom: 16px;
    font-weight: bold;
}

.join_welfare_item_text p{
    text-align: center;
}

.join_welfare_welistbox{
    padding: 0 38px;
}

.join_welfare_welist{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -19px;
}

.join_welfare_weitem{
    padding: 0 19px;
    width: 14.285714%;
}

.join_welfare_weitem_cont{
    background: linear-gradient(127.9deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.16) 0.01%, rgba(255, 255, 255, 0.56) 100%);
    opacity: 0.8;
    border: 1px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    border-radius: 4px;
    padding: 23px 10px 25px;
    position: relative;
}

.join_welfare_weitem_cont .ys_imgbox_cover{
    width: 28px;
    margin: 0 auto;
    margin-bottom: 13px;
}

.jwwc_tit{
    padding-top: 18px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #666666;
    position: relative;
}

.jwwc_tit::before{
    content: "";
    position: absolute;
    width: 34px;
    height: 2px;
    background: #15499A;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.jwwc_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.join_welfare_bg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}

.join_welfare_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.join_welfare_bg_top{
    position: absolute;
    width: 548px;
    left: 0;
    top: -58px;
    z-index: -1;
}

.join_welfare_bg_bot{
    position: absolute;
    width: 477px;
    right: 0;
    bottom: -16px;
    z-index: -1;
}

.join_welfare_bg_top img{
    width: 100%;
}

.join_mien{
    padding-bottom: 110px;
    position: relative;
    z-index: 1;
}

.join_mien_list{
    margin: 0 -10px;
}

.join_mien_item{
    padding: 0 10px;
}   

.join_mien_item_cont{
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.join_mien_item_cont .ys_imgbox_cover::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    opacity: 0.4;
}

.jmic_tit{
    color: #fff;
    letter-spacing: 0.05em;
    width: 100%;
    position: absolute;
    bottom: 24px;
    text-align: center;
}

.join_mien_list .slick-dots li{
    width: 43px;
    height: 2px;
    margin: 0 12px;
    border-radius: 3px;
    background: #DADADA;
}

.join_mien_list .slick-dots li.slick-active{
    background: #15499A;
}

.join_mien_list .slick-dots{
    top: calc(100% + 32px);
}

.join_mien_tit{
    text-align: center;
    font-weight: bold;
}

.join_add{
    position: relative;
    padding-top: 190px;
    margin-bottom: 80px;
}


.join_add .ys_cont1360{
    position: relative;
    z-index: 1;
}

.join_add_tit{
    margin-bottom: 24px;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.join_add_subtit{
    color: #15499A;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}

.join_add_bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 1920px;
}

.join_add_bg img{
    width: 100%;
}

.jpcr_bg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    width: 244px;
    z-index: -1;
}

.jpcr_bg img{
    width: 100%;
}




/* f1-end */

/* e1 */
.understand_main .mod_banner_bread{
    bottom: 135px;
}

.understand_data{
    margin-top: -290px;
    position: relative;
    z-index: 1;
    padding-top: 340px;
    padding-bottom: 300px;
}

.understand_data .ys_cont1360{
    position: relative;
    z-index: 1;
}

.understand_data_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0%;
    max-width: 1920px;
}

.understand_data_botbg{
    position: absolute;
    right: 0;
    bottom: -15px;
    width: 477px;
    z-index: -1;
}

.understand_data_bg img{
    width: 100%;
    height: 100%;
    /* object-fit: cover;/ */
}

.understand_data_cont{
    display: flex;
    align-items: flex-start;
}

.understand_data_cont_left{
    width: 70.294117%;
}

.understand_data_cont_right{
    width: calc(100% - 70.294117%) ;
    margin-top: 50px;
}

.understand_data_tit{
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
}

.understand_data_text p{
    letter-spacing: 0.05em;
    color: #FFFFFF;
    opacity: 0.7;
    margin-bottom: 12px;
}

.understand_data_text p:last-child{
    margin-bottom: 12px;
}

.udcl_cont{
    width:77.405857%;
}

.udcr_cont{
    width:264px;
    position: relative;
}

.udcr_cont_bg{
    width: 213px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}

.udcr_cont_bg img{
    width: 100%;
}

.ucsi_cont_num{
    font-size: 90px;
    line-height: 1.2;
    color: #15499A;
    margin-bottom: 15px;
    font-family: roboto; 
    font-weight: bold;
}

.ucsi_cont_text{
    color: #fff;
    text-align: center;
}

.udcr_dost{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.udcr_dost_item{
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    margin: 14px 0;
    position: relative;
    cursor: pointer;
}

.udcr_dost_item svg{
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.36s;
    opacity: 0;
    pointer-events: none;
}

.udcr_dost_item.act svg{
    opacity: 1;
}

.udcr_dost_item.act .waic{
    animation: waic 3s linear both;
}

.waic{
    stroke-dasharray: 63;
    stroke-dashoffset: -63;
}

@keyframes waic {
    from{
        stroke-dasharray: 63;
        stroke-dashoffset: -63;
    }
    to{
        stroke-dasharray: 63;
        stroke-dashoffset: 0;
    }
}

.understand_nw_bg{
    position: absolute;
    width: 100%;
    bottom: 340px;
    left: 0;
    z-index: -1;
}

.understand_nw_bg img{
    width: 100%;
}


.udcr_cont_slick_item:not(:first-child){
    display: none;
}

.understand_nw{
    padding-bottom: 480px;
    position: relative;
}

.understand_nw_tit{
    font-weight: bold;
    margin-bottom: 280px;
    text-align: center;
    margin-top: 10px;
}

.understand_nw_cont{
    position: relative;
    width: 1167px;
    margin: 0 auto;
    /* opacity: 0; */
}

.understand_nw_item{
    position: absolute;
    width: 196px;
    transition:transform 0.36s;
    transform-origin: center bottom;
}

.understand_nw_item .understand_nw_smcri_text{
    display: none;
}

.understand_nw_item_cont{
    animation: animateUp 2.5s ease infinite;
}

@keyframes animateUp {
    from{

    }
    50%{
        transform: translateY(-5px);
    }
    to{
        transform: translateY(0px);
    }
}

.understand_nw_item svg{
    width: 100%;
}

.understand_nw_item_text{
    text-align: center;
    position: absolute;
    width: 100%;
    padding: 0 30px ;
    font-weight: bold;
    color: #666666;
    top: 83px;
    transition: all 0.36s;
}

.understand_nw_item:nth-child(1) {
    left: 16%;
    bottom: 92%;
}

.understand_nw_item:nth-child(2) {
    left: 42%;
    bottom: 99%;
}

.understand_nw_item:nth-child(3) {
    left: 67.5%;
    bottom: 92%;
}

.understand_nw_item:nth-child(4) {
    left: 91.4%;
    bottom: 52%;
}

.understand_nw_item:nth-child(5) {
    left: 69.2%;
    bottom: 8%;
}

.understand_nw_item:nth-child(6) {
    left: 42.5%;
    bottom: -0.5%;
}

.understand_nw_item:nth-child(7) {
    left: 15%;
    bottom: 7%;
}

.understand_nw_item:nth-child(8) {
    left: -8.4%;
    bottom: 49%;
}

.yuan2{
    opacity: 0;
    transition: all 0.36s;
}

.understand_nw_item.act {
    transform: scale(1.15);
}

.understand_nw_item.act .yuan2{
    opacity: 1;
}

.understand_nw_item.act .understand_nw_item_text{
    color: rgba(224, 45, 63, 1);
}

.understand_nw_bgcri img{
    width: 100%;
}

.understand_nw_smcri{
    width: 745px;
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%,-50%);
}

.understand_nw_smcri_mc{
    position: absolute;
    bottom: 32%;
    left: 50%;
    transform: translateX(-50%);
    width: 471px;
}

.understand_nw_smcri_text{
    position: absolute;
    width: 271px;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    text-align: center;
}

.understand_nw_smcri_text p{
    font-weight: bold;
    color: #333;
    letter-spacing: 0.05em;
}

.unsm_item:not(:first-child){
    display: none;
}

.understand_nw_smcri_mc img{
    width: 100%;
}

.understand_nw_smcri img{
    width: 100%;
}

.understand_nw_item{
    position: absolute;
    cursor: pointer;
}

.csr{
    width: 200px;
    height: 200px;
    border: 1px solid #ccc;
    margin: 0 auto;
    transform: rotate3d(20deg,20deg,0);
}


.understand_worth {
    background-color:#f5f5f5 ;
}

.understand_worth .ys_cont1360{
    margin-top: -443px;
    padding-bottom: 243px;
}

.understand_dev{
    margin-top: -200px;
}

.understand_worth_tit{
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.understand_worth_text span{
    font-size: 18px;
    line-height: 1.75;
    color: #15499A;
    font-weight: bold;
}

.understand_worth_primary{
    height: 550px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.understand_worth_primary_list{
    display: flex;
    height: 100%;
}

.understand_worth_primary_item{
    width: 25%;
    position: relative;
    cursor: pointer;
}

.understand_worth_primary_item::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    opacity: 0.2;
    top: 0;
    right: 0;
}

.understand_worth_primary_item:last-child:after{
    display: none;
}

.uwpi_cont{
    margin-top: 187px;
    width: 100%;
    padding:0 54px;
    transition: all 0.36s;
}

.uwpi_cont_top{
    margin-bottom: 18px;
}

.uwpi_cont_top_img{
    width: 48px;
    margin: 0 auto;
    margin-bottom: 26px;
}

.uwpi_cont_top_img img{
    width: 100%;
}

.uwpi_cont_top_tit{
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
}

.uwpi_cont_bot p {
    color: #FFFFFF;
    opacity: 0.8;
    transition: all 0.36s;
    text-align: center;
    opacity: 0;
}

.understand_worth_primary_item.act .uwpi_cont{
    margin-top: 108px;
}

.understand_worth_primary_item.act .uwpi_cont_bot p {
    opacity: 0.8;
}

.understand_worth_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.understand_worth_swiper{
    height: 100%;
}

.understand_worth_swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.understand_worth_swiper .swiper-slide::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.3;
}

.understand_dev_list{
    margin: 0 -20px;
}

.understand_dev_item{
    padding: 0 20px;
}

.understand_dev_item_cont{
    height: 100%;
    min-height: 320px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 40px;
}

.udic_time{
    color: #15499A;
    font-family:roboto;
    margin-bottom: 5px;
}

.udic_tit{
    letter-spacing: 0.05em;
    margin-bottom: 19px; 
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
}

.udic_text p{
    font-size: 14px;
    line-height: 2;
    color: #666;
    letter-spacing: 0.05em;
}

.understand_dev_biglist  .slick-track{
    display: flex;
}

.understand_dev_item{
    height: initial !important;
}

.understand_dev_item_cont{
    height: 100%;
}

.understand_dev_list{
    position: relative;
    margin-bottom: 50px !important;
}

.understand_dev_list .slick-list{
    padding-bottom: 40px;
}

.understand_dev_datalist{
    position: relative;
    margin: 0 calc((-100% / 7 / 2) + 40px);
}

.understand_dev_datalist::before{
    content: "";
    position: absolute;
    width: calc(100% / 7 / 2);
    height: 100%;
    background-color: #fff;
    right: calc(100% - (100% / 7 / 2) + 44px);
    top: 0;
    z-index: 1;
}

.understand_dev_datalist::after{
    content: "";
    position: absolute;
    width: calc(100% / 7 / 2);
    height: 100%;
    background-color: #fff;
    left: calc(100% - (100% / 7 / 2) + 46px);
    top: 0;
    z-index: 1;
}

.understand_dev_dataitem{
    position: relative;
}



.understand_dev_datalistbox{
    position: relative;
    margin-top: -40px !important;
}

.understand_dev{
    position: relative;
    padding-bottom: 30px;
}

.understand_dev_bg{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    top: 42%;
    left: 50%;
    transform: translateX(-50%);
}

.understand_dev_bg img{
    width: 1920px !important;
    max-width: 1920px;
}

.understand_dev_datalistbox span{
    content: "";
    position: absolute;
    width: calc(100% + 60px);
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #EAEAEA;
    height: 2px;
    z-index: -1;
}

.understand_dev_dataitem_cont{
    line-height: 40px;
    width: 88px;
    margin: 0 auto;
    background: #F5F5F5;
    background-color: #EAEAEA;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.36s;
    text-align: center;
    letter-spacing: 0.05em;
}

/* .understand_dev_dataitem.act .understand_dev_dataitem_cont{
    background-color: #15499A;
    color: #fff;
} */

.understand_dev_biglist .understand_dev_bigitem:not(:first-child){
    display: none;
}

.understand_dev_biglist .slick-dots li.slick-active{
    background-color: #15499A;
}

.understand_dev_biglist .slick-dots li{
    margin: 0 5px;
}

.understand_dev_tit {
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
}



.ys_ban_txtbox_tit {
    font-weight: bold;
}

.ys_ban_txtbox_btngroup{
    display: flex;
    margin-top: 46px;
}

.ys_ban_txtbox_btn{
    margin-right: 40px;
}

.ys_ban_txtbox_btn.white .mod_btn1_link{
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
}

.ys_cont1500{
    width: 1400px;
    margin: 0 auto;
    max-width: 100%;
}

.contain{width: 1420px;margin: 0 auto;}

.home_pro .contain{ z-index:1; position:relative;}

@media screen and (max-width: 1680px) {
  .contain{width: 92%; max-width:1280px;}
}

@media screen and (max-width: 1200px) {
    .ys_cont1500{
        width: 100%;
        padding: 0 40px;
    }
}

@media screen and (max-width: 768px) {
    .ys_cont1500{
        padding: 0 20px;
    }
}

.ys_ban_slick .slick-dots li{
    width: 60px;
    height: 4px;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 0px;
    margin: 0 10px;
}

.ys_ban_slick .slick-dots li.slick-active{
    background-color:#15499A;
}

.ys_ban_slick .slick-dots{
    bottom: 70px;
}

.home_news_titbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.home_news_tit{
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #000;
}

.home_news_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -23px;
}

.home_news_item{
    width: 33.333333%;
    padding: 0 23px;
}

.home_news_link{
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.home_news_link_top{
    position: relative;
}

.hnlt_tit{
    position: absolute;
    min-width: 120px;
    padding: 0 10px;
    text-align: center;
    border-radius: 4px;
    background:rgba(224, 45, 63, .8);
    line-height: 40px;
    color: #fff;
    left: 20px;
    top: 20px;
}

.home_news_link_bot{
    background-color: #F5F5F5;
    padding: 45px 40px;
    flex-grow: 1;
    min-height: 287px;
}

.hnlb_tit{
    font-weight: bold;
    margin-bottom: 17px;
    transition: all 0.36s;
}

.hnlb_tit {
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.hnlb_text p{
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient:vertical;
}

.home_news_link.newstype{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 0px;
}

.home_news_link_newstop{
    /* flex-grow: 1; */
}

.hnln_cont{
    background: #F5F5F5;
    border-radius: 10px;
    padding: 28px 49px;
    display: block;
}

.hnln_cont_tit{
    font-weight: bold;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    transition: all 0.36s;
}

.hnln_cont_info{
    margin-bottom: 20px;
}

.hnln_cont_info,
.hnln_cont_text p{
}

.hnln_cont_text p{
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
}

.hnln_list{
    max-height: 290px;
    padding: 0 50px;
}

.hnln_item{
    padding: 22px 0 13px;
    border-bottom: 1px solid #E1E1E1;
}

.hnln_cont_info {
    margin-bottom: 8px;
}

.home_news_link_newsbot{
    background: #F5F5F5;
    border-radius: 10px;
    padding: 15px 0 30px 0;
}

.home_news_link_newsbot .mCSB_scrollTools{
    height: calc(100% - 20px);
    top: 50%;
    right: 10px !important;
    transform: translateY(-50%);
}

.home_news_link_newsbot .mCSB_scrollTools .mCSB_dragger{
    height: calc(100% - 18px) !important;
}

.home_pro{
    padding-bottom: 100px;
    position: relative;
    margin: 0 auto;
}

.home_pro_tit{
    font-weight: bold;
    margin-bottom: 32px;
}

.home_pro_tab{
    margin: 0 -15px;
}

.home_pro_tab_item{
    padding: 0 15px;
}

.home_pro_tab_item:not(:first-child){
    display: none;
}

.hpti_cont{
    display: flex;
    align-items: center;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    transition: all 0.36s;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;
}

.hpti_cont_img {
    width: 24px;
    margin-right: 10px;
}

.hpti_cont_text{
    line-height: 50px;
    transition: all 0.36s;
}

.home_pro_tabbox{
    padding: 0 90px;
    margin-bottom: 60px;
}

.home_pro_tab .slick-arrow{
    height: initial !important;
}

.home_pro_tit{
    color: #000;
    text-align: center;
}

.hpti_cont_img img:first-child{
    opacity: 0;
}

.home_pro_tab_item.slick-current .hpti_cont{
    background-color: #15499A !important;
    border-color: #15499A !important;
}

.home_pro_tab_item.slick-current .hpti_cont_text{
    color: #fff !important;
}

.home_pro_tab_item.slick-current .hpti_cont_img img:first-child{
    opacity: 1;
}

.home_pro_tab_item.slick-current .hpti_cont_img img:last-child{
    opacity: 0;
}

.home_pro_tab .slick-next {
    left: calc(100% + 24px);
}

.home_pro_tab .slick-prev {
    right: calc(100% + 24px);
}

.home_pro_citem_link{
    display: flex;
    padding: 90px 110px 100px;
    background: #F5F5F5;
}

.hpcl_left{
    margin-top: 25px;
    width: 50%;
    padding-right: 84px;
}

.hpcl_right{
    width: 50%;
}

.hpcl_left_tit{
    color: #15499A;
    font-weight: bold;
    margin-bottom: 36px;
}

.hpcl_left_list_item{
    margin-bottom: 18px;
}

.home_pro_citem_link .mod_btn1{
    margin-top: 36px;
}

.hlli_tit{
    letter-spacing: 0.05em;
    margin-bottom: 7px;
    font-weight: bold;
}

.hlli_text p{
    color: #666666;
    display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hpcl_right .ys_imgbox_cover{
    border-radius: 10px;
    overflow: hidden;
}

.home_pro_bg{
    position: absolute;
    width: 100%;
    height: 953px;
    bottom: 40px;
    left: 0;
}

.home_pro_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_pro .ys_cont1500{
    position: relative;
    z-index: 1;
}

.home_pro_bg_top{
    position: absolute;
    width: 385px;
    top:35px;
    left: 0;
    z-index: -1;

}

.home_pro_bg_top img{
    width: 100%;
}

.home_pro_bg_bot{
    position: absolute;
    width: 385px;
    bottom: 41px;
    right: 0;
    z-index: -1;
}

.home_pro_bg_bot img{
    width: 100%;
}

.home_case{
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.w2k{
    margin: 0 auto;
}

.home_about_z {
    top: -3px;
}

.home_case_swiper{
    width: 860px;
    overflow: initial !important;
}

.home_case_item_cont{
    width: 860px;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 80px 120px  64px;
}

.hcic_tit{
    font-weight: bold;
    color: #15499A;
    margin-bottom: 30px;
}

.hcic_subtit{
    font-weight: bold;
    margin-bottom: 10px;
     display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hcic_list{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 20px;
    color: #15499A;
}

.hcic_item{
    min-width: 100px;
    padding: 0 13px;
    color: #fff;
    background: #15499A;
    border-radius: 4px;
    line-height: 36px;
    margin-right: 20px;
}

.hcic_text{
    margin-bottom: 39px;
}

.mod_lookmore_icon{
    transition: all 0.36s;
}

.home_case{
    padding-bottom: 100px;
}

.home_about_tit{
    color: #fff;
    margin-bottom: 34px;
    font-weight: bold;
    transition: all 0.36s;
}

.home_about_text p{
    margin-bottom: 10px;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.36s;
}

.home_about .mod_btn1{
    margin-bottom: 90px;
}

.home_about_list{
    display: flex;
}

.home_about_item{
    margin-right: 105px;
    flex-shrink: 0;
}

.home_about_item_cont{
    display: flex;
}

.haic_icon{
    width: 38px;
    margin-right: 13px;
    margin-top: 15px;
}

.haic_icon img{
}

.haic_number{
    font-size: 56px;
    line-height: 1.2;
    color: #ffffff;
    font-family: roboto;
    margin-bottom: 5px;
    margin-right: 5px;
    display: inline-block;
} 

.home_about_text{
    width: 784px;
    margin-bottom: 48px;
}

.home_about_text p{line-height: 2;} 

.home_about{
    position: relative;
}

.home_about .w2k{
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
}

.home_about_videobox{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.home_about .ys_cont1500{
    position: relative;
    z-index: 2;
}

.home_about_z{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.home_about_z{
    width: 100%;
    transition: all 1.4s;
}

.home_about.act .home_about_z{
    left: -150%;
    transform: scale(2.4);
}

.home_about.act .home_about_tit,
.home_about.act .home_about_text p,
.home_about.act .haic_text{
    color: #fff;
}

.haic_text{
    transition: all 0.36s;
}

.home_about_video{
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    transition: all 1s;
}

.home_about_videobox.act .home_about_video{
    transform: rotate(0deg) scale(1.0);
}

.home_about_btn{
    position: absolute;
    width: 68px;
    right: 10.9375%;
    top: 14%;
    z-index: 4;
    cursor: pointer;
    transition: transform 0.36s;
}

.home_about .ys_cont1500{
    position: relative;
    z-index: 2;
}

.swiper_prev,.swiper_next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    cursor: pointer;
    z-index: 2;
}

.swiper_prev img:last-child,
.swiper_next img:last-child{
    opacity: 0;
}

.home_case_swiperbox{
    position: relative;
}

.swiper_prev{
    right: calc(100% + 30px);
}

.swiper_next{
    left: calc(100% + 30px);
}

.home_case_swiper{
    --swiper-theme-color: #15499A;
}

.home_case_swiper .swiper-pagination{
    display: none !important;
}

/* 调响应式 */
.mod_tab.isfixed {
    height: 70px;
}
/* 调响应式 */
.mod_tab.isfixed .mod_tab_list {
    width: 100%;
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 2;
    background-color: #f5f5f5;
    transition:top 0.5s;
}

.mod_tab.isfixedgo .mod_tab_list{
    top: -20px;
}

@keyframes shangleftx {
    to{
        transform: translateX(607px) ;
    }
}

@keyframes shanglefty {
    to{
        transform: translateY(90px);
    }
}

.xx{
    animation:shanglefty 4s cubic-bezier(.87,1.2,.82,.95),shangleftx 4s linear;
}

.ys_phnav_logo {
    width: 75px;
}

.ys_phnav_logo img{
    width: 100%;
}

.ys_ban_li.slick-current .ys_ban_txtbox_tit{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.1s;
}

.ys_ban_txtbox_tit{
    opacity: 0;
}

.ys_ban_li.slick-current .ys_ban_txtbox_btngroup{
    animation: ysfadeInUp .5s ease-in-out both;
    animation-delay: 0.2s;
}

.ys_ban_txtbox_btngroup{
    opacity: 0;
}

/* home-end */
.sdetails_sys_list .slick-dots{
    display: none !important;
}

.sdetails_pain_list .slick-dots{
    display: none !important;
}

.scic_hide::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px solid rgba(224, 45, 63, 0.4);
    border-radius: 10px;
}

.ys_ph_navbar4 .ys_phnav_menu{
    background-color: #e6081f;
}

.ys_ph_navbar4 .ys_phnav_lisbox {
    border-bottom: 1px solid rgba(255,255,255,.6);
}

.ys_ph_navbar4 .ys_ph_nav a{
    color: rgba(255,255,255,.6);
}

.ys_ph_navbar4 .ys_phnav_icon::after, .ys_ph_navbar4 .ys_phnav_icon::before{
    background-color: #fff;
}

.ys_ph_navbar4 .ys_ph_nav li.yxnav_active1>.ys_phnav_lisbox a {
    color: rgba(255,255,255,1);
}

.ys_phnav_tel{
    color: #fff;
}

.ys_phnav_menu .yxnav_active2>.ys_phnav_lisbox>a{
    color: rgba(255,255,255,1);
}

.ys_phnav_menu .yxnav_active3 a{
    color: rgba(255,255,255,1);
}


.mhns_item.noact .mhns_link {
    background-color: transparent;
    color: #333 !important;
}

.mod_hd.act .mhns_item.noact .mhns_link {
    background-color: transparent;
    color: #333 !important;
}

.home_case_svg{
    position: relative;
    height: 1px;
}

.home_case_svg_alist,
.home_case_svg_blist,
.home_case_svg_clist,
.home_case_svg_dlist,
.home_case_svg_elist,
.home_case_svg_flist{
    /* position: absolute;
    width: 114px;
    left: 0;
    top: 0; */
}

.hcsa_item,
.hcsb_item,
.hcsc_item,
.hcsd_item,
.hcse_item,
.hcsf_item{
    position: absolute;
    width: 114px;
    height: 98px;
    top: -49px;
    left: -57px;
}

.hcsa_item img,
.hcsb_item img,
.hcsc_item img,
.hcsd_item img,
.hcse_item img,
.hcsf_item img{
    width: 100%;
}

.hcsa_item img,
.hcsc_item img,
.hcsd_item img,
.hcsf_item img{
    opacity: 0;
    animation: iconanimate 8s linear infinite both;
}

.hcsb_item img,
.hcse_item img{
    opacity: 0;
    animation: iconanimate 7s linear infinite both;
}

@keyframes iconanimate {
    10%{
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    90%{
        opacity: 0;
        transform: scale(0.6);
    }
    100%{
        opacity: 0;
        transform: scale(0.6);
    }
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {

    /* .g_serch .comp-tabli:hover li{
        background-color: transparent;
    }

    .g_serch .comp-tabli li:hover {
        background-color: #15499A;
    } */

    



    .detanews_rec_item_cont:hover .dric_tit {
        color: #15499A;
    }

    .detanews_rec_item_cont:hover .mod_lookmore_icon{
        transform: translateX(10px);
    }
    
    .case_screen_input_item:hover .csii_text {
        color: #15499A;
    }

    .home_about_btn:hover{
        transform: scale(1.05);
    }
    
    .understand_nw_item:hover .yuan2{
        opacity: 1;
    }
    
    .understand_nw_item:hover .understand_nw_item_text{
        color: rgba(224, 45, 63, 1);
    }
    
    .understand_nw_item:hover{
        transform: scale(1.15);
    }
    
    .news_slick_item_cont:hover .ys_imgbox_cover img{
        transform: scale(1.03);
    }

    .mhns_link:hover {
        background: rgba(255, 255, 255, 0.6);
        color: #15499A;
    }

    .mhns_left_link:hover {
        background: rgba(255, 255, 255, 0.5);
        color: #15499A;
    }
    
    .mrsl_link:hover .mrsl_link_text{
        color: #15499A;
    }

    .mod_hd.act .mhns_item:hover .mhns_link {
        background: #15499A;
        color: #fff;
    }

    .mod_bread_link:hover{
        color: #15499A !important;
    }

    .comp-tabli:hover li{
        background-color: #15499A;
        color: #fff;
    }

    .mod_btn1_link:hover .mod_btn1_icon{
        transform: translateX(10px);
    }

    .mfli_cont_item_link:hover {
        color: #ffffff;
        opacity: 1;
    }

    .mod_footer_friend_text a:hover{
        opacity: 1;
    }

    .mcri_link:hover span{
        opacity: 1;
    }

    .mod_aside_li_cont:hover .malc_qr,
    .mod_aside_li_cont:hover .malc_phone{
        opacity: 1;
        pointer-events: initial;
    }

    .solution_list_item_cont:hover{
        filter: drop-shadow(-4px 6px 30px rgba(0, 0, 0, 0.2));
        transform: translateY(-10px);
    }
    
    .solution_list_item_cont:hover .ys_imgbox_cover{
        border: 2px solid rgba(224, 45, 63, 0.4);
    }
    
    .solution_list_item_cont:hover .slic_bot{
        bottom: 65px;
    }
    
    .solution_list_item_cont:hover .slic_bot_tit{
        color: rgba(224, 45, 63, 1);
    }

    .slick-prev:hover img:last-child,
    .slick-next:hover img:last-child{
        opacity: 1;
    }

    .slick-prev:hover img:first-child,
    .slick-next:hover img:first-child{
        opacity: 0;
    }

    /* .sdetails_hallmark_item:hover .shic_left_tit {
        color: rgba(224, 45, 63, 1);
    } */

    .sdetails_case_item_cont:hover .scic_hide{
        top: 0;
    }
    
    .sdetails_case_item_cont:hover .scic_bot{
        opacity: 0;
    }

    .mod_tab_item:hover {
        background-color: #15499A;
    }

    .mod_tab_item:hover .mod_tab_text{
        color: #fff;
    }

    .news_list_item_cont:hover .mod_lookmore_icon{
        transform: translateX(10px);
    }

    .news_list_item_cont:hover .nlic_tit{
        color: #15499A;
    }

    .afrl_item_link:hover .ys_imgbox_cover img{
        transform: scale(1.03);
    }
    
    .afrl_item_link:hover .afrl_item_right_tit{
        color: #15499A;
    }

    .afll_item:hover{
        width: 100%;
    }
    
    .afll_item:hover .afll_item_cont_tit{
        color: #15499A;
    }

    .detanews_switch_item:hover{
        color: #15499A;
    }

    .join_anchor_item:hover .join_anchor_item_icon{
        background-color: #15499A;
    }
    
    .join_anchor_item:hover .jaii_text{
        color: #fff;
    }
    
    .join_anchor_item:hover .jaii_icon img:first-child{
        opacity: 1;
    }
    
    .join_anchor_item:hover .jaii_icon img:last-child{
        opacity: 0;
    }

    .understand_worth_primary_item:hover .uwpi_cont{
        margin-top: 108px;
    }
    
    .understand_worth_primary_item:hover .uwpi_cont_bot p {
        opacity: 1;
    }

    .understand_dev_dataitem:hover .understand_dev_dataitem_cont{
        background-color: #15499A;
        color: #fff;
    }

    .home_pro_tab_item:hover .hpti_cont{
        background-color: #f5f5f5;
        border-color: #f5f5f5;
    }
    
    .home_pro_tab_item:hover .hpti_cont_text{
        /* color: #fff; */
    }
    
    /* .home_pro_tab_item:hover .hpti_cont_img img:first-child{
        opacity: 1;
    }
    
    .home_pro_tab_item:hover .hpti_cont_img img:last-child{
        opacity: 0;
    } */

    .home_case_item_cont:hover .mod_lookmore_icon{
        transform: translateX(10px);
    }

    .swiper_prev:hover img:last-child,
    .swiper_next:hover img:last-child{
        opacity: 1;
    }

    .swiper_prev:hover img:first-child,
    .swiper_next:hover img:first-child{
        opacity: 0;
    }

    .home_news_link:hover .hnlb_tit,
    .hnln_cont:hover .hnln_cont_tit,
    .hnln_item_cont:hover .hnln_cont_tit {
        color: #15499A;
    }

    .home_news_link:hover .ys_imgbox_cover img{
        transform: scale(1.03);
    }

    .mhni_cont:hover {
        color: #15499A;
    }
    
    .next li:hover,
    .prev li:hover,
    .end li:hover,
    .first li:hover {
        color: #15499A;
    }
    /* .case_screen_single .ys_select_li:hover{
        color: #15499A;
    }
     */
    .news_list_item_cont:hover .ys_imgbox_cover img{
        transform: scale(1.03);
    }

    .news_slick_item_cont:hover .nsic_right_more_icon{
        transform: translateX(10px);
    }

    .news_slick_item_cont:hover .nsic_right_tit {
        color: #15499A;
    }
}

.centericon{
    position: absolute;
    width: 248px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}

.centericon img{
    width: 100%;
}

.home_about_phimg{
    display: none;
    width: 100%;
}

.home_about{
    overflow: hidden;
}

.mod_footer {
    margin-top: -1px;
}

.home_about_z{
    left: -1px;
}

.sdetails_main  .sdetails_case_list  .slick-track{
    margin: 0 auto;
}
/* 2022.12.22修改 */
.join_anchor,.mod_tab{
    position: relative;
    z-index: 5;
}
.pc_fenye li.activepage {
    background: #15499A;
}
.nlic_tit{
    height: 48.6px;
}
.nlic_text{
    overflow: hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    height: 56px;
}
.pc_fenye li {
    margin: 0 8px;
}
.mc_fybtn {
    font-size: 14px;
    line-height: 1.75;
    color: #333;
}
.mhns_right_sitem_list{
    flex-shrink: inherit;
    padding: 0 10px;
}
.mhns_right_sitem_cont {
    margin: 0 -10px;
}
.mod_footer_right_contact a{
    color: #fff;
}
.mrsl_link{
    align-items: flex-start;
}
.mrsl_link_icon {
    position: relative;
    top: 6px;
}
.mod_hd_nav_scont {
    width: 1200px;
}

.ys_footer_bg2{
    pointer-events: none;
}

.hcic_item{
    margin-bottom: 13px;
}

.hcic_list{
    padding-bottom: 20px;
}

.news_list_item_cont{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news_list_item_cont .ys_imgbox_cover{
    flex-shrink: 0;
}

.news_list_item_primary{
    flex-grow: 1;
}

.home_case_item {
    height: initial !important;
}

.home_case_item_cont{
    height: 100%;
}

.home_pro_citem {
    height: initial !important;
}

.home_pro_citem_link{
    height: 100%;
}

.home_pro_clist  .slick-track{
    display: flex;
}

.understand_dev_biglist .slick-list{
    overflow: initial !important;
}

.home_about_phimg{
    display: block;
}

.ys_select_li_text{
    transition: all 0.36s;
}

.ys_select_li_text:hover{
    color: #15499A;
}

.ys_select_sitem{
    margin-bottom: 8px;
    transition: all 0.36s;
}

.ys_select_sitem:hover{
    color: #15499A;
}

.ys_select_sitem:last-child{
    margin-bottom: 0;
}

.ys_select_slist{
    padding-top: 12px;
}

.case_screen_single .ys_select_bd .mCSB_scrollTools{
    visibility:initial;
    right: -5px;
}

.case_screen_single .ys_select_bd{
    padding-right: 10px;
    max-height: 272px;
}

.case_screen_single .mCustomScrollBox{
    max-height: 220px;
}

.case_screen_single .ys_select_bd{
    height: initial;
}

.ys_ph_navbar4 .ys_phnav_menu{
    background-color: #333232;
}


.ys_ph_navbar4 .ys_phnav_menu{
    background-color: #333232;
}

.shic_left_icon{
    flex-shrink: 0;
}

.ys_select_li_text{
    line-height: 1.6;
}

.case_screen_single .ys_select_li{
    margin-bottom: 14px;
}

.hcic_item{
    text-align: center;
}

.ys_select_slist{
    height: 220px;
    padding-top: 0;
}

.ys_select_slist:not(:first-child){
    display: none;
}

.ys_select_li.act .ys_select_li_text{
    color: #15499A;
}

.ys_select_sec{
    position: absolute;
    width: 40%;
    right: 30px;
    top:calc(100% + 3px);
    background-color: #fff;
    padding-top: 25px;
    padding-left: 20px;
    height: 271px;
    z-index: 11;
    display: none;
}

.ys_select_sitem{
    line-height: 1.5;
    cursor: pointer;
}

.case_screen_single .ys_select_bd .mCSB_scrollTools{
    right: 240px !important;
}

.mod_hd_seach_xl{
    width: 500px !important;
    height: 100px;
    left: initial;
    right: 0;
    top: calc(100% + 4px) !important;
}

.mhsx_form{
    width: 100% !important;
}

.mhsx_cont {
    width: 100% !important;
    padding: 0 50px;
}

.mhsx_btn {
    width: 16px !important;
}


.g_serch .page li.activepage{
    background-color: #15499A !important;
}

.g_serch .page li:hover {
    /* background: initial !important; */
    color: #fff;
}


.g_serch .page li {
    border: none !important;
}

.g_serch .lp::before{
    display: none;
}


.g_serch .page li:hover{
    background: #15499A !important;
}

.g_serch a{
    display: inline-block;
}

.scic_bot_text p{
    height: 60px;
}


.home_news_link_newsbot{
    margin-top: 20px !important;
}


/* .aaa .understand_dev_dataitem.act .understand_dev_dataitem_cont  {
    background-color: #15499A !important;
    color: #fff !important;
}

.aaa .understand_dev_dataitem:not(.act) .understand_dev_dataitem_cont  {
    background-color: #EAEAEA !important;
    color: #666 !important;
} */



.understand_dev_dataitem.act .understand_dev_dataitem_cont  {
    background-color: #15499A !important;
    color: #fff !important;
}



.multiple.closes .case_screen_placeholder_icon{
    display: none !important;
}

.case_screen_placeholder_x{
    width: 12px;
    display: none;
}

.multiple.closes .case_screen_placeholder_x{
    display: block !important;
}




/* 
.understand_dev_dataitem.slick-current  .understand_dev_dataitem_cont {
    background-color: #15499A;
    color: #fff;
} */




.mod_hd_nav_slist{
   padding-top: 0 !important;
   padding-bottom: 0 !important;
}

.sdetails_sys_item_text {
    display: inline-block;
    width: initial;
}

.sdetails_sys_item_textflex{
    text-align: center;
}

.sdetails_sys_item_text{
    text-align: left;
}

.sdetails_sys_item_text{
    padding: 26px 25px 42px;
}

.mhns_right {
    padding-bottom: 20px !important;
}

.case_screen_placeholder_text{
    width: 100%;
    line-height: 48px;
    padding-left: 20px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
}

.understand_data_botbg {
    bottom: 15px;
}

.case_screen_single span{
    position: absolute;
    width: 110%;
    height: 280px;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 3px);
    pointer-events: none;
}

.case_screen_single span.act{
    pointer-events: auto;
}

.mod_tab_icon{
    position: relative;
}


.mod_tab_icon img:first-child{
    transition: all 0.36s;
    opacity: 1;
}

.mod_tab_icon img:last-child{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.36s;
    opacity: 0;
}

.mod_tab_item.act img:last-child{
    opacity: 1;
}

.mod_tab_item.act img:first-child{
    opacity: 0;
}

.mod_tab_item.noact img:last-child{
    opacity: 0;
}

.mod_tab_item.noact img:first-child{
    opacity: 1;
}

.mod_tab_item:hover img:last-child{
    opacity: 1;
}

.mod_tab_item:hover img:first-child{
    opacity: 0;
}

a[href="https://www.yongsy.com"]{
    opacity: 0.2;
}

.mhns_right {
    padding: 53px 60px 50px;
}

.mhns_right_slist{
    height: 144px;
}

.mhns_right {
    padding-bottom: 28px !important;
}

.understand_dev_list_probox{
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 70px;
    background-color: #e2e2e2;
    position: absolute;
    display: none !important;
}

.udlp_pro{
    position: absolute;
    width: 50%;
    height: 2px;
    top: 0;
    left: 0;
    transition: all 0.36s;
    background-color: #e6081f;
}

p{margin-bottom:10px;}

.std_text,
.nlic_tit {
}

.mhns_link {
    text-align: center !important;
}

.understand_nw_smcri_text  p{
    text-align: center;
}

.understand_dev_dataitem_cont {
    text-align: center;
}

.jmic_tit{
    text-align: center;
}

.mrsl_link_icon {
    position: relative;
    top: 2px !important;
}
.case_screen_single .ys_select_bd .mCSB_scrollTools {
    right: 170px !important;
}
.home_pro_tab .slick-track,
.home_pro_tab {
    display: flex;
}


.zss1{ display:block;}
.zss2{ display:none;}

.home_about .contain{
    position: relative;
    z-index: 2;
}

#tabs {
	  overflow: hidden;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  position: relative;
	  list-style: none;
	  text-align: center;
	  line-height: 0;
	  margin-bottom: 50px;
}

	#tabs li {
	  display: inline-block;
}

	#tabs a {
	  float: left;
	  position: relative;
	  line-height: 30px;
	  padding: 10px 40px;
	  margin: 0 5px;
	  border: 1px solid #E5E5E5;
	  text-decoration: none;
	  border-radius: 4px;
	  color: #3a3a3a;
	  font-size: 16px;
	}

	#tabs a:hover,
	#tabs a:focus {
	  color: #ffffff;
	  background: #15499A;
	  border: 1px solid #15499A;
	}

	#tabs a:focus {
	  outline: 0;
	}

	#tabs #current1 {
	  z-index: 3;
	  opacity: 1;
	  color: #ffffff;
	  background: #15499A;
	  border: 1px solid #15499A;
	  filter: alpha(opacity=100);
	}
	

.home-solutions .solutions-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.home-solutions .solutions-list>li {
	width: 20%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 2px;
	padding-right: 2px;
	-webkit-transition: .65s;
	transition: .65s
}

.home-solutions .solutions-list>li:hover {
		width: 25%!important;
}



.home-solutions .solutions-list+.solutions-list {
	margin-top: 4px
}

.home-solutions .solutions-card {
	display: block;
	position: relative;
	height: 366px;
	padding: 32px;
	background-size: cover;
	background-position: 0;
	overflow: hidden;
	color: #fff;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
}

.home-solutions .solutions-card-cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(180deg,rgb(88 88 88 / 20%) 0,rgb(0 0 0 / 30%));
	background-image: linear-gradient(180deg,rgb(88 88 88 / 20%) 0,rgb(0 0 0 / 30%));
	-webkit-transition: .65s;
	transition: .65s;
}

.home-solutions .solutions-card-text {
	position: absolute;
	bottom: 0;
	left: 25px;
	right: 25px;
	height: 40px;
	-webkit-transition: .65s;
	transition: .65s;
	margin-bottom: 30px;
	text-align: left;
}

.home-solutions .solutions-card-text i {
	display: block;
	width: 42px;
	height: 42px;
	background-size: cover;
	margin-bottom: 16px;
	color: inherit;
}

.home-solutions .solutions-card-text p {
	font-size: 16px;
	width: 85%;
	line-height: 1.7;
	color: #fff;
	opacity: 0;
	-webkit-transition: .2s;
	transition: .2s;
}

.home-solutions .solutions-card-title {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 15px;
	color: #fff;
}



	.home-solutions .solutions-list li:hover .solutions-card-cover {
		background-image: linear-gradient(180deg,rgba(0,0,0,.1) 0,rgba(0,0,0,.1));
		background-image: linear-gradient(180deg,rgba(0,0,0,.1) 0,rgba(0,0,0,.1));
	}

	.home-solutions .solutions-list li:hover .solutions-card-text {
		margin-bottom: 120px;
		text-align: left;
		left: 25px;
		right: 25px;
	}

	.home-solutions .solutions-list li:hover .solutions-card-text p {
		opacity: 1;
		-webkit-transition: .65s .1s;
		transition: .65s .1s
	}

	.home-solutions .solutions-list li:hover .solutions-card-title:after {
		opacity: 1;
		-webkit-transition: .65s;
		transition: .65s
}

.home-solutions .por-carousel {
	margin-left: -2px;
	margin-right: -2px;
}

.banner_text{width: 100%;position: absolute;left: 0;top: 54%;transform: translateY(-50%);}
.banner_text img{ max-width: 100%;  display: block;}
.other_banner{position: relative;text-align: center;overflow: hidden;height: 500px;margin-top: 0;}
.other_banner .banner_text{ color: #fff;}
.other_banner .banner_text h3{font-size: 44px;font-weight: bold;margin-top: 0;color: #fff;line-height: 1.4;}
.other_banner .banner_text h4{font-size: 42px;line-height: 1;font-weight: 700;text-transform: uppercase;margin-bottom: 8px;}
.other_banner img{width: 100%;animation: zoombig 3s linear forwards;}
.line33 {
  background-color: #fff;
  display: block;
  width: 30px;
  height: 3px;
  margin: 15px auto 15px auto;
}

@keyframes zoombig {
	0%{transform: scale(1.2,1.2);} 

	100%{transform: scale(1,1);}
}

@keyframes rotating{
from{transform:rotate(0)}
to{transform:rotate(360deg)}
}


.nymenu{border-bottom:1px #d9d9d9 solid;background: #fff;}
.nymenu_mid ul li{background-position:left center;background-repeat:no-repeat;background-image:url(../images/img17.jpg);float:left;padding: 0 40px;text-align:center;}
.nymenu_mid ul li:nth-child(1){text-align:left; background-image:none}
.nymenu_mid ul li:last-child{
text-align:right}
.nymenu_mid ul li a{padding: 20px 0;display:inline-block;line-height: 1.5;font-size: 16px;position:relative;color: #333;}
.nymenu_mid ul li a:after{content: "";position: absolute;z-index: 1;opacity:0;left: 50%;width: 0;bottom: -1px;height: 2px;background-color: #15499A;background-repeat:no-repeat;background-position:center;z-index: 1;-webkit-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
.nymenu_mid ul li a:hover,.nymenu_mid ul li a.active{color: #15499A;}
.nymenu_mid ul li a:hover:after,.nymenu_mid ul li a.active:after{width: 2.65em;opacity:1;margin-left: -1.325em;}
.nymenu_mid_s ul li{
float:none; display:inline-block;}
.nymenu_mid_s{
text-align:center}
.nymenu_mid_s ul li:nth-child(1),.nymenu_mid ul li:last-child{
text-align:center;}

.Container-wrapper{width: 100%;}

.pubTitle{width: 100%;text-align: center;}
.pubTitle h6{font-size: 36px;font-weight: 700;color: #202020;}
.pubTitle i{display: block;width: 20px;height: 3px;background: #15499A;margin: 15px auto;}

.bt22 p{margin-bottom: 15px;text-align: left;font-size: 16px;color: #464646;line-height: 2;}

.z-container2 {width: 1250px;height:auto;clear: both;margin: 0 auto;}

.clearFix {*zoom:1}
.clearFix:before, .clearFix:after {display:table;content:""}
.clearFix:after {clear:both}


.bg4{ background:#f5f5f5;}

.home-block1 {
	padding: 60px 0;
}

.relly{width: 100%;padding: 70px 0 80px;background: #f5f5f5;}
.relyx-title p{font-size: 15px;color: #999;line-height: 26px;margin-top: 16px;}
.relly-form{width: 100%;margin-top: 42px;}
.relly-formipt{width: 100%;overflow: hidden;margin-top: 25px;}
.relly-formipt input{width: 49%;height: 60px;background: #fff;padding: 0 20px;border: 1px #dcdcdc solid;}
.relly-form input, .relly-form textarea{font-size: 15px;color: #6d6d6d;}
.relly-form input:-moz-placeholder, .relly-form textarea:-moz-placeholder {color:#888;font-size: 15px;}
.relly-form input::-moz-placeholder, .relly-form textarea::-moz-placeholder {color:#888;font-size: 15px;}
.relly-form input:-ms-input-placeholder, .relly-form textarea:-ms-input-placeholder{color:#888;font-size: 15px;}
.relly-form input::-webkit-input-placeholder, .relly-form textarea::-webkit-input-placeholder{color:#888;font-size: 15px;}
.relly-formipt input:first-child{float: left;}
.relly-formipt input:last-child{float: right;}
.relly-form textarea{width: 100%;display: block;background: #fff;margin-top: 25px;padding: 24px 20px;height: 164px;border: 1px #dcdcdc solid;}
.relly-formyzmbtn{width: 100%;overflow: hidden;margin-top: 26px;}
.relly-formyzm{float: left;}
.relly-formyzm input{width: 400px;height: 60px;background: #fff;padding: 0 20px;display: block;float: left;border: 1px #dcdcdc solid;}
.relly-formyzm span{display: block;float: left;margin-left: 20px;height: 60px;width: 150px;cursor: pointer;}
.relly-formyzm span img{width: 100%;height: 100%;}
.relly-formbtn {width: 200px;height: 60px;display: block;background: #15499A;font-size: 16px;color: #fff;text-align: center;float: right;cursor: pointer;border: 0;}
.relyx-close{display: none;}

.yy5{width:100%;height:500px;}

.page22{width:100%;height:auto;margin-top: 10px;text-align:center;position:relative;overflow:hidden;}
.page22 a{display:inline-block;width: 40px;height: 40px;line-height: 38px;text-align:center;font-size: 14px;color:#888888;border:1px solid #cccccc;margin:0 4px;}
.page22 a.on, .page22 a:hover{background-color: #15499A;color:#ffffff;border-color: #15499A;}
.page22 a:first-child,
.page22 a:last-child{font-weight: 700;}


.new-list2{margin-left: -10px;margin-right: -10px;}
.new-list2 li{width: 33.333333333%;float:left;padding: 0 10px;margin-bottom: 25px;}
.new-list2 li figure{ display:block; line-height:normal; overflow:hidden;margin: 0;}
.new-list2 li figure img{ display:block; width:100%; height:auto; line-height:0; transition:430ms;}
.new-list2 li figcaption{display:block;padding: 35px 28px;overflow:hidden;background: #ffffff;position:relative;transition:340ms;height: 158px;}
.new-list2 li figcaption time{color:#7e7e7e;font-size:14px;transition:300ms;line-height: 1.2;}
.new-list2 li figcaption h3{
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	transition:300ms;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
.new-list2 li figcaption p{
	color: #777;
	height: 48px;
	font-size:14px;
	line-height: 24px;
	margin-top: 15px;
	transition:300ms;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	} 
.new-list2 li figcaption span{display:block;width:102px;height:30px;line-height:30px;background:#fff;color: #15499A;font-size:14px;margin-top: 18px;position:relative;bottom:-30px;opacity:0;text-align:center;transition:300ms;}
.new-list2 li:hover figure img{ transform:scale(1.05); -webkit-transform:scale(1.05); -moz-transform:scale(1.05);}
.new-list2 li:hover figcaption{margin-top:-51px;background: #15499A;height: 209px;}
.new-list2 li:hover figcaption time{ color:#fff;}
.new-list2 li:hover figcaption h3{ color:#fff;}
.new-list2 li:hover figcaption p{ color:#fff;}
.new-list2 li:hover figcaption span{ opacity:1; bottom:0; position:relative; transition:355ms 100ms;}


.news-pagecontent {
	background-color: #fff;
	float: left;
	width: 75%;
	margin-bottom: 0;
}

.news-pagecontent .page {
		padding: 35px 40px 40px;
	}
	
.news-pagecontent .page .title {
	text-align: center;
	font-size: 12px;
	border-bottom: 1px solid #dadada;
}

.news-pagecontent .page .title h1 {
		font-size: 24px;
		font-weight: normal;
		line-height: 1.6;
		color:#262626;
	}
.news-pagecontent .page .title .artInfo {
	line-height: 2;
	padding: 10px 0;
	color: #999
}
.news-pagecontent .page .title .artInfo time {
	padding: 0 10px
}
.news-pagecontent .page .title .artInfo span {
}

.news-pagecontent .page .title .artInfo span a {
	margin-left: 10px;
	color: #999
}

.news-pagecontent .page .title .artInfo span a:hover,.news-pagecontent .page .title .artInfo span a:active {
	color: #262626
}

.news-pagecontent .page .title .article {
	padding: 15px;
	background: #f2f2f2;
	margin: 15px 0;
	color: #999
}

.news-pagecontent .page .content {
	box-sizing: border-box;
	overflow: hidden;
	width: 100%;
	padding-top: 25px;
	line-height: 2;
}

.news-pagecontent .page .content:after {

	content: " ";
	clear: both;
	display: table

}

.news-pagecontent .page .content p,.news-pagecontent .page .content ul,.news-pagecontent .page .content ol {
	margin-bottom: 10px;
	font-size: 15px;
}

.news-pagecontent .page .content h2 {
	margin-bottom: 10px;
	padding: 10px 0;
	font-size: 16px;
	border-bottom: 1px solid #f2f2f2
}

.news-pagecontent .page .content h3 {
	padding-top: 10px;
	font-size: 16px
}

.news-pagecontent .page .content a {
	color: #3d6dcc
}

.news-pagecontent .page .content a:hover,.news-pagecontent .page .content a:active {
	text-decoration: underline
}

.news-pagecontent .page .content img {
	max-width: 100%;
	height: auto
}

.news-pagecontent .page .content table {
	max-width: 100%;
	background-color: #f7f7f7
}

.news-pagecontent .page .content table th,.news-pagecontent .page .content table td {
	font-size: 12px;
	padding: 5px 10px;
	border: 1px solid #ccc;

	background-color: #fff
}

.news-pagecontent .page .content table th {
	background-color: #f7f7f7
}

.news-pagecontent .page .content table img {
	max-width: inherit
}

.news-pagecontent .page .content .table_wrap {
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ededed
}


.news-pagecontent .page .content .table_wrap_box {
	*zoom: 1
}

.news-pagecontent .page .content .table_wrap_box:after {

	content: " ";

	clear: both;
	display: table

}

.news-pagecontent .page .content ul li {
	margin-left: 2em;
	list-style: disc
}

.news-pagecontent .page .content ol li {
	margin-left: 2em;
	list-style: decimal
}




.news-pagecontent .page .section {
	background: #f5f5f5;
	padding: 15px;
	margin-top: 20px;
	/* border-top: 1px solid #dedede; */
}

.news-pagecontent .page .section li a {
	font-size: 14px;
	display: block;
	padding: 3px 0;
	color: #666;
}

.news-pagecontent .page .section li a:hover,.news-pagecontent .page .section li a:active {
	color: #15499A;
}

.news-pagelist {
		float: right;
		width: 23%;
		/* background:#fff; */
	}
.news-pagelist ul li {
		float: none;
		width: 100%;
		border-bottom: 1px solid #f2f2f2;
		background: #fff;
	}
	.news-pagelist ul li:first-child a {
		padding: 0;
		color: #262626;
		font-size: 13px;
	}
	.news-pagelist ul li:first-child a small {
		display: block;
		overflow: hidden;
		position: relative;
		line-height: 0;
	}

	.news-pagelist ul li:first-child a small img {

		width: 100%;
	}
	.news-pagelist ul li:first-child a time {
		display: none;
	}
	.news-pagelist ul li:first-child a em {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 10px 12px;
		color: #fff;
		background-color: rgba(0,0,0,0.7);
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.news-pagelist ul li a {
		font-size: 13px;
	}
	.news-pagelist ul li a time {
		top: 15px
	}
	.news-pagelist ul li a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%;
	padding: 15px 90px 15px 10px;
	color: #666;
	line-height: 20px;
	overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
}

	.news-pagelist ul li a:hover {
	color: #15499A;
}



.news-pagelist ul li a time {
	position: absolute;
	right: 10px;
	top: 16px;
	width: 70px;
	text-align: right;
	color: #999;
	font-size: 12px
}

.news-pagelist ul li:first-child small {
	display: none
}

em,i{
	font-style:normal;
	}
	
.solution-content{}
.solution .solution-content .solution-content-tab{ max-width: 900px; margin: 0 auto; box-shadow: 0 0 40px rgba(0,0,0,.1); margin-top: -60px; position: relative; background-color: #FFF;}
.solution .solution-content .solution-content-tab ul{ display: flex; align-items: center; }
.solution .solution-content .solution-content-tab ul li { flex: 1; height: 120px; }

.solution .solution-content .solution-content-tab ul li a{ display: block; height: 120px; position: relative;}
.solution .solution-content .solution-content-tab ul li a:after{ content: ''; position: absolute; right: 35px; top: 50%; transform: translateY(-50%); width: 12px; height: 13px; background: url(../images/icon34.png) center center no-repeat;}
.solution .solution-content .solution-content-tab ul li.active a:after{ background: url(../images/icon35.png)  center center no-repeat;}
.solution .solution-content .solution-content-tab ul li a dl{ display: flex; height: 120px; align-items: center; padding: 0 50px;}
.solution .solution-content .solution-content-tab ul li a dl dd{ flex: 1; min-width: 0; margin-left: 35px;}
.solution .solution-content .solution-content-tab ul li a dl dd h2{ font-size: 20px; font-weight: normal;}
.solution .solution-content .solution-content-tab ul li a dl dd p{ font-size: 13px;}
.solution .solution-content .solution-content-tab ul li a:hover,.solution .solution-content .solution-content-tab ul li.active a{ color: #FFF; background: linear-gradient(300deg,rgba(112,50,221,1) 0%,rgba(30,176,232,1) 100%);}
.solution .solution-content .solution-content-tab ul li:first-child{ border-right: solid 1px #EEE;}
.solution .solution-content .solution-content-tab ul li:first-child dl dt{ background: url(../images/icon37.png) no-repeat; width: 53px; height: 49px;}
.solution .solution-content .solution-content-tab ul li:first-child:hover dl dt,.solution .solution-content .solution-content-tab ul li:first-child.active dl dt{ border: none; background: url(../images/icon37_01.png) no-repeat;}
.solution .solution-content .solution-content-tab ul li:last-child dl dt{ background: url(../images/icon36.png) no-repeat; width: 50px; height: 49px;}
.solution .solution-content .solution-content-tab ul li:last-child:hover dl dt,.solution .solution-content .solution-content-tab ul li:last-child.active dl dt{ background: url(../images/icon36_01.png) no-repeat;}
.solution .solution-content .solution-content-top{ margin-top: 80px;}
.solution .solution-content .solution-content-top dl{ background-color: #FFF; display: flex; align-items: center;}
.solution .solution-content .solution-content-top dl dt{ position: relative; width: 50%;}
.solution .solution-content .solution-content-top dl dt a{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; align-items: center; justify-content: center;}
.solution .solution-content .solution-content-top dl dt img{ max-width: 775px; max-height: 450px; width: 100%;}
.solution .solution-content .solution-content-top dl dt a img{ width: auto; height: auto;}
.solution .solution-content .solution-content-top dl dd{ flex: 1; padding: 0 60px; max-height: 300px;}
.solution .solution-content .solution-content-top dl dd h2{ font-weight: normal; font-size: 30px;}
.solution .solution-content .solution-content-top dl dd p span.line{ display: block; width: 12px; height: 2px; background-color: #f08200; margin: 20px 0;}
.solution .solution-content .solution-content-top dl dd .text{ color: rgba(40,40,40,.8); font-size: 15px; line-height: 22px;}
.solution .solution-content .solution-content-top dl dd .text img{ margin-top: 20px;}
.solution .solution-content .solution-content-tabs{ margin-top: 60px;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul{ display: flex; align-items: center; border-bottom: solid 2px #fb5941;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li{ flex: 1; text-align: center; font-size: 19px; padding-bottom: 55px; position: relative;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a { display: inline-block;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a:hover img{ -webkit-animation: down 0.6s linear infinite alternate; animation: down 0.6s linear infinite alternate; -moz-animation: down 0.6s linear infinite alternate; }
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a p{ margin-top: 15px;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li.active a p{ color: #fd5d36;}

.solution .solution-content .solution-content-tabs .solution-content-tabs-hd ul li.active:after{ content: ''; position: absolute; width: 21px; height: 10px; background: url(../images/icon44.png) no-repeat; bottom: 0; left: 50%; transform: translateX(-50%);}
.solution .solution-content .solution-content-tabs .solution-content-tabs-bd{ background-color: #FFF; padding: 50px;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con{ font-size: 15px; line-height: 24px; color: rgba(51,51,51,.8); display: none; }
.solution .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con img{ max-width: 100%;}
.solution .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con .con-text{ margin-bottom: 50px; }
.solution .solution-content .industry-item{
    margin-bottom: 15px;
}
.solution .solution-content .industry-item dl{background-color: #FFF;display: flex;align-items: center;margin-bottom: 0;}

.solution .solution-content .industry-item dl:nth-child(2n) dd{ order: -1;}
.solution .solution-content .industry-item dl dt{width: 50%;line-height: 0; overflow:hidden;}
.solution .solution-content .industry-item dl dt img{width: 100%;-moz-transition: -moz-transform 1.2s;-o-transition: -o-transform 1.2s;-webkit-transition: -webkit-transform 1.2s;transition: transform 1.2s;}
.solution .solution-content .industry-item dl dt:hover img {
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
.solution .solution-content .industry-item dl dd{flex: 1;padding: 0 60px;}
.solution .solution-content .industry-item dl dd h2{font-weight: normal;font-size: 28px;margin-bottom: 20px;line-height: 1.4;color: #15499A;}
.solution .solution-content .industry-item dl dd p span.line{display: block;width: 20px;height: 2px;background-color: #15499A;margin: 20px 0;}
.solution .solution-content .industry-item dl dd .text{color: #383838;font-size: 15px;line-height: 2;}
.solution .solution-content .industry-item dl dd .text img{ margin-top: 20px;}
.solution .solution-content .industry-item dl dd p a{display: inline-block;width: 140px;height: 45px;border-radius: 50px;font-size: 14px;text-align: center;line-height: 41px;border: solid 2px #15499A;color: #15499A;margin-top: 50px;background: #ffffff;}
.solution .solution-content .industry-item dl dd p a:hover{border-color: #15499A;color: #fff;background: #15499A;}

.z-container2 {width: 1250px;height:auto;clear: both;margin: 0 auto;}

.bt22 p{margin-bottom: 15px;text-align: left;font-size: 16px;color: #464646;line-height: 2;}

.container5{width: 1300px;margin:0 auto;}

.new-list{margin-left: -10px;margin-right: -10px;}
.new-list li{width: 33.333333333%;float:left;padding: 0 10px;margin-bottom: 25px;}
.new-list li:nth-child(4n+4){ margin-right:0;}
.new-list li figure{ display:block; line-height:normal; overflow:hidden;margin: 0;}
.new-list li figure img{ display:block; width:100%; height:auto; line-height:0; transition:430ms;}
.new-list li figcaption{display:block;padding: 25px 22px 22px;overflow:hidden;background: #ffffff;position:relative;transition:340ms;height: 172px;}
.new-list li figcaption time{color:#7e7e7e;font-size:14px;transition:300ms;line-height: 1.2;}
.new-list li figcaption h3{
	color: #3c3c3c;
	font-size: 18px;
	font-weight: 400;
	height: 24px;
	margin-top: 12px;

	line-height: 24px;
	transition:300ms;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	}
.new-list li figcaption p{
	color: #999;
	height: 54px;
	font-size:14px;
	line-height: 25px;
	margin-top: 10px;
	transition:300ms;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	} 
.new-list li figcaption span{display:block;width:102px;height:30px;line-height:30px;background:#fff;color: #15499A;font-size:14px;margin-top: 15px;position:relative;bottom:-30px;opacity:0;text-align:center;transition:300ms;}
.new-list li:hover figure img{ transform:scale(1.05); -webkit-transform:scale(1.05); -moz-transform:scale(1.05);}
.new-list li:hover figcaption{margin-top:-51px;background: #15499A;height: 223px;}
.new-list li:hover figcaption time{ color:#fff;}
.new-list li:hover figcaption h3{ color:#fff;}
.new-list li:hover figcaption p{ color:#fff;}
.new-list li:hover figcaption span{ opacity:1; bottom:0; position:relative; transition:355ms 100ms;}


	#tabs5 {
	  overflow: hidden;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  text-align: center;
	  margin-bottom: 35px;
}

	#tabs5 li {
	  margin: 0 6px 5px 6px;
	  display: inline-block;
}

	#tabs5 a {
	  float: left;
	  position: relative;
	  line-height: 44px;
	  width: 150px;
	  height: 44px;
	  text-transform: uppercase;
	  text-decoration: none;
	  color: #787878;
	  font-size: 14px;
	  border: 1px solid #787878;
	  transition: 0s ease-in-out;
	}

	#tabs5 a:hover,
	#tabs5 a:focus {
	  border: 1px solid #15499A;
	  color:#fff;
	  background-color: #15499A;
	}

	#tabs5 a:focus {
	  outline: 0;

	}

	#tabs5 #current1 {
	  z-index: 3;

	  border-color: #15499A;
	  background-color: #15499A;
	  opacity: 1;
	  color: #fff;

	  filter: alpha(opacity=100);

	}

	
.case_list {
  width: 100%;
  overflow: hidden;
}
.case_list .item {
  width: 100%;
  border: 1px solid #e4e4e4;
  padding: 28px;
  display: block;
  overflow: hidden;
  color: #000;
  margin-bottom: 15px;
}
.case_list .item:hover {
  background: #f8f8f8;
}
.case_list .item .first_left {
  float: left;
  width: 184px;
  text-align: right;
}
.case_list .item .first_left .avatar {
  width: 160px;
}
.case_list .item .first_left .logo {
  width: 160px;
  margin-top: 10px;
}
.case_list .item .first_left .content {
  margin-top: 10px;
  padding-left: 15px;
  text-align: center;
}
.case_list .item .first_left .content .name {
  font-size: 16px;
  color: #333;
}
.case_list .item .first_left .content .title {
  font-size: 12px;
  color: #999;
}
.case_list .item .left {
  float: left;
  width: 20%;
  text-align: center;
}
.case_list .item .left img {
  height: 100px;
}
.case_list .item .right {
  float: right;
  width: 78%;
  border-left: 1px solid #d8d8d8;
  padding-left: 30px;
  min-height: 100px;
  position: relative;
}
.case_list .item .right .title {
  font-size: 20px;
  color: #000;
}
.case_list .item .right .desc {
  font-size: 14px;
  color: #4e4e4e;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 1.7;
  display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.case_list .item .right .link {
  color: #15499A;
  font-size: 12px;
  text-align: right;
}
.case_list .item .first_right {
  border-left: none;
}
.case_list .item .first_right img {
  width: 100%;
  margin-top: 10px;
}

.case-list-box{}
.case-list-box .case-list{
	margin-left: -10px;
	margin-right: -10px;
}
.case-list-box .case-list li{
	width: 23.6%;
	float: left;
	padding: 0;
	margin-left: 0.7%;
	margin-right: 0.7%;
	margin-bottom: 20px;
	border: 1px solid #e4e4e4;
}
.case-list-box .case-item{
	background: #fff;
	border:1px solid #fff;
	transition: all .4s cubic-bezier(.4,0,.2,1);
}
.case-list-box .case-list li:hover .case-item{
	border: 1px solid #15499A;
	box-shadow: 0 8px 16px 0 rgb(0 65 171 / 8%);
}
.case-list-box .case-logo-area{
	width: 100%;
	padding: 0 35px;
	text-align: center;
}
.case-list-box .case-logo-area .case-logo-center{
	display: block;
	height: 114px;
	overflow: hidden;
	margin-top: 12px;
	margin-bottom: 12px;
}
.case-list-box .case-logo-area .case-logo-center img{
	max-height: 100%;
}
.case-list-box .title{
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
	padding: 0 30px;
	margin-bottom: 8px;
	display: -webkit-box;

-webkit-line-clamp: 1;

-webkit-box-orient: vertical;

overflow: hidden;
	color: #333;
}
.case-list-box .tip{

font-size: 14px;

line-height: 25px;

height: 75px;

text-align: center;

color: #666;

padding: 0 35px;

display: -webkit-box;

-webkit-line-clamp: 3;

-webkit-box-orient: vertical;

overflow: hidden;
}
.case-list-box .belong{
	font-size: 14px;
	color: #15499A;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 35px;
}
.case-list-box .belong span{
	height: 14px;
	line-height: 14px;
	border-right: 1px solid #00CC99;
	padding: 0 9px;
	display: inline-block;
}
.case-list-box .belong span:last-child{border:none;}


.btn-tertiary-green1 {
			background-color: transparent !important;
			border: 0!important;
			border-bottom: 1px solid transparent!important;
			border-radius: 0;
			color: #15499A;
			padding: 0;
			text-align: center;
			vertical-align: middle;
			font-size: 14px;
			line-height: 1.8;
			margin-top: 15px;
			display: block;
			font-weight: 400;

			padding: 0 35px;
}


.pubcatetit{font-size:34px;color:#333;text-align:center;font-weight:normal;line-height: 1.2;}
.linei{display: block;width:20px;height:3px;background: #15499A;margin: 15px auto;font-style:normal;}

.welsay{text-align:center;font-size: 15px;color: #585858;line-height: 2;max-width: 920px;margin-left: auto;margin-right: auto;margin-top: 30px;margin-bottom: 55px;}
.welfare ul li{width: 16.66666666666666%;float:left;text-align:center;margin-bottom: 20px;padding: 0 10px;box-sizing: border-box;}
.welfare ul li img{max-height:60px;display: block;margin:0px auto;}
.welfare ul li p{margin-top: 15px;font-size: 15px;}

.welfare ul li img{transition-delay:.1s;-webkit-transition-delay:.1s;}
.welfare ul li img,
.welfare ul li p{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;}

.welfare ul li:hover img,
.welfare ul li:hover p{transform:translateY(-10px);-webkit-transform:translateY(-10px);}

.welfare ul li:hover img{transition-delay:0s !important;-webkit-transition-delay:0s !important;}
.welfare ul li:hover p{transition-delay:.1s !important;-webkit-transition-delay:.1s !important;}


#job-list {
	margin-bottom: 0;
}

#job-list .box2 {
	padding: 40px;
	background: #fff;
	border: 1px solid #e2e2e2;
	margin-top: 20px;
}

#job-list .top {
	background: #f1f1f1;
	color: #333;
	font-size: 16px;
	line-height: 20px;
}


#job-list .name,#job-list .num,#job-list .address,#job-list .date {
	float: left;
	width: 22%;
	padding: 20px 0;
	text-align: center;
	line-height: 1.6;
	box-sizing: border-box;
}

#job-list .name {
	padding-left: 50px;
	text-align: left;
}

#job-list .arrow {
	float: left;
	width: 12%;
	text-align: center;
}

#job-list .arrow i {
	display: block;
	margin: 0 auto;
	width: 65px;
	height: 65px;
	background: url("../images/down.png") no-repeat center;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}

#job-list .article {
	border-bottom: 1px solid #dbdbdb;
	font-size: 15px;
	padding: 0;
}

#job-list .article .clearfix {
	cursor: pointer
}

#job-list .article.active .arrow i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

#job-list .content {
	position: relative;
	display: none;
	background: #f5f5f5;
	border: 1px solid #dadada;
	border-bottom: 0;
	padding: 15px 50px 30px;
	color: #464646;
}

#job-list .content .txt {
	font-size: 16px;
	margin-bottom: 12px;
	padding-top: 22px;
	font-weight: 700;
	color: #292929;
}

#job-list .content h3 {
	font-weight: 400;
	position: relative;
	padding-left: 22px;
}

#job-list .content h3:before {
	content: '';
	width: 9px;
	height: 9px;
	background: #c64f4a;
	position: absolute;
	top: 7px;
	left: 0;
}

#job-list .content p {

text-indent: 0;

font-size: 14px;

line-height: 1.8;

margin-bottom: 7px;

color: #545454;
}

.t55{ font-size:18px; font-weight:400; line-height:1.8; display:inline-block; margin-top:10px;}

.in-one{overflow: hidden;padding: 60px 0;}
.tit3{text-align: center;margin-bottom: 35px;}
.tit3 h3{font-size: 32px;color: #333;line-height: 1.2;position: relative;margin-bottom: 20px;}
.index_text1{color: #3c3c3c;line-height: 1.8;font-size: 15px;margin:0 auto;text-align:center;max-width: 1080px;}
.index_text1 p{color: #3c3c3c;line-height: 1.8;font-size: 15px;text-align:center;margin-bottom: 10px;}
.line2 {
  background-color: #63C9CB;
  display: block;
  width: 30px;
  height: 3px;
  margin: 15px auto 15px auto;
}

.A-title{text-align:center;}
.A-title .t1{line-height: 1.4;font-size: 36px;color:#000;margin-bottom: 30px;position: relative;}

.cpn-fl{width: 48%;float:left;margin-top: 8px;}
.cpn-fl p{color: #575d6c;font-size: 14px;margin-bottom: 10px;line-height: 24px;}
.cpn-fr{width: 49%;float:right;margin-top: 8px;}
.cpn-fr h2{font-size: 18px;line-height: 1.5;font-weight: 700;color: #252b3a;margin: 15px auto 12px;}
.cpn-fr p{color: #585858;font-size: 15px;margin-bottom: 15px;line-height: 1.8;}


.starGn {
    position: relative;
}

.starGn_top {
    position: relative;

}
.starGn_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    height: 210px;

    background: #15499A;
    background-size: cover;
}

.scet{padding: 50px 50px;background: #fff;}

.scet p{line-height:1.8;font-size: 15px;margin-bottom: 12px;}

.cpn-culture6{
    margin-top: 20px;
    text-align: center;
}
.cpn-culture6 ul{}
.cpn-culture6 ul li{width: 15%;font-size:14px;color: #7b7b7b;line-height: 1.7;display: inline-block;vertical-align: top;}
.cpn-culture6 ul li .note{padding: 0 20px;text-align: left;}
.cpn-culture6 ul li h4{font-size: 15px;color: #1f1f1f;line-height: 1.6;position: relative;text-align: center;}
.cpn-culture6 ul li h4:after{position: absolute;left:50%;bottom:0px;width:30px;height: 3px;background: #15499A;margin-left:-15px;transition: all 0.3s ease;}
.cpn-culture6 ul li p{color: #8a8a8a;line-height: 23px;margin-bottom:0;text-align: left;overflow: hidden;}
.cpn-culture6 ul li s {max-width: 90px;display: block;margin: 0 auto 25px auto;text-align: center;}
.cpn-culture6 ul li:hover h4:after{width:40px;margin-left:-20px;}

#tabs {
	  overflow: hidden;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  position: relative;
	  list-style: none;
	  text-align: center;
	  line-height: 0;
	  margin-bottom: 50px;
	  margin-top: 20px;
	  border-radius: 3px;
	  background: #fff;
	  box-shadow: 0px 4px 24px 0px rgba(31, 119, 246, 0.1);
}

	#tabs li {
	  display: inline-block;
}

	#tabs a {
	  float: left;
	  position: relative;
	  margin: 22px 40px;
	  line-height: 30px;
	  height: 30px;
	  text-transform: uppercase;
	  text-decoration: none;
	  color: #3a3a3a;
	  font-size: 16px;
	}

	#tabs a:hover,
	#tabs a:focus {
	  color: #15499A;
	}

	#tabs a:focus {
	  outline: 0;
	}

	#tabs #current1 {
	  z-index: 3;
	  opacity: 1;
	  color: #15499A;
	  filter: alpha(opacity=100);
	}
	

.solution5 .solution-content .solution-content-tab{ max-width: 900px; margin: 0 auto; box-shadow: 0 0 40px rgba(0,0,0,.1); margin-top: -60px; position: relative; background-color: #FFF;}
.solution5 .solution-content .solution-content-tab ul{ display: flex; align-items: center; }
.solution5 .solution-content .solution-content-tab ul li { flex: 1; height: 120px; }
.solution5 .solution-content .solution-content-tab ul li a{ display: block; height: 120px; position: relative;}
.solution5 .solution-content .solution-content-tab ul li a:after{ content: ''; position: absolute; right: 35px; top: 50%; transform: translateY(-50%); width: 12px; height: 13px; background: url(../images/icon34.png) center center no-repeat;}
.solution5 .solution-content .solution-content-tab ul li.active a:after{ background: url(../images/icon35.png)  center center no-repeat;}
.solution5 .solution-content .solution-content-tab ul li a dl{ display: flex; height: 120px; align-items: center; padding: 0 50px;}
.solution5 .solution-content .solution-content-tab ul li a dl dd{ flex: 1; min-width: 0; margin-left: 35px;}
.solution5 .solution-content .solution-content-tab ul li a dl dd h2{ font-size: 20px; font-weight: normal;}
.solution5 .solution-content .solution-content-tab ul li a dl dd p{ font-size: 13px;}
.solution5 .solution-content .solution-content-tab ul li a:hover,.solution .solution-content .solution-content-tab ul li.active a{ color: #FFF; background: linear-gradient(300deg,rgba(112,50,221,1) 0%,rgba(30,176,232,1) 100%);}
.solution5 .solution-content .solution-content-tab ul li:first-child{ border-right: solid 1px #EEE;}
.solution5 .solution-content .solution-content-tab ul li:first-child dl dt{ background: url(../images/icon37.png) no-repeat; width: 53px; height: 49px;}
.solution5 .solution-content .solution-content-tab ul li:first-child:hover dl dt,.solution .solution-content .solution-content-tab ul li:first-child.active dl dt{ border: none; background: url(../images/icon37_01.png) no-repeat;}
.solution5 .solution-content .solution-content-tab ul li:last-child dl dt{ background: url(../images/icon36.png) no-repeat; width: 50px; height: 49px;}
.solution5 .solution-content .solution-content-tab ul li:last-child:hover dl dt,.solution .solution-content .solution-content-tab ul li:last-child.active dl dt{ background: url(../images/icon36_01.png) no-repeat;}
.solution5 .solution-content .solution-content-tab-con .con{ }
.solution5 .solution-content .solution-content-top{ margin-top: 80px;}
.solution5 .solution-content .solution-content-top dl{ background-color: #FFF; display: flex; align-items: center;}
.solution5 .solution-content .solution-content-top dl dt{ position: relative; width: 50%;}
.solution5 .solution-content .solution-content-top dl dt a{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; align-items: center; justify-content: center;}
.solution5 .solution-content .solution-content-top dl dt img{ max-width: 775px; max-height: 450px; width: 100%;}
.solution5 .solution-content .solution-content-top dl dt a img{ width: auto; height: auto;}
.solution5 .solution-content .solution-content-top dl dd{ flex: 1; padding: 0 60px; max-height: 300px;}
.solution5 .solution-content .solution-content-top dl dd h2{ font-weight: normal; font-size: 30px;}
.solution5 .solution-content .solution-content-top dl dd p span.line{ display: block; width: 12px; height: 2px; background-color: #15499A; margin: 20px 0;}
.solution5 .solution-content .solution-content-top dl dd .text{ color: rgba(40,40,40,.8); font-size: 15px; line-height: 22px;}
.solution5 .solution-content .solution-content-top dl dd .text img{ margin-top: 20px;}
.solution5 .solution-content .solution-content-tabs{ margin-top: 60px;}
.solution5 .solution-content .solution-content-tabs .solution-content-tabs-hd ul{ display: flex; align-items: center; border-bottom: solid 2px #15499A;}
.solution5 .solution-content .solution-content-tabs .solution-content-tabs-hd ul li{ flex: 1; text-align: center; font-size: 19px; padding-bottom: 55px; position: relative;}
.solution5 .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a { display: inline-block;}
.solution5 .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a:hover img{ -webkit-animation: down 0.6s linear infinite alternate; animation: down 0.6s linear infinite alternate; -moz-animation: down 0.6s linear infinite alternate; }
.solution5 .solution-content .solution-content-tabs .solution-content-tabs-hd ul li a p{ margin-top: 15px;}
.solution5 .solution-content .solution-content-tabs .solution-content-tabs-hd ul li.active a p{ color: #15499A;}
.solution5 .solution-content .solution-content-tabs .solution-content-tabs-hd ul li.active:after{ content: ''; position: absolute; width: 21px; height: 10px; background: url(../images/icon44.png) no-repeat; bottom: 0; left: 50%; transform: translateX(-50%);}
.solution5 .solution-content .solution-content-tabs .solution-content-tabs-bd{ background-color: #FFF; padding: 50px;}
.solution5 .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con{ font-size: 15px; line-height: 24px; color: rgba(51,51,51,.8); display: none; }
.solution5 .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con img{ max-width: 100%;}
.solution5 .solution-content .solution-content-tabs .solution-content-tabs-bd .solution-content-tabs-bd-con .con-text{ margin-bottom: 50px; }
.solution5 .solution-content .industry-item{}
.solution5 .solution-content .industry-item dl{background-color: #FFF;display: flex;align-items: center;}
.solution5 .solution-content .industry-item dl:nth-child(2n) dd{ order: -1;}
.solution5 .solution-content .industry-item dl dt{width: 50%;line-height: 0;overflow:hidden;}
.solution5 .solution-content .industry-item dl dt img{ max-width: 775px; max-height: 450px; width: 100%; -moz-transition: -moz-transform 1.2s;-o-transition: -o-transform 1.2s;-webkit-transition: -webkit-transform 1.2s;transition: transform 1.2s;}

.solution5 .solution-content .industry-item dl dd{flex: 1;padding: 0 80px 0 0;}
.solution5 .solution-content .industry-item dl dd h2{font-weight: 400;font-size: 26px;line-height: 1.4;color: #15499A;margin-bottom: 18px;}
.solution5 .solution-content .industry-item dl dd p span.line{display: block;width: 20px;height: 2px;background-color: #15499A;margin: 8px 0 16px 0;}
.solution5 .solution-content .industry-item dl dd .text{color: #484848;font-size: 15px;line-height: 1.8;}
.solution5 .solution-content .industry-item dl dd .text p{margin-bottom: 10px;}
.solution5 .solution-content .industry-item dl dd .text img{ margin-top: 20px;}
.solution5 .solution-content .industry-item dl dd p a{display: inline-block;width: 140px;height: 45px;border-radius: 50px;font-size: 14px;text-align: center;line-height: 43px;border: solid 2px #15499A;color: #147861;margin-top: 50px;background: #fff;}
.solution5 .solution-content .industry-item dl dd p a:hover{border-color: #15499A;color: #fff;background: #15499A;}

.cpn-culture{}
.cpn-culture ul{overflow: hidden;margin-left: -1%;margin-right: -1%;margin-bottom: -20px;}
.cpn-culture ul li{width: 23%;float:left;margin: 0 1%;margin-bottom: 25px;background: #ffffff;font-size: 14px;color: #7b7b7b;line-height: 1.7;}
.cpn-culture ul li .note{padding: 40px;text-align: center;}
.cpn-culture ul li h4{font-size: 18px;line-height: 1.8;color: #151515;margin-bottom: 13px;padding-bottom: 12px;position: relative;font-weight: 700;text-align: center;}
.cpn-culture ul li h4:after{content:"";position: absolute;left:50%;bottom:0px;width:30px;height: 3px;background: #15499A;margin-left:-15px;transition: all 0.3s ease;}
.cpn-culture ul li p{color: #676767;line-height: 1.7;margin-bottom:0;height: 70px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.cpn-culture ul li s {max-width: 80px;display: block;margin: 0 auto 15px auto;text-align: center;}
.cpn-culture ul li:hover h4:after{width:40px;margin-left:-20px;}

.vp2{margin-top: 15px;text-align:center;}

.Iab-box{ float:right;}

.home-block1.hb-white {
	background:#fff;
}
.home-block1.hb-yy {
	background: #f5f5f5;
}

.a563 {
	font-weight: 400;
	font-size: 26px;
	line-height: 1.4;
	color: #15499A;
	margin-bottom: 18px;
}

.x12{padding: 40px 30px 0 0; line-height:1.8;color: #484848;font-size: 15px;}
.x12 p{line-height:1.8;color: #484848;font-size: 15px;margin-bottom:10px;}
.x13{padding: 40px 0 0 30px; line-height:1.8;color: #484848;font-size: 15px;}
.x13 p{line-height:1.8;color: #484848;font-size: 15px;margin-bottom:10px;}
.a561 {
	font-size: 22px;
	font-weight:400;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 15px;
}
.x14{padding-top: 30px;}
.x14 p{ line-height:1.8; margin-bottom:10px;}


.serBaoz {
}

.serBaozItem {
    top: 0;
    width: 31.3333333333333333333%;
    margin-left: 1%;
    margin-right: 1%;
    padding: 45px;
    margin-bottom: 30px;
    background: #fff;
    float: left;
    box-shadow: 0px 4px 24px 0px rgba(31, 119, 246, 0.1);
    /* background: url(../images/serBz_bg.png) no-repeat bottom right;
    background-size: 100% auto; */
    position: relative;
    transition: all .48s;
    overflow: hidden;
}

.serIco_img {
    position: absolute;
    bottom: 30px;
    right: 0;
    height: 54%;
}

.serIco_adv {
    position: absolute;
    left: 0;
    bottom: 0;
}

.serBaozText {
    position: relative;
    z-index: 3;
    transition: all .48s;
}


.serBaozText span {
    display: block;
    font-size: 20px;
    line-height: 1.5;
    color: #15499A;
    margin-bottom: 20px;
}

.serBaozText p {
    color: #666;
    width: 82%;
    line-height: 1.75;
    font-size: 15px;
    padding-right: 0px;
    height: 76px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.serBaozIco {
    position: absolute;
    right: 14%;

    top: 50px;
}

.serBaozIco img {

    width: 35px;
}

.serBaozItem svg {
    opacity: 0;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 48px;
    left: 50px;

    z-index: -1;
}


.serBaozItem:hover {
    top: -10px

}

.relyx-list{width: 100%;}
.relyx-list ul{margin-left: -1%;margin-right: -1%;margin-bottom: -25px;width: 102%;margin-top: 20px;float: left;}
.relyx-list li{width: 31.33333333333%;margin-left: 1%;margin-right: 1%;float: left;margin-bottom: 25px;background: #fff;}
.relyx-img{width: 100%;overflow: hidden;}
.relyx-img img{width: 100%;object-fit: cover;transition: all .8s ease;}
.relyx-wd{width: 100%;padding: 25px;position: relative;min-height: 194px;}
.relyx-wd h6, .relyx-wd h1{font-size: 18px;line-height: 1.2;font-weight: 700;color: #191919;margin-bottom: 12px;}
.relyx-wd p{font-size: 14px;color: #676767;line-height: 1.7;margin-bottom: 5px;position: relative;}
.relyx-check{display: inline-block;font-size: 15px;color: #1f5dcb;font-style: normal;line-height: 26px;margin-top: 20px;position: relative;user-select: none;cursor: pointer;}
.relyx-check:after{content: "";position: absolute;left: 0;bottom: 0;width: 100%;height: 1px;background: #1f5dcb;}
.relyx-list li:hover .relyx-img img{transform: scale(1.04);}
.relyx-wd:after{content: "";position: absolute;width: 28px;height: 13px;background: url("../images/relArr.png") no-repeat;bottom: 0;left: 0;opacity: 0;}
.relyx-item{width: 100%;}
.relyx-info{width: 100%;background: #f5f5f5;}
.relyx-info ul{display: flex;flex-wrap: wrap;}
.relyx-info li{width: 20%; float: left;padding: 50px 0;}
.relyx-info li h6, .relyx-info li h1{font-size: 22px;color: #333;margin-bottom: 32px;}
.relyx-info li p{font-size: 14px;color: #888;line-height: 24px;}
.relyx-infoitem{width: 100%;display: none;}
.relyx-list li.ontrue .relyx-wd:after{opacity: 1;}


.in-four{padding: 80px 0;overflow: hidden;}
.in4-con .tit h3{color: #fff;margin-bottom: 25px;}
.in4-con .tit h4{color: #fff;font-size: 15px;line-height: 2;margin-top: 20px;max-width: 100%;}
.in4-con .tit{margin-bottom: 50px;max-width: 920px;margin-left: auto;margin-right: auto;}
.in4-list{text-align: center;}
.in4-list ul{font-size: 0;max-width: 1100px;margin-left: auto;margin-right: auto;}
.in4-list li{display: inline-block;width: 25%;vertical-align: top;transition: all 0.4s;margin-bottom: 15px;}
.in4-list .in4-pic{width: 85px;height: 85px;line-height: 85px;border-radius: 50%;border:1px dashed #fff;margin: 0 auto 22px;transition: all .5s;}
.in4-list .in4-pic img{transition: all 1s ease-out 0s;
    -webkit-transition: all 1s ease-out 0s;}
.in4-list li:hover .in4-pic img {

   transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
	}
.in4-list .in4-desc h3{color: #fff;font-size: 15px;font-weight: 400;margin-bottom: 10px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.in4-list .in4-desc p{color: rgba(255,255,255,0.6);font-size: 14px;line-height: 24px;height: 0px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: all 0.4s;}

.in4-list .set_2_button{margin-top: 30px;}
.in4-list li:hover .in4-desc p{height: 48px;}
.in4-list li:hover .in4-pic{border:1px solid #fff;}

.in-num{padding: 32px 0;background: #fff;margin-top: -60px;position: relative;z-index: 2;box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);}
.in-num ul li{width: 25%;float: left;text-align: center;position: relative;}
.in-num ul li:after{content: '';width: 1px;height: 60px;background:#e8e8e8;position: absolute;right: 0;top: 50%;margin-top: -30px;}
.in-num ul li:last-child:after{display: none;}
.in-num ul li span{display: block;color: #666;}
.in-num ul li span.span1{font-size: 18px;line-height: 1.2;font-family: 'Hel-01';transition: all 0.4s;}
.in-num ul li span.span1 i{display: inline-block;font-style: normal;font-size: 40px;letter-spacing: 1px;vertical-align: top;}
.in-num ul li span.span2{font-size: 16px;}
.in-num ul li:hover .span1{transform: translateY(-10px);}

.moudle-titles4 {
  text-align: center;
  }
  .moudle-titles4 .moudle-h5 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom:35px;
 }
	
	
 .moudle-titles4 .moudle-h5:after {
      content: "";
      display: block;
      width: 48px;
      height: 2px;
      margin: 16px auto 0;
      background: #fff; }
	  
.set_2_button {
  margin-top: 30px;
  text-align: center;
  display: inline-block;
  width: 155px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  overflow: hidden;
  position: relative;
  transition: all 1s;
  cursor: pointer;
  background: #15499A;
  border-radius: 30px;
}
.set_2_btn-1:before {
    left: -100%;
    transition: all .5s;
}
.set_2_btn-1:hover:before {
    left: 48%;
    transition: all 1s;
}
.set_2_button>span {

    display: inline-block;
    transition: all .5s;
    line-height: 36px;

}

.new-list{
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 40px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    }

.ac2223{width: 31.333333333%;background: #f5f5f5;margin: 0 1% 2px 1%;float: left;}

.ab-news-item{
	overflow: hidden;
}
.ab-news-item img{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}

.ab-news-item img:hover{
	transform: scale(1.05);
}

.ab-news-item:hover{
	transition: box-shadow .3s;
}

.ab-news-bottom1{
	padding: 25px 25px 30px 25px;
	clear: both;
	border-top: 0;
}

.ab-news-h4{
	color: #434343;
	font-size: 18px;
	text-align: left;
	font-weight: 700;
	line-height: 24px;
	margin: 5px 0 10px 0;
	height: 24px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.ab-news-h4:hover{
	color: #15499A;
}

.ab-news-time{
	font-size: 12px;
	color: #A0A0A0;
	line-height: 25px;
	margin: 5px 0 5px 0;
	display: block;
}

.ab-news-content{
	color: #999;
	font-size: 14px;
	line-height: 1.7;
	text-align: left;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.in5-pic{ overflow:hidden;}

.mr_frbox { }
.mr_frBtnL {float: left;margin: 110px 0 0 -60px;cursor: pointer;display: inline;width:28px;}
.mr_frBtnL2 {float: left;margin: 115px 0 0 -60px;cursor: pointer;display: inline;width:28px;}
.mr_frUl {float: left;width: 100%;}
.mr_frBtnR {float: right;margin-top: 110px;cursor: pointer;width:28px;margin-right: -60px;}
.mr_frBtnR2 {float: right;margin-top: 115px;cursor: pointer;width:28px;margin-right: -60px;}
.mr_frUl ul li {display: inline;float: left;width: 24.2%;margin-right: 15px;overflow: hidden;}
.mr_frUl ul li img {}



	
.bgef {
  background: #f5f5f5;
  }
  
.title44 {
  font-size: 24px;
  color: #2b2b2b;
  font-weight: bold;
  display: inline-block;
  line-height: 1.4;
  padding-bottom: 8px;
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 2px solid #15499A;
}

.index-2-more1{}

.gd {
	background: #15499A;
	color: #fff;
	font-size: 14px;
	padding: 12px 62px 12px 40px;
	border-radius: 25px;
	display: inline-block;
	margin-top: 46px;
	position: relative;
}

.gd:hover {
	color: #fff;
}

.gd:before {
	background: url(../images/gd_icon.png)center center/cover;
	width: 15px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 40px;
	content: "";
}

.cr1{ background:#fff; padding:20px 50px 50px;}

.listInfo {
  border-bottom: 1px solid #e5e5e5;
  padding: 25px 0;
  font-size: 14px;
  float: left;
  width: 100%;
  }
  .listInfo dt {
    width: 23%;
    line-height: 0;
    overflow: hidden;
    float: left;
    text-align: center;
    }
  .listInfo dd {
    float: right;
    width: 74%;
    overflow: hidden;
    position: relative;
    }
  .listInfo h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    overflow: hidden;
    margin-top: 2px;
    }
	.listInfo h3 a {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    overflow: hidden;
    }
	.listInfo h3 a:hover {
    color: #15499A;
    }
  .listInfo p {
    color: #666666;
    line-height: 1.7;
    font-size: 14px;
    padding: 14px 0 0;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
    .listInfo p a {
      color: #8b8b8b;
      font-size: 14px;
      }
    .listInfo p a:hover {
      color: #15499A;
      }
  .listInfo .info {
    height: 28px;
    margin: 20px 0 0;
    bottom: 20px;
    width: 100%;
    overflow: hidden;
    }
    .listInfo .info .info-l {
      float: left;
      width: 320px;
      height: 28px;
      overflow: hidden; }
      .listInfo .info .info-l a {
        display: inline-block;
        color: #5a5b5d;
        padding: 0 10px;
        height: 26px;
        line-height: 26px;
        margin: 0 10px 0 0;
        border: 1px solid #afafaf;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px; }
      .listInfo .info .info-l a:hover {
        color: #f60;
        border: 1px solid #f60;
        text-decoration: none; }
    .listInfo .info .info-r {
      color: #9E9E9E;
      height: 28px;
      line-height: 28px;
      overflow: hidden;
      }
  .listInfo .info .info-r .ico-read {
        display: block;
        height: 28px;
        background: url("../images/listImg.png") no-repeat 0 -1px;
        padding: 0 0 0 30px;
        }
		
		
.srv-container .srv-wrap{padding: 40px;background:#fff;}

.srv-wrap .srv-top{
padding-bottom: 16px;
text-align: left;
font-size: 24px;
line-height: 1.4;
color: #343131;
border-bottom:1px solid #dedede;
}



.srvStgy-top{width: 100%;text-align: left;font-size: 15px;margin: 25px auto 0;color: #424242;line-height: 2;}

.srvStgy-top p{margin-bottom: 12px; line-height:2;}

.mb20{ margin-bottom:20px;}

.ztt4{ font-size:16px; line-height:1.8;}
.ztt4 p{ margin-bottom:10px;}

.honorbd{padding: 20px 15px;line-height: 0;text-align: center;background: #ffffff;}
.honorbd img{height: 200px;object-fit: contain;margin:0px auto;display:block;}
.honorbd h4{
    margin-top: 10px;
    padding: 0 15px;
    color:#333;
    font-size: 15px;
    line-height: 1.8;
    text-align:center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }
	
.honorbd2{padding: 20px 15px;line-height: 0;text-align: center;background: #ffffff;}
.honorbd2 img{height: 250px;object-fit: contain;margin:0px auto;display:block;}
.honorbd2 h4{
    margin-top: 10px;
    padding: 0 15px;
    color:#333;
    font-size: 15px;
    line-height: 1.8;
    text-align:center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }
	
.honorbd3{padding: 20px 15px;line-height: 0;text-align: center;background: #ffffff;}
.honorbd3 img{height: 200px;object-fit: contain;margin:0px auto;display:block;}
.honorbd3 h4{
    margin-top: 10px;
    padding: 0 15px;
    color:#333;
    font-size: 15px;
    line-height: 1.8;
    text-align:center;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    }

.ctt3{
	margin: 0 -0.5% 0 -0.5%;
	width:100%;
	display: flex;align-items: stretch;flex-wrap: wrap;
}
.ctt2{width: 24%;margin: 0 0.5% 15px 0.5%;float: left;border: 1px solid #e6e6e6;}


.box{position: absolute;padding: 0;top: 0;opacity:0.5;z-index:4;opacity:1;z-index: 99999999;}
.box_bg{}
.box22{width:100%;height:100%;margin:0 auto;display:none;z-index: 999;position:fixed;top: 0;left: 0;background-color: rgba(31,31,31,0.8);opacity:1;padding-top: 120px;}
.login5{width: 100%;height: 120px;text-align:center;position:relative;margin: 0 auto;}
.login5 h2{ font-size:30px; line-height:65px; color:#ffffff;}
.close{position:absolute;width: 47px;height: 47px;background: #15499A;right: 0;top: 0;}
.login51{width: 100%;padding: 0;margin:0 auto;height: 100%;overflow: hidden;display: block;}

.at22{max-width: 1000px;}

.vr1{ width:80px;}

.one{cursor:pointer;display: inline-block;}

#loginalert {
	width: 1100px;
	background: #fff;
	margin:0 auto;
	padding-bottom: 40px;
}

.fixfdback{}
.fixfdback span.fdclose{position:absolute;right:0px;top:0px;width:50px;height:50px;text-align:center;line-height:50px;background:#cdcdcd;font-size:40px;font-family:"宋体";cursor:pointer;color:#666;}
.fixfdback span.fdclose:hover{color:#333;}
.fixfdback .ffback{width:1200px;height:700px;position:absolute;left:50%;top:50%;margin-left:-600px;margin-top:-350px;background:#fff;padding:60px;}
.fixfdback h2{text-align:center;font-size:24px;line-height: 1.2;margin-bottom: 30px;color: #0a0a0a;}
.fixfdback h3{text-align:center;font-size: 18px;letter-spacing: 0.5px;font-weight: 400;color: #7b7b7b;margin: 5px auto 30px;}
.fixfdback p{color:#666;}
.fixfdback p span{color:#ff0000;}
.fixfdback .tit{text-align:center;}
.fixfdback .tit a{display:inline-block;width:146px;height:48px;text-align:center;line-height:48px;background:#ebebeb;border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;margin:0px 5px;color:#666;font-size:18px;}
.fixfdback .tit a:hover,.fixfdback .tit a.on{background:#0063b0;color:#fff;}
.fixfdback .note p{margin-bottom:20px;}
.fixfdback .note ul{overflow:hidden;margin-left: -1%;margin-right: -1%;width: 102%;}
.fixfdback .note ul li{width: 31.33333333333%;float:left;margin-bottom:20px;margin-left: 1%;margin-right: 1%;}
.fixfdback .note ul li:first-child{}
.fixfdback .note ul li select{width:100%;height:46px;padding: 0 10px;border:1px solid #dadada; background: url(../images/arr3.png) no-repeat right 10px center;}
.fixfdback .note ul li input{width:100%;height:46px;border:1px solid #dadada;padding: 0px 15px;}
.fixfdback .note p textarea{width: 100%;height:200px;padding: 15px;border:1px solid #dadada;}
.fixfdback .inp_sub{width:200px;font-size: 16px;cursor:pointer;background: #15499A;color:#fff;vertical-align:middle;height:46px;margin:0 auto;display: block; line-height:44px;}

.srv-wrap{padding: 40px;background:#fff;}

.abogsgk{width: 100%;overflow: hidden;}
.abogsgk .sonTitle h2{margin-bottom: 0;line-height: 1;}
.abogsgk-items{width: 100%;margin-top: 40px;}
.abogsgk-img{width: 50%;float: right;overflow: hidden;}
.abogsgk-img img{width: 100%;}
.abogsgk-cont{width: 50%;float: left;padding: 20px 90px 0 0;}
.abogsgk-cont p{font-size: 16px;color: #4c4c4c;line-height: 2;margin-bottom: 15px;}


.clearfix:after, .img-list:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.speech_a_lt {
  width: 35%;
  margin-top: 10px;
}



.speech_a_rt {
  width: 61%;
  margin-top: 10px;
}

.speech_a_rt .speech_a_rt_one {
  color: #333;
  font-size: 26px;
  line-height: 1.2;
}

.speech_a_rt .speech_a_rt_two {
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 26px;
  padding: 7px 0 12px 0;
}

.speech_a_rt .speech_a_rt_three {
}

.advantage-list2 {
	width: 23%;
	float: left;
	margin: 20px 1% 0 1%;
	border-radius: 3px;
	box-shadow: 4px 2px 18px rgb(0 0 0 / 10%);
	background: #fff;
}

.advantage-list2 .pro {
	width: 100%;
	line-height: 0;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}




.advantage-list2 .pro img {
	transition: transform 1s;
}



.advantage-list2 .desc {
	padding: 32px 32px 40px;
	border-radius: 0;
}


.advantage-list2 .desc strong {
	display: block;
	color: #232323;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 12px;
}

.advantage-list2 .desc p {
	font-size: 15px;
	color: #3e3e3e;
	line-height: 1.7;
	overflow: hidden;
}


.advantage-list4 {
	width: 31.333333333333%;
	float: left;
	margin: 0 1% 2% 1%;
	border-radius: 3px;
	background: #fff;
}

.advantage-list4 .pro {
	width: 100%;
	line-height: 0;
	border-radius: 0;
	position: relative;
	overflow: hidden;
}




.advantage-list4 .pro img {
	transition: transform 1s;
}



.advantage-list4 .desc {
	padding: 32px 32px 40px;
	border-radius: 0;
}


.advantage-list4 .desc strong {
	display: block;
	color: #232323;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 12px;
}

.advantage-list4 .desc p {
	font-size: 15px;
	color: #3e3e3e;
	line-height: 1.8;
	overflow: hidden;
}



.pink-line1{
        width: 30px;
        height: 3px;
        background: #15499A;
        margin-bottom: 22px;
        margin-left: 2px;
    }


.mg10 {margin-left: -1%;margin-right: -1%; display: flex;align-items: stretch;flex-wrap: wrap;}

.sonTitle{width: 100%;text-align: center;}
.sonTitle h2{font-size: 36px;line-height: 1.6;color: #1a1a1a;font-weight: 700;margin-bottom: 18px;}

.pubTitle4{width: 100%;text-align: center;margin-bottom: 40px;}
.pubTitle4 h6{font-size: 34px;color: #000;line-height: 1.3;font-weight: 400;}
.pubTitle4 i{display: block;width: 20px;height: 3px;background: #15499A;margin: 15px auto;}
.pubTitle4 p{font-size: 14px;color: #464646;line-height: 2;}

.cont-two {
}

    .cont-two li {
        text-align: center;
        width: 25%;
        float: left;
        border: 1px solid #eee;
        height: 240px;
        padding: 59px 0 0;
    }

    .cont-two li {
        margin-left: -1px;
    }

        .cont-two li:hover p {
        }

        .cont-two li:hover img {
            transform: translateY(-8px);
        }

   .cont-two img {
        transition: all 0.5s;
        width: 44px;
        margin-bottom: 20px;
    }



    .cont-two p {
        line-height: 1.6;
        color: #0d141c;
        padding: 0 40px;
        margin-bottom: 0;
    }

        .cont-two p.h3-size22 {
            margin-top: 22px;
        }

    .cont-two li:last-child img {
        box-shadow: 0 0 12px rgba(0,0,0,0.10);
        padding: 2px;
        width: 100px;
        margin-bottom: 3px;
    }

    .cont-two li:last-child p {
        margin-top: 8px;
    }

.cont-three img {
    width: 100%;
}

.h3-size22{font-size: 22px;}
.p-size16{font-size: 16px;}
.pt80 {
	margin-top:40px;
}
.pb40 {
	margin-bottom:20px;
}

body{
    margin: 0;padding: 0;
}

.c3{ color:#15499A; font-size: 16px; font-weight: 700;}


@media all and (max-width:1700px) {
}

@media all and (max-width:1599px) {
.box22{padding-top: 100px;}
.fixfdback .note p textarea{height:160px;}
}

@media all and (max-width:1440px) {



}

@media all and (max-width:1024px) {

.zss1{ display:none;}
.zss2{ display:block;}


#tabs a {
	 float: left;
	 position: relative;
	 line-height: 20px;
	 padding: 10px 15px;
	 margin: 0 3px;
	 border: 1px solid #E5E5E5;
	 text-decoration: none;
	 border-radius: 4px;
	 color: #3a3a3a;
	 font-size: 14px;
	}
	
#tabs {
	 
margin-bottom: 20px;
}

.std_tit6{
    font-size: 16px;
}

.ys_banner {
margin-top:60px;
}

.home_about .w2k{
    padding-top: 50px;
    padding-bottom: 50px;
}

.home-solutions .solutions-list>li {
	width: 100%;
	margin-bottom: 8px;
}

.home-solutions .solutions-list {
	display:block;
}

.home-solutions .solutions-list>li:hover {
		width: 100%!important
	}
	
.home-solutions .solutions-card {
	height: 220px;
	padding: 32px;
}

.home-solutions .solutions-card-text {
	margin-bottom: 80px;
	text-align:left;
	left:30px;
	right:30px;
}

.home-solutions .solutions-card-text p {
	opacity: 1;
	font-size: 14px;

}

.home-solutions .solutions-card-title:after {
	content: "";
	opacity: 1;
}

.home-solutions .solutions-list li:hover .solutions-card-text {
		margin-bottom: 90px;
		text-align: left;
		left:30px;
	    right:30px;
	}
	
.home-solutions .solutions-card-title {
	font-size: 18px;
	margin-bottom: 12px;
	font-weight:700;
}

.z-container2 {width: 92%; max-width:1200px;}

.home-block {
	padding: 40px 0;
}
.home-block1 {
	padding: 40px 0;
}

.cont-two li {
        height: auto;
        width: 50%;
        margin-bottom: 20px;
        padding: 0;
        border: none;
    }

    .cont-two.pb80 {
        padding-bottom: 25px;
    }
	
.h3-size22{font-size: 16px;}
.p-size16{font-size: 14px;}


.serzcwm{padding: 40px 0;}
.sontit h1{font-size: 22px;}
.sontit p{font-size: 14px;max-width: 90%;}
.serzcwmlb{margin-top: 25px;}
.serzcwmlb li{width: 98%;margin-bottom: 15px;min-height: 140px;padding: 35px 25px;}
.serzcwmlb li img{height: 50px;}
.serzcwmlb li h6{font-size: 18px; font-weight:700; }
.serzcwmlb li p{font-size: 14px;}
.serzcwmlb ul{margin-bottom: -10px;}

.news-pagecontent {
	width: 100%;
}

.news-pagelist {
		float: left;
		width: 100%;
		margin-top:20px;
	}
.news-pagecontent .page .title h1 {

		font-size: 20px;
		font-weight: normal;
		color:#262626;
	}
.news-pagecontent .page {
		padding: 20px 20px 15px;
	}
	
.allfl div {position: relative;padding: 38px 35px;}

.seviceBox h4 {
	font-size: 18px;
	font-weight: 700;
	}
	
.pro_list li{width: 98%; margin-bottom:15px;}

.por-section-title {
	font-size: 22px;
}

.por-section-head {
	padding-bottom: 20px;
}

.cpn-fl{width: 100%;padding-top: 0px;}
.cpn-fr{width: 100%;float:left; margin-top:30px;}
.cpn-fr h2{font-size: 16px;margin: 0 auto 10px;}
.cpn-fr p{font-size: 14px;}

.tc-h{height: 38px;font-size: 22px;margin-bottom: 20px;}
.tc-h:after{width: 58px;}

.products-main-list1 .products-main-list-item ul li{width: 48%; margin-bottom:15px;}

.products-main-list1 .products-main-list-item ul li a p{
	padding: 14px;
	font-size: 14px;
  
}

.products-main-list1 .products-main-list-item ul li a p label{
	font-size: 14px;
	}
	
.solution .solution-content .industry-item dl{background-color: #FFF;display:block;align-items: center;}
.solution .solution-content .industry-item dl dt{width: 100%;line-height: 0;}
.solution .solution-content .industry-item dl dd{flex: 1;padding: 30px 20px;max-height: 100%;}
.solution .solution-content .industry-item dl dd h2{font-weight: 700;font-size: 18px;margin-bottom: 15px;}
.solution .solution-content .industry-item dl dd p span.line{display: block;width: 20px;height: 2px;margin: 12px 0;}
.solution .solution-content .industry-item dl dd p a{margin-top: 20px;}
.solution-content{}

  .ta-main{padding-left: 10px;padding-right: 10px;}
    .ta-inner{max-width: 500px;}
    .ta-box{width: 100%;margin-right: 0;padding-top: 0;}
    .ta-text{width: 100%;padding-left: 15px;padding-right: 15px;padding-top: 18px;padding-bottom: 18px;}
    .ta-item:before{width: 100%;}
    .ta-intro{margin-bottom: 10px;padding-bottom: 0;font-size: 14px;}
    .ta-item{width: 49%;margin-right: 2%;margin-bottom: 2%;padding: 0;}
	
	.ta-tit{margin-bottom: 15px;font-size: 16px;}
	.ta-btn{width: 100px;font-size: 14px;}
	
	.mt70{ margin-top:40px;}
	
	.productSeries2 .list li{width: 150px;}
	
.close{position:absolute;width: 32px;height: 32px;right: 30px;top: 30px;}

 #loginalert {
	max-width: 320px;
}

.nav-link{margin: 0 10px;font-size: 13px; line-height:2;}


.nav-item{padding: 0 7px;min-width: 100px;height: 60px;font-size: 13px;}

.nav-left{margin-top: 10px;margin-bottom: 5px;}

.d-a{width: 100%;padding-top: 40px;padding-bottom: 60px;background-image: url('../images/80.png');background-size: auto 106px;background-position: bottom center;background-repeat: no-repeat;}

.d-titles{margin-bottom: 20px;font-size: 22px;}
.d-c{width: 100%;font-size: 14px;}
.d-d{margin-right: 35px;}

.d-textbox{padding: 25px 0;font-size: 14px;}

.a-img{width: 100%;}
.a-text{width: 100%;padding-left: 0; margin-top:20px;}
.a-time{font-size: 14px;margin-bottom: 15px;}
.a-b{font-size: 16px;}

.title44 {
  font-size: 20px;
}



.new-list2 li{width: 100%;margin-bottom: 10px;}

.new-list2 li figcaption{padding: 25px 18px;}

.solution .solution-content .industry-item dl dd .text{font-size: 14px;}

#tabs5 {
	  margin-bottom: 15px;
}

#tabs5 a {
	  line-height: 42px;
	  width: 120px;
	  height: 42px;
	}
	

.news-pagecontent .page .content p,.news-pagecontent .page .content ul,.news-pagecontent .page .content ol {
	font-size: 14px;
}

.case-list-box .case-list li{
	width: 48.6%;
	margin-left: 0.7%;
	margin-right: 0.7%;
	margin-bottom: 10px;
}

.case-list-box .case-logo-area{
	padding: 0 15px;
}

.case-list-box .tip{
letter-spacing: 0;
padding: 0 15px;
font-size:13px;
}

.btn-tertiary-green1 {
	padding: 0 15px;
	font-size: 12px;
}

.case-list-box .case-logo-area .case-logo-center{
	margin-top: 5px;
	margin-bottom: 2px;
	height: 60px;
}


.case-list-box .belong{
	margin-top: 20px;
	margin-bottom: 20px;
}

.case-list-box .title{
	font-size: 16px;
	padding: 0 20px;



}

#job-list {
		margin-bottom: 0;
	}


	#job-list .box2 {
		padding: 15px 10px;
		margin-top: 10px;
	}

	#job-list .box2 .top {
		font-size: 15px;
	}

	#job-list .name,#job-list .num,#job-list .address,#job-list .date {
		width: 21%;
		padding: 15px 0;
	}

	#job-list .name {
		width: 28%;
		padding-left: 15px;
	}

	#job-list .arrow {
		width: 8%;
	}

	#job-list .arrow i {


width: 20px;

height: 52px;

-webkit-background-size: 12px;

-moz-background-size: 12px;

background-size: 12px;

display: none;

}

	#job-list .article {
		font-size: 14px;
	}

	#job-list .content {
		padding: 10px 15px;
		font-size: 12px;
	}

	#job-list .content .txt {
		font-size: 14px;
		margin-bottom: 10px;
		padding-top: 10px;
	}


	#job-list .content h3 {
		padding-left: 15px;
	}

	#job-list .content h3:before {
		width: 6px;
		height: 6px;
		top: 9px
	}
	
	
	#job-list .name{
	width: 70%;
}

#job-list .date {
	width: 22%;
}

#job-list .num,#job-list .address {
	display:none;
}

.pubcatetit{font-size:22px;}

.welsay{font-size: 14px;margin-top: 20px;margin-bottom: 35px;}

.welfare ul li{width: 33.333333333%;}
.welfare ul li p{font-size: 14px;}

.welfare ul li img{max-height:50px;}

.t55{ font-size:14px; line-height:1.6; margin-top:8px;}

.solution5 .solution-content .industry-item dl{background-color: #FFF;display:block;align-items: center;margin-bottom: 20px;margin-top: 10px;}
.solution5 .solution-content .industry-item dl dt{width: 100%;line-height: 0;}
.solution5 .solution-content .industry-item dl dd{flex: 1;padding: 20px 0 10px 0;max-height: 100%;}
.solution5 .solution-content .industry-item dl dd h2{font-size: 18px;}
.solution5 .solution-content .industry-item dl dd p span.line{display: block;width: 20px;height: 2px;background-color: #147861;margin: 12px 0;}
.solution5 .solution-content .industry-item dl dd p a{margin-top: 20px;}

.solution5 .solution-content .industry-item dl dd .text{font-size: 14px;}

.scet p{font-size: 14px;margin-bottom: 10px;}

 .serBaozItem {
        width: 100%;
        margin: 0 0 18px;
		 padding: 28px 24px 48px;
    }

    .serJsItem {
        margin-bottom: 10px;
        width: 100%;
    }

    .serJsText span {
        font-size: 16px;
    }
	
	.serBaozText span {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .serSop_div {
        margin-bottom: 0;
    }

    .serSop_b span {
        font-size: 14px;
    }

    .serSop_item {
        padding: 10px;
    }


    .serSop_mlb img {
        width: 10px;
        margin-left: -5px;
    }

    .serSop_mlb_top {
        top: -8px;
    }

    .serSop_mlb_btm {
        bottom: -8px;
    }

    .serShuju {
        margin-top: 18px;
    }

    .serShuju li b {
        font-size: 34px;
    }

    .serBaozItem {
        padding-bottom: 24px;
        margin-bottom: 14px;
    }
	
	.serBaozText p {
    font-size: 14px;
    padding-right: 0;
    min-height: 75px;
}

.in-four{padding: 40px 0;height: auto;}

.in4-list li{width: 50%;}

.in-num ul li{width: 50%; margin-bottom:15px;}

.in-num ul li span.span1 i{font-size: 30px;}

.in-num{padding: 25px 0;}

.in4-list .set_2_button{margin-top: 25px;}

.in4-con .tit h4{font-size: 14px;}


.moudle-titles2 .moudle-h5 {
    font-size: 22px;
	margin-bottom:25px;
	
	}
	
	
 .moudle-titles2 .moudle-h5:after {
    height: 2px;
    width: 30px;
    margin-top: 8px; }
	
.moudle-titles4 .moudle-h5 {
    font-size: 22px;
	margin-bottom:25px;
	
	}
	
	
 .moudle-titles4 .moudle-h5:after {
    height: 2px;
    width: 30px;
    margin-top: 8px; }
	
.ac2223{width: 98%;margin: 0 1% 20px 1%;float: left;}

.in-num ul li span.span2{font-size: 13px;}

.ab-news-h4{
	font-size: 16px;
	margin-bottom: 5px;
}

.mr_frbox { }
.mr_frBtnL {float: left;margin: 90px 0 0px 0px;cursor: pointer;display: inline;width:5%;margin-right:3%;}
.mr_frUl { float: left; width: 83%; }
.mr_frBtnR {float: right;margin-top: 90px;cursor: pointer;width:5%;margin-right: 0;}
.mr_frUl ul li { display: inline; float: left; width: 48.2%; margin-right:10px; overflow: hidden; }

#job-list .content p {
font-size: 13px;
}

.gd {
	font-size: 12px;
	padding: 10px 48px 10px 30px;
	margin-top: 36px;
}

.gd:before {
	right: 25px;
}

.new-list1 li{width: 100%; margin-bottom:15px;}

 .pubTitle h6{font-size: 22px;}
 
 .bt22 p{font-size: 14px;}
 
 .cr1{background:#fff;padding: 0 20px 40px;}

.listInfo dt {
    width: 100%;
    overflow: hidden;
    float: left;
    text-align: center;
    }

  .listInfo dd {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 22px 0 0 0;
    position: relative;
    }
	.listInfo h3 {
    font-size: 16px;
    line-height: 1.5;
    }
	
	.listInfo .info .info-r {
      float: left;
      color: #9E9E9E;
      height: 28px;
      line-height: 28px;
      overflow: hidden;
      }
	  
	  .listInfo h3 a {
   font-size: 16px;
   line-height: 1.5;
   }
	
	.listInfo p {
     display: -webkit-box;
	-webkit-line-clamp: 20;
	-webkit-box-orient: vertical;

	overflow: hidden;
    }
	
	.yy5{height:300px;}
	
	.other_banner .banner_text h5{
	font-size: 12px;
	line-height: 1.6;
	width: 94%;
	margin-top: 15px;
	}
	
.srv-container .srv-wrap{padding: 20px;}

.srv-wrap .srv-top{
font-size: 20px;
padding-bottom:10px;
}

.ctt2{width: 49%;margin: 0 0.5% 15px 0.5%;float: left;border: 1px solid #e6e6e6;}

.honorbd{padding: 10px;}
.honorbd img{height: auto;}

.honorbd3{padding: 10px;}
.honorbd3 img{height: 150px;}

.honorbd2{padding: 10px;}
.honorbd2 img{height: auto;}
.honorbd2 h4{
    padding: 0;
    font-size: 12px;
    }
	
.close{position:absolute;width: 32px;height: 32px;right: 30px;top: 30px;}

.srv-wrap{padding: 20px;}

.srvStgy-top{margin: 15px auto 0;font-size: 14px;}

.srvStgy-top p{margin-bottom: 10px; line-height:2;}

.new-list5 li{width: 100%;}
.index-2-more a{padding: 10px 30px;font-size: 12px;}

.abogsgk-img{ width:100%;}
.abogsgk-items, .abogsyj-list {margin-top: 25px;}
    .abogsgk-cont h2 {font-size: 18px;}
    .abogsgk-cont i {height: 18px;}
    .abogsgk-cont {padding: 20px 0 0;width: 100%;}
    .abogsjj-img img{min-height: auto;}
    .abogsjj-img:last-child img{height: 400px;}
    .abogsjj-cont .sonTitle h2 {margin-bottom: 12px;}
    .abogsjj-cont .sonTitle p {font-size: 14px;line-height: 2;}
    .abogsyj-img-mix h2 {font-size: 18px;}
    .abogsyj-cont {padding: 20px 30px;height: auto;}
    .abogshz-loop .swiper-container {padding: 30px 8px 50px;}
    .abogshz-img {height: 82px;box-shadow: 0 0 8px rgba(14, 41, 75, .1);width: 48.5%;}
.abogsgk-cont p{font-size: 14px;margin-bottom: 10px;}
.abogsjj-cont {width: 92%;padding: 0;margin-top: 30px;margin-bottom: 30px;margin-left: auto;margin-right: auto;}
.abogsyj{padding: 40px 0;}
.abogsyj-list li{width: 98%; margin-bottom:20px;}
.abogsyj-cont p{font-size: 14px;}
 .abogsyj-img-pic {height: 132px;}
 
 .abogsjj{height: auto;}
 .abogsjj-img{width: 100%;height: 250px;}
.abogsjj-img1{width: 100%;height: auto;}

.speech_a_lt {
  width: 100%;
  margin-top: 10px;
}



.speech_a_rt {
  width: 100%;
  margin-top: 20px;
}

.speech_a_rt .speech_a_rt_one {
  font-size: 20px;
}

.speech_a_rt .speech_a_rt_two {
  margin-bottom: 20px;
}

.sonTitle h2{font-size: 22px;margin-bottom: 15px;}

.advantage-list2 {
	width: 98%;
	margin: 10px 1% 10px 1%;
}

.advantage-list2 .desc {
	padding: 22px;
}

.advantage-list2 .desc strong {
	font-size: 20px;
	margin-bottom:10px;
}

.advantage-list4 {
	width: 98%;
	margin: 0 1% 15px 1%;
}

.advantage-list4 .desc {
	padding: 22px;
}

.advantage-list4 .desc strong {
	font-size: 20px;
	margin-bottom:10px;
}

.pink-line1{
        width: 30px;
        margin-bottom: 20px;
    }
	
.new-list li{width: 100%;float:left;padding: 0 10px;margin-bottom: 15px;}

.pubTitle4{margin-bottom: 25px;}
.pubTitle4 h6{font-size: 22px;}


}
