/*全局样式*/
@charset "utf-8";
body {font:14px/1.6 "微软雅黑",黑体,"AlibabaPuHuiTi", "Arial", "Impact";color: #222;-webkit-text-size-adjust: 100%;background-color: #fff;overflow-x: hidden;min-width: 320px;letter-spacing: .6px;}
.container-fluid {
    max-width:1430px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #003B90;
    --color_hover: #00add9;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}

body{padding-top:100px;}
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 .container-fluid{max-width: 1810px!important;}
header .box{display: flex;justify-content: space-between;align-items: center;}
header .logo{height: 100px;font-size: 0;margin-right:22px;display: flex;align-items: center;}
header .logo img{max-height:60%;}

header .txt1{font-size: 20px;border-radius: 88px;color:#fff;padding: 0 20px;height: 44px;display: flex;align-items: center;flex-shrink: 0;justify-content: center;background: var(--color_zhuti);background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));letter-spacing: normal;}
header .txt1:before{display: block;margin-right: 6px;}

header .txt2{font-size: 26px;color: #777;font-weight: bold;cursor: pointer;margin-right: 10px;flex-shrink: 0;}
header .txt2:hover{color: var(--color_zhuti);}


header nav{width:80%;max-width:1420px;}
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;width: 100%;max-width: 140px;}
header nav ul li:after{content: "";width: 100%;height: 100%;background: var(--color_zhuti);background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));position: absolute;left: 0;top: 0;z-index: 1;transition: all .3s;opacity: 0;}
header nav ul li > a{display:block;line-height: 100px;font-size:20px;position: relative;z-index: 2;}
header nav ul li > i{display: none;}
header nav ul li:hover:after{opacity: 1;}
header nav ul li:hover > a{color: #fff;}
header nav ul li.active:after{opacity: 1;}
header nav ul li.active > a{color: #fff;}


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:24px;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;}
    /*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;}


/*搜索*/
#formbox{display:none;position:fixed;left: 0;width: 100%;z-index: 114;background:rgba(0, 0, 0, .6);top:0;height:100vh;}
#formbox form{width: 740px;margin:0 auto;max-width:92%;display: flex;border-bottom: 1px solid #fff;position: absolute;left: 0;right: 0;top: 50%;margin-top: -30px;}
#formbox form input{font-size:22px;color: #222;border: 0;height:70px;background: transparent;padding: 0 0 0 20px;width: calc(100% - 60px);color: #fff;}
#formbox form button{width: 60px;float: right;background:transparent;font-size:33px;height: 70px;border: 0;color: #fff;}
#formbox form button:hover{color: var(--color_zhuti);}
#formbox .gb{position: absolute;right: 30px;top: 30px;font-size: 36px;color: #fff;}
#formbox .gb:hover{color:red;transform:rotate(90deg);cursor: pointer;}
@media (max-width:991px) {
    /*搜索*/
    #formbox{padding:50px 15px 0;}
    #formbox #form_close{font-size: 30px;right: 6px;top:11%;}
    #formbox form input{font-size:15px;padding: 0 15px;width: calc(100% - 60px);height:54px;border-width: 1px;}
    #formbox form button{width: 60px;font-size: 24px;height: 54px;border-width: 1px;}
}


.main88{padding-top: 82px;padding-bottom: 82px;}
.title{text-align: center;padding-bottom: 44px;font-size: 40px;line-height: 50px;letter-spacing:4px;}
.title b{display: block;font-size: 0;line-height: 0;letter-spacing: normal;padding-bottom: 2px;}
.title b span{display: inline-block;font-size: 24px;text-transform: uppercase;line-height: 30px;
    background-image: linear-gradient(to right, var(--color_zhuti),var(--color_hover));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

/*上海众发为客户提供*/
.title2{font-size: 30px;line-height: 40px;color: #303030;letter-spacing: 2px;padding-bottom: 40px;text-align: center;}
.title2 b{display: block;font-size: 40px;line-height: 50px;color: var(--color_zhuti);padding-bottom:8px;font-weight: normal;}



.main1 .box{display: flex;justify-content: center;margin:-20px -10px 0;}
.main1 .box .list{display: block;width: calc(25% - 20px);margin: 20px 10px 0;background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .06);padding: 50px 34px;overflow: hidden;position: relative;}
.main1 .box .list:after{content: "";width: 100%;height: 100%;background: var(--color_zhuti);background: linear-gradient(to top, var(--color_zhuti), var(--color_hover)); position: absolute;left: 0;top: 0;z-index: 1;opacity: 0;transition: all .3s;}
.main1 .box .list .tt{position: relative;z-index: 3;}
.main1 .box .list .tt1{position: absolute;left: 30px;bottom: -48px;font-size: 150px;line-height: 1;color: rgba(0, 0, 0, .06);z-index: 2;font-weight: bold;}
.main1 .box .list .tt2{display: flex;align-items: center;height: 50px;}
.main1 .box .list .tt2 img{max-height: 100%;}
.main1 .box .list .tt3{font-size: 24px;margin-top: 20px;line-height: 34px;letter-spacing: 1px;}
.main1 .box .list .tt4{font-size: 16px;color: #676767;margin-top: 12px;-webkit-line-clamp: 6;min-height: 9.6em;letter-spacing: normal;}

.main1 .box .list.active:after{opacity: 1;}
.main1 .box .list.active .tt1{color: rgba(255, 255, 255, .1);}
.main1 .box .list.active .tt2 img{filter: brightness(0) invert(1);}
.main1 .box .list.active .tt3{color: #fff;}
.main1 .box .list.active .tt4{color: #fff;}



.ny{background: #F4F4F4;}
.nybox{display: flex;justify-content: space-between;gap: 24px;}
.nybox .zuo{width: 288px;height: fit-content;box-shadow: 0 0 11px rgba(0, 0, 0, .06);}
.nybox .zuo a{display: block;font-size: 18px;line-height: 64px;background: #fff;border:1px solid #eee;margin-top: -1px;z-index: 1;position: relative;}
.nybox .zuo a:after{content: "";width: 100%;height: 100%;background: var(--color_zhuti);background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));position: absolute;left: 0;top: 0;z-index: 1;opacity: 0;transition: all .3s;}
.nybox .zuo a div{position: relative;z-index: 2;transition: all .3s;padding: 0 56px 0 35px;}
.nybox .zuo a div span{font-size: 120%;position: absolute;right: 20px;top: 0;color: #888;transition: all .3s;}
.nybox .zuo a:hover{background: var(--color_zhuti);color: #fff;}
.nybox .zuo a:hover div{color: #fff;}
.nybox .zuo a:hover div span{color: #fff;}
.nybox .zuo a:hover:after{width: 100%;opacity: 1;}
.nybox .zuo a.active{background: var(--color_zhuti);color: #fff;}
.nybox .zuo a.active div{color: #fff;}
.nybox .zuo a.active div span{color: #fff;}
.nybox .zuo a.active:after{width: 100%;opacity: 1;}


.nybox .you{height: fit-content;width: calc(100% - 288px);}


.nycp{display: flex;flex-wrap: wrap;margin: 0 -8px;}
.nycp .list{display: block;width: calc(33.33% - 16px);background: #fff;padding: 5px;margin: 0 8px 16px;box-shadow: 0 0 11px rgba(0, 0, 0, .03);}
.nycp .list .bjcover{padding-top: 80%;}
.nycp .list .tt{font-size: 18px;line-height: 66px;text-align: center;}
.nycp .list:hover .bjcover{transform: var(--transform_scale);}
.nycp .list:hover .tt{background: var(--color_zhuti);color: #fff;}

/*产品中心*/
.main2{background: #F4F4F4;}
.main2 .nycp{margin-top: -16px;}
.main2 .nycp .list{margin-bottom: 0;margin-top: 16px;}


/*六大行业应用*/
.main3{position: relative;overflow: hidden;}
.main3 .imgbj{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.main3 .imgbj .bjcover{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.main3 .imgbj .bjcover.active{z-index: 2;}
.main3 .top{position: absolute;font-size: 30px;line-height: 40px;text-align: center;padding:96px 15px 44px;z-index: 5;width: 100%;color: #fff;letter-spacing: 1px;}
.main3 .top b{display: block;font-size: 44px;line-height: 54px;padding-bottom: 4px;letter-spacing: 3px;}

.main3 .box{display: flex;position: relative;z-index: 4;}
.main3 .box .list{display: block;width: 100%;font-size: 30px;color: #fff;text-align: center;padding: 366px 0 66px;}
.main3 .box .list .img{height: 122px;width: 122px;border-radius: 50%;border: 1px solid rgba(255, 255, 255, .6);display: flex;align-items: center;justify-content: center;margin:0 auto 20px;}
.main3 .box .list .img img{max-height: 50%;}
.main3 .box .list:nth-child(n+2){border-left: 1px solid rgba(255, 255, 255, .3);}
.main3 .box .list:hover{background: rgba(0, 0, 0, .44);}
.main3 .box .list.active{background: rgba(0, 0, 0, .44);}


.more{display: flex;align-items: center;justify-content: center;height: 46px;padding: 0 26px;justify-content: center;width: fit-content;font-size: 16px;background: #fff;border-radius: 88px;margin-top: 40px;}
.more span{display: block;font-size: 130%;margin-left: 8px;}
.more:hover{background: var(--color_hover);color: #fff;}


/*关于众发*/
.main4{background: var(--color_zhuti);}
.main4 .box{display: flex;justify-content: space-between;}
.main4 .box .zuo{width: 50%;padding: 30px 50px 30px 0;}
.main4 .box .zuo .title{text-align: left;color: #fff;}
.main4 .box .zuo .title b span{color: var(--color_hover);}
.main4 .box .zuo .tt{font-size: 16px;color: #fff;letter-spacing: normal;margin-top: -18px;}
.main4 .box .you{width: 50%;border-radius: 33px;overflow: hidden;height: fit-content;}
.main4 .box .you .bjcover{padding-top:74%;}


/*众发优势*/
.main5 .top{margin-bottom: 44px;display: flex;justify-content: center;}
.main5 .top .div{width: 100%;cursor: pointer;display: block;text-align: center;font-size: 26px;line-height: 36px;padding: 10px 10px 30px;border-bottom: 3px solid #E4E4E4;position: relative;}
.main5 .top .div .img{height: 50px;display: flex;align-items: center;justify-content: center;margin-bottom: 14px;}
.main5 .top .div .img img{max-height: 100%;filter: brightness(0) invert(.8);transition: all .3s;}
.main5 .top .div:after{content: "";width: 0;height: 3px;background: var(--color_zhuti);position: absolute;left: 0;bottom: -3px;opacity: 0;transition: all .3s;}
.main5 .top .div:hover{color: var(--color_zhuti);}
.main5 .top .div.active{color: var(--color_zhuti);}
.main5 .top .div:hover:after{width: 100%;opacity: 1;}
.main5 .top .div:hover .img img{filter: brightness(1) invert(0);}
.main5 .top .div.active .img img{filter: brightness(1) invert(0);}
.main5 .top .div.active:after{width: 100%;opacity: 1;}


.main5 .list{display: flex;justify-content: space-between;}
.main5 .list .img{width: 46%;}
.main5 .list .img .bjcover{height: 450px;}
.main5 .list .tt{width: 54%;position: relative;padding:36px 0 70px 100px;}
.main5 .list .tt .tt1{width: 148px;height: 170px;display: flex;align-items: center;justify-content: center;background: url(../images/xxx.png) no-repeat center center/contain;position: absolute;left: -74px;top: 0;bottom: 0;margin: auto 0;}
.main5 .list .tt .tt1 img{filter: brightness(0) invert(1);}
.main5 .list .tt .tt2{font-size: 36px;line-height: 46px;}
.main5 .list .tt .tt3{font-size: 18px;color: #6a6a6a;margin-top: 22px;line-height: 30px;height:240px;overflow: hidden;}

.main5 .lb5{position: relative;}
.main5 .swiper-button-prev{font-size:17px;color: #777;font-weight: bold;width: 44px;border: 2px solid #777;border-radius: 50%;height: 44px;display: flex;align-items: center;justify-content: center;line-height: 1;position: absolute;left: calc(46% + 100px);bottom: 22px;top: auto;margin: 0;right: auto;}
.main5 .swiper-button-next{font-size:17px;color: #777;font-weight: bold;width: 44px;border: 2px solid #777;border-radius: 50%;height: 44px;display: flex;align-items: center;justify-content: center;line-height: 1;position: absolute;left: calc(46% + 166px);bottom: 22px;top: auto;margin: 0;right: auto;}
.main5 .swiper-button-prev:hover{background: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}
.main5 .swiper-button-next:hover{background: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}


/*工程案例*/
.main6{background: #F6F6F6;}
.main6 .list{display: block;position: relative;}
.main6 .list .bjcover{padding-top: 74%;}
.main6 .list .img{position: relative;z-index: 1;}
.main6 .list .tt{position: absolute;left: 0;width: 100%;bottom: 0;padding: 28px 15px;font-size: 24px;color: #fff;z-index:3;text-align: center;}
.main6 .list:after{content: "";width: 100%;height: 100%;background: linear-gradient(to top, rgba(0, 59, 144, 1),rgba(0, 59, 144, .1),rgba(0, 59, 144, .1));position: absolute;left: 0;top: 0;z-index: 2;}
.main6 .list:hover .bjcover{transform: var(--transform_scale);}



.title.titlebs{color: #fff;}


/*视频展示*/
.main7 .list{display: block;position: relative;}
.main7 .list .bjcover{padding-top:74%;}
.main7 .list .img{position: relative;z-index: 1;}
.main7 .list .tt{position: absolute;left: 0;width: 100%;bottom: 0;padding: 28px 15px;font-size: 66px;color: rgba(255,255,255,.77);z-index:3;text-align: center;height: 100%;display: flex;justify-content: center;align-items: center;}
.main7 .list:after{content: "";width: 100%;height: 100%;background:rgba(0, 0, 0, .4);position: absolute;left: 0;top: 0;z-index: 2;}
.main7 .list:hover .bjcover{transform: var(--transform_scale);}


.main7 .list video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;z-index: -1;}
.main7 .list.active video{z-index: 99;}


.lb7{padding-bottom:60px;position: relative;}
.lb7 .swiper-pagination span{width: 12px;height: 12px;background:#50586F;margin: 0 10px -11px!important;opacity: 1;}
.lb7 .swiper-pagination span.swiper-pagination-bullet-active{background: #fff;}

/*新闻资讯*/
.main8 .box{display: flex;justify-content: space-between;}
.main8 .box .list{display: flex;width: 400px;}
.main8 .box .list .img{flex: 1;display: none;}
.main8 .box .list .tt{width:400px;padding: 54px 40px;border: 1px solid #ddd;}
.main8 .box .list:nth-child(1){flex: 1;}
.main8 .box .list:nth-child(2) .tt{border-left: 0;}
.main8 .box .list:nth-child(1) .img{display: block;}
.main8 .box .list:nth-child(1) .img .bjcover{height: 100%;}
.main8 .box .list .tt1{font-size: 16px;color: #ccc;line-height: 1.2;}
.main8 .box .list .tt1 b{display: block;font-size: 50px;}
.main8 .box .list .tt2{font-size: 22px;margin-top: 26px;}
.main8 .box .list .tt3{font-size: 15px;color: #888;margin-top: 14px;-webkit-line-clamp: 5;min-height:8em;}
.main8 .box .list .tt4{width: 44px;height: 44px;display: flex;align-items: center;justify-content: center;line-height: 1;border: 1px solid #bbb;border-radius: 50%;font-size: 16px;color: #aaa;margin-top: 28px;}
.main8 .box .list:hover{background: var(--color_zhuti);}
.main8 .box .list:hover .bjcover{transform: var(--transform_scale);}
.main8 .box .list:hover .tt{border-color: var(--color_zhuti);}
.main8 .box .list:hover .tt .tt1{color: #fff;}
.main8 .box .list:hover .tt .tt2{color: #fff;}
.main8 .box .list:hover .tt .tt3{color: #fff;}
.main8 .box .list:hover .tt .tt4{color: #444;background: #fff;border-color: #fff;}
.main8 .box .list:nth-child(n+3){display: none;}

/*累计服务超千家企业*/
.main9{background: #F7F7F7;}
.main9 .lb9{padding: 0 15px;margin-bottom: -11px!important;}
.main9 .list{height: 100px;display: flex;align-items: center;justify-content: center;border: 2px solid transparent;}
.main9 .list img{max-height: 80%;max-width: 80%;transition: all .3s;}
.main9 .list:hover{border-color: var(--color_zhuti);padding: 4px;}


footer{color: rgba(255, 255, 255, .77);}
footer .box2{color: rgba(255, 255, 255, .6);text-align: center;border-top: 1px solid rgba(255, 255, 255, .3);padding: 30px 0;}
footer .box{display: flex;justify-content: space-between;padding: 50px 0 40px;}
footer .box .zuo{}
footer .box .zuo .tt1 img{display: block;height: 48px;}
footer .box .zuo .tt2 span{font-size: 18px;color: #fff;display: flex;align-items: center;line-height: 1.3;margin-top:22px;}
footer .box .zuo .tt2 span img{display: block;margin-right: 8px;}
footer .box .zuo .tt2 b{font-size: 28px;display: block;color: #fff;}
footer .box .zuo .tt3{font-size: 20px;color: #fff;display: flex;justify-content: space-between;margin: 8px 0;}
footer .box .zuo .tt3 .tt4:nth-child(2){margin-left: 20px;}
footer .box .zuo .tt5{font-size: 16px;line-height: 1.8;}

footer .box .ul{margin-left: 10px;min-width: 98px;}
footer .box .ul a{display: block;font-size: 16px;padding-bottom:4px;}
footer .box .ul a:nth-child(1){font-size: 20px;padding-bottom:12px;color: #fff;}
footer .box .ul a:nth-child(n+2):hover{color: #fff;text-decoration: underline!important;}
footer .box .img{width: 144px;text-align: center;}
footer .box .img img{display: block;width: 100%;margin: 0 auto 8px;}


.nybanner{height: 450px;display: flex;align-items: end;}
.nybanner .div{background: var(--color_zhuti);width: fit-content;padding: 0 60px 0 0;border-radius: 0 88px 0 0;position: relative;}
.nybanner .div1{font-size: 40px;line-height:50px;color: #fff;position: relative;z-index: 6;background: var(--color_zhuti);padding: 40px 0 0;border-radius: 0 88px 0 0;}
.nybanner .div2{font-size: 26px;line-height: 1.3;text-transform: uppercase;color: rgba(255, 255, 255, .2);font-weight: bold;padding: 8px 0 40px 0;z-index: 6;position: relative;background: var(--color_zhuti);}
.nybanner .div3{width:666px;height: 100%;background: var(--color_zhuti);position: absolute;right: 100%;top: 0;z-index: 2;}
.nybanner .div4{width:888px;height: 100%;background: var(--color_hover);position: absolute;right: 120px;top: -26px;border-radius:inherit;z-index: 1;}



.ny{padding:60px 0 88px;}
/*详情页*/
.danye{font-size: 16px;line-height: 1.8;background: #fff;padding: 30px;box-shadow: 0 0 11px rgba(0, 0, 0, .03);}
.danye .topbox{margin-bottom:20px;}
.danye .bt{color: #000;font-size:24px;padding-bottom: 10px;line-height: 1.4;}
.danye .rq{color: #888;font-size: 14px;margin-top: -4px;}
.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}
.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;}

@media (max-width:767px){
    /*详情页*/
    .danye{font-size: 14px;line-height: 1.8;padding: 20px;}
    .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;}

    .ny{padding:35px 0 50px;}
}


.nyvideo{display: flex;flex-wrap: wrap;margin: 0 -8px;}
.nyvideo .list{display: block;width: calc(50% - 16px);background: #fff;padding: 5px;margin: 0 8px 16px;box-shadow: 0 0 11px rgba(0, 0, 0, .03);position: relative;}
.nyvideo .list .bjcover{padding-top:74%;}
.nyvideo .list .img{position: relative;z-index: 1;}
.nyvideo .list video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;z-index: -1;}
.nyvideo .list .tt{position: absolute;left: 0;width: 100%;bottom: 0;padding: 28px 15px;font-size: 66px;color: rgba(255,255,255,.77);z-index:3;text-align: center;height: 100%;display: flex;justify-content: center;align-items: center;}
.nyvideo .list:after{content: "";width: 100%;height: 100%;background:rgba(0, 0, 0, .4);position: absolute;left: 0;top: 0;z-index: 2;}
.nyvideo .list:hover .bjcover{transform: var(--transform_scale);}
.nyvideo .list.active video{z-index: 99;}





/*内页新闻*/
.nyxw2{margin-top: -16px;padding-bottom: 22px;}
.nyxw2 .list{display:flex;justify-content: space-between;position: relative;padding: 35px 0;border-bottom: 1px solid #e5e5e5;flex-direction: row-reverse;}
.nyxw2 .list .tt{width:calc(82% - 80px);padding: 10px 50px 10px 180px;position: relative;}
.nyxw2 .list .tt1{font-size: 20px;color: #222;transition: all .3s;font-weight: bold;padding-bottom: 15px;margin-bottom: 15px;position: relative;}
.nyxw2 .list .tt1:after{content: "";width: 30px;height: 1px;background: #000;position: absolute;left: 0;bottom: 0;}
.nyxw2 .list .tt3{font-size: 15px;color: #888;line-height: 28px;height: 56px;overflow: hidden;min-height: inherit;min-height: 56px;}
.nyxw2 .list .tt4{font-size: 13px;color: #ccc;display: inline-block;line-height: 26px;padding: 0 15px;text-align: center;font-family: 'Arial';background: #5d5d5d;margin-top: 22px;text-transform: uppercase;transition: all .3s;position: relative;}
.nyxw2 .list .tt4:before{width: 26px;height: 26px;border-left: 1px solid #fff;display: flex;align-items: center;justify-content: center;position: absolute;left: 100%;top:0;background: #5d5d5d;}
.nyxw2 .list .tt2{line-height:24px;font-size: 14px; position: absolute;left:30px;top:14px;color: #999;text-align: right;}
.nyxw2 .list .tt2 b{font-size:22px;color: #000;display: block;line-height: 34px; margin:0 auto 2px auto}
.nyxw2 .list .tt2 i{display: none;}
.nyxw2 .list .img{border-radius:6px;width:calc(18% + 80px);}
.nyxw2 .list .img .bjcover{height: 100%;}
.nyxw2 .list:hover .img .bjcover{transform:scale(1.06);}
.nyxw2 .list:hover .tt1{color: var(--color_zhuti);}
.nyxw2 .list:hover .tt4{color: #fff;background: var(--color_zhuti);border-color: var(--color_zhuti);}
.nyxw2 .list:hover .tt4:before{color: #fff;background: var(--color_zhuti);}
@media (max-width:1199px) {
    .nyxw2 .list .tt{padding-left:100px;}
    .nyxw2 .list .tt2{left: 0;}
}
@media (max-width:991px) {
    .nyxw2 .list .tt{padding-right:30px;}
    .nyxw2 .list .tt1{font-size: 20px;line-height: 30px;}
    .nyxw2 .list .tt4{margin-top: 16px;}
}
@media (max-width:767px) {
    .nyxw2 .list{padding:25px 0}
    .nyxw2 .list .img{right: 0;height: 154px;top:29px;}
    .nyxw2 .list .tt{padding: 4px 30px 0 0;}
    .nyxw2 .list .tt1{padding: 0;margin: 0 0 3px;font-size: 18px;}
    .nyxw2 .list .tt1:after{display: none;}
    .nyxw2 .list .tt2{line-height:24px;font-size: 13px; position: relative;left: auto;width: 100%; top:auto;color: #999; text-align:left}
    .nyxw2 .list .tt2 b{font-size:13px;color: #999;display: inline;line-height: inherit; border-bottom:0; width:auto; margin:auto;font-weight: normal;}
    .nyxw2 .list .tt2 i{display:inline;}
    .nyxw2 .list .tt3{margin-top: 5px;font-size: 14px;line-height: 24px;height: 48px;min-height: 48px;}
    .nyxw2 .list .tt4{margin-top: 14px;}
    
}

@media (max-width:600px) {
    .nyxw2{padding:0;margin-top: 0;}
    .nyxw2 .list{padding: 0 0 25px;margin-bottom: 25px;flex-wrap: wrap;}
    .nyxw2 .list .tt{width: 100%;padding: 0;}
    .nyxw2 .list .tt1{font-size: 18px;}
    .nyxw2 .list .tt3{font-size: 14px;height: auto;max-height: initial;line-height: 1.6;-webkit-line-clamp: 3;}
    .nyxw2 .list .img{position: relative;right: auto;top:auto;width: 100%;height: auto;margin-bottom: 16px;}
    .nyxw2 .list .img .bjcover{height: auto;padding-top: 50%;}
}








/*产品详情*/
.cpxq1{display: flex;justify-content: space-between;}
.cpxq1 .imgbox{width:44%;}
.cpxq1 .ttbox{width:56%;padding:0 0 0 40px;}
.cpxq1 .swiperxq1{margin-bottom: 12px;position: relative;}

/*铺满需要的样式*/
.cpxq1 .swiper-slide{overflow: hidden;border: 1px solid #ddd;background-color: #fff;cursor: pointer;}
.cpxq1 .swiper-slide .bjcover{height:380px;}
.cpxq1 .swiperxq2 .swiper-slide{border: 1px solid #e8e8e8;background-color: #fff;overflow: hidden;}
.cpxq1 .swiperxq2 .swiper-slide .bjcover{height:86px;}

/*img显示全需要的样式*/
/*.cpxq1 .swiperxq1{border: 1px solid #ddd;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%;max-width: 80%;}
.cpxq1 .swiperxq2 .swiper-slide{border: 1px solid #e8e8e8;background-color: #fff;overflow: hidden;height: 100px;}*/
/*结束*/
.cpxq2 .ttbox .tt{display: none;}
.cpxq2 .ttbox .tt.active{display: block;}
.cpxq1 .swiperxq2{position: relative;padding: 0 40px;}
.cpxq1 .swiperxq2 .swiper-slide.swiper-slide.swiper-slide-thumb-active{border-color: var(--color_zhuti);}

.cpxq1 .swiper-button-prev{width:30px;height: 100%;text-align: center;color: var(--color_zhuti);background: #ccc;left: 0;top:0;margin: 0;}
.cpxq1 .swiper-button-prev:after{font-size: 20px;}
.cpxq1 .swiper-button-prev:hover{background-color:var(--color_zhuti);color: #fff;}
.cpxq1 .swiper-button-next{width:30px;height: 100%;text-align: center;color: var(--color_zhuti);;background: #ccc;right: 0;top:0;margin: 0;}
.cpxq1 .swiper-button-next:after{font-size: 20px;}
.cpxq1 .swiper-button-next:hover{background-color:var(--color_zhuti);color: #fff;}

.cpxq1 .ttbox .tt1{font-size: 26px;color: var(--title_color);border-bottom: 1px solid #ccc;padding:10px 0 22px 0;margin-bottom:20px;line-height: 34px;}
.cpxq1 .ttbox .tt2{font-size: 15px;color: #444;overflow-y: auto;line-height: 1.66;min-height: 225px;}
.cpxq1 .ttbox .tt2 td{padding: 2px 0;}
.cpxq1 .ttbox .tt2 td:nth-child(1){min-width: 120px;vertical-align: top;}
.cpxq1 .ttbox .tt3{background: var(--color_zhuti);font-size: 24px;color: #fff;padding: 0 22px;height:62px;display: flex;align-items: center;margin-top: 30px;width: fit-content;}
.cpxq1 .ttbox .tt3:before{font-size:120%;padding-right: 11px;}

.cpxq2{margin-top:40px;font-size: 15px;line-height: 1.8;color: #444;overflow: hidden;}
.cpxq2 .top2{display: flex;margin-bottom: 18px;border-bottom: 1px solid #ddd;padding-bottom:18px;}
.cpxq2 .top2 a{display: block;padding: 0;font-size: 19px;line-height:28px;font-weight: bold;}


@media (max-width:1199px){
    /*产品详情*/
    .cpxq1{flex-wrap: wrap;}
    .cpxq1 .imgbox{width: 100%;max-width: 100%;margin: 0 auto;}
    .cpxq1 .ttbox{width: 100%;padding:18px 0 0;}
    /*显示全需要的样式*/
    /*.cpxq1 .swiper-slide{padding-top: 66%;height: auto!important;}*/
    /*.cpxq1 .swiperxq2 .swiper-slide{padding-top: 33%;}*/

    /*铺满需要的样式*/
    .cpxq1 .swiper-slide .bjcover{height:auto;padding-top:66%;}
    .cpxq1 .swiperxq2 .swiper-slide .bjcover{height:auto;padding-top: 66%;}

    .cpxq1 .swiperxq2{padding: 0 30px;}
    .cpxq1 .swiper-button-prev{width: 24px;}
    .cpxq1 .swiper-button-next{width: 24px}
    .cpxq1 .swiper-button-prev:after{font-size: 14px;}
    .cpxq1 .swiper-button-next:after{font-size: 14px;}


    .cpxq1 .ttbox .tt1{font-size: 19px;padding-bottom:14px;margin-bottom:16px;line-height: 28px;}
    .cpxq1 .ttbox .tt2{font-size: 15px;min-height:inherit;height: auto;}
    .cpxq1 .ttbox .tt2 td:nth-child(1){min-width: 110px;}

    .cpxq1 .ttbox .tt3{margin-top:18px;font-size: 20px;padding: 0 16px;height: 50px;}


    .cpxq2{margin-top:30px;font-size: 14px;}
    .cpxq2 .top2{margin-bottom: 20px;padding-bottom: 11px;margin-bottom: 11px;}
    .cpxq2 .top2 a{padding:0;font-size: 17px;}

}





/*background: var(--color_zhuti);background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));  */

/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){
    header nav ul li > a{font-size: 17px;}

}
@media (max-width:1199px){
    .nycp .list{width: calc(50% - 16px);}
    .main8 .box .list .img{flex: 1;display: none;}
    .main8 .box .list{width:340px;;}
    .main8 .box .list .tt{width:340px;;}

}
@media (max-width:991px) {
    body{letter-spacing: normal;padding-top: 84px;}
    header .logo{height: 84px;}
    header .logo img{max-height: 50%;}
    .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%;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;width: 100%;}
    header nav ul > li{display:block;width:100%;text-align: left;padding: 0 40px 0 0;border-bottom: 1px solid #f6f6f6;position: relative;max-width: 100%;}
    header nav ul > li > a{display:block; color: #333;font-size:15px;padding:0 0 0 10px;line-height:50px;}
    header nav ul > li:after{display: none;}
    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:32px;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: 40px;padding-bottom: 40px;}
    .title{padding-bottom: 20px;font-size: 22px;line-height:30px;letter-spacing:2px;}
    .title b{padding-bottom: 0;}
    .title b span{font-size: 18px;line-height: 24px;}

    .title2{font-size: 16px;line-height: 26px;letter-spacing: 1px;padding-bottom: 24px;}
    .title2 b{font-size:22px;line-height: 32px;padding-bottom:4px;}

    /*上海众发为客户提供*/
    .main1 .box{margin:-12px -6px 0;flex-wrap: wrap;}
    .main1 .box .list{width: calc(50% - 12px);margin: 12px 6px 0;box-shadow: none;border: 1px solid #eee;padding:28px 20px;}
    .main1 .box .list .tt1{left: 20px;bottom: -16px;font-size:66px;}
    .main1 .box .list .tt2{height: 30px;}
    .main1 .box .list .tt3{font-size: 18px;margin-top:11px;line-height: 28px;;}
    .main1 .box .list .tt4{font-size: 14px;margin-top: 5px;min-height: inherit;}


    .nybox{display:block;gap: 0;}
    .nybox .top{background: var(--color_zhuti);background: var(--color_zhuti);background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));font-size: 20px;font-weight: bold;padding: 0 20px;line-height: 54px;color: #fff;display: flex;justify-content: space-between;}
    .nybox .top span{display: block;transform:rotate(90deg);}
    .nybox .zuo{width: 100%;height:auto;display: none;}
    .nybox .zuo a{font-size: 14px;line-height: 42px;}
    .nybox .zuo a div{padding: 0 50px 0 20px;}
    .nybox .zuo a div span{right: 18px;}
    .nybox .you{margin-top: 16px;width: 100%;}


    .nycp{margin: 0 -5px;}
    .nycp .list{width: calc(50% - 10px);margin: 0 5px 10px;box-shadow:none;border: 1px solid #eee;}
    .nycp .list .tt{font-size: 14px;line-height:40px;}

    /*产品中心*/
    .main2 .nycp{margin-top: -10px;}
    .main2 .nycp .list{margin-bottom: 0;margin-top: 10px;}



    /*六大行业应用*/
    .main3 .top{font-size: 18px;line-height: 28px;padding:44px 15px 22px;letter-spacing: normal;position: relative;left: auto;right: auto;top: auto;bottom: auto;}
    .main3 .top b{font-size: 24px;line-height: 34px;letter-spacing: 1px;}

    .main3 .box{flex-wrap: wrap;padding-bottom: 25px;}
    .main3 .box .list{width:33.33%;font-size: 18px;padding:13px 0;}
    .main3 .box .list .img{height: 66px;width:66px;margin-bottom:6px;}
    .main3 .box .list:nth-child(n+2){border-left:0;}
    .main3 .box .list:hover{background: transparent;}


    .more{height: 40px;padding: 0 20px;font-size: 14px;margin-top: 18px;}
    .more span{font-size: 120%;margin-left: 6px;}


    /*关于众发*/
    .main4 .box{display:block;}
    .main4 .box .zuo{width: 100%;padding:0;}
    .main4 .box .zuo .title{}
    .main4 .box .zuo .tt{font-size: 14px;margin-top: -4px;}
    .main4 .box .you{width:100%;border-radius: 6px;margin-top: 28px;}




    /*众发优势*/
    .main5 .top{margin-bottom: 26px;}
    .main5 .top .div{;font-size: 16px;line-height: 26px;padding: 8px 5px 11px;border-bottom: 2px solid #E4E4E4;}
    .main5 .top .div .img{height: 32px;margin-bottom: 8px;}
    .main5 .top .div:after{height: 2px;bottom: -2px;}


    .main5 .list{display: block}
    .main5 .list .img{width: 100%;}
    .main5 .list .img .bjcover{height: auto;padding-top: 50%;}
    .main5 .list .tt{width: 100%;padding:20px 0 0;}
    .main5 .list .tt .tt1{display: none;}
    .main5 .list .tt .tt2{font-size: 18px;line-height: 28px;}
    .main5 .list .tt .tt3{font-size: 14px;margin-top: 6px;line-height: 26px;height:auto;}

    .main5 .lb5{padding-bottom:52px;}
    .main5 .swiper-button-prev{font-size:13px;width: 36px;border: 1px solid #777;height: 36px;left:0;bottom: 0;}
    .main5 .swiper-button-next{font-size:13px;width: 36px;border: 1px solid #777;height: 36px;left:50px;bottom: 0;}




    /*工程案例*/
    .main6 .list .tt{padding: 15px;font-size: 16px;}

    /*视频展示*/
    .main7 .list .tt{padding:15px;font-size: 38px;}

    .lb7{padding-bottom:40px;}
    .lb7 .swiper-pagination span{width: 8px;height: 8px;margin: 0 4px -6px!important;}

    /*新闻资讯*/
    .main8 .box .list{position: relative;width: 50%!important;overflow: hidden;}
    .main8 .box .list .img{width:100%;position: absolute;left: 0;top: 0;height: 100%;z-index: 1;}
    .main8 .box .list .tt{width:100%;padding: 40px 28px;position: relative;z-index: 2;background: rgba(0, 59, 144, .6);overflow: hidden;}
    .main8 .box .list .img{display: block;}
    .main8 .box .list .img .bjcover{height: 100%;}
    .main8 .box .list .tt .tt1{color: #fff;}
    .main8 .box .list .tt .tt2{color: #fff;}
    .main8 .box .list .tt .tt3{color: #fff;}
    .main8 .box .list .tt .tt4{color: #444;background: #fff;border-color: #fff;}

    .main8 .box .list .tt1{font-size: 14px;}
    .main8 .box .list .tt1 b{font-size:26px;padding-bottom: 4px;}
    .main8 .box .list .tt2{font-size: 16px;margin-top:16px;}
    .main8 .box .list .tt3{font-size: 14px;margin-top: 8px;}
    .main8 .box .list .tt4{width: 36px;height: 36px;margin-top: 16px;}

    /*累计服务超千家企业*/
    .main9 .list{height: 60px;border-width: 1px;margin-top: 1px;}


    footer .box2{padding: 20px 0;}
    footer .box{display:block;padding:33px 0 24px;}
    footer .box .zuo{width: 100%;}
    footer .box .zuo .tt1 img{height: 38px;}
    footer .box .zuo .tt2 span{font-size: 17px;}
    footer .box .zuo .tt2 span img{height: 20px;}
    footer .box .zuo .tt2 b{font-size: 24px;}
    footer .box .zuo .tt3{font-size: 18px;}
    footer .box .zuo .tt3 .tt4:nth-child(2){margin-left: 16px;}
    footer .box .zuo .tt5{font-size: 14px;}
    footer .box .ul{display: none;}
    footer .box .img{display: none;}


    .nybanner{height:220px;}
    .nybanner .div{padding: 0 30px 0 0;border-radius: 0 33px 0 0;}
    .nybanner .div1{font-size: 22px;line-height:32px;padding: 14px 0 0;border-radius: 0 33px 0 0;}
    .nybanner .div2{font-size: 16px;padding: 2px 0 16px 0;}
    .nybanner .div4{top: -16px;right: 50px;}



    .nyvideo{margin: 0 -5px;}
    .nyvideo .list{width: calc(50% - 10px);margin: 0 5px 10px;box-shadow:none;border: 1px solid #eee;}
    .nyvideo .list{padding: 2px;}
    .nyvideo .list .tt{padding:15px;font-size: 38px;}


}

@media (max-width:767px) {


}
@media (max-width:600px) {
    .main8 .box{display: block;}
    .main8 .box .list{width: 100%!important;}
    .main8 .box .list .tt .tt3{min-height: inherit;}
    .main8 .box .list .tt .tt4{width: 28px;height: 28px;font-size: 12px;}


}

@media (max-width:479px) {
    .danye .ditu{height:300px;}

    
}
 /*手机底部*/
@media (max-width:991px) {
    footer{margin-bottom: 50px;}
    .sjdibu{height:50px;background: var(--color_zhuti);background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));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;display: block;}
    .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;} 
}

























