/*全局样式*/
@charset "utf-8";
body {font: 14px/1.7 "微软雅黑","PingFang SC", "sans-serif", HELVETICA;color: #000;-webkit-text-size-adjust: 100%;background-color: #fff;overflow-x: hidden;min-width: 320px;max-width: 1920px;margin: 0 auto !important;}
.container-fluid {
    max-width:1430px !important;
}

:root{
    --color_zhuti: #c4992c;
    --rgba_zhuti_100: rgba(192, 153, 44, .06);
    --rgba_zhuti_200: rgba(192, 153, 44, .2);
    --color_000: #000;
    --color_222: #222;
    --color_444: #444;
    --color_888: #888;
    --color_border: #e5e5e5;
    --color_hover: #ac841e;
    --rgba_hover_100: rgba(172, 132, 30, .06);
    --rgba_hover_200: rgba(172, 132, 30, .2);
    --rgba_hs: rgba(0, 0, 0, .06);
    --rgba_bs: rgba(255, 255, 255, .06);

    --transition_3:all .3s ease-in-out;
    --transition_5:all .5s ease-in-out;
    --transition_8:all .8s ease-in-out;
    --transform_scale: scale(1.08);
    --transform_rotateX: rotateX(360deg);
    --transform_rotateY: rotateY(360deg);  

}


header{position: relative;z-index: 111;}
header .logo{display: block;line-height: 120px;height: 120px;font-size: 0;margin-right: 2%;}
header .logo img{max-height: 55%;}
header .txt{font-size: 18px;color: #000;width: 100%;text-align: right;line-height: 40px;}
header .txt b{font-size: 26px;color: var(--color_zhuti);font-family: 'Impact';font-weight: normal;line-height: 0;position: relative;top:2px;left: -2px;}
header .txt img{position: relative;top:-2px;padding-right: 8px;}
header nav{width:67%;margin-top: 22px;}
header nav ul{position: relative;}
header nav ul li{width: 100%;text-align: center;position: relative;}
header nav ul li > a{display:block;line-height:38px;font-size: 16px;color: #000;position: relative;padding-bottom: 20px;}
header nav ul li > i{display: none;}
header nav ul li:hover > a{color: var(--color_hover);}
header nav ul li.active > a{color: var(--color_hover);}
header nav .ul{display:none;position: absolute;left: 0;top:100%;width: 150px;margin-left: calc(50% - 75px);right: 0;background:rgba(255,255,255,1);padding:5px 0 15px;box-shadow: 0 0 10px rgba(0,0,0,.2);border-radius:8px;overflow: hidden;}
header nav .ul a{font-size: 14px;color: #333;line-height: 23px;padding:8px;display: block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
header nav .ul a:nth-child(n+2){border-top: 1px solid #eee;}
header nav .ul a:hover{background-color: var(--color_hover);color: #fff;}
header nav .ul a.active{background-color: var(--color_hover);color: #fff;}
@media (min-width:992px){
    header nav .nav_xg{position: absolute; left: 0; bottom: 12px; width: 74px; height: 2px; background-color: var(--color_zhuti);z-index: -1;}
/*    header nav ul > li:hover .ul{display: block;}*/
}



/*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;}



/*头部公用*/
.main66{padding:70px 0 80px;}
.title{font-size: 0;text-align: center;padding-bottom:50px;overflow: hidden;line-height: 1.5;color: #000;}
.title .div1{font-size:36px;font-weight: bold;margin-top: -6px;}
.title .div1 b{color: var(--color_zhuti);}
.title .div2{font-size: 0;padding-top: 2px;}
.title .div2 span{font-size:16px;position: relative;display: inline-block;padding: 0 18px;min-width: 160px;text-align:center;text-transform: uppercase;}
.title .div2 span:after{content: "";width: 243px;height: 9px;background:url(../images/t3.png) no-repeat;position: absolute;right: 100%;top:2px;bottom: 0;margin: auto 0;}
.title .div2 span:before{content: "";width: 243px;height: 9px;background:url(../images/t3.png) no-repeat;position: absolute;left: 100%;top:2px;bottom: 0;margin: auto 0;transform:rotateY(180deg);}
.title .div3{font-size: 20px;color: #aaa;margin-top: 16px;}

.title.titlebs{color: #fff;}


/*产品中心*/
.main1 .list{display: block;background-color: #fff;border: 1px solid #eee;}
.main1 .list .img{padding-top: 80%;position: relative;}
.main1 .list .img img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;transition: var(--transition_3);}
.main1 .list .tt{font-size: 18px;line-height: 56px;padding: 0 70px 0 28px;position: relative;border-top: 1px solid #eee;}
.main1 .list .tt:before{width: 66px;text-align: center;border-left: 1px solid #eee;position: absolute;right: 0;top:0;}
.main1 .list:hover .img img{transform: var(--transform_scale);}
.main1 .list:hover .tt{background-color: var(--color_zhuti);color: #fff;}


/*关于我们*/
.main2{background-color: #1B6BCD;}
.main2 .box1{background-color: #fff;}
.main2 .box1 .bjcover{width: 43%;height: 350px;float: left;}
.main2 .box1 .tt{width: 57%;float: right;padding: 40px;}
.main2 .box1 .tt .tt1{font-size: 24px;font-weight: bold;}
.main2 .box1 .tt .tt2{font-size: 15px;line-height: 30px;height: 150px;overflow: hidden;-webkit-line-clamp: 5;margin-top: 11px;}
.main2 .box1 .tt .tt3{display: block;width: 126px;line-height: 36px;text-align: center;background-color: var(--color_zhuti);font-size: 15px;color: #fff;margin:20px 0 0;padding-right: 37px;position: relative;}
.main2 .box1 .tt .tt3 i{width:36px;position: absolute;right: 0;top:0;border-left: 1px solid #fff;display: block;font-size: 80%}
.main2 .box1 .tt .tt3:hover{background: var(--color_hover);}
.main2 .box2{background-color: #e6e6e6;padding: 30px 15px;}
.main2 .box2 div{padding-left: 66px;position: relative;font-size: 18px;line-height: 30px;max-width: calc(25% - 1px)}
.main2 .box2 div span{display: block;position: absolute;left: 0;top:0;bottom: 0;margin: auto 0;font-size: 48px;height: max-content;;font-family: 'Impact';line-height: 1.2;color: var(--color_zhuti);}
.main2 .box2 i{width: 1px;height: 86px;background-color: #ccc;display: block;}



/*客户案例*/
.main3 .box{margin: -20px -10px 0;}
.main3 .box .list{display: block;width: calc(25% - 20px);margin: 20px 10px 0;float: left;overflow: hidden;position: relative;}
.main3 .box .list .bjcover{padding-top:72%;}
.main3 .box .list:nth-child(1){width: calc(50% - 20px);}
.main3 .box .list:nth-child(1) .bjcover{padding-top:calc(72% + 36px);}
.main3 .box .list .tt{font-size: 16px;line-height: 50px;padding: 0 60px 0 25px;position: relative;background-color: #f2f2f2;}
.main3 .box .list .tt i{position: absolute;right: 28px;top:2px;font-size: 22px;}
.main3 .box .list:nth-child(1) .tt{font-size: 18px;line-height: 70px;}
.main3 .box .list:hover .bjcover{transform: var(--transform_scale);}
.main3 .box .list:hover .tt{background-color: var(--color_zhuti);color: #fff;}


/*解决方案*/
.main4{background-color: #f4f4f4;}
.main4 .box{margin:0 -5px -10px;}
.main4 .box .list{display: block;background-color: #fff;width: calc(20% - 10px);margin: 0 5px 10px;float: left;position: relative;top:0;}
.main4 .box .list .img{height: 180px;line-height: 180px;font-size: 0;text-align: center;border: 1px solid #eee;background-color: #fff;}
.main4 .box .list .img img{max-height: 42%;}
.main4 .box .list .tt{background-color: #fff;border: 1px solid #eee;padding: 25px 10px;text-align: center;margin-top: 1px;}
.main4 .box .list .tt1{font-size: 20px;color: #000;font-weight: bold;}
.main4 .box .list .tt2{font-size: 13px;color: var(--color_888);text-transform: uppercase;}
.main4 .box .list:hover{top:-8px;}


/*视频展示*/
.main5 .list{display: block;}
.main5 .list .bjcover{padding-top:76%;position: relative;}
.main5 .list .bjcover div{position: absolute;left: 0;right: 0;top:0;width: 100%;height: 100%;background:#000;opacity: .99;}
.main5 .list .bjcover video{position: absolute;left: 0;right: 0;top:0;width: 100%;height: 100%;background:#000;opacity: .99;}
.main5 .list .bjcover i{font-size: 56px;color: #fff;padding-top: 16px;}
.main5 .list .tt{font-size: 16px;line-height: 50px;color: #fff;text-align: center;background-color: #1B6BCD;}
.main5 .list:hover .bjcover div{opacity: .44;}

/*新闻中心*/
.main6 .list{box-shadow: 0 0 11px var(--rgba_hs);}
.main6 .list .top{font-size: 22px;font-weight: bold;color: #fff;background-color: var(--color_zhuti);padding: 0 100px 0 24px;position: relative;line-height: 50px;}
.main6 .list .top a{display: block;position: absolute;right: 24px;top:0;font-size: 14px;font-weight: normal;}
.main6 .list .top a:hover{text-decoration: underline!important;}
.main6 .list .tt{padding: 24px;border: 1px solid var(--color_border);}
.main6 .list .tt a{display: block;margin-bottom:8px;overflow: hidden;}
.main6 .list .tt a .bjcover{height: 140px;}
.main6 .list .tt a:nth-child(n+2){font-size: 16px;line-height: 50px;padding-left: 26px;position: relative;margin-bottom: 0;}
.main6 .list .tt a:nth-child(n+3){border-top: 1px solid var(--color_border);}
.main6 .list .tt a:nth-child(n+2):after{content: "";width: 4px;height: 4px;background-color: #000;position: absolute;left: 9px;top:2px;bottom: 0;margin: auto 0;border-radius: 50%;transition: var(--transition_3);}
.main6 .list .tt a:hover .bjcover{transform: var(--transform_scale);}
.main6 .list .tt a:hover{color: var(--color_zhuti);}
.main6 .list .tt a:hover:after{background-color: var(--color_zhuti);}



footer{background: #1656a4;color: #fff;}
footer .box2{background: #0d3564;font-size: 16px;color: #fff;text-align: center;padding: 25px 0;}
footer .list2{width: 22%;float: left;text-align: center;padding-bottom: 22px;}
footer .list2 a{display: block;font-size: 16px;color: #fff;line-height: 26px;padding-bottom: 12px;}
footer .list2 a:hover{text-decoration: underline !important;}
footer .top{font-size: 26px;font-weight: bold;color: #fff;padding:10px 0 20px;}
footer .list1{width: calc(28% + 150px);float: left;padding-right:5%;}
footer .list3{width: calc(46% - 150px);float: left;margin-left:3%;}
footer .list3 form input{width: 100%;line-height: 46px;height: 46px;background: #fff;border: 0;margin-bottom: 12px;font-size: 15px;padding: 0 20px;color: #000;}
footer .list3 form textarea{width: 100%;max-width: 100%;line-height:26px;height: 104px;background: #fff;border: 0;margin-bottom: 12px;font-size: 16px;padding: 10px 20px;color: #000;}
footer .list3 form button{width: 100%;line-height: 46px;height: 46px;background: var(--color_zhuti);font-size: 17px;color: #fff;text-align: center;border: 0;transition: all 0.3s}
footer .list3 form button:hover{background-color: var(--color_hover);}
footer .list1 .tt1{display: inline-block;border: 2px solid rgba(255,255,255,.5);border-radius: 6px;padding: 8px 20px 8px 72px;font-size: 16px;color: #fff;background: url(../images/t2.png) no-repeat 15px center;}
footer .list1 .tt1 span{display: block;font-size: 30px;font-family: 'Impact';line-height: 32px;margin-top: 6px;}
footer .list1 .tt2{font-size: 15px;line-height:36px;min-height:180px;position: relative;margin-top: 20px;min-height: 180px;padding-right: 130px;}
footer .list1 .tt2 .ss{display: block;width: 120px;position: absolute;right: 0;bottom: 11px;border-radius:6px;}



.nybanner{padding: 8% 15px 7%;text-align: center;}
.nybanner .tt1{font-size: 34px;font-weight: bold;color: #fff;}
.nybanner .tt2{font-size: 18px;color: #fff;padding: 20px 0;line-height: 30px;position: relative;}
.nybanner .tt2 span{display:block;font-size:60px;line-height: 1.2;color:#fff;opacity: .2;text-transform: uppercase;position: absolute;left: 0;right: 0;top:-6px;font-weight: bold;}



.title8{border-bottom: 1px solid var(--color_border);padding-top: 10px;}
.title8 a{font-size: 18px;lin-height: 30px;position: relative;width: 100%;text-align: center;position: relative;padding: 10px 18px 18px;bottom: -1px;}
.title8 a:after{content: "";display: block;width: 100%;height: 0;background-color: var(--color_zhuti);position: absolute;left: 0;right: 0;bottom: 0;transition: var(--transition_3);opacity: 0;overflow: hidden;max-width: 100px;margin: 0 auto;}
.title8 a:hover{color: var(--color_zhuti);}
.title8 a.active{color: var(--color_zhuti);}
.title8 a:hover:after{height: 3px;opacity: 1;}
.title8 a.active:after{height: 3px;opacity: 1;}
.title8.gbflex .flex-space-around{display: block;}
.title8.gbflex{font-size: 0;text-align: center;}
.title8.gbflex a{display: inline-block;vertical-align: top;width: auto;min-width: 200px;}
.title8 .flex-space-around{margin: 0 auto;}


/*详情页*/
.danye{color:#000;font-size: 15px;line-height: 2; padding-bottom:60px; min-height:400px;}
.danye .topbox{margin-bottom:20px;text-align: center;}
.danye .bt{color: #000;font-size: 22px;padding-bottom: 10px;line-height: 1.6;}
.danye .rq{color: #000;opacity: .6;font-size: 14px;margin-top: -4px;}
.danye .xian{width: 100%;height: 11px;margin-top:16px;;border-top: 1px dashed #000;opacity: .2;}
.danye .img{margin:0 auto 22px auto;display: block;}
.danye .img img{display: block;margin: 0 auto;}
.danye .ditu{height:480px;position: relative;margin:22px auto;border: 1px solid #eee;}
.danye .txtbox{ font-size:16px; line-height:2;}
.danye .txtbox img{ max-width:100% !important; height:auto !important; padding:2px !important;}
.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:991px){
    /*详情页*/
    .danye{font-size: 15px;}
    .danye .topbox{margin-bottom: 16px;}
    .danye .bt{font-size:18px;padding-bottom: 4px;}
    .danye .img{margin:0 auto 18px auto;}
    .danye .ditu{height:360px;margin: 18px auto;}
    .danye .xian{margin-top: 14px;}

    .title8{margin-right: -3px;padding:10px;}
    .title8 .container-fluid{padding: 0;}
    .title8 .flex-space-around{display: block;font-size: 0;text-align: center;}
    .title8 a{font-size: 15px;height: auto;display: inline-block;vertical-align: top;line-height:40px;min-width:calc(25% - 2px);width: auto;padding: 0 8px;margin: 1px!important}
    .title8 a:after{display: none;}
    .title8 a:before{display: none;}
    .title8 a:hover{background-color: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}
    .title8 a.active{background-color: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}
    .title8.gbflex a{min-width: calc(33% - 2px);line-height: 40px;}
}

@media (max-width:767px){
    .title8 a{min-width:calc(33.33% - 2px);}
}




.ny{padding:44px 0 111px;}



.nycp .col-6{margin-bottom: 30px;}
.nycp .list{display: block;background-color: #fff;border: 1px solid #eee;}
.nycp .list .img{padding-top: 75%;position: relative;}
.nycp .list .img img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;transition: var(--transition_3);}
.nycp .list .img video{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;transition: var(--transition_3); object-fit:contain;}
.nycp .list .tt{font-size: 18px;line-height: 56px;padding: 0 70px 0 28px;position: relative;border-top: 1px solid #eee;}
.nycp .list .tt:before{width: 56px;text-align: center;border-left: 1px solid #eee;position: absolute;right: 0;top:0;}
.nycp .list:hover .img img{transform: var(--transform_scale);}
.nycp .list:hover .bjcover{transform: var(--transform_scale);}
.nycp .list:hover .tt{background-color: var(--color_zhuti);color: #fff;}



.nycp.nycase .bjcover{position: relative;}
.nycp.nycase .bjcover:after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .55) url(../images/bofang.png) no-repeat center center;position: absolute;left: 0;top:0;background-size: 56px!important;transition: var(--transition_3);}
.nycp.nycase .list:hover .bjcover:after{background-color: rgba(0, 0, 0, .4);}



/*内页新闻*/
.nyxw .list{margin-bottom:30px;display: block;padding: 14px;border: 1px solid #e9e9e9;}
.nyxw .list .img{width:calc(9% + 156px);float: left;}
.nyxw .list .img .bjcover{height:200px;}
.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: 10px;}
.nyxw .list .tt2{color: #b1b1b1;font-size: 12px;line-height: 28px;}
.nyxw .list .tt3{color: #333333;line-height: 25px;height: 75px;overflow: hidden;}
.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.06);}

/*产品详情*/
.cpxq1 .imgbox{width:50%;float: left;}
.cpxq1 .ttbox{width: 50%;float:right;padding:0 0 0 40px;}
.cpxq1 .swiperxq1{margin-bottom: 12px;position: relative;}

/*铺满需要的样式*/
/*
.cpxq1 .swiper-slide{overflow: hidden;border: 1px solid #ddd;background-color: #fff;border-radius: 8px;cursor: pointer;}
.cpxq1 .swiper-slide .bjcover{height: 450px;}
.cpxq1 .swiperxq2 .swiper-slide{border: 1px solid #e8e8e8;background-color: #fff;overflow: hidden;border-radius: 8px;}
.cpxq1 .swiperxq2 .swiper-slide .bjcover{height: 120px;}
*/

/*img显示全需要的样式*/
.cpxq1 .swiperxq1{border: 1px solid #ddd;border-radius: 8px;overflow: hidden;}
.cpxq1 .swiper-slide{height: 400px;position: relative;background-color: #fff;}
.cpxq1 .swiper-slide img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;max-height:80%;}
.cpxq1 .swiperxq2 .swiper-slide{border: 1px solid #e8e8e8;background-color: #fff;overflow: hidden;border-radius: 8px;height: 120px;}
/*结束*/

.cpxq1 .swiperxq2{position: relative;padding: 0 44px;}
.cpxq1 .swiperxq2 .swiper-slide.swiper-slide.swiper-slide-thumb-active{border-color: var(--color_zhuti);}

.cpxq1 .swiper-button-prev{width:30px;height: 100%;font-size: 26px;text-align: center;color: #666;background: #f0f0f0;left: 0;top:0;margin: 0;border-radius: 8px;}
.cpxq1 .swiper-button-prev:after{font-size: 26px;}
.cpxq1 .swiper-button-prev:hover{background-color:var(--color_zhuti);color: #fff;}
.cpxq1 .swiper-button-next{width:30px;height: 100%;font-size: 26px;text-align: center;color: #666;background: #f0f0f0;right: 0;top:0;margin: 0;border-radius: 8px;}
.cpxq1 .swiper-button-next:after{font-size: 26px;}
.cpxq1 .swiper-button-next:hover{background-color:var(--color_zhuti);color: #fff;}


.cpxq1 .ttbox .tt1{font-size: 30px;color: var(--title_color);border-bottom: 1px solid #eee;padding-bottom:15px;margin-bottom:15px;}
.cpxq1 .ttbox .tt2{font-size: 15px;color: #444;min-height: 240px; line-height:24px;}
.cpxq1 .ttbox .tt2 td{padding: 2px 0;}
.cpxq1 .ttbox .tt2 td:nth-child(1){min-width: 120px;vertical-align: top;}
.cpxq1 .ttbox .tt3{font-size: 0;margin-top: 30px;}
.cpxq1 .ttbox .tt3 .tt4{display: inline-block;vertical-align: top;height: 100px;border: 1px solid #eee;margin-right: 14px;padding: 18px 18px 18px 74px;position: relative;line-height: 1.3;border-radius: 8px;color: #444;font-size: 18px;font-weight: bold;}
.cpxq1 .ttbox .tt3 .tt4 b{font-size: 30px;color: var(--active_color);display: block;font-family: 'Arial';}
.cpxq1 .ttbox .tt3 .tt4 img{display: block;position: absolute;left: 18px;top:25px;}
.cpxq1 .ttbox .tt3 > img{height: 100px;border: 1px solid #eee;border-radius: 5px;}


.cpxq2{margin-top:30px;font-size: 15px;line-height: 1.8;color: #333;overflow: hidden;}
.cpxq2 .top{font-size: 0;margin-bottom: 25px;border-bottom: 1px solid #eee;margin-top: 25px;overflow: hidden;}
.cpxq2 .top span{display: inline-block;vertical-align: top;border-bottom: 4px solid var(--active_color);font-size: 24px;color: #444;font-weight: bold;padding-bottom: 8px;}
.cpxq2 .top span b{color: var(--active_color);}
.cpxq2 .ttbox{padding-bottom: 20px;}


/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){

}
@media (max-width:1199px){

    header nav{width:88%;}
    .main4 .box .list .tt1{font-size: 18px;}
    .main4 .box .list .tt2{font-size: 11px;}
    .main6 .list .tt a:nth-child(n+2){font-size: 15px;}
    footer .list1{padding-right: 2%;}


    .nycp{margin:0 -6px;}
    .nycp .col-6{margin-bottom: 12px;padding: 0 6px;}
    .nycp .list .tt{font-size:15px;line-height:40px;padding: 0 5px;text-align: center;}
    .nycp .list .tt:before{display: none;}
	
	.danye{padding-bottom:40px;}


}
@media (max-width:991px) {
    header .logo{height: 90px;line-height:96px;width: calc(100% - 50px);}
    .banner .swiper-slide img{width:126%;max-width: 126%;margin-left: -13%;}
    .banner .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 3px -4px !important;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 22px;}


    /*pc导航*/
    header nav{display:none;width:100%;float: none;padding:15px 20px;margin:0;position: absolute;right:0;top:100%;z-index:113;background: #fff;box-shadow: 0 2px 10px var(--rgba_hs);overflow-y: auto;}
    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_hover);}
    header nav ul > li.active > a{background: transparent;color: var(--color_hover);}
    header nav ul > li.active > i{color: var(--color_hover);}
    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_hover);}
    header nav .ul a.active{background-color: transparent;color: var(--color_hover);}

   /*移动导航按钮*/
    header .lanmu{width: 30px;font-size: 0;height: 21px;position: absolute;right: 15px;bottom:34px;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;}


    /*头部公用*/
    .main66{padding:40px 0;}
    .title{padding-bottom:26px;}
    .title .div1{font-size:24px;}
    .title .div2 span{font-size:13px;padding: 0 11px;min-width: 100px;}
    .title .div3{font-size: 15px;margin-top: 11px;padding: 0 30px;}


    /*产品中心*/
    .main1 .list .tt{font-size:15px;line-height:40px;padding: 0 5px;text-align: center;}
    .main1 .list .tt:before{display: none;}


    /*关于我们*/
    .main2 .box1 .bjcover{width: 100%;height: auto;padding-top: 58%;}
    .main2 .box1 .tt{width: 100%;padding:25px 20px;}
    .main2 .box1 .tt .tt1{font-size: 20px;}
    .main2 .box1 .tt .tt2{line-height:28px;height: auto;-webkit-line-clamp: 8;margin-top: 8px;max-height: 224px;}
    .main2 .box1 .tt .tt3{margin-top: 14px;}
    .main2 .box2{padding: 15px;display: block;font-size: 0;}
    .main2 .box2 div{padding:10px 10px 10px 40px;font-size: 15px;width: 50%;display: inline-block;vertical-align: top;max-width: 100%;line-height: 22px;}
    .main2 .box2 div span{font-size: 28px;height: max-content;;font-family: 'Impact';line-height: 1.2;color: var(--color_zhuti);height: auto;top:16px;}
    .main2 .box2 i{display: none;}



    /*客户案例*/
    .main3 .box .list .tt{font-size: 15px;text-align:center;padding: 0 5px;}
    .main3 .box .list .tt i{display: none;}


    /*解决方案*/
    .main4 .box .list{width: calc(50% - 10px);}
    .main4 .box .list .img{height: 100px;line-height: 100px;}
    .main4 .box .list .tt{padding: 15px 5px;margin-top: -1px;}
    .main4 .box .list .tt1{font-size: 15px;font-weight: normal;}
    .main4 .box .list .tt2{font-size: 11px;}
    .main4 .box .list:hover{top:0;}
    .main4 .box .list:nth-last-child(1){width: calc(100% - 10px);}

    /*视频展示*/
    .main5 .list .bjcover i{font-size: 34px;}
    .main5 .list .tt{font-size: 15px;line-height: 44px;}

    /*新闻中心*/
    .main6 .row{margin-top: -20px;}
    .main6 .list{box-shadow: 0 0 11px var(--rgba_hs);margin-top: 20px;}
    .main6 .list .tt a{line-height: 40px!important}



    footer .box2{padding: 20px 15px;font-size: 13px;}
    footer .top{font-size: 20px;padding-bottom:10px;}
    footer .list1{width: 100%;padding: 0;}
    footer .list1 .tt1{display:none;}
    footer .ss{display: none !important;}
    footer .list1 .tt2{font-size: 15px;line-height:30px;min-height:inherit;margin-top: 0;padding: 0;}
    footer .list2{width: 100%;margin-top:30px;text-align: left;border: 0;padding: 0;}
    footer .list2 a{display: inline-block;vertical-align: top;font-size: 14px;line-height: 24px;padding:4px 20px 4px 0;}
    footer .list3{width:100%;margin:20px 0 0;}
    footer .list3 form input{font-size: 14px;padding: 0 15px;line-height: 44px;height: 44px;margin-bottom: 10px;}
    footer .list3 form textarea{line-height:24px;height:92px;margin-bottom: 10px;font-size: 14px;padding:10px 15px;}
    footer .list3 form button{line-height: 40px;height: 40px;font-size:15px;}


    /*产品详情*/
    .cpxq1 .imgbox{float:none;width: 600px;max-width: 100%;margin: 0 auto;}
    .cpxq1 .ttbox{width: 100%;float:none;padding:30px 0 0;}
    /*显示全需要的样式*/
    .cpxq1 .swiper-slide{padding-top: 72%;height: auto!important;}
    .cpxq1 .swiperxq2 .swiper-slide{padding-top: 36%;}


    /*铺满需要的样式*/
/*    .cpxq1 .swiper-slide .bjcover{height:auto;padding-top: 80%;}*/
/*    .cpxq1 .swiperxq2 .swiper-slide .bjcover{height:auto;padding-top: 80%;}*/

    .cpxq1 .swiperxq2{padding: 0 30px;}
    .cpxq1 .swiper-button-prev{width: 24px;}
    .cpxq1 .swiper-button-next{width: 24px}
    .cpxq1 .swiper-button-prev:after{font-size: 16px;}
    .cpxq1 .swiper-button-next:after{font-size: 16px;}


    .cpxq1 .ttbox .tt1{font-size: 22px;padding-bottom:14px;margin-bottom:14px;}
    .cpxq1 .ttbox .tt2{font-size: 15px;min-height:inherit;}
    .cpxq1 .ttbox .tt2 td:nth-child(1){min-width: 110px;}

    .cpxq1 .ttbox .tt3 .tt4{margin-right: 10px;font-size: 15px;font-weight: normal;padding: 15px 15px 15px 60px;height: auto;}
    .cpxq1 .ttbox .tt3 .tt4 b{font-size: 22px;font-weight: bold;}
    .cpxq1 .ttbox .tt3 .tt4 img{left: 15px;top:20px;width:40px;}

    .cpxq2{margin-top:20px;}
    .cpxq2 .top{margin-bottom: 15px;margin-top:20px;;}
    .cpxq2 .ttbox{font-size: 15px;padding-bottom: 22px;}

}

@media (max-width:767px) {
    .ny{padding:33px 0 66px;}
    /*客户案例*/
    .main3 .box{margin: -12px -6px 0;}
    .main3 .box .list{display: block;width: calc(50% - 12px);margin:12px 6px 0;}
    .main3 .box .list:nth-child(1){width: calc(100% - 20px);}
    .main3 .box .list .tt{font-size: 15px;line-height: 44px;}
    .main3 .box .list:nth-child(1) .tt{font-size: 15px;line-height: 44px;}

    .nybanner{padding: 9% 15px 6%;}
    .nybanner .tt1{font-size: 24px;f}
    .nybanner .tt2{font-size: 16px;padding: 8px 0;line-height: 26px;}
    .nybanner .tt2 span{font-size:40px;top:-4px;}
	.danye{padding-bottom:30px;}

}
@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: 66%;}
    .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;}
    

}

@media (max-width:479px) {
    .danye .ditu{height:300px;}

    
}
 /*手机底部*/
@media (max-width:991px) {
    footer{margin-bottom: 51px;}
    .sjdibu{height:50px;background:var(--color_zhuti);position:fixed; bottom:0; left:0; z-index:113; border-top:solid 1px #fff;width: 100%;text-align: center;font-size: 0;}
    .sjdibu .box1 a{display: inline-block;vertical-align: top;color: #fff;padding: 5px;}
    .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:51px; 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;} 
}

