/*全局样式*/
@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: #bf191a;
    --color_hover: #e70f11;
    /*--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: #fff;}
header .box{display: flex;justify-content: space-between;align-items: center;}
header .logo{height:90px;font-size: 0;margin:0 3%;display: flex;align-items: center;}
header .logo img{max-height:50%;}




header .txt{display: flex;flex-shrink: 0;}
header .txt .txt1{background: #f2f2f2;padding: 0 26px;font-size: 22px;color: var(--color_zhuti);height: 90px;display: flex;align-items: center;font-weight: bold;}
header .txt .txt1:before{font-weight: normal;font-size: 110%;margin-right: 6px;color: #666;}
header .txt .txt2{width: 100px;background: var(--color_zhuti);font-size: 30px;color: #fff;display: flex;justify-content: center;align-items: center;cursor: pointer;transition: all .3s;}
header .txt .txt2:hover{background: var(--color_hover);}



header nav{width:80%;max-width:1350px;}
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;}
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: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:14px;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:3px; background-color: var(--color_zhuti);z-index:1;width: 40px;border-radius: 6px;overflow: hidden;}
}

/*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: calc(100vh - 90px);}
.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: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;}
}

.main88{padding-top: 77px;padding-bottom: 77px;}
.title{text-align: center;margin-bottom: 50px;padding: 33px 0 22px;position: relative;}
.title b{display: block;font-size: 36px;line-height: 44px;font-weight: bold;letter-spacing:3px;position: relative;z-index: 2;}
.title span{display: block;font-size: 76px;line-height: 1;color: rgba(0, 0, 0, .1);position: absolute;left: 0;width: 100%;top:0;text-transform: uppercase;font-weight: bold;z-index: 1;}
.title:after{content: "";width: 32px;height: 5px;background: var(--color_zhuti);border-radius: 4px;position: absolute;left: 0;right: 0;bottom: 0;margin: 0 auto;}


.title1{margin: -22px -3px 0;margin-bottom: 30px;display: flex;flex-wrap: wrap;}
.title1 a{display: flex;justify-content: center;align-items: center;width: calc(16.666% - 6px);margin: 3px;background: #fff;box-shadow: 0 0 4px rgba(0, 0, 0, .03);height: 88px;font-size: 18px;line-height: 28px;position: relative;}
.title1 a img{display: block;margin-right: 15px;-webkit-filter: grayscale(1);opacity: .4;transition: all .3s;}
.title1 a:after{content: "";width: 100%;height: 0;background: var(--color_zhuti);position: absolute;left: 0;bottom: 0;right: 0;margin: 0 auto;transition: all .3s;}
.title1 a:hover img{-webkit-filter: grayscale(0);opacity: 1;}
.title1 a:hover:after{height: 4px;}


.main1 .list{display: block;position: relative;}
.main1 .list .bjcover{padding-top:74%;}
.main1 .list .tt{position: absolute;left: 20px;bottom: 20px;width: calc(100% - 40px);background: #fff;padding: 0 66px 0 30px;font-size: 18px;line-height:66px;}
.main1 .list .tt:before{font-size: 26px;color: #888;display: block;position: absolute;right: 20px;top:0;}
.main1 .list:hover .bjcover{transform: var(--transform_scale);}
.main1 .list:hover .tt{color: var(--color_zhuti);}
.main1 .list:hover .tt:before{color: var(--color_zhuti);}

.main2{position: relative;background: var(--color_zhuti);}
.main2 .bjcover{position: absolute;left: 0;top:0;width: 50%;height: 100%;z-index: 1;}
.main2 .tt{max-width: 770px;background: #fff;float: right;margin-top: 88px;position: relative;z-index: 2;padding: 50px 50px 80px;}
.main2 .tt .title{text-align: left;}
.main2 .tt .title:after{margin-left: 0;}
.main2 .tt .tt1{font-size:17px;color: #383838;line-height: 1.8;margin-top: -22px;min-height: 12.6em;}
.more{display: flex;align-items: center;justify-content: center;width: 180px;height: 56px;border: 1px solid #ddd;font-size: 16px;color: #666;margin-top: 33px;}
.more:hover{background: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}



.main3 .box{display: flex;flex-wrap: wrap;margin: -6px -3px 0;}
.main3 .box .list{display: flex;width: calc(33.33% - 6px);margin: 6px 3px 0;flex-wrap: wrap;}
.main3 .box .list .img{width: 100%;}
.main3 .box .list .img .bjcover{height: 244px;}
.main3 .box .list .ttbox{background: #f0f0f0;width: 100%;height: 244px;display: flex;align-items: center;justify-content: center;padding: 15px 20px 15px 35px;margin-top: 6px;}
.main3 .box .list .ttbox .img2{width: 116px;height: 116px;background: #fff;display: flex;justify-content: center;align-items: center;flex-shrink: 0;margin-right: 22px;border-radius: 50%;}
.main3 .box .list .ttbox .img2 img{max-height: 44%;}
.main3 .box .list .ttbox .tt1{font-size: 24px;line-height: 34px;padding-bottom: 8px;}
.main3 .box .list .ttbox .tt2{font-size: 16px;color: #545454;}
.main3 .box .list:nth-child(2){flex-direction: column-reverse;}
.main3 .box .list:nth-child(2) .ttbox{margin-top: 0;margin-bottom: 6px;}
.main3 .box .list:hover .bjcover{transform: var(--transform_scale);}


.main4{background: #f5f5f5;}
.main4 .box1{display: flex;background: #fff;}
.main4 .box1 .zuo{width: 60%;}
.main4 .box1 .zuo .bjcover{height: 100%;}
.main4 .box1 .you{width: 40%;padding: 50px 44px;}
.main4 .box1 .you .tt1{font-size: 26px;line-height: 34px;padding-bottom: 22px;text-align: center;}
.main4 .box1 .you .tt2{font-size: 17px;line-height: 1.8;color: #535353;min-height: 18em;}
.main4 .box1 .you .more{background: var(--color_zhuti);border-color: var(--color_zhuti);color: #fff;margin: 33px auto 0;}
.main4 .box1 .you .more:hover{background: var(--color_hover);border-color: var(--color_hover);}





.lb4 {margin-top: 35px;}
.lb4 .list{display: block;background: #fff;padding: 10px;}
.lb4 .list .bjcover{padding-top:74%;}
.lb4 .list .tt{font-size: 16px;text-align: center;padding-top: 10px;line-height: 50px;}
.lb4 .list:hover{background: var(--color_zhuti);}
.lb4 .list:hover .bjcover{transform: var(--transform_scale);}
.lb4 .list:hover .tt{color: #fff;}


.lb5{padding:0 50px 50px;background: linear-gradient(to bottom, transparent, #fff);}
.lb5 .list{display: block;max-width: 180px;margin: 0 auto;text-align: center;border: 3px solid #fff;}
.lb5 .list .img{padding-top: 141.4285714285714%;position: relative;border: 1px solid #ddd;background:#f6f6f6;}
.lb5 .list .img img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;transition: all .3s;max-height: 100%;}
.lb5 .list .tt{font-size: 17px;padding-top:18px;}
.lb5 .list:hover .img img{transform: var(--transform_scale);}
.lb5 .list:hover .tt{color: var(--color_zhuti);}



.lb6 .list{background: #f4f4f4;padding: 20px;display: block;}
.lb6 .list .bjcover{padding-top: 60%;}
.lb6 .list .tt{padding: 20px 0 0;}
.lb6 .list .tt .tt1{font-size: 18px;font-weight: bold;}
.lb6 .list .tt .tt2{font-size: 15px;color: #888;-webkit-line-clamp: 3;min-height: 4.8em;margin-top: 8px;}
.lb6 .list .tt .tt3{font-size: 13px;color: var(--color_zhuti);margin-top: 16px;}
.lb6 .list:hover .bjcover{transform: var(--transform_scale);}
.lb6 .list:hover .tt .tt1{color: var(--color_zhuti);}

.main7{font-size: 36px;letter-spacing: 1px;text-align: center;line-height: 44px;color: #fff;font-weight: bold;}


footer{background: #202020;color: rgba(255, 255, 255, .66);line-height: 1.8;}
footer .box2{padding: 25px 0;text-align: center;border-top: 1px solid rgba(255, 255, 255, .4);}
footer .box1{display: flex;justify-content: space-between;padding: 70px 0 55px;}
footer .box1 .xian{background:rgba(255, 255, 255, .4);width: 1px;}
footer .box1 .list{max-width: 380px;padding-right: 20px;}
footer .box1 .list .tt1 img{display: block;height: 60px;}
footer .box1 .list .tt2{font-size: 30px;color: #fff;margin-top: 26px;display: flex;align-items: center;line-height: 1.3;}
footer .box1 .list .tt2:before{font-size: 120%;margin-right: 8px;}
footer .box1 .list .tt3{margin-top:8px;}
footer .box1 .ul{padding: 0 10px;min-width:100px;}
footer .box1 .ul a{display: block;padding-bottom:6px;}
footer .box1 .ul a:nth-child(1){font-size: 18px;padding-bottom: 18px;color: #fff;}
footer .box1 .ul a:hover{color: #fff;text-decoration: underline!important;}
footer .box1 .imgbox{display: flex;}
footer .box1 .imgbox .img{width: 116px;}
footer .box1 .imgbox .img:nth-child(2){margin-left:10px;}


.banner2{height: 450px;display: flex;align-items: center;justify-content: center;color: #fff;text-align: center;}
.banner2 .div1{font-size: 48px;line-height: 56px;font-weight: bold;}
.banner2 .div2{font-size: 18px;line-height: 24px;text-transform: uppercase;margin-top: 11px;}

.title4{text-align: center;position: relative;font-size: 36px;line-height: 44px;color: var(--color_zhuti);padding-bottom: 24px;margin-bottom: 44px;border-bottom: 1px solid #ddd;}
.title4:after{content: "";width: 40px;height: 1px;background: #1b1b1b;margin: 0 auto;position: absolute;left: 0;bottom: -1px;right: 0;}

.about1{background: #f4f4f4;}
.about1 .box{display: flex;justify-content: space-between;}
.about1 .box .img{width: 47%;}
.about1 .box .tt{width: 50%;}

.about1.about1_1 .img{width: 32%;}
.about1.about1_1 .tt{width: 63%;line-height: 2;}








.danye2{font-size: 16px;color: #666;line-height: 1.8;}


.about2 .box{box-shadow: 0 0 11px rgba(0, 0, 0, .06);}
.about2 .list{display: flex;justify-content: space-between;}
.about2 .list .img{width: 50%;}
.about2 .list .img .bjcover{height: 100%;}
.about2 .list .tt{width: 50%;padding: 60px 50px;min-height: 380px;}
.about2 .list .tt .tt1{font-size: 28px;line-height: 36px;padding-bottom: 24px;margin-bottom: 26px;position: relative;}
.about2 .list .tt .tt1:after{content: "";width: 40px;height: 3px;background: var(--color_zhuti);position: absolute;left: 0;bottom: 0;}



.about2 .list:nth-child(odd){flex-direction: row-reverse;}

.about3 .title4{color: #fff;border-bottom-color: rgba(255, 255, 255, .3);}
.about3 .title4:after{background: #fff;}
.about3 .box{display: flex;flex-wrap: wrap;margin: -10px -5px 0;}
.about3 .box .list{display: block;width: calc(20% - 10px);background-color: #fff;padding: 3px;margin: 10px 5px 0;position: relative;top:0;transition: all .3s;cursor: pointer;}
.about3 .box .list:nth-child(1){width: calc(40% - 10px);padding: 0;display: flex;align-items: center;justify-content: center;}
.about3 .box .list:nth-child(1) img{display: block;width: 100%;}
.about3 .box .list .bjcover{height:190px;}
.about3 .box .list .tt{padding: 30px 25px;}
.about3 .box .list .tt1{font-size: 24px;padding-bottom: 11px;text-align: center;}
.about3 .box .list:hover{top:-8px;}



.about5{background: #f7f7f7;}
.about5 .box{width: 530px;background: #f7f7f7;position: relative;z-index: 2;}
.about5{position: relative;}
.about5 .bjcover{position: absolute;right: 0;top:0;width:60%;height: 100%;z-index: 1;}
.about5 .box .tt{padding:6px 20px 10px 40px;border-left: 5px solid #ddd;min-height: 300px;display: flex;align-items: center;}
.about5 .box .tt .tt1{font-size:28px;color: var(--color_zhuti);padding-bottom: 18px;}
.about5 .box .tt .tt2{line-height: 2;}
.about5 .box .more{background: var(--color_zhuti);border-color: var(--color_zhuti);color: #fff;}
.about5 .box .more:hover{background: var(--color_hover);border-color: var(--color_hover);}


.ny{padding-bottom: 88px;}

.ny .box{display: flex;justify-content: space-between;}
.ny .zuo{width: 270px;height: fit-content;background: #f1f1f1;margin-right: 30px;background: linear-gradient(to bottom, #f1f1f1, #f1f1f1,#f1f1f1,#f1f1f1,#f1f1f1,transparent);}
.ny .zuo .top{background: var(--color_zhuti);padding: 21px 80px 20px 20px;font-size: 28px;color: #fff;position: relative;letter-spacing: 2px;height: 110px;margin-top: -110px;}
.ny .zuo .top span{font-size: 15px;text-transform: uppercase;display: block;letter-spacing: normal;}
.ny .zuo .top img{display: block;position: absolute;right: 15px;width: 60px;max-height: 80%;top: 0;bottom: 0;margin: auto 0;}
.ny .zuo .ul{padding: 20px 20px 66px;}
.ny .zuo .ul a{display: block;background: #fff;margin-bottom: 15px;padding: 12px 56px 12px 20px;font-size:18px;position: relative;}
.ny .zuo .ul a:before{width: 44px;height: 20px;font-size:17px;color: var(--color_zhuti);line-height: 1;border-left: 1px solid #ddd;display: flex;justify-content: center;align-items: center;position: absolute;right: 4px;top:0;bottom: 0;margin: auto 0;}
.ny .zuo .ul a:hover{color: var(--color_zhuti);}
.ny .zuo .ul a.active{color: var(--color_zhuti);}
.ny .you{flex: 1;padding-top: 30px;}
.ny .you .top{font-size: 30px;padding-bottom: 20px;margin-bottom: 25px;border-bottom: 1px solid #ddd;}

.nycp{margin: 0 -8px;display: flex;flex-wrap: wrap;}
.nycp .list{display: block;position: relative;width: calc(33.33% - 16px);margin: 0 8px 16px;}
.nycp .list .bjcover{padding-top:74%;}
.nycp .list .tt{position: absolute;left: 20px;bottom: 20px;width: calc(100% - 40px);background: #fff;padding: 0 66px 0 30px;font-size: 18px;line-height:66px;}
.nycp .list .tt:before{font-size: 26px;color: #888;display: block;position: absolute;right: 20px;top:0;}
.nycp .list:hover .bjcover{transform: var(--transform_scale);}
.nycp .list:hover .tt{color: var(--color_zhuti);}
.nycp .list:hover .tt:before{color: var(--color_zhuti);}


.nycp.nyzizhi .img{background: #f6f6f6;border-bottom: 1px solid #ddd;}
.nycp.nyzizhi .img .bjcover{padding-top: 100%;}
.nycp.nyzizhi .tt{position: relative;left: auto;bottom: auto;width: 100%;background: #f6f6f6;}
.nycp.nyzizhi .list{width: calc(25% - 16px);}






/*详情页*/
.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 .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;}

@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;}

}
/*内页新闻*/
.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;}
    
}

@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%;}
}




    .liuyan form{width: 800px;margin: 0 auto;max-width: 100%;}
    .liuyan form input{width:100%;height: 50px;border: 1px solid #e7e7e7;margin-bottom: 15px;padding: 0 18px;border-radius: 6px;}
    .liuyan form textarea{width: 100%;max-width: 100%;height: 138px;padding: 12px 14px;border: 1px solid #e7e7e7;margin-bottom: 15px;border-radius: 6px;}
    .liuyan form button{width: 100%;line-height: 50px;background:var(--color_zhuti);font-size: 16px;color: #fff;border: 0;border-radius: 6px;}
    .liuyan form button:hover{background-color: var(--color_hover);}


    .ny .box .you2{padding-top: 55px;}



.main7 .list{display: block;background: #fff;height: 100px;display: flex;align-items: center;justify-content: center;padding: 0 25px;}
.main7 .list img{max-height: 80%;transition: all .3s;}
.main7 .title span{color: rgba(255, 255, 255, .3);}
.main7 .title:after{background: #fff;}
.main7 .list:hover img{transform: var(--transform_scale);}

/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1429px){
    header .txt .txt2{display: none;}
    header nav ul li > a{font-size: 16px;}
    header .txt .txt1{font-size: 20px;}
    header .logo{margin:0 30px 0 15px;}
    .banner .swiper-slide .bjcover{height:auto;padding-top:58%;}


}
@media (max-width:1199px){
    header{padding: 0 15px;}
    header .logo{margin:0 30px 0 0;}
    .main4 .box1 .zuo{width: 54%;}
    .main4 .box1 .you{width: 46%;}
    .main4 .box1 .you .tt2{font-size: 15px;}

    .nycp .list{width: calc(50% - 16px);}




}
@media (max-width:991px) {
    .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:33px;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: 44px;padding-bottom: 44px;}
    .title{margin-bottom:28px;padding: 11px 0;}
    .title b{font-size: 26px;line-height: 34px;letter-spacing: 1px;}
    .title span{font-size: 32px;}
    .title:after{height: 3px;}

    .title1{display: none;}

    .main1 .list .tt{position: relative;left: auto;bottom: auto;width:100%;padding: 0 5px;font-size: 14px;text-align: center;line-height: 44px;}
    .main1 .list .tt:before{display: none;}


    .main2{background: #fff;}
    .main2 .bjcover{display: none;}
    .main2 .tt{max-width: 100%;margin-top: 0;padding:44px 15px 0;}

    .main2 .tt .tt1{font-size:14px;margin-top: -8px;min-height:inherit;}
    .more{font-size: 14px;width: 130px;height: 44px;margin-top: 18px;}



    .main3 .box{margin-top: -22px;}
    .main3 .box .list{width: calc(100% - 6px);margin: 6px 3px 0;flex-wrap: wrap;}
    .main3 .box .list .img{display: none;}
    .main3 .box .list .ttbox{height: auto;margin: 0!important;padding: 26px 20px;}
    .main3 .box .list .ttbox .img2{width:80px;height: 80px;}
    .main3 .box .list .ttbox .tt1{font-size: 20px;line-height: 30px;padding-bottom: 5px;}
    .main3 .box .list .ttbox .tt2{font-size: 14px;}


    .main4 .box1{flex-wrap: wrap;}
    .main4 .box1 .zuo{width: 100%;}
    .main4 .box1 .zuo .bjcover{height: auto;padding-top: 60%;}
    .main4 .box1 .you{width: 100%;padding: 26px 20px;}
    .main4 .box1 .you .tt1{font-size: 22px;line-height: 30px;padding-bottom:11px;}
    .main4 .box1 .you .tt2{font-size: 14px;min-height: inherit;}

    .lb4 {margin-top: 20px;}
    .lb4 .list .bjcover{padding-top:74%;}
    .lb4 .list .tt{font-size: 14px;line-height: 26px;}


    .lb5{padding:0;background:transparent;}
    .lb5 .list .tt{font-size: 14px;padding: 10px 5px;background: #fff;}




    .lb6 .swiper{width: calc(100% + 30px);margin-left: -15px;padding: 0 15px;}
    .lb6 .swiper-slide{width: 80%;}
    .lb6 .list{padding: 10px;}
    .lb6 .list .tt{padding: 15px 0 0;}
    .lb6 .list .tt .tt1{font-size: 16px;}
    .lb6 .list .tt .tt2{font-size: 14px;margin-top: 4px;}
    .lb6 .list .tt .tt3{font-size: 13px;margin-top: 8px;}

    /*.main7{font-size: 22px;line-height: 32px;}*/
    /*.main7 .container-fluid{max-width: 290px!important}*/


    footer .box2{padding: 18px 0;}
    footer .box1{flex-wrap: wrap;padding: 30px 0 26px;}
    footer .box1 .list{max-width: 100%;padding-right: 0;}
    footer .box1 .list .tt1 img{height: 40px;}
    footer .box1 .list .tt2{font-size: 26px;margin-top: 18px;}
    footer .box1 .list .tt2:before{margin-right:4px;}
    footer .box1 .list .tt3{margin-top:8px;}
    footer .box1 .xian{display: none;}
    footer .box1 .ul{display: none;padding: 0;margin-top: 11px;}
    /*footer .box1 .ul.ul2{display: block;}*/
    footer .box1 .ul.ul3{display: block;}
    footer .box1 .ul a:nth-child(1){padding-bottom: 2px;}
    footer .box1 .ul a:nth-child(n+2){display: inline-block;vertical-align: top;padding: 0 10px 2px 0;}


    .banner2{height: 200px;}
    .banner2 .div1{font-size:28px;line-height: 36px;}
    .banner2 .div2{font-size:15px;line-height: 20px;margin-top: 4px;}

    .title4{font-size: 24px;line-height: 32px;padding-bottom: 16px;margin-bottom: 28px;}


    .about1 .box{flex-wrap: wrap;}
    .about1 .box .img{width:100%;}
    .about1 .box .tt{width: 100%;margin-top:16px;}


    .danye2{font-size: 14px;}


    .about2 .box{box-shadow: none;}
    .about2 .list{flex-wrap: wrap;}
    .about2 .list:nth-child(n+2){margin-top: 30px;}
    .about2 .list .img{width:100%;display: none;}
    .about2 .list .tt{width: 100%;padding: 0;min-height: inherit;}
    .about2 .list .tt .tt1{font-size: 18px;line-height: 26px;padding-bottom: 16px;margin-bottom: 14px;}


    .about3 .box .list{width: calc(100% - 10px)!important;}
    .about3 .box .list .bjcover{height:auto;padding-top: 50%;}
    .about3 .box .list .tt{padding:18px;}
    .about3 .box .list .tt1{font-size: 22px;padding-bottom: 6px;}
    .about3 .box .list:hover{top:0;}



    .about5 .box{width: 100%;}
    .about5 .bjcover{display: none;}
    .about5 .box .tt{padding:0;border-left: 0;}
    .about5 .box .tt .tt1{font-size:22px;padding-bottom: 8px;}
    .about5 .box .tt .tt2{line-height: 1.8;}





    .ny{padding-bottom: 44px;}

    .ny .box{flex-wrap: wrap;display: block;}
    .ny .zuo{width: 100%;margin: 0 0 20px;}
    .ny .zuo .top{padding: 11px 40px 13px 85px;font-size: 22px;letter-spacing: 1px;height: auto;margin-top: 30px;}
    .ny .zuo .top span{font-size: 13px;}
    .ny .zuo .top img{right: auto;left: 15px;width: 54px;}
    .ny .zuo .top i{position: absolute;right: 15px;top:0;height: 100%;display: flex;align-items: center;flex-shrink: 15px;opacity: .88;}
    .ny .zuo .ul{padding:15px;display: none;}
    .ny .zuo .ul a{margin-bottom: 10px;padding: 9px 56px 9px 15px;font-size:15px;}
    .ny .you{padding-top: 0;width: 100%;}
    .ny .you .top{display: none;}


    .nycp{margin: 0 -6px;}
    .nycp .list{width: calc(50% - 12px);margin: 0 6px 12px;}
    .nycp .list .tt{position: relative;left: auto;bottom: auto;width:100%;padding: 0 5px;font-size: 14px;text-align: center;line-height: 44px;}
    .nycp .list .tt:before{display: none;}

    .nycp.nyzizhi .list{width: calc(33.33% - 12px);}



    .ny .box .you2{padding-top: 30px;}


.about1.about1_1 .tt{;line-height:1.8;}

}

@media (max-width:767px) {
    .nycp.nyzizhi .list{width: calc(50% - 12px);}

.main7 .list{height: 80px;}


}
@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, .5);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: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;} 
}


