/*全局样式*/
@charset "utf-8";
body {font:14px/1.6 "微软雅黑",黑体,"AlibabaPuHuiTi", "Arial", "Impact";color: #222;-webkit-text-size-adjust: 100%;background-color: #fff;overflow-x: hidden;min-width: 320px;max-width: 1920px;margin: 0 auto !important;}
.container-fluid {
    max-width:1230px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #af934f;
    --color_hover: #d0b163;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}

header{position:relative;z-index: 111;}
header .box{display: flex;justify-content: space-between;align-items: center;}
header .logo{display: block;margin-right: 22px;}
header .logo img{max-height:60px;}

header nav{width:88%;max-width:780px;margin-top:20px;}
header nav .txt{background: var(--color_zhuti);float: right;border-radius: 80px 0 0 80px;position: relative;display: flex;padding-left:26px;}
header nav .txt:after{content: "";width: 500px;height: 100%;background: var(--color_zhuti);position: absolute;left: 100%;top:0;}
header nav .txt .txt1{font-size:18px;line-height: 36px;padding: 0 10px;margin: 0 2px;color: #fff;text-align: center;}
header nav .txt .txt1:nth-last-child(n+2):hover{background:var(--color_hover);}
header nav .txt .txt1:nth-last-child(1){font-size: 16px;font-family: 'Arial';font-weight: bold;padding-right: 0;}
header nav .txt .txt1:nth-last-child(1):before{font-weight: normal;font-size:18px;padding-right:8px;}
header nav .txt .txt1:before{position: relative;top:1px;}


header nav ul{position: relative;display: flex;justify-content: space-between;width: 100%;}
header nav ul li{text-align: center;position: relative;z-index: 2;padding-bottom: 4px;}
header nav ul li > a{display:block;line-height:70px;font-size:17px;position: relative;padding: 0 4px;}
header nav ul li > i{display: none;}
header nav ul li:hover > a{color: var(--color_zhuti);}
header nav ul li.active > a{color: var(--color_zhuti);font-weight: bold;}

header nav .ul{display:none;position: absolute;left: 0;top:100%;width: 180px;margin-left: calc(50% - 90px);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: 14px;color: #333;line-height: 23px;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;}*/
    header nav .nav_xg{position: absolute; left:0; bottom: 0; height: 4px; background-color: var(--color_zhuti);z-index:1;width: 76px;}
}


#weixinbox{position: absolute;left: 0;top:100%;background:rgba(0,0,0,.6);width: 100%;z-index: 99;text-align: center;display: none;}
#weixinbox .img{width:160px;height: 160px;margin:70px auto;border: 1px solid #ddd;font-size: 18px;color: #fff;}
#weixinbox .img img{width: 100%;margin: 0 0 10px;}
#weixinbox .gb{width:38px;height: 38px;position: absolute;left:calc(50% + 80px);top:40px;cursor: pointer;font-size:26px;color: #fff;}
#weixinbox .gb:hover{opacity: 1;transform: rotate(20deg);}



/*搜索*/
#formbox{display:block;position: fixed;left: 0;width: 100%;z-index: 112;background:rgba(0, 0, 0, .88);top:0;height: 100%;padding: 50px 10%;display: none;}
#formbox .logo2 img{max-height:72px;}
#formbox #form_close{font-size: 50px;color: #fff;position: absolute;right: 10%;top:50px;font-weight: normal;cursor: pointer;opacity: .8;}
#formbox #form_close:hover{opacity: 1;transform: rotate(20deg);}
#formbox form{width: 1200px;margin:15% auto 0;display: block;max-width: 100%;}
#formbox form input{font-size:20px;color: #fff;border: 0;border-bottom: 2px solid #fff;height: 60px;background: transparent;padding: 0 30px;width: calc(100% - 140px);}
#formbox form button{width: 120px;float: right;background:transparent;border: 2px solid #fff;font-size: 20px;border-radius: 4px;color: #fff;height: 60px;}
#formbox form button:hover{background-color: #fff;color: var(--color_zhuti);}
@media (max-width:991px) {
    /*搜索*/
    #formbox{padding:100px 15px 0;}
    #formbox #form_close{font-size: 30px;right: 15px;top:11%;}
    #formbox form input{font-size:15px;padding: 0 20px;width: calc(100% - 66px);height:44px;border-width: 1px;}
    #formbox form button{width: 60px;font-size: 16px;height: 44px;border-width: 1px;}
}

/*banner*/
.banner{position: relative;z-index: 1;overflow: hidden;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide img{display: block;width: 100%;}
.banner .swiper-slide .bjcover{height: 714px;}
.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{position: relative;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
.ssbox:after{content: "";width: 50%;height: 100%;background: #F4F4F4;position: absolute;left: 0;top:0;z-index: 1;}
.ssbox .container-fluid{position: relative;z-index: 2;}
.ssbox .ul{height: 60px;overflow: hidden;width: 50%;float: left;font-size: 0;}
.ssbox .ul a{font-size: 16px;color: #444;display: inline-block;vertical-align:top;padding-right: 20px;line-height: 60px;transition: all .2s;}
.ssbox .ul a:nth-child(1){padding-right: 6px;color: #888;}
.ssbox .ul a:nth-child(n+2):hover{color: var(--color_zhuti);}
.ssbox form{display: block;width: 50%;float: left;height: 60px;border-left: 1px solid #ddd;border-right: 1px solid #ddd;}
.ssbox form input{display: block;width:calc(100% - 80px);float: left;height: 60px;border: 0;background: fixed;padding: 0 15px 0 30px;font-size: 16px;line-height: 1;}
.ssbox form button{display: block;width:80px;float: left;height: 60px;border: 0;border-left: 1px solid #ddd;font-size:30px;background: transparent;color: var(--color_zhuti);}
.ssbox form button:hover{background-color: var(--color_zhuti);color: #fff;}
@media (max-width:767px) {
    .ssbox{padding: 20px 0;}
    .ssbox:after{width: 100%;}
    .ssbox .ul{height:auto;width: 100%;max-height: 52px;overflow: hidden;}
    .ssbox .ul a{font-size: 15px;padding-right:14px;line-height:26px;}
    .ssbox form{width: 100%;height:44px;border: 1px solid #ddd;background: #fff;margin-top:12px;}
    .ssbox form input{width:calc(100% - 50px);height: 44px;padding: 0 10px 0 16px;font-size: 14px;}
    .ssbox form button{width:50px;height: 44px;font-size: 22px;}
}




.main88{padding: 70px 0;}
.title{position: relative;margin-bottom:33px;}
.title .div1{font-size: 30px;color: #333;font-weight: bold;line-height: 40px;}
.title .div2{font-size: 17px;color: #333;font-family: 'Arial';text-transform: uppercase;font-weight: bold;margin-top:2px;}
.title a{display: block;width: 94px;line-height: 36px;font-size: 14px;color: #fff;background-color: var(--color_zhuti);border-radius: 30px 0 0 30px;text-align: center;position: absolute;right: 0;bottom:11px;}
.title a:hover{background-color: var(--color_hover);}

.main1 .lb1{margin: -10px;}
.main1 .list{display: block;margin: 10px;box-shadow: 0 0 11px rgba(0, 0, 0, .06);background-color: #fff;}
.main1 .list .bjcover{padding-top: 77%;}
.main1 .list .tt{padding: 22px 25px;}
.main1 .list .tt1{font-size:20px;font-weight: bold;}
.main1 .list .tt2{font-size:16px;color: #666;margin-top: 4px;min-height:5.1em;-webkit-line-clamp: 3;line-height: 1.7;}
.main1 .list:hover .bjcover{transform: var(--transform_scale);}
.main1 .list:hover .tt1{color: var(--color_zhuti);}


.main2{background: #e9eae4;}
.main2 .box{display: flex;background-color: #fff;min-height: 400px;box-shadow: 0 0 11px rgba(0, 0, 0, .06);}
.main2 .box .img{width: 50%;}
.main2 .box .img .bjcover{height: 100%;}
.main2 .box .tt{width: 50%;padding:60px 50px;}
.main2 .box .tt .tt1{font-size: 24px;line-height: 34px;font-weight: bold;}
.main2 .box .tt .tt2{font-size: 16px;line-height: 1.9;-webkit-line-clamp: 5;margin-top: 20px;color: #555;}
.main2 .box .tt .tt3{display: block;width: 94px;line-height: 36px;font-size: 14px;color: #fff;background-color: var(--color_zhuti);text-align: center;margin-top: 30px;}
.main2 .box .tt .tt3:hover{background-color: var(--color_hover);}
@media (max-width:767px) {
    .main2 .box{box-shadow: none;flex-wrap: wrap;}
    .main2 .box .img{width:100%;}
    .main2 .box .img .bjcover{height: auto;padding-top: 60%;}
    .main2 .box .tt{width: 100%;padding:22px 25px 25px;}
    .main2 .box .tt .tt1{font-size: 18px;margin-top: 0;line-height: 30px;}
    .main2 .box .tt .tt2{font-size: 14px;margin-top:8px;line-height: 1.8;-webkit-line-clamp: 8;}
    .main2 .box .tt .tt3{width: 94px;line-height: 34px;margin-top: 15px;}
}
        


/* 工程案例 */
.main3 .list{display: block;padding: 60px;}
.main3 .list .tt{background: rgba(255,255,255,.8);padding: 40px;width: 310px;color: #000;}
.main3 .list .tt .tt1{font-size: 24px;font-weight: bold;margin-bottom: 10px;line-height: 34px;}
.main3 .list .tt .tt2{font-size: 16px;-webkit-line-clamp: 5;color: #555;min-height: 9em;line-height: 1.8;}
.main3 .list .tt .tt3{font-size: 24px;margin-top:22px;font-weight: bold;}
.main3 .list .tt:hover{background: #fff;}
.main3 .list .tt:hover .tt1{color: var(--color_zhuti);}
.main3 .list .tt:hover .tt3{color: var(--color_zhuti);}
.main3 .lb3{position: relative;}
.main3 .lb3 .swiper-slide{overflow: hidden;}
.main3 .lb3 .swiper-pagination{text-align: right;max-width: 1200px;margin: 0 auto;right: 0;padding-right:8%;bottom:30px;}
.main3 .lb3 .swiper-pagination-bullet{background:transparent;opacity: 1;width: 10px;height: 10px;position: relative;}
.main3 .lb3 .swiper-pagination-bullet:after{content: "";width: 6px;height: 6px;border-radius: 50%;background: #000;position: absolute;left: 0;top:0;right: 0;bottom: 0;margin: auto;}
.main3 .lb3 .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#f0060e;}
.main3 .lb3 .swiper-pagination-bullet.swiper-pagination-bullet-active:after{background-color:#f0060e;}
@media (max-width:767px) {
    .main3 .list{padding:30px 30px 70px;}
    .main3 .list .tt{background: rgba(255,255,255,.8);padding:30px;width: 100%;max-width: 80%;}
    .main3 .list .tt .tt1{font-size: 20px;margin-bottom: 6px;}
    .main3 .list .tt .tt2{font-size: 14px;-webkit-line-clamp: 5;line-height: 1.6;min-height: 8em;}
    .main3 .list .tt .tt3{margin-top: 11px;}
    .main3 .lb3 .swiper-pagination{bottom:18px;}
}


.main4 .box{display: flex;margin: -20px -10px 0;}
.main4 .box .list{display: block;width: calc(25% - 20px);margin: 20px 10px 0;background-color: #fff;border-radius: 0 66px 0 0;box-shadow: 0 0 11px rgba(0, 0, 0, .06);padding: 50px 35px 35px;position: relative;top:0;}
.main4 .box .list .img{height: 80px;display: flex;align-items: center;text-align: center;justify-content: center;}
.main4 .box .list .img img{max-height:94%;}
.main4 .box .list .tt1{font-size: 20px;line-height: 30px;margin-top:28px;text-align: center;font-weight: bold;}
.main4 .box .list .tt2{font-size: 15px;color: #444;margin-top: 14px;line-height: 1.8;}
.main4 .box .list:nth-child(even){border-radius: 66px 0 0 0;}
.main4 .box .list:hover{top:-8px;}



.main5 .list{display: flex;box-shadow: 0 0 11px rgba(0, 0, 0, .06);}
.main5 .list .img{width: 50%;}
.main5 .list .img .bjcover{height: 100%;}
.main5 .list .ttbox{background-color: #fff;width: 50%;border: 1px solid #eee;align-items: center;padding: 30px 30px 30px 120px;min-height: 250px;display: flex;}
.main5 .list:nth-child(n+2){margin-top: 30px;}
.main5 .list .ttbox .tt1{font-size: 24px;font-weight: bold;line-height: 34px;color: var(--color_zhuti);position: relative;}
.main5 .list .ttbox .tt1 span{display: block;font-weight: normal;font-size: 14px;line-height: 22px;text-transform: uppercase;}
.main5 .list .ttbox .tt1 i{width: 58px;height: 58px;border: 8px solid #efe9db;background: var(--color_zhuti);border-radius: 50%;font-size: 22px;color: #fff;display: flex;align-items: center;justify-content: center;position: absolute;left: -80px;top:-2px;}
.main5 .list .ttbox .tt2{font-size: 16px;color: #555;margin-top:11px;line-height: 1.8;}
.main5 .list:nth-child(even){flex-direction: row-reverse;}



/* 留言 */
.main9{padding: 60px 0;}
.main9 .tt{font-size: 30px;font-weight: bold;color: #fff;width: 170px;float: left;line-height: 30px;}
.main9 .tt span{display: block;font-size:14px;font-weight: normal;color: #fff;font-family: 'Bell MT';text-transform: uppercase;padding-top:8px;line-height: 16px;}
.main9 form{display: block;width: calc(100% - 170px);float: left;margin-top: 2px;}
.main9 form button{transition: all 0.3s;width: 19%;background: #493207;border: 0;line-height: 46px;height: 46px;font-size: 16px;color: #fff;text-align: center;float: left;}
.main9 form input{width: calc(27% - 10px);margin-right: 10px;;background: #fff;border: 0;line-height: 46px;height: 46px;color:#000;padding: 0 10px 0 18px;float: left;}
.main9 form textarea{width: calc(27% - 10px);max-width: calc(27% - 10px);;margin-right: 10px;;background: #fff;border: 0;line-height: 46px;height: 46px;color:#000;padding: 0 10px 0 18px;float: left;}
.main9 form button:hover{opacity: .88;}


footer{background: url(../images/bj7.jpg) no-repeat center center/cover;}
footer .box1{padding: 60px 0;}
footer .box1 .list3{width: 150px;float: right;text-align: center;font-size: 16px;color: #222;}
footer .box1 .list3 img{margin-bottom: 8px;display: block;width: 100%;border: 1px solid #ddd;}
footer .box1 .list1{width:calc(66% - 200px);float: left;padding-top: 15px;}
footer .box1 .list1 .ul{width:25%;float: left;padding-right: 18px;}
footer .box1 .list1 .ul a{display: block;font-size: 15px;line-height: 24px;color: #555;padding-bottom:8px;position: relative;}
footer .box1 .list1 .ul a:nth-child(1){font-size: 18px;font-weight: bold;color: #222;padding-bottom: 30px;}
footer .box1 .list1 .ul a:nth-child(1):after{content: "";width: 34px;height: 2px;background: #bbb;position: absolute;left: 0;bottom:15px;}
footer .box1 .list1 .ul a:nth-child(n+2):hover{color: var(--color_zhuti);}
footer .box1 .list2{width:34%;float: left;border-left: 1px solid #ddd;border-right: 1px solid #ddd;padding: 8px 40px;font-size:15px;color: #555;line-height: 30px;}
footer .box1 .list2 .tt1{font-size:30px;font-weight: bold;color: var(--color_zhuti);margin-bottom: 15px;font-family: 'Arial';}
footer .box1 .list2 .tt1 img{padding-right: 16px;position: relative;top:-2px;}
footer .box2{background:var(--color_zhuti);text-align: center;padding: 25px 15px;font-size: 14px;color: rgba(255,255,255,.6);}
@media (max-width:991px) {
    footer .box1 .list1{width: 60%;}
    footer .box1 .list2{width: 40%;border-right: 0;padding-right: 0;}
    footer .box1 .list3{display: none;}
}
@media (max-width:767px) {
    footer .box1{padding:40px 0;}
    footer .box1 .list1{width:100%;padding-top: 0;display: none;}
    footer .box1 .list1 .ul{width:100%;padding: 0;margin-bottom:16px;}
    footer .box1 .list1 .ul a{display: inline-block;vertical-align: top;padding:0 15px 10px 0;}
    footer .box1 .list1 .ul a:nth-child(1){font-size: 17px;display: block;padding-bottom:6px;}
    footer .box1 .list1 .ul a:nth-child(1):after{display: none;}
    footer .box1 .list2{width:100%;border:0;padding:0;line-height: 28px;}
    footer .box1 .list2 .tt1{font-size:26px;margin-bottom: 8px;}
    footer .box2{padding: 20px 15px;}
    .main9{padding: 40px 0;}
    .main9 .tt{font-size:22px;width: 100%;margin-bottom: 26px;}
    .main9 form{width: 100%;margin-top: 0;}
    .main9 form button{width: 100%;border-radius: 4px;}
    .main9 form input{width:100%;margin: 0 0 10px;border-radius: 4px;}
    .main9 form textarea{width: 100%;max-width: 100%;margin: 0 0 10px;border-radius: 4px;}

}







/*内页共用*/
.ny{min-height:666px;padding: 44px 0 50px;}
.ny .zuo{width:260px;float: left;padding-right: 30px;}
.ny .you{width:calc(100% - 260px);float: left;}
.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;font-size:80%;}

.ny .zuo .ul{margin-bottom: 20px;}
.ny .zuo .ul > a{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: var(--color_zhuti);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{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 .ul a i{display: block;position: absolute;right: 20px;top:0;font-size: 12px;color: #888;}
.ny .zuo .ul a:hover i{color: #fff;}
.ny .zuo .ul a.active i{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)}
/* 二级结束 */




/* 产品展示 */
.nycp{margin: 0 -10px;}
.nycp .list{display: block;width: calc(33.33% - 20px);float: left;margin: 0 10px 20px;position: relative;}
.nycp .list .img{border: 1px solid #EAEAEA;padding-top:70%;position: relative;background-color: #fff;}
.nycp .list .img .bjcover{position: absolute;left: 0;width: 100%;top:0;height: 100%;}
.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:56px;margin-top: 1px;padding: 0 5px;}
.nycp .list:hover .img img{transform:scale(1.06);}
.nycp .list:hover .bjcover{transform:scale(1.06);}
.nycp .list:hover .tt{color: #fff;background-color: var(--color_zhuti);}

.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;}

/*内页新闻*/
.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;-webkit-line-clamp: 3;}
.nyxw .list .tt4{width:96px;border: 1px solid #d9d9d9;border-radius: 20px;text-align: center;color: #333333;line-height: 29px;margin-top: 14px;position: relative;padding-right: 20px;}
.nyxw .list .tt4:after{content:"";width: 10px;height: 7px;background: url("../images/tu29.png") no-repeat center center;position: absolute;right: 20px;top:0;bottom:0;margin: auto 0;transition: all 0.3s;z-index: 1;}
.nyxw .list .tt4:before{content:"";width: 0;height: 7px;background: url("../images/tu29-1.png") no-repeat center center;position: absolute;right: 30px;top:0;bottom:0;margin: auto 0;transition: all 0.3s;z-index: 2;}
.nyxw .list:hover .tt4{background-color: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}
.nyxw .list:hover .tt4:before{width: 10px;transition: all 0.3s;right: 20px;}
.nyxw .list:hover .img .bjcover{transform:scale(1.06);}
@media (max-width:600px) {
    .nyxw .list{margin-bottom:20px;padding: 0;box-shadow: 0 0 0;}
    .nyxw .list .img{width:100%;float:none;margin:15px 15px 0;max-width: calc(100% - 30px);}
    .nyxw .list .img .bjcover{height:auto;padding-top: 60%;}
    .nyxw .list .tt{float: none;width: 100%;padding-left: 0;padding: 0 10px;padding: 10px 20px 20px;}
    .nyxw .list .tt1{text-overflow:inherit;white-space:inherit;overflow: inherit;line-height: 24px;}
    .nyxw .list .tt3{height:auto;max-height:75px;}
}
@media (max-width:991px) {
    /*内页共用*/
    .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) {
    .nycp{margin: 0 -5px;}
    .nycp .list{width: calc(50% - 10px);margin: 0 5px 10px;}
    .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;}
}







/*详情页*/
.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 .topbox{margin-bottom: 16px;}
    .danye .bt{font-size: 20px;padding-bottom: 4px;}
    .danye .img{margin:0 auto 18px auto;}
    .danye .ditu{height:360px;margin-top: 25px;}
    .danye .rq{margin-top: 0;}
    .danye .xian{margin-top: 14px;}
    .danye .tt1{padding-top: 0;font-size: 22px;padding-bottom: 11px;}
    .danye .tt2{font-size: 15px;}
    .danyetop{font-size: 20px;padding-bottom: 11px;margin-bottom: 11px;margin-top: 25px;line-height: 30px;}
}


.bgbox form{overflow: hidden;max-width: 500px;}
.bgbox form .div1{display: flex;justify-content: space-between;margin-bottom: 20px;}
.bgbox form .div1 span{display: block;line-height: 24px;font-size: 14px;color: #555;padding: 10px 0;}
.bgbox form .div1 input{width: calc(100% - 166px);height: 44px;border: 1px solid #ddd;background: transparent;padding: 0 15px;border-radius: 4px;}
.bgbox form button{width: calc(100% - 166px);float: right;height: 44px;border: 0;background: var(--color_zhuti);font-size: 18px;color: #fff;border-radius: 4px;}
.bgbox form button:before{font-size: 28px;line-height:0;padding-right: 8px;position: relative;top:3px;}
.bgbox form button:hover{background-color: var(--color_hover);}


.bgbox .txt{display: flex;margin-top: 30px;border-bottom: 1px solid rgba(0, 0, 0, .2);}
.bgbox .txt div{width: 100%;text-align: center;}
.bgbox .txt div:nth-child(n+2){border-left: 1px solid rgba(0, 0, 0, .2);}
.bgbox .txt span{display: block;width: 100%;background: var(--color_zhuti);line-height: 28px;font-size: 16px;padding: 11px 0;color: #fff;}
.bgbox .txt div i{padding: 12px 0;display: block;}
.bgbox .txt2{margin-top: 40px;}
@media (max-width:991px) {

    .bgbox form .div1{flex-wrap: wrap;margin-bottom: 10px;}
    .bgbox form .div1 span{padding: 4px 0;display: block;width: 100%;}
    .bgbox form .div1 input{width: 100%;}
    .bgbox form button{width: 100%;font-size: 16px;}
    .bgbox form button:before{top:5px;}

    .bgbox .txt{display: flex;margin-top:20px;flex-wrap: wrap;}
    .bgbox .txt div{width: 100%;text-align: center;width: 50%;margin-bottom: 26px;}
    .bgbox .txt span{margin-bottom: 12px;font-size: 15px;line-height: 26px;padding: 8px 0;}
    .bgbox .txt2{margin-top: 20px;}


 
}














































/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1229px){
    .banner .swiper-slide .bjcover{height:auto;padding-top:55%;}


}
@media (max-width:991px) {
    body{padding-top: 80px;}
    header{position: fixed;left: 0;width: 100%;top:0;background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .06);}
    header .box{height: 80px;}
    header .logo{max-width: calc(100% - 50px);margin: 0;}
    header .logo img{max-height: 40px;}
    .banner .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 3px -4px !important;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 22px;}

    /*pc导航*/
    header nav{display:none;width:100%;max-width: 100%;float: none;padding:15px 20px 40px;margin:0;position: absolute;right:0;top:100%;z-index:113;background: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, .06);overflow-y: auto;overflow-x:hidden;max-height: calc(100vh - 120px)}
    header nav .container-fluid{padding: 0;}
    header nav ul{display: block!important;}
    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);font-weight: normal;}
    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:29px;cursor: pointer;z-index: 2;}
    header .lanmu i{display: inline-block;width: 100%;height: 3px;background:var(--color_zhuti);border-radius: 3px;transition: all 0.6s;}
    header .lanmu i:nth-child(2), .lanmu i:nth-child(3){width: 40%;margin:6px 0;}
    header .lanmu i:nth-child(2){margin-right: 10%;}
    header .lanmu i:nth-child(3){margin-left: 10%;}
    header .lanmu.active i:nth-child(1) {transform: rotate(45deg) translateY(4px) translateX(5px);}      
    header .lanmu.active i:nth-child(4){transform: rotate(-45deg) translateY(-8px) translateX(8px);}
    header .lanmu.active i:nth-child(2){transform: translateX(-30px);opacity: 0;}
    header .lanmu.active i:nth-child(3){transform: translateX(30px);opacity: 0;}


    .main88{padding: 40px 0;}
    .title{margin-bottom:26px;}
    .title .div1{font-size: 24px;line-height: 32px;}
    .title .div2{font-size: 14px;margin-top: 0;}
    .title a{font-size: 12px;width: 70px;line-height: 30px;bottom: 5px;}


    .main1 .lb1{margin: -6px;}
    .main1 .list{margin: 6px;border: 1px solid #eee;box-shadow: none;}
    .main1 .list .tt{padding:14px 15px;}
    .main1 .list .tt1{font-size:16px;}
    .main1 .list .tt2{font-size:13px;color: #666;margin-top: 2px;min-height: 4.5em;-webkit-line-clamp: 3;line-height: 1.5;}




    .main4 .box{flex-wrap: wrap;margin: -12px -6px 0;}
    .main4 .box .list{width: calc(50% - 12px);margin: 12px 6px 0;border-radius:10px !important;box-shadow:none;padding:20px 20px 20px 76px;}
    .main4 .box .list .img{height: 60px;width: 40px;position: absolute;left: 18px;top:0;bottom: 0;margin: auto 0;text-align: center;}
    .main4 .box .list .tt1{font-size: 17px;line-height: 28px;margin-top:0;text-align: left;}
    .main4 .box .list .tt2{font-size: 14px;margin-top: 2px;line-height: 1.7;}
    .main4 .box .list:hover{top:0;}



    .main5 .list{box-shadow: none;display: block;}
    .main5 .list .img{width: 100%;}
    .main5 .list .img .bjcover{height: auto;padding-top: 40%;}
    .main5 .list .ttbox{width: 100%;;padding:20px;min-height: inherit;display: block;}
    .main5 .list:nth-child(n+2){margin-top: 20px;}
    .main5 .list .ttbox .tt1{font-size: 18px;line-height: 28px;padding-left: 56px;}
    .main5 .list .ttbox .tt1 span{font-size: 12px;line-height: 18px;}
    .main5 .list .ttbox .tt1 i{width: 44px;height: 44px;border-width: 4px;font-size:16px;left: 0;top:0;}
    .main5 .list .ttbox .tt2{font-size: 15px;margin-top: 6px;}











}

@media (max-width:767px) {


}
@media (max-width:600px) {
    .main4 .box .list{width: calc(100% - 12px);}

}

@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;} 
}

