/*全局样式*/
@charset "utf-8";
body {font: 14px/1.7 "微软雅黑","AlibabaPuHuiTi", "Arial", "Impact";color: #222;-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;
}


:root{
    --color_zhuti: #096fd8;
    --color_border:#e5e5e5;
    --color_hover: #e40318;
    --color_hover2: #c00012;
    --rgba_hs: rgba(0, 0, 0, .06);
    --rgba_bs: rgba(255, 255, 255, .06);
    --ali_family: AlibabaPuHuiTi;
    --transition_3:all .3s linear;
    --transition_5:all .5s linear;
    --transition_8:all .8s linear;
    --transform_scale: scale(1.08);
    --transform_rotateX: rotateX(360deg);
    --transform_rotateY: rotateY(360deg);  

}


header{position: relative;z-index: 111;}
header .box1{border-bottom: 1px solid var(--color_border);line-height: 40px;font-size: 15px;color: #888;}
header .box1 .div1{font-size: 0;}
header .box1 .div1 a{font-size: 14px;color: #888;line-height: 40px;position: relative;display: inline-block;vertical-align: top;padding-left: 22px;}
header .box1 .div1 a:nth-child(n+2):after{content: "";width: 2px;height: 12px;background: #888;border-left: 1px solid #aaa;position: absolute;left: 10px;top:2px;bottom: 0;margin: auto 0;}
header .box2 .logo{line-height:110px;height: 110px;font-size: 0;display:block;}
header .box2 .logo img{max-height:55%;}
header .box2 .txt{font-size: 14px;color: var(--color_zhuti);line-height: 22px;margin-top: 27px;padding-left:58px;background: url(../images/t1.png) no-repeat left 4px;}
header .box2 .txt div{font-size: 32px;color: var(--color_hover);font-family: 'Impact';line-height: 34px;}


header nav{background-color: var(--color_zhuti);}
header nav ul{position: relative;}
header nav ul li{width: 100%;text-align: center;position: relative;}
header nav ul li > a{display:block;line-height:60px;font-size: 16px;color: #fff;position: relative;}
header nav ul li > i{display: none;}
header nav ul li:hover > a{background-color: var(--color_hover);}
header nav ul li.active > a{background-color: var(--color_hover);}
header nav .ul{display:none;position: absolute;left: 0;top:100%;width: 100%;right: 0;background:rgba(255,255,255,1);padding:1px 0;box-shadow: 0 0 10px rgba(0,0,0,.2);overflow: hidden;}
header nav .ul a{font-size: 14px;color: #333;line-height: 23px;padding:10px 8px;display: block;}
header nav .ul a:nth-child(n+2){border-top: 1px solid #eee;}
header nav .ul a:hover{background-color: var(--color_hover);color: #fff;}
header nav .ul a.active{background-color: var(--color_hover);color: #fff;}
@media (min-width:992px){
    header nav ul > li:hover .ul{display: block;}
}


/*banner*/
.banner{position: relative;z-index: 1;overflow: hidden;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide img{display: block;width: 100%;}
.banner .swiper-pagination-bullet{background:#fff;opacity:.66;transition: all .2s;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;border-radius: 4px;opacity: 1;}



.ssbox{background-color: var(--color_zhuti);box-shadow: 0 6px 11px var(--rgba_hs);padding: 12px 0;}
.ssbox form{width: 300px;line-height: 34px;height: 34px;background-color: #fff;}
.ssbox form input{width: calc(100% - 60px);float: left;background: transparent;border: 0;line-height: 34px;height: 34px;padding: 0 15px;}
.ssbox form button{width: 60px;float: left;background:var(--color_hover);border: 0;line-height: 34px;height: 34px;font-size: 16px;color: #fff;text-align: center;}
.ssbox form button:hover{background-color: var(--color_hover2);}
.ssbox .ul{width: calc(100% - 300px);height: 34px;overflow: hidden;}
.ssbox .ul a{display: inline-block;vertical-align: top;font-size: 14px;line-height: 34px;color: #fff;padding-right: 22px;}
.ssbox .ul a:nth-child(1){padding-right: 8px;}
.ssbox .ul a:nth-child(n+2):hover{text-decoration:underline!important;}


.main66{padding: 66px 0;}
.title{overflow: hidden;padding-bottom: 44px;text-align: center;}
.title .div1{font-size: 0;}
.title .div1 span{display: inline-block;vertical-align: top;font-size: 36px;font-weight: bold;color: #222;line-height: 46px;padding: 0 28px;position: relative;}
.title .div1 span:after{content: "";width: 28px;height: 11px;background: url(../images/t2.png)no-repeat;position: absolute;right: 100%;top:11px;bottom: 0;margin: auto 0;}
.title .div1 span:before{content: "";width: 28px;height: 11px;background: url(../images/t2.png)no-repeat;position: absolute;left: 100%;top:11px;bottom: 0;margin: auto 0;transform: rotateY(180deg);}
.title .div2{font-family: 'Arial';font-size: 18px;color: #888;text-transform: uppercase;font-weight: bold;padding-top:2px;}
.title .div3{font-size: 16px;margin-top: 8px;line-height: 1.6;}
.title .div4{margin-top: 24px;}

.title.titlebs .div1 span{color: #fff;}
.title.titlebs .div1 span:after{display: none;}
.title.titlebs .div1 span:before{display: none;}
.title.titlebs .div2{color: #fff;opacity: .4;}
.title.titlebs .div3{color: #fff;}


.more{display: block;width: 150px;line-height: 46px;background-color: var(--color_zhuti);font-size: 16px;color: #fff;margin: 44px auto 0;text-align: center;}
.more:hover{background-color: var(--color_hover);}




/*服务项目*/
.main1{background-color: #f7f7f7;}
.main1 .lb1{margin: -10px;}
.main1 .list{display: block;background-color: #fff;text-align: center;margin: 10px;box-shadow: 0 0 11px var(--rgba_hs);}
.main1 .list .img{height: 240px;line-height: 240px;font-size: 0;border: 1px solid var(--color_border);}
.main1 .list .img img{max-height: 52%;}
.main1 .list .tt{font-size: 24px;line-height: 80px;text-align: center;background-color: var(--color_zhuti);color: #fff;}
.main1 .list:hover .img img{transform: var(--transform_rotateY);transition: var(--transition_8);}
.main1 .list:hover .tt{background-color: var(--color_hover);}


/*条幅*/
.main2{padding: 30px 0;text-align: center;color: #fff;}
.main2 .tt1{font-size: 40px;font-weight: bold;text-shadow: 0 4px 6px var(--rgba_hs);line-height: 50px;}
.main2 .tt2{font-size: 20px;margin-top: 8px;}
.main2 .tt3{font-size: 0;margin-top: 20px;}
.main2 .tt3 span{display: inline-block;font-family: 'Impact';font-size: 32px;color: #ffd200;border: 2px solid #ffd200;padding: 0 18px;line-height: 48px;border-radius: 44px;}
.main2 .tt3 span img{padding-right: 6px;position: relative;top:-2px;}





/*案例展示*/
.main3 .lb3{margin: -10px;position: relative;}
.main3 .list{display: block;margin: 10px;border: 1px solid var(--color_border);}
.main3 .list .img{margin: 1px;}
.main3 .list .img .bjcover{padding-top: 80%;}
.main3 .list:hover .bjcover{transform: var(--transform_scale);}
.main3 .list .tt{border-top: 1px solid var(--color_border);font-size: 18px;line-height: 60px;padding: 0 66px 0 22px;position: relative;}
.main3 .list .tt i{width: 60px;border-left: 1px solid var(--color_border);position: absolute;right: 0;top:0;font-size: 20px;color: #888;text-align: center;}
.main3 .list:hover .tt{color: var(--color_zhuti);}
.main3 .list:hover .tt i{color: var(--color_zhuti);}
.main3 .swiper-button-prev{width: 58px;height: 58px;font-size:52px;line-height: 58px;margin-top: -28px;text-align: center;color: #333;left: -80px;}
.main3 .swiper-button-prev:after{display:none;}
.main3 .swiper-button-next{width: 58px;height: 58px;font-size:52px;line-height: 58px;margin-top: -28px;text-align: center;color: #333;right: -80px;}
.main3 .swiper-button-next:after{display:none;}
.main3 .swiper-button-prev:hover{color: var(--color_zhuti);}
.main3 .swiper-button-next:hover{color: var(--color_zhuti);}


/*关于我们*/
.main4 .img{background-color: rgba(255, 255, 255, .6);padding: 13px;width: 44%;float: right;}
.main4 .img .bjcover{height: 410px;}
.main4 .tt{width: 56%;float: left;padding: 40px 40px 0 0;color: #fff;}
.main4 .tt .tt1{font-size: 24px;font-weight: bold;position: relative;padding-bottom: 20px;margin-bottom: 20px;}
.main4 .tt .tt1:after{content: "";width: 50px;height: 2px;background-color: #fff;position: absolute;left: 0;bottom: 0;}
.main4 .tt .tt2{font-size: 16px;line-height:30px;-webkit-line-clamp: 6;max-height: 180px;}
.main4 .tt .tt3{display: block;width: 150px;line-height: 42px;background-color: #fff;margin-top: 33px;font-size: 16px;color: #000;padding-right: 46px;position: relative;text-align: center;}
.main4 .tt .tt3 i{width: 46px;border-left: 1px solid var(--color_zhuti);font-size: 20px;color: #333;position: absolute;right: 0;top:0;}
.main4 .tt .tt3:hover{background-color: var(--color_hover);color: #fff;}
.main4 .tt .tt3:hover i{color: #fff;border-left: 1px solid rgba(255, 255, 255, .2);}



/*资质证书*/
.main5 .lb5{margin: -10px;position: relative;}
.main5 .list{display: block;margin: 10px;border: 1px solid var(--color_border);}
.main5 .list .img{border-bottom: 1px solid var(--color_border);padding:16px;}
.main5 .list .img .tr2{padding-top: 141.4285714285714%;}
.main5 .list:hover .img .tr2{transform: var(--transform_scale);}
.main5 .list .tt{font-size: 18px;line-height: 60px;padding: 0 10px;background-color: #f7f7f7;text-align: center;margin: 1px;}
.main5 .list:hover .tt{color: var(--color_zhuti);}

.main5 .swiper-button-prev{width: 58px;height: 58px;font-size:52px;line-height: 58px;margin-top: -28px;text-align: center;color: #333;left: -80px;}
.main5 .swiper-button-prev:after{display:none;}
.main5 .swiper-button-next{width: 58px;height: 58px;font-size:52px;line-height: 58px;margin-top: -28px;text-align: center;color: #333;right: -80px;}
.main5 .swiper-button-next:after{display:none;}
.main5 .swiper-button-prev:hover{color: var(--color_zhuti);}
.main5 .swiper-button-next:hover{color: var(--color_zhuti);}



/*四大理由*/
.main7{background:#f6f6f6;}
.main7 .title .div1 span{font-size: 48px;line-height: 58px;}
.main7 .title .div1 span b{color: var(--color_hover);}
.main7 .container-fluid{padding-top: 20px;padding-bottom: 20px;}
.main7 .list:nth-child(n+2){margin-top: 77px;}
.main7 .list .tt{float: left;width: 50%;padding-right: 22px;}
.main7 .list .img{float: right;width: 50%;height: 300px;position: relative;}
.main7 .list .img img{display: block;position: absolute;right: 0;top:0;bottom: 0;margin: auto 0;max-width:86%;max-height: 94%;}
.main7 .list .img:after{content: "";width: 2px;height:100%;background: var(--color_zhuti);position: absolute;left:40px;top:0;transform:rotate(-12deg);}
.main7 .list:nth-child(even) .tt{padding-right: 0;padding-left:44px;}
.main7 .list:nth-child(even) .img{float: left;}
.main7 .list:nth-child(even) .img img{right: auto;left: 0;}
.main7 .list:nth-child(even) .img:after{right:33px;left: auto;transform:rotate(12deg);}
.main7 .tt .tt1{font-size: 28px;font-weight: bold;padding-left:80px;color: #000;position: relative;margin-bottom:30px;margin-top: 15px;}
.main7 .tt .tt1 span{font-size: 16px;font-weight: normal;text-transform: uppercase;font-family: 'Arial';display: block;}
.main7 .tt .tt1 div{width: 62px;height: 62px;font-size: 0;line-height: 62px;text-align: center;background: var(--color_zhuti);box-shadow: 5px 5px 15px rgba(2,34,78,.15);position: absolute;left: 0;top:2px;border-radius: 14px;}
.main7 .tt .tt1 div img{max-height: 55%;}
.main7 .tt .tt2{font-size: 24px;font-weight: bold;color: #000;margin-bottom: 10px;}
.main7 .tt .tt3{font-size: 16px;color: #999;line-height: 30px;}



/*新闻中心*/
.main9 .zuo{width:calc(14% + 270px);float: left;background: #fff;box-shadow: 0 0 8px rgba(0,0,0,.12);display: block;padding: 10px;padding-bottom: 0;margin-bottom: 10px;border: 1px solid #f2efef;}
.main9 .zuo .bjcover{height: 350px;}
.main9 .zuo:hover .bjcover{transform:scale(1.06);}
.main9 .zuo .tt{color: #373737;font-size: 17px;font-weight: bold;padding: 0 40px 0 14px;position: relative;line-height: 66px;}
.main9 .zuo:hover .tt{color: var(--color_hover);}
/*.main9 .zuo .tt:after{content:"";width: 15px;height: 15px;background: url("../images/tu26.png") no-repeat;position: absolute;left: -15px;top:0;bottom:0;margin: auto 0;}*/
.main9 .zuo .tt:before{content:"";width: 19px;height: 15px;background: url("../images/tu27.png") no-repeat;position: absolute;right: 10px;top:0;bottom:0;margin: auto 0;}
.main9 .zuo:hover .tt:before{background: url("../images/tu27-1.png") no-repeat;}
.main9 .you{width:calc(86% - 280px);padding-left: 10px;float: right;}
.main9 .you .list{display:block;background: #fff;box-shadow: 0 0 8px rgba(0,0,0,.12);margin-bottom: 10px;position: relative;padding-left: 196px;border: 1px solid #f2efef;height: 136px;padding-right: 24px;}
.main9 .you .list .tt1{font-size: 18px;color: #666666;font-weight: bold;margin-top: 32px;line-height: 18px;position: relative;padding-left: 26px;padding-bottom: 14px;margin-bottom: 12px;}
.main9 .you .list .tt1:after{content: "";width: 15px;height: 15px;background: url("../images/tu26-1.jpg") no-repeat;position: absolute;left: 0;top:2px;transition: all 0.3s;}
.main9 .you .list .tt1:before{content: "";width: 16px;height: 2px;background: #d3d3d3;position: absolute;left: 26px;bottom:0;transition: all 0.3s;}
.main9 .you .list .tt3{font-size: 13px;color: #999999;position: relative;padding-bottom: 18px;padding-left: 26px;}
.main9 .you .list .tt3:after{content: "";width: 42px;height: 7px;background: url("../images/tu28.png") no-repeat;position: absolute;left: 26px;bottom:0;transition: all 0.3s;opacity: 1;}
.main9 .you .list .tt3:before{content: "";width: 42px;height: 7px;background: url("../images/tu28-1.png") no-repeat;position: absolute;left: 26px;bottom:0;transition: all 0.3s;opacity: 0;}
.main9 .you .list .tt2{font-size: 12px;color: #999999;width: 160px;text-align: center;border-right: 1px solid #e5e5e5;position: absolute;left: 0;top:0;height: 100%;}
.main9 .you .list .tt2 b{font-size: 40px;color: #000;font-weight: inherit;display: block;}
.main9 .you .list .tt2 i{display: none;}
.main9 .you .list .tt2 div{position:absolute;left: 0;right: 0;top:50%;transform:translateY(-50%);}
.main9 .you .list:after{content:"";width: 30px;height: 30px;background: #f3f3f3;position: absolute;left: 0;top:0;}
.main9 .you .list:hover .tt1{color: var(--color_hover);}
.main9 .you .list:hover .tt1:after{background: url("../images/tu26.png") no-repeat;}
.main9 .you .list:hover .tt3:after{left: 40px;opacity: 0;}
.main9 .you .list:hover .tt3:before{left: 40px;opacity: 1;}
.main9 .you .list:nth-child(n+4){display:none;}


footer{background-color: #042f58;}
footer .box1{padding: 66px 0 33px;}
footer .box1 .logo2{text-align: center;}
footer .box1 .tt1{font-size: 14px;color: #fff;text-align: center;margin-top:26px;}
footer .box1 .tt1 div{font-size: 26px;font-family: 'Arial';display: block;line-height: 30px;font-weight: bold;}
footer .box1 .tt1 div img{max-height: 30px;opacity: .4;padding-right:11px;position: relative;top:-1px;}
footer .box1 .listbox{margin-top:33px;font-size: 14px;color: rgba(255,255,255,.6);line-height:38px;}
footer .box1 .listbox .list1{width: calc(50% - 120px);float: left;padding-right: 66px;}
footer .box1 .listbox .list3{width: calc(50% - 120px);float: left;padding-left: 66px;}
footer .box1 .listbox .list2{width: 240px;float: left;text-align: center;color: rgba(255,255,255,.6);line-height: 30px;}
footer .box1 .listbox .list2 .img{max-width: 150px;background: #fff;padding: 5px;margin: 0 auto 8px;border-radius: 8px;}
footer .box1 .listbox .tt2{font-size: 16px;color: #fff;}
footer .box1 .listbox .list1 .tt2{text-align: right;}
footer .box1 .listbox .tt3{padding-left: 30px;position: relative;}
footer .box1 .listbox .tt3 img{display: block;position: absolute;left: 0;top:8px;}
footer .box2 .ul{font-size: 0;text-align: center;padding: 18px 0;}
footer .box2 .ul a{display: inline-block;vertical-align: top;font-size: 14px;color: #fff;line-height: 30px;padding: 0 20px;position: relative;}
footer .box2 .ul a:nth-child(n+2):after{content: "";width: 2px;height: 14px;background: rgba(255,255,255,.3);border-left: 1px solid #fff;position: absolute;left: -1px;top:1px;bottom: 0;margin: auto 0;}
footer .box2 .ul a:hover{text-decoration: underline !important;}
footer .box3{border-top: 1px solid rgba(255,255,255,.3);font-size: 14px;color: rgba(255,255,255,.6);line-height: 24px;padding: 20px 15px 30px;text-align: center;background-color: #032445;}








/*内页共用*/
.ny{min-height:444px;padding: 44px 0 50px;}
.ny .zuo{width:230px;float: left;}
.ny .you{width:calc(100% - 260px);float:right;}
.ny .zuo .top{line-height: 76px;background: var(--color_zhuti);margin-bottom: 2px;font-size:20px;font-weight: bold;color: #fff;text-align: center;height: 76px;overflow: hidden;position: relative;display: block !important ;top:0 !important}
.ny .zuo .top span{font-size: 11px;color: #fff;font-family: 'Arial';text-transform: uppercase;line-height: normal;}
.ny .zuo .top i{position: absolute;right:16px;top:2px;opacity: 1;}

.ny .zuo .ul{margin-bottom: 20px;}
.ny .zuo .ul > a{display:block;width: 100%;margin-top: 2px;line-height: 42px;background: #f1f1f1;color: #000;position: relative;padding: 0 30px;transition: all 0.3s;}
.ny .zuo .ul > a:before{position: absolute;right: 20px;top:0;color: #333;line-height: inherit;font-size: 80%;transition: all 0.3s;transform:rotate(-90deg)}
.ny .zuo .ul > a:hover{background: var(--color_zhuti);color: #fff;}
.ny .zuo .ul > a:hover:before{color: #fff;}
.ny .zuo .ul > a.active{background: var(--color_zhuti);color: #fff;}
.ny .zuo .ul > a.active:before{color: #fff;transform:rotate(0deg)}

/*左侧联系我们*/
.ny .zuo .tt{border:1px solid #eee;margin-top: 3px;background: #fff;}
.ny .zuo .tt .tt1{color: #000;padding:16px 0;padding-left: 60px;border-bottom: 1px solid #eee;background: url("../images/tu22.png") no-repeat 16px center;}
.ny .zuo .tt .tt1 span{color: #e22430;font-size: 20px;display: block;font-weight: bold;line-height: 24px;}
.ny .zuo .tt .tt2{padding:16px;color: #333;font-size: 13px;line-height: 26px;}
/*右侧顶部*/
.ny .you .top{font-size:20px;color: #000;font-weight: bold;border-bottom: 1px solid #eee;line-height:54px;margin-bottom:25px;position: relative;}
.ny .you .top .top2{position: absolute;right: 0;top:0;font-size: 14px;font-weight: 500;color: #000;}
.ny .you .top .top2 span{color: var(--color_zhuti);}
.ny .you .top .top2 a{color: #000;transition: all .2s;}
.ny .you .top .top2 a:hover{color: var(--color_zhuti);}

/* 二级需要 */
.ny .zuo .ul > a{padding-right: 40px;;}
.ny .zuo .ul > a i{display: block;position: absolute;right: 20px;top:0;color: #333;line-height: inherit;font-size: 80%;transition: all 0.3s;transform:rotate(-90deg)}
.ny .zuo .ul > a:hover i{color: #fff;}
.ny .zuo .ul > a.active i{transform:rotate(0deg);color: #fff;}
.ny .zuo .ul2{display:none;padding: 0 20px;}
.ny .zuo .ul2.active{display:block;}
.ny .zuo .ul2 a{line-height: 42px;padding:0 10px 0 15px;width: 100%;position: relative;display: block;transition: all 0.3s}
.ny .zuo .ul2 a:nth-child(n+2){border-top:1px dashed #eee;}
.ny .zuo .ul2 a:hover{color: var(--color_zhuti)}
.ny .zuo .ul2 a.active{color: var(--color_zhuti)}
/* 二级结束 */



/*内页新闻*/
.nyxw .list{margin-bottom:20px;display: block;padding: 14px;border: 1px solid #e9e9e9;}
.nyxw .list .img{width:calc(9% + 156px);float: left;}
.nyxw .list .img .bjcover{height:200px;}
.nyxw .list .tt{float: left;width: calc(91% - 156px);padding-left: 22px;}
.nyxw .list .tt1{font-size: 17px;color: #000;font-weight: bold;line-height: 27px;margin-top: 10px;}
.nyxw .list .tt2{color: #b1b1b1;font-size: 12px;line-height: 28px;}
.nyxw .list .tt3{color: #333333;line-height: 25px;height: 75px;overflow: hidden;}
.nyxw .list .tt4{width:96px;border: 1px solid #d9d9d9;border-radius: 20px;text-align: center;color: #333333;line-height: 29px;margin-top: 14px;position: relative;padding-right: 20px;}
.nyxw .list .tt4:after{content:"";width: 10px;height: 7px;background: url("../images/tu29.png") no-repeat center center;position: absolute;right: 20px;top:0;bottom:0;margin: auto 0;transition: all 0.3s;z-index: 1;}
.nyxw .list .tt4:before{content:"";width: 0;height: 7px;background: url("../images/tu29-1.png") no-repeat center center;position: absolute;right: 30px;top:0;bottom:0;margin: auto 0;transition: all 0.3s;z-index: 2;}
.nyxw .list:hover .tt4{background-color: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}
.nyxw .list:hover .tt4:before{width: 10px;transition: all 0.3s;right: 20px;}
.nyxw .list:hover .img .bjcover{transform:scale(1.06);}




/* 产品展示 */
.nycp .col-6{margin-bottom: 30px;}
.nycp .list{display: block;position: relative;}
.nycp .list .img{border: 1px solid #EAEAEA;position: relative;background-color: #fff;padding: 0;}
.nycp .list .img .tr2{padding-top:80%;}
.nycp .list .img img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;max-height: 88%;max-width: 88%;transition: all .3s;}
.nycp .list .tt{font-size: 16px;color: #000;background-color: #EAEAEA;text-align: center;line-height: 60px;margin-top: 1px;padding: 0 5px;}
.nycp .list:hover .img div{transform:scale(1.06);}
.nycp .list:hover .tt{color: #fff;background-color: #024492;}

.nycp.nyzizhi .list .img{padding: 16px;}
.nycp.nyzizhi .list .img .tr2{padding-top:141.4285714285714%;}



/*.nycp.nysp .list .img2{position: relative;}
.nycp.nysp .list .bjcover:before{content: "";width: 100%;height: 100%;background: #000;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;transition: all .3s ease-in-out;opacity: .5;z-index: 1;}
.nycp.nysp .list .bjcover:after{content: "";width: 50px;height: 50px;background: url(../images/bofang.png) no-repeat center center;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;border: 2px solid #fff;border-radius: 50%;background-size: 50px !important;transition: all .3s ease-in-out;z-index: 2;}
.nycp.nysp .list:hover .bjcover:before{opacity: .2;}
.nycp.nysp .list:hover .bjcover:after{width: 64px;height: 64px;}
*/



/*详情页*/
.danye{color:#000;font-size: 15px;line-height: 1.9;padding-top: 8px;}
.danye .topbox{margin-bottom:20px;text-align: center;}
.danye .bt{color: #000;font-size: 24px;padding-bottom: 10px;line-height: 1.6;}
.danye .rq{color: #000;opacity: .6;font-size: 14px;}
.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:480px;position: relative;margin:22px auto;border: 1px solid #eee;}


@media (max-width:991px){
    /*详情页*/
    .danye{font-size: 15px;line-height: 1.8;}
    .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: 18px auto;}
    .danye .xian{margin-top: 14px;}
}







/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){

}
@media (max-width:1199px){
 
    /*    新闻中心*/
    .main9 .you .list .tt2{width:130px;}
    .main9 .you .list{padding-left:166px;}
    footer .box1 .listbox .list1{padding-right: 22px;}
    footer .box1 .listbox .list3{padding-left: 22px;}
}
@media (max-width:991px) {
    header .box2 .logo{height: 90px;line-height:96px;width: calc(100% - 55px);}
    .banner .swiper-slide img{width:126%;max-width: 126%;margin-left: -13%;}
    .banner .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 3px -4px !important;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 22px;}


    /*pc导航*/
    header nav{display:none;width:100%;float: none;padding:15px 20px;margin:0;position: absolute;right:0;top:100%;z-index:113;background: #fff;box-shadow: 0 2px 10px var(--rgba_hs);overflow-y: auto;}
    header nav .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{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: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;}




    .ssbox form{width: 100%;margin: 8px 0 4px;}
    .ssbox form input{width: calc(100% - 60px);float: left;background: transparent;border: 0;line-height: 34px;height: 34px;padding: 0 15px;}
    .ssbox form button{width: 60px;float: left;background:var(--color_hover);border: 0;line-height: 34px;height: 34px;font-size: 16px;color: #fff;text-align: center;}
    .ssbox form button:hover{background-color: var(--color_hover2);}
    .ssbox .ul{width: 100%;height: auto;max-height: 50px;overflow: hidden;}
    .ssbox .ul a{line-height: 25px;padding-right:15px;}


    .main66{padding: 40px 0;}
    .title{padding-bottom:28px;line-height: 38px;}
    .title .div1 span{font-size: 26px;padding: 0 10px;line-height: 38px;}
    .title .div1 span:after{top:6px;}
    .title .div1 span:before{top:6px;}
    .title .div2{font-size: 15px;padding-top:0;line-height: 1.6;}
    .title .div3{font-size: 15px;margin-top: 4px;padding: 0 20px;}


    .more{width: 120px;line-height: 40px;font-size: 15px;margin-top: 28px;}


    /*服务项目*/
    .main1 .lb1{margin: -6px;}
    .main1 .list{margin: 6px;box-shadow: none;}
    .main1 .list .img{height: 140px;line-height: 140px;}
    .main1 .list .tt{font-size: 16px;line-height:50px;}


    /*条幅*/
    .main2 .tt1{font-size: 26px;line-height:36px;}
    .main2 .tt2{font-size: 15px;}
    .main2 .tt3{margin-top: 11px;}


    /*案例展示*/
    .main3 .lb3{margin: -6px;}
    .main3 .list{margin: 6px;}
    .main3 .list .tt{font-size: 15px;padding: 0 5px;text-align: center;line-height: 44px;}
    .main3 .list .tt i{display: none;}


    /*关于我们*/
    .main4 .img{width: 100%;padding: 10px;margin-top: 30px;}
    .main4 .img .bjcover{height:auto;padding-top:80%;}
    .main4 .tt{width: 100%;padding: 0;}
    .main4 .tt .tt1{font-size: 20px;padding-bottom: 18px;margin-bottom: 12px;}
    .main4 .tt .tt2{font-size: 15px;}
    .main4 .tt .tt3{font-size: 15px;margin-top: 16px;}


    /*资质证书*/
    .main5 .lb5{margin: -6px;}
    .main5 .list{margin: 6px;}
    .main5 .list .img{padding: 8px;}
    .main5 .list .tt{font-size: 15px;line-height: 44px;text-align: center;}


    .main7 .list .img:after{display: none;}
    .main7 .list .tt{padding: 0 !important;}


    /*新闻*/
    .main9 .zuo{width:100%;margin: 0;}
    .main9 .zuo .bjcover{height: auto;padding-top:70%;}
    .main9 .you{width:100%;padding: 0;margin-top: 10px;}



    footer .box1{padding: 44px 0;}
    footer .box1 .tt1{display: none;}
    footer .box1 .listbox .list1{width: 50%;padding-right: 22px;}
    footer .box1 .listbox .list3{width: 50%;padding-left: 22px;}
    footer .box1 .listbox .list2{display: none;}

    /*内页共用*/
    .ny{min-height:333px;padding: 20px 0 50px;}
    .ny .zuo{width:100%;padding: 0;margin-bottom: 20px;}
    .ny .you{width:100%;}
    .ny .zuo .top{line-height:48px;margin:0;font-size:18px;height:50px;text-align: left;padding: 0 30px 2px 20px;}
    .ny .zuo .top span{font-size: 11px;color: #fff;font-family: 'Arial';text-transform: uppercase;}
    .ny .zuo .top:before{opacity: 1;}
    .ny .zuo .ul{margin:0;display: none;}
    .ny .zuo .ul a{text-align: center;padding: 0 5px}




}

@media (max-width:767px) {
    /* 优势展示 实力见证 */
    .main7 .title .div1 span{font-size: 26px;line-height: 36px;}
    .main7 .title .div4{margin-top: 6px;}
    .main7 .list:nth-child(n+2){margin-top:40px;}
    .main7 .list .tt{width: 100%;padding: 0 !important;}
    .main7 .list .img{width: 100%;height: auto;}
    .main7 .list .img:after{display: none;}
    .main7 .list .img img{position: relative;right: auto !important;left: auto !important;top:auto;bottom: auto;margin: auto 0;max-width:100%;max-height:initial;margin: 0 auto 20px;}
    .main7 .tt .tt1{font-size: 20px;padding-left:64px;margin-bottom:16px;margin-top: 0;}
    .main7 .tt .tt1 span{font-size: 14px;}
    .main7 .tt .tt1 div{width: 50px;height: 50px;line-height: 50px;border-radius: 8px;}
    .main7 .tt .tt2{font-size: 20px;margin-bottom: 6px;}
    .main7 .tt .tt3{font-size: 15px;line-height: 26px;}
    

    /*新闻*/
    .main9 .zuo{box-shadow: 0 0 0;}
    .main9 .you .list{box-shadow: 0 0 0;height: auto;padding:18px 15px 22px;}
    .main9 .you .list .tt1{font-size: 16px;margin: 0;line-height:26px;max-height: 52px;padding:0 0 0 22px;margin-bottom:8px;font-weight: 400;text-overflow:inherit;white-space:inherit;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
    .main9 .you .list .tt1:after{top:7px;}
    .main9 .you .list .tt1:before{display: none;}
    .main9 .you .list .tt3{padding-left: 0;margin-top:6px;text-overflow:inherit;white-space:inherit;line-height: 22px;padding: 0 0 0 22px;max-height:66px;overflow: hidden;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
    .main9 .you .list .tt3:after{left: 0;display: none;}
    .main9 .you .list .tt3:before{left: 0;display: none;}
    .main9 .you .list .tt2{width: 100%;position: relative;left: inherit;top:inherit;height:inherit;font-size: 14px;border: 0;padding-left: 22px;}
    .main9 .you .list .tt2 b{display: none;}
    .main9 .you .list .tt2 i{display: inline-block;}
    .main9 .you .list .tt2 div{position:relative;left: inherit;right:inherit;top:inherit;transform:translateY(0);text-align: left;}
    .main9 .you .list:after{display: none;}
    .main9 .zuo .tt{font-size:15px;padding:10px;line-height: 0;font-weight: normal;text-align: center;}
    .main9 .zuo .tt:after{display: none;}
    .main9 .zuo .tt div{text-overflow:inherit;white-space:inherit;line-height:26px;max-height: 52px;overflow: hidden;}
    .main9 .zuo .tt:before{display:none;}


    footer .box1{padding: 33px 0 11px;}
    footer .box1 .logo2{text-align: center;}
    footer .box1 .listbox{margin-top:20px;line-height:30px;}
    footer .box1 .listbox .list1{width:100%;padding: 0;text-align: left;}
    footer .box1 .listbox .list1 .tt2{text-align: left;}
    footer .box1 .listbox .list3{width:100%;padding:22px 0 0;text-align: left;}
    footer .box1 .listbox .list3 .tt3{margin-bottom: 8px;}
    footer .box3{padding: 15px 15px 20px;}


    .nycp{margin: 0 -6px;}
    .nycp .col-6{padding: 0 6px;margin-bottom: 12px;}
    .nycp.nyzizhi .list .img{padding: 8px;}
    .nycp .list .tt{font-size:14px;line-height: 40px;}
    .nycp.nysp .list .bjcover:after{width: 36px;height: 36px;background-size: 36px !important;border-width: 1px;}
    .nycp.nysp .list:hover .bjcover:after{width: 44px;height:44px;}
    


        
}
@media (max-width:600px) {

    /*内页新闻*/
    .nyxw .list{margin-bottom:20px;padding: 0;box-shadow: 0 0 0;}
    .nyxw .list .img{width:100%;float:none;margin:15px 15px 0;max-width: calc(100% - 30px);}
    .nyxw .list .img .bjcover{height:auto;padding-top: 66%;}
    .nyxw .list .tt{float: none;width: 100%;padding-left: 0;padding: 0 10px;padding: 10px 20px 20px;}
    .nyxw .list .tt1{text-overflow:inherit;white-space:inherit;overflow: inherit;line-height: 24px;}
    .nyxw .list .tt3{height:auto;max-height:75px;}
    
}

@media (max-width:479px) {
    .danye .ditu{height:300px;}

    
}
 /*手机底部*/
@media (max-width:991px) {
    footer{margin-bottom: 51px;}
    .sjdibu{height:50px;background:var(--color_zhuti);position:fixed; bottom:0; left:0; z-index:113; border-top:solid 1px #fff;width: 100%;text-align: center;font-size: 0;}
    .sjdibu .box1 a{display: inline-block;vertical-align: top;color: #fff;padding: 5px;}
    .sjdibu .box1 a span{ color:#fff; font-size:16px; line-height:20px;}
    .sjdibu .box1 a h6{ font-size:12px; line-height:20px;margin: 0;}
    .sjdibu .box2{ position: fixed; left: 0; bottom:51px; z-index:112; width: 100%;background: #fff;box-shadow: 0 -2px 4px rgba(0,0,0,.1);padding: 6px 0;display: none;}
    .sjdibu .box2 img{max-height: 140px;display: block;margin: 0 auto;} 
}

