.yx_video {
    line-height: 0;
}

.yx_video video {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.yx_video {
    line-height: 0;
}

.yx_video video {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.yx_about {
    background-image: url(../images/aboutbg.png);
    padding: 8% 0;
    background-size: cover;
    background-position: center center;
}

.yx_about_center {
    width: 94%;
    margin: 0 auto;
    text-align: center;
}

.yx_about_center>img {
    max-width: 220px;
    width: 27%;
    object-fit: contain;
    display: block;
    margin: 0 auto 10px;
}

.yx_about_center .iconBox {
    margin-bottom: 15px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.yx_about_center .iconBox img {
    object-fit: contain;
    max-width: 100%;
}
.yx_about_center>p {
    font-size: var(--yx_FS24);
    color: #000;
    letter-spacing: 2px;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.yx_about_center>p:before {
    content: '';
    background: url(../images/line.png);
    max-width: 485px;
    width: 100%;
    height: 7px;
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
    z-index: -1;
}

.yx_about_center ul.f-cb {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 6% auto 0;
}

.yx_about_center ul.f-cb h2.counter {
    display: inline-block;
    font-size: var(--yx_FS60);
    font-size: var(--yx_FS48);
    color: #2E2D2D;
    line-height: 100%;
    font-family: 'Poppins_blod';
}

.yx_about_center ul.f-cb i.count-unit {
    font-size: var(--yx_FS24);
}

.yx_about_center ul.f-cb p {
    font-size: var(--yx_FS24);
    color: #636363;
    margin-top: 10px;
}

.yx_innovation {
    position: relative;
    height: 39vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yx_innovation>video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    object-fit: cover;
}

.yx_innovation .innovation_center {
    position: relative;
    z-index: 2;
    font-size: var(--yx_FS24);
    text-align: center;
    color: #fff;
}

.yx_innovation .innovation_center h1 {
    font-size: var(--yx_FS45);
}

.yx_innovation .innovation_center h1:after {
    content: '';
    width: 90px;
    height: 8px;
    display: block;
    background: #c0c738;
    margin: 1.5vw auto 2vw;
}

.yx_innovation .innovation_center a.more {
    width: 200px;
    line-height: 53px;
    display: block;
    color: #086fdb;
    background: #fff;
    font-size: var(--yx_FS16);
    margin: 2vw auto 0;
    transition: all .5s;
    border: 1px solid #086fdb;
}

.yx_innovation .innovation_center a.more:hover {
    color: #fff;
    background: #086fdb;
    border-color: #fff;
}

.yx_product{
    background-image: url(../images/tubg.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #fff;
    overflow: hidden;
}
.product_center {
    max-width: 1380px;
    width: 94%;
    text-align: center;
    position: relative;
    margin: 4% auto 6%;
}
.product_center>img {
    max-width: 768px;
    height: auto;
    object-fit: contain;
    width: 56%;
}
.product_center>ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.product_center>ul li.product_list {
    position: absolute;
    width: 50%;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateX(-100px);
    filter: blur(10px);
}
.product_center>ul li.product_list:nth-of-type(n+3){
    transform: translateX(100px);
}
.product_center>ul:hover li{
    opacity: 1;
    transform: translateX(0px) !important;
    filter: blur(0px);
}
.product_center>ul li.product_list:nth-of-type(1) {
    left: 12%;
    top: -10%;
    background-image: url(../images/line01.png);
    background-position: 45% 67%;
    transition: all .5s ease;
}
.product_center>ul li.product_list:nth-of-type(2) {
    left: 0%;
    bottom: 35%;
    background-image: url(../images/line02.png);
    background-position: 32% 60%;
    transition: all .5s ease .3s;
}
.product_center>ul li.product_list:nth-of-type(3) {
    left: 7%;
    bottom: -5%;
    background-image: url(../images/line02.png);
    background-position: 42% 30%;
    transition: all .5s ease .3s;
}
.product_center>ul li.product_list:nth-of-type(3) .imgbox{
    transform: translateX(-389px);
}

.product_center>ul li.product_list:nth-of-type(4) {
    right: 10%;
    bottom: -5%;
    background-image: url(../images/line04.png);
    background-position: 60% 25%;
    transition: all .5s ease .9s;
}
.product_center>ul li.product_list:nth-of-type(5) {
    right: 0%;
    bottom: 35%;
    background-image: url(../images/line05.png);
    background-position: 70% 25%;
    transition: all .5s ease 1.2s;
}

.product_center>ul li.product_list:nth-of-type(6) {
    right: 12%;
    bottom: 75%;
    background-image: url(../images/line06.png);
    background-position: 70% 65%;
    transition: all .5s ease 1.2s;
}
.product_center>ul li.product_list .imgbox{
    position: relative;
    height: 225px;
    width: 215px;
    text-align: center;
}
.product_center>ul li.product_list:nth-of-type(n+3) .imgbox{
    margin-left: auto;
}
.product_center>ul li.product_list .imgbox p {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 85%;
    font-size: 16px;
    color: #030303;
}

.product_center>ul li.product_list .imgbox img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-width: 100%;
}
.bannerBox .picB {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
}

.bannerBox .picB img.bannerPic.pc_banner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}

.bannerBox .swiper_text {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/002.png);
    width: 45%;
    height: 60%;
    padding: 7% 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.bannerBox .swiper_text h3.sw_name {
    font-size: var(--yx_FS42);
    color: #fff;
    margin: 0 auto var(--yx_FS54);
    max-width: 450px;
	font-weight:bold;
}

.bannerBox .swiper_text summary.sw_summary {
    font-size: var(--yx_FS18);
    color: #fff;
    line-height: 180%;
    max-width: 450px;
    text-align: justify;
    margin: 0 auto;
    width: 100%;
}

.bannerBox .swiper_text a.sw_more {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: var(--yx_FS60);
    background: #086fdb;
    /* border-top: 1px solid #086fdb; */
    max-width: 600px;
    width: 63%;
    color: #fff;
    font-size: var(--yx_FS22);
    padding-left: var(--yx_FS60);
    z-index: 2;
}
.bannerBox .swiper_text a.sw_more:before {
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    height: 100%;
    background: #144793;
    transition: all .5s;
    z-index: -1;
}
.bannerBox .swiper_text a.sw_more:hover:before {
        width: 100%;
}
.indban_but {
    position: absolute;
    left: 45%;
    bottom: 0;
    background: #eee;
    z-index: 2;
    line-height: var(--yx_FS60);
    width: 208px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: var(--yx_FS60);
}
.indban_but .indban_pagination{
    width: auto;
    padding: 0 20px;
    line-height: 1;
    color: #999;
}

.indban_but .indban_prev {
    cursor: pointer;
    font-size: var(--yx_FS24);
}

.indban_but .indban_next {
    cursor: pointer;
    font-size: var(--yx_FS24);
}


.indban_but .indban_pagination span.swiper-pagination-current {
    font-size: var(--yx_FS24);
    color: #000;
    vertical-align: bottom;
}
section.yx_News {
	background-color:#fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-position: right bottom;
    background-repeat: no-repeat;
    max-width: 1920px;
    margin: 0 auto;
}
section.yx_News:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/001.png);
    width: 45%;
    height: 60%;
    padding: 7% 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
    opacity: .2;
}
.News_center {
    max-width: 1550px;
    width: 94%;
	margin:auto;
	margin-top:70px;
	margin-bottom:90px;
}

.News_center h3.tit {
    font-size: var(--yx_FS36);
    font-family: 'Poppins_blod';
    font-weight: bold !important;
}

.News_center p.sum {
    font-size: var(--yx_FS36);
    line-height: 200%;
    margin-bottom: var(--yx_FS36);
}

.News_center ul {
    display: flex;
    flex-wrap: wrap;
}

.News_center ul li.product_list {
    width: calc((100% - var(--yx_FS30) * 2) / 3);
    margin: 0 var(--yx_FS30) 0 0;
    position: relative;
    transition: all .5s;
}
.News_center ul li.product_list:hover{
    transform:translateY(-10px);
    background: #fff;
}
.News_center ul li.product_list a.more {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.News_center ul li.product_list:last-child {
    margin-right: 0;
}

.News_center ul li.product_list .imgbox {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 70%;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
    background: #fff;
    overflow: hidden;
}

.News_center ul li.product_list .imgbox img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .5s ease;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.News_center ul li.product_list:hover .imgbox img {
        transform: translate(-50%,-50%) scale(1.05);
}
.News_center ul li.product_list .textbox {
    padding: var(--yx_FS30);
	background:#f1f8ff;
}

.News_center ul li.product_list .textbox h4:before {
    content: '';
    display: block;
    width: 63px;
    height: 4px;
    background-image: url(../images/line.jpg);
    margin-bottom: var(--yx_FS22);
}

.News_center ul li.product_list .textbox h4 {
    font-size: var(--yx_FS22);
    line-height: 180%;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold!important;
}

.News_center ul li.product_list .textbox summary {
    margin: var(--yx_FS18) 0 var(--yx_FS42);
    font-size: var(--yx_FS14);
    overflow: hidden;
	line-height:28px;
    text-overflow: ellipsis;
}

.News_center ul li.product_list .textbox .text_bottom {
    display: flex;
    justify-content: space-between;
    font-size: var(--yx_FS14);
}
.News_center ul li.product_list .textbox .text_bottom i.yx_icon {
    width: 22px;
    height: 22px;
    background: #086fdb;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    vertical-align: bottom;
}



@media only screen and (max-width:768px) {
    .yx_about {
        padding: 50px 0;
    }
    .yx_about_center>img {
        width: 60%;
    }
    .yx_about_center>p {
        font-size: 16px;
    }
    .yx_about_center .iconBox {
        width: 60px;
        margin: 0 auto 20px;
        height: 60px;
    }
    .yx_about_center ul.f-cb h2.counter {
        font-size: 20px;
    }
    .yx_about_center ul.f-cb i.count-unit {
        font-size: 12px;
    }
    .yx_about_center ul.f-cb p {
        font-size: 14px;
    }
    .yx_innovation {
        height: 400px;
    }
    .yx_innovation>video {
        width: auto;
        height: 100%;
    }
    .yx_innovation .innovation_center h1 {
        font-size: 24px;
    }
    .yx_innovation .innovation_center h1:after {
        width: 50px;
        height: 4px;
        margin: 10px auto 25px;
    }
    .yx_innovation .innovation_center {
        font-size: 14px;
        padding: 20px;
    }
    .yx_innovation .innovation_center a.more {
        width: 150px;
        line-height: 42px;
        display: block;
        color: #fff;
        background: #086fdb;
        font-size: 14px;
        margin: 30px auto 0;
        transition: all .5s;
    }
    .product_center>ul li.product_list {
        position: static;
        width: 100px;
        opacity: 1;
        transform: none !important;
        filter: none;
        margin: 10px;
    }
    .product_center>ul li.product_list .imgbox {
        height: 100px;
        width: 100px;
    }
    .product_center>ul {
        position: static;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .product_center>ul li.product_list .imgbox p {
        font-size: 14px;
    }
    .bannerBox .picB {
        padding-bottom: 75%;
    }
    .indban_but {
        position: absolute;
        right: 0;
        left: auto;
        line-height: 45px;
        width: 40%;
        height: 45px;
    }
    .bannerBox .swiper_text {
        width: 60%;
        height: 100%;
        padding: 50px 20px;
        background-size: auto 100%;
        background-position: center;
    }
    .bannerBox .swiper_text h3.sw_name {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .bannerBox .swiper_text summary.sw_summary {
        font-size: 14px;
        color: #fff;
        line-height: 150%;
        max-width: 450px;
        text-align: justify;
        margin: 0 auto;
        width: 100%;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .bannerBox .swiper_text a.sw_more {
        line-height: 45px;
        font-size: 14px;
    }
    .News_center {
        margin: 50px auto;
    }
    .News_center h3.tit {
        font-size: 24px;
    }
    .News_center p.sum {
        font-size: 18px;
    }
    .News_center ul li.product_list {
        width: 100%;
        margin: 0 0 20px;
    }
}



a.as1 {font-size: 16px!important; color: #086fdb; background:#086fdb; display:block; width:200px; margin:auto; margin-bottom:70px; text-align:center;height:54px; line-height:54px;}
a.as1:visited {color: #ffffff;}
a.as1:hover {color:#ffffff;background:#ff6600;}
a.as1:active {color: #ffffff;}

.clear{ clear:both;}

.cen{ width:1260px; height:auto; margin:auto;}

a.dh5 { font-family:"微软雅黑"; font-size: 16px; line-height:70px; color: #fff; display:block; width:18%; height:70px; text-align:center; font-weight:bold; background:#023793; border-radius:15px 0px 15px 0px;  box-shadow: 5px 5px 2px #c6c6c6;}
a.dh5:visited {font-style: normal; color: #fff; text-decoration: none;}
a.dh5:hover { color:#fff; text-decoration: none; background:#ff6600;}
a.dh5:active { color: #ffffff; background:#1F63E9;}


#an{ width:400px; height:570px; padding:10px 30px 30px 30px; float:left; background:#f0f2f7;}
#an div{background:#FFF; cursor:pointer; height:55px;color:#333; padding-top:15px; padding-right:10px; line-height:18px; font-size:18px;  border:1px solid #dfe2eb; margin-top:20px; padding-left:25px;}
#an div img{ vertical-align:middle; margin-right:25px;}

#an .bs{color:#4fadeb;}
#an .bs span{ font-weight:normal; color:#38BE4F;}
.anen{ font-size:14px; color:#A4A4A4; text-transform:uppercase; font-weight:normal;}

.cpsbt{color:#212121; font-size:28px; line-height:58px; text-align:center; font-weight:bold;}


#tu{ width:400px;height:570px;  float:right;}
#tu div{display:none; text-align:center;}
#tu div img{width:400px;height:570px;border-radius:5px;}


#sm{ width:420px; float:right; margin-left:30px;}
#sm b{  height:470px;font-size:14px; padding-left:20px; line-height:28px; color:rgba(255,255,255,0.9); display:none; text-align:justify;}
.cpbt{ height:100px;}
.cpbt h2{ font-size:20px; font-weight:normal;color:#212121;padding-bottom:20px; position:absolute; z-index:1;}
.cpbt h2 span{ display:block; color:#4fadeb; font-size:55px!important; line-height:45px; font-weight:bold; text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;background-image: -webkit-linear-gradient(left,#4fadeb,#4fadeb,#77b500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;}

.cplb a{font-size:16px; width:95%; padding-left:5%; display:block; height:50px; line-height:50px; color:#646464; background:#FFF url(../images/jt.png) 340px center no-repeat; margin-bottom:20px; border-radius:5px;  text-decoration:none;box-shadow:0 0 20px rgba(51,51,51,.2); font-weight: normal;}
.cplb a:hover{ color:#fff; background:#4fadeb url(../images/jt1.png) 340px center no-repeat;}

.cplb01 a{font-size:16px; width:43%; display:block; height:50px; line-height:50px; color:#fff; text-align:center; margin:auto; margin-top:5px; margin-right:20px; float:left; background:#77b500; border-radius:5px; text-decoration:none;}
.cplb01 a:hover{ color:#fff; background:#ff6600;}
