/*全局样式*/
@charset "utf-8";
body {font:14px/1.7 "微软雅黑",黑体,"AlibabaPuHuiTi", "Arial", "Impact";color: #222;-webkit-text-size-adjust: 100%;background-color: #fff;overflow-x: hidden;min-width: 320px;max-width: 1920px;margin: 0 auto;letter-spacing: .6px;}
.container-fluid {
    max-width:1430px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #e3171f;
    --color_hover: #d21e26;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}

body{padding-top:86px;}
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 .box{display: flex;justify-content: space-between;align-items: center;}
header .logo{height: 86px;font-size: 0;margin-right: 20px;display: flex;align-items: center;}
header .logo img{max-height:60%;}

header .txt{display: flex;align-items: center;}
header .txt .div1{width: 24px;height: 24px;background: #c1c1c1;font-size:16px;color: #fff;font-weight: bold;display: flex;align-items: center;justify-content: center;margin-right: 10px;flex-shrink: 0;}
header .txt .div1:hover{background: var(--color_zhuti);color: #fff;cursor: pointer;}
header .txt .div2{font-size: 20px;color: var(--color_zhuti);flex-shrink: 0;display: flex;align-items: center;letter-spacing: -.6px;font-family: 'Arial';}
header .txt .div2:before{width: 24px;height: 24px;background: var(--color_zhuti);font-size:16px;color: #fff;margin-right: 6px;font-weight: bold;display: flex;align-items: center;justify-content: center;flex-shrink: 0;}
header .txt .div3{display: flex;flex-shrink: 0;align-items: center;margin-left: 14px;}
header .txt .div3 a{display: block;width: 24px;height: 24px;border: 1px solid #eee;display: flex;justify-content: center;align-items: center;margin-left: 2px;font-size: 14px;line-height: 1;}
header .txt .div3 a:nth-child(2){font-size: 12px;}
header .txt .div3 a:hover{background: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}
header .txt .div3 a.active{background: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}

header nav{width:55%;max-width:766px;}
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: 86px;font-size:19px;position: relative;padding: 0 4px;}
header nav ul li > a:after{content: "";width: 0;height: 5px;background: var(--color_zhuti);position: absolute;left: 0;bottom: 0;right: 0;margin: 0 auto;transition: all .3s;border-radius: 6px 6px 0 0;}
header nav ul li > i{display: none;}
header nav ul li:hover > a{color: var(--color_zhuti);}
header nav ul li:hover > a:after{width: 100%;}
header nav ul li.active > a:after{width: 100%;}
header nav ul li.active > a{color: var(--color_zhuti);}

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; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
header nav .ul a:nth-child(n+2){border-top: 1px solid #eee;}
header nav .ul a:hover{background-color: var(--color_zhuti);color: #fff;}
header nav .ul a.active{background-color: var(--color_zhuti);color: #fff;}
@media (min-width:992px){
    header nav ul > li:hover .ul{display: block;}
    /*header nav .nav_xg{position: absolute; left: 0; bottom: 0; height:3px; background-color: var(--color_zhuti);z-index:1;width: 40px;border-radius: 6px;overflow: hidden;display: none;}*/
}

/*banner*/
.banner{position: relative;z-index: 1;overflow: hidden;}
.banner2{position: relative;z-index: 1;overflow: hidden;}
.banner2 .swiper-slide{overflow: hidden;}
.banner2 .swiper-slide img{display: block;width: 100%;}
.banner2 .swiper-pagination-bullet{background:#fff;opacity:.66;transition: all .2s;}
.banner2 .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;border-radius: 4px;opacity: 1;}


/*搜索*/
#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;}
}



.mainform{background: #f7f6f6;}
.mainform .box{display: flex;justify-content: space-between;}
.mainform .box .tt{padding: 25px 0;font-size: 16px;}
.mainform .box .tt .tt1{font-size: 18px;display: flex;align-items: center;}
.mainform .box .tt .tt1 span{display: block;color: var(--color_zhuti);font-weight: bold;margin-right: 15px;}
.mainform .box .tt .tt2{color: #777;}
.mainform .box .tt .tt2 a:hover{color: var(--color_zhuti);}
.mainform .box form{margin: 30px 40px;width: 430px;border-bottom: 1px solid #ddd;position: relative;height: 41px;}
.mainform .box form input{width: 100%;height: 40px;border: 0;background: transparent;font-size: 15px;padding-right: 40px;}
.mainform .box form button{position: absolute;right: 0;top: 0;font-size: 30px;border: 0;background: transparent;color: #666;font-weight: bold;height: 40px;line-height: .8;}
.mainform .box .tt3{display: flex;align-items: center;background: var(--color_zhuti);padding-left: 50px;font-size: 24px;color: #fff;letter-spacing: 1px;position: relative;}
.mainform .box .tt3:after{content: "";width: 666px;height: 100%;background: var(--color_zhuti);position: absolute;left: 100%;top: 0;}
.mainform .box .tt3 span{display: block;font-size: 18px;letter-spacing: 2px;}



.main88{padding-top: 70px;padding-bottom: 70px;}
.title{text-align: center;border-bottom: 1px solid #eee;font-size: 40px;line-height: 50px;padding-bottom: 22px;margin-bottom: 36px;letter-spacing: 3px;}
.title span{display: block;font-size: 16px;color: #888;text-transform: uppercase;font-weight: bold;line-height: 24px;margin-top: 5px;letter-spacing: normal; display: none;}
.more{display: flex;justify-content: center;align-items: center;width: 170px;height: 56px;background: #eee;font-size: 14px;margin: 44px auto 0;border-radius: 8px;}
.more:hover{background: var(--color_zhuti);color: #fff;}

.main1 .box{display: flex;margin: -12px -6px 0;}
.main1 .box .list{display: block;width: calc(33.33% - 12px);margin: 12px 6px 0;}
.main1 .box .list a{display: block;position: relative;border-radius: 11px;overflow: hidden;}
.main1 .box .list a .bjcover{padding-top: 87%;}
.main1 .box .list a .tt{position: absolute;left: 0;transition: all .3s;opacity: 0;bottom: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .55);font-size: 30px;color: #fff;display: flex;align-items: center;justify-content: center;text-align: center;padding: 25px;line-height: 44px;}
.main1 .box .list a:nth-child(2){margin-top: 12px;}
.main1 .box .list a:nth-child(2) .bjcover{padding-top: 68%;}
.main1 .box .list:nth-child(2) a:nth-child(1) .bjcover{padding-top: 68%;}
.main1 .box .list:nth-child(2) a:nth-child(2) .bjcover{padding-top: 87%;}
.main1 .box .list a:hover .tt{opacity: 1;}
.main1 .box .list a:hover .bjcover{transform: var(--transform_scale);}



.main2{background: #f1f1f1;position: relative;}
.main2:after{content: "";width: 100%;height: 70px;background: #fff;position: absolute;left: 0;bottom: 0;z-index: 1;}
.main2 .container-fluid{position: relative;z-index: 2;}
.main2 .top{display: flex;justify-content: space-between;align-items: end;letter-spacing: 1px;margin-bottom: 44px;}
.main2 .top .div1{font-size: 32px;line-height: 42px;color: var(--color_zhuti);letter-spacing: 2px;flex-shrink: 0;margin-right: 22px;}
.main2 .top .div2{font-size: 18px;color: #888;}
.main2 .box{display: flex;margin: -30px -15px 0;}
.main2 .box .list{display: block;width: calc(33.33% - 30px);margin: 30px 15px 0;background: #fff;border-radius: 11px;padding: 34px;box-shadow: 0 0 11px rgba(0, 0, 0, .06);}
.main2 .box .list .tt1{font-size: 28px;line-height: 40px;}
.main2 .box .list .tt2{font-size: 18px;color: #888;line-height: 1.6;min-height: 8em;margin-top: 14px;}
.main2 .box .list .tt3{margin-top: 8px;}
.main2 .box .list .tt3 img{height: 50px;display: block;}



.lb3{margin: -10px 0;padding: 0 15px;}
.lb3 .swiper-slide{width: auto;margin: 50px 0;}
.lb3 .list{display: block;width: 400px;position: relative;}
.lb3 .list .img{transition: all .3s;position: relative;top: 0;border-radius: 11px;overflow: hidden;box-shadow: 0 4px 11px rgba(0, 0, 0, .08);}
.lb3 .list .bjcover{padding-top:78%;}
.lb3 .list .tt{font-size: 22px;text-align: center;line-height: 80px;background: #fff;width: 100%;overflow: hidden;position: absolute;left: 0;bottom: 0;opacity: 0;box-shadow: 0 4px 11px rgba(0, 0, 0, .08);border-radius: 0 0 11px 11px;}
@media (min-width:992px) {
.lb3 .list:hover .img{top: -40px;}
.lb3 .list:hover .tt{opacity: 1;bottom: -40px;}
.lb3 .swiper-slide-active .list .img{top: -40px;}
.lb3 .swiper-slide-active .list .tt{opacity: 1;bottom: -40px;}
.lb3 .swiper-slide-active .list:hover .bjcover{transform: var(--transform_scale);}
.lb3 .swiper-slide-active .list:hover .tt{color: var(--color_zhuti);}
}


.main4{background: var(--color_zhuti);padding: 140px 0 70px;position: relative;}
.main4:after{content: "";width: 0;height: 0;border-left: 1920px solid #fff;border-bottom: 100px solid transparent;position: absolute;right: 0;top: 0;z-index: 1;}
.main4 .box{display: flex;justify-content: space-between;text-align: center;color: #fff;line-height: 1.5;position: relative;z-index: 2;}
.main4 .box .list{display: block;width: 320px;padding: 20px 6px;}
.main4 .box .xian{width: 1px;background: #fff;}
.main4 .box .list .img img{display: block;height: 60px;margin: 0 auto 22px;}
.main4 .box .list .tt1{font-size: 30px;line-height: 40px;}
.main4 .box .list .tt2{font-size: 18px;margin-top: 11px;}


.main5 .container-fluid{padding-top: 55px;padding-bottom: 55px;}
.main5 .title{border: 0;color: #fff;position: relative;}
.main5 .title:after{content: "";width: 70px;height: 1px;background: #fff;position: absolute;left: 0;right: 0;bottom: 0;margin: 0 auto;opacity: .6;}
.main5 .box{font-size: 19px;color: #fff;text-align: center;padding: 22px 0;}





.main6 .list{display: block;background: #f6f6f6;border-radius: 11px;overflow: hidden;}
.main6 .list .bjcover{padding-top: 60%;}
.main6 .list .tt{padding: 25px;}
.main6 .list .tt .tt1{font-size: 15px;color: #888;}
.main6 .list .tt .tt2{font-size: 22px;margin-top: 8px;transition: all .3s;}
.main6 .list .tt .tt3{font-size: 16px;color: #666;line-height: 1.5;min-height: 3em;margin-top: 6px;}
.main6 .list .tt .tt4{font-size: 16px;color: var(--color_zhuti);margin-top: 18px;text-decoration: underline;transition: all .3s;}
.main6 .list:hover .bjcover{transform: var(--transform_scale);}
.main6 .list:hover .tt .tt2{color: var(--color_zhuti);}
.main6 .list:hover .tt .tt4{color: var(--color_hover);letter-spacing: 4px;}



footer{background: #2b2b2b;color: rgba(255, 255, 255, .6);font-size: 15px;}
footer .box2{text-align: center;padding: 26px 15px;border-top: 1px solid rgba(255, 255, 255, .3);}
footer .box1{display: flex;justify-content: space-between;}
footer .box1 .ul{max-width: 180px;}
footer .box1 .ul a{display: block;padding-bottom: 7px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
footer .box1 .ul a:nth-child(1){padding-bottom: 18px;color: #fff;padding-bottom: 18px;font-size: 20px;}
footer .box1 .ul a:nth-child(n+2):hover{color: #fff;text-decoration: underline!important;}
footer .box1 .tt1{font-size: 28px;color: #fff;padding-bottom:6px;display: flex;align-items: center;line-height: 1.3;}
footer .box1 .tt1:before{display: block;margin-right: 8px;font-size: 120%;}
footer .box1 .tt2{line-height: 1.8;}
footer .box1 .img{width:150px;text-align: center;border: 1px solid rgba(255, 255, 255, .3);padding: 16px 16px 0;text-align: center;line-height:20px;}
footer .box1 .img img{display: block;width: 100%;margin-bottom: 11px;}



.banner2{display:flex;align-items: center;justify-content: center;color: #fff;}
.banner{height: 440px;display:flex;align-items: center;justify-content: center;color: #fff;}
.banner .tt1{font-size: 50px;line-height:60px;letter-spacing: 3px;font-weight: bold;}
.banner .tt2{font-size: 28px;line-height:38px;letter-spacing: 1px;margin-top: 16px;}

.ny{padding: 55px 0 66px;}
.title8{font-size: 0;padding-bottom: 22px;margin:-33px -10px 30px;position: relative;}
.title8:after{content: "";width: calc(100% - 20px);border-bottom: 1px solid #ddd;position: absolute;left: 0;right: 0;bottom: 0;margin: 0 auto;}
.title8 a{display: inline-block;vertical-align: top;font-size: 16px;line-height: 54px;background: #e2e6eb;min-width: calc(20% - 21px);margin: 10px;text-align: center;border-radius: 8px;}
.title8 a:hover{background-color: var(--color_zhuti);color: #fff;}
.title8 a.active{background-color: var(--color_zhuti);color: #fff;}


.nycp{display: flex;flex-wrap: wrap;margin: 0 -15px;}
.nycp .list{display: block;width: calc(33.33% - 30px);margin: 0 15px 30px;box-shadow: 0 0 11px rgba(0, 0, 0, .06);position: relative;border-radius: 8px;overflow: hidden;}
.nycp .list .bjcover{padding-top: 80%;}
.nycp .list .tt{position: absolute;left: 15px;width: calc(100% - 30px);bottom: 15px;background: #fff;border-radius: 8px;font-size: 16px;text-align: center;line-height: 54px;background: rgba(255, 255, 255, .8);}
.nycp .list:hover .bjcover{transform: var(--transform_scale);}
.nycp .list:hover .tt{color: var(--color_zhuti);}




/*内页新闻*/
.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;}
}
@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{font-size: 15px;line-height: 1.8;}
.danye .topbox{margin-bottom:20px;text-align: center;}
.danye .bt{color: #000;font-size:24px;padding-bottom: 10px;line-height: 1.5;}
.danye .rq{color: #000;opacity: .6;font-size: 14px;margin-top: -4px;}
.danye .xian{width: 100%;height: 11px;margin-top:16px;;border-top: 1px dashed #aaa;opacity: .4;}
.danye .img{margin:0 auto 22px auto;display: block;}
.danye .img img{display: block;margin: 0 auto;}
.danye .ditu{height:400px;border: 1px solid #eee;margin-bottom:20px;}
.danye .ditu iframe{ width: 100%; height: 100%; }

.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;}
.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: 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;}
    .danye .tt2{font-size: 15px;}
    .danyetop{font-size: 20px;padding-bottom: 11px;margin-bottom: 11px;margin-top: 25px;line-height: 30px;}

}






.nyxz{display: flex;flex-wrap: wrap;margin: 0 -20px;}
.nyxz .list{display: block;width: calc(50% - 40px);margin:0 20px;border-bottom: 1px solid #ddd;font-size: 16px;padding: 18px 110px 18px 38px;position: relative;line-height:26px;color: #333;}
.nyxz .list span{display: block;position: absolute;right: 0;top:18px;color:#888;transition: var(--transition_3);font-size: 88%;}
.nyxz .list i{display: block;position: absolute;left: 0;top:20px;color:var(--color_zhuti);font-size: 110%;}
.nyxz .list:hover{color: var(--color_zhuti);}
.nyxz .list:hover span{color: var(--color_zhuti);}
@media (max-width:1199px){
    .nyxz .list{width: calc(100% - 40px);}
}
@media (max-width:600px){
    .nyxz .list{padding-right: 0;line-height: 24px;font-size:15px;line-height: 24px;padding-left: 32px;}
    .nyxz .list span{position: relative;right: auto;top:auto;margin-top:2px;}
}



.ny .box{display: flex;justify-content: space-between;}
.ny .box .zuo{width: 270px;}
.ny .box .you{width: calc(100% - 300px);}

.ny .box .zuo{border-radius: 8px;overflow: hidden;background: #e2e6eb;height: fit-content;}
.ny .box .zuo a{display:block;font-size: 18px;line-height: 30px;padding: 15px 25px;border-bottom: 1px solid #fff;position: relative;}
.ny .box .zuo a:hover{background-color: var(--color_zhuti);color: #fff;}
.ny .box .zuo a.active{background-color: var(--color_zhuti);color: #fff;}
.ny .box .zuo i{display: block;font-size: 76%;position: absolute;right: 20px;top: 15px;color: #aaa;}
.ny .box .zuo a:hover i{color:#fff;}
.ny .box .zuo a.active i{color: #fff;}
.ny .box .zuo .ul1 > a{font-size: 16px;line-height: 28px;padding: 10px 35px;}
.ny .box .zuo .ul1 > a i{top: 10px;}
.ny .box .zuo .ul1{display: none;}
.ny .box .zuo .ul2{padding: 10px 0;background: #fff;display: none;}
.ny .box .zuo .ul2 > a{font-size: 15px;line-height: 24px;padding: 4px 45px;border: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ny .box .zuo .ul2 > a:hover{color: var(--color_zhuti);background: transparent;}
.ny .box .zuo .ul2 > a.active{color: var(--color_zhuti);background: transparent;}

.top22{font-size: 16px;color: #444;padding-bottom: 33px;display: flex;align-items: center;justify-content: space-between;}
.top22 form{width: 460px;display: flex;flex-shrink: 0;}
.top22 form input{width: calc(100% - 68px);height: 42px;border: 1px solid #ddd;font-size: 14px;padding: 0 15px;}
.top22 form button{width: 68px;border: 0;height: 42px;font-size: 16px;text-align: center;background: var(--color_zhuti);color: #fff;}
@media (max-width:991px){
    .ny .box{display: block;flex-wrap: wrap;}
    .ny .box .zuo{width:100%;margin-bottom: 25px;}
    .ny .box .you{width:100%;}
    .ny .box .zuo a{font-size: 16px;line-height: 26px;padding: 11px 20px;}

    .ny .box .zuo i{right: 15px;top: 11px;}
    .ny .box .zuo .ul1 > a{font-size: 15px;line-height: 24px;padding: 8px 30px;}
    .ny .box .zuo .ul1 > a i{top: 8px;}

    .ny .box .zuo .ul2{padding: 6px 0}
    .ny .box .zuo .ul2 > a{font-size: 14px;line-height: 22px;padding: 3px 40px;}



}



/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){

}
@media (max-width:1199px){
    header nav{width: 70%;}
    header nav ul li > a{font-size: 17px;}
    .mainform .box form{margin-right: 0;}
    .main1 .box .list a .tt{font-size: 22px;line-height: 32px;}
    .main2 .box .list .tt1{font-size: 22px;line-height: 32px;}
    .main2 .box .list .tt2{font-size: 16px;}
    .lb3 .list{width: 320px;}
    .lb3 .list .tt{font-size: 18px;}
    .main5 .container-fluid{padding-top: 30px;padding-bottom: 30px;}
    .main5 .box{padding: 11px 0;}
    .nycp .list .tt{font-size: 18px;line-height: 56px;}




}
@media (max-width:991px) {
    body{letter-spacing: normal;}
    header .logo{width: 100%;margin: 0;}
    header .logo img{max-height: 50%;max-width: calc(100% - 100px);}
    header .txt{position: absolute;right: 55px;top: calc(50% - 12px);}
    .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 > a:after{display: none;}
    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:34px;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;}


    .mainform .box{flex-wrap: wrap-reverse;padding: 20px 0;}
    .mainform .box .tt{padding:15px 0 0;font-size: 14px;width: 100%;}
    .mainform .box .tt .tt1{font-size: 16px;}
    .mainform .box form{margin: 0;width: 100%;}
    .mainform .box form input{font-size: 14px;}

    .main88{padding-top: 40px;padding-bottom: 40px;}
    .title{font-size: 22px;line-height: 32px;padding-bottom: 14px;margin-bottom: 26px;}
    .title span{font-size: 14px;font-weight: normal;line-height: 20px;margin-top: 2px;}
    .more{width: 140px;height: 44px;margin-top: 28px;}

    .main1 .box{flex-wrap: wrap;}
    .main1 .box .list{width: calc(100% - 12px);display: flex;justify-content: space-between;}
    .main1 .box .list a{width:49%;margin: 0!important;}
    .main1 .box .list a .bjcover{padding-top: 80%!important;}
    .main1 .box .list a .tt{font-size: 16px;line-height: 26px;}



    .main2{padding-bottom: 44px!important;}
    .main2:after{display: none;}
    .main2 .top{margin-bottom: 28px;flex-wrap: wrap;}
    .main2 .top .div1{font-size: 22px;line-height: 32px;margin-right: 0;}
    .main2 .top .div2{font-size: 16px;width: 100%;margin-top: 11px;}
    .main2 .box{margin: -20px -10px 0;flex-wrap: wrap;}
    .main2 .box .list{width: calc(100% - 20px);margin: 20px 10px 0;padding: 25px;}
    .main2 .box .list .tt1{font-size: 22px;line-height: 32px;}
    .main2 .box .list .tt2{font-size: 16px;min-height: inherit;margin-top: 8px;}
    .main2 .box .list .tt3{margin-top: 18px;}
    .main2 .box .list .tt3 img{height: 40px;}



    .lb3{margin:0;}
    .lb3 .swiper{width: calc(100% + 30px);margin-left: -15px;padding: 0 15px;}
    .lb3 .swiper-slide{margin:0;width: 70%;}
    .lb3 .list{width: 100%;box-shadow: none;border: 1px solid #eee;border-radius:8px;overflow: hidden;}
    .lb3 .list .img{box-shadow: none;border-radius: 0;}
    .lb3 .list .tt{font-size: 14px;line-height: 44px;opacity: 1;box-shadow: none;border-radius: 0;}


    .main4{padding: 33px 0;}
    .main4:after{display: none;}
    .main4 .box{flex-wrap: wrap;}
    .main4 .box .list{width: 100%;max-width: 280px;margin: 0 auto;}
    .main4 .box .xian{display: none;}
    .main4 .box .list .img img{height: 44px;margin-bottom: 18px;}
    .main4 .box .list .tt1{font-size: 22px;line-height:30px;}
    .main4 .box .list .tt2{font-size: 16px;margin-top: 8px;}


    .main5 .container-fluid{padding-top: 0;padding-bottom: 0;}
    .main5 .title:after{width: 44px;}
    .main5 .box{font-size:14px;padding:0;margin-top: -8px;}


    .main6 .swiper{width: calc(100% + 30px);margin-left: -15px;padding: 0 15px;}
    .main6 .swiper-slide{margin:0;width: 80%;}

    .main6 .list .tt{padding: 18px 20px;}
    .main6 .list .tt .tt1{font-size: 13px;}
    .main6 .list .tt .tt2{font-size: 18px;margin-top: 6px;}
    .main6 .list .tt .tt3{font-size: 14px;margin-top: 3px;}
    .main6 .list .tt .tt4{font-size: 14px;margin-top: 11px;}



    footer{font-size: 14px;}
    footer .box2{padding: 18px 15px;}
    footer .box1 .tt1{font-size: 22px;}
    footer .box1 .img{display: none;}
    footer .box1 .ul{display: none;}



    .banner{height: 200px;}
    .banner .tt1{font-size: 26px;line-height:34px;letter-spacing: 2px;}
    .banner .tt2{font-size: 16px;line-height:28px;letter-spacing: normal;margin-top: 8px;}

    .ny{padding: 30px 0 44px;}
    .title8{padding-bottom: 20px;margin:0 -2px 25px;}
    .title8:after{width: calc(100% - 8px);}
    .title8 a{font-size: 15px;line-height: 42px;padding: 0 15px;min-width: calc(20% - 4px);margin: 2px;}


    .nycp{margin: 0 -6px;}
    .nycp .list{width: calc(50% - 12px);margin: 0 6px 12px;}
    .nycp .list .tt{left: 10px;width: calc(100% - 20px);bottom: 10px;font-size: 14px;line-height: 38px;}







}

@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;}
    .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;} 
}


