/*全局样式*/
@charset "utf-8";
body {font:16px/1.4 "Arial","微软雅黑",黑体,"AlibabaPuHuiTi", "Arial", "Impact";color: #363636;-webkit-text-size-adjust: 100%;background-color: #fff;overflow-x: hidden;min-width: 320px;word-wrap:break-word;}
.container-fluid {
    max-width:1430px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #0085c6;
    --color_hover: #ff8100;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}

body{padding-top:160px;}
header{position:fixed;left: 0;top:0;z-index: 111;width: 100%;box-shadow: 0 4px 8px rgba(0, 0, 0, .06);background-color: #fff;}
header .top{background: var(--color_zhuti);font-size: 16px;color: #fff;line-height: 60px;margin-top: 0;}
header .top .div{display: flex;justify-content: space-between;align-items: center;}
header .top .div .div1{display: flex;}
header .top .div .div1 a{display:flex;align-items: center;margin-right: 33px;}
header .top .div .div1 a img{display: block;margin-right:8px;}
header .top .div2{position: relative;z-index: 99;}
header .top .div2 .div3{width:180px;height: 42px;background: #fff;border-radius: 8px;display: flex;align-items: center;padding: 0 26px 0 52px;position: relative;color: #222;cursor: pointer;}
header .top .div2 .div3 img{display: block;position: absolute;left: 22px;top: 0;bottom: 0;margin: auto 0;width: 18px;}
header .top .div2 .div3 span{display: flex;font-size: 76%;position: absolute;right: 18px;top: 0;height: 100%;align-items: center;}
header .top .div2 .div3:hover{background: #f4f4f4;}
header .top .div2 .div4{display:block;position: absolute;right: 0;top: 100%;width: 100%;background: #fff;border: 1px solid var(--color_zhuti);padding:8px 0;display: none;color: #111;}
header .top .div2 .div4 a{display: block;line-height: 22px;padding: 5px 15px;margin: 2px 0;}
header .top .div2 .div4 a:hover{background-color: var(--color_zhuti);color: #fff;}


header .box{display: flex;justify-content: space-between;align-items: center;}
header .logo{height: 100px;font-size: 0;margin-right:10px;display: flex;align-items: center;}
header .logo img{max-height:60%;}
header form{width: 196px;height: 42px;border: 1px solid #ddd;border-radius: 88px;overflow: hidden;position: relative;}
header form input{width: 100%;padding: 0 44px 0 17px;height: 100%;border: 0;font-size: 14px;}
header form button{width: 30px;height: 30px;background: var(--color_zhuti);font-size: 17px;color: #fff;border-radius: 50%;border: 0;position: absolute;right: 8px;top: 0;bottom: 0;margin: auto 0;}
header form button:hover{background-color: var(--color_hover);}
header .xian{height: 40px;width: 1px;background: #ddd;}
header .txt1{font-size: 28px;color: var(--color_hover);display: block;}
header .txt1:hover{color: var(--color_zhuti);}

header nav{width:88%;max-width:1100px;}
header nav ul{position: relative;display: flex;justify-content:space-between;align-items: center;}
header nav ul li{text-align: center;position: relative;z-index: 2;}
header nav ul li > a{display:block;line-height: 100px;font-size:18px;position: relative;padding: 0 2px;}
header nav ul li > i{display: none;}
header nav ul li:hover > a{color: var(--color_zhuti);}
header nav ul li.active > a{color: var(--color_zhuti);}

header nav .ul{display:none;position: absolute;left: 0;top:100%;width:170px;margin-left: calc(50% - 85px);right: 0;background:rgba(255,255,255,1);padding:10px 0;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius:8px;overflow: hidden;}
header nav .ul a{font-size:15px;color: #333;line-height:22px;padding:10px;display: block;}
header nav .ul a:nth-child(n+2){border-top: 1px solid #eee;}
header nav .ul a:hover{background-color: var(--color_zhuti);color: #fff;}
header nav .ul a.active{background-color: var(--color_zhuti);color: #fff;}
@media (min-width:992px){
    /*header nav ul > li:hover .ul{display: block;}*/
    body.active header{margin-top: -60px;}
    header nav .nav_xg{position: absolute; left: 0; bottom: 0; height:3px; background-color: var(--color_zhuti);z-index:1;width: 40px;border-radius: 6px;overflow: hidden;display: none;}
}

/*banner*/
.banner{position: relative;z-index: 1;overflow: hidden;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide img{display: block;width: 100%;}
.banner .swiper-pagination-bullet{background:#fff;opacity:.66;transition: all .2s;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;border-radius: 4px;opacity: 1;}




.main88{padding-top: 60px;padding-bottom: 60px;}
.title{text-align: center;padding-bottom: 30px;text-align: center;}
.title .div1{font-size: 48px;color: #2a2a2a;line-height: 56px;position: relative;font-weight: bold;padding-bottom: 24px;}
.title .div1:after{content: "";width: 66px;height: 2px;background:var(--color_zhuti);border-left: 33px solid var(--color_hover);position: absolute;left: 0;right: 0;bottom: 13px;margin: 0 auto;}
.title .div2{font-size: 18px;color: #555555;}
.title.titlebs .div1{color: #fff;}
.title.titlebs .div1:after{background: #fff;}
.title.titlebs .div2{color: #fff;}



.main1 .box{display: flex;flex-wrap: wrap;margin: -4px -2px 0;}
.main1 .box .list{display:flex;align-items: center;justify-content: space-between;width: calc(50% - 4px);margin: 4px 2px 0;background:#F2F2F2;}
.main1 .box .list .img{width: 54%;display: flex;justify-content:center;align-items: center;position: relative;}
.main1 .box .list .img:after{content: "";display: block;padding-top: 100%;}
.main1 .box .list .img img{max-width: 66%;max-height: 66%;display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;transition: all .3s;}
.main1 .box .list .tt{width: 46%;padding: 30px 30px 30px 0;}
.main1 .box .list .tt .tt1{font-size: 24px;font-weight: bold;}
.main1 .box .list .tt .tt2{font-size: 18px;color: #555555;margin-top: 11px;min-height: 4.2em;}
.main1 .box .list .tt .tt3{width: 30px;height: 30px;background: var(--color_zhuti);border-radius: 50%;display: flex;align-items: center;justify-content: center;color: #fff;margin-top: 20px;}
.main1 .box .list:hover .img img{transform: var(--transform_scale);}
.main1 .box .list:hover .tt .tt1{color: var(--color_zhuti);}
.main1 .box .list:hover .tt .tt3{background-color: var(--color_hover);}
.main1 .box .list:nth-child(n+3){width: calc(33.33% - 4px);flex-wrap: wrap;padding-top: 20px;}
.main1 .box .list:nth-child(n+3) .img{width: 100%;}
.main1 .box .list:nth-child(n+3) .img:after{padding-top: 50%;}
.main1 .box .list:nth-child(n+3) .img img{max-width: 77%;max-height: 77%;}
.main1 .box .list:nth-child(n+3) .tt{width: 100%;padding: 0 14% 40px;text-align: center;}
.main1 .box .list:nth-child(n+3) .tt .tt3{margin-left: auto;margin-right: auto;}



.main2 .box{display: flex;justify-content: space-between;background-color: rgba(255, 255, 255, .06);border: 1px solid rgba(255, 255, 255, .3);}
.main2 .box a{width: 25%;padding: 33px 10px;text-align: center;font-size: 20px;color: #fff;position: relative;}
.main2 .box a:after{content: "";width: 10%;height: 3px;background: var(--color_hover);position: absolute;left: 0;bottom: -1px;right: 0;margin: 0 auto;transition: all .3s;opacity: 0;}
.main2 .box a img{display: block;height: 70px;margin: 0 auto 16px;}
.main2 .box a:hover:after{width: 100%;opacity: 1;}



.main3{position: relative;}
.main3 .bjcover{width: 50%;height: 100%;position: absolute;left: 0;top: 0;z-index: 2;}
.main3 .box{width: 50%;float: right;padding: 60px 0 140px 60px;position: relative;z-index: 3;}
.main3 .box .tt1{font-size: 30px;color: var(--color_zhuti);line-height:38px;}
.main3 .box .tt2{font-size: 40px;line-height: 48px;margin-top: 14px;font-weight: bold;text-transform: uppercase;}
.main3 .box .tt3{font-size: 18px;margin-top: 14px;color: #555555;}
.main3:after{content: "";width: 0;height: 0;border-right: 1920px solid transparent;border-bottom: 190px solid var(--color_hover);position: absolute;left: 0;bottom: 0;z-index: 1;}

.more{width: 190px;height: 52px;border: 1px solid #ddd;border-radius: 88px;padding: 0 50px 0 26px;font-weight: bold;font-size: 16px;color: #666;display: flex;align-items:center;position: relative;margin: 33px 0 0;}
.more span{width: 38px;height: 38px;display: flex;align-items: center;justify-content: center;background-color: var(--color_hover);border-radius: 50%;position: absolute;right: 9px;top: 0;bottom: 0;margin: auto 0;color: #fff;}
.more:hover{background: var(--color_zhuti)!important;border-color: var(--color_zhuti);color: #fff;}
.more:hover span{background: #fff;color: var(--color_zhuti);}
.main4{background: var(--color_hover);}
.main4 .container-fluid{margin-top: 10px;margin-bottom: 10px;}
.main4 .box{border-top: 1px solid rgba(255, 255, 255, .3);padding-top: 50px;display: flex;justify-content: space-between;}
.main4 .box .list{display: flex;justify-content: space-between;}
.main4 .box .list .img{width: 78px;height: 78px;border: 1px solid #fff;display: flex;align-items: center;justify-content: center;border-radius: 8px;flex-direction: 0;}
.main4 .box .list .img img{max-height: 50%;max-width: 50%;}
.main4 .box .list .tt{width: calc(100% - 78px);padding-left: 14px;font-size: 22px;color: #fff;}
.main4 .box .list .tt b{display: block;font-size: 48px;line-height: 1;padding-bottom: 4px;}


.main5 .list{display: block;overflow: hidden;}
.main5 .list .bjcover{padding-top: 75%;}
.main5 .list:hover .bjcover{transform: var(--transform_scale);}


.title2{text-align: center;font-size: 0;padding-bottom: 30px;margin-top: -6px;}
.title2 a{display: inline-block;vertical-align: top;font-size: 20px;padding: 6px 15px;border: 1px solid #ccc;border-radius: 6px;margin:0 8px 16px;}
.title2 a:hover{background: var(--color_zhuti);border-color: var(--color_zhuti);color: #fff;}
.title2 a.active{background: var(--color_zhuti);border-color: var(--color_zhuti);color: #fff;}


.main6{background:#F4F4F4;}
.main6 .box { display: flex;justify-content: space-between;}
.main6 .box .zuo {width: calc(33.33% - 14px);border-radius: 11px;overflow: hidden;}
.main6 .box .zuo a { display: block;padding:35px;background: #fff;position: relative;box-shadow: 0 0 11px rgba(0, 0, 0, .06);overflow:hidden;}
.main6 .box .zuo a:after{content: "";width: 100%;height: 100%;position: absolute;left: 0;bottom: -44px;box-shadow: 0 -66px 33px rgba(0, 133,198,.16) inset;transition: all .3s;opacity: 0;}
.main6 .box .zuo a .tt1 {font-size: 20px;font-weight: bold;}
.main6 .box .zuo a .tt2 {font-size: 18px;color: #666;margin-top: 8px;}
.main6 .box .zuo a .tt3 {font-size: 14px;color: #888;text-decoration: underline;margin-top: 14px;}
.main6 .box .zuo a:hover:after{bottom: 0;opacity: 1;}
.main6 .box .zuo a:hover .tt1{color: var(--color_zhuti);}

.main6 .box .more{position: relative;z-index: 9;background-color: #fff;}
.main6 .box .you{width: calc(33.33% - 14px);background: #fff;position: relative;}
.main6 .box .you .img{overflow: hidden;}
.main6 .box .you .bjcover{height: 280px;}
.main6 .box .you .tt{padding: 28px 30px 35px;}
.main6 .box .you .tt1 {font-size: 20px;font-weight: bold;}
.main6 .box .you .tt2 {font-size: 18px;color: #666;margin-top: 8px;-webkit-line-clamp: 3;min-height: 4.2em;}
.main6 .box .you .tt3 {font-size: 14px;color: #888;text-decoration: underline;margin-top: 14px;}
.main6 .box .you:after{content: "";width: 100%;height: 100%;position: absolute;left: 0;bottom: -44px;box-shadow: 0 -66px 33px rgba(0, 133,198,.16) inset;transition: all .3s;opacity: 0;z-index: 1;}
.main6 .box .you:hover:after{bottom: 0;opacity: 1;}
.main6 .box .you:hover .tt1{color: var(--color_zhuti);}
.main6 .box .you:hover .bjcover{transform: var(--transform_scale);}



.main7{padding: 35px 0;}
.main7 .list{display:flex;align-items: center;justify-content: center;height: 110px;}
.main7 .list img{max-height: 80%;}
.main7 .list:hover img{transform: var(--transform_scale);}

.main8{background: #00B4B2;background: linear-gradient(to right, #00B4B2, #00B9DA);color: #fff;}
.main8 .box{display: flex;justify-content: space-between;padding: 30px 0;}
.main8 .box .tt{padding-left: 82px;min-height: 60px;background: url(../images/ren.png) no-repeat left center;font-size: 18px;}
.main8 .box .tt b{font-size:26px;display: block;padding-bottom: 3px;}


.more2{display: flex;justify-content: center;align-items: center;width: 220px;height: 60px;background: #fff;border-radius: 8px;font-size: 18px;color: #00b4b4;font-weight: bold;}
.more2 img{display: block;margin-right: 15px;transition: all .3s;}
.more2:hover{background: var(--color_hover);color: #fff;}
.more2:hover img{filter: brightness(0) invert(1);}



footer {color:#fff;}
footer .box1 { display: flex; justify-content: space-between;padding:50px 0 40px;}
footer .box1 .zuo {width:540px;}
footer .box1 .zuo .img {padding-bottom: 18px;}
footer .box1 .zuo .img img {max-height: 52px;}
footer .box1 .zuo .tt { display: flex; font-size: 18px;margin-top: 14px;position: relative;align-items: flex-start}
footer .box1 .zuo .tt span{flex-shrink: 0;margin-right: 8px;display: flex;align-items: center;}
footer .box1 .zuo .tt span img{display: block;margin-right: 8px;width: auto;}

footer .box1 .ul {width: 210px;margin:0 20px;}
footer .box1 .ul a {display: block;font-size: 24px;color: #fff;font-weight: bold;padding: 11px 0;}
footer .box1 .ul a:hover{text-decoration: underline!important;}


footer .box1 form {width: 390px;margin-right: 20px;display: flex;flex-wrap: wrap;justify-content: space-between;height: fit-content;}
footer .box1 form .top{font-size: 24px;color: #fff;font-weight: bold;padding: 11px 0;width: 100%;}
footer .box1 form input{width: calc(50% - 4px);background: #fff;height:42px;border: 0;border-radius: 8px;padding: 0 15px;font-size: 14px;margin-bottom: 8px;}
footer .box1 form button{width: 100%;height: 44px;font-size: 18px;color: #fff;font-weight: bold;border-radius: 8px;border: 0;background: var(--color_zhuti);background: linear-gradient(to bottom, #00b4b2, #00b8d8);margin-top: 10px;position: relative;top: 0;}
footer .box1 form button:hover{top: 4px;}
footer .box1 .ss {width: 120px;margin-top: 20px;}
footer .box2 { border-top: 1px solid rgba(255,255,255,0.3); font-size: 16px; padding: 30px 0;}


.nybanner{height: 412px;display: flex;align-items: center;text-align: center;font-size: 30px;line-height: 38px;color: #fff;}
.nybanner b{display: block;font-size: 48px;line-height: 56px;color: var(--color_zhuti);padding-bottom: 6px;}


.titletop{background: #fff;border-bottom: 1px solid #ddd;padding: 16px 0;font-size: 18px;color: #aaa;}
.titletop a:hover{color: var(--color_zhuti);}



/* 全局通用 */
.ny { padding: 40px 0 77px; background: #f4f4f4;}
.ny .box { display: flex; gap: 30px; }
/* 左侧分类栏 */
.ny .box .zuo { flex: 0 0 280px; }
.ny .box .zuo .top { font-size: 28px; font-weight: bold; color: #2c2c2c; margin-bottom: 20px; }
.ny .box .zuo .ul { display:block;}
.ny .box .zuo .ul > a {display: block;font-size: 20px;color: #2a2a2a;line-height: 26px;padding: 15px 22px 15px 0;margin-top: -1px;border-bottom: 1px solid #cbcbcb;border-top: 1px solid #cbcbcb;position: relative;}
.ny .box .zuo .ul > a:nth-child(1){border-top: 0;margin-top: 0;}
.ny .box .zuo .ul > a:before{position: absolute;right: 0;top:15px;font-size: 80%;line-height: 24px;transition: all .3s;}
.ny .box .zuo .ul > a:hover{color: var(--color_zhuti);}
.ny .box .zuo .ul > a:hover:before{transform: rotate(90deg);}
.ny .box .zuo .ul > a.active{color: var(--color_zhuti);}
.ny .box .zuo .ul > a.active:before{transform: rotate(90deg);}


.ny .box .zuo .ul .ul2 {display: none;padding: 14px 0;}
.ny .box .zuo .ul .ul2.active{display: block;}
.ny .box .zuo .ul .ul2 a{display: block;font-size: 18px;color: #555;line-height: 22px;padding-bottom: 6px;padding-left: 8px;}
.ny .box .zuo .ul .ul2 a:hover{color: var(--color_zhuti);}
.ny .box .zuo .ul .ul2 a.active{color: var(--color_zhuti);}

.ny .box .zuo form {margin-top: 20px;background: #fff;position: relative;height: 50px;border-radius: 8px;overflow: hidden;box-shadow: 0 0 11px rgba(0, 0, 0, .1);}
.ny .box .zuo form input{width: 100%;height: 100%;border: 0;padding: 0 15px 0 52px}
.ny .box .zuo form button{position: absolute;left: 0;top: 0;height: 100%;border: 0;width: 54px;text-align: center;background: transparent;font-size: 19px;color: #555;}
.ny .box .zuo form button:hover{color: var(--color_zhuti);}

/* 右侧产品列表 */
.ny .box .you { flex: 1; }
.nycp{margin: 0 -10px;display: flex;flex-wrap: wrap;}
.nycp .list{display: block;width: calc(33.33% - 20px);margin: 0 10px 20px;background: #fff;padding: 10px;border-radius: 11px;overflow: hidden;}
.nycp .list .bjcover{padding-top: 67%;}
.nycp .list .tt{font-size: 18px;padding: 18px 8px 8px;text-align: center;}
.nycp .list .tt2{color: #666;margin-top: 3px;}
.nycp .list:hover .bjcover{transform: var(--transform_scale);}
.nycp .list:hover .tt1{color: var(--color_zhuti);}



/*内页新闻*/
.nyxw .list{margin-bottom:20px;display: block;padding: 14px;border: 1px solid #e9e9e9;}
.nyxw .list .img{width:calc(9% + 156px);float: left;}
.nyxw .list .img .bjcover{height:180px;}
.nyxw .list .tt{float: left;width: calc(91% - 156px);padding-left: 22px;}
.nyxw .list .tt1{font-size: 17px;color: #000;font-weight: bold;line-height: 27px;margin-top:0px;}
.nyxw .list .tt2{color: #b1b1b1;font-size: 12px;line-height: 28px;}
.nyxw .list .tt3{color: #333333;line-height: 25px;height: 75px;overflow: hidden;-webkit-line-clamp: 3;}
.nyxw .list .tt4{width:96px;border: 1px solid #d9d9d9;border-radius: 20px;text-align: center;color: #333333;line-height: 29px;margin-top: 14px;position: relative;padding-right: 20px;}
.nyxw .list .tt4:after{content:"";width: 10px;height: 7px;background: url("../images/tu29.png") no-repeat center center;position: absolute;right: 20px;top:0;bottom:0;margin: auto 0;transition: all 0.3s;z-index: 1;}
.nyxw .list .tt4:before{content:"";width: 0;height: 7px;background: url("../images/tu29-1.png") no-repeat center center;position: absolute;right: 30px;top:0;bottom:0;margin: auto 0;transition: all 0.3s;z-index: 2;}
.nyxw .list:hover .tt4{background-color: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}
.nyxw .list:hover .tt4:before{width: 10px;transition: all 0.3s;right: 20px;}
.nyxw .list:hover .img .bjcover{transform:scale(1.05);}
@media (max-width:600px) {
    .nyxw .list{margin-bottom:20px;padding: 0;box-shadow: 0 0 0;}
    .nyxw .list .img{width:100%;float:none;margin:15px 15px 0;max-width: calc(100% - 30px);}
    .nyxw .list .img .bjcover{height:auto;padding-top: 60%;}
    .nyxw .list .tt{float: none;width: 100%;padding-left: 0;padding: 0 10px;padding: 10px 20px 20px;}
    .nyxw .list .tt1{text-overflow:inherit;white-space:inherit;overflow: inherit;line-height: 24px;}
    .nyxw .list .tt3{height:auto;max-height:75px;}
}

.title3{font-size: 40px;line-height: 48px;color: #252525;padding-bottom: 35px;text-align: center;}

.about1{background: #F5F5F5;}
.about1 .swiperxq1{padding: 20px 24%;position: relative;}
.about1 .swiperxq1 .list{position: relative;}
.about1 .swiperxq1 .list .tt2{font-size: 18px;color: #555555;line-height: 1.6;position: relative;z-index: 2;}
.about1 .swiperxq1 .list .tt1{color: rgba(25, 121, 208, .2);font-size: 140px;line-height: 1;position: absolute;left: 0;right: 0;top: 0;z-index: 1;text-align: center;bottom: 0;margin: auto;height: 100%;display: flex;align-items: center;justify-content: center;font-weight: bold;}
.about1 .swiperxq1 .swiper-button-prev{font-size: 50px;left: 14%;color: #a5a5a5;transition: all .3s;}
.about1 .swiperxq1 .swiper-button-prev:hover{color: var(--color_zhuti);}
.about1 .swiperxq1 .swiper-button-next{font-size: 50px;right: 14%;color: #a5a5a5;transition: all .3s;}
.about1 .swiperxq1 .swiper-button-next:hover{color: var(--color_zhuti);}

.about1 .swiperxq2{margin-top: 30px;position: relative;}
.about1 .swiperxq2:after{content: "";width: 100%;height: 2px;background: #D5D5D5;position: absolute;left: 0;top: 8px;z-index: 1;}
.about1 .swiperxq2 .swiper{position: relative;z-index: 2;}
.about1 .swiperxq2 .swiper:after{content: "";width: 12px;height: 12px;background: #9D9D9D;border-radius: 50%;position: absolute;right: 0;top: 2px;z-index: 2;}
.about1 .swiperxq2 .swiper:before{content: "";width: 12px;height: 12px;background: #9D9D9D;border-radius: 50%;position: absolute;left: 0;top: 2px;z-index: 2;}
.about1 .swiperxq2 .swiper-slide{width: 200px;}
.about1 .swiperxq2 .list{text-align: center;font-size: 18px;color: #444;padding-top:30px;position: relative;}
.about1 .swiperxq2 .list:after{content: "";width: 26px;height: 26px;border: 5px solid #F5F5F5;background: #9D9D9D;border-radius: 50%;position: absolute;left: 0;right: 0;top: -5px;margin: 0 auto;}
.about1 .swiperxq2 .swiper-slide-thumb-active .list{color: var(--color_zhuti);}
.about1 .swiperxq2 .swiper-slide-thumb-active .list:after{background-color: var(--color_zhuti);}



.about2 .list{display: flex;justify-content: space-between;}
.about2 .list .tt1{width: calc(50% - 16px);padding: 22px 0;min-height: 400px;}
.about2 .list .tt2{width: calc(50% - 16px);border-radius: 11px;}
.about2 .list:nth-child(even){flex-direction: row-reverse;}
.about2 .list:nth-child(n+2){margin-top: 40px;}



.danye{font-size: 18px;color: #555;line-height: 1.6;}

.about3 .box{display: flex;flex-wrap: wrap;margin: -30px -15px 0;}
.about3 .box .list{display: block;width: calc(33.33% - 30px);margin: 30px 15px 0;background: #F1F1F1;border-radius: 8px;overflow: hidden;}
.about3 .box .list .bjcover{padding-top:58%;}
.about3 .box .list .tt{padding: 28px;}
.about3 .box .list .tt1{font-size: 24px;}
.about3 .box .list .tt2{margin-top: 6px;line-height: 1.3;font-size: 18px;color: #555;}
.about3 .box .list:hover .bjcover{transform: var(--transform_scale);}
.about3 .box .list:hover .tt1{color: var(--color_zhuti);}





/*详情页*/
.danye .topbox{margin-bottom:20px;}
.danye .bt{color: #000;font-size:24px;padding-bottom: 10px;line-height: 1.8; text-align: center;}
.danye .rq{color: #888;font-size: 14px;margin-top: -4px; text-align: center;}
.danye .xian{width: 100%;height: 11px;margin-top:16px;;border-top: 1px dashed #aaa;opacity: .4;}
.danye .img{margin:0 auto 22px auto;display: block;}
.danye .img img{display: block;margin: 0 auto;}
.danye .ditu{height:400px;border: 1px solid #eee;margin-bottom:20px;}
.danye .tt1{padding-top: 60px;font-size: 24px;font-family: var(--ali_family);padding-bottom: 20px;line-height: 32px;}
.danye .tt2{font-size: 18px;}
.danyetop{font-size: 24px;padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #eee;line-height: 34px;margin-top: 40px;}
.danye .txtbox{ font-size:16px; line-height:2; min-height:250px;}
.danye .txtbox img{ max-width:100% !important; height:auto !important; padding:2px !important; display:block; margin:0 auto;}
.danye .txtbox table{width:100% !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}
.danye .txtbox table tr td{width:auto !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}


@media (max-width:767px){
    /*详情页*/
    .danye .topbox{margin-bottom: 16px;}
    .danye .bt{font-size: 20px;padding-bottom: 4px;}
    .danye .img{margin:0 auto 18px auto;}
    .danye .ditu{height:360px;margin-top: 25px;}
    .danye .rq{margin-top: 0;}
    .danye .xian{margin-top: 14px;}
    .danye .tt1{padding-top: 0;font-size: 22px;padding-bottom: 11px;line-height: 30px;}
    .danye .tt2{font-size: 15px;}
    .danyetop{font-size: 20px;padding-bottom: 11px;margin-bottom: 11px;margin-top: 25px;line-height: 30px;}

}










/*3c72ed*/



/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){

}
@media (max-width:1199px){
    header nav ul li > a{font-size: 16px;}
    .main4 .box .list .tt b{font-size: 40px;line-height: 50px;}
    .nycp .list{width: calc(50% - 20px);}
    .about1 .swiperxq1{padding: 20px 12%;}
    .about1 .swiperxq1 .swiper-button-prev{left: 6%;}
    .about1 .swiperxq1 .swiper-button-next{right: 6%;}



}
@media (max-width:991px) {
    .banner .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 3px -4px !important;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 22px;}
    body.active header{margin-top: -50px;}

    body{padding-top:130px;}
    header .top{font-size: 14px;line-height: 50px;}
    header .top .div .div1 a{margin-right: 0;}
    header .top .div .div1 a img{margin-right:5px;}

    header .top .div2 .div3{width:140px;height: 36px;padding: 0 20px 0 40px;}
    header .top .div2 .div3 img{width: 16px;left: 16px;}
    header .top .div2 .div3 span{right: 12px;}

    header .logo{height: 80px;}
    header .logo img{max-height:54%;}
    header form{width:100%;margin-top: 20px;}

    /*pc导航*/
    header nav{display:none;width:100%;max-width: 100%;float: none;padding:15px 20px 40px;margin:0;position: absolute;right:0;top:100%;z-index:113;background: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, .06);overflow-y: auto;overflow-x:hidden;max-height: calc(100vh - 120px)}
    header nav .container-fluid{padding: 0;}
    header nav ul{display: block!important;}
    header nav ul > li{display:block;width:100%;text-align: left;padding: 0 40px 0 0;border-bottom: 1px solid #f6f6f6;position: relative;}
    header nav ul > li > a{display:block; color: #333;font-size:15px;padding:0 0 0 10px;line-height:50px;}
    header nav ul > li:nth-last-child(1){border: 0;}
    header nav ul > li > i{display: block;position: absolute;right: 0;top:0;width: 40px;color: #999;line-height: 50px;font-size: 16px;font-weight: normal;text-align: center;}
    header nav ul > li:hover > a{;background: transparent;color: var(--color_zhuti);}
    header nav ul > li.active > a{background: transparent;color: var(--color_zhuti);}
    header nav ul > li.active > i{color: var(--color_zhuti);}
    header nav .ul{display:none;position: relative;left: auto;top:auto;width: calc(100% + 110px);margin-left: -35px;right: auto;background:#f6f6f6;padding:8px 14px;box-shadow: none;border-radius:0;}
    header nav .ul a{font-size: 14px;color: #333;line-height: 26px;padding:6px 5px 6px 35px;display: block;}
    header nav .ul a:hover{background-color: transparent;color: var(--color_zhuti);}
    header nav .ul a.active{background-color: transparent;color: var(--color_zhuti);}

   /*移动导航按钮*/
    header .lanmu{width: 30px;font-size: 0;height: 21px;position: absolute;right: 15px;bottom:30px;cursor: pointer;z-index: 2;}
    header .lanmu i{display: inline-block;width: 100%;height: 3px;background:var(--color_zhuti);border-radius: 3px;transition: all 0.6s;}
    header .lanmu i:nth-child(2), .lanmu i:nth-child(3){width: 40%;margin:6px 0;}
    header .lanmu i:nth-child(2){margin-right: 10%;}
    header .lanmu i:nth-child(3){margin-left: 10%;}
    header .lanmu.active i:nth-child(1) {transform: rotate(45deg) translateY(4px) translateX(5px);}      
    header .lanmu.active i:nth-child(4){transform: rotate(-45deg) translateY(-8px) translateX(8px);}
    header .lanmu.active i:nth-child(2){transform: translateX(-30px);opacity: 0;}
    header .lanmu.active i:nth-child(3){transform: translateX(30px);opacity: 0;}



    /* 全局通用 */
    .main88 { padding-top: 30px; padding-bottom: 30px; }
    .title { padding-bottom: 20px; }
    .title .div1 { font-size: 30px; line-height: 36px; padding-bottom: 16px; }
    .title .div1:after { width: 40px; border-left: 20px solid var(--color_hover); bottom: 8px; }
    .title .div2 { font-size: 14px; }

    /* main1 产品展示 */
    .main1 .box { margin: -2px -2px 0; }
    .main1 .box .list { width: calc(50% - 4px)!important; margin: 2px 2px 0; flex-wrap: wrap!important; padding-top: 10px!important; }
    .main1 .box .list .img { width: 100%!important; }
    .main1 .box .list .img:after { padding-top: 60%!important; }
    .main1 .box .list .img img { max-width: 60%!important; max-height: 60%!important; }
    .main1 .box .list .tt { width: 100%!important; padding: 15px 10% 20px!important; text-align: center!important; }
    .main1 .box .list .tt .tt1 { font-size: 18px; }
    .main1 .box .list .tt .tt2 { font-size: 14px; min-height: 3em; margin-top: 8px; }
    .main1 .box .list .tt .tt3 { margin: 15px auto 0!important; }

    /* main2 品质保障 */
    .main2 .box { flex-wrap: wrap; background: transparent; border: none; margin: 0 -2px;}
    .main2 .box a { width: calc(50% - 4px); padding: 20px 5px; font-size: 16px; border: 1px solid rgba(255,255,255,.3); margin: 2px; border-radius: 8px; }
    .main2 .box a img { height: 40px; margin-bottom: 10px; }

    /* main3 关于我们 */
    .main3 .bjcover { width: 100%; height: 100%; }
    .main3 .bjcover:after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .2);position: absolute;left: 0;top: 0;z-index: 1;}
    .main3 .box { width: 100%; float: none; padding: 40px 0; position: relative;z-index: 2;color: #fff;}
    .main3 .box .tt1 { font-size: 22px; line-height: 28px; color: var(--color_hover);}
    .main3 .box .tt2 { font-size: 26px; line-height: 32px; margin-top: 10px; color: #fff;}
    .main3 .box .tt3 { font-size: 14px; margin-top: 10px; color: rgba(255, 255, 255, .8);}
    .main3:after { border-right: 750px solid transparent; border-bottom: 100px solid var(--color_hover); }
    .more { width: 150px; height: 44px; font-size: 14px; padding: 0 40px 0 20px; background: #fff;}
    .more span { width: 30px; height: 30px; }



    /* main4 数据展示 */
    .main4 .box { flex-wrap: wrap; padding-top: 0; gap: 20px;border-top:0; }
    .main4 .box .list { width: 100%; }
    .main4 .box .list .img { width: 54px; height: 54px; }
    .main4 .box .list .tt { width: calc(100% - 60px); font-size: 18px; padding-left: 10px; }
    .main4 .box .list .tt b { font-size: 32px;line-height:1;padding-bottom:2px}



    /* main6 新闻模块 */
    .title2 { padding-bottom: 20px; }
    .title2 a { font-size: 16px; padding: 4px 10px; margin: 0 4px 10px; }
    .main6 .box { flex-wrap: wrap; gap: 15px; }
    .main6 .box .zuo { width: 100%; }
    .main6 .box .zuo a { padding: 20px; }
    .main6 .box .zuo a .tt1 { font-size: 18px; }
    .main6 .box .zuo a .tt2 { font-size: 14px; }
    .main6 .box .you { width: 100%; margin-bottom: 15px; }
    .main6 .box .you .bjcover { height: 180px; }
    .main6 .box .you .tt { padding: 20px; }
    .main6 .box .you .tt1 { font-size: 18px; }
    .main6 .box .you .tt2 { font-size: 14px; min-height: 3em; }

    /* main7 合作品牌轮播 */
    .main7 { padding: 20px 0; }
    .main7 .list { height: 80px; }


    /* main8 联系入口 */
    .main8 .box { flex-wrap: wrap; gap: 20px; padding: 20px 0; }
    .main8 .box .tt { padding-left: 40px; min-height: 50px; font-size: 14px; background-size: 30px; }
    .main8 .box .tt b { font-size: 20px; padding-bottom: 2px; }
    .more2 { width: 100%; height: 50px; font-size: 16px; }
    .more2 img{height: 24px;margin-right: 8px;position: relative;top: -1px;}

    /* footer 页脚 */
    footer .box1 { flex-wrap: wrap; padding: 30px 0 20px; gap: 20px; }
    footer .box1 .zuo { width: 100%; }
    footer .box1 .zuo .tt { font-size: 14px; margin-top: 10px; }
    footer .box1 .ul { width: 100%; margin: 0; display: none;}
    footer .box1 .ul a { font-size: 18px; padding: 8px 0; }
    footer .box1 form { width: 100%; margin: 0; }
    footer .box1 form .top { font-size: 18px; padding: 8px 0; }
    footer .box1 form input { width: 100%; margin-bottom: 8px; }
    footer .box1 form button { height: 40px; font-size: 16px; }
    footer .box1 .ss { width: 100px; margin: 0 auto; display: none;}
    footer .box2 { font-size: 12px; padding: 20px 0; }
  
  
  
  
  
      
      
    .nybanner{height: 222px;font-size: 20px;line-height: 26px;color: #fff;}
    .nybanner b{font-size: 28px;line-height: 32px;}


    .titletop{font-size: 14px;}


    .ny { padding: 30px 0 40px; }
    .ny .box { flex-direction: column; gap: 20px; }
    .ny .box .zuo { flex: none; width: 100%; }
    .ny .box .zuo .top { font-size: 20px; margin-bottom: 5px; }
    .ny .box .zuo .ul > a { padding: 6px 20px 6px 10px; font-size: 16px;line-height: 24px;}
    .ny .box .zuo .ul > a:before{top: 6px;line-height: 24px;}
    .ny .box .zuo .ul .ul2 {padding: 8px 0;}
    .ny .box .zuo .ul .ul2 a{font-size: 15px;line-height: 22px;padding-bottom:4px;padding-left: 20px;}

    .nycp{margin: 0 -6px;}
    .nycp .list{display: block;width: calc(50% - 12px);margin: 0 6px 12px;padding: 6px;}
    .nycp .list .tt{padding: 12px 0 6px;font-size: 14px;}
    .nycp .list .tt2{margin-top: 2px;}




    .title3{font-size: 24px;line-height: 32px;padding-bottom: 26px;}

    .about1 .swiperxq1{padding: 0;}
    .about1 .swiperxq1 .list .tt2{font-size: 15px;}
    .about1 .swiperxq1 .list .tt1{font-size: 80px;}
    .about1 .swiperxq1 .swiper-button-prev{display: none;}
    .about1 .swiperxq1 .swiper-button-next{display: none;}
    .about1 .swiperxq2{margin-top:18px;width: calc(100% + 30px);margin-left: -15px;}
    .about1 .swiperxq2 .swiper-slide{width: 90px;}
    .about1 .swiperxq2 .swiper::after{right: -2px;}
    .about1 .swiperxq2 .swiper::before{left: -2px;}

    .about2 .list{display: block;flex-wrap: wrap;}
    .about2 .list .tt1{width: 100%;min-height: inherit;padding: 0;}
    .about2 .list .tt2{width: 100%;margin-top: 11px;padding-top: 60%;}




    .danye{font-size: 15px;}

    .about3 .box .list .tt{padding: 20px;}
    .about3 .box .list .tt1{font-size: 20px;}
    .about3 .box .list .tt2{font-size: 15px;}











}

@media (max-width:767px) {
    .main1 .box .list { width: calc(100% - 4px)!important; }
    .about3 .box .list{display: block;width: calc(100% - 30px);}

}
@media (max-width:600px) {


}

@media (max-width:479px) {
    .danye .ditu{height:300px;}

    
}
 /*手机底部*/
@media (max-width:991px) {
    footer{margin-bottom: 50px;}
    .sjdibu{height:50px;background:var(--color_zhuti);position:fixed; bottom:0; left:0; z-index:113; border-top:solid 1px rgba(255, 255, 255, 1);width: 100%;text-align: center;font-size: 0;}
    .sjdibu .box1{display: flex;justify-content: space-around;}
    .sjdibu .box1 a{display:block;color: #fff;padding: 5px;width: 100%;}
    .sjdibu .box1 a span{ color:#fff; font-size:16px; line-height:20px;}
    .sjdibu .box1 a h6{ font-size:12px; line-height:20px;margin: 0;}
    .sjdibu .box2{ position: fixed; left: 0; bottom:50px; z-index:112; width: 100%;background: #fff;box-shadow: 0 -2px 4px rgba(0,0,0,.1);padding: 6px 0;display: none;}
    .sjdibu .box2 img{max-height: 140px;display: block;margin: 0 auto;} 
}


