/*全局样式*/
@charset "utf-8";
body {font:14px/1.6 "微软雅黑",黑体,"AlibabaPuHuiTi", "Arial", "Impact";color: #222;-webkit-text-size-adjust: 100%;background-color: #fff;overflow-x: hidden;min-width: 320px;letter-spacing: .6px;}
.container-fluid {
    max-width:1730px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #0069b8;
    --color_hover: #005494;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}

header{position:fixed;left: 0;top:0;z-index: 111;width: 100%;border-bottom: 1px solid rgba(255, 255, 255, .3);}
header .box{display: flex;justify-content: space-between;align-items: center;}
header .logo{height: 90px;font-size: 0;margin-right: 20px;display: flex;align-items: center;}
header .logo img{max-height:60%;}

header .txt{display: flex;font-size: 20px;color: #fff;align-items: center;}
header .txt .txt1{font-size: 27px;display: block;position: relative;top: 1px;padding: 8px;line-height: 1.2;transition: all .3s;}
header .txt .txt2{margin-left: 3px;display: block;transition: all .3s;padding: 8px;line-height: 1.2;}
header .txt .txt3{margin-left: 10px;display: flex;align-items: center;letter-spacing: normal;}
header .txt .txt3:before{display: block;margin-right: 4px;}
header:hover{background-color: var(--color_zhuti);}
header .txt .txt1:hover{background:rgba(255, 255, 255, .3);}
header .txt .txt2:hover{background:rgba(255, 255, 255, .3);}


header nav{width:80%;max-width:920px;}
header nav ul{position: relative;display: flex;justify-content:space-between;align-items: center;}
header nav ul li{text-align: center;position: relative;z-index: 2;}
header nav ul li > a{display:block;line-height: 90px;font-size:17px;position: relative;padding: 0 2px;color: #fff;}
header nav ul li > i{display: none;}
header nav ul li:hover > a{color:#fff;}
header nav ul li.active > a{color:#fff;}

header nav .ul{display:none;position: absolute;left: 0;top:100%;width:170px;margin-left: calc(50% - 85px);right: 0;background:rgba(255,255,255,1);padding:10px 0;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius:8px;overflow: hidden;}
header nav .ul a{font-size:15px;color: #333;line-height:24px;padding:10px;display: block;}
header nav .ul a:nth-child(n+2){border-top: 1px solid #eee;}
header nav .ul a:hover{background-color: var(--color_zhuti);color: #fff;}
header nav .ul a.active{background-color: var(--color_zhuti);color: #fff;}

body.active header{background: var(--color_zhuti);}
@media (min-width:992px){
    /*header nav ul > li:hover .ul{display: block;}*/
    header nav .nav_xg{position: absolute; left: 0; bottom: -1px; height:3px; background-color:#fff;z-index:1;width: 40px;border-radius: 6px;overflow: hidden;display: none;}
}


/*banner*/
.banner{position: relative;z-index: 1;overflow: hidden;}
.banner .swiper-slide{overflow: hidden;position: relative;}
.banner .swiper-slide img{display: block;width: 100%;}
.banner .swiper-slide .bjcover{height: 100vh;z-index: 1;position: relative;}
.banner .swiper-slide-active .bjcover{animation:fd 8s alternate infinite;}
.banner .swiper-slide .tt{font-size: 28px;line-height: 36px;position: absolute;left: 0;top:42%;width: 1000px;z-index: 2;color: #fff;transform:translateY(-50%);right: 0;margin: 0 auto;text-align: center;max-width: 100%;padding: 15px;}
.banner .swiper-slide .tt b{display: block;font-size: 70px;line-height: 80px;padding-bottom: 33px;}
.banner .aaannnn{display: flex;position: absolute;left: 0;right: 0;bottom:60px;width: 100%;justify-content: center;align-items: center;}
.banner .aaannnn .swiper-button-prev{position: relative;left: auto;right: auto;top: auto;bottom: auto;margin:0;padding: 0;border: 2px solid #fff;width: 28px;height: 28px;color: #fff;font-size: 12px;font-weight: bold;}
.banner .aaannnn .swiper-button-next{position: relative;left: auto;right: auto;top: auto;bottom: auto;margin:0;padding: 0;border: 2px solid #fff;width: 28px;height: 28px;color: #fff;font-size: 12px;font-weight: bold;}
.banner .aaannnn .swiper-button-next:hover{background: #fff;color: var(--color_zhuti);}
.banner .aaannnn .anan{margin: 0 18px;position: relative;display: flex;align-items: center;}
.banner .aaannnn .anan > span{font-size: 16px;color: #fff;display: block;position: relative;z-index: 4;}
.banner .aaannnn .swiper-pagination{position: relative;left: auto;right: auto;top: auto;bottom: auto;margin:0;padding: 0;display: flex;padding: 0 11px;}
.banner .aaannnn .swiper-pagination span{display: block;position: relative;left: auto;right: auto;top: auto;bottom: auto;margin:0;padding: 0;width: 28px;height: 1px;opacity: 1;background: rgba(255, 255, 255, .3);transition: all .3s;}
.banner .aaannnn .swiper-pagination span.swiper-pagination-bullet-active{background: #fff;}
.banner .aaannnn .swiper-pagination span.swiper-pagination-bullet-active{background: #fff;}
@keyframes fd {0%{transform: scale(1);}100%{transform: scale(1.08)}}


/*搜索*/
#formbox{display:none;position:fixed;left: 0;width: 100%;z-index: 114;background:rgba(0, 0, 0, .6);top:0;height:100vh;}
#formbox form{width: 740px;margin:0 auto;max-width:92%;display: flex;border-bottom: 1px solid #fff;position: absolute;left: 0;right: 0;top: 50%;margin-top: -30px;}
#formbox form input{font-size:22px;color: #222;border: 0;height:70px;background: transparent;padding: 0 0 0 20px;width: calc(100% - 60px);color: #fff;}
#formbox form button{width: 60px;float: right;background:transparent;font-size:33px;height: 70px;border: 0;color: #fff;}
#formbox form button:hover{color: var(--color_zhuti);}
#formbox .gb{position: absolute;right: 30px;top: 30px;font-size: 36px;color: #fff;}
#formbox .gb:hover{color:var(--color_zhuti);transform:rotate(90deg);cursor: pointer;}
@media (max-width:991px) {
    /*搜索*/
    #formbox{padding:50px 15px 0;}
    #formbox #form_close{font-size: 30px;right: 6px;top:11%;}
    #formbox form input{font-size:15px;padding: 0 15px;width: calc(100% - 60px);height:54px;border-width: 1px;}
    #formbox form button{width: 60px;font-size: 24px;height: 54px;border-width: 1px;}
}


.main88{padding-top: 70px;padding-bottom: 70px;}
.title{display: flex;justify-content: space-between;padding-bottom: 36px;align-items: center;}
.title .div1{font-size: 40px;line-height: 48px;letter-spacing: 2px;position: relative;padding-top: 35px;}
.title .div1 i{display: block;position: absolute;left: -3px;top: 0;font-size: 64px;font-weight: bold;line-height: 1;color: transparent;-webkit-text-stroke: 1.2px #E6E6E6;text-transform: uppercase;z-index: 1;}
.title .div1 span{display: block;font-size: 18px;color: #888;line-height: 26px;margin-top: 8px;letter-spacing: 1px;position: relative;z-index: 2;}
.title .div1 b{position: relative;z-index: 2;display: block;}
.title.titlebs .div1 i{-webkit-text-stroke: 1.2px rgba(255,255,255,.1);}
.title.titlebs .div1 span{color: rgba(255, 255, 255, .8);}
.title.titlebs .div1 b{color: rgba(255, 255, 255, 1);}

.title .div2{display: flex;gap: 20px;}
.title .div2 a{display: block;font-size: 18px;min-width: 160px;line-height: 44px;text-align: center;border-radius: 88px;background: #E6E6E6;}
.title .div2 a:hover{background-color: var(--color_zhuti);color: #fff;}
.title .div2 a.active{background-color: var(--color_zhuti);color: #fff;}

.more{display: flex;align-items: center;width: 166px;height: 46px;background: var(--color_zhuti);font-size: 16px;color: #fff;padding: 0 0 0 22px;border-radius: 88px;position: relative;}
.more span{display: flex;align-items: center;justify-content: center;width: 30px;height: 30px;background: #fff;border-radius: 50%;color: var(--color_zhuti);position: absolute;right: 8px;top: 8px;font-size: 14px;font-weight: bold;line-height: 1;padding-top: 1px;}
.more:hover{background: var(--color_hover);padding-left: 30px;}




/*产品展示*/
.main1 .box{margin: 0 -12px;display: flex;}
.main1 .box .list{width: calc(18% + 110px);margin: 0 12px;position: relative;overflow: hidden;}
.main1 .box .list .bjcover{height: 480px;position: relative;z-index: 1;}
.main1 .box .list .bjcover:after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .08);background: linear-gradient(to top,  rgba(0, 0, 0, .5), rgba(0, 0, 0, .1),transparent);position: absolute;left: 0;top: 0;transition: all .3s;}
.main1 .box .list .bjcover:before{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .08);background: linear-gradient(to top,  transparent, rgba(0, 0, 0, .3),rgba(0, 0, 0, .1));position: absolute;left: 0;top: 0;transition: all .3s;opacity: 0;}
.main1 .box .list .tt{position: absolute;left: 0;bottom: 0;width: 100%;font-size: 24px;color: #fff;z-index: 2;text-align: center;padding: 35px 15px;opacity: 1;}
.main1 .box .list .xg{position: absolute;left: 0;width: 100%;height: 100%;display: flex;align-items: center;top: 0;padding: 50px;z-index: 3;color: #fff;;opacity: 0;}
.main1 .box .list .xg .div{min-width: 360px;}
.main1 .box .list .xg .div1{font-size: 30px;line-height: 40px;padding-bottom: 20px;border-bottom: 1px solid rgba(255, 255, 255, .3);margin-bottom: 20px;}
.main1 .box .list .xg .div2{font-size: 18px;color: #fff;line-height: 1.4;min-height: 2.8em;}
.main1 .box .list .xg .div3{display: flex;}
.main1 .box .list .xg .div3 span{display: block;transition: all .3s;font-size: 16px;background: #fff;border-radius: 88px;padding: 8px 20px;color: #444;border-radius: 88px;min-width: 134px;text-align: center;margin-top: 22px;}
.main1 .box .list .xg .div3 span:hover{background: var(--color_zhuti);color: #fff;}
@media (min-width:992px){
    .main1 .box .list.active{width: calc(64% - 256px);}
    .main1 .box .list:hover .xg{opacity: 1;}
    .main1 .box .list:hover .tt{opacity: 0;bottom: -40px;}
    .main1 .box .list:hover .bjcover:before{opacity: 1;}
    .main1 .box .list.active .xg{opacity: 1;}
    .main1 .box .list.active .tt{opacity: 0;bottom: -40px;}
    .main1 .box .list.active .bjcover:before{opacity: 1;}
}


/*产品*/
.main2{position: relative;padding: 15px 0;}
.main2 .img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.main2 .img .bjcover{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.main2 .img .bjcover.active{z-index: 2;}
.main2 .title .div1{width: 100%;}

.main2 .box{display: flex;justify-content: space-between;position: relative;z-index: 2;}
.main2 .box .zuo{width: 47%;}
.main2 .box .zuo .ttbox{min-height: 420px;display: flex;align-items: end;padding: 15px 0;}
.main2 .box .zuo .ttbox .tt{display: none;color: #fff;}
.main2 .box .zuo .ttbox .tt.active{display:block;}
.main2 .box .zuo .ttbox .tt .tt1{font-size: 24px;}
.main2 .box .zuo .ttbox .tt .tt2{font-size: 18px;margin-top: 16px;}

.main2 .you{width: 50%;font-size: 0;display: flex;flex-wrap: wrap;position: absolute;right: 0;top: 0;z-index: 5;height: 100%;}
.main2 .you a{font-size: 18px;display:flex;justify-content: center;align-items: center;width: 33.33%;border-left: 1px solid #fff;border-bottom: 1px solid #fff;padding: 0 15px;text-align: center;color: #fff;font-size: 20px;}
.main2 .you a img{display: block;height: 50px;margin:0 auto 22px;}
.main2 .you a:hover{background-color: rgba(0, 0, 0, .4);}
.main2 .you a.active{background-color: rgba(0, 0, 0, .4);}



/*新闻中心*/
.main3 .box{margin: -16px -8px 0;}
.main3 .box .list{display: block;background: #fff;box-shadow: 0 0 8px rgba(0, 0, 0, .06);width: calc(33.33% - 16px);margin: 16px 8px 0;float: left;border-radius: 8px;overflow: hidden;}
.main3 .box .list .bjcover{height: 280px;}
.main3 .box .list .tt{padding: 35px 40px;}
.main3 .box .list .tt1{font-size: 14px;color: var(--color_zhuti);display: none;line-height: 20px;}
.main3 .box .list .tt2{font-size: 22px;line-height: 32px;min-height: 64px;}
.main3 .box .list .tt3{font-size: 16px;color: #888;margin-top: 18px;line-height: 26px;min-height: 52px;}
.main3 .box .list .tt4{display: flex;}
.main3 .box .list .tt4 span{display: block;color: #888;border: 1px solid #eee;border-radius: 88px;padding: 7px 25px;margin-top: 22px;transition: all .3s;line-height: 22px;}
.main3 .box .list:hover{box-shadow: 0 0 11px rgba(0, 105, 184, .4);}
.main3 .box .list:hover .bjcover{transform: var(--transform_scale);}
.main3 .box .list:hover .tt2{color: var(--color_zhuti);}
.main3 .box .list:hover .tt4 span{border-color: var(--color_zhuti);color: var(--color_zhuti);}
.main3 .box .list:nth-child(n+3){height: 264px;}
.main3 .box .list:nth-child(n+3) .tt1{display: block;padding-bottom: 20px;}
.main3 .box .list:nth-child(n+3) .img{display: none;}
.main3 .box .list:nth-child(n+3) .tt4{display: none;}

.title2{font-size: 40px;line-height: 48px;padding-bottom: 36px;text-align: center;letter-spacing: 2px;}
.title2 span{display: block;font-size: 22px;line-height: 30px;padding-bottom: 8px;color: #666;letter-spacing: 1px;}
.title2.title2bs{color: #fff;}
.title2.title2bs span{color: rgba(255, 255, 255, .8);}

.main4{padding-top: 80px;padding-bottom: 80px;}
.main4 .box{font-size: 17px;line-height: 1.8;color: rgba(255, 255, 255, .8);text-align: center;margin-top: -8px;}
.main4 .container-fluid{max-width:1200px!important;}
.main4 .more{margin: 40px auto 0;}
.main4 .box2{border-top: 1px solid rgba(255, 255, 255, .3);padding-top: 56px;margin-top: 60px;}
.main4 .box2 .list{display: flex;justify-content: space-between;}
.main4 .box2 .list a{display: block;font-size: 24px;color: #fff;text-align: center;}
.main4 .box2 .list a .img{height: 42px;position: relative;;margin: 0 auto 12px;text-align: center;transition: all .3s;}
.main4 .box2 .list a .img img{max-height: 100%;position: relative;z-index: 2;}
.main4 .box2 .list a .img:after{content: "";width: 24px;height: 24px;background: var(--color_zhuti);border-radius: 50%;position: absolute;left: 0;top: -30px;margin: 0 auto;right: 33%;transition: all .3s;opacity: 0;}
.main4 .box2 .list a:hover .img{margin-bottom: 6px;}
.main4 .box2 .list a:hover .img:after{opacity: 1;top: 0;}




.main5{background: #F6F6F6;}
.lb5{margin: -8px;}
.main5 .list{display: flex;height:116px;margin: 8px;align-items: center;justify-content: center;background: #fff;border-radius: 8px;overflow: hidden;}
.main5 .list img{max-height: 80%;transition: all .3s;}
.main5 .list:hover{box-shadow: 0 0 11px rgba(0, 105, 184, .4);}
.main5 .list:hover img{transform: var(--transform_scale);}



footer{color: rgba(255, 255, 255, .6);}
footer .box{display: flex;padding: 70px 0;justify-content: space-between;}
footer .box .top{font-size: 22px;color: #fff;padding-bottom: 16px;}
footer .box .ul{margin-right: 20px;min-width: 100px;}
footer .box .ul a{display: block;font-size:16px;padding-bottom: 6px;}
footer .box .ul a:hover{color: #fff;text-decoration: underline!important;}
footer .box .ul2{display: flex;flex-wrap: wrap;max-width: 360px;}
footer .box .ul2 a{min-width: 50%;}
footer .box .txt{margin-left: 8%;width: calc(20% + 160px);position: relative;text-align: right;padding-right: 160px;line-height: 2;}
footer .box .txt img{display: block;width: 140px;height: 140px;position: absolute;right: 0;top: 0;}
footer .box .txt .tt1{font-size: 22px;color: #fff;line-height: 1.6;}
footer .box .txt .tt2{font-size: 34px;color: #fff;line-height: 1.5;}
footer .box2{border-top: 1px solid rgba(255, 255, 255, .3);padding: 33px 0;}
footer .box2 .list{display: flex;justify-content: space-between;}
footer .box2 .list .tt{display: flex;align-items: center;}
footer .box2 .list .tt .img{margin-right: 30px;}
footer .box2 .list .tt2{display: flex;align-items: center;font-size: 16px;}
footer .box2 .list .tt2 a{display: block;margin-left: 20px;font-size: 24px;}
footer .box2 .list .tt2 a:hover{color: #fff;}



.nybanner{height: 500px;display: flex;align-items: center;padding-top: 88px;}
.nybanner .title .div1 i{-webkit-text-stroke:0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .3) ,transparent);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;}
.nybanner .title .div1 b{padding-bottom: 11px;}



.title8 .div1{display: flex;position: relative;flex-wrap: wrap;}
.title8 .div1:after{content: "";width: 100%;height: 1px;background: #ddd;position: absolute;left: 0;bottom: 0;z-index: 1;}
.title8 .div1 a{font-size: 20px;line-height: 80px;position: relative;z-index: 2;display: block;margin-right: 5%;border-bottom: 2px solid transparent;font-weight: bold;}
.title8 .div1 a:hover{border-color: var(--color_zhuti);color: var(--color_zhuti);}
.title8 .div1 a.active{border-color: var(--color_zhuti);color: var(--color_zhuti);}

.title8 .div2{display: flex;flex-wrap:wrap;padding-top: 8px;}
.title8 .div2 a{display: block;margin:20px 20px 0 0;min-width: 160px;text-align: center;padding: 8px 15px;border: 1px solid #eee;}
.title8 .div2 a:hover{background-color: var(--color_zhuti);border-color: var(--color_zhuti);color: #fff;}
.title8 .div2 a.active{background-color: var(--color_zhuti);border-color: var(--color_zhuti);color: #fff;}




.ny{padding: 35px 0 99px;}
.nycp{display: flex;flex-wrap: wrap;margin: 0 -12px;}
.nycp .list{display: block;width: calc(25% - 24px);margin: 0 12px 24px;background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .03);padding: 10px;}
.nycp .list .img{padding-top: 80%;background: #F0F0F0;position: relative;}
.nycp .list .img img{display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;max-height: 100%;}
.nycp .list .tt{padding: 25px 10% 20px;text-align: center;}
.nycp .list .tt1{font-size: 24px;}
.nycp .list .tt2{color: #888;margin-top:6px;}
.nycp .list:hover{box-shadow: 0 0 11px rgba(0, 105, 184, .4);}
.nycp .list:hover .img img{transform: var(--transform_scale);}
.nycp .list:hover .tt1{color: var(--color_zhuti);}



.title3{font-size: 36px;line-height: 44px;letter-spacing: 2px;text-align: center;position: relative;padding-bottom: 58px;}
.title3:after{content: "";width: 52px;height: 3px;background: var(--color_zhuti);position: absolute;left: 0;right: 0;bottom: 36px;margin: 0 auto;}



.about1 .box{display: flex;justify-content: space-between;}
.about1 .box .zuo{width: calc(50% - 18px);position: relative;min-height: 600px;}
.about1 .box .zuo .bjcover{height: 100%;position: relative;z-index: 1;}
.about1 .box .zuo .img{display:flex;align-items: center;justify-content: center;width: 100px;height: 100px;background: var(--color_zhuti);position: absolute;right: 0;bottom: 0;z-index: 2;}
.about1 .box .zuo .img img{max-height: 60%;max-width: 60%;}
.about1 .box .you{width: calc(50% - 18px);}
.about1 .box .you .tt1{font-size: 30px;line-height: 36px;letter-spacing: 1px;padding-bottom: 18px;}
.about1 .box .you .tt1 span{display: block;font-size: 17px;color: #888;letter-spacing: .4px;}
.about1 .box1{margin-top:66px;display: flex;justify-content: space-between;gap: 20px;}
.about1 .box1 .list{display: flex;align-items: center;font-size: 22px;line-height: 30px;}
.about1 .box1 .list .tt{display: flex;color: var(--color_zhuti);padding-right: 8px;}
.about1 .box1 .list .tt b{font-size: 70px;line-height: 1;display: block;}
.about1 .box1 .list .tt span{line-height: 1;display: block;}
.about1 .box1 .xian{width: 1px;background: #ddd;}



.about2 .box{display: flex;flex-wrap: wrap;gap: 20px;justify-content: space-between;}
.about2 .box .list{display:flex;justify-content: space-between;width: calc(50% - 10px);background: #fff;border-radius: 8px;overflow: hidden;}
.about2 .box .list .img{width: 50%;}
.about2 .box .list .img .bjcover{height: 100%;}
.about2 .box .list .tt{padding: 40px 20px 40px 50px;width: 50%;}
.about2 .box .list .tt .tt1 img{height: 50px;display: block;}
.about2 .box .list .tt .tt2{font-size: 28px;line-height: 36px;margin-top:33px;}
.about2 .box .list .tt .tt3{font-size: 18px;color: #777;margin-top: 11px;}
.about2 .box .list:hover .bjcover{transform: var(--transform_scale);}
.about2 .box .list:nth-child(n+3){flex-direction: row-reverse;}


.about3 .list{display: block;background: #fff;padding: 20px 20px 26px;margin: 10px;box-shadow: 0 0 6px rgba(0, 0, 0, .06);text-align: center;font-size: 18px;font-weight: bold;}
.about3 .list .img{padding-top: 71.8%;position: relative;margin-bottom: 26px;overflow: hidden;}
.about3 .list .img img{display: block;position: absolute;right: 0;top: 0;left: 0;bottom: 0;transition: all .3s;margin: auto;max-height: 100%;}
.about3 .swiper-slide-active .list:hover{color: var(--color_zhuti);box-shadow: 0 0 6px rgba(0, 105, 184, .4);}
.about3 .swiper-slide{width: 520px;max-width: 40%;}
.about3lb{position: relative;padding-bottom: 60px;}
.about3lb .swiper-button-prev{width: 28px;height: 28px;background:#919191;border-radius: 50%;top: auto;bottom: -1px;left: calc(50% - 90px);margin: 0;color: #fff;font-size: 12px;}
.about3lb .swiper-button-prev:hover{background: var(--color_zhuti);}
.about3lb .swiper-button-next{width: 28px;height: 28px;background:#919191;border-radius: 50%;top: auto;bottom: -1px;right: calc(50% - 90px);margin: 0;color: #fff;font-size: 12px;}
.about3lb .swiper-button-next:hover{background: var(--color_zhuti);}
.about3lb .swiper-pagination-bullet{background:#ddd;opacity:1;transition: all .2s;}
.about3lb .swiper-pagination-bullet.swiper-pagination-bullet-active{background: var(--color_zhuti);}



.danye{font-size: 17px;color: #333;line-height: 1.8;}
.danye table{/*display: block !important; */width: 100% !important; height: auto !important;/* margin: 2px auto !important;*/ border-collapse:collapse !important;}
.danye table td,.danye table th{border: 1px #ccc solid !important; padding: 5px !important;}




/*产品详情*/
.cpxq1 .box{display: flex;justify-content: space-between;}
.cpxq1 .imgbox{width:44%;}
.cpxq1 .imgbox .swiperxq1{margin-bottom: 12px;position: relative;}
.cpxq1 .imgbox .swiperxq1{border: 1px solid #ddd;overflow: hidden;}
.cpxq1 .imgbox .swiper-slide{height: 540px;position: relative;background-color: #fff;}
.cpxq1 .imgbox .swiper-slide img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;max-height:100%;max-width: 100%;}
.cpxq1 .imgbox .swiperxq2 .swiper-slide{border: 1px solid #e8e8e8;overflow: hidden;height: 116px;}
.cpxq1 .imgbox .swiperxq2{position: relative;padding: 0 40px;}
.cpxq1 .imgbox .swiperxq2 .swiper-slide.swiper-slide.swiper-slide-thumb-active{border-color: var(--color_zhuti);}
.cpxq1 .imgbox .swiper-button-prev{width:30px;height: 100%;font-size: 26px;text-align: center;color: #666;background: #f0f0f0;left: 0;top:0;margin: 0;}
.cpxq1 .imgbox .swiper-button-prev:after{font-size: 26px;}
.cpxq1 .imgbox .swiper-button-prev:hover{background-color:var(--color_zhuti);color: #fff;}
.cpxq1 .imgbox .swiper-button-next{width:30px;height: 100%;font-size: 26px;text-align: center;color: #666;background: #f0f0f0;right: 0;top:0;margin: 0;}
.cpxq1 .imgbox .swiper-button-next:after{font-size: 26px;}
.cpxq1 .imgbox .swiper-button-next:hover{background-color:var(--color_zhuti);color: #fff;}
.cpxq1 .ttbox{width:56%;padding:0 0 0 40px;}
.cpxq1 .ttbox .tt1{font-size: 30px;color: var(--title_color);border-bottom: 1px solid #eee;padding:10px 0 22px 0;margin-bottom:20px;line-height: 38px;}
.cpxq1 .ttbox .tt3{display: flex;gap: 20px;margin-top: 30px;}
.cpxq1 .ttbox .tt3 a{display:flex;align-items: center;padding: 6px 20px;font-size: 20px;border: 1px solid var(--color_zhuti);border-radius: 6px;}
.cpxq1 .ttbox .tt3 a:before{font-size: 140%;margin-right: 8px;color: var(--color_zhuti);transition: all .3s;}
.cpxq1 .ttbox .tt3 a:nth-child(1){background: var(--color_zhuti);color: #fff;}
.cpxq1 .ttbox .tt3 a:nth-child(1):before{color: #fff;}
.cpxq1 .ttbox .tt3 a:hover{background: var(--color_hover)!important;color: #fff;}
.cpxq1 .ttbox .tt3 a:hover:before{color: #fff;}







.cpxq2{background: #F8F8F8;}
.title5{text-align: center;padding-bottom: 33px;display: flex;justify-content: center;overflow: hidden;}
.title5 span{display: block;padding: 0 22px;position: relative;font-size: 36px;line-height: 44px;}
.title5 span:after{content: "";width: 888px;height: 1px;background: #ddd;position: absolute;left: 100%;top: 0;bottom: 0;margin: auto 0;}
.title5 span:before{content: "";width: 888px;height: 1px;background: #ddd;position: absolute;right: 100%;top: 0;bottom: 0;margin: auto 0;}
.title5.title5bs span{color: #fff;}
.title5.title5bs span:after{background: rgba(255, 255, 255, .3);}
.title5.title5bs span:before{background: rgba(255, 255, 255, .3);}


.liuyan form{display: flex;flex-wrap: wrap;margin: -24px -10px 0;}
.liuyan form .div1{width: calc(33.33% - 20px);margin: 24px 10px 0;color: #fff;font-size: 16px;}
.liuyan form .div1 i{color: #ff0000;}
.liuyan form .div1 input{width: 100%;height: 48px;background: #fff;padding: 0 15px;font-size: 16px;border: 0;margin-top: 11px;}
.liuyan form .div1.div2{width: calc(100% - 20px);}
.liuyan form .div1 textarea{width: 100%;height: 148px;line-height: 28px;background: #fff;padding: 10px 15px;font-size: 16px;border: 0;margin-top: 11px;}
.liuyan form button{width: 180px;height:58px;background: var(--color_zhuti);font-size: 18px;font-weight: bold;color: #fff;margin: 33px auto 0;border: 0;}
.liuyan form button:hover{background: var(--color_hover);}





/*内页新闻*/
.nyxw2{margin-top: -16px;}
.nyxw2 .list{display:flex;justify-content: space-between;position: relative;padding: 35px 0;border-bottom: 1px solid #e5e5e5;flex-direction: row-reverse;}
.nyxw2 .list .tt{width:calc(82% - 80px);padding: 10px 50px 10px 180px;position: relative;}
.nyxw2 .list .tt1{font-size: 20px;color: #222;transition: all .3s;font-weight: bold;padding-bottom: 15px;margin-bottom: 15px;position: relative;}
.nyxw2 .list .tt1:after{content: "";width: 30px;height: 1px;background: #000;position: absolute;left: 0;bottom: 0;}
.nyxw2 .list .tt3{font-size: 15px;color: #888;line-height: 28px;height: 56px;overflow: hidden;min-height: inherit;min-height: 56px;}
.nyxw2 .list .tt4{font-size: 12px;color: #999;line-height: 26px;width: 54px;text-align: center;font-family: 'Arial';background: #5d5d5d;margin-top: 22px;text-transform: uppercase;transition: all .3s;position: relative;}
.nyxw2 .list .tt4:before{width: 26px;height: 26px;border-left: 1px solid #fff;display: flex;align-items: center;justify-content: center;position: absolute;left: 100%;top:0;background: #5d5d5d;}
.nyxw2 .list .tt2{line-height:24px;font-size: 14px; position: absolute;left:30px;top:14px;color: #999;text-align: right;}
.nyxw2 .list .tt2 b{font-size:22px;color: #000;display: block;line-height: 34px; margin:0 auto 2px auto}
.nyxw2 .list .tt2 i{display: none;}
.nyxw2 .list .img{border-radius:6px;width:calc(18% + 80px);}
.nyxw2 .list .img .bjcover{height: 100%;}
.nyxw2 .list:hover .img .bjcover{transform:scale(1.06);}
.nyxw2 .list:hover .tt1{color: var(--color_zhuti);}
.nyxw2 .list:hover .tt4{color: #fff;background: var(--color_zhuti);border-color: var(--color_zhuti);}
.nyxw2 .list:hover .tt4:before{color: #fff;background: var(--color_zhuti);}
@media (max-width:1199px) {
    .nyxw2 .list .tt{padding-left:100px;}
    .nyxw2 .list .tt2{left: 0;}
}
@media (max-width:991px) {
    .nyxw2 .list .tt{padding-right:30px;}
    .nyxw2 .list .tt1{font-size: 20px;line-height: 30px;}
    .nyxw2 .list .tt4{margin-top: 16px;}
	.danye table{/*display: block !important; */width: 100% !important; height: auto !important;/* margin: 2px auto !important;*/ border-collapse:collapse !important;}
.danye table td,.danye table th{width: auto !important; height: auto !important; border: 1px #ccc solid !important; padding: 2px !important;}
.danye table td p,.danye table th p,.danye table td span,.danye table th span{font-size: 14px !important; line-height: 24px !important;}
}
@media (max-width:767px) {
    .nyxw2 .list{padding:25px 0}
    .nyxw2 .list .img{right: 0;height: 154px;top:29px;}
    .nyxw2 .list .tt{padding: 4px 30px 0 0;}
    .nyxw2 .list .tt1{padding: 0;margin: 0 0 3px;}
    .nyxw2 .list .tt1:after{display: none;}
    .nyxw2 .list .tt2{line-height:24px;font-size: 13px; position: relative;left: auto;width: 100%; top:auto;color: #999; text-align:left}
    .nyxw2 .list .tt2 b{font-size:13px;color: #999;display: inline;line-height: inherit; border-bottom:0; width:auto; margin:auto;font-weight: normal;}
    .nyxw2 .list .tt2 i{display:inline;}
    .nyxw2 .list .tt3{margin-top: 5px;font-size: 14px;line-height: 24px;height: 48px;min-height: 48px;}
    .nyxw2 .list .tt4{margin-top: 14px;}
    
}

@media (max-width:600px) {
    .nyxw2{padding-top: 11px;margin-top: 0;}
    .nyxw2 .list{padding: 0 0 25px;margin-bottom: 25px;flex-wrap: wrap;}
    .nyxw2 .list .tt{width: 100%;padding: 0;}
    .nyxw2 .list .tt1{font-size: 18px;}
    .nyxw2 .list .tt3{font-size: 14px;height: auto;max-height: initial;line-height: 1.6;-webkit-line-clamp: 3;}
    .nyxw2 .list .img{position: relative;right: auto;top:auto;width: 100%;height: auto;margin-bottom: 16px;}
    .nyxw2 .list .img .bjcover{height: auto;padding-top: 50%;}
}









/*详情页*/
.danye .topbox{margin-bottom:20px;text-align: center;}
.danye .bt{color: #000;font-size:24px;padding-bottom: 10px;line-height: 1.4;}
.danye .rq{color: #888;font-size: 14px;margin-top: -4px;}
.danye .xian{width: 100%;height: 11px;margin-top:16px;;border-top: 1px dashed #aaa;opacity: .4;}
.danye .img{margin:0 auto 22px auto;display: block;}
.danye .img img{display: block;margin: 0 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;line-height: 32px;}
.danye .tt2{font-size: 18px;}
.danyetop{font-size: 24px;padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #eee;line-height: 34px;margin-top: 40px;}

@media (max-width:767px){
    .danye .topbox{margin-bottom: 16px;}
    .danye .bt{font-size: 20px;padding-bottom: 4px;}
    .danye .img{margin:0 auto 18px auto;}
    .danye .ditu{height:360px;margin-top: 25px;}
    .danye .rq{margin-top: 0;}
    .danye .xian{margin-top: 14px;}
    .danye .tt1{padding-top: 0;font-size: 22px;padding-bottom: 11px;line-height: 30px;}
    .danye .tt2{font-size: 15px;}
    .danyetop{font-size: 20px;padding-bottom: 11px;margin-bottom: 11px;margin-top: 25px;line-height: 30px;}

}

.nylx .box{display: flex;justify-content: space-between;}
.nylx .box .zuo{width: 42%;}
.nylx .box .zuo .tt3{padding-bottom: 12px;display: flex;align-items: center;font-size: 18px;}
.nylx .box .zuo .tt3 img{display: block;margin-right: 8px;}
.nylx .box .zuo .img{display: flex;padding-top: 11px;}
.nylx .box .zuo .img img{width: 140px;display: block;border: 1px solid #eee;}
.nylx .box .zuo .img img:nth-child(2){margin-left: 15px;}
.nylx .box .tt1{font-size: 30px;line-height: 38px;padding-bottom: 26px;}
.nylx .box .you{width: 54%;}
.nylx .box .you form{display: flex;flex-wrap: wrap;height: fit-content;margin: 0 -8px;font-size: 0;}
.nylx .box .you form input{height: 50px;font-size: 16px;padding: 0 15px;width: calc(33.33% - 16px);margin: 0 8px 16px;border: 1px solid #eee;}
.nylx .box .you form textarea{height: 150px;font-size: 16px;line-height: 26px;padding: 12px 15px;width: calc(100% - 16px);margin: 0 8px 16px;border: 1px solid #eee;}
.nylx .box .you form button{width: 220px;height: 60px;background: var(--color_zhuti);font-size: 18px;font-weight: bold;border: 0;color: #fff;margin: 12px 0 0 8px;}
.nylx .box .you form button:hover{background: var(--color_hover);}













/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){
    footer .box .txt{margin-left: 2%;}
    footer .box .txt .tt2{font-size: 26px;}
    .main3 .box .list .tt{padding: 35px;}
    .main3 .box .list .tt2{font-size: 18px;}
    footer .box .ul2{display: block;}
    footer .box .txt{width: calc(22% + 150px);}

}
@media (max-width:1199px){
    .main1 .box .list .xg .div{min-width: 100%;}
    .nycp .list{width: calc(33.33% - 24px);}
    .about2 .box .list .tt{padding: 30px}

}
@media (max-width:991px) {
    body{letter-spacing: normal;}
    header .logo{height: 80px;}
    header .logo img{max-height: 50%;}
    /*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_zhuti);}
    header nav ul > li.active > a{background: transparent;color: var(--color_zhuti);}
    header nav ul > li.active > i{color: var(--color_zhuti);}
    header nav .ul{display:none;position: relative;left: auto;top:auto;width: calc(100% + 110px);margin-left: -35px;right: auto;background:#f6f6f6;padding:8px 14px;box-shadow: none;border-radius:0;}
    header nav .ul a{font-size: 14px;color: #333;line-height: 26px;padding:6px 5px 6px 35px;display: block;}
    header nav .ul a:hover{background-color: transparent;color: var(--color_zhuti);}
    header nav .ul a.active{background-color: transparent;color: var(--color_zhuti);}

    /*移动导航按钮*/
    header .lanmu{width: 30px;font-size: 0;height: 21px;position: absolute;right: 15px;bottom:28px;cursor: pointer;z-index: 2;}
    header .lanmu i{display: inline-block;width: 100%;height: 3px;background:#fff;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;}


    /*banner*/
    .banner .swiper-slide .bjcover{height:50vh;}
    .banner .swiper-slide .tt{font-size: 16px;line-height:24px;top:38%;}
    .banner .swiper-slide .tt b{font-size:26px;line-height:34px;padding-bottom:16px;}
    .banner .aaannnn{bottom:30px;}
    .banner .aaannnn .swiper-button-prev{width: 22px;height: 22px;border-width: 1px;font-size: 8px;}
    .banner .aaannnn .swiper-button-next{width: 22px;height: 22px;border-width: 1px;font-size: 8px;}
    .banner .aaannnn .anan{margin: 0 8px;}
    .banner .aaannnn .anan > span{font-size: 14px;}
    .banner .aaannnn .swiper-pagination{padding: 0 6px;}
    .banner .aaannnn .swiper-pagination span{width: 20px;}


    .main88{padding-top: 40px;padding-bottom: 40px;}
    .title{padding-bottom: 24px;align-items: end;}
    .title .div1{font-size: 24px;line-height: 32px;letter-spacing:1px;padding-top:16px;}
    .title .div1 i{font-size: 34px;}
    .title .div1 span{font-size: 15px;line-height: 22px;margin-top:6px;letter-spacing: normal;}
    .more{width:120px;flex-shrink: 0;height: 36px;margin-left: 15px;font-size: 13px;padding: 0 0 0 18px;margin-left:20px;}
    .more span{width: 22px;height: 22px;right: 7px;top: 7px;padding: 0;}
    .more:hover{padding-left: 18px;}


    /*产品展示*/
    .main1 .box{margin: -12px -6px 0;}
    .main1 .box .list{width: calc(33.33% - 12px)!important;margin:12px 6px 0;position: relative;overflow: hidden;}
    .main1 .box .list .bjcover{height: auto;padding-top: 140%;}
    .main1 .box .list .tt{font-size: 18px;padding: 18px 10px;}
    .main1 .box .list .xg{display: none;}





    .main2{padding:0;}
    .main2 .box{display:block;}
    .main2 .box .zuo{width: 100%;padding-bottom: 6px;}
    .main2 .box .zuo .ttbox{display: block;min-height: initial;}
    .main2 .box .zuo .ttbox .tt .tt1{font-size: 18px;margin-top: -11px;}
    .main2 .box .zuo .ttbox .tt .tt2{font-size: 14px;margin-top: 8px;}
    .main2 .you{width: 100%;position: relative;right: auto;top: auto;height: auto;border-top: 1px solid #fff;}
    .main2 .you a{border-left: 1px solid #fff;border-bottom: 1px solid #fff;padding: 22px 3px;font-size:14px;line-height: 1.4;}
    .main2 .you a:nth-child(1){border-left: 0;}
    .main2 .you a:nth-child(4){border-left: 0;}
    .main2 .you a:nth-child(7){border-left: 0;}
    .main2 .you a img{height:30px;margin:0 auto 11px;}
    .main2 .you a:hover{background-color: transparent;}
    .main2 .you a.active{background-color: transparent;}


    .main3 .title{display: block;}
    .main3 .title .div2{gap: 0;padding-top: 6px;}
    .main3 .title .div2 a{font-size: 15px;line-height: 40px;min-width: 120px;margin: 10px 10px 0 0;}


    /*新闻中心*/
    .main3 .box .list{box-shadow: none;border: 1px solid #eee;width: calc(50% - 16px);}
    .main3 .box .list .bjcover{height: auto;padding-top: 50%;}
    .main3 .box .list .tt{padding: 22px 25px;}
    .main3 .box .list .tt2{font-size: 16px;line-height:26px;min-height: 52px;}
    .main3 .box .list .tt3{font-size: 14px;margin-top: 11px;line-height: 24px;min-height: 48px;}
    .main3 .box .list .tt4 span{margin-top: 16px;}
    .main3 .box .list:nth-child(n+3){height: auto;}
    .main3 .box .list:nth-child(n+3) .tt1{padding-bottom: 11px;}





    .title2{font-size: 24px;line-height: 34px;padding-bottom: 26px;letter-spacing: 1px;}
    .title2 span{font-size:18px;line-height: 26px;padding-bottom: 5px;letter-spacing: normal;}


    .main4{padding-top:40px;padding-bottom: 40px;}
    .main4 .box{font-size: 15px;}

    .main4 .more{margin: 20px auto 0;}
    .main4 .box2{padding-top: 30px;margin-top: 30px;}
    .main4 .box2 .list a{font-size: 16px;}
    .main4 .box2 .list a .img{height: 36px;margin-bottom:8px;}


    .main5 .list{height:80px;}


    footer .box{padding: 30px 0;}
    footer .box .list{display: none;}
    footer .box .txt{margin-left: 0;width: 100%;padding: 0;text-align: left;}
    footer .box .txt img{display: none;}
    footer .box .txt .tt1{font-size: 18px;}
    footer .box .txt .tt2{font-size: 26px;padding: 2px 0;}
    footer .box2{padding:22px 0;}
    footer .box2 .list{display:block;}
    footer .box2 .list .tt{display: block;align-items: center;}
    footer .box2 .list .tt .img{margin:0 0 16px;}
    footer .box2 .list .tt .img img{height: 44px;}
    footer .box2 .list .tt2{display:none;}



    .nybanner{height: 300px;padding-top: 99px;}
    .nybanner .title .div1 b{padding-bottom: 4px;}





    .title8 .div1{padding: 15px 0}
    .title8 .div1 a{font-size:16px;line-height:30px;margin-top: 2px;margin-bottom: 2px;}

    .title8 .div2{padding-top: 14px;}
    .title8 .div2 a{margin:4px 4px 0 0;min-width: 130px;padding: 5px 10px;}




    .ny{padding: 25px 0 70px;}
    .nycp{margin: 0 -6px;}
    .nycp .list{width: calc(50% - 12px);margin: 0 6px 12px;box-shadow: none;border: 1px solid #eee;padding: 0;}
    .nycp .list .tt{padding:18px;}
    .nycp .list .tt1{font-size:18px;}
    .nycp .list .tt2{margin-top:6px;}
    .nycp .list:hover{box-shadow:none;}




    .title3{font-size:24px;line-height: 32px;letter-spacing: 1px;padding-bottom: 38px;}
    .title3:after{height: 2px;bottom: 24px;}


    .about1 .box{display:block;}
    .about1 .box .zuo{width:100%;min-height: initial;}
    .about1 .box .zuo .bjcover{height:auto;padding-top: 60%;}
    .about1 .box .zuo .img{width: 60px;height: 60px;}
    .about1 .box .you{width: 100%;margin-top: 20px;}
    .about1 .box .you .tt1{font-size:24px;line-height: 30px;padding-bottom: 11px;}
    .about1 .box .you .tt1 span{font-size: 14px;letter-spacing: .2px;}
    .about1 .box1{margin-top:10px;gap: 0;display: block;}
    .about1 .box1 .list{font-size: 18px;line-height: 26px;width: 100%;text-align: center;justify-content: center;margin-top: 30px;}
    .about1 .box1 .list .tt b{font-size: 40px;}
    .about1 .box1 .xian{display: none;}



    .about2 .box{gap:0;justify-content: space-between;margin-top: -12px;}
    .about2 .box .list{width: calc(50% - 6px);display:block;margin-top: 12px;}
    .about2 .box .list .img{width: 100%;}
    .about2 .box .list .img .bjcover{height:auto;padding-top: 50%;}
    .about2 .box .list .tt{padding:20px;width: 100%;}
    .about2 .box .list .tt .tt1 img{height:36px;}
    .about2 .box .list .tt .tt2{font-size: 20px;line-height:28px;margin-top:16px;}
    .about2 .box .list .tt .tt3{font-size: 15px;margin-top: 6px;}
    .about2 .box .list:nth-child(n+3){flex-direction: row-reverse;}


    .about3 .swiper{width: calc(100% + 30px);margin-left: -15px;padding: 0 15px;}
    .about3 .about3lb{margin: -6px;padding-bottom: 40px;}
    .about3 .list{margin: 6px;padding: 10px 10px 12px;font-size: 14px;}
    .about3 .list .img{margin-bottom: 12px;}
    .about3 .swiper-slide{max-width: 70%;}
    .danye{font-size: 14px;}






    /*产品详情*/
    .cpxq1 .box{display:block;}
    .cpxq1 .imgbox{width:100%;}
    .cpxq1 .imgbox .swiper-slide{height:auto!important;}
    .cpxq1 .imgbox .swiper-slide:after{content: "";display: block;padding-top: 70%;}
    .cpxq1 .imgbox .swiperxq2{padding: 0 30px;}
    .cpxq1 .imgbox .swiper-button-prev{width:26px;}
    .cpxq1 .imgbox .swiper-button-next{width:26px;}
    .cpxq1 .imgbox .swiper-button-prev:after{font-size: 20px;}
    .cpxq1 .imgbox .swiper-button-next:after{font-size: 20px;}
    .cpxq1 .ttbox{width:100%;padding:20px 0 0;}
    .cpxq1 .ttbox .tt1{font-size: 22px;padding:6px 0 16px 0;margin-bottom:16px;line-height: 30px;}
    .cpxq1 .ttbox .tt3{gap: 10px;margin-top: 20px;}
    .cpxq1 .ttbox .tt3 a{padding:4px 10px;font-size: 16px;}
    .cpxq1 .ttbox .tt3 a:before{font-size: 130%;margin-right: 6px;}




    .title5{padding-bottom: 22px;}
    .title5 span{font-size: 24px;line-height: 32px;padding: 0 18px;}


    .liuyan form{margin: -16px 0 0;}
    .liuyan form .div1{width:100%;margin: 16px 0 0;font-size: 14px;}
    .liuyan form .div1 input{height: 40px;font-size: 14px;margin-top: 8px;}
    .liuyan form .div1.div2{width:100%;}
    .liuyan form .div1 textarea{height: 140px;line-height: 26px;padding: 7px 15px;font-size: 14px;margin-top: 8px;}
    .liuyan form button{width: 100%;height:48px;font-size: 16px;margin-top: 18px;}





    .nylx .box{display:block;}
    .nylx .box .zuo{width: 100%;}
    .nylx .box .zuo .tt3{font-size: 16px;}
    .nylx .box .zuo .tt3 img{margin-right: 6px;}
    .nylx .box .zuo .img{display: flex;padding-top: 11px;}
    .nylx .box .zuo .img img{width: 130px;}
    .nylx .box .zuo .img img:nth-child(2){margin-left: 10px;}
    .nylx .box .tt1{font-size: 22px;line-height: 30px;padding-bottom: 20px;}
    .nylx .box .you{width: 100%;margin-top: 30px;}
    .nylx .box .you form{margin: 0;}
    .nylx .box .you form input{height: 40px;font-size: 14px;width: 100%;margin: 0 0 10px;}
    .nylx .box .you form textarea{height: 150px;font-size: 14px;line-height: 24px;padding: 8px 15px;width:100%;margin: 0 0 16px;}
    .nylx .box .you form button{width: 100%;height: 44px;font-size: 16px;margin: 0;}






}

@media (max-width:767px) {


}
@media (max-width:600px) {
    .main1 .box{flex-wrap: wrap;}
    .main1 .box .list{width: calc(100% - 12px)!important;}
    .main1 .box .list .bjcover{padding-top: 60%;}
    .main3 .box .list{width: calc(100% - 16px);}
    .nycp .list{width: calc(100% - 12px);}
    .about2 .box .list{width: 100%;}
}

@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 rgba(255, 255, 255, 1);width: 100%;text-align: center;font-size: 0;display: block;}
    .sjdibu .box1{display: flex;justify-content: space-around;}
    .sjdibu .box1 a{display:block;color: #fff;padding: 5px;width: 100%;}
    .sjdibu .box1 a span{ color:#fff; font-size:16px; line-height:20px;}
    .sjdibu .box1 a h6{ font-size:12px; line-height:20px;margin: 0;}
    .sjdibu .box2{ position: fixed; left: 0; bottom:50px; z-index:112; width: 100%;background: #fff;box-shadow: 0 -2px 4px rgba(0,0,0,.1);padding: 6px 0;display: none;}
    .sjdibu .box2 img{max-height: 140px;display: block;margin: 0 auto;} 
}

























