.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: 420px;
    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: 4px;
    display: block;
    background: #c30202;
    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: #144793;
    /* 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: #c30202;
    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;
}


.cplb a{font-size:14px; width:43%; display:block; height:44px; line-height:44px;  border:1px dashed rgba(255,255,255,0.6); color:#fff; text-align:center; margin:auto; margin-bottom:20px; float:left; border-radius:5px; margin-right:20px; text-decoration:none;}
.cplb a:hover{ color:#fff; background:#c30202;}

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:#c30202;}
a.as1:active {color: #ffffff;}

.syjj{width:80%; margin:auto; font-size:17px; line-height:32px;}
.sybt{font-size:48px; font-weight:bold; padding-top:5%;}
.sybt01{font-size:20px; padding-top:20px;}

.mbfor{display:none;}
.mbdh{ display:none;}



@media only screen and (max-width:768px) {

.product_center>ul li.product_list:nth-of-type(3) .imgbox{
transform:none;
}

.mbfor{display: block;}
.mbdh{ display:block;}



#wu{ display:none;}	
.sydbk{background:url(../images/img1.jpg) top center no-repeat fixed; background-size:cover; height:300px; width:100%; text-align:center; color:#FFF;}
.sydbk01{font-size:30px; font-weight:bold; padding-top:15%;}
.sydbk02{font-size:18px; padding-top:30px; padding-bottom:40px;}
	
.sybtwz{font-size:28px; font-weight:bold; padding-top:10%;}
.sybtwz01{font-size:18px; padding-top:20px;}

.sybt{font-size:28px; font-weight:bold; padding-top:10%;}
.sybt01{font-size:18px; padding-top:10px;}

.product_center {
    max-width: 1380px;
    width: 94%;
    text-align: center;
    position: relative;
    margin: 4% auto 16%;
}

	
    .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: 550px;
    }
    .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 {
        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;
    }
	
		.syjj{width:100%; margin:auto; font-size:15px; line-height:28px;}
	
	.cplb a{font-size:14px; width:100%; display:block; height:30px; line-height:30px;  border:1px dashed rgba(255,255,255,0.6); color:#fff; text-align:center; margin:auto; margin-bottom:5px; float:left; border-radius:5px; margin-right:0px; text-decoration:none;}
.cplb a:hover{ color:#fff; background:#ff6600;}

.yx_about_center>img {
    max-width: 320px;
    width:37%;
    object-fit: contain;
    display: block;
    margin: 0 auto 10px;
}

.yx_about_center .iconBox img {
    object-fit: contain;
    max-width: 80%;
}

}
