/*全局样式*/
@charset "utf-8";
body {font:14px/1.6 "微软雅黑",黑体,"AlibabaPuHuiTi", "Arial", "Impact";color: #1d1d1d;-webkit-text-size-adjust: 100%;background-color: #fff;overflow-x: hidden;min-width: 320px;letter-spacing: .6px;}
.container-fluid {
    max-width:1630px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #0266d1;
    --color_hover: #14c7b6;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}

body.bodytop{padding-top: 92px;}
header{position:fixed;left: 0;top:0;z-index: 111;width: 100%;padding-top: 4px;}
header:after{content: "";width: 100%;height: 1px;background: rgba(255, 255, 255, .3);position: absolute;left: 0;bottom: 0;z-index: 1;}
header .box{display: flex;justify-content: space-between;align-items: center;position: relative;z-index: 2;}
header .logo{height: 88px;font-size: 0;margin-right: 20px;display: flex;align-items: center;}
header .logo img{max-height:56%;transition: all .3s;filter: brightness(0) invert(1);}

header .txtbox{display: flex;align-items: center;flex-shrink: 0;position: absolute;right: 0;top: 0;height: 100%;}
header .txt1{font-size: 24px;color: #fff;padding: 10px;line-height: 1;cursor: pointer;}
header .txt1:hover{background: rgba(255, 255, 255, .3);}
header .xian{width: 1px;height: 22px;background: #fff;opacity: .3;margin: 0 10px;}

header .txt2{position: relative;z-index: 99;margin-left: 10px;cursor: pointer;}
header .txt2 .div1{display: flex;align-items: center;font-size: 15px;color: rgba(255, 255, 255, .88);justify-content: space-between;}
header .txt2 .div1:before{display: block;font-size: 140%;margin-right: 8px;opacity: .77;}
header .txt2 .div1 span{width: 0;height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 8px solid rgba(255, 255, 255, .6);display: block;margin-left:8px;}
header .txt2 .div2{display:block;position: absolute;right: 0;top: 100%;width: 120px;background: #fff;border: 1px solid var(--color_zhuti);padding:9px 0;display: none;}
header .txt2 .div2 a{display: block;line-height: 22px;padding: 7px 15px;}
header .txt2 .div2 a:hover{background-color: var(--color_zhuti);color: #fff;}

header nav{width:84%;max-width:1130px;margin-right: 144px;}
header nav ul{display: flex;justify-content:space-around;align-items: center;}
header nav ul li{text-align: center;z-index: 2;}
header nav ul li > a{display:block;line-height: 88px;font-size:17px;position: relative;padding: 0 2px;color: #fff;color: #fff;}
header nav ul li > i{display: none;}





/*



header nav .li{position: relative;}
header nav .ul2{position: absolute;left: 100%;top: 0;background: #fff;width: 100%;z-index: 6;border-radius: 8px;overflow: hidden;display: none;padding: 10px 0;}
header nav .ul2 a{font-size:15px;color: #333;line-height:24px;padding:10px;display: block;}
header nav .ul2 a:nth-child(n+2){border-top: 1px solid #eee;}
header nav .ul2 a:hover{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:2px; background-color: var(--color_zhuti);background: linear-gradient(to right, #fff, var(--color_hover));z-index:1;width: 40px;border-radius: 6px;overflow: hidden;display: none;}
    header nav .li:hover .ul2{display: block;}
    body.active header{background-color: #fff;}
    body.active header .logo img{filter: brightness(1) invert(0);}
    body.active header nav ul li > a{color: #1d1d1d;}
    body.active header nav ul li:hover>a{color: var(--color_zhuti);}
    body.active header nav ul li.active>a{color: var(--color_zhuti);}
    body.active nav .nav_xg{background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));}
    body.active header .txt1{color: #888;}
    body.active header .txt1:hover{background: rgba(0, 0, 0, .06);}
    body.active header .xian{background-color: #888;}
    body.active header .txt2 .div1{color: #888;}
    body.active header .txt2:hover .div1{color: var(--color_zhuti);}
header nav .ulbox{display:none;position: absolute;left: 0;top:100%;width:100%;background:rgba(255,255,255,1);border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;text-align: left;}
header nav .ulbox:after{content: "";width: 100%;height: calc(100% + 2px);background: #fff;position: absolute;left: 100%;top: -1px;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
header nav .ulbox:before{content: "";width: 100%;height: calc(100% + 2px);;background: #fff;position: absolute;right: 100%;top: -1px;border-top: 1px solid #ddd;border-bottom: 1px solid #ddd;}
header nav .ulbox .zuo{width: 60%;float: left;padding: 30px;}
header nav .ulbox .zuo .tt1{font-size: 22px;padding-bottom: 16px;margin-bottom: 16px;position: relative;border-bottom: 1px solid #ddd;}
header nav .ulbox .zuo .tt1:after{content: "";width:96px;height: 2px;background: var(--color_zhuti);position: absolute;left: 0;bottom: -1px;}
header nav .ulbox .you{width: 40%;float: right;background: #F5F8FB;padding: 30px;}
header nav .ulbox .you .tt2{font-size: 22px;display: flex;justify-content: space-between;align-items: center;}
header nav .ulbox .you .tt2 a{display:flex;font-size: 14px;}
header nav .ulbox .you .tt2 a span{display: block;margin-left: 4px;}
header nav .ulbox .you .tt2 a:hover{color: var(--color_zhuti);}
header nav .ulbox .you .tt3{height: 300px;margin-top: 14px;}
header nav .ulbox .you .tt4{font-size: 14px;color: #888;margin-top: 11px;}
header nav .ulbox .ul{display: block;}
header nav .ulbox .ul a{display:flex;align-items: center;margin-top: 11px;color: #444;font-size: 16px;}
header nav .ulbox .ul a span{display: block;margin-left: 16px;opacity: 0;transition: all .3s;position: relative;top: 1px;}
header nav .ulbox .ul a:hover div{transition: all .3s;}
header nav .ulbox .ul a:hover div{color: var(--color_zhuti);text-decoration: underline!important;}
header nav .ulbox .ul a:hover span{opacity: 1;margin-left: 11px;color: var(--color_zhuti);}

}


/*banner*/
.banner{position: relative;z-index: 1;overflow: hidden;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide .bjcover{height: calc(100vh - 92px);}
.banner .swiper-slide img{display: block;width: 100%;}
.banner .swiper-pagination-bullet{background:#fff;opacity:.66;transition: all .2s;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;border-radius: 4px;opacity: 1;}


/*搜索*/
#formbox{display:none;position:fixed;left: 0;width: 100%;z-index: 114;background:rgba(0, 0, 0, .6);top:0;height:100vh;}
#formbox form{width: 740px;margin:0 auto;max-width:92%;display: flex;border-bottom: 1px solid #fff;position: absolute;left: 0;right: 0;top: 50%;margin-top: -30px;}
#formbox form input{font-size:22px;color: #222;border: 0;height:70px;background: transparent;padding: 0 0 0 20px;width: calc(100% - 60px);color: #fff;}
#formbox form button{width: 60px;float: right;background:transparent;font-size:33px;height: 70px;border: 0;color: #fff;}
#formbox form button:hover{color: var(--color_zhuti);}
#formbox .gb{position: absolute;right: 30px;top: 30px;font-size: 36px;color: #fff;}
#formbox .gb:hover{color: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: 88px;padding-bottom: 88px;}
.title{display: flex;justify-content: space-between;margin-bottom: 40px;align-items: end;}
.title .div1{}
.title .div1 b{display: block;font-size: 44px;line-height: 54px;letter-spacing: 4px;}
.title .div1 span{display: inline-block;font-size: 22px;line-height: 28px;color: var(--color_zhuti);text-transform: uppercase;margin-top: 8px;
    background-image: linear-gradient(to right, var(--color_zhuti),var(--color_hover));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
.title .div2{font-size: 30px;line-height: 40px;color: #444;letter-spacing: 2px;padding-bottom: 8px;}
.title.titlebs .div1{color: #fff;}
.title.titlebs .div1 span{display: block;color: #fff;}
.title.titlebs .div2{color: #fff;}


/*产品*/
.main1 .box{margin-top: 20px;position: relative;}
.main1 .zuo{width: 28%;position: relative;min-height: 444px;}
.main1 .zuo:after{content: "";width: 1px;height: 100%;background: #ccc;position: absolute;left: 2px;top: 0;z-index: 1;}
.main1 .you{width:calc(58% + 200px);position: absolute;right: 0;top: 0;height: 444px;bottom: 0;margin: auto 0;}
.main1 .zuo a{display: block;font-size: 20px;color: #444;padding: 4px 20px 4px 26px;position: relative;z-index: 2;line-height: 30px;}
.main1 .zuo a:after{content: "";width: 5px;height: 30%;background: var(--color_zhuti);background: linear-gradient(to bottom, var(--color_zhuti), var(--color_hover));border-radius: 88px;position: absolute;left: 0;top: 0;opacity: 0;transition: all .3s;}
.main1 .zuo a:nth-child(n+2){margin-top:20px;}
.main1 .zuo a:hover{color: var(--color_zhuti);}
.main1 .zuo a:hover:after{height: 100%;opacity: 1;}
.main1 .zuo a.active:after{height: 100%;opacity: 1;}
.main1 .zuo a.active{color: var(--color_zhuti);}

.main1 .lb1{height: 100%;}
.main1 .swiper{height:100%;padding-right: 15px;}
.main1 .swiper-slide{height:auto;max-width: 766px;width: 80%;}
.main1 .list{display: block;height: 100%;position: relative;background: #fff;}
.main1 .list .img{height:100%;position: relative;z-index: 1;}
.main1 .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;}
.main1 .list .img .bjcover{height: 100%;}
.main1 .list:after{content: "";width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;z-index: 2;background: linear-gradient(to bottom, transparent,transparent,rgba(2, 102, 209, 1));}
.main1 .list .tt{position: absolute;left: 0;bottom: 0;width: 100%;padding: 30px 33px;font-size: 24px;color: #fff;z-index: 3;display: flex;justify-content: space-between;align-items: center;line-height: 32px;}
.main1 .list .tt span{display: block;font-size: 130%;margin-left: 11px;flex-shrink: 0;}
.main1 .list:hover .bjcover{transform: var(--transform_scale);}
.main1 .list:hover .img img{transform: var(--transform_scale);}


/*解决方案*/
.main2{position: relative;}
.main2 .imgbj{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.main2 .imgbj .bjcover{position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: .6;z-index: 1;}
.main2 .imgbj .bjcover.active{opacity: 1;z-index: 2;}
.main2 .container-fluid{padding-top: 22px;}
.main2 .title.titlebs{position: relative;z-index: 2;display: block;}
.main2 .title.titlebs .div2{margin-top: 33px;}
.main2 .box{margin-top: 377px;position: relative;z-index: 3;display: flex;justify-content: center;background: rgba(0, 0, 0, .6);text-align: center;}
.main2 .box .list{display: block;width: 20%;font-size: 24px;color: #fff;padding: 15px;position: relative;line-height: 34px;}
.main2 .box .list .tt{padding: 36px 0;position: relative;z-index: 2;}
.main2 .box .list .tt .img{height: 0;display: flex;align-items: center;justify-content: center;overflow: hidden;transition: all .3s;margin-top: 0;}
.main2 .box .list .tt .img img{display: block;padding-bottom: 16px;filter: brightness(0) invert(1);transition: all .3s;}
.main2 .box .list:after{content: "";width: 100%;height: calc(50% + 50px);background: var(--color_zhuti);background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));position: absolute;left: 0;bottom: 0;z-index: 1;transition: all .3s;opacity: 0;}
@media (min-width:992px) {
    .main2 .box .list:hover:after{height: calc(100% + 50px);opacity: 1;}
    .main2 .box .list:hover .img{height: 70px;position: relative;margin-top: -70px;}
    .main2 .box .list.active:after{height: calc(100% + 50px);opacity: 1;}
    .main2 .box .list.active .img{height: 70px;position: relative;margin-top: -70px;}
}

/*关于瑞国*/
.main3{padding: 111px 0 0;background: url(../images/t1.png) no-repeat center 44px;}
.main3 .title{text-align: center;justify-content: center;}
.main3 .box{max-width: 1022px;margin: 0 auto;font-size: 18px;line-height: 1.8;color: #444;letter-spacing: normal;text-align: center;margin-top: -16px;}

.more{display: flex;justify-content: center;align-items: center;width:150px;height: 44px;border: 1px solid #ccc;color: #666;margin: 33px auto 0;border-radius: 88px;}
.more span{display: block;font-size: 120%;margin-left: 16px;}
.more:hover{background: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}

.main3 .box2{padding: 88px 0 120px;background: url(../images/t2.png) no-repeat center center/contain;text-align: center;}
.main3 .box2 .top{font-size: 36px;color: var(--color_zhuti);line-height: 46px;}
.main3 .box2 .top:after{content: "";width: 0;height: 0;border-left: 12px solid transparent;border-right: 12px solid transparent;border-top: 10px solid var(--color_zhuti);display: block;margin: 11px auto 0;}
.main3 .box2 .list{display: flex;justify-content: center;margin-top: -11px;flex-wrap: wrap;}
.main3 .box2 .list a{width: 330px;height: 100px;display: flex;align-items: center;justify-content: space-between;padding: 0 20px;background: #fff;margin: 30px 15px 0;box-shadow: 0 0 11px rgba(0, 0, 0, .06);border-radius: 11px;}
.main3 .box2 .list a img{max-height: 60%;max-width: calc(100% - 30px); padding-left: 35px;}
.main3 .box2 .list a span{display: block;margin-left: 15px;font-size: 30px;color: #999;line-height: 1;transition: all .3s;flex-shrink: 0;}
.main3 .box2 .list a:hover{box-shadow: 0 0 11px rgba(2, 102, 209, .6);}
.main3 .box2 .list a:hover span{color: var(--color_zhuti);}

.lb4{border-top: 1px solid #ddd;padding: 35px 0;}
.lb4 .list{display:flex;align-items: center;justify-content: center;height: 100px;}
.lb4 .list img{max-height: 100%;max-width: 100%;transition: all .3s;}
.lb4 .list:hover img{transform:scale(1.3);}


.main5 .list{display: block;position: relative;overflow: hidden;}
.main5 .list .bjcover{padding-top: 180%;position: relative;z-index: 1;}
.main5 .list .tt{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .3);transition: all .3s;font-size: 24px;color: #fff;z-index: 2;display: flex;justify-content: center;align-items: center;text-align: center;padding: 20px;}
.main5 .list:hover .tt{background-color: rgba(0, 0, 0, .2);}
.main5 .title .div3{position: relative;height: 46px;}
.main5 .title .div3 > div{width: 40px;height: 40px;border: 1px solid #ddd;border-radius: 8px;color: #aaa;font-size: 16px;left: auto;right: 0;top: 0;margin: 0;}
.main5 .title .div3 > div.swiper-button-prev{right: 50px;}
.main5 .title .div3 > div:hover{background-color: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}



/*新闻*/
.main6{background: #F0F3F7;}
.main6 .box{display: flex;justify-content: space-between;margin: -16px -8px 0;}
.main6 .box .zuo{display: block;width: calc(41% - 16px);margin: 16px 8px 0;position: relative;}
.main6 .box .zuo .bjcover{height: 524px;}
.main6 .box .zuo .tt{position: absolute;left: 0;bottom: 0;width: 100%;background: rgba(0, 0, 0, .4);padding: 26px;transition: all .3s;}
.main6 .box .zuo .tt .tt1{font-size: 22px;color: #fff;min-height: inherit;}
.main6 .box .zuo .tt .tt3{font-size: 14px;color: #fff;margin-top: 8px;}
.main6 .box .zuo:hover .tt{background-color: rgba(2, 102, 209, .8);}
.main6 .box .zuo:hover .bjcover{transform: var(--transform_scale);}

.main6 .box .you{width: calc(59% - 16px);margin: 16px 8px 0;display: flex;gap: 16px;flex-wrap: wrap;}
.main6 .box .you a{display: block;width: calc(50% - 8px);background: #fff;position: relative;}
.main6 .box .you a:after{content: "";width: 100%;height: 100%;background: var(--color_zhuti);background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));position: absolute;left: 0;top: 0;z-index: 1;transition: all .3s;opacity: 0;}
.main6 .box .you a .tt{position: relative;z-index: 2;padding: 40px 36px;}
.main6 .box .you a .tt .tt1{-webkit-line-clamp: 1;min-height: inherit;font-size: 22px;}
.main6 .box .you a .tt .tt2{-webkit-line-clamp: 3;min-height: 4.8em;font-size: 16px;margin-top: 14px;color: #666;}
.main6 .box .you a .tt .tt3{font-size: 14px;margin-top: 26px;color: #888;}
@media (min-width:992px) {
    .main6 .box .you a:hover:after{opacity: 1;}
    .main6 .box .you a:hover .tt .tt1{color: #fff;}
    .main6 .box .you a:hover .tt .tt2{color: #fff;}
    .main6 .box .you a:hover .tt .tt3{color: #fff;}
    .main6 .box .you a:nth-child(1){width: calc(62% - 8px);}
    .main6 .box .you a:nth-child(4){width: calc(62% - 8px);}
    .main6 .box .you a:nth-child(2){width: calc(38% - 8px);}
    .main6 .box .you a:nth-child(2) .tt .tt1{-webkit-line-clamp: 2;line-height: 1.4;}
    .main6 .box .you a:nth-child(2) .tt .tt2{-webkit-line-clamp: 2;min-height: 3.2em;}
    .main6 .box .you a:nth-child(3){width: calc(38% - 8px);}
    .main6 .box .you a:nth-child(3) .tt .tt1{-webkit-line-clamp: 2;line-height: 1.4;}
    .main6 .box .you a:nth-child(3) .tt .tt2{-webkit-line-clamp: 2;min-height: 3.2em;}
}

footer .box1{padding: 66px 0 30px;display: flex;justify-content: space-between;align-items: center;}
footer .box1 .zuo img{display: block;max-height:70px;filter: brightness(0) invert(1);}
footer .box1 .you{display: flex;align-items: center;margin-left: 55px;}
footer .box1 .you .tt1{font-size: 32px;line-height: 40px;color: #fff;margin-right: 33px;}
footer .box1 .you .tt1 img{padding-right: 11px;position: relative;top: -3px;}
footer .box1 .you .tt1 span{display: block;font-size: 16px;line-height: 26px;margin-top:11px;}
footer .box1 .you .tt2{display: flex;}
footer .box1 .you .tt2 .tt3{display: block;width: 94px;margin-left: 12px;}
footer .box1 .you .tt2 .tt3 img{display: block;width: 100%;}
footer .box2{border-top: 1px solid rgba(255, 255, 255, .3);padding: 50px 0 44px;display: flex;justify-content: space-between;gap: 16px;}
footer .box2 .ul{min-width: 110px;}
footer .box2 .ul a{display: block;font-size: 15px;color: rgba(255, 255, 255, .66);padding-bottom: 6px;}
footer .box2 .ul a:nth-child(1){font-size: 20px;color: #fff;padding-bottom: 14px;}
footer .box2 .ul a:nth-child(n+2):hover{color: #fff;text-decoration: underline!important;}
footer .box3{display: flex;align-items: center;justify-content: space-between;border-top: 1px solid rgba(255, 255, 255, .3);padding: 28px 0;font-size: 15px;color: rgba(255, 255, 255, .66);flex-direction: row-reverse;}
footer .box3 .you{display: flex;align-items: center;flex-shrink: 0;margin-left: 20px;}
footer .box3 .you a{display: block;position: relative;padding-left: 44px;}
footer .box3 .you a:nth-child(n+2):after{content: "";width: 2px;height: 14px;background: rgba(255, 255, 255, .2);position: absolute;left: 21px;top: 0;bottom: 0;margin: auto 0;}
footer .box3 a:hover{text-decoration: underline!important;color: #fff;}



.nybanner{height: 490px;display: flex;align-items: center;justify-content: center;color: #fff;}
.nybanner .tt1{font-size: 44px;line-height: 54px;letter-spacing: 3px;}
.nybanner .tt2{font-size: 26px;line-height: 36px;letter-spacing: 2px;margin-top: 16px;}

.ny{background: #F3F5F8;}
.ny .box{display: flex;justify-content: space-between;}
.ny .box .zuo{width: 333px;border-right: 1px solid #ddd;padding: 62px 0;background: #fff;position: relative;}
.ny .box .zuo:after{content: "";width: 100%;height: 100%;background: #fff;position: absolute;right: 100%;top: 0;}
.ny .box .you{width: calc(100% - 333px);padding: 66px 25px 88px 40px;position: relative;}
.ny .box .zuo .top{font-size:30px;color: var(--color_zhuti);letter-spacing: 2px;line-height: 40px;padding-bottom: 18px;}
.ny .box .zuo .ul{}
.ny .box .zuo .ul .li{display: block;font-size: 18px;line-height: 26px;position: relative;border-top: 1px solid #eee;}
.ny .box .zuo .ul .li a{display: block;padding: 20px 0 20px 0;position: relative;z-index: 2;}
.ny .box .zuo .ul .li a span{display: block;position: absolute;left: 0;top: 20px;color: #fff;transition: all .3s;opacity: 0;font-size: 90%;}
.ny .box .zuo .ul .li:after{content: "";width: 100%;height: 100%;background: var(--color_zhuti);background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));position: absolute;left: 0;top: 0;transition: all .3s;opacity: 0;z-index: 1;}
.ny .box .zuo .ul .li:hover a{color: #fff;padding-left: 40px;}
.ny .box .zuo .ul .li:hover a span{opacity: 1;left: 16px;}
.ny .box .zuo .ul .li:hover:after{opacity: 1;}
.ny .box .zuo .ul .li.active a{color: #fff;padding-left: 40px;}
.ny .box .zuo .ul .li.active a span{opacity: 1;left: 16px;}
.ny .box .zuo .ul .li.active:after{opacity: 1;}


.nycp{display: flex;flex-wrap: wrap;margin: 0 -8px;}
.nycp .list{display: block;width: calc(33.33% - 16px);margin: 0 8px 16px;background: #fff;}
.nycp .list .bjcover{padding-top: 70%;}
.nycp .list .tt{padding: 24px 30px;}
.nycp .list .tt .tt1{font-size: 22px;}
.nycp .list .tt .tt2{font-size: 16px;color: #888;margin-top: 2px;}
.nycp .list .tt .tt3{border: 1px solid #ddd;padding: 4px 20px;width: fit-content;font-size: 14px;color: #666;border-radius: 88px;display: flex;align-items: center;justify-content: space-between;margin-top: 16px;}
.nycp .list .tt .tt3 span{display: block;margin-left: 11px;font-size: 120%;color: var(--color_zhuti);line-height: 1;}
.nycp .list:hover .bjcover{transform: var(--transform_scale);}
.nycp .list:hover .tt{background-color: var(--color_zhuti);}
.nycp .list:hover .tt .tt1{color: #fff;}
.nycp .list:hover .tt .tt2{color: #fff;}
.nycp .list:hover .tt .tt3{color: #fff;background: var(--color_hover);border-color: var(--color_hover);}
.nycp .list:hover .tt .tt3 span{color: #fff;}



.nyjj .list{display: flex;justify-content: space-between;background: #fff;min-height: 430px;}
.nyjj .list:nth-child(n+2){margin-top: 30px;}
.nyjj .list:nth-child(even){flex-direction: row-reverse;}
.nyjj .list .tt{width: 50%;padding: 48px 40px;}
.nyjj .list .tt .tt1 img{display: block;max-height: 56px;}
.nyjj .list .tt .tt2{font-size: 30px;margin-top: 30px;line-height: 40px;}
.nyjj .list .tt .tt3{font-size: 18px;margin-top: 20px;color: #666;line-height: 1.7;}
.nyjj .list .img{width: 50%;}
.nyjj .list .img .bjcover{height: 100%;}





/*详情页*/
.danye{font-size: 16px;line-height: 1.8;}
.danye .topbox{margin-bottom:20px;}
.danye .bt{color: #000;font-size:24px;padding-bottom: 10px;line-height: 1.4;}
.danye .rq{color: #888;font-size: 14px;margin-top: -4px;}
.danye .xian{width: 100%;height: 11px;margin-top:16px;;border-top: 1px dashed #aaa;opacity: .4;}
.danye .img{margin:0 auto 22px auto;display: block;}
.danye .img img{display: block;margin: 0 0;}
.danye .ditu{height:400px;border: 1px solid #eee;margin-bottom:20px;}
.danye .tt1{padding-top: 60px;font-size: 24px;font-family: var(--ali_family);padding-bottom: 20px;line-height: 32px;}
.danye .tt2{font-size: 18px;}
.danyetop{font-size: 24px;padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #eee;line-height: 34px;margin-top: 40px;}

@media (max-width:767px){
    /*详情页*/
    .danye{font-size: 14px;line-height: 1.8;}
    .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;}

}







/*内页新闻*/
.nyxw3{padding-bottom: 22px;}
.nyxw3 .list{display:flex;justify-content: space-between;;position: relative;padding:0 0 28px;}
.nyxw3 .list .tt{width:calc(88% - 70px);padding: 4px 0 4px 24px;position: relative;}
.nyxw3 .list .tt1{font-size: 18px;color: #222;transition: all .3s;font-weight: bold;padding-bottom: 4px;position: relative;}
.nyxw3 .list .tt3{font-size: 14px;-webkit-line-clamp: 2;color: #888;line-height: 24px;overflow: hidden;min-height: 48px;margin-top: 8px;}
.nyxw3 .list .tt4{font-size: 13px;color: #ccc;display: inline-block;line-height: 27px;padding: 0 15px;text-align: center;font-family: 'Arial';background: #5d5d5d;margin-top: 12px;text-transform: uppercase;transition: all .3s;position: relative;}
.nyxw3 .list .tt4:before{width: 27px;height: 27px;border-left: 1px solid #fff;display: flex;align-items: center;justify-content: center;position: absolute;left: 100%;top:0;background: #5d5d5d;}
.nyxw3 .list .tt2{line-height:20px;font-size: 14px;color: #999;}
.nyxw3 .list .img{border-radius:6px;width:calc(12% + 70px);}
.nyxw3 .list .img .bjcover{height: 100%;}
.nyxw3 .list:hover .img .bjcover{transform:scale(1.06);}
.nyxw3 .list:hover .tt1{color: var(--color_zhuti);}
.nyxw3 .list:hover .tt4{color: #fff;background: var(--color_zhuti);border-color: var(--color_zhuti);}
.nyxw3 .list:hover .tt4:before{color: #fff;background: var(--color_zhuti);}
@media (max-width:767px) {
    .nyxw3 .list .tt{padding: 4px 0 6px 20px;}
    .nyxw3 .list .tt1{padding: 0;margin: 0 0 3px;font-size: 18px;}
    .nyxw3 .list .tt1:after{display: none;}
    .nyxw3 .list .tt2{line-height:24px;font-size: 13px; position: relative;left: auto;width: 100%; top:auto;color: #999; text-align:left}
    .nyxw3 .list .tt2 b{font-size:13px;color: #999;display: inline;line-height: inherit; border-bottom:0; width:auto; margin:auto;font-weight: normal;}
    .nyxw3 .list .tt2 i{display:inline;}
    .nyxw3 .list .tt3{margin-top: 5px;font-size: 14px;}
    .nyxw3 .list .tt4{margin-top: 14px;}
    
}

@media (max-width:600px) {
    .nyxw3{padding:0;margin-top: 0;}
    .nyxw3 .list{flex-wrap: wrap;}
    .nyxw3 .list .tt{width: 100%;padding: 0;}
    .nyxw3 .list .tt1{font-size: 18px;}
    .nyxw3 .list .tt3{font-size: 14px;height: auto;max-height: initial;line-height: 1.6;-webkit-line-clamp: 3;}
    .nyxw3 .list .img{position: relative;right: auto;top:auto;width: 100%;height: auto;margin-bottom: 16px;}
    .nyxw3 .list .img .bjcover{height: auto;padding-top: 50%;}
}








/*公司简介*/
.about1 .box{display: flex;justify-content: space-between;}
.about1 .box .zuo{width: 32%;}
.about1 .box .zuo .tt{width: fit-content;min-width: 76%;}
.about1 .box .zuo .tt .tt1{font-size: 48px;line-height: 58px;color: var(--color_zhuti);letter-spacing: 2px;font-weight: bold;}
.about1 .box .zuo .tt .tt2{font-size: 30px;line-height: 40px;color:#353535;margin-top: 16px;}
.about1 .box .zuo .tt .tt3{padding-top: 11px;}
.about1 .box .zuo .tt .tt3 .tt4{padding: 32px 0;display: flex;justify-content: space-between;border-bottom: 1px solid #ddd;font-size: 20px;color: #444;align-items: center;}
.about1 .box .zuo .tt .tt3 .tt4 span{display:flex;flex-shrink: 0;color: var(--color_zhuti);}
.about1 .box .zuo .tt .tt3 .tt4 span b{display: block;font-size: 48px;line-height: 54px;
/*    background-image: linear-gradient(to right, var(--color_zhuti) ,var(--color_hover));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;*/
}
.about1 .box .zuo .tt .tt3 .tt4 span i{display: block;font-size: 24px;line-height: 30px;margin-left: 3px;}

.about1 .box .you{width: 65%;font-size: 16px;line-height: 1.5;color: #303030;}
.about1 .box1{margin-top: 44px;text-align: center;}



/*发展历程*/
.title2{font-size: 48px;color: #fff;line-height: 58px;margin-top: -6px;padding-bottom: 44px;text-align: center;font-weight: bold;letter-spacing: 2px;}
.title2.title2_1{color: var(--color_zhuti);}

.lbabout2{position: relative;padding: 0 66px;}
.lbabout2 .xian{width: 1920px;height: 1px;background: rgba(255, 255, 255, .3);position: absolute;left: calc(50% - 960px);z-index: 1;top: 0;margin-top: 48px;}


.lbabout2 .swiper-slide{width:calc(20% - 12px);margin: 0 6px;z-index: 2;}
.lbabout2 .swiper-slide .list{border: 1px solid rgba(255, 255, 255, .3);padding:22px;color: #fff;width: 100%;display: block;border-radius: 8px;position: relative;transition: all .3s;}
.lbabout2 .swiper-slide .list .tt1{font-size: 36px;line-height: 1.2;font-weight: bold;}
.lbabout2 .swiper-slide .list .tt2 p{font-size: 16px;line-height: 1.5;margin-top:9px;}
.lbabout2 .swiper-slide:nth-child(odd){display: flex;align-items: end;}
.lbabout2 .swiper-slide:nth-child(even){margin-top: 96px;}
.lbabout2 .swiper-slide .list:after{content: "";width: 1px;height: 48px;background: rgba(255, 255, 255, .3);position: absolute;left: 0;top: 100%;right: 0;margin: 0 auto;z-index: 1;}
.lbabout2 .swiper-slide .list:before{content: "";width: 19px;height: 19px;background: #fff;border: 3px solid #4F97D0;border-radius: 50%;position: absolute;left: 0;top: calc(100% + 38px);right: 0;margin: 0 auto;z-index: 2;}
.lbabout2 .swiper-slide .list:hover{background: rgba(255, 255, 255, .1);}
.lbabout2 .swiper-slide:nth-child(even) .list:after{top: auto;bottom: 100%;}
.lbabout2 .swiper-slide:nth-child(even) .list:before{top: auto;bottom: calc(100% + 38px);}
.lbabout2 .swiper-button-prev{width: 50px;height: 50px;background: #fff;border-radius: 50%;left: -8px;font-size: 22px;color: var(--color_zhuti);margin:23px 0 0;top: 0;}
.lbabout2 .swiper-button-next{width: 50px;height: 50px;background: #fff;border-radius: 50%;right: -8px;font-size: 22px;color: var(--color_zhuti);margin:23px 0 0;top: 0;}


/*企业文化*/
.about3 .box{display: flex;flex-wrap: wrap;gap: 18px;justify-content: space-between;}
.about3 .box .list{display:flex;justify-content: space-between;width: calc(50% - 9px);background: #F4F4F4;border-radius: 8px;overflow: hidden;}
.about3 .box .list .img{width: 50%;}
.about3 .box .list .img .bjcover{height: 100%;}
.about3 .box .list .tt{width: 50%;padding: 44px;min-height: 282px;}
.about3 .box .list .tt .tt1{height: 50px;display: flex;align-items: center;}
.about3 .box .list .tt .tt1 img{max-height: 100%;}
.about3 .box .list .tt .tt2{font-size: 28px;line-height: 38px;margin-top: 33px;}
.about3 .box .list .tt .tt3{font-size: 16px;line-height: 1.5;margin-top: 9px;color: #777;}

.about3 .box .list:nth-child(3){flex-direction: row-reverse;}
.about3 .box .list:nth-child(4){flex-direction: row-reverse;}
.about3 .box .list:nth-child(7){flex-direction: row-reverse;}
.about3 .box .list:nth-child(8){flex-direction: row-reverse;}


/*产能布局*/
.lbabout4 .swiper{overflow:visible;max-width: 1500px;margin: 0 auto;}
.lbabout4 .list{display: block;overflow: hidden;border-radius: 11px;opacity: .4;transition: all .3s;}
.lbabout4 .list .bjcover{padding-top:60%;}
.lbabout4 .list:hover .bjcover{transform:var(--transform_scale);}
.lbabout4 .swiper-slide-active .list{opacity: 1;}
.lbabout4 .swiper-slide-next .list{opacity: 1;}
.lbabout4{padding-bottom: 88px;position: relative;}
.lbabout4 .swiper-button-prev{width: 44px;height: 44px;background: #fff;color: var(--color_zhuti);font-size:18px;border-radius: 50%;left: calc(50% - 130px);top: auto;bottom: -6px;box-shadow: 0 0 11px rgba(0, 0, 0, .06);}
.lbabout4 .swiper-button-prev:hover{background: var(--color_zhuti);color: #fff;}
.lbabout4 .swiper-button-next{width: 44px;height: 44px;background: #fff;color: var(--color_zhuti);font-size:18px;border-radius: 50%;right: calc(50% - 130px);top: auto;bottom: -6px;box-shadow: 0 0 11px rgba(0, 0, 0, .06);}
.lbabout4 .swiper-button-next:hover{background: var(--color_zhuti);color: #fff;}
.lbabout4 .swiper-pagination span{width: 12px;height: 12px;background: #9C9C9C;opacity: 1;}
.lbabout4 .swiper-pagination span.swiper-pagination-bullet-active{background: var(--color_zhuti);}



/*资质荣誉*/
.lbabout5 .swiper-slide{width: 440px;}
.lbabout5 .list{display: block;position: relative;box-shadow: 0 0 14px rgba(0, 0, 0, .14);background: #fff;margin: 16px;}
.lbabout5 .list:after{content: "";display: block;padding-top: 141.4285714285714%;}
.lbabout5 .list img{display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;max-height: 94%;max-width: 94%;}
.lbabout5{position: relative;}
.lbabout5 .swiper-button-prev{font-size: 40px;color: #888;left: -77px;}
.lbabout5 .swiper-button-prev:hover{color: var(--color_zhuti);}
.lbabout5 .swiper-button-next{font-size: 40px;color: #888;right: -77px;}
.lbabout5 .swiper-button-next:hover{color: var(--color_zhuti);}


.about6{background: #F9F9F9;}
.about6 .list{display: block;background: var(--color_zhuti);border-radius: 16px;overflow: hidden;}
.about6 .list .bjcover{padding-top: 60%;}
.about6 .list .tt{font-size: 22px;color: #fff;text-align: center;line-height: 78px;}
.about6 .list:hover .bjcover{transform: var(--transform_scale);}
.about6 .list:hover .tt{background-color: var(--color_hover);}

@media (max-width:1199px){
    .lbabout2 .swiper-slide{width: calc(33.33% - 12px);}
}
@media (max-width:991px){
    /*公司简介*/
    .about1 .box{display:block;}
    .about1 .box .zuo{width: 100%;}
    .about1 .box .zuo .tt{min-width: 100%;}
    .about1 .box .zuo .tt .tt1{font-size: 24px;line-height: 34px;letter-spacing: 1px;}
    .about1 .box .zuo .tt .tt2{font-size: 16px;line-height: 1.6;margin-top: 8px;}
    .about1 .box .zuo .tt .tt3{padding-top: 11px;}
    .about1 .box .zuo .tt .tt3 .tt4{padding: 16px 0;font-size: 16px;}
    .about1 .box .zuo .tt .tt3 .tt4 span b{font-size: 24px;line-height: 34px;}
    .about1 .box .zuo .tt .tt3 .tt4 span i{font-size: 16px;line-height: 26px;margin-left:2px;}
    .about1 .box .you{width: 100%;font-size: 15px;margin-top: 26px;line-height: 1.7;}
    .about1 .box1{margin-top: 22px;text-align: center;}
    /*发展历程*/
    .title2{font-size: 24px;line-height:34px;margin-top: -4px;padding-bottom: 22px;letter-spacing:1px;}


    .lbabout2{padding:0;}
    .lbabout2 .xian{margin-top:6px;display: none;}
    .lbabout2 .swiper{overflow: hidden;}
    .lbabout2 .swiper-slide{width:100%;min-width:initial;height: auto;margin-left: 0;}
    .lbabout2 .swiper-slide .list{padding:16px;height: 100%;}
    .lbabout2 .swiper-slide .list .tt1{font-size:18px;}
    .lbabout2 .swiper-slide .list .tt2{font-size:14px;margin-top:4px;}
    .lbabout2 .swiper-slide:nth-child(even){margin-top: 0;}
    .lbabout2 .swiper-slide .list:after{display: none;}
    .lbabout2 .swiper-slide .list:before{display: none;}
    .lbabout2 .swiper-button-prev{display: none!important;}
    .lbabout2 .swiper-button-next{display: none!important;}



    /*企业文化*/
    .about3 .box{gap: 0;margin-top: -10px;}
    .about3 .box .list{width: 100%;margin-top: 10px;position: relative;}
    .about3 .box .list .img{width: 100%;position: absolute;left: 0;top: 0;height: 100%;z-index: 1;}
    .about3 .box .list .tt{width: 100%;padding: 30px;min-height: inherit;background: rgba(0, 0, 0, .4);position: relative;z-index: 2;}
    .about3 .box .list .tt .tt1{height:56px;background: #fff;padding: 14px;width: fit-content;border-radius: 6px;}
    .about3 .box .list .tt .tt2{font-size: 20px;line-height: 30px;margin-top: 22px;color: #fff;}
    .about3 .box .list .tt .tt3{font-size: 16px;margin-top: 6px;color: #fff;}


    /*产能布局*/
    .lbabout4{padding-bottom:40px;}
    .lbabout4 .swiper{overflow:hidden;}
    .lbabout4 .swiper-button-prev{display: none;}
    .lbabout4 .swiper-button-next{display: none;}
    .lbabout4 .swiper-pagination span{width: 10px;height: 10px;}
    .lbabout4 .list{border-radius: 6px;}

    /*资质荣誉*/
    .about5 .container-fluid{padding: 0;}
    .lbabout5 .swiper{overflow:visible;margin-top: -18px;}
    .lbabout5 .swiper-slide{width:56%;max-width: 400px;}
    .lbabout5 .swiper-button-prev{display: none;}
    .lbabout5 .swiper-button-next{display: none;}


    .about6 .list{border-radius: 8px;}
    .about6 .list .tt{font-size: 14px;line-height:42px;}






}





















/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){

}
@media (max-width:1199px){
    header nav ul li > a{font-size: 16px;}
    header nav{margin-right: 130px;}
    .main1 .you{width: 72%;}
    .main2 .box .list{font-size:20px;}
    .main6 .box .zuo{display: none;}
    .main6 .box{margin: 0;}
    .main6 .box .you{width: 100%;margin: 0;}
    .nycp .list{width: calc(50% - 16px);}




}
@media (max-width:991px) {
    body{letter-spacing: normal;padding-top: 84px;}
    header .logo{height:80px;}
    header .logo img{max-height: 60%;}
    .banner .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 3px -4px !important;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 22px;}




    body header{background-color: #fff;}
    body header .logo img{filter: brightness(1) invert(0);}
    header .txtbox{width: 40px;right: 90px;padding-top: 4px;}
    header .txtbox .txt2 .div1{color: #000;font-size: 18px;}
    header .txtbox .txt2 .div1:before{font-size: 120%;margin-right: 6px;position: relative;margin-top: 1px;}
    header .box{position: revert;}



    /*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 .ulbox{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 .li > a{font-size: 14px;color: #333;line-height: 26px;padding:3px 5px 3px 35px;display: block;}
    header nav .ul .li > a span{display: none;}
    header nav .tt1{display: none;}
    header nav .ul .li > a:hover{background-color: transparent;color: var(--color_zhuti);}
    header nav .ul .li > a.active{background-color: transparent;color: var(--color_zhuti);}
    header nav .ulbox .you{display: none;}












   /*移动导航按钮*/
    header .lanmu{width: 30px;font-size: 0;height: 21px;position: absolute;right: 15px;bottom:30px;cursor: pointer;z-index: 2;}
    header .lanmu i{display: inline-block;width: 100%;height: 3px;background:var(--color_zhuti);border-radius: 3px;transition: all 0.6s;}
    header .lanmu i:nth-child(2), .lanmu i:nth-child(3){width: 40%;margin:6px 0;}
    header .lanmu i:nth-child(2){margin-right: 10%;}
    header .lanmu i:nth-child(3){margin-left: 10%;}
    header .lanmu.active i:nth-child(1) {transform: rotate(45deg) translateY(4px) translateX(5px);}      
    header .lanmu.active i:nth-child(4){transform: rotate(-45deg) translateY(-8px) translateX(8px);}
    header .lanmu.active i:nth-child(2){transform: translateX(-30px);opacity: 0;}
    header .lanmu.active i:nth-child(3){transform: translateX(30px);opacity: 0;}



    .main88{padding-top: 40px;padding-bottom: 40px;}
    .title{margin-bottom: 24px;display: block!important;}
    .title .div1{flex-shrink: 0;width: 100%;text-align: center;}
    .title .div1 b{font-size: 24px;line-height: 32px;letter-spacing: 1px;}
    .title .div1 span{font-size:14px;line-height: 16px;margin-top: 0;letter-spacing: normal;}
    .title .div2{font-size: 16px;line-height: 24px;letter-spacing: normal;padding: 8px 0 3px;font-weight: bold;width: 100%;text-align: center;}


    /*产品*/
    .main1 .box{margin-top:0}
    .main1 .zuo{display: none;}
    .main1 .you{width:100%;position: relative;right: auto;top: auto;height: auto;bottom: auto;margin:0;}
    .main1 .lb1{height: auto;}
    .main1 .swiper{height:auto;padding:0 15px;}
    .main1 .swiper-slide{height:auto;max-width: 400px;width: 84%;}
    .main1 .list{height: auto;}
    .main1 .list .img{height:auto;padding-top: 70%;}
    .main1 .list .img .bjcover{height: auto;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
    .main1 .list .tt{padding: 16px 20px;font-size: 16px;line-height: 26px;}
    .main1 .list .tt span{margin-left: 8px;}


    /*解决方案*/
    .main2 .container-fluid{padding-top: 0;}
    .main2 .title.titlebs{display: flex;}
    .main2 .title.titlebs .div2{margin-top: 0;}
    .main2 .box{margin-top:55px;flex-wrap: wrap;padding: 20px 0;}
    .main2 .box .list{width: 100%;font-size:16px;padding:0;line-height: 24px;}
    .main2 .box .list .tt{padding: 14px 0;text-align: left;position: relative;padding-left: 66px;}
    .main2 .box .list .tt .img{height: 30px;position: absolute;left: 20px;top: 0;bottom: 0;margin: auto 0;}
    .main2 .box .list .tt .img img{padding-bottom: 0;height: 30px;}
    .main2 .box .list:after{height: 100%;}
    .main2 .box .list.active:after{opacity: 1;}


    /*关于瑞国*/
    .main3{padding: 40px 0 0;}
    .main3 .box{max-width: 100%;font-size: 15px;margin-top: -11px;}

    .more{width:130px;height: 38px;margin: 22px auto 0;;}
    .more span{margin-left: 8px;}

    .main3 .box2{padding:40px 0;background: transparent;}
    .main3 .box2 .top{font-size: 22px;line-height: 32px;}
    .main3 .box2 .top:after{border-width: 8px;margin: 4px auto 0;}
    .main3 .box2 .list{margin: 0 -7px 0;}
    .main3 .box2 .list a{width: 90%;height: 80px;padding: 0 16px;margin:14px 7px 0;box-shadow: none;border: 1px solid #eee;}
    .main3 .box2 .list a span{margin-left: 8px;font-size:22px;}


    .lb4 .list{height:70px;}

    .main5 .list .tt{font-size:18px;padding:20px;font-weight: bold;}

    .main6 .box .you{display:block;gap: 0;margin-top: -12px;}
    .main6 .box .you a{width: 100%!important;margin-top: 12px;}
    .main6 .box .you a .bjcover{padding-top: 50%;margin-bottom: 16px;}
    .main6 .box .you a .tt{padding:18px 20px;}
    .main6 .box .you a .tt .tt1{-webkit-line-clamp: 2;min-height: inherit;font-size: 16px;font-weight: bold;}
    .main6 .box .you a .tt .tt2{-webkit-line-clamp: 3;min-height:inherit;font-size: 14px;margin-top: 8px;}
    .main6 .box .you a .tt .tt3{font-size: 13px;margin-top: 14px;}


    footer .box1{padding:38px 0 30px;display: block;}
    footer .box1 .zuo{display: block;}
    footer .box1 .zuo img{max-height: 54px;}
    footer .box1 .you{display: block;margin:20px 0 0;}
    footer .box1 .you .tt1{font-size: 26px;line-height: 34px;margin-right: 0;}
    footer .box1 .you .tt1 img{padding-right: 8px;top: -2px;max-height: 26px;}
    footer .box1 .you .tt1 span{font-size: 14px;line-height: 24px;margin-top:8px;}
    footer .box1 .you .tt2{display: flex;margin-top: 18px;gap: 16px;}
    footer .box1 .you .tt2 .tt3{width: 88px;margin: 0;}
    footer .box2{display: none;}
    footer .box3{display:block;padding: 18px 0;font-size: 14px;text-align: center;}
    footer .box3 .you{margin: 0 0 11px;justify-content: center;}
    footer .box3 .you a{padding:0 20px;}
    footer .box3 .you a:nth-child(n+2):after{left: -1px;}



    .nybanner{height:180px;}
    .nybanner .tt1{font-size: 24px;line-height: 34px;letter-spacing: 1px;}
    .nybanner .tt2{font-size: 16px;line-height: 26px;letter-spacing: normal;margin-top:4px;}


    .ny{padding: 26px 0 66px;}
    .ny .box{display:block;}
    .ny .box .zuo{width: 100%;border-right:0;margin: 0 0 24px;padding: 0;}
    .ny .box .zuo:after{display: none;}
    .ny .box .you{width: 100%;padding: 0;}
    .ny .box .zuo .top{font-size:20px;letter-spacing: 1px;line-height: 50px;padding-bottom: 0;background: var(--color_zhuti);color: #fff;padding: 0 20px;display: flex;justify-content: space-between;}
    .ny .box .zuo .top span{font-size: 84%;}
    .ny .box .zuo .ul{display: none;}
    .ny .box .zuo .ul .li{font-size: 14px;line-height: 22px;}
    .ny .box .zuo .ul .li a{padding: 9px!important;text-align: center;}
    .ny .box .zuo .ul .li a span{display: none;}


    .nycp{margin: 0 -6px;}
    .nycp .list{width: calc(50% - 12px);margin: 0 6px 12px;}
    .nycp .list .tt{padding: 9px 2px;}
    .nycp .list .tt .tt1{font-size: 14px;text-align: center;}
    .nycp .list .tt .tt2{display: none;}
    .nycp .list .tt .tt3{display: none;}




    .nyjj .list{display: block;min-height: inherit;}
    .nyjj .list:nth-child(n+2){margin-top: 20px;}
    .nyjj .list .tt{width: 100%;padding: 30px 20px 20px;}
    .nyjj .list .tt .tt1 img{max-height: 42px;}
    .nyjj .list .tt .tt2{font-size: 20px;margin-top: 16px;line-height: 30px;}
    .nyjj .list .tt .tt3{font-size: 15px;margin-top: 6px;color: #666;line-height: 1.7;}
    .nyjj .list .img{width:100%;}
    .nyjj .list .img .bjcover{height: auto;padding-top: 70%;}




}

@media (max-width:767px) {


}
@media (max-width:600px) {


}

@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;} 
}

























