a, img {
  outline: none;
}
*:focus {
    outline: none;
}
/* 规范 */
:root{
    /* 字号 */
    --font56: 56px;
    --font48: 48px;
    --font36: 36px;
    --font24: 24px;
    --font18: 18px;
    --font16: 16px;
    /* 行高 */
    --lineh175:1.75;
    --lineh15:1.5;
    /* 颜色 */
    --colorfff: #fff;
    --color333: #333;
    --color666: #666;
    --color999:#999;
    --colorbg1:#F8F8FA;
    --colorbg2:#F2F5F6;
    --colormain1: #3D99ED;
    --colormain2: #164b94;
    /* 段落 */
    --text20:20px;
    --text16:16px;
    /* 间距 */
    --space130:130px;
    --space50:50px;
    --space30:30px;
    /* 段落间距 */
    --paraspacef48:24px;
    --paraspacef36:18px;
    --paraspacef2416:12px;
    --paraspacef18:14px;
    /* 弧度角 */
    --raidus20:20px;

    /* tammy - add - start */
    --font32: 32px;
    /* summary_main */
    --distance120: 120px;
    --distance107: 107px;
    --distance95: 95px;
    --distance88: 88px;
    --distance80: 80px;
    --distance33: 33px;
    /* prodet_main */
    --distance164: 164px;
    --distance117: 117px;
    --distance100: 100px;
    --distance80: 80px;
    --distance40: 40px;
    /* tammy - add - end */
}

.std_title2, .yxedr_active h2{
    font-size: var(--font48);
    font-weight: bold;
    line-height: var(--lineh15);
    color: var(--color333);
}

.std_title5, .yxedr_active h5{
    font-size: var(--font18);
    line-height: var(--lineh175);
    color: var(--color333);
}
.std_text1,.std_text1 p,.yxedr_active p{
    font-size: var(--text16);
    line-height: var(--lineh175);
    color: var(--color666);
}
.std_text2,.std_text2 p{
    font-size: var(--text20);
    line-height: var(--lineh175);
    color: var(--color666);
}
.yxedr_active p, .std_text1 p, .yxedr_active h3, .yxedr_active h4, .yxedr_active h5, .yxedr_active h6{
    margin-bottom: var(--paraspacef2416);
}
.std_text2 p{
    margin-bottom: var(--paraspacef18);
}
.std_margin1{
    margin-bottom: var(--space130);
}
.std_margin2{
    margin-bottom: var(--space50);
	margin-top: var(--space50);
}
.std_margin3{
    margin-bottom: var(--space30);
}
.std_padding0{
    padding-top: var(--space130);
}
.std_padding1{
    padding-top: var(--space130);
    padding-bottom: var(--space130);
}
.std_padding2{
    padding-bottom: var(--space50);
}
.std_padding3{
    padding-bottom: var(--space30);
}
.mod_font32{
    font-size: 32px;
    font-weight: bold;
    color: var(--color333);
    line-height: 1.75;
    margin-bottom: 30px;
}
/* tammy - start */
.ys_cont1290{
    width: 1290px;
    margin: 0 auto;
    max-width: 100%;
}
.ys_cont1230{
    width: 1230px;
    margin: 0 auto;
    max-width: 100%;
}
/* tammy - end */
/* 按钮 */
.std_btn1{
    width: 174px;
    border-radius: 40px;
    border: 1px solid #fff;
}
.std_btn1 .std_btn_box{
    position: relative;
    padding: 0 34px;
}
.std_btn_box {
    display: block;
    width: 100%;
    height: 100%;
}
.std_btn1 .std_btn1_icon{
    position: absolute;
    top: 50%;
    right:12px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
}
.std_btn1 .std_btn1_icon img:nth-child(2),
.std_btn1 .std_btn1_icon img:nth-child(3){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
.std_btn1 .ys_imgbox_cover{
    position: absolute;
    top: 50%;
    right:12px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #041D2C;
}
.std_btn1 p{
    color: var(--colorfff);
    font-size: var(--font16);
    line-height: 50px;
}
.std_btn1 img{
    width:16px;
}
.std_btn1 img{
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
}
.std_btn1 img:last-child{
    opacity: 0;
}
.std_blue{
    background: var(--colormain1);
    border-color: var(--colormain1);
}
.std_blue .std_btn_box{
    padding: 0 42px;
}
.std_blue p{
    color: var(--colorfff);
}
.std_blue .ys_imgbox_cover{
    background: var(--colorfff);
}
.std_btn2{
    width: 116px;
    border-radius: 36px;
    background: var(--colormain2);
}
.std_btn2 a{
    color: var(--colorfff);
    font-size: var(--colorfff);
    line-height: 44px;
    text-align: center;
}
.std_none_blue{
    background: var(--colormain1);
}
.std_btn3 p{
    color: var(--colorfff);
    font-size: var(--font16);
    padding-right: 15px;
}
.std_btn3 .std_btn_box{
    display: flex;
    align-items: center;
}
.std_btn4{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #041D2C;
    position: relative;
}
.std_btn4 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.std_grey{
    background:#EBEBED;
}
.std_btn4 .std_btn_box{
    border-radius: 50%;
}
.std_btn2 .std_btn_box{
    border-radius: 36px;
}
.std_btn1 .std_btn_box{
    border-radius: 40px;
}
.std_purple{
    border-color: #EEEDEF;
}
.std_purple p{
    color: var(--color333);
}
.std_purple .std_btn1_icon{
    background: #041D2C;
}
.std_purple .std_btn1_icon img:last-child{
    opacity: 0;
}

.std_btn1,
.std_btn1 p,
.std_btn1 .ys_imgbox_cover,
.std_btn2,
.std_btn2 a,
.std_btn3 p,
.std_btn3 img,
.std_btn4,
.std_btn4 img,
.std_btn1_icon img,
.std_btn1_icon
{
    transition: all .36s ease;
}
@media screen and (min-width: 1200px) {
    .std_btn1:hover{
        background: var(--colormain2) !important;
        border-color: var(--colormain2) !important;
    }
    .std_btn1:hover p{
        color: var(--colorfff) !important; 
    }
    .std_btn1:hover .std_btn1_icon{
        background: var(--colorfff) !important;
    }
    .std_btn1:hover .std_btn1_icon img:first-child{
        opacity: 0 !important;
    }
    .std_btn1:hover .std_btn1_icon img:nth-child(2){
        opacity: 1 !important;
    }
    .std_btn1:hover .std_btn1_icon img:last-child{
        opacity: 0 !important;
    }
    .std_btn2:hover{
        background: var(--colorfff);
    }
    .std_btn2:hover a{
        color: var(--colormain2);
    }
    .std_none_blue:hover a{
        color: var(--colormain1);
    }
    .std_btn3:hover img{
        transform: translateX(10px);
    }
    .std_btn4:hover{
        background: var(--colormain2);
    }
    .std_purple:hover .std_btn1_icon img:last-child{
        opacity:1 !important;
    }
    .std_purple:hover .std_btn1_icon img:first-child{
        opacity:0 !important;
    }
    .mod_link_li a:hover .ys_imgbox_cover img {
        transform: translate(-50%,-50%) scale(1);
    }

}
/* 规范 end */

/*分享翻译*/
.ys_wechat_cont_parga p::before{
    /*分享中文版本*/
    content: '分享到 - 微信';
    /*分享英文版本*/
    /* content: 'Share the - weixin'; */
}
/*导航默认选中*/
.yxnav_active1.head_nav_li>a p {
    color: var(--colormain1) !important;
}
.yxnav_active1.head_nav_li>a .head_nav_li_icon img:last-child{
    opacity: 1 !important;
}
.yxnav_active1.head_nav_li>a .head_nav_li_icon img:first-child,
.yxnav_active1.head_nav_li>a .head_nav_li_icon img:nth-child(2){
    opacity: 0 !important;
}

.yxnav_active2.head_style4_li a{
    color: var(--colormain1);
    background:#F7F8FA;
}

/* - banner - start*/
.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%;
    /* background: rgba(0, 0, 0, .3); */
}
.ys_ban_txtbox{
    z-index: 5;
}
.ys_nybanner{
    position: relative;
}
.ys_nyban_img, .ys_nyban_img img{
    width: 100%;
}
.ys_nyban_ph{
    display: none;
}
.ys_nyban_title  h1{
    margin-bottom: 10px;
    color: var(--colorfff);
}
.ys_nyban_title  p{
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
}
/* - banner - end*/
/* 检索 */
.yx_search3_btn{
    width: 18px;
    margin-right: 40px;
    line-height: 90px;
    position: relative;
}
.yx_search3_btn img{
    width: 100%;
    transition: all .36s;
}
.yx_search3img1{
    position: relative;
    top: 0;
    left: 0;
}
.yx_search3img2{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 0;
    opacity: 0;
}
.yx_search3box{
    position: relative;
}
.yx_search3xlbox{
   width: 100%;
    height: 350px;
    background:rgba(255, 255, 255, .95);
    box-shadow:0 5px 13px rgba(35, 50, 64, 0.13);
    display: none;
    position: fixed;
    left: 0;
    top: 90px;
    z-index: 99;
}
.yx_search3_tbox{
    width: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 60px;
    border-bottom: 1px solid #666;
}
.yx_search3xlbtn{
    width: 27px;
    line-height: 60px;
    
}
.yx_search3xlbtn img{
    width: 100%;
    transition: all .36s;
}
.yx_search3_xls  {
    width: calc(100% - 27px);
    padding-right: 20px;
}
.yx_search3_xls  input{
    font-size: 16px;
    line-height: 3.75;
    color: #666;
    width: 100%;
    transition: all .36s;
}
.yx_search3_xls  input::placeholder{
    color: #666;
}
.yx_search3.act .yx_search3_btn .yx_search3img2{
    opacity: 1;
}
.yx_search3.act .yx_search3_btn .yx_search3img1{
    opacity: 0;
}
.yx_search3_btn.on .yx_search3img2{
    opacity: 1;
}
.yx_search3_btn.on .yx_search3img1{
    opacity: 0;
}

/* 首页 */
.home_custom_ul{
    display: flex;
}
.home_custom_li{
    width: 16.666667%;
}
.home_custom_li .ys_imgbox_cover{
    width: 100%;
}
.home_custom{
    padding: 20px 0 0;
}
.home_title{
    text-align: center;
}
.home_scenes_ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.home_scenes_li{
    width: 25%;
    padding: 0 10px;
    margin-bottom: 25px;
    height: auto;
}
.home_scenes_li a{
    height: 100%;
}
.home_scenes_item{
    padding: 45px 40px 65px;
    position: relative;
}
.home_scenes_item::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius:var(--raidus20);
    border: 2px solid var(--colormain2);
    box-shadow: 0px 2px 19px 10px rgba(134, 146, 165, 0.07);
    opacity: 0;
    box-shadow: 0px 2.767px 2.214px 0px rgba(29, 86, 185, 0.02), 0px 6.65px 5.32px 0px rgba(29, 86, 185, 0.03), 0px 12.522px 10.017px 0px rgba(29, 86, 185, 0.04), 0px 22.336px 17.869px 0px rgba(29, 86, 185, 0.04), 0px 41.778px 33.422px 0px rgba(29, 86, 185, 0.05), 0px -4px 10px 0px rgba(80, 164, 255, 0.05);
}
.home_scenes_item_bj{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    opacity: 0;
}
.home_scenes_item_bj img{
    border-radius: var(--raidus20);
}
.home_scenes_li_icon{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--colormain2);
    margin: 0 auto 20px;
    position: relative;
    z-index: 10;
}
.home_scenes_li_icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 64px;
}
.home_scenes_item_text{
    text-align: center;
    position: relative;
    z-index: 10;
}
.home_scenes_item_text .std_title6{
    font-weight: bold;
    
}
.home_scenes_item_bj img{
    width: 100%;
}
.home_news_ul{
    display: flex;
    margin: 0 -14px 8px;
}
.home_news_ul button:focus {
    outline: none;
}
.home_news_li{
    width: 33.333333%;
    padding: 0 14px;
}
.home_news_li .ys_imgbox_cover img,
.home_news_li .ys_imgbox_cover {
    border-radius: var(--raidus20);
}
.home_news_li_text{
    margin-top: 26px;
}
.hnlt_tag{
    color: var(--color666);
    font-size: 14px;
    line-height: var(--lineh175);
    margin-bottom: 9px;
}
.home_news_li_text .std_title5{
    line-height: var(--lineh175);
    color: var(--color333);
    font-weight: bold;
    margin-bottom: 32px;
    height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home_news .std_btn1,
.home_scenes .std_btn1{
    margin: 0 auto;
}
.yx_rotate10_controls .swiper-button-prev,
.yx_rotate10_controls .swiper-button-next {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    transition: all .36s ease;
    background: #EBEBED;
}
/* .home_news_slick .slick-next, .home_news_slick .slick-prev{
    top: calc(50% - 108px);
    transform: translateY(0);
} */
.slick-prev {
    top: 50%;
    transform: translateY(-50%);
    left: -54px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #EBEBED;
    transition: all .36s ease;
}
.slick-next {
    top: 50%;
    transform: translateY(-50%);
    right: -54px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #EBEBED;
    transition: all .36s ease;
}
.slick-prev::before,
.yx_rotate10_controls .swiper-button-prev::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../image/a1_arrow1.svg) no-repeat;
    width: 18px;
    height: 16px;
    background-size: cover;
}
.slick-next::before,
.yx_rotate10_controls .swiper-button-next::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../image/a1_arrow2.svg) no-repeat;
    width: 18px;
    height: 16px;
    background-size: cover;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled{
    opacity: .8;
    pointer-events: none;
}
.home_about{
    background: var(--colorbg1);
    overflow: hidden;
}
.home_about{
    position: relative;
}
.home_about_icon{
    width: 52%;
    padding: 0 0 0 140px;
    position: relative;
}
.home_about_icon_bj{
    width: 70%;
}
.home_about_cont{
    width: 45%;
}
.home_about_icon_box{
    position: relative;
}
.home_about_icon_btn{
    position: absolute;
    bottom: 130px;
    left: 80px;
    width: 580px;
    height: 140px;
    background: var(--colormain1);
    transition: all .36s ease;
    border-radius: var(--raidus20);
}
.home_about_icon_btn a{
    display: block;
    padding:32px 40px;
    height: 100%;
    width: 100%;
}
.haib_arrow{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    bottom: 24px;
    right: 24px;
}
.haib_arrow img{
    width:14px;
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
}
.haib_arrow img:last-child{
    opacity: 0;
}
.haib_name{
    color: var(--colorfff);
    font-size: var(--font16);
}
.home_about_top{
    margin-bottom: 90px;
    width: 78%;
}
.home_about_title{
    color: var(--color333);
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: var(--lineh15);
}
.home_about_text{
    font-size: var(--font24);
    color: var(--color666);
    line-height: var(--lineh15);
}
.home_about_bot_ul{
    display: flex;
    flex-wrap: wrap;
}
.home_about_bot_li{
    width: 50%;
}
.habl_num .ys_demo_num1{
    display: inline-block;
    color: var(--colormain1);
    font-size: 64px;
    line-height: 1.25;  
    font-family: 'playbold' !important;
}   
.habl_text{
    color: var(--color333);
    font-size: var(--font18);
    line-height: var(--lineh15);
    margin-bottom: 5px;
}
.habl_num span{
    color: var(--colormain1);
    font-size: 36px;
    line-height: 1.25;  
    font-weight: bold;
}
.home_about_bot_li{
    margin-bottom: 50px;
}
.home_partner_bot_bj{
    background: linear-gradient(180deg, #F2F5F6 12.85%, rgba(242, 245, 246, 0.00) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 400px;
    font-family: 'playbold' !important;
    text-align: center;
    z-index: 15;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.home_partner_bot_title{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: var(--lineh15);
    color: var(--color333);
    position: relative;
    z-index: 18;
    margin-bottom: 86px;
}
.home_partner_bot{
    position: relative;
    z-index: 10;
}
.home_partner_top{
    position: relative;
    z-index: 20;
}
.yx_rotate10_list_nub {
    width: 46.62%;
}
.yx_rotate10_controls {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 50px;
}
.yx_rotate10_controls .swiper-pagination {
    position: relative;
    width: 128px;
    bottom: inherit;
    top: inherit;
}
.yx_rotate10_controls .swiper-pagination span {
    font-size: 18px;
    line-height: 1.5;
    color: #404040;
}
.yx_rotate10_controls .swiper-pagination-current {
    color: #4a6cf7 !important;
}
@media screen and (max-width: 768px) {
    .yx_rotate10{
        overflow: hidden;
    }
    .yx_rotate10_list_nub {
        width: 100%;
    }
    .yx_rotate10_controls {
        margin-top: 20px;
    }
    .yx_rotate10_controls .swiper-pagination span {
        font-size: 14px;
    }
    .yx_rotate10_controls .swiper-button-prev,
    .yx_rotate10_controls .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .yx_rotate10_controls .swiper-button-prev::after,
    .yx_rotate10_controls .swiper-button-next::after {
        font-size: 12px;
    }
}

.yx_rotate10_list_nub{
    position: relative;
}
.yx_rotate10_list_nub .p_img img{
    border-radius: 20px;
}
.home_partner_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px;
}
.yrln_img img:last-child{
    opacity: 0;
}
.home_partner_text_title{
    position: relative;
}
.home_partner_text_title .ys_imgbox_cover{
    width:80px;
    position: absolute;
    top: -20px;
    left: -35px;
}
.home_partner_text_title p{
    color: var(--color333);
    font-size: var(--text20);
    line-height: var(--lineh175);
}
.home_partner_text_img{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
}
.hpti_img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
}
.hpti_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
}
.home_partner_text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.home_partner_text_post .std_title5{
    font-weight: bold;
}

.yx_rotate10_list_nub.swiper-slide-active .yrln_img img:last-child,
.yx_rotate10_list_nub.swiper-slide-active .home_partner_text_title .ys_imgbox_cover img:last-child{
    opacity: 1;
}
.yx_rotate10_list_nub.swiper-slide-active .yrln_img img:first-child,
.yx_rotate10_list_nub.swiper-slide-active .home_partner_text_title .ys_imgbox_cover img:first-child{
    opacity: 0;
}
.yx_rotate10_list_nub.swiper-slide-active .home_partner_text_title p,
.yx_rotate10_list_nub.swiper-slide-active .home_partner_text_post div{
    color: var(--colorfff);
}
.home_partner_top_main{
    position: relative;
}
.yx_rotate10_controls{
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
    position: absolute;
    margin-top: 0; 
    z-index: 10;
}
.home_partner_top{
    margin-bottom: 100px;
}
.hpbr_run_li{
    width: 300px;
    margin: 0 40px;
}
.hpbr_run {
    width: 10000px;
}
.hpbr_run_ul2 {
    transform: translateX(100%);
}
.hpbr_run1 .hpbr_run_ul{
    animation: donghua1 50s linear infinite;
}
.hpbr_run2 .hpbr_run_ul {
    animation: donghua 50s linear infinite;
}
@keyframes donghua {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes donghua1 {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
.hpbr_run1{
    margin-bottom: 24px;
}
.home_partner_bot_run{
    position: relative;
    z-index: 20;
}
.home_indus{
    padding: 88px 0;
}
.home_scenes_item{
    display: block;
}
.home_banner_pc video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
}
.home_banner_ph{
    display: none;
}
.home_banner{
    position: relative;
}
.home_banner_pc{
    width: 100%;
}
.home_banner_pc img{
    max-width: 100%;
    object-fit: contain;
    vertical-align: middle;
    width: 100%;
}
.home_indus_bot_left{
    width: 18%;
}
.home_indus_bot_right{
    width: 82%;
    padding-left: 30px;
}
.home_indus_bot{
    display: flex;
}
.home_banner_pc{
    position: relative;
}
.hibl_li_bot{
    height: 0;
    overflow: hidden;
}
.hibl_li.on .hibl_li_bot{
    height: auto;
}
.hibr_li:not(:first-child) {
    display: none;
}
.hibr_li_video{
    position: relative;
    display: none;
}
.hibr_li_video video{
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--raidus20);
}
.hibr_li_video img{
    border-radius: var(--raidus20);
}
.hibr_li.active .hibr_li_video{
    display: block;
}
.hibr_li.active .ys_imgbox_cover{
    display: none;
}
.hibr_li_play{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hibr_li_video_box{
    position: relative;
}
.hibl_li{
    border-radius: 10px;
    border: 1px solid #E9ECEF;
    background: #FFF;
    backdrop-filter: blur(10px);
    margin-bottom: 8px;
    padding: 21px 30px;
    cursor: pointer;
    position: relative;
}
.hibl_li.on{
    background: var(--colormain1);
}
.hibl_li_top_title{
    color: var(--color333);
    font-size: var(--text20);
    line-height: var(--lineh175);
    font-weight: bold;
}
.hibl_li_bot p{
    font-size: var(--font16);
    color: var(--colorfff);
    line-height: var(--lineh175);
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
}
.hibl_li_bot a{
    margin-top: 32px;
    display: block;
    width: auto;
    font-size: var(--font16);
    color: var(--colorfff);
    line-height: var(--lineh175);
}
.hibl_li.on .hibl_li_top_title{
    color: var(--colorfff);
}
.hibl_btn {
    border-radius: 10px;
    border: 1px solid #E9ECEF;
    background: #FFF;
    backdrop-filter: blur(10px);
}
.hibl_btn a{
    padding: 22px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hibl_btn p{
    color: var(--color333);
    font-size: var(--text16);
    line-height: var(--lineh175);
}
.hibl_btn_img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #031D2C;
    position: relative;
}
.hibl_btn_img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.hibl_btn_ph{
    display: none;
}
.home_banner {
    position: relative;
    z-index: 10;
}
.home_banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 48%;
    background: linear-gradient(180deg, rgba(0, 46, 139, 0.20) 0%, rgba(0, 46, 139, 0.00) 100%);
    z-index: 1;
}
.home_bann_point{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home_bann_point_li{
    position: absolute;
    z-index: 5;
}
.home_bann_point_li a {
    display: block;
    position: relative;
}
.hbpl_cricle {
    position: relative;
    animation: bordershow 3s infinite;
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 7px solid var(--colormain2);
    border-radius: 50%;
}
@keyframes bordershow {

    50% {
        box-shadow: 0px 0px 10px 0 var(--colormain2);
    }

}
.hbpl_cricle1 {
    animation: boderM 3s .75s infinite;
}
.hbpl_cricle2 {
    animation: boderM 3s infinite;
}
@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0
    }

    20% {
        opacity: 1
    }

    75% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0
    }

    100% {
        opacity: 0
    }

}
.hbpl_cricle1 {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(80,57,191,.2);
}
.home_news_li_text .std_title5{
    line-height: var(--lineh175);
    color: var(--color333);
    font-weight: bold;
    margin-bottom: 32px;
    height: 63px;
	text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.hbpl_cricle2 {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(80,57,191,.1);
}
.hbpl_btn {
    line-height: 1 !important;
    font-size: 10px;
    position: absolute;
    left: 42px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: 16px;
    padding: 0 24px;
    line-height: 50px;
    pointer-events: none;
}
.hbpl_btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background: rgba(80,57,191,.9);
    border-radius: 100px;
}
.hbpl_btn_icon {
    font-size: 2.8em;
    width: 24px;
    margin-right: 20px;
    vertical-align: middle;
}
.hbpl_btn_com{
    line-height: 50px;
}
.hbpl_btn_com{
    opacity: 0;
}
.hbpl_btn{
    display: flex;
    align-items: center;
}
.hbpl_btn_text {
    color: var(--colorfff);
    font-size: var(--font16);
    margin-right: 45px;
    vertical-align: middle;
}
.hbpl_btn_arrow {
    flex: none;
    width: 14px !important;
    vertical-align: middle;
    margin-right: 30px;
}
/* 首页 end */
@media screen and (min-width: 1200px) {
    .slick-prev:hover,
    .slick-next:hover,
    .yx_rotate10_controls .swiper-button-next:hover,
    .yx_rotate10_controls .swiper-button-prev:hover{
        background: var(--colormain2);
    }
}