/*全局样式*/
@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: #ffb400;
    --color_hover: #d0970e;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}

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: #17181c;color: #fff;}
header .container-fluid{max-width: 1600px!important;}
header .box{display: flex;justify-content: space-between;align-items: center;}
header .logo{height: 90px;font-size: 0;padding-right: 20px;margin-right: 40px;display: flex;align-items: center;background: #030406;position: relative;}
header .logo img{max-height:60%;}
header .logo:after{content: "";width: 666px;height: 100%;background: #030406;position: absolute;right: 100%;top: 0;}
header .logo:before{content: "";width: 0;height: 0;border-right: 40px solid transparent;border-top: 90px solid #000;position: absolute;left: 100%;top: 0;}

header .txt{display: flex;padding: 20px 0;align-items: c463enter;}
header .txt .div1{height: 50px;display: flex;align-items: center;}
header .txt .div1 a{display: block;padding: 0 8px;position: relative;font-size: 16px;}
header .txt .div1 a:nth-child(2):after{content: "";width: 1px;height: 14px;background: #fff;position: absolute;left: 0;top: 0;bottom: 0;margin:auto 0;transform:rotate(14deg)}
header .txt .div1:before{font-size:20px;display: block;color: rgba(255, 255, 255, .8);position: relative;top:1px;margin-right: -2px;}
header .txt .div1 a:hover{text-decoration: underline!important;color: var(--color_zhuti);}
header .txt .div2{border-left: 1px solid rgb(255, 255, 255,.3);border-right: 1px solid rgb(255, 255, 255,.3);height: 50px;display: flex;align-items: center;padding: 0 11px;margin: 0 16px;font-size: 16px;line-height: 24px;}
header .txt .div2:before{font-size: 210%;display: block;margin-right: 4px;position: relative;top: 2px;}
header .txt .div3{color: var(--color_zhuti);font-size: 22px;line-height: 25px;letter-spacing: normal;}



header nav{width:46%;max-width:700px;}
header nav ul{position: relative;display: flex;justify-content:space-between;align-items: center;}
header nav ul li{text-align: center;position: relative;z-index: 2;}
header nav ul li > a{display:block;line-height: 90px;font-size:18px;position: relative;padding: 0 2px;color: #fff;}
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:100%;width:170px;margin-left: calc(50% - 85px);right: 0;background:rgba(255,255,255,1);padding:10px 0;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius:8px;overflow: hidden;}
header nav .ul a{font-size:15px;color: #333;line-height:24px;padding:10px;display: block;}
header nav .ul a:nth-child(n+2){border-top: 1px solid #eee;}
header nav .ul a:hover{background-color: var(--color_zhuti);color: #fff;}
header nav .ul a.active{background-color: var(--color_zhuti);color: #fff;}
@media (min-width:992px){
    /*header nav ul > li:hover .ul{display: block;}*/
    header nav .nav_xg{position: absolute; left: 0; bottom: 0; height:4px; background-color: var(--color_zhuti);z-index:1;width: 40px;border-radius: 6px;overflow: hidden;display: none;}
}

/*banner*/
.banner{position: relative;z-index: 1;overflow: hidden;}
.banner .swiper-slide{overflow: hidden;}
.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{padding-bottom: 28px;}
.formbox form{position: relative;z-index: 2;margin-top: -40px;background: #393939;display: flex;justify-content: space-between;}
.formbox form:after{content: "";width: 100%;height: 2px;background: var(--color_zhuti);position: absolute;left: 0;top: -6px;}
.formbox span{display: block;font-size: 24px;color: #fff;width: 150px;text-align: center;margin: 20px 0 20px 11px;line-height: 50px;}
.formbox button{width: 200px;background: var(--color_zhuti);font-size: 18px;border: 0;display: flex;justify-content: center;align-items: center;font-weight: bold;letter-spacing: 2px;position: relative;}
.formbox button:before{font-size: 140%;display: block;margin-right: 8px;position: relative;top: 1px;}
.formbox button:hover{background: var(--color_hover);}
.formbox button:after{content: "";width: 0;height: 0;border-right: 40px solid transparent;border-top: 90px solid #393939;position: absolute;left: 0;top: 0;}
.formbox select{display: block;height: 50px;width: calc(50% - 188px);margin: 20px 14px 20px 0;border: 1px solid rgb(255, 255, 255,.3);background: transparent url(../images/tu1.png) no-repeat calc(100% - 20px) center;font-size: 18px;color: #fff;padding: 0 20px;appearance: none;-moz-appearance: none;-webkit-appearance: none;}
.formbox select option{background: #393939;border: 0;margin-top: 1px;display: block;}
.formbox select::-ms-expand {display: none;}


.title8{margin-right: -20px;}

.title8 .swiper-slide{width: auto;min-width: calc(16.666% - 20px);margin-right: 20px;}
.title8 a{display: block;position: relative;padding: 20px 0 20px 80px;font-size: 22px;line-height: 1.4;border-bottom: 6px solid #b7b7b7;position: relative;margin-bottom: 8px;}
.title8 a:after{content: "";display: block;width: 0;height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 8px solid var(--color_zhuti);position: absolute;left: 0;top: 100%;right: 0;margin:0 auto;transition: all .3s;opacity: 0;}
.title8 a span{display: block;font-size: 16px;color: #888;}
.title8 a img{display: block;position: absolute;left: 0;top: 0;bottom: 0;margin: auto 0;width:68px;transition: all .3s;}

.title8 .swiper-slide a img{-webkit-filter: grayscale(1);}
.title8 .swiper-slide.active a{border-color: var(--color_zhuti);}
.title8 .swiper-slide.active a img{-webkit-filter: grayscale(0);}
.title8 .swiper-slide.active a:after{opacity: 1;top: calc(100% + 6px);}
.title8 .swiper-slide:hover a:after{opacity: 1;top: calc(100% + 6px);}
.title8 .swiper-slide:hover a{border-color: var(--color_zhuti);}
.title8 .swiper-slide:hover a img{-webkit-filter: grayscale(0);}

.main1{background: #f5f5f5;margin-top: -8px;padding: 50px 0 44px;}
.main1 .box{display: none;}
.main1 .box.active{display: block;}
.main1 .listbox{display: flex;flex-wrap: wrap;margin: 0 -13px;}
.main1 .listbox .list{display: block;width: calc(33.33% - 26px);margin: 0 13px 26px;position: relative;}
.main1 .listbox .list .img{border-radius: 11px;overflow: hidden;}
.main1 .listbox .list .bjcover{padding-top:100%;}
.main1 .listbox .list .bjcover2{padding-top:75%;}
.main1 .listbox .list .tt{position: absolute;font-size: 24px;left: 15px;width: calc(100% - 30px);bottom: -99px;opacity: 0;line-height: 70px;border-radius: 11px;background: rgba(255, 184, 0, .88);text-align: center;padding: 0 15px;}
.main1 .listbox .list:hover .bjcover{transform: var(--transform_scale);}
.main1 .listbox .list:hover .tt{bottom: 15px;opacity: 1;}


.main88{padding-top: 80px;padding-bottom: 80px;}

.banner2{height: 500px;display: flex;align-items: center;justify-content: center;font-size: 44px;line-height: 54px;color: #fff;letter-spacing: 4px;font-weight: bold;text-align: center;}
.banner2>.container-fluid{ display: none; }
.main1.ny{padding-bottom: 66px;}
.main1.ny .listbox .list .tt{position: relative;left: auto;bottom: auto;width: 100%;opacity: 1!important;background: transparent;color: #222;bottom: auto!important;}
.main1.ny .listbox .list:hover .tt{color: var(--color_zhuti)!important;}



.ny2{padding: 60px 0;}

/*详情页*/
.danye{font-size: 15px;line-height: 1.8;}
.danye .row{ overflow: hidden; display: flex; }
.danye .topbox{margin-bottom:20px;text-align: center;}
.danye .topbox>.tt1{ background: url(../images/icon.png) left center no-repeat; margin-top: 6px; background-size:contain; padding-top: 0px; text-align: left; height: 40px; padding-bottom:0px; line-height: 40px; padding-left:50px; font-size: 16px; font-weight: normal;}
.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:0px solid #CCCCCC !important; min-width: 1000px;}
.danye .txtbox table tr:nth-child(odd){ background: #f5f5f5; }
.danye .txtbox table tr:nth-child(1){ background: #da251d !important; color: #fff;}
.danye .txtbox table tr:nth-child(1) td{ line-height: 4; }
.danye .txtbox table tr:nth-child(even){ background: #D9D9D9; }
.danye .txtbox table tr td{width:auto !important; height:auto !important; border-collapse:collapse; border:0px solid #CCCCCC !important; line-height: 3.5; text-align: center; font-size: 14px;}
.danye .txtbox .prev{ width: 50%; float:left; }
.danye .txtbox .next{ float: right; width: 50%;  text-align: right;}



@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;}
    .danye .topbox>.tt1{ font-size: 14px; font-weight: normal;}
    .danye .txtbox{ font-size:14px; line-height:2;}
    .danye .txtbox2{ overflow-x:auto; -webkit-overflow-scrolling: touch; display: -webkit-box;}


}






/*内页新闻*/
.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%;}
}




.title9{text-align: center;border-bottom: 1px solid #eee;padding: 20px 0;font-size: 0;}
.title9 a{display: inline-block;vertical-align: top;font-size: 22px;min-width: 160px;text-align: center;padding: 0 15px;margin: 4px;}
.title9 a:hover{color: var(--color_zhuti);}
.title9 a.active{color: var(--color_zhuti);}


.title{text-align: center;padding-bottom: 38px;font-size: 40px;line-height: 50px;letter-spacing: 3px;}
.title span{display: block;font-size: 56px;line-height: 1;text-transform: uppercase;color: rgba(0, 0, 0, .1);letter-spacing: normal;font-weight: bold;}
.title b{color: var(--color_zhuti);font-weight: normal;}
.more{position: relative;display: flex;width: 180px;height: 52px;border: 1px solid #aaa;border-radius: 66px;font-size: 18px;align-items: center;margin-top: 40px;padding-left: 26px;}
.more span{width: 28px;height: 28px;background: var(--color_zhuti);color: #fff;border-radius: 50%;display: flex;align-items: center;justify-content: center;position: absolute;right: 14px;top: 11px;}
.more:hover{background: var(--color_zhuti);border-color: var(--color_zhuti);color: #fff;}


.main2 .container-fluid{padding-top: 11px;padding-bottom: 11px;}
.main2 .title{text-align: left;}
.main2 .box{max-width: 60%;}
.main2 .tt{font-size: 18px;}

.main3{overflow: hidden;}
.main3 .title span{color: rgba(255, 255, 255, .1);}
.main3 .title{color: #fff;}

.main3 .swiper-slide{width: 31%;min-width: 400px;height: auto;}
.main3 .list{display: block;overflow: hidden;}
.main3 .list .img{border-radius: 11px;position: relative;z-index: 2;overflow: hidden;}
.main3 .list .bjcover{padding-top: 68%;}
.main3 .list .tt{background: #fff;padding: 55px 200px 30px 40px;position: relative;margin-top: -15px;z-index: 1;overflow: hidden;opacity: 0;top: -44px;}
.main3 .list .tt1{font-size: 24px;}
.main3 .list .tt2{font-size: 16px;color: #888;}
.main3 .list .more{margin: 0;position: absolute;right: 30px;top: 0;bottom: 0;margin: auto 0;font-size: 16px;width: 160px;height: 46px;}
.main3 .list .more span{top: 8px;right: 10px;}
.main3 .swiper-slide-active .list .tt{top: 0;opacity: 1;}
.main3 .list:hover .tt{top: 0;opacity: 1;}
.main3 .list:hover .bjcover{transform: var(--transform_scale);}


.main4 .nyxw{margin-bottom: -30px;}
.nyxw{display: flex;flex-wrap: wrap;margin: 0 -15px;}
.nyxw .list{width: calc(50% - 30px);margin: 0 15px 30px;box-shadow: 0 0 11px rgba(0, 0, 0, .06);padding: 26px 10% 26px 150px;min-height: 148px;position: relative;overflow: hidden;border-radius: 8px;}
.nyxw .list .tt1{width: 110px;border: 1px solid #c8c8c8;background: #c8c8c8;border-radius: 8px;overflow: hidden;font-size: 18px;line-height: 50px;transition: all .3s;text-align: center;color: #fff;height: calc(100% - 40px);position: absolute;left: 20px;top: 20px;}
.nyxw .list .tt1 b{display: block;background: #fff;font-size: 40px;color: #c8c8c8;line-height: 60px;text-align: center;transition: all .3s;}
.nyxw .list .tt2{font-size: 22px;letter-spacing: 1px;}
.nyxw .list .tt3{font-size: 17px;color: #888;margin-top: 8px;line-height: 1.5;min-height: 3em;}
.nyxw .list > img{display: block;position: absolute;left: calc(100% - 120px);top: calc(100% - 94px);width: 155px;height: 180px;-webkit-filter: grayscale(1);transition: all .3s;}
.nyxw .list:hover .tt1{border-color: var(--color_zhuti);background: var(--color_zhuti);}
.nyxw .list:hover .tt1 b{color: var(--color_zhuti);}
.nyxw .list:hover .tt2{color: var(--color_zhuti);}
.nyxw .list:hover > img{-webkit-filter: grayscale(0);}


footer{background: #282828;font-size: 16px;color: rgba(255, 255, 255, .8);}
footer .box2{border-top: 1px solid rgba(255, 255, 255,.3);padding: 28px 15px;text-align: center;}
footer .box1{padding: 60px 0 50px;display: flex;justify-content: space-between;}
footer .box1 .listbox{margin-top: -11px;width: 300px;display: flex;padding-right: 30px;}
footer .box1 .listbox .list > img{display: block;height: 40px; filter: brightness(0) invert(1);}
footer .box1 .listbox .list .img{width: 114px;text-align: center;margin:33px auto 0;}
footer .box1 .listbox .list .img img{display: block;width: 100%;margin-bottom: 6px;}
footer .box1 .ul{width: 300px;border-left: 1px solid rgba(255, 255, 255, .3);padding: 0 40px;}
footer .box1 .ul > a{display: block;font-size: 18px;font-weight: bold;line-height: 40px;color: #fff;}
footer .box1 .ul > a:hover{text-decoration: underline!important;}
footer .box1 .ul .webkit{display: flex;padding-top: 15px;}
footer .box1 .ul .webkit .iconfont{width: 40px;height: 40px;border-radius: 50%;border: 1px solid #fff;margin-right: 15px;position: relative;display: flex;align-items: center;justify-content: center;font-size: 18px;}
footer .box1 .ul .webkit .iconfont img{display: none;position: absolute;left: 0;bottom: 100%;width: 140px;max-width: 140px;border:1px solid #fff;}
footer .box1 .ul .webkit .iconfont:hover{color: var(--color_zhuti);border-color: var(--color_zhuti);}
footer .box1 .ul .webkit .iconfont:hover img{display: block;}
footer .box1 .ul3{flex: 1;}
footer .box1 .ul3 .tt1{font-size: 28px;font-weight: bold;line-height: 1.2;display: flex;align-items: center;margin-top: 11px;}
footer .box1 .ul3 .tt1:before{font-size: 120%;display: block;margin-right: 6px;font-weight: normal;}
footer .box1 .ul3 .tt2{font-size: 18px;margin-top: 8px;}



















/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){

}
@media (max-width:1199px){
    header nav{width: 50%;}
    header nav ul li > a{font-size: 18px;}




}
@media (max-width:991px) {
    body{letter-spacing: normal;}
    header .logo{max-width: calc(100% - 130px);}
    header .logo img{max-height: 50%;}
    header .logo:before{display: none;}
    header .txt{position: absolute;right: 8px;top: 4px;padding: 0;}

    .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:20px;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;}




    .formbox{padding-bottom: 30px;}
    .formbox form{margin-top: 30px;display: block;flex-wrap: wrap;padding: 20px;}
    .formbox span{margin:0;line-height: 40px;width: 100%;font-size: 22px;padding-bottom: 11px;}
    .formbox button{width: 100%;font-size: 17px;height: 44px;margin-top: 15px;}
    .formbox button:after{display: none;}
    .formbox select{height: 44px;width: 100%;margin:0 0 10px;font-size: 15px;padding: 0 15px;background-size: 14px!important;}



    .title8 a{padding: 0 0 11px 60px;font-size:16px;border-width: 4px;}
    .title8 a span{font-size: 14px;}
    .title8 a img{width: 50px;}
    .title8 .swiper-slide.active a:after{top: calc(100% + 4px);}
    .title8 .swiper-slide:hover a:after{top: calc(100% + 4px);}

    .main1{padding: 30px 0 40px;}
    .main1 .listbox{margin: 0 -6px;}
    .main1 .listbox .list{width: calc(50% - 12px);margin: 0 6px 12px;border-radius: 6px;}
    .main1 .listbox .list .tt{bottom: 10px;opacity: 1;font-size: 14px;line-height: 40px;left: 10px;width: calc(100% - 20px);border-radius: 6px;}

    .main88{padding-top: 40px;padding-bottom: 40px;}
    .banner2{height: 200px;font-size: 26px;}

    .main1.ny{padding-bottom: 40px;}
    .ny2{padding: 36px 0;}

    .title9{padding: 15px 0;}
    .title9 a{font-size:18px;min-width: 90px;}

    .title{padding-bottom: 26px;font-size: 26px;line-height:36px;letter-spacing: 2px;}
    .title span{font-size: 30px;}
    .more{width: 140px;height:42px;font-size: 14px;margin: 24px auto 0;padding-left: 20px;}
    .more span{width: 26px;height: 26px;right: 11px;top: 7px;}


    .main2{background: #fff!important;} 
    .main2 .container-fluid{padding-top: 0;padding-bottom: 0;}
    .main2 .title{text-align: center;}
    .main2 .box{max-width: 100%;}
    .main2 .tt{font-size: 14px;text-align: center;}



    .main3 .swiper-slide{width: 70%;min-width:initial;}
    .main3 .list .tt{padding: 30px 20px 15px;}
    .main3 .list .tt1{font-size: 18px;}
    .main3 .list .tt2{font-size: 14px;}
    .main3 .list .more{display: none;}



    .main4 .nyxw{margin-bottom: -20px;}
    .nyxw{margin: 0 -10px;}
    .nyxw .list{width: calc(100% - 20px);margin: 0 10px 20px;box-shadow: none;border: 1px solid #eee;padding: 20px 20px 20px 110px;min-height: 120px;}
    .nyxw .list .tt1{width: 80px;font-size: 14px;line-height: 40px;height: calc(100% - 32px);left: 16px;top: 16px;}
    .nyxw .list .tt1 b{font-size: 30px;line-height: 46px;}
    .nyxw .list .tt2{font-size: 17px;}
    .nyxw .list .tt3{font-size: 14px;margin-top: 6px;}
    .nyxw .list > img{display: block;position: absolute;left: calc(100% - 120px);top: calc(100% - 94px);width: 155px;height: 180px;transform:  scale(.6)}



    footer{font-size: 14px;}
    footer .box2{padding: 18px 15px;}
    footer .box1{padding: 40px 0 30px;flex-wrap: wrap;}
    footer .box1 .listbox{margin-top: 0;width: 100%;padding-right: 0;}
    footer .box1 .listbox .list .img{display: none;}
    footer .box1 .ul{display: none;}
    footer .box1 .ul3{width: 100%;display: block;border: 0;padding: 20px 0 0;}
    footer .box1 .ul3 .tt1{font-size: 22px;}
    footer .box1 .ul3 .tt2{font-size: 15px;margin-top: 8px;}



}

@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:flex;color: #fff;padding: 5px;width: 100%; font-size: 20px; line-height: 40px; justify-content: center;}
    .sjdibu .box1 a span{ color:#fff; margin-right: 6px; font-size: 22px;}
    .sjdibu .box1 a h6{ height: 40px; line-height: 40px; font-size: 18px;}
    .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;} 
}


