/*全局样式*/
@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;}
.container-fluid {
    max-width:1430px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #0d71be;
    --color_hover: #06c3b3;
    --AlibabaPuHuiTi:AlibabaPuHuiTi;
    --transform_scale: scale(1.08);
}


.weizijb{
    background-image: linear-gradient(to right, var(--color_zhuti) ,var(--color_hover));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}
body{padding-top:90px;}
header{position:fixed;left: 0;top:0;z-index: 111;width: 100%;box-shadow: 0 4px 8px rgba(0, 0, 0, .06);background-color: #fff;}
header .container-fluid{max-width: 1770px!important;}

header .box{display: flex;justify-content: space-between;}
header .logo{height: 90px;font-size: 0;padding-right: 30px;display: flex;align-items: center;}
header .logo img{max-height:60%;}
header .txt1{font-size: 20px;font-weight: bold;height: 90px;display: flex;align-items: center;flex-shrink: 0;}
header .txt1:before{color: #888;padding-right: 10px;font-weight: normal;}
header .txt2{font-size:28px;font-weight: bold;height: 90px;display: flex;align-items: center;color: #888;border-left: 1px solid #eee;border-right: 1px solid #eee;width: 100px;justify-content: center;cursor: pointer;}
header .txt2:hover{color: var(--color_zhuti);}
header nav{width:82%;max-width:1160px;}
header nav ul{position: relative;display: flex;justify-content: space-between;}
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 4px;font-family:var(--AlibabaPuHuiTi);}
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);}

header nav .ul{display:none;position: absolute;left: 0;top:calc(100% - 16px);width: 180px;margin-left: calc(50% - 90px);right: 0;background:rgba(255,255,255,1);padding:8px 0;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius:10px;overflow: hidden;}
header nav .ul a{font-size: 14px;color: #333;line-height: 24px;padding:10px 5px;display: block;}
header nav .ul a:nth-child(n+2){border-top: 1px solid #eee;}
header nav .ul a:hover{background-color: var(--color_zhuti);color: #fff;}
header nav .ul a.active{background-color: var(--color_zhuti);color: #fff;}
@media (min-width:992px){
    /*header nav ul > li:hover .ul{display: block;}*/
    header nav .nav_xg{position: absolute; left: 30.5833px; bottom: 0; height: 4px; background-color: var(--color_zhuti);z-index:1;width: 42px;}
}

/*搜索*/
#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;transition: all .3s;}
#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: 600px;}
.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;}


.main88{padding-top: 68px;padding-bottom: 68px;}
.title{margin-bottom: 33px;position: relative;}
.title .div1{font-size: 0;}
.title .div1 span{font-size:18px;text-transform: uppercase;display: inline-block;padding-right: 20px;position: relative;font-weight: bold;}
.title .div1 span:after{content: "";width: 154px;height: 1px;background: #ddd;position: absolute;left: 100%;top:0;bottom: 0;margin: auto 0;}
.title .div2{font-size: 40px;line-height: 48px;}


.more{display: flex;width: 170px;height: 50px;border: 1px solid #ddd;justify-content: center;align-items: center;font-size: 16px;margin-top: 33px;border-radius: 44px;color: #888;background: #fff;}
.more i{font-size: 160%;margin-left: 15px;position: relative;top:2px;}
.more:hover{background: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}



.main1 .box{display: flex;justify-content: space-between;}
.main1 .box .zuo{width: 50%;padding: 0 50px 0 0;}
.main1 .box .bjcover{width: 50%;height: 400px;}
.main1 .box .tt1{font-size: 36px;color: var(--color_zhuti);line-height: 44px;}
.main1 .box .tt2{font-size: 16px;color: #888;margin-top: 18px;line-height: 1.8;-webkit-line-clamp: 6;}




.main2 .more{margin:auto 0;position: absolute;right: 0;top:0;bottom: 0;}
.main2 .box{display: flex;justify-content: space-between;}
.main2 .box .zuo{width: 300px;background: #fff;border: 1px solid #ddd;}
.main2 .box .zuo .ul a{display: flex;width: 100%;position: relative;}
.main2 .box .zuo .ul a:nth-child(n+2){border-top: 1px solid #ddd;}
.main2 .box .zuo .ul a span{line-height: 28px;padding: 16px 60px 16px 25px;width: 100%;font-size: 16px;position: relative;z-index:4;transition: all .3s;}
.main2 .box .zuo .ul a span:before{font-size: 120%;color: #ddd;position: absolute;right: 25px;top:16px;}
.main2 .box .zuo .ul a:after{content: "";width: calc(100% + 2px);height: calc(100% + 2px);background: var(--color_zhuti);background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));position: absolute;left: -1px;top:-1px;transition: all .3s;opacity: 0;z-index: 3;}
.main2 .box .zuo .ul a:hover span{color: #fff;}
.main2 .box .zuo .ul a:hover:after{opacity: 1;}
.main2 .box .zuo .ul a.active span{color: #fff;}
.main2 .box .zuo .ul a.active:after{opacity: 1;}

.main2 .box .lb2{width: calc(100% - 320px);}
.main2 .box .lb2 .list{display: block;background: #fff;}
.main2 .box .lb2 .list .img{padding-top:68%;position: relative;}
.main2 .box .lb2 .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;}
.main2 .box .lb2 .list .tt{line-height:66px;font-size: 18px;background: #eaeaea;text-align: center;transition: all .3s;}
.main2 .box .lb2 .list:hover .img img{transform: var(--transform_scale);}
.main2 .box .lb2 .list:hover .tt{background: var(--color_zhuti);color: #fff;}




.main3 .title{margin-bottom: 0;max-width: 46%;}
.main3 .title .div1 span{color: #fff;}
.main3 .title .div1 span:after{background-color: #fff;}
.main3 .title .div2{color: #fff;}
.main3 .box{display: flex;flex-wrap: wrap;padding-top:34px;}
.main3 .box a{display:flex;align-items: center;min-height: 54px;border: 1px solid rgba(255, 255, 255, .6);padding: 10px;margin: 5px 10px 5px 0;min-width: calc(50% - 10px);border-radius: 111px;font-size: 18px;color: #fff;justify-content: center;}
.main3 .box a i{font-size: 140%;padding-right:11px;}
.main3 .box a:hover{background: #fff;color: var(--color_zhuti);}
.main3 .box a:nth-child(n+7){display: none;}
.main3 .more{margin-top: 40px;}
.main3 .more:hover{background: #fff;color: var(--color_zhuti);border-color: #fff;}





.main4{padding-top: 30px;padding-bottom: 30px;}
.main4 .list{height:80px;justify-content: center;align-items: center;display: flex;border: 1px solid #fff;}
.main4 .list img{max-height: 88%;max-width: 88%;}
.main4 .list:hover{border-color: var(--color_zhuti);}
.main4 .container-fluid{max-width: 1530px!important;}
.lb4{position: relative;padding: 0 50px;}
.lb4 .swiper-button-prev{width: 34px;height: 34px;border: 2px solid #aaa;border-radius: 50%;margin-top: -17px;color: #aaa;font-weight: bold;transition: all .3s;left: 0;}
.lb4 .swiper-button-prev:hover{background: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}
.lb4 .swiper-button-next{width: 34px;height: 34px;border: 2px solid #aaa;border-radius: 50%;margin-top: -17px;color: #aaa;font-weight: bold;transition: all .3s;right: 0;}
.lb4 .swiper-button-next:hover{background: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}



.main5 .title{text-align: center;}
.main5 .title .div2{padding: 4px 0 11px;}
.main5 .title .div1 span{padding: 0;font-size: 30px;line-height: 40px;font-weight:normal;}
.main5 .title .div1 span:after{display: none;}
.main5 .list{display: block;background: #fff;}
.main5 .list .bjcover{padding-top: 50%;}
.main5 .list .tt{padding: 22px 28px;}
.main5 .list .tt1{font-size: 18px;transition: all .3s;}
.main5 .list .tt2{font-size: 15px;color: #888;margin-top: 11px;}
.main5 .list .tt3{font-size: 15px;color: var(--color_zhuti);margin-top: 16px;}
.main5 .list:hover .bjcover{transform: var(--transform_scale);}
.main5 .list:hover .tt1{color: var(--color_zhuti);}
.main5 .more{margin: 44px auto 0;}



footer{background: #151e2c;font-size: 15px;color:rgba(255, 255, 255, .66);}
footer .box2{padding: 22px 15px;text-align: center;border-top: 1px solid rgba(255, 255, 255, .3);}
footer .box1{padding: 50px 0 30px;display: flex;justify-content: space-between;}
footer .box1 .ul{padding: 0 6px;}
footer .box1 .ul a{display: block;padding-bottom: 8px;}
footer .box1 .ul a:hover{color: #fff;text-decoration: underline!important;}
footer .box1 .top{font-size: 18px;padding-bottom: 22px;color: #fff;}
footer .box1 .img{width: 140px;}
footer .box1 .tt{max-width: 340px;}
footer .box1 .tt .tt2{margin-top:28px;position: relative;padding-left: 60px;line-height: 1.2;}
footer .box1 .tt .tt2 b{display: block;font-size: 26px;line-height: 32px;color: #fff;margin-top: 3px;}
footer .box1 .tt .tt2 img{display: block;position: absolute;left: 0;top:2px;}
footer .box1 .tt .tt3{border-top: 1px solid rgba(255, 255, 255, .3);padding-top: 14px;margin-top: 22px;}


.banner2{height: 480px;display: flex;align-items: center;color: #fff;position: relative;}
.banner2 .tt1{position: relative;}
.banner2 .tt1 b{font-size: 140px;line-height: 1;color: rgba(255, 255, 255, .1);text-transform: uppercase;position: relative;left: -10px;position: relative;z-index: 1;}
.banner2 .tt1 span{font-size: 44px;position: absolute;left:0px;top:0;height: 100%;display: flex;align-items: center;z-index: 2;}
.banner2 .tt2{position: absolute;left: 0;bottom: 33px;width: 100%;font-size: 15px;}
.banner2 .tt2 a:hover{text-decoration: underline!important;}



.title8{position: relative;}
.title8:after{content: "";width: 100%;height: 1px;background: #ddd;position: absolute;left: 0;bottom: 0;}
.title8 .list{display: block;padding: 0 20px;line-height: 70px;border-bottom: 3px solid transparent;margin-right: 4px;font-size: 16px;}
.title8 .list:hover{color: var(--color_zhuti);border-color: var(--color_zhuti);}
.title8 .list.active{color: var(--color_zhuti);border-color: var(--color_zhuti);}



.title8box .swiper-slide{width: auto;}
.title8box .swiper-pagination{width:calc(100% - 24px);top:auto!important;bottom:0;right: 0;height: 1px;margin: 0 auto !important;display: flex;background:#eee;}
.title8box .swiper-pagination span{width: 100%;border-radius: 0;border: 0;margin: 0!important;height: 100%!important;position: relative;background: transparent;}
.title8box .swiper-pagination span.swiper-pagination-bullet-active{height: 200%!important;position: relative;bottom: 1px;background: var(--color_zhuti);}
.title8box .swiper-pagination-lock .swiper-pagination-bullet-active{display: none!important;}



.ny{padding: 44px 0 88px;}



.nycp{display: flex;flex-wrap: wrap;margin: 0 -15px;}
.nycp .list{display: block;width: calc(33.33% - 20px);margin:0 10px 20px;border: 1px solid #eee;}
.nycp .list .img{padding-top:68%;position: relative;}
.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 .img .bjcover{position: absolute;left: 0;top:0;height: 100%;width: 100%;}
.nycp .list .tt{background: #f8f8f8;padding: 20px 30px;border-top: 1px solid #eee;text-align: center;}
.nycp .list .tt .tt1{font-size: 18px;transition: all .3s;}
.nycp .list .tt .tt2{font-size: 14px;color: #666;margin-top: 11px;}
.nycp .list .tt .tt3{width: 50px;height: 50px;border-radius: 50%;background: var(--color_zhuti);font-size: 24px;color: #fff;margin: 16px auto 0;display: flex;align-items: center;justify-content: center;transition: all .3s;}
.nycp .list .tt4{font-size: 15px;text-align: center;line-height: 50px;background: #f8f8f8;transition: all .3s;}
.nycp .list:hover .img img{transform: var(--transform_scale);}
.nycp .list:hover .img .bjcover{transform: var(--transform_scale);}
.nycp .list:hover .tt .tt1{color: var(--color_hover);}
.nycp .list:hover .tt .tt3{background: var(--color_hover);}

.nycp .list:hover .bjcover{transform: var(--transform_scale);}
.nycp .list:hover .tt4{background: var(--color_hover);color: #fff;}

.nycp.nysp .list{width: calc(49.5% - 14px);}
.nycp.nysp .list .img{position: relative;padding-top:56.26%;min-height: 240px;}
.nycp.nysp .list .img video{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-color: #000;}


/*内页新闻*/
.nyxw{padding-bottom: 30px;margin-top: -11px;}
.nyxw .list{display: block;position: relative;padding: 30px 330px 30px 170px;border-bottom: 1px solid #e5e5e5;}
.nyxw .list .tt1{font-size: 18px;color: #222;transition: all .3s;}
.nyxw .list .tt3{font-size: 15px;color: #666;line-height: 26px;height: 52px;overflow: hidden;margin-top: 12px;min-height: inherit;}
.nyxw .list .tt4{font-size: 12px;background-color: #fff;color: #999999;line-height: 32px;width: 100px;text-align: center;font-family: 'Arial';border: 1px solid #e5e5e5;margin-top: 22px;text-transform: uppercase;transition: all .3s;}
.nyxw .list .tt2{line-height:24px;font-size: 13px; position: absolute;left: 0;width: 170px; top:25px;color: #999; text-align:center}
.nyxw .list .tt2 b{font-size:18px;color: #000;display: block;line-height: 40px; border-bottom:2px var(--color_zhuti) solid; width:50px; margin:0 auto 5px auto}
.nyxw .list .tt2 i{display: none;}
.nyxw .list .img{position: absolute;right: 30px;top:30px;width: 230px;height: 148px;border-radius:6px;}
.nyxw .list .img .bjcover{height: 100%;}
.nyxw .list:hover .img .bjcover{transform:scale(1.06);}
.nyxw .list:hover .tt1{color: var(--color_zhuti);}
.nyxw .list:hover .tt4{color: #fff;background: var(--color_zhuti);border-color: var(--color_zhuti);}
@media (max-width:1199px) {
    .nyxw .list{padding: 30px 290px 30px 110px;}
    .nyxw .list .tt2{width: 110px;}
}
@media (max-width:991px) {
    .nyxw{padding-top: 6px;margin-top: 0;}
    .nyxw .list{padding:25px 250px 25px 0;}
    .nyxw .list .img{right: 0;height: 154px;top:29px;}
    .nyxw .list .tt2{width: 140px;}
    .nyxw .list .tt2{line-height:24px;font-size: 13px; position: relative;left: auto;width: 100%; top:auto;color: #999; text-align:left}
    .nyxw .list .tt2 b{font-size:13px;color: #999;display: inline;line-height: inherit; border-bottom:0; width:auto; margin:auto;font-weight: normal;}
    .nyxw .list .tt2 i{display:inline;}
    .nyxw .list .tt3{margin-top: 8px;}
    .nyxw .list .tt4{margin-top: 16px;}
	.nycp.nysp .list{width: calc(100% - 10px);}
    
}

@media (max-width:600px) {
    .nyxw .list{padding: 0 0 25px;margin-bottom: 25px;}
    .nyxw .list .tt1{font-size: 18px;}
    .nyxw .list .tt3{font-size: 14px;height: auto;max-height: initial;line-height: 1.6;-webkit-line-clamp: 3;}
    .nyxw .list .img{position: relative;right: auto;top:auto;width: 100%;height: auto;margin-bottom: 16px;}
    .nyxw .list .img .bjcover{height: auto;padding-top: 50%;}
}





/*详情页*/
.danye{font-size: 15px;line-height: 1.8;}
.danye .topbox{margin-bottom:20px;text-align: center;}
.danye .bt{color: #000;font-size:22px;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;}
.danye .txtbox{ font-size:16px; line-height:2; min-height:250px;}
.danye .txtbox img{ max-width:100% !important; height:auto !important; padding:2px !important; display:block; margin:0 auto;}
.danye .txtbox table{width:100% !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}
.danye .txtbox table tr td{width:auto !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}


@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;}

}





.ny.ny2 .box{display: flex;justify-content: space-between;}
.ny.ny2 .box .zuo{width: 300px;background: #fff;border: 1px solid #ddd;height: fit-content;}
.ny.ny2 .box .zuo .ul > a{display: flex;width: 100%;position: relative;}
.ny.ny2 .box .zuo .ul > a:nth-child(n+2){border-top: 1px solid #ddd;}
.ny.ny2 .box .zuo .ul > a span{line-height: 24px;padding: 18px 60px 18px 25px;width: 100%;font-size: 16px;position: relative;z-index:4;transition: all .3s;}
.ny.ny2 .box .zuo .ul > a span:before{font-size: 120%;color: #ddd;position: absolute;right: 25px;top:18px;}
.ny.ny2 .box .zuo .ul > a:after{content: "";width: calc(100% + 2px);height: calc(100% + 2px);background: var(--color_zhuti);background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));position: absolute;left: -1px;top:-1px;transition: all .3s;opacity: 0;z-index: 3;}
.ny.ny2 .box .zuo .ul > a:hover span{color: #fff;}
.ny.ny2 .box .zuo .ul > a:hover:after{opacity: 1;}
.ny.ny2 .box .zuo .ul > a.active span{color: #fff;}
.ny.ny2 .box .zuo .ul > a.active:after{opacity: 1;}
.ny.ny2 .box .you{width: calc(100% - 320px);}

.ny.ny2 .box .zuo .ul2{border-top: 1px solid #ddd;padding: 10px 10px 10px 30px;/*display: none;*/display: block;}
.ny.ny2 .box .zuo .ul2.active{display: block;}
.ny.ny2 .box .zuo .ul2 a{display: block;color: #666;font-size: 15px;line-height: 24px;padding: 5px 0 5px 15px;position: relative;}
.ny.ny2 .box .zuo .ul2 a:after{content: "";width: 0;height: 0;border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-left: 5px solid var(--color_zhuti);position: absolute;left: 0;top:12px;}
.ny.ny2 .box .zuo .ul2 a:hover{color: var(--color_zhuti);text-decoration: underline!important;}
.ny.ny2 .box .zuo .ul2 a.active{color: var(--color_zhuti);}









/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1399px){
    .banner .swiper-slide .bjcover{height: auto;padding-top:41.6%;}
    header .txt2{width: 70px;}
    .main3 .box a{font-size: 16px;}


}
@media (max-width:1199px){
    .main2 .box .zuo .ul a span{font-size: 16px;}
    .main2 .box .zuo{width: 260px;}
    .main2 .box .lb2{width: calc(100% - 280px);}

    .banner2{height:360px;}
    .banner2 .tt1 b{font-size:100px;}
    .banner2 .tt1 span{font-size: 36px;}


    .nycp{margin: 0 -6px;}
    .nycp .list{width: calc(50% - 12px);margin:0 6px 12px;}
    .nycp .list .tt{padding: 18px 20px;}
    .nycp .list .tt .tt1{font-size: 18px;}
    .nycp .list .tt .tt2{font-size: 13px;margin-top: 8px;}
    .nycp .list .tt .tt3{width: 40px;height: 40px;font-size: 22px;margin-top: 14px;}







}
@media (max-width:991px) {
    body{padding-top: 80px;}
    header .box{height: 80px;}
    header .logo img{max-height: 44px;}
    .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_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: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: 48px;padding-bottom: 48px;}
    .title{margin-bottom:26px;}
    .title .div1{font-size: 0;}
    .title .div1 span{font-size:15px;padding-right:15px;}
    .title .div1 span:after{width: 100px;}
    .title .div2{font-size: 26px;line-height: 34px;}

    .more{width:136px;height: 42px;font-size: 14px;margin-top: 20px;}
    .more i{margin-left: 8px;;}


    .main1{background: #fff!important;}
    .main1 .box{flex-wrap: wrap;}
    .main1 .box .zuo{width: 100%;padding: 0;}
    .main1 .box .bjcover{width: 100%;height: auto;padding-top: 66%;margin-top: 22px;}
    .main1 .box .tt1{font-size: 22px;line-height: 30px;margin-top: -8px;}
    .main1 .box .tt2{font-size: 14px;margin-top: 11px;}




    .main2 .more{top:11px;}
    .main2 .box{flex-wrap: wrap;}
    .main2 .box .zuo{width: 100%;background: #fff;border:0margin-bottom: 20px;}
    .main2 .box .zuo .top{background: var(--color_zhuti);padding: 0 20px;font-size: 18px;color: #fff;line-height: 50px;position: relative;}
    .main2 .box .zuo .top span{font-size: 14px;padding-left: 12px;}
    .main2 .box .zuo .top i{display: block;position: absolute;right: 20px;top:0;}
    .main2 .box .zuo .ul{display: none;border: 1px solid #ddd;}
    .main2 .box .zuo .ul a span{line-height: 22px;padding:11px 50px 11px 20px;font-size: 15px;}
    .main2 .box .zuo .ul a span:before{right: 18px;top:11px;}

    .main2 .box .lb2{width: 100%;}
    .main2 .box .lb2 .list .tt{line-height:44px;font-size: 14px;}




    .main3{background-position: left center!important;}
    .main3 .title{max-width: 100%;}
    .main3 .box{padding-top:22px;}
    .main3 .box a{min-height: 50px;padding: 8px;margin: 2px 4px 2px 0;min-width: calc(50% - 4px);font-size: 15px;}
    .main3 .box a i{font-size: 120%;padding-right:8px;}
    .main3 .more{margin-top: 24px;}

    .main4 .list{height:70px;}
    .lb4{padding:0;}
    .lb4 .swiper-button-prev{display: none;}
    .lb4 .swiper-button-next{display: none;}

    .main5 .title .div2{padding: 4px 0 8px;}
    .main5 .title .div1 span{font-size: 22px;line-height: 30px;}


    .main5 .swiper-slide{width: 80%;max-width: 370px;}
    .main5 .list .tt{padding:18px 20px;}
    .main5 .list .tt1{font-size: 16px;}
    .main5 .list .tt2{font-size: 13px;margin-top: 8px;}
    .main5 .list .tt3{font-size: 13px;margin-top: 11px;}
    .main5 .more{margin:24px auto 0;}



    footer{font-size: 14px;}
    footer .box2{padding: 18px 15px;}
    footer .box1{padding: 30px 0;flex-wrap: wrap;}
    footer .box1 .ul{display: none;}
    footer .box1 .top{padding-bottom: 18px;}
    footer .box1 .img{display: none;}
    footer .box1 .tt{max-width: 100%;width: 100%;}
    footer .box1 .tt .tt1 img{max-width:44%;}
    footer .box1 .tt .tt2{margin-top:22px;padding-left: 50px;}
    footer .box1 .tt .tt2 b{font-size: 22px;line-height:28px;}
    footer .box1 .tt .tt2 img{height: 40px;}
    footer .box1 .tt .tt3{border-top:0;padding-top: 0;margin-top: 8px;}



    .banner2{height:240px;padding-bottom:16px;}
    .banner2 .tt1 b{font-size:60px;}
    .banner2 .tt1 span{font-size: 26px;}
    .banner2 .tt2{font-size: 14px;bottom: 22px;}

    .title8 .list{line-height:56px;padding: 0 15px;margin-right: 8px;}

    .ny{padding:28px 0 46px;}



    .ny.ny2 .box{flex-wrap: wrap;}
    .ny.ny2 .box .zuo{width: 100%;background: #fff;border:0;margin-bottom: 20px;}
    .ny.ny2 .box .zuo .top{background: var(--color_zhuti);padding: 0 20px;font-size: 18px;color: #fff;line-height: 50px;position: relative;}
    .ny.ny2 .box .zuo .top span{font-size: 14px;padding-left: 12px;}
    .ny.ny2 .box .zuo .top i{display: block;position: absolute;right: 20px;top:0;}
    .ny.ny2 .box .zuo .ul{display: none;border: 1px solid #ddd;}
    .ny.ny2 .box .zuo .ul > a span{line-height: 22px;padding:11px 50px 11px 20px;font-size: 15px;}
    .ny.ny2 .box .zuo .ul > a span:before{right: 18px;top:11px;}
    .ny.ny2 .box .zuo .ul2{padding-left: 20px;display: none;}
    .ny.ny2 .box .zuo .ul2.active{display: block;}
    .ny.ny2 .box .zuo .ul2 a{font-size: 14px;padding: 3px 0 3px 13px;}
    .ny.ny2 .box .zuo .ul2 a:after{top:9px;}
    .ny.ny2 .box .you{width: 100%;}




}

@media (max-width:767px) {
    .nycp .list{width: calc(50% - 12px);}
    .nycp .list .tt{padding: 0;}
    .nycp .list .tt .tt1{font-size: 14px;line-height:40px;}
    .nycp .list .tt4{font-size: 14px;line-height:40px;}
    .nycp .list .tt .tt2{display: none;}
    .nycp .list .tt .tt3{display: none;}

}
@media (max-width:600px) {


}

@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;} 
}

