/*全局样式*/
@charset "utf-8";
body {font:15px/1.6 "微软雅黑",黑体,"AlibabaPuHuiTi", "Arial", "Impact";color: #111;-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:1230px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
	--color_zhuti: #f4d644;
    --color_hover: #c3ab36;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}


header{position: relative;z-index: 111;}
header .box1{position: relative;z-index: 3;padding: 10px 0;}
header .box1 .list{display: flex;justify-content: space-between;}
header .box1 .list .tt1{font-size: 15px;line-height: 24px;color: #333;}
header .box1 .list .tt2{display: flex;flex-shrink: 0;}
header .box1 .list .tt2 a{font-size: 15px;line-height: 24px;color: #333;margin-left: 36px;position: relative;}
header .box1 .list .tt2 a:nth-child(n+2):after{content: "";width: 1px;height: 12px;background: #000;position: absolute;left: -18px;top:6px;}
header .box1 .list .tt2 a:hover{color: var(--color_hover);}


header .box2{position: relative;z-index: 4;background-color: #023158;}
header .box2 .list{display: flex;flex-shrink: 0;justify-content: space-between;align-items: center;}
header .box2 .list .logo{min-width: 170px;display: block;}
header .box2 .list .logo img{max-height: 60px;}
/*header .box2 .list{display: flex;height: 130px;align-items: center;justify-content: space-between;position: relative;}
header .box2 .list .logo1{display: block;font-size: 28px;font-weight: bold;line-height: 38px;max-width:calc(50% - 100px);}
header .box2 .list .txt{font-size: 26px;font-weight: bold;line-height: 34px;max-width: calc(50% - 100px);}
header .box2 .list .txt:before{font-weight: normal;padding-right: 8px;}
header .box2 .list .logo{position: absolute;left: 0;right: 0;top:-1px;width: 154px;height: 236px;margin: 0 auto;justify-content: center;align-items: center;display: flex;padding-bottom: 22px;}
header .box2 .list .logo img{max-height: 60%;max-width: 80%;}*/

header nav{position: relative;z-index: 2;color: #fff;width: 100%;margin-right: -28px;}
header nav ul{position: relative;display: flex;justify-content: space-between;}
header nav ul li{text-align: center;position: relative;z-index: 2;width: 100%;}
header nav ul li > a{display:block;line-height:90px;font-size:19px;position: relative;padding: 0 4px;}
header nav ul li:nth-child(n+2):after{content: "";width: 1px;height: 32px;background: #000;position: absolute;left: 0;top:0;bottom: 0;margin: auto 0;}
header nav ul li > i{display: none;}
header nav ul li:hover > a{color: #d1ed7f;}
header nav ul li.active > a{color: #d1ed7f;font-weight: bold;}

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:2px 0 15px;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius: 0 0 10px 10px;overflow: hidden;}
header nav .ul a{font-size:15px;color: #333;line-height: 24px;padding:10px 5px;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;}
}

/*@media (min-width:992px) {
    header nav ul li:nth-child(4){margin-right: 170px;}
    header nav ul li:nth-child(4):after{content: "";width: 20px;height: 58px;background:url(../images/t3.jpg) no-repeat;position: absolute;left: 100%;top:0;transform:rotateY(180deg);transition: all .3S;}
    header nav ul li:nth-child(4):before{content: "";width: 20px;height: 58px;background:url(../images/t3.jpg) no-repeat;position: absolute;left: calc(100% + 150px);top:0;transition: all .3s;}
    header nav ul li:nth-child(-n + 3):after{content: "";width: 1px;height: 12px;background: rgba(255,255, 255, .4);position: absolute;right: 0;top:0;bottom: 0;margin: auto 0;}
    header nav ul li:nth-last-child(-n + 3):after{content: "";width: 1px;height: 12px;background: rgba(255,255, 255, .4);position: absolute;left: 0;top:0;bottom: 0;margin: auto 0;}
}
*/
/*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:var(--color_zhuti);opacity:.8;transition: all .2s;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;border-radius: 4px;opacity: 1;}



.main88{padding-top: 77px;padding-bottom: 77px;}
.title{text-align: center;padding-bottom: 46px;margin-top: -6px;}
.title .div1{font-size: 0;}
.title .div1 span{display: inline-block;vertical-align: top;font-size: 18px;font-family: 'Impact';color: #666;min-width: 150px;text-align: center;text-transform: uppercase;padding: 0 15px;position: relative;}
.title .div1 span:after{content: "";width: 28px;height: 2px;background: #666666;position: absolute;left: 100%;top:14px;}
.title .div1 span:before{content: "";width: 28px;height: 2px;background: #666666;position: absolute;right: 100%;top:14px;}
.title .div2{font-size:0;}
.title .div2 span{font-size:36px;font-weight: bold;padding: 0 25px;position: relative;line-height: 46px;display: inline-block; text-transform: uppercase;}
.title .div2 span:after{content: "";width: 28px;height: 24px;background: url(../images/t1.png) no-repeat center center;position: absolute;left: 100%;top:14px;}
.title .div2 span:before{content: "";width: 28px;height: 24px;background: url(../images/t1.png) no-repeat center center;position: absolute;right: 100%;top:14px;}
.title.titlebs .div2 span{color: #fff;}



/*关于百润*/
.main1{background: #f9f8f0;}
.main1 .box{background: #fff;border: 1px solid #e8e8e8;padding: 50px calc(50% + 50px) 50px 50px;position: relative;}
.main1 .box .bjcover{position: absolute;right: 0;top:0;width: 50%;height: 100%;}
.main1 .box .tt1{font-size: 24px;font-weight: bold;line-height: 34px;}
.main1 .box .tt2{font-size: 16px;line-height: 1.88;margin-top: 20px;color: #555;-webkit-line-clamp: 7;}
.main1 .box .tt3{width: 124px;height: 34px;display: flex;align-items: center;justify-content: center;background: #333;position: relative;padding-right: 36px;color: #fff;margin-top: 24px;font-size:90%;}
.main1 .box .tt3 i{display: flex;justify-content: center;align-items: center;width: 36px;background: var(--color_zhuti);position: absolute;right: 0;top:0;height: 100%;color: #333;transition: all .3s;}
.main1 .box .tt3:hover{background: var(--color_zhuti);color: #444;padding-left: 10px;}
.main1 .box .tt3:hover i{padding-right: 10px;}

/*我们的服务*/
.main2 .list{display: block;}
.main2 .list .bjcover{padding-top: 100%;}
.main2 .list .tt{line-height: 64px;background: var(--color_zhuti);margin-top: 2px;text-align: center;font-size: 24px;}
.main2 .list:hover .bjcover{/*transform: var(--transform_scale);*/}
/*.main2 .list:hover .tt{background: var(--color_hover);}*/
.title1{text-align: center;margin-top: 50px;}
.title1 a{display:flex;align-items: center;border: 2px solid #000;font-size: 20px;line-height: 38px;padding: 10px 38px;border-radius: 44px;width:fit-content;margin: 0 auto;}
.title1 a b{font-size: 30px;}


/*产品中心*/
.main3{background: #f9f8f0;}

.nyzuo{width: 276px;float: left;}
.nyyou{width: calc(100% - 306px);float: right;}
.nyzuo .top{font-size: 24px;color: #fff;line-height: 34px;display: flex;padding:19px 15px 18px 48px;position: relative;background: url(../images/t4.jpg) no-repeat center center/cover; text-transform: uppercase;}
.nyzuo .top:after{content: "";width: 4px;height: 29px;background: var(--color_zhuti);position: absolute;left: 25px;top:22px;}
.nyzuo .ul{border: 1px solid #e8e8e8;background-color: #fff;}
.nyzuo .ul > a{font-size: 18px;line-height: 60px;padding-left: 60px;background: #ECEAD6;position: relative;}
.nyzuo .ul > a img{display: block;position: absolute;left: 25px;top:19px;}
.nyzuo .ul > a:hover{background-color: var(--color_zhuti);}
.nyzuo .ul > a.active{background-color: var(--color_zhuti);}
.nyzuo .ul2{padding: 8px 25px 25px;}
.nyzuo .ul2 a{line-height: 42px;padding-left: 36px;position: relative;border-bottom: 1px solid #e8e8e8;}
.nyzuo .ul2 a:after{content: "";width: 5px;height: 5px;background:#333;position: absolute;left: 16px;top:19px;transition: all .3s;}
.nyzuo .ul2 a:hover{color: var(--color_zhuti)}
.nyzuo .ul2 a:hover:after{background: var(--color_zhuti)}
.nyzuo .ul2 a.active{color: var(--color_zhuti)}
.nyzuo .ul2 a.active:after{background: var(--color_zhuti)}



.nycp{margin: 0 -10px;}
.nycp .list{display: block;width: calc(33.33% - 20px);margin: 0 10px 20px;float: left;border: 1px solid #e8e8e8;background-color: #fff;}
.nycp .list .img{margin: 2px;}
.nycp .list .img .bjcover{padding-top: 100%;}
.nycp .list .tt{font-size: 18px;font-weight: bold;text-align: center;border-top: 1px solid #e8e8e8;line-height: 70px;}
.nycp .list:hover .bjcover{transform: var(--transform_scale);}
.nycp .list:hover .tt{background: var(--color_zhuti);}

.main3 .nyyou{margin-bottom: -20px;}



/*优势价值*/
.main4 .title{background: #f9f8f0;}
.main4 .box{position: relative;}
.main4 .box:after{content: "";width: 100%;height: 440px;background: url(../images/bj1.jpg) no-repeat center center/cover;position: absolute;left: 0;top:0;z-index: 1;}
.main4 .box .top{font-size: 24px;color: #fff;line-height: 34px;padding: 40px 0;text-align: center;position: relative;z-index: 2;}
.main4 .box .list{position: relative;background-color: #F9F8F0;z-index: 3;padding-right: calc(100% - 314px);}
.main4 .box .list .bjcover{position: absolute;right: 0;top:0;width: calc(100% - 314px);height: 100%;}
.main4 .box .list:nth-child(n+2){margin-top: 30px;}
.main4 .box .list .tt1{min-height: 90px;background: var(--color_zhuti);font-size: 24px;line-height: 34px;display: flex;align-items: center;padding: 15px 15px 15px 116px;font-weight: bold;position: relative;}
.main4 .box .list .tt1 span{display: flex;align-items: center;width: 88px;position: absolute;left: 0;top:0;justify-content: center;height: 100%;font-size: 32px;border-right: 1px solid #fff;}
.main4 .box .list .tt2{padding: 18px 18px 18px 32px;}
.main4 .box .list .tt2 .tt3{font-size: 20px;padding:14px 14px 14px 32px;position: relative;line-height: 30px;}
.main4 .box .list .tt2 .tt3 img{display: block;position: absolute;left: 0;top:23px;}
.main4 .box .list:nth-child(even){padding: 0 0 0 calc(100% - 314px);}
.main4 .box .list:nth-child(even) .bjcover{left: 0;right: auto;}




/*定制案例*/
.lb5{max-width:1440px!important;padding: 0 120px;margin: 0 auto;position: relative;}
.lb5 .list{display: block;background-color: #fff;overflow: hidden;}
.lb5 .list .bjcover{padding-top:76%;}
.lb5 .list .tt{padding: 30px 35px;}
.lb5 .list .tt1{font-size: 20px;font-weight: bold;}
.lb5 .list .tt2{-webkit-line-clamp: 3;min-height: 4.8em;margin-top: 10px;color: #555;}
.lb5 .list .tt3{background: var(--color_zhuti);margin: 1px;font-size: 16px;color: #413b20;line-height: 50px;padding: 0 33px;display: flex;justify-content: space-between;font-weight: bold;}
.lb5 .list .tt3 i{font-size: 140%;}
.lb5 .list:hover .bjcover{transform: var(--transform_scale);}
.lb5 .list:hover .tt1{color: var(--color_hover);}
.lb5 .list:hover .tt3{background-color: var(--color_hover);}
.lb5 .swiper-button-prev:after{display: none;}
.lb5 .swiper-button-prev{font-size: 56px;color: rgba(255, 255, 255, .7);width: 56px;width: 56px;line-height: 1;left: 22px;}
.lb5 .swiper-button-prev:hover{color: #fff;}
.lb5 .swiper-button-next:after{display: none;}
.lb5 .swiper-button-next{font-size: 56px;color: rgba(255, 255, 255, .7);width: 56px;width: 56px;line-height: 1;right: 22px;}
.lb5 .swiper-button-next:hover{color: #fff;}



/*百润资讯*/
.main6 .box{margin-top: -33px;}
.main6 .top{font-size: 24px;font-weight: bold;line-height: 44px;padding-bottom: 8px;border-bottom: 3px solid #000;position: relative;margin: 25px 0;}
.main6 .top span{font-size: 16px;padding-left: 12px;text-transform: uppercase;font-weight: normal;color: #555;}
.main6 .top:after{content: "";width:100px;height: 3px;background: var(--color_zhuti);position: absolute;left: 0;bottom: -3px;}
.main6 .top a{position: absolute;right: 0;top:0;font-weight: normal;font-size: 14px;color: #555;}
.main6 .top a:hover{color: var(--color_hover);text-decoration: underline!important;}


.main6 .zuo{width:calc(38% + 58px);display: block;background: #fff;float: left;padding: 10px;border: 1px solid #e8e8e8;}
.main6 .you{width:calc(62% - 78px);display: block;float: right;}
.main6 .zuo .bjcover{height: 250px;}
.main6 .zuo .tt{padding: 22px 22px 12px 22px;}
.main6 .zuo .tt .tt1{font-size: 20px;font-weight: bold;color: #333;}
.main6 .zuo .tt .tt2{font-size: 14px;color: #666;margin-top: 11px;}
.main6 .zuo .tt .tt3{width: 19px;height: 15px;position: relative;margin-top:17px;}
.main6 .zuo .tt .tt3:after{content: "";width: 100%;height: 100%;background: url(../images/tu27.png) no-repeat;position: absolute;left: 0;top:0;transition: all .3s;opacity: 1;}
.main6 .zuo .tt .tt3:before{content: "";width: 100%;height: 100%;background: url(../images/tu27-1.png) no-repeat;position: absolute;left: 0;top:0;transition: all .3s;opacity: 0;}
.main6 .zuo:hover .tt .tt1{color: var(--color_hover);}
.main6 .zuo:hover .tt .tt3:after{opacity: 0;}
.main6 .zuo:hover .tt .tt3:before{opacity: 1;}
.main6 .zuo:hover .bjcover{transform: var(--transform_scale);}
.main6 .you .list{background: #fff;padding:25px 25px 25px 190px;border: 1px solid #e8e8e8;display: block;position: relative;}
.main6 .you .list:nth-child(n+2){margin-top: 10px;}
.main6 .you .list .tt1{font-size: 18px;font-weight: bold;padding-left:32px;position: relative;color: #333;}
.main6 .you .list .tt1:before{position: absolute;left: 0;top:-1px;color: #aaa;font-size:120%;}
.main6 .you .list .tt2{width: 160px;border-right: 1px solid #e8e8e8;display: flex;justify-content: center;align-items: center;height: 100%;position: absolute;left: 0;top:0;font-size: 13px;color: #888;text-align: center;}
.main6 .you .list .tt2:after{content:"";width: 30px;height: 30px;background: #f3f3f3;position: absolute;left: 0;top:0;}
.main6 .you .list .tt2 b{font-size: 40px;color: #333;font-weight: inherit;display: block;line-height: 50px;}
.main6 .you .list .tt2 i{display: none;}
.main6 .you .list .tt3{width: 16px;height: 2px;background: #ddd;margin:6px 0 0 32px;}
.main6 .you .list .tt4{font-size: 14px;color: #888;margin-top: 6px;padding-left: 32px;}
.main6 .you .list .tt5{width: 42px;height: 7px;position: relative;margin:11px 0 0 32px;}
.main6 .you .list .tt5:after{content: "";width: 100%;height: 100%;background: url(../images/tu28.png) no-repeat;position: absolute;left: 0;top:0;transition: all .3s;opacity: 1;}
.main6 .you .list .tt5:before{content: "";width: 100%;height: 100%;background: url(../images/tu28-1.png) no-repeat;position: absolute;left: 0;top:0;transition: all .3s;opacity: 0;}
.main6 .you .list:hover .tt5:after{opacity: 0;}
.main6 .you .list:hover .tt5:before{opacity: 1;}
.main6 .you .list:hover .tt1{color: var(--color_hover);}
.main6 .you .list:hover .tt1:before{color: var(--color_hover);}
@media (max-width:1199px){
    .main6 .you .list{padding-left: 150px;}
    .main6 .you .list .tt2{width: 120px;}
}

@media (max-width:991px){
    /*百润资讯*/
    .main6 .box{margin-top: -25px;}
    .main6 .top{font-size: 20px;line-height: 32px;padding-bottom: 8px;border-bottom: 3px solid #000;position: relative;margin: 22px 0;}
    .main6 .top span{font-size: 13px;}
    .main6 .top:after{width: 80px;}


    .main6 .zuo{width:100%;}
    .main6 .you{width:100%;margin-top: 10px;}
    .main6 .zuo .bjcover{height: auto;padding-top: 60%;}
    .main6 .zuo .tt{padding:18px 10px 8px 10px;}
    .main6 .zuo .tt .tt1{font-size: 18px;}
    .main6 .zuo .tt .tt2{font-size: 14px;margin-top: 6px;}
    .main6 .zuo .tt .tt3{margin-top: 10px;}
    .main6 .you .list{padding:20px;}
    .main6 .you .list .tt3{display: none;}
    .main6 .you .list .tt2{width: 100%;border-right:0;display: block;height:auto;position: inherit;left: auto;top:auto;text-align: left;padding-left: 32px;margin-top: 4px;}
    .main6 .you .list .tt2:after{display: none;}
    .main6 .you .list .tt2 b{display: none;}
    .main6 .you .list .tt2 i{display:inline;}
    .main6 .you .list .tt4{-webkit-line-clamp:2;}

}


.main6 .list2{margin:-20px -10px 0;}
.main6 .list2 a{display: block;width: calc(50% - 20px);float: left;margin: 20px 10px 0;background-color: #F9F8F0;padding: 20px 26px 22px 26px;}
.main6 .list2 a .tt8{font-size: 20px;color: #333;font-weight: bold;padding-left: 40px;position: relative;}
.main6 .list2 a .tt8 img{display: block;position: absolute;left: 0;top:7px;}
.main6 .list2 a .tt9{font-size: 14px;color: #666;padding-left: 40px;position: relative;margin-top: 11px;}
.main6 .list2 a .tt9 img{display: block;position: absolute;left: 0;top:3px;}
.main6 .list2 a:hover{background: var(--color_zhuti);}



footer{background: #1C1807;color: rgba(255, 255, 255, .66);}
footer .ul{background: #27210A;border-bottom: 1px solid rgba(255, 255, 255, .2);padding: 23px 0;font-size: 0;text-align: center;}
footer .ul a{display:inline-block;vertical-align: top;font-size: 19px;line-height: 36px;padding: 0 30px;position: relative;}
footer .ul a:nth-child(n+2):after{content: "";width: 1px;height: 10px;background: rgba(255, 255, 255, .5);position: absolute;left: 0;top:0;bottom: 0;margin: auto 0;}
footer .ul a:hover{color: #d1ed7f;}

footer .container-fluid{position: relative;}
footer .fhdb{position: absolute;right: -40px;top:50px;cursor: pointer;}
footer .box1{padding: 60px 0;font-size: 15px;display: flex;justify-content: space-around;line-height: 2.2;}
footer .box1 .img{width: 150px;text-align: center;flex-shrink: 0;}
footer .box1 .img img{display: block;margin: 0 auto 8px;width: 120px;}
footer .box1 .tt1{padding: 10px;max-width:360px;color: #fff;}
footer .box1 .tt2{width: 280px;flex-shrink: 0;font-size: 0;}
footer .box1 .tt2 a{display: inline-block;vertical-align: top;min-width: 140px;font-size: 15px;padding-right: 20px;padding-bottom: 5px;}
footer .box1 .tt2 a:nth-child(1){display: block;font-size: 18px;color: #fff;padding-bottom: 10px;}
footer .box1 .tt2 a:nth-child(n+2):hover{color: #fff;}
footer .box2{text-align: center;font-size: 90%;padding: 30px 0;border-top: 1px solid rgba(255, 255, 255, .3);}

.title.title_1 .div2 span{font-size: 48px;color: #3e2519;line-height: 58px;}
.title.title_1 .div2 span:after{top:21px;}
.title.title_1 .div2 span:before{top:21px;}
.title.title_1 .div3{display: flex;justify-content: center;margin-top: 16px;padding-bottom:8px;}
.title.title_1 .div3 div{position: relative;}
.title.title_1 .div3 div span{display: block;font-size: 28px;font-weight: bold;color: #fff;line-height: 36px;padding: 8px 33px;background:#EC9123;min-width: 370px;text-align: center;position: relative;z-index: 2;}
.title.title_1 .div3 div:after{content: "";width: calc(100% + 20px);background: #3E2519;position: absolute;left: -10px;bottom: -8px;height: 100%;z-index: 1;}



/*定制流程*/
.main7{background: #E1E6ED;}
.main7 .box{margin: -30px -15px 0;}
.main7 .box .list{width: calc(33.33% - 30px);margin: 30px 15px 0;float: left;border: 1px solid #e8e8e8;background-color: #fff;padding: 38px 20px;text-align: center;position: relative;display: flex;justify-content: space-around;align-items: center;}
.main7 .box .list .img{width: 50%;height: 120px;justify-content: center;align-items: center;display: flex;}
.main7 .box .list .img img{max-height: 100%;}
.main7 .box .list .tt{width: 50%;float: right;}
.main7 .box .list .tt1{width: 41px;height: 52px;background: url(../images/t6.png) no-repeat;font-size: 24px;font-weight: bold;color: #fff;line-height: 61px;margin: 0 auto;}
.main7 .box .list .tt2{font-size: 24px;color: #3e2519;font-weight: bold;margin-top: 14px;line-height: 34px;}


.main8 .box{position: relative;padding-right:calc(80% - 190px);}
.main8 .box .bjcover{width: calc(80% - 190px);position: absolute;right: 0;top:0;height: 100%;}
.main8 .box .list{padding: 30px 50px;font-size:18px;color: #fff;background: #3E2519;line-height: 1.8;}
.main8 .box .list .tt1{font-size: 32px;font-weight: bold;line-height: 40px;padding-bottom: 10px;}
.main8 .box .list:nth-child(even){background: #EC9123;}


.main9{height: 336px;padding-top:50px;text-align: center;}
.main9 .tt1 img{max-height: 100px;}
.main9 .tt2{font-size: 44px;margin-top:22px;line-height: 54px;color: #fff;}
.main9 .tt2 b{padding-left: 22px;}
.main9 .tt3{font-size: 19px;color: rgba(255, 255, 255, .3);line-height: 26px;text-transform:uppercase;margin-top: 8px;}


.main10.main88{padding-top: 50px;}
.main10 .box1{position: relative;padding: 0 50% 0 25%;}
.main10 .box1 .img1{width: 25%;height: 100%;position: absolute;left: 0;top:0;}
.main10 .box1 .img2{width: 50%;height: 100%;position: absolute;right: 0;top:0;}
.main10 .box1 .tt{background: #EC9123;min-height: 380px;display: flex;align-items: center;padding: 35px;font-size: 16px;color: #fff;line-height: 2;border-left: 1px solid #fff;border-right: 1px solid #fff;}
.main10 .box2{position: relative;padding: 193px 25% 0 50%;margin-top: 1px;}
.main10 .box2 .img1{width: calc(50% - 1px);height: 100%;position: absolute;left: 0;top:0;}
.main10 .box2 .img2{width: calc(25% - 1px);height: 192px;position: absolute;left:50%;top:0;}
.main10 .box2 .img3{width: 25%;height: 100%;position: absolute;right:0;top:0;}
.main10 .box2 .tt{background: #EC9123;min-height: 192px;display: flex;align-items: center;padding: 20px;font-size: 20px;color: #fff;line-height: 2;border-right: 1px solid #fff;justify-content: center;}




.main11{background: #E1E6ED;}
.main11 .title .div2 span{padding: 0;}
.main11 .title .div2 span:after{display: none;}
.main11 .title .div2 span:before{display: none;}
.main11 .title .div3 div span{font-size: 30px;line-height: 38px;font-weight: normal;}
.main11 .title .div4{font-size: 17px;font-weight: bold;color:rgba(0, 0, 0, .3);text-transform: uppercase;line-height: 24px;margin-top: 18px;}



/*百年袜业*/
.main11 .box{overflow: hidden;}
.main11 .box .bjcover{min-height: 350px;}
.main11 .box .img1{width: 33.33%;float: left;position: relative;}
.main11 .box .img1:after{content: "";width: 1px;height: 100%;position: absolute;right: 0;top:0;background: #fff;}
.main11 .box .img1 .bjcover{padding-top: 100%;}
.main11 .box .img2{width: 66.66%;float: right;position: relative;}
.main11 .box .img2 .bjcover{padding-top: 50%;}
.main11 .box .img2 .tt{position: absolute;left: 0;top:0;right: 0;bottom: 0;margin: auto;max-width: calc(100% - 40px);max-height: calc(100% - 40px);width: 660px;height: 280px;background: rgba(0, 0, 0, .4);display: flex;justify-content: center;align-items: center;padding: 20px 40px;font-size: 16px;color: #fff;line-height: 2.2;}
.main11 .box .img3{width: 33.33333%;float: left;margin: 1px 0;position: relative;}
.main11 .box .img3 .bjcover{padding-top: 100%;}
.main11 .box .img3:after{content: "";width: 1px;height: 100%;position: absolute;right: 0;top:0;background: #fff;}
.main11 .box .img3.img4:after{display: none;}

.main11 .box .img5{width:50%;float: left;position: relative;}
.main11 .box .img5 .bjcover{padding-top: 70%;}
.main11 .box .img5:after{content: "";width: 1px;height: 100%;position: absolute;right: 0;top:0;background: #fff;}
.main11 .box .img5.img6:after{display: none;}
.main11 .box .img5 .tt1{background: rgba(0, 0, 0, .4);width: 50%;position: absolute;right: 0;top:0;height: 100%;display: flex;align-items: center;justify-content: center;padding:20px 7%;font-size: 18px;line-height: 2;color: #fff;}
.main11 .box .img5 .tt1 .tt3{font-size: 24px;font-weight: bold;padding-bottom: 8px;color: #fff;}



.main12{height: 330px;}



.main13 .box{margin: -1px;position: relative;overflow: hidden;}
.main13 .box .img1{width: calc(33.33% - 2px);margin: 1px;float: left;position: relative;}
.main13 .box .img1 .bjcover{padding-top:64%;}
.main13 .box .img1:nth-child(3) .bjcover{padding-top: calc(128% + 2px);}
.main13 .box .img1:nth-child(2){position: absolute;left: 0;bottom: 0;}
.main13 .box .img1 .tt{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(62, 37, 25, .9);font-size: 18px;color: #fff;padding:15px 38px;display: flex;align-items: center;line-height: 2;}


.main13 .box1{margin: -1px;position: relative;overflow: hidden;}
.main13 .box1 .img2{width: calc(33.33% - 2px);margin: 1px;float: left;position: relative;}
.main13 .box1 .img2:nth-child(2){width: calc(66.66% - 2px);margin: 1px;float: right;position: relative;}
.main13 .box1 .img2 .bjcover{padding-top: calc(128% + 1px);}
.main13 .box1 .img2:nth-child(2) .bjcover{padding-top: 64%;}
.main13 .box1 .img2 .tt{position: absolute;left: 9%;top:0;bottom: 0;margin: auto 0;width: 100%;height: 100%;background:  rgba(0, 0, 0, .4);font-size: 18px;color: #fff;padding:15px 38px;display: flex;align-items: center;line-height: 2;max-width: 315px;max-height: 370px;}



.title4{text-align: center;color: #3e2519;padding-bottom: 44px;}
.title4 .div1{font-size: 30px;line-height: 40px;}
.title4 .div2{/*font-size: 40px;*/font-size: 28px;line-height: 50px;font-weight: bold;/*margin-top: 8px;*/}
.title4 .div2 b{color: #ec9123;}


.main14{background: #FEFAF3;}
.main14 .box{margin: -6px -3px 0;}
.main14 .box a{display: block;width: calc(16.666% - 6px);margin: 6px 3px 0;float: left;cursor: auto!important;}
.main14 .box a .img{border-radius: 0 40px 0 0;}
.main14 .box a:nth-child(even) .img{border-radius: 40px 0 0 0;}
.main14 .box a .img .bjcover{padding-top: 125%;}
.main14 .box a .tt{font-size:18px;color: #fff;line-height: 50px;background: #3E2519;margin-top: 1px;text-align: center;}
.main14 .box a:hover .bjcover{/*transform: var(--transform_scale);*/}
.main14 .box a:hover .tt{/*background:var(--color_hover);*/background:#3E2519;}


.main14 .box2{margin-top: 33px;text-align: center;font-size: 0;}
.main14 .box2 .tt1{font-size: 30px;color:#ec9123;font-weight: bold;line-height: 40px;}
.main14 .box2 .tt2{display: flex;justify-content: center;}
.main14 .box2 .tt2 a{font-size: 20px;display: flex;align-items: center;background: #3E2519;font-size: 18px;color: #fff;line-height: 26px;padding: 10px 33px;min-height: 50px;margin:20px 10px 0;border-radius: 88px;}
.main14 .box2 .tt2 a b{font-size: 24px;}
.main14 .box2 .tt2 a:nth-child(2){background: #ec9123;}
.main14 .box2 .tt2 a:nth-child(2):hover{background:#3E2519;}



.title5{padding-bottom:50px;}
.title5 .div1{font-size: 50px;color: #ec9123;line-height: 60px;text-transform: uppercase;font-weight: bold;}
.title5 .div2{font-size: 40px;font-weight: bold;color: #3e2519;line-height: 50px;}
.main15{position: relative;}
.main15 > img{height: 100%;width: 100%;position: absolute;left: 0;top:0;z-index: 1;}
.main15 .container-fluid{position: relative;z-index: 2;padding-top: 44px;padding-bottom: 44px;}
.main15 .box{margin: -1px;}
.main15 .box .list{display: block;width: calc(25% - 2px);margin: 1px;float: left;overflow: hidden;}
.main15 .box .list .bjcover{padding-top: 93%;}
.main15 .box .list:nth-child(1){width: calc(50% - 2px);}
.main15 .box .list:hover .bjcover{transform: var(--transform_scale);}


/*18年中高端袜子生产经验团队*/
.main16 .container-fluid .list{padding-left: 50%;position: relative;}
.main16 .container-fluid .list .bjcover{position: absolute;left: 0;top:0;width: 50%;height: 100%;}
.main16 .tt{padding: 70px 0 100px 80px;}
.main16 .tt1{font-size: 22px;line-height: 34px;color: #3e2519;padding-left: 88px;position: relative;margin-bottom: 24px;}
.main16 .tt1 b{font-size: 36px;line-height: 46px;display:block;}
.main16 .tt1 span{width: 70px;height: 70px;background:#EC9123;font-size: 36px;color: #fff;line-height: 70px;text-align: center;position: absolute;left: 0;top:3px;font-weight: bold;z-index: 2;}
.main16 .tt1:after{content: "";width: 70px;height: 70px;background: #D8D3D1;position: absolute;left: 4px;top:7px;z-index: 1;}
.main16 .tt2{font-size: 16px;color: #3e2519;line-height: 2;min-height: 128px;}

.main16 > .list2{position: relative;}
.main16 > .list2 .bjcover{position: absolute;right: 0;top:0;width: 50%;height: 100%;}
.main16 > .list2 .tt{padding: 80px 80px 140px 0;width: 50%;}
.main16 > .list2.list3 .bjcover{right: auto;left: 0;}
.main16 > .list2.list3 .tt{float: right;padding: 70px 0 65px 80px;}

.main16 .container-fluid .list.list4{padding-left: 0;padding-right: 50%;}
.main16 .container-fluid .list.list4 .bjcover{left: auto;right: 0;}
.main16 .container-fluid .list.list4 .tt{padding: 80px 80px 70px 0;}


.main17{position: relative;background-color: #E1E6ED;}
.main17 > img{width: 100%;position: absolute;left: 0;top:0;z-index: 1;}
.main17 .container-fluid{position: relative;z-index: 2;}

.main17 .box{background: #fff;padding: 30px;}
.main17 .box .list{display: block;position: relative;}
.main17 .box .list .bjcover{padding-top: 48%;}
.main17 .box .lb17_2{margin-bottom: 10px;}
.main17 .box .lb17_2 .list .tt{position: absolute;left: 0;width: 100%;bottom: 0;background: rgba(0, 0, 0, .8);padding: 20px 30px;}
.main17 .box .lb17_2 .list .tt1{font-size: 20px;color: #fff;}
.main17 .box .lb17_2 .list .tt2{font-size: 16px;color: #fff;}
.main17 .box .lb17_1 .list:after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .4);position: absolute;left: 0;top:0;transition: all .3s;}
.main17 .box .lb17_1 .swiper-slide.swiper-slide-thumb-active .list:after{background: transparent;}


.main17 .box1{display: flex;justify-content: space-around;background: #EC9123;margin-top: 10px;}
.main17 .box1 .list{width: 25%;min-height: 160px;display: flex;align-items: center;justify-content: center;font-size: 24px;color: #fff;line-height: 34px;}
.main17 .box1 .list:nth-child(n+2){border-left: 1px solid #fff;}
.main17 .box1 .list b{font-size: 42px;line-height: 70px;padding-right: 8px;}



.titletop{font-size: 16px;color: #777;line-height: 24px;padding: 18px 0;border-bottom: 1px solid #e8e8e8;}
.titletop span{color: #333;}
.titletop .div1{padding-left: 30px;position: relative;}
.titletop .div1 img{display: block;position: absolute;left: 0;top:1px;}
.titletop a:hover{color: var(--color_hover);}



.ny{padding: 50px 0 99px;}
.nyzuo .xia{margin-top: 20px;}
.nyzuo .xia .ttbox{border: 1px solid #e8e8e8;display: flex;justify-content: center;padding: 20px 0;}
.nyzuo .xia .ttbox .tt1{font-size: 20px;color: #333;font-weight: bold;}
.nyzuo .xia .ttbox .tt2{font-size: 14px;color: #ec9123;padding-left: 44px;position: relative;line-height: 20px;margin-top: 8px;}
.nyzuo .xia .ttbox .tt2 div{font-size: 20px;font-weight: bold;line-height: 28px;}
.nyzuo .xia .ttbox .tt2:before{font-size: 34px;color: #ec9123;position: absolute;left: 0;top:15px;}
.nyzuo .xia .tt3{border: 1px solid #e8e8e8;padding: 20px 25px;font-size: 15px;color: #333;line-height: 2;margin-top: -1px;}




.ul.yicheng{background-color: #fff;border: 1px solid #e8e8e8;padding: 10px;}
.ul.yicheng a:nth-child(n+2){margin-top: 8px;}


.nyxw .list{display: block;border-bottom: 1px dashed #e8e8e8;padding-bottom: 25px;margin-bottom: 25px;}
.nyxw .list .img{width: calc(20% + 100px);height: 204px;float: left;}
.nyxw .list .img .bjcover{height: 100%;}
.nyxw .list .tt{width: calc(80% - 100px);float: right;padding: 14px 0 14px 40px;}
.nyxw .list .tt1{font-size: 20px;font-weight: bold;line-height: 30px;color: #333;margin-bottom: 10px;}
.nyxw .list .tt2{font-size: 15px;color: #888;-webkit-line-clamp: 3;line-height: 1.7;min-height: 5.1em;}
.nyxw .list .tt3{display: flex;margin-top:8px;}
.nyxw .list .tt3 a{width: 120px;height: 38px;background: var(--color_zhuti);font-size: 16px;margin: 10px 10px 0 0;display: flex;justify-content: center;align-items: center;}
.nyxw .list .tt3 a:nth-child(2){background:#333333;color: #fff;}
.nyxw .list .tt3 a:hover{background: var(--color_hover);}
@media (max-width:600px){
    .nyxw .list{padding-bottom: 20px;margin-bottom: 20px;}
    .nyxw .list .img{width: 100%;height: auto;}
    .nyxw .list .img .bjcover{height: auto;padding-top:73.38%;}
    .nyxw .list .tt{width:100%;padding: 20px 0 0;}




}




/*详情页*/
.danye{font-size: 15px;line-height: 1.8;}
.danye .topbox{margin-bottom:20px;text-align: center;}
.danye .bt{color: #000;font-size:24px;padding-bottom: 10px;line-height: 1.5;}
.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 #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;}
.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: 15px;line-height: 1.8;}
	.danye img{display: block !important; max-width: 100% !important; height: auto !important; margin: 2px auto !important;}
    .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 .xian{margin-top: 14px;}
    .danye .tt1{padding-top: 0;font-size: 22px;padding-bottom: 11px;}
    .danye .tt2{font-size: 15px;}
    .danyetop{font-size: 20px;padding-bottom: 11px;margin-bottom: 11px;margin-top: 25px;line-height: 30px;}

}











/*产品详情*/
.cpxq1 .imgbox{width:48%;float: left;}
.cpxq1 .ttbox{width:52%;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;cursor: pointer;}
.cpxq1 .swiper-slide .bjcover{height:auto!important;padding-top: 100%!important;}
.cpxq1 .swiperxq2 .swiper-slide{border: 1px solid #e8e8e8;background-color: #fff;overflow: hidden;}
.cpxq1 .swiperxq2 .swiper-slide .bjcover{height:auto!important;}

/*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;}*/
/*结束*/

.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%;font-size: 26px;text-align: center;color: #666;background: #f0f0f0;left: 0;top:0;margin: 0;}
.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;}
.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: 26px;color: var(--title_color);border-bottom: 1px solid #eee;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{font-size: 0;margin-top: 38px;}
.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:20px;font-size: 18px;line-height: 1.8;color: #333;overflow: hidden;}
.cpxq2 .top2{font-size: 0;border-bottom: 1px solid #eee;margin: 20px 0;overflow: hidden;}
.cpxq2 .top2 span{display: inline-block;vertical-align: top;border-bottom: 4px solid var(--active_color);font-size: 24px;color: #444;font-weight: bold;padding-bottom: 11px;}
.cpxq2 .top2 span b{color: var(--active_color);}
.cpxq2 .ttbox{padding-bottom: 20px;}
@media (max-width:991px){
    /*产品详情*/
    .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:90%;}
    .cpxq1 .swiperxq2 .swiper-slide .bjcover{height:auto;padding-top:90%;}

    .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:16px;line-height: 32px;}
    .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: 20px;}
    .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:10px;}
    .cpxq2 .top2{margin-bottom: 11px;margin: 0 0 20px;}
    .cpxq1 .ttbox .tt3 .tt4 img{top:18px;}
}







/*定制案例*/
.nycase{margin: 0 -10px;}
.nycase .list{display: block;background-color: #fff;overflow: hidden;width: calc(33.33% - 20px);margin: 0 10px 20px;float: left;}
.nycase .list .bjcover{padding-top:76%;}
.nycase .list .tt{padding:22px 10px;}
.nycase .list .tt1{font-size: 18px;font-weight: bold;}
.nycase .list .tt2{-webkit-line-clamp: 3;min-height: 4.8em;margin-top: 6px;color: #555;}
.nycase .list .tt3{background: var(--color_zhuti);margin: 1px;font-size: 16px;color: #413b20;line-height: 50px;padding: 0 33px;display: flex;justify-content: space-between;font-weight: bold;}
.nycase .list .tt3 i{font-size: 140%;}
.nycase .list:hover .bjcover{transform: var(--transform_scale);}
.nycase .list:hover .tt1{color: var(--color_zhuti);}
.nycase .list:hover .tt3{background-color: var(--color_hover);}



.nyjiaru .list{display: block;background: #f5f5f5;padding: 30px;margin-bottom: 30px;}
.nyjiaru .list .tt1{font-size: 22px;}
.nyjiaru .list .tt2{font-size: 15px;color: #666;margin-top: 11px;}
.nyjiaru .list .tt3{width: 124px;height: 34px;display: flex;align-items: center;justify-content: center;background: #333;position: relative;padding-right: 36px;color: #fff;margin-top:18px;font-size:90%;}
.nyjiaru .list .tt3 i{display: flex;justify-content: center;align-items: center;width: 36px;background: var(--color_zhuti);position: absolute;right: 0;top:0;height: 100%;color: #333;transition: all .3s;}
.nyjiaru .list .tt3:hover{padding-left: 10px;background-color: #fff;color: #333;}
.nyjiaru .list .tt3:hover i{padding-right: 10px;}
.nyjiaru .list:hover{background: var(--color_zhuti);}
.nyjiaru .list:hover .tt3 i{background: #fff;}























/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1199px){
    header nav ul li > a{font-size: 16px;}
    .nycp .list{width: calc(50% - 20px);}

    .main12{height:auto;padding-top: 26%;}


    /*定制案例*/
    .nycase .list{width: calc(50% - 20px);}




}
@media (max-width:991px) {
    body{font-size: 14px;padding-top: 80px;}
    /*.banner .swiper-slide img{width:140%;max-width: 140%;margin-left: -20%;}*/
    .banner .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 3px -4px !important;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 22px;}

.main1 video{background: #000;}



    header{position: fixed;left: 0;width: 100%;top:0;z-index: 111;background-color: #fff;box-shadow: 0 4px 11px rgba(0, 0, 0, .08);}

    /*pc导航*/
    header nav{display:none;width:100%;max-width:66%;float: none;padding:50px 20px;margin:0;position: absolute;right:0;top:100%;z-index:7;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_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 > li:after{display: none;}
    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:30px;cursor: pointer;z-index: 10;}
    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;}

/*    header .box2{position: relative;z-index: 8;width: 85px;}
    header .box2 .container-fluid{padding: 0;}
    header .box2 .list{height:80px;}
    header .box2 .list .logo{position: absolute;left: 15px;right: auto;width: 85px;height: 130px;padding-bottom: 4px;top:-11px;}*/
    header .box2{background: transparent;}
    header .box2 .list{height:auto;padding-top: 4px;}
    header .box2 .list .logo{position: relative;left: auto;right:auto;top:auto;width: calc(100% - 50px);height: auto;margin: 0;justify-content: left;align-items: center;display: flex;padding-bottom: 0;background: transparent!important;height: 80px;}
    header .box2 .list .logo img{max-height: 60%;max-width: 100%;}





    .yingwen li{text-align: center;background:var(--color_zhuti)!important;padding: 0!important;color: #fff;margin-top: 10px!important}
    .yingwen li a{font-size: 20px;color: #fff!important;padding: 0!important}   


    .main88{padding-top:44px;padding-bottom: 44px;}
    .title{padding-bottom: 24px;}
    .title .div1 span{min-width: 120px;font-size: 16px;}
    .title .div1 span:after{top:11px;}
    .title .div1 span:before{top:11px;}
    .title .div2 span{font-size:26px;padding: 0 10px;line-height: 36px;}
    .title .div2 span:after{top:8px;background-size: 20px!important}
    .title .div2 span:before{top:8px;background-size: 20px!important}


    /*关于百润*/
    .main1 .box{padding:20px;}
    .main1 .box .bjcover{position: relative;right: auto;top:auto;width:100%;height: auto;/*padding-top: 60%;*/margin-top: 25px;}
    .main1 .box .tt1{font-size: 20px;line-height: 30px;}
    .main1 .box .tt2{font-size: 14px !important;line-height: 1.7;margin-top: 12px;-webkit-line-clamp: 10;}
	.main1 .box .tt2 p,.main1 .box .tt2 span{font-size: 14px !important;line-height: 1.2;margin-top: 12px;-webkit-line-clamp: 10;}
    .main1 .box .tt3{margin-top: 14px;}

    /*我们的服务*/
    .main2 .list .tt{line-height:44px;margin-top: 1px;font-size: 15px;}

    .title1{margin-top:25px;}
    .title1 a{font-size: 15px;line-height:28px;padding: 8px 22px;}
    .title1 a b{font-size: 20px;}


    /*产品中心*/
    .nyzuo{width:100%;margin-bottom:20px;}
    .nyyou{width:100%;}
    .nyzuo .top{font-size: 20px;line-height: 30px;;padding:12px 20px 12px 40px;justify-content: space-between;}
    .nyzuo .top:after{width: 3px;height: 22px;left: 20px;top:16px;}
    .nyzuo .top i{font-size: 80%;}
    .nyzuo .ul{display: none;}
    .nyzuo .ul > a{font-size: 16px;line-height: 50px;padding-left: 60px;}
    .nyzuo .ul > a img{top:14px;}


    .nycp{margin: 0 -6px;}
    .nycp .list{width: calc(50% - 12px);margin: 0 6px 12px;}
    .nycp .list .img{margin: 1px;}
    .nycp .list .tt{font-size: 14px;line-height: 44px;}

    .main3 .nyyou{margin-bottom: -12px;}



    /*优势价值*/
    .main4 .box .top{font-size: 20px;line-height: 32px;padding: 30px 0;}
    .main4 .box .list{padding: 0!important;}
    .main4 .box .list .bjcover{position: relative;right: auto;top:auto;width: 100%;height: auto;padding-top:50%;}
    .main4 .box .list .tt1{min-height:60px;font-size: 20px;line-height: 30px;padding: 10px 10px 10px 86px;}
    .main4 .box .list .tt1 span{width: 66px;font-size: 24px;}
    .main4 .box .list .tt2{padding: 15px 15px 15px 25px;}
    .main4 .box .list .tt2 .tt3{font-size: 16px;padding:4px 10px 4px 25px;line-height: 28px;}
    .main4 .box .list .tt2 .tt3 img{top:13px;}




    /*定制案例*/
    .lb5{padding: 0;}
    .lb5 .swiper{padding: 0 0 0 15px;}
    .lb5 .list .tt{padding: 20px 25px;}
    .lb5 .list .tt1{font-size: 18px;}
    .lb5 .list .tt2{margin-top:6px;}
    .lb5 .list .tt3{font-size: 14px;line-height: 44px;font-weight: normal;padding: 0 23px;}
    .lb5 .swiper-slide{width: 80%;}
    .lb5 .swiper-button-prev{display: none;}
    .lb5 .swiper-button-next{display: none;}



    .main6 .list2 a{width: calc(100% - 20px);padding:18px 18px 20px;}
    .main6 .list2 a .tt8{font-size: 17px;padding-left: 30px;}
    .main6 .list2 a .tt8 img{top:7px;width:20px;}
    .main6 .list2 a .tt9{margin-top: 8px;padding-left: 30px;}
    .main6 .list2 a .tt9 img{width: 20px;}



    footer .ul{padding: 18px 0;}
    footer .ul a{font-size: 15px;line-height: 32px;padding: 0 15px;}
    footer .fhdb{display: none;}
    footer .box1{padding:40px 0;font-size: 14px;line-height:2;flex-wrap: wrap;justify-content: left;}
    footer .box1 > img{display: block;}
    footer .box1 .img{margin-top: 20px;}
    footer .box1 .tt1{padding:20px 0 0;width: 100%;max-width: 100%;}
    footer .box1 .tt2{margin-top: 20px;width: 100%;}
    footer .box2{padding:16px 0;}


    .title.title_1 .div2 span{font-size: 26px;line-height: 36px;}
    .title.title_1 .div2 span:after{top:10px;}
    .title.title_1 .div2 span:before{top:10px;}
    .title.title_1 .div3{margin-top:11px;}
    .title.title_1 .div3 div span{font-size:14px;line-height: 22px;padding: 9px 15px;min-width: 180px;}
    .title.title_1 .div4{font-size: 12px;line-height: 18px;margin-top:11px;}


    /*定制流程*/
    .main7 .box{margin: -12px -6px 0;}
    .main7 .box .list{width: calc(50% - 12px);margin: 12px 6px 0;padding: 120px 10px 30px;}
    .main7 .box .list .img{width: 100%;height:70px;position: absolute;left: 0;right: 0;top:30px;text-align: center;}
    .main7 .box .list .tt{width: 100%;}
    .main7 .box .list .tt1{width: 30px;height: 38px;font-size: 16px;line-height: 44px;background-size: 30px!important}
    .main7 .box .list .tt2{font-size: 20px;margin-top: 8px;line-height: 28px;}


    .main8 .box{padding: 0;}
    .main8 .box .bjcover{width:100%;position: relative;right: auto;top:auto;height: auto;padding-top: 60%;}
    .main8 .box .list{padding: 30px;font-size:15px;}
    .main8 .box .list .tt1{font-size: 22px;line-height: 32px;padding-bottom: 6px;}
    /*.main8 .box .list:nth-child(even){font-size: 20px;line-height: 30px;}*/



    .main9{height: auto;padding:40px 0 33px;}
    .main9 .tt1 img{max-height: 80px;}
    .main9 .tt2{font-size: 26px;margin-top:15px;line-height:36px;}
    .main9 .tt2 b{padding-left: 0;display: block;}
    .main9 .tt3{font-size: 14px;line-height: 22px;margin-top: 6px;}


    .main10.main88{padding-top:25px;}
    .main10 .box1{padding: 0;}
    .main10 .box1 .img1{width: 100%;height: auto;position: relative;left: auto;top:auto;padding-top: 124%;}
    .main10 .box1 .img2{width: 100%;height: auto;position: relative;left: auto;top:auto;padding-top: 64%;}
    .main10 .box1 .tt{min-height: inherit;border: 0;margin: 1px 0;padding:25px 20px;line-height: 1.8;}

    .main10 .box2{padding: 0;}
    .main10 .box2 .img1{width: 100%;height: auto;position:relative;left: auto;top:auto;padding-top: 64%;}
    .main10 .box2 .img2{width: 100%;height: auto;position: relative;left:auto;top:auto;padding-top: 64%;}
    .main10 .box2 .img3{width: 100%;height: auto;position: relative;right:auto;top:auto;padding-top: 124%;}
    .main10 .box2 .tt{min-height: inherit;border: 0;margin: 1px 0;padding:25px 20px;line-height: 1.8;font-size: 18px;}


    /*百年袜业*/
    .main11 .box .bjcover{min-height: inherit;}
    .main11 .box .img1{width: 100%;}
    .main11 .box .img1:after{display: none;}
    .main11 .box .img2{width: 100%;}
    .main11 .box .img2 .bjcover{padding: 30px;}
    .main11 .box .img2 .tt{position: relative;left:auto;top:auto;right: auto;bottom: auto;margin: 0;max-width: 100%;max-height:inherit;width: 100%;height: auto;padding: 20px;font-size: 16px;line-height: 1.8;}
    .main11 .box .img3{width:50%;}
    .main11 .box .img3.img4:after{display:block;}
    .main11 .box .img5{width:50%;}
    .main11 .box .img5 .bjcover{padding-top: 100%;margin: 1px 0;}
    .main11 .box .img5.img6{overflow: hidden;display: flex;flex-wrap: wrap;width: 100%;}
    .main11 .box .img5:after{display: none;}
    .main11 .box .img5.img6 .bjcover{padding: 0;}

    .main11 .box .img5 .tt1{width: 80%;position: relative;right: auto;top:auto;height:auto;padding:30px;font-size: 15px;line-height: 1.8;float: right;min-height: 260px;}
    .main11 .box .img5 .tt1 .tt3{font-size: 20px;}


    .main13 .box .img1{width: calc(100% - 2px);}
    .main13 .box .img1:nth-child(2){position: relative;left: auto;bottom: auto;}
    .main13 .box .img1:nth-child(4) .bjcover{padding: 0;}
    .main13 .box .img1 .tt{position: relative;left: auto;top:auto;width: 100%;height: auto;font-size: 16px;padding:30px;}
    .main13 .box1 .img2{width: calc(100% - 2px);}
    .main13 .box1 .img2:nth-child(2){width: calc(100% - 2px);}
    .main13 .box1 .img2:nth-child(2) .bjcover{padding:30px;}
    .main13 .box1 .img2 .tt{position: relative;left:auto;top:auto;bottom: auto;margin:0;width: 100%;height: auto;font-size: 16px;padding:30px;}




    .title4{padding-bottom: 30px;}
    .title4 .div1{font-size: 20px;line-height: 30px;}
    .title4 .div2{font-size: 20px;line-height: 30px;margin-top: 2px;}
    .main14 .box a{width: calc(50% - 6px);}
    .main14 .box a .tt{font-size:15px;line-height: 44px;}


    .main14 .box2{margin-top: 22px;}
    .main14 .box2 .tt1{font-size: 26px;line-height:36px;}
    .main14 .box2 .tt2{flex-wrap: wrap;}
    .main14 .box2 .tt2 a{font-size:15px;line-height: 22px;padding: 10px 22px;min-height: 40px;margin:8px 4px 0}
    .main14 .box2 .tt2 a b{font-size: 20px;}

    .title5{padding-bottom:24px;}
    .title5 .div1{font-size: 26px;line-height: 36px;}
    .title5 .div2{font-size: 26px;line-height: 36px;}
    .main15 .container-fluid{padding-top: 22px;padding-bottom: 22px;}
    .main15 .box .list{display: block;width: calc(50% - 2px);}
.main15 .box .list:nth-child(1){width: calc(100% - 2px);}




    /*18年中高端袜子生产经验团队*/
    .main16 .container-fluid .list{padding:0!important;}
    .main16 .bjcover{position: relative!important;left: auto!important;top:auto!important;width:100%!important;height: auto!important;right: auto!important;padding-top: 63.3%!important;}
    .main16 .tt{padding: 30px 0!important;width: 100%!important;}
    .main16 .tt1{font-size: 16px;line-height: 26px;padding-left: 70px;margin-bottom:10px;}
    .main16 .tt1 b{font-size: 22px;line-height: 36px;}
    .main16 .tt1 span{width: 52px;height: 52px;font-size: 26px;line-height:52px;top:7px;}
    .main16 .tt1:after{width: 52px;height: 52px;left: 4px;top:11px;}
    .main16 .tt2{font-size: 15px;min-height: inherit;line-height: 1.8;}
    .main16 > div:nth-last-child(1) .tt{padding-bottom: 0!important}


    .main17 > img{width: 180%;max-width: 180%;margin-left: -40%;}
    .main17 .box{padding:20px;}
    .main17 .box .lb17_2 .list .tt{position: relative;left: auto;width: 100%;bottom: auto;background:var(--color_hover);padding: 11px 20px;}
    .main17 .box .lb17_2 .list .tt1{font-size: 18px;}
    .main17 .box .lb17_2 .list .tt2{font-size: 15px;}

    .main17 .box1{display: flex;justify-content: space-around;background: #EC9123;margin-top: 10px;flex-wrap: wrap;padding: 20px 0;}
    .main17 .box1 .list{width: 50%;min-height: 60px;font-size: 18px;line-height: 28px;}
    .main17 .box1 .list:nth-child(n+2){border-left:0;}
    .main17 .box1 .list b{font-size:30px;line-height: 40px;padding-right: 6px;}


    .titletop{font-size: 14px;}
    .ny{padding: 30px 0 50px;}



    /*定制案例*/
    .nycase{margin: 0 -6px;}
    .nycase .list{width: calc(50% - 12px);margin: 0 6px 22px;}
    .nycase .list .tt{padding: 20px 5px;}
    .nycase .list .tt1{font-size: 18px;}
    .nycase .list .tt2{margin-top:6px;}
    .nycase .list .tt3{font-size: 14px;line-height: 44px;font-weight: normal;padding: 0 23px;}


.main16 > .list2 .bjcover{padding-top: 39.27083333333333%!important;}

}

@media (max-width:767px) {
.nyjiaru .list{padding: 25px;}
.cpxq1 .ttbox .tt2 img{display: block !important; max-width: 100% !important; height: auto !important; margin: 2px auto !important;}

}
@media (max-width:600px) {
    .nycase .list{width: calc(100% - 12px);}
    .nycase .list .tt2{min-height: inherit;}

}

@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 #fff;width: 100%;text-align: center;font-size: 0;}
    .sjdibu .box1 a{display: inline-block;vertical-align: top;color: #444;padding: 5px;}
    .sjdibu .box1 a span{ color:#444; font-size:16px; line-height:20px;}
    .sjdibu .box1 a h6{ font-size:12px; line-height:20px;margin: 0;}
    .sjdibu .box1 a:hover,.sjdibu .box1 a:visited{background-color: rgba(255, 255, 255, .3);}
    .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;} 
}

.nyzuo .xia .ttbox{padding: 20px 25px;justify-content: left;}
.title4 .div2{line-height: 1.4;padding-top: 6px;}
.nyzuo .xia .ttbox .tt1{font-size:17px;}
.nyzuo .xia .ttbox .tt2 div{line-height: 24px;}
.nyzuo .xia .tt3{font-size: 14px;}

.main4 .box .list .tt2{height: 268px;overflow: auto;}
@media (max-width:991px) {
    .main4 .box .list .tt2{height:auto;overflow: auto;} 
}


/*
.main16 > div:nth-child(2) .tt{height: 372px;overflow: auto;}
.main16 > div:nth-child(3) .tt{height: 382px;overflow: auto;}
.main16 > div:nth-child(4) .tt{height: 372px;overflow: auto;}
.main16 > div:nth-child(5) .tt{height: 382px;overflow: auto;}
*/


.main16 > div:nth-child(2) .bjcover{padding-top: 0!important;height: 372px!important;overflow: auto;}
.main16 > div:nth-child(3) .bjcover{padding-top: 0!important;height: 382px!important;overflow: auto;}
.main16 > div:nth-child(4) .bjcover{padding-top: 0!important;height: 372px!important;overflow: auto;}
.main16 > div:nth-child(5) .bjcover{padding-top: 0!important;height: 382px!important;overflow: auto;}
@media (min-width:992px) {
.main16 .tt{padding-top: 0!important;}
.main16 .tt1 b{font-size: 30px;line-height: 38px;padding-bottom:11px;}
.main16 .tt1{line-height: 30px;}
.main16 .tt2{line-height: 30px;}
}
@media (max-width:991px) {
    .main16 > div:nth-child(2) .bjcover{padding-top:62%!important;height:auto!important;overflow: auto;}
    .main16 > div:nth-child(3) .bjcover{padding-top:40.12%!important;height:auto!important;overflow: auto;}
    .main16 > div:nth-child(4) .bjcover{padding-top:39%!important;height:auto!important;overflow: auto;}
    .main16 > div:nth-child(5) .bjcover{padding-top:63.666%!important;height:auto!important;overflow: auto;}
    .main16 .tt1 b{line-height: 30px;padding-bottom: 6px;}
}


@media (min-width:992px) {
.main8 .box .list{height: 275px;overflow: auto;}
}


@media (max-width:991px) {
    .main9{padding: 26% 0 0!important;}
}

@media (min-width:992px) {
.main10 .box2 .tt{font-size: 18px;line-height: 1.7;}
.main10 .box2 .tt{min-height: 200px;}
.main10 .box1 .tt{height: 380px;overflow: auto;display: block;}
.main13 .box1 .img2 .tt{height: 370px;overflow: auto;display: block;}
}




/*.liuyan2{display: flex;justify-content: space-between;flex-direction: row-reverse;}*/
/*.liuyan2 form{width: 55%;}*/
.liuyan2 form{margin-top: 25px;}
.liuyan2 form span{font-size: 16px;color: #777;display: block;padding-bottom: 4px;}
.liuyan2 form span i{color: rgba(241, 89, 41, 1);}
.liuyan2 form input{height: 48px;border: 1px solid #ddd;padding: 0 15px;width: 100%;margin-bottom: 18px;}
.liuyan2 form textarea{line-height: 28px;height:134px;border: 1px solid #ddd;padding: 9px 15px;width: 100%;margin-bottom: 18px;}
.liuyan2 form button{width: 140px;height: 48px;background:var(--color_zhuti);border-radius: 44px;font-size: 18px;color: #222;border: 0;font-weight: bold;}
.liuyan2 form button:hover{background: var(--color_hover);}
/*.liuyan2 .liuyan3{width: 40%;}*/
/*.liuyan2 .liuyan3 .bt{text-align: left;}*/
@media (max-width:991px) {
.liuyan2{flex-wrap: wrap;}
.liuyan2 form{width: 100%;margin-top: 20px;}
.liuyan2 .liuyan3{width: 100%;}
}