/*全局样式*/
@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;letter-spacing:.8px;}
.container-fluid {
    max-width:1310px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #13161c;
    --color_hover: #f00057;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}


header{position:fixed;left: 0;top:0;z-index: 111;width: 100%;transition: all .3s;}

header .box{display: flex;justify-content: space-between;}
header .logo{height:88px;font-size: 0;margin-right:6%;display: flex;align-items: center;position: relative;}
header .logo img{max-height:60%;transition: all .3s;opacity: 1;}
header .logo img:nth-child(2){position: absolute;left: 0;top:0;bottom: 0;margin:auto 0;opacity: 0;}
header .txt{font-size: 15px;color: #fff;opacity: .8;height: 80px;display: flex;align-items: center;margin-left:5%;transition: all .3s;cursor: pointer;}
header .txt:before{font-size: 160%;margin-right: 6px;display: block;}
header .txt:hover{opacity: 1;}

header nav{width:88%;max-width:950px;margin-top: 8px;}
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: 80px;font-size:17px;position: relative;padding: 0 2px;color: #fff;}
header nav ul li > i{display: none;}

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: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:0; bottom: 0; height: 3px; background-color:#fff;z-index:1;width:38px;}
    body.active header{background: #fff;box-shadow: 0 4px 11px rgba(0, 0, 0, .06);}
    body.active header .logo img:nth-child(1){opacity: 0;}
    body.active header .logo img:nth-child(2){opacity: 1;}
    body.active header .txt{color: #222;}
    body.active header nav .nav_xg{background: var(--color_zhuti);}
    body.active header nav ul li > a{color: #222;}

    body.on{padding-top: 88px;}
    body.on header{background: #fff;box-shadow: 0 4px 11px rgba(0, 0, 0, .06);}
    body.on header .logo img:nth-child(1){opacity: 0;}
    body.on header .logo img:nth-child(2){opacity: 1;}
    body.on header .txt{color: #222;}
    body.on header nav .nav_xg{background: var(--color_zhuti);}
    body.on header nav ul li > a{color: #222;}

}

/*搜索*/
#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-pagination-bullet{background:#fff;opacity:.66;transition: all .2s;}*/
/*.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;border-radius: 4px;opacity: 1;}*/

.banner1{position: relative;z-index: 1;}
.banner1 .img{display: block;height: 100vh;}
.banner2{position: absolute;left: 0;width: 100%;bottom: 8px;z-index: 2;}
.banner2 .tt{border-top: 1px solid #fff;font-size: 18px;color: #fff;height: 70px;display: flex;align-items: center;opacity: .5;}
.banner2 .swiper-slide-thumb-active .tt{opacity: 1;}




.main88{padding-top: 99px;padding-bottom: 99px;}
.title{letter-spacing: 1.4px;padding-bottom: 50px;}
.title .div1{font-size: 20px;color: #737373;line-height: 28px;}
.title .div2{font-size: 46px;line-height: 54px;margin-top: 6px;}

.main1 .box{display: flex;flex-wrap: wrap;margin: 0 -10px;}
.main1 .box .list{width: calc(50% - 20px);margin:20px 10px 0;position: relative;}
.main1 .box .list:nth-child(1){width: calc(100% - 20px);}
.main1 .box .list .img1{position: absolute;left: 0;width: 100%;height: calc(100% - 90px);bottom: 0;z-index: 1;border-radius: 11px;overflow: hidden;}
.main1 .box .list:nth-child(n+2) .img2{padding-top:70%;position: relative;z-index: 2;}
.main1 .box .list:nth-child(n+2) .img2 img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;max-height: 100%;max-width: 80%;transition: all .3s;}
.main1 .box .list:hover .img2 img{transform: var(--transform_scale);}
.main1 .box .list .tt{position: relative;z-index: 2;padding: 22px 15px 50px;text-align: center;}
.main1 .box .list .tt1{font-size: 20px;color: #444;}
.main1 .box .list .tt2{font-size: 40px;line-height: 48px;margin-top: 8px;}
.main1 .box .list .tt3{font-size: 16px;color: #666;margin-top:22px;display: block;height: 48px;}
.main1 .box .list:nth-child(n+2) .tt3:hover{color:var(--color_hover);}

@media (min-width:992px) {
    .main1 .box .list:nth-child(1){padding: 60px;}
    .main1 .box .list:nth-child(1) .img1{height:100%;}
    .main1 .box .list:nth-child(1) .img2{position: absolute;z-index: 3;right: 0;width: 60%;top:-50px;}
    .main1 .box .list:nth-child(1) .img2 img{transition: all .3s;}
    .main1 .box .list:nth-child(1) .ttbox{min-height: 400px;display: flex;align-items: center;position: relative;z-index: 4;}
    .main1 .box .list:nth-child(1) .ttbox .tt{text-align: left;width: 40%;}
    .main1 .box .list:nth-child(1) .ttbox .tt2{font-size: 50px;line-height: 58px;}
    .main1 .box .list:nth-child(1) .ttbox .tt3{background: #000;color: #fff;width: 154px;display: flex;justify-content: space-between;align-items: center;padding: 0 25px;border-radius: 44px;margin-top: 36px;font-size: 15px;}
    .main1 .box .list:nth-child(1) .ttbox .tt3:hover{background: var(--color_hover);color: #fff;}
}

.lb2{position: relative;}
.lb2 .swiper-slide{width: 1310px;max-width: calc(90% - 30px);margin: 0 auto!important;}
.lb2 .list{border-radius: 11px;overflow: hidden;text-align: center;overflow: hidden;display: block;padding-top:44%;position: relative;margin: 0 15px;}
.lb2 .list .img{position: absolute;left: 0;top:0;width: 100%;height: 100%;padding: 70px 20px;color: #fff;z-index: 1111;}
.lb2 .list .tt1{font-size: 40px;line-height: 48px;}
.lb2 .list .tt2{font-size: 20px;line-height: 1.5;margin-top: 4px;}
.lb2 .list .tt3{border: 1px solid #fff;color: #fff;width: 154px;display: flex;justify-content: space-between;align-items: center;padding: 0 25px;border-radius: 44px;height: 48px;margin: 36px auto 0;transition: all .3s;font-size: 15px;}
.lb2 .list .tt3:hover{background: var(--color_hover);color: #fff;border-color: var(--color_hover);}
.lb2 .swiper-button-prev{width: 40px;height: 40px;background: rgba(255, 255, 255, .6);color: #fff;border-radius: 50%;font-size: 18px;left: 19%;margin-top: -20px;transition: all .3s;}
.lb2 .swiper-button-next{width: 40px;height: 40px;background: rgba(255, 255, 255, .6);color: #fff;border-radius: 50%;font-size: 18px;right: 19%;margin-top: -20px;transition: all .3s;}
.lb2 .swiper-button-prev:hover{background-color: #fff;color: var(--color_hover);}
.lb2 .swiper-button-next:hover{background-color: #fff;color: var(--color_hover);}


.lb2 .list video{position: absolute;left: -10px;top:-25%;width: calc(100% + 20px);height: 150%;z-index: 1;background: #000;}
.lb2 .list.active video{z-index: 6;}





.lb2 .swiper-pagination-bullet{background:#fff;opacity:.66;transition: all .2s;margin:0 5px 30px!important}
.lb2 .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;border-radius: 4px;opacity: 1;}






.main3 .top{font-size: 44px;line-height: 52px;padding-bottom: 44px;text-align: center;}
.main3 .box{display: flex;margin: -24px -12px 0;flex-wrap: wrap;}
.main3 .box .list{display: block;width: calc(33.33% - 24px);border-radius: 11px;margin: 24px 12px 0;padding: 50px 20px;min-height: 420px;text-align: center;position: relative;top:0;}
.main3 .box .list .img img{height: 59px;display: block;margin: 0 auto 25px;}
.main3 .box .list .tt1{font-size: 26px;line-height:34px;transition: all .3s;}
.main3 .box .list .tt2{font-size: 16px;line-height:1.5;margin-top:6px;color: #666;}
.main3 .box .list:hover{top:-8px;}
.main3 .box .list:hover .tt1{color: var(--color_hover);}



footer{background: var(--color_zhuti);padding-top:30px;color: rgba(255, 255, 255, .66);}
footer .box1{padding: 24px 0;display: flex;justify-content: space-between;border-bottom: 1px solid rgba(255, 255, 255, .3);align-items: center;}
footer .box1 .tt{font-size: 22px;display: flex;align-items: center;padding-top: 11px;}
footer .box1 .tt a:nth-child(1){font-size:14px;}
footer .box1 .tt a{display: block;margin-left:9px;position: relative;}
footer .box1 .tt a:hover{color: #fff;}
footer .box1 .tt a img{display: block;width: 120px;max-width: 120px;position: absolute;right: 0;bottom: 100%;border: 1px solid #ddd;display: none;}
footer .box1 .tt a:hover img{display: block;}
footer .box2{display: flex;justify-content: space-between;padding: 30px 0;}
footer .box2 .ul{padding-right: 20px;}
footer .box2 .ul a{display: block;padding-bottom: 11px;}
footer .box2 .ul a:nth-child(1){font-size: 16px;color: #fff;padding-bottom: 18px;}
footer .box2 .ul a:nth-child(n+2):hover{color: #fff;text-decoration: underline!important;}
footer .box2 .tt2{margin-left:8%;}
footer .box2 .tt2 .tt3{margin-bottom: 14px;position: relative;max-width: 270px;padding-left: 34px;}
footer .box2 .tt2 .tt3 b{font-size: 24px;color: #fff;font-weight: normal;}
footer .box2 .tt2 .tt3:before{font-size:26px;color: #fff;display: block;position: absolute;left: 0;top:-7px;}
footer .box2 .tt2 .tt3:nth-child(1):before{top:0px;}
footer .box3{border-top: 1px solid rgba(255, 255, 255, .3);padding: 28px 0;font-size: 90%;}



.nybanner{height: 420px;display: flex;align-items: center;justify-content: center;color: #fff;text-align: center;}
.nybanner .tt1{font-size: 44px;line-height: 52px;}
.nybanner .tt2{font-size: 18px;line-height: 1.4;opacity: .66;margin-top:20px;display: none;}


.title8{text-align: center;padding: 20px 0;box-shadow: 0 4px 11px rgba(0, 0, 0, .06);background: #fff;font-size: 0;}
.title8 a{display: inline-block;vertical-align: top;font-size: 18px;padding: 0 30px;color: #888;position: relative;line-height: 30px;position: relative;margin: 3px 0;}
.title8 a:nth-last-child(n+2):after{content: "";width: 1px;height: 90%;background: #ddd;position: absolute;right: 0;top:0;bottom: 0;margin: auto 0;}
.title8 a:hover{color: var(--color_zhuti);}
.title8 a.active{color: var(--color_zhuti);}



.title9{text-align: center;margin-top: 30px;font-size: 0;color: #888;}
.title9 a{display: inline-block;vertical-align: top;font-size: 15px;margin: 3px;padding: 0 8px;}
.title9 a:hover{color: var(--color_zhuti);}
.title9 a.active{color: var(--color_zhuti);}







.ny{padding: 60px 0 88px;}
.nycp{display: flex;flex-wrap: wrap;margin: 0 -20px;}
.nycp .list{display: block;width: calc(33.33% - 40px);margin: 0 20px 40px;background: #f6f6f6;border-radius: 11px;overflow: hidden;padding:10px 0 38px;}
.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: 80%;max-width: 80%;transition: all .3s;}
.nycp .list .img .bjcover{position: absolute;left: 0;top:0;height: 100%;width: 100%;}
.nycp .list .tt1{font-size: 20px;text-align: center;transition: all .3s;}
.nycp .list .tt2{width: 94px;height: 34px;border: 1px solid #ddd;border-radius: 44px;font-size: 14px;display: flex;transition: all .3s;justify-content: center;align-items: center;margin: 16px auto 0;color: #777;}
.nycp .list:hover .img img{transform: var(--transform_scale);}
.nycp .list:hover .bjcover{transform: var(--transform_scale);}
.nycp .list:hover .tt2{color: #fff;background: var(--color_zhuti);border-color: var(--color_zhuti);}
.nycp.nycase .list{padding: 0;}
.nycp.nycase .list .tt1{line-height: 70px;}
.nycp.nycase .list:hover .tt1{background: var(--color_zhuti);color: #fff;}

/*详情页*/
.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;}

}




.nyxz .list{display: block;margin-bottom: 15px;border-bottom: 1px solid #ddd;font-size: 15px;padding: 0 110px 15px 32px;position: relative;line-height: 26px;color: #666;}
.nyxz .list span{display: block;position: absolute;right: 0;top:0;color:#888;transition: var(--transition_3);font-size: 88%;}
.nyxz .list i{display: block;position: absolute;left: 0;top:2px;color:red;font-size: 110%;}
.nyxz .list:hover{color: var(--color_zhuti);}
.nyxz .list:hover span{color: var(--color_zhuti);}
@media (max-width:600px){
    .nyxz .list{padding-right: 0;line-height: 24px;}
    .nyxz .list span{position: relative;right: auto;top:auto;margin-top: 4px;}
}



/*内页新闻*/
.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%;}
}



.danye th{border: 1px solid #333;}
.danye td{border: 1px solid #333;}
.danye table{margin: 15px auto;}

/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1299px){
    header .txt{margin-left: 0;}
}
@media (max-width:1199px){
    .main1 .box .list .ttbox .tt2{font-size: 26px;line-height: 34px;}
    .main1 .box .list:nth-child(1){padding: 40px;}
    .main1 .box .list:nth-child(1) .ttbox .tt2{font-size: 36px;line-height: 44px;}


    .nycp{margin: 0 -10px;}
    .nycp .list{width: calc(33.33% - 20px);margin: 0 10px 20px;}





}
@media (max-width:991px) {

    body{padding-top: 88px;}
    .banner1 .img{display: block;height:auto;padding-top:66%;}
    .banner2 .tt{font-size: 15px;}
    /*.banner .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 3px -4px !important;}*/
    /*.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 22px;}*/

    header{background: #fff;box-shadow: 0 4px 11px rgba(0, 0, 0, .06);}
    header .logo img:nth-child(1){opacity: 0;}
    header .logo img:nth-child(2){opacity: 1;}
    header .txt{color: #222;}
    header nav .nav_xg{background: var(--color_zhuti);}
    header nav ul li > a{color: #222;}


    /*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_hover);}
    header nav ul > li.active > a{background: transparent;color: var(--color_hover);}
    header nav ul > li.active > i{color: var(--color_hover);}
    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_hover);}
    header nav .ul a.active{background-color: transparent;color: var(--color_hover);}

   /*移动导航按钮*/
    header .lanmu{width: 30px;font-size: 0;height: 21px;position: absolute;right: 15px;bottom:30px;cursor: pointer;z-index: 2;letter-spacing:0;}
    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{letter-spacing: 1px;padding-bottom: 30px;}
    .title .div1{font-size: 16px;}
    .title .div2{font-size: 26px;line-height: 34px;margin-top: 2px;}

    .main1 .box{margin-top: -20px;}
    .main1 .box .list{width: calc(100% - 20px)!important;padding: 25px 10px 35px!important}
    .main1 .box .list .img1{height: 100%;}
    .main1 .box .list .tt{padding: 18px 0 0 !important;}
    .main1 .box .list .tt1{font-size: 16px!important;}
    .main1 .box .list .tt2{font-size: 22px!important;line-height: 32px!important;margin-top: 4px;}
    .main1 .box .list .tt3{font-size: 14px;margin-top: 11px;height: auto;}

    .main1 .box .list .img2{padding-top:70%;position: relative;z-index: 2;}
    .main1 .box .list .img2 img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;max-height: 90%!important;max-width: 80%;transition: all .3s;}
    .main1 .box .list .tt3:hover{color:var(--color_hover);}





    .lb2 .swiper{padding:0 9px;}
    .lb2 .swiper-slide{max-width:86%!important;}
    .lb2 .list{margin: 0 6px;min-height:220px;}
    .lb2 .list .img{padding: 25px 20px;}
    .lb2 .list .tt1{font-size: 20px;line-height: 32px;}
    .lb2 .list .tt2{font-size: 14px;opacity: .8;margin-top: 6px;}
    .lb2 .list .tt3{width: 120px;height: 34px;font-size: 13px;margin-top:16px;padding: 0 18px;}
    .lb2 .swiper-button-prev{width: 34px;height: 34px;font-size: 15px;margin-top: -17px;left: 15px;}
    .lb2 .swiper-button-next{width: 34px;height: 34px;font-size: 15px;margin-top: -17px;right: 15px;}



    .lb2 .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 3px -4px !important;}
    .lb2 .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 22px;}



    .main3 .top{font-size: 26px;line-height: 34px;padding-bottom:30px;}
    .main3 .box .list{width: calc(100% - 24px);padding: 35px 20px;min-height:260px;}
    .main3 .box .list .img img{height: 50px;margin: 0 auto 20px;}
    .main3 .box .list .tt1{font-size: 22px;line-height:32px;}
    .main3 .box .list .tt2{font-size: 14px;}
    .main3 .box .list:hover{top:0}




    footer{padding-top:16px;}
    footer .box1{padding: 18px 0;}
    footer .box1 .tt{display: none;}
    footer .box2{flex-wrap: wrap;padding: 28px 0;}
    footer .box2 .ul{display: none;}
    footer .box2 .tt2{margin-left:0;}
    footer .box2 .tt2 .tt3{margin-bottom: 8px;}
    footer .box3{padding: 20px 0;}




    .nybanner{height:240px;}
    .nybanner .tt1{font-size: 26px;line-height: 34px;}
    .nybanner .tt2{font-size: 16px;line-height: 1.6;margin-top:11px;}


    .title8{padding: 16px 0;}
    .title8 a{font-size: 16px;padding: 0 18px;}


    .title9{margin-top: 18px;margin-bottom: -11px;}



    .ny{padding:35px 0 50px;}
    .nycp{margin: 0 -6px;}
    .nycp .list{width: calc(50% - 12px);margin: 0 6px 12px;border-radius: 8px;padding:10px 0 25px;}
    .nycp .list .tt1{font-size:15px;}
    .nycp .list .tt2{font-size: 13px;margin-top: 8px;height: 28px;width: 80px;}








}

@media (max-width:767px) {


}
@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{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;} 
}

