/*banner*/
.baide-product-banner{background:url(../Image/baide-product.webp) no-repeat center center;padding: 0 0 60px;position:relative;overflow:hidden;background-size:cover;}
.baide-product-banner .baide-crumbs{padding:30px 0 20px;}
.baide-product-banner .baide-product-banner-text{padding-top:30px;}
.baide-product-banner .baide-product-banner-text h1{font-size:40px;line-height:1.5;color:#FFF;font-weight:700;}
.baide-product-banner .baide-product-banner-content{margin-top:30px;}
.baide-product-banner .baide-product-banner-p{padding-right:100px;padding-bottom:80px;}
.baide-product-banner .baide-product-banner-p p{font-size:18px;line-height:2;color:#FFF;}
.baide-product-banner .baide-product-banner-p .baide-product-banner-btn{}
.baide-product-banner .baide-product-banner-p .baide-product-banner-btn .baide-product-banner-btn-a{background:#005CE3;color:#FFF;font-size:16px;padding:15px 30px;line-height:30px;margin-right:15px;border-radius:4px;cursor:pointer;}
.baide-product-banner .baide-product-banner-p .baide-product-banner-btn .baide-product-banner-btn-a i{font-size:18px;margin-right:8px;}
.baide-product-banner .baide-product-banner-p .baide-product-banner-btn .baide-product-banner-btn-a:hover{opacity:0.9;}
.baide-product-banner .baide-product-banner-picture{min-width:360px;width:360px;}
.baide-product-banner .baide-product-banner-picture img{display:block;width:100%;height:auto;}
/*choose*/
.baide-product-choose{padding:80px 0 120px;position:relative;overflow:hidden;background:#F8F9FA;}
.baide-product-choose .baide-public-title{margin-top:10px;}
.baide-product-choose .baide-product-choose-li{width:calc(33.33% - 26px);margin-left:39px;background:#FFF;padding:32px;margin-top:40px;position:relative;z-index:1;}
.baide-product-choose .baide-product-choose-li:before{content:'';width:0;height:100%;position:absolute;right:0;top:0;background:#005CE3;z-index:-1;}
.baide-product-choose .baide-product-choose-li:nth-child(3n){margin-left:0;}
.baide-product-choose .baide-product-choose-li i{font-size:48px;color:#005CE3;
	-webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.baide-product-choose .baide-product-choose-li p{font-size:16px;line-height:2;color:#495057;}
.baide-product-choose .baide-product-choose-li p:nth-child(2){font-size:24px;line-height:1.5;color:#212529;margin:20px 0 21px;}
.baide-product-choose .baide-product-choose-li:first-child{width:calc(66.67% - 13px);margin-left:0;padding:0;background:transparent;}
.baide-product-choose .baide-product-choose-li:first-child:before{content:none;}
.baide-product-choose .baide-product-choose-li:first-child p{font-size:18px;line-height:2.22;margin-top:32px;color:#495057;}
.baide-product-choose .baide-product-choose-li:first-child .baide-public-btn{margin-top:20px;}
.baide-product-choose .baide-product-choose-li:first-child .baide-public-btn a{border-color:#212529;color:#FFF;background:#212529;}
.baide-product-choose .baide-product-choose-li:first-child .baide-public-btn a:before{background:#005CE3;}
.baide-product-choose .baide-product-choose-li:first-child .baide-public-btn a i{color:#FFF;}
.baide-product-choose .baide-product-choose-li:first-child .baide-public-btn a:hover{color:#FFF;border-color:#005CE3;}
.baide-product-choose .baide-product-choose-li:first-child .baide-public-btn a:hover i{color:#FFF;}
.baide-product-choose .baide-product-choose-li:hover:before{width:100%;right:auto;left:0;}
.baide-product-choose .baide-product-choose-li:hover i{color:#FFF;}
.baide-product-choose .baide-product-choose-li:hover p{color:#FFF;}
.baide-product-choose .baide-product-choose-li:first-child:hover p{color:#495057;}
/*list*/
.baide-product-list{padding:120px 0;position:relative;overflow:hidden;}
.baide-product-list .baide-public-p{text-align:center;}
.baide-product-list .baide-public-title{margin-top:35px;text-align:center;}
.baide-product-list .baide-product-p{margin:32px auto 0;font-size:18px;line-height:2.22;color:#495057;max-width:700px;text-align:center;}
.baide-product-list .baide-product-ul{padding-top:9px;}
.baide-product-list .baide-product-li{width:calc(25% - 12px);margin-left:16px;margin-top:15px;border:1px solid #E9ECEF;}
.baide-product-list .baide-product-li:nth-child(4n+1){margin-left:0;}
.baide-product-list .baide-product-img{width:100%;padding-bottom:75%;position:relative;overflow:hidden;
	-webkit-perspective:500px;
    -moz-perspective:500px;
    perspective:500px;
}
.baide-product-list .baide-product-img:before{content:'';width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.1);z-index:1;}
.baide-product-list .baide-product-img:after{content:attr(data-txt);position:absolute;width:100%;height:100%;left:0;top:0;opacity:0;background:rgba(0,92,227,.8);z-index:1;font-size:30px;font-weight:700;color:#FFF;text-align:center;
	display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
	-webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
	-webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-transform:rotateX(-60deg);
    -moz-transform:rotateX(-60deg);
    -ms-transform:rotateX(-60deg);
    transform:rotateX(-60deg);
    -webkit-transform-origin:top;
    -moz-transform-origin:top;
    -ms-transform-origin:top;
    transform-origin:top;
	-webkit-transition:all 0.5s ease-in-out;
    -moz-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
}
.baide-product-list .baide-product-li.baide-product-li-2{width:calc(50% - 8px);}
.baide-product-list .baide-product-li.baide-product-li-2:first-child{margin-left:0;}
.baide-product-list .baide-product-li.baide-product-li-2 .baide-product-img{padding-bottom:400px;}
.baide-product-list .baide-product-li.baide-product-li-3{width:calc(33.33% - 10px);margin-left:15px;}
.baide-product-list .baide-product-li.baide-product-li-3:nth-child(3n+1){margin-left:0;}
.baide-product-list .baide-product-li.baide-product-li-5{width:calc(33.33% - 10px);margin-left:15px;}
.baide-product-list .baide-product-li.baide-product-li-5:first-child,.baide-product-list .baide-product-li.baide-product-li-5:nth-child(2){width:calc(50% - 8px);margin-left:16px;}
.baide-product-list .baide-product-li.baide-product-li-5:first-child .baide-product-img,.baide-product-list .baide-product-li.baide-product-li-5:nth-child(2) .baide-product-img{padding-bottom:400px;}
.baide-product-list .baide-product-li.baide-product-li-5:first-child,.baide-product-list .baide-product-li.baide-product-li-5:nth-child(3n){margin-left:0;}
.baide-product-list .baide-product-text{padding:12px 15px;}
.baide-product-list .baide-product-text p{font-size:14px;line-height:1.5;color:#495057;}
.baide-product-list .baide-product-text p:first-child{font-size:16px;font-weight:bold;color:#212529;margin-bottom:10px;}
.baide-product-list .baide-product-li:hover .baide-product-img:after{opacity:1;
    -webkit-transform:rotateX(0);
    -moz-transform:rotateX(0);
    -ms-transform:rotateX(0);
    transform:rotateX(0);
}
/*advantages*/
.baide-product-advantages{background:#F8F9FA;padding:120px 0;position:relative;overflow:hidden;}
.baide-product-advantages .baide-public-title{margin-top:35px;}
.baide-product-advantages .baide-product-ul{overflow:hidden;padding-top:40px;}
.baide-product-advantages .baide-product-ul .swiper-slide{padding:20px 15px;background:#FFF;height:auto;z-index:1;border-radius:10px;}
.baide-product-advantages .baide-product-ul em{width:100%;height:100%;font-size:220px;color:#495057;position:absolute;left:0;top:0;font-style:normal;font-weight:700;opacity:0.1;z-index:-1;}
.baide-product-advantages .baide-product-ul p{font-size:14px;line-height:2;color:#3F4756;}
.baide-product-advantages .baide-product-ul p:nth-child(2){font-size:20px;font-weight:700;margin-bottom:11px;}
/*applications*/
.baide-product-applications{padding:120px 0;position:relative;overflow:hidden;}
.baide-product-applications .baide-public-p{text-align:center;}
.baide-product-applications .baide-public-title{margin-top:35px;text-align:center;}
.baide-product-applications .baide-product-applications-p{margin:32px auto;font-size:18px;line-height:2.22;color:#495057;max-width:800px;text-align:center;}
.baide-product-applications .baide-product-applications-ul{position:relative;overflow:hidden;}
.baide-product-applications .baide-product-applications-ul .swiper-slide{padding:29px 20px;background:#F8F9FA;height:auto;}
.baide-product-applications .baide-product-applications-ul em{display:block;font-size:36px;line-height:1;font-family:D-DIN;color:#3F4756;font-style:normal;}
.baide-product-applications .baide-product-applications-ul p{font-size:16px;line-height:1.5;color:#3F4756;margin-top:16px;}
.baide-product-applications .baide-product-applications-ul p:nth-child(2){font-size:24px;color:#121A27;font-weight:700;margin-top:31px;text-transform:capitalize;}
.baide-product-applications .baide-product-applications-ul .swiper-pagination{bottom:0;margin-top:48px;position:relative;}
.baide-product-applications .baide-product-applications-ul  .swiper-pagination-bullet{width:12px;height:12px;border:1px solid #005CE3;background:transparent;opacity:1;}
.baide-product-applications .baide-product-applications-ul  .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#005CE3;}
/*question*/
.baide-product-question{padding:120px 0;background:#F8F9FA;position:relative;overflow:hidden;}
.baide-product-question .baide-public-title{margin-top:35px;}
.baide-product-question .baide-product-question-ul{padding-top:20px;}
.baide-product-question .baide-product-question-li{margin-top:20px;background:#FFF;padding-left:24px;}
.baide-product-question .baide-product-question-title{height:68px;cursor:pointer;}
.baide-product-question .baide-product-question-title p{font-size:20px;line-height:1.2;font-weight:700;}
.baide-product-question .baide-product-question-title .baide-product-question-title-icon{width:68px;min-width:68px;}
.baide-product-question .baide-product-question-title .baide-product-question-title-icon i{height:16px;width:16px;position:relative;}
.baide-product-question .baide-product-question-title .baide-product-question-title-icon i:before,.baide-product-question .baide-product-question-title .baide-product-question-title-icon i:after{content:"";background:#666;display:block;height:2px;left:0;line-height:2px;margin-top:-1px;position:absolute;top:50%;width:14px;}
.baide-product-question .baide-product-question-title .baide-product-question-title-icon i:after{
	-webkit-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-transition:all .5s;
    transition:all .5s;
}
.baide-product-question .baide-product-question-li.on{
	-webkit-box-shadow:0 0 4px rgba(0, 0, 0, 0.04), 4px 2px 8px rgba(0, 0, 0, 0.06);
	box-shadow:0 0 4px rgba(0, 0, 0, 0.04), 4px 2px 8px rgba(0, 0, 0, 0.06);
	-webkit-transition:all .3s;
    transition:all .3s;
}
.baide-product-question .baide-product-question-title.on p{color:#005CE3;
	-webkit-transition:all .3s;
    transition:all .3s;
}
.baide-product-question .baide-product-question-title.on .baide-product-question-title-icon i:before,.baide-product-question .baide-product-question-title.on .baide-product-question-title-icon i:after{background:#005CE3;}
.baide-product-question .baide-product-question-title.on .baide-product-question-title-icon i:after{
	-webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
.baide-product-question .baide-product-question-text{padding:15px 0 30px;}
.baide-product-question .baide-product-question-text p{font-size:16px;line-height:1.7;color:#495057;margin-top:5px;}

/*bottom*/
.baide-product-bottom{padding:50px 0;background:#005CE3;position:relative;overflow:hidden;}
.baide-product-bottom p{font-size:30px;color:#FFF;font-weight:bold;width:73.5%;line-height:1.65;}
.baide-product-bottom .baide-product-bottom-btn{width:26.5%;}
.baide-product-bottom .baide-product-bottom-btn .baide-product-bottom-btn-a{padding:0 30px;font-size:16px;min-width:139px;border-radius:3px;border-bottom:1px solid #333;position:relative;text-align:center;background:#555;color:#FFF;height:45px;line-height:44px;cursor:pointer;}
.baide-product-bottom .baide-product-bottom-btn .baide-product-bottom-btn-a i{font-size:16px;}
.baide-product-bottom .baide-product-bottom-btn .baide-product-bottom-btn-a:hover{opacity:0.9;}

@media screen and (max-width:1599px){
	.baide-product-banner .baide-crumbs{padding:25px 0 17px;}
	.baide-product-banner .baide-product-banner-text{padding-top:25px;}
	.baide-product-banner .baide-product-banner-text h1{font-size:36px;}
	.baide-product-banner .baide-product-banner-p{padding-right:70px;padding-bottom:60px;}
	.baide-product-banner .baide-product-banner-p p{font-size:17px;}
	.baide-product-banner .baide-product-banner-p .baide-product-banner-btn .baide-product-banner-btn-a{padding:12px 25px;line-height:28px;}
	.baide-product-banner .baide-product-banner-picture{width:320px;min-width:320px;}
	.baide-product-choose{padding:40px 0 90px;}
	.baide-product-choose .baide-public-title{margin-top:8px;}
	.baide-product-choose .baide-product-choose-li{width:calc(33.33% - 22px);margin-left:33px;margin-top:33px;padding:26px;}
	.baide-product-choose .baide-product-choose-li i{font-size:42px;}
	.baide-product-choose .baide-product-choose-li p{font-size:15px;line-height:1.9;}
	.baide-product-choose .baide-product-choose-li p:nth-child(2){font-size:21px;margin:18px 0;}
	.baide-product-choose .baide-product-choose-li:first-child{width:calc(66.67% - 11px);}
	.baide-product-choose .baide-product-choose-li:first-child p{font-size:17px;line-height:2;}
	.baide-product-choose .baide-product-choose-li:first-child .baide-public-btn{margin-top:16px;}
	.baide-product-list{padding:90px 0;}
	.baide-product-list .baide-public-title{margin-top:30px;}
	.baide-product-list .baide-product-p{font-size:17px;line-height:2;margin-top:26px;}
	.baide-product-list .baide-product-li{width:calc(25% - 9px);margin-left:12px;margin-top:12px;}
	.baide-product-list .baide-product-img:after{font-size:24px;}
	.baide-product-list .baide-product-text{padding:11px 14px;}
	.baide-product-list .baide-product-li.baide-product-li-2{width:calc(50% - 6px);}
	.baide-product-list .baide-product-li.baide-product-li-2 .baide-product-img{padding-bottom:340px;}
	.baide-product-list .baide-product-li.baide-product-li-3{width:calc(33.33% - 8px);margin-left:12px;}
	.baide-product-list .baide-product-li.baide-product-li-5:first-child,.baide-product-list .baide-product-li.baide-product-li-5:nth-child(2){width:calc(50% - 6px);margin-left:12px;}
	.baide-product-list .baide-product-li.baide-product-li-5:first-child .baide-product-img,.baide-product-list .baide-product-li.baide-product-li-5:nth-child(2) .baide-product-img{padding-bottom:343px;}
	.baide-product-list .baide-product-li.baide-product-li-5:first-child{margin-left:0;}
	.baide-product-advantages{padding:90px 0;}
	.baide-product-advantages .baide-public-title{margin-top:30px;}
	.baide-product-advantages .baide-product-ul{padding-top:30px;}
	.baide-product-advantages .baide-product-ul .swiper-slide{padding:16px 13px;border-radius:8px;}
	.baide-product-advantages .baide-product-ul em{font-size:200px;}
	.baide-product-advantages .baide-product-ul p{line-height:1.8;}
	.baide-product-advantages .baide-product-ul p:nth-child(2){font-size:18px;margin-bottom:10px;}
	.baide-product-applications{padding:90px 0;}
	.baide-product-applications .baide-public-title{margin-top:30px;}
	.baide-product-applications .baide-product-applications-p{margin:26px auto;font-size:17px;line-height:2;}
	.baide-product-applications .baide-product-applications-ul .swiper-slide{padding:22px 17px;}
	.baide-product-applications .baide-product-applications-ul em{font-size:32px;}
	.baide-product-applications .baide-product-applications-ul p{font-size:15px;margin-top:13px;}
	.baide-product-applications .baide-product-applications-ul p:nth-child(2){font-size:20px;margin-top:25px;}
	.baide-product-applications .baide-product-applications-ul .swiper-pagination{margin-top:40px;}
	.baide-product-question{padding:90px 0;}
	.baide-product-question .baide-public-title{margin-top:30px;}
	.baide-product-question .baide-product-question-ul{padding-top:15px;}
	.baide-product-question .baide-product-question-li{margin-top:16px;padding-left:18px;}
	.baide-product-question .baide-product-question-title p{font-size:18px;}
	.baide-product-question .baide-product-question-text{padding:13px 0 25px;}
	.baide-product-bottom{padding:35px 0;}
	.baide-product-bottom p{font-size:26px;}
}

@media screen and (max-width:1399px){
	.baide-product-banner .baide-crumbs{padding:20px 0 15px;}
	.baide-product-banner .baide-product-banner-text{padding-top:20px;}
	.baide-product-banner .baide-product-banner-text h1{font-size:30px;}
	.baide-product-banner .baide-product-banner-p{padding-right:50px;padding-bottom:40px;}
	.baide-product-banner .baide-product-banner-p p{font-size:16px;line-height:1.8;}
	.baide-product-banner .baide-product-banner-p .baide-product-banner-btn .baide-product-banner-btn-a{padding:10px 20px;line-height:26px;}
	.baide-product-banner .baide-product-banner-picture{width:300px;min-width:300px;}
	.baide-product-choose{padding:40px 0 60px;}
	.baide-product-choose .baide-public-title{margin-top:5px;}
	.baide-product-choose .baide-product-choose-li{width:calc(33.33% - 16px);margin-left:24px;margin-top:25px;padding:20px;}
	.baide-product-choose .baide-product-choose-li i{font-size:37px;}
	.baide-product-choose .baide-product-choose-li p{font-size:14px;line-height:1.8;}
	.baide-product-choose .baide-product-choose-li p:nth-child(2){font-size:18px;margin:13px 0;}
	.baide-product-choose .baide-product-choose-li:first-child{width:calc(66.67% - 8px);}
	.baide-product-choose .baide-product-choose-li:first-child p{font-size:16px;line-height:1.8;}
	.baide-product-choose .baide-product-choose-li:first-child .baide-public-btn{margin-top:12px;}
	.baide-product-list{padding:60px 0;}
	.baide-product-list .baide-public-title{margin-top:20px;}
	.baide-product-list .baide-product-p{font-size:16px;line-height:1.8;margin-top:18px;}
	.baide-product-list .baide-product-li{width:calc(25% - 6px);margin-left:8px;margin-top:8px;}
	.baide-product-list .baide-product-img:after{font-size:20px;}
	.baide-product-list .baide-product-text{padding:11px 14px;}
	.baide-product-list .baide-product-li.baide-product-li-2{width:calc(50% - 4px);}
	.baide-product-list .baide-product-li.baide-product-li-2 .baide-product-img{padding-bottom:284px;}
	.baide-product-list .baide-product-li.baide-product-li-3{width:calc(33.33% - 6px);margin-left:9px;}
	.baide-product-list .baide-product-li.baide-product-li-5:first-child,.baide-product-list .baide-product-li.baide-product-li-5:nth-child(2){width:calc(50% - 4px);margin-left:8px;}
	.baide-product-list .baide-product-li.baide-product-li-5:first-child .baide-product-img,.baide-product-list .baide-product-li.baide-product-li-5:nth-child(2) .baide-product-img{padding-bottom:284px;}
	.baide-product-list .baide-product-li.baide-product-li-5:first-child{margin-left:0;}
	.baide-product-advantages{padding:60px 0;}
	.baide-product-advantages .baide-public-title{margin-top:20px;}
	.baide-product-advantages .baide-product-ul{padding-top:20px;}
	.baide-product-advantages .baide-product-ul .swiper-slide{padding:12px 11px;border-radius:6px;}
	.baide-product-advantages .baide-product-ul em{font-size:170px;}
	.baide-product-advantages .baide-product-ul p{line-height:1.7;}
	.baide-product-advantages .baide-product-ul p:nth-child(2){font-size:17px;margin-bottom:8px;}
	.baide-product-applications{padding:60px 0;}
	.baide-product-applications .baide-public-title{margin-top:20px;}
	.baide-product-applications .baide-product-applications-p{margin:20px auto;font-size:16px;line-height:1.8;}
	.baide-product-applications .baide-product-applications-ul .swiper-slide{padding:22px 17px;}
	.baide-product-applications .baide-product-applications-ul em{font-size:28px;}
	.baide-product-applications .baide-product-applications-ul p{font-size:15px;margin-top:13px;}
	.baide-product-applications .baide-product-applications-ul p:nth-child(2){font-size:20px;margin-top:20px;}
	.baide-product-applications .baide-product-applications-ul .swiper-pagination{margin-top:30px;}
	.baide-product-question{padding:60px 0;}
	.baide-product-question .baide-public-title{margin-top:20px;}
	.baide-product-question .baide-product-question-ul{padding-top:10px;}
	.baide-product-question .baide-product-question-li{margin-top:12px;padding-left:15px;}
	.baide-product-question .baide-product-question-title{height:60px;}
	.baide-product-question .baide-product-question-title p{font-size:16px;}
	.baide-product-question .baide-product-question-text{padding:12px 0 20px;}
	.baide-product-bottom{padding:30px 0;}
	.baide-product-bottom p{font-size:22px;}
}

@media screen and (max-width:1023px){
	.baide-product-banner .baide-crumbs{padding:15px 0 12px;}
	.baide-product-banner .baide-product-banner-text{padding-top:10px;}
	.baide-product-banner .baide-product-banner-text h1{font-size:24px;}
	.baide-product-banner .baide-product-banner-p{padding-right:30px;padding-bottom:0;}
	.baide-product-banner .baide-product-banner-picture{width:240px;min-width:240px;}
	.baide-product-choose{padding:20px 0 30px;}
	.baide-product-choose .baide-public-title{margin-top:0;}
	.baide-product-choose .baide-product-choose-li{width:calc(50% - 8px);margin-left:16px;margin-top:15px;padding:15px;}
	.baide-product-choose .baide-product-choose-li:nth-child(3n){margin-left:16px;}
	.baide-product-choose .baide-product-choose-li:nth-child(2n){margin-left:0;}
	.baide-product-choose .baide-product-choose-li i{font-size:32px;}
	.baide-product-choose .baide-product-choose-li p:nth-child(2){margin:10px 0;}
	.baide-product-choose .baide-product-choose-li:first-child{width:100%;}
	.baide-product-choose .baide-product-choose-li:first-child .baide-public-btn{margin-top:10px;}
	.baide-product-list{padding:30px 0;}
	.baide-product-list .baide-public-title{margin-top:15px;}
	.baide-product-list .baide-product-p{font-size:15px;line-height:1.65;margin-top:10px;max-width:none;}
	.baide-product-list .baide-product-li{width:calc(33.33% - 6px);margin-left:9px;margin-top:9px;}
	.baide-product-list .baide-product-li:nth-child(4n+1){margin-left:9px;}
	.baide-product-list .baide-product-li:nth-child(3n+1){margin-left:0;}
	.baide-product-list .baide-product-img:after{font-size:18px;}
	.baide-product-list .baide-product-li.baide-product-li-2{width:calc(50% - 4px);margin-left:8px;}
	.baide-product-list .baide-product-li.baide-product-li-2 .baide-product-img{padding-bottom:210px;}
	.baide-product-list .baide-product-li.baide-product-li-5:first-child,.baide-product-list .baide-product-li.baide-product-li-5:nth-child(2){width:calc(50% - 4px);margin-left:8px;}
	.baide-product-list .baide-product-li.baide-product-li-5:first-child .baide-product-img,.baide-product-list .baide-product-li.baide-product-li-5:nth-child(2) .baide-product-img{padding-bottom:210px;}
	.baide-product-list .baide-product-li.baide-product-li-5:nth-child(3n+1){margin-left:9px;}
	.baide-product-list .baide-product-li.baide-product-li-5:first-child{margin-left:0;}
	.baide-product-advantages{padding:30px 0;}
	.baide-product-advantages .baide-public-title{margin-top:15px;}
	.baide-product-advantages .baide-product-ul{padding-top:15px;}
	.baide-product-advantages .baide-product-ul .swiper-slide{padding:10px 9px;border-radius:5px;}
	.baide-product-advantages .baide-product-ul em{font-size:150px;}
	.baide-product-advantages .baide-product-ul p:nth-child(2){margin-bottom:5px;}
	.baide-product-applications{padding:30px 0;}
	.baide-product-applications .baide-public-title{margin-top:15px;}
	.baide-product-applications .baide-product-applications-p{margin:15px auto;font-size:15px;line-height:1.66;max-width:none;}
	.baide-product-applications .baide-product-applications-ul .swiper-slide{padding:22px 17px;}
	.baide-product-applications .baide-product-applications-ul p{font-size:15px;margin-top:8px;}
	.baide-product-applications .baide-product-applications-ul p:nth-child(2){font-size:20px;margin-top:15px;}
	.baide-product-applications .baide-product-applications-ul .swiper-pagination{margin-top:30px;}
	.baide-product-question{padding:30px 0;}
	.baide-product-question .baide-public-title{margin-top:15px;}
	.baide-product-question .baide-product-question-ul{padding-top:5px;}
	.baide-product-question .baide-product-question-li{margin-top:10px;padding-left:12px;}
	.baide-product-question .baide-product-question-title{height:54px;}
	.baide-product-question .baide-product-question-title p{font-size:15px;}
	.baide-product-question .baide-product-question-text{padding:10px 0 15px;}
	.baide-product-question .baide-product-question-text p{font-size:15px;}
	.baide-product-bottom{padding:25px 0;}
	.baide-product-bottom p{font-size:18px;}
}

@media screen and (max-width:767px){
	.baide-product-banner .baide-product-banner-text{padding-top:0;}
	.baide-product-banner .baide-product-banner-text h1{font-size:24px;}
	.baide-product-banner .baide-product-banner-content{margin-top:20px;}
	.baide-product-banner .baide-product-banner-p{padding-right:0;}
	.baide-product-banner .baide-product-banner-p .baide-product-banner-btn{margin-top:20px;}
	.baide-product-banner .baide-product-banner-picture{width:100%;min-width:auto;}
	.baide-product-choose .baide-product-choose-li{width:100%;margin-left:0;padding:10px;}
	.baide-product-choose .baide-product-choose-li:nth-child(3n){margin-left:0;}
	.baide-product-list .baide-product-li{width:100%;margin-left:0;}
	.baide-product-list .baide-product-li:nth-child(4n+1){margin-left:0;}
	.baide-product-list .baide-product-img:after{font-size:16px;}
	.baide-product-list .baide-product-li.baide-product-li-2{width:100%;margin-left:0;}
	.baide-product-list .baide-product-li.baide-product-li-2 .baide-product-img{padding-bottom:75%;}
	.baide-product-list .baide-product-li.baide-product-li-3{width:100%;margin-left:0;}
	.baide-product-list .baide-product-li.baide-product-li-5{width:100%;margin-left:0;}
	.baide-product-list .baide-product-li.baide-product-li-5:first-child,.baide-product-list .baide-product-li.baide-product-li-5:nth-child(2){width:100%;margin-left:0;}
	.baide-product-list .baide-product-li.baide-product-li-5:first-child .baide-product-img,.baide-product-list .baide-product-li.baide-product-li-5:nth-child(2) .baide-product-img{padding-bottom:75%;}
	.baide-product-list .baide-product-li.baide-product-li-5:nth-child(3n+1){margin-left:0;}
	.baide-product-list .baide-product-li.baide-product-li-5:first-child{margin-left:0;}
	.baide-product-bottom p{width:100%;}
	.baide-product-bottom .baide-product-bottom-btn{width:144px;margin-top:25px;}
}
