/*全局样式*/
@charset "utf-8";
body {font:14px/1.6 "微软雅黑",黑体,"AlibabaPuHuiTi", "Arial", "Impact";color: #222;-webkit-text-size-adjust: 100%;background-color: #f6f6f6;overflow-x: hidden;min-width: 320px;}
.container-fluid {
    max-width:1700px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #0055b2;
    --color_hover: #2f2f2f;
    /*--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: 100px;font-size: 0;margin-right: 50px;display: flex;align-items: center;position: relative;}
header .logo img{max-height:50px;transition: all .3s;}
header .logo img:nth-child(2){position: absolute;left: 0;top:0;bottom: 0;margin: auto 0;opacity: 0;}


header nav{width:94%;max-width:1000px;padding-top: 10px;}
header nav ul{position: relative;display: flex;justify-content: space-between;}
header nav ul li{text-align: center;position: relative;z-index: 2;}
header nav ul li > a{display:block;line-height: 90px;font-size:18px;position: relative;padding: 0 2px;color: #fff;}
header nav ul li > i{display: none;}
header nav ul li > a:after{content: "";width: 100%;height: 0;background: #fff;position: absolute;left: 0;right: 0;bottom:18px;margin: 0 auto;transition: all .3s;}
header nav ul li:nth-last-child(1){margin-left:30px;}
header nav ul li:hover > a:after{height: 3px;}
header nav ul li.active > a:after{height: 3px;}

header nav .ul{display:none;position: absolute;left: 0;top:calc(100% - 6px);width: 180px;margin-left: calc(50% - 90px);right: 0;background:rgba(255,255,255,1);padding:11px 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: 26px;padding:10px 0;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:hover{box-shadow: 0 4px 8px rgba(0, 0, 0, .06);background-color: #fff;}
    header:hover nav ul li > a{color: #222;}
    header nav ul li:hover > a{color: var(--color_zhuti)!important;}
    header nav ul li:hover > a:after{background-color: var(--color_zhuti);}
    header:hover nav ul li.active > a:after{background-color: var(--color_zhuti);}
    body.active header{box-shadow: 0 4px 8px rgba(0, 0, 0, .06);background-color: #fff;}
    body.active header nav ul li > a{color: #222;}
    body.active header nav ul li > a:after{background-color: var(--color_zhuti);}
    body.active header nav ul li.active > a{color: var(--color_zhuti)!important;}

    header:hover .logo img:nth-child(1){opacity: 0;}
    header:hover .logo img:nth-child(2){opacity: 1;}
    body.active header .logo img:nth-child(1){opacity: 0;}
    body.active header .logo img:nth-child(2){opacity: 1;}





    body.on header{box-shadow: 0 4px 8px rgba(0, 0, 0, .06);background-color: #fff;}
    body.on header nav ul li > a{color: #222;}
    body.on header nav ul li > a:after{background-color: var(--color_zhuti);}
    body.on header nav ul li.active > a{color: var(--color_zhuti)!important;}
    body.on header .logo img:nth-child(1){opacity: 0;}
    body.on header .logo img:nth-child(2){opacity: 1;}






}



/*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: 100vh;display: block;}
.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;}



.banner2{height:calc(100vh - 70px);display: flex;align-items: center;justify-content: center;text-align: center;padding:99px 15px 0;color: #fff;background-size: cover!important;background-repeat: no-repeat!important;}
.banner2 .tt1{font-size: 48px;line-height: 54px;}
.banner2 .tt2{font-size: 24px;line-height: 30px;margin-top:22px;}





.main88{padding-top: 66px;padding-bottom: 66px;}

.main1{background: #fff;}
.main1 .box{margin: -30px -15px 0;position: relative;}
.main1 .box a{display: block;width: calc(36% - 30px);margin: 30px 15px 0;float: left;border-radius: 11px;overflow: hidden;position: relative;}
.main1 .box a .bjcover:after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .4);position: absolute;left: 0;top:0;opacity: 1;transition: all .3s;}
.main1 .box a .bjcover{padding-top: 140%;overflow: hidden;position: relative;}
.main1 .box a .ttbox{position: absolute;left: 0;top:0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;z-index: 2;}
.main1 .box a .ttbox .tt{font-size: 36px;font-weight: bold;line-height: 44px;color: #fff;text-align: center;}
.main1 .box a .ttbox .tt span{display: block;font-size: 16px;margin-top: 18px;line-height: 24px;font-weight: normal;}
@media (min-width:992px) {
    .main1 .box a:nth-child(n+2) .bjcover{height: 100%;padding: 0;}
    .main1 .box a:nth-child(2){position: absolute;left:36%;top:0;height: calc(50% - 30px);width: calc(32% - 30px);}
    .main1 .box a:nth-child(3){position: absolute;right:0;top:0;height: calc(50% - 30px);width: calc(32% - 30px);}
    .main1 .box a:nth-child(4){position: absolute;bottom:0;right:0;height: calc(50% - 30px);width: calc(64% - 30px);}
    .main1 .box a:hover .bjcover{transform: var(--transform_scale);}
    .main1 .box a:hover .bjcover:after{opacity: .6;}
}




.title{text-align: center;padding-bottom: 44px;position: relative;}
.title .div1{font-size: 50px;line-height: 58px;}
.title .div2{font-size: 18px;line-height: 26px;margin-top:8px;color: #666;}
.title a{display: flex;height: 44px;border: 2px solid var(--color_zhuti);border-radius: 6px;color: var(--color_zhuti);width: 130px;align-items: center;justify-content: center;font-size: 16px;position: absolute;right: 0;bottom: 46px;}
.title a:hover{background-color: var(--color_zhuti);color: #fff;}


.main2{background: #fff;}
.lb2{position: relative;}
.lb2 .swiper-button-prev{font-size:48px;color: #fff;width: 60px;height: 90px;margin-top: -45px;left:1%;transition: all .3s;}
.lb2 .swiper-button-prev:hover{background: rgba(0, 0, 0, .6);}
.lb2 .swiper-button-next{font-size:48px;color: #fff;width: 60px;height: 90px;margin-top: -45px;right:1%;transition: all .3s;}
.lb2 .swiper-button-next:hover{background: rgba(0, 0, 0, .6);}
.lb2 .swiper-slide{width: 23%;}
.lb2 .swiper-slide a{display: block;position: relative;;overflow: hidden;}
.lb2 .swiper-slide a .bjcover{padding-top:150%;}
.lb2 .swiper-slide a .ttbox{position: absolute;left: 0;top:0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;z-index: 2;transition: all .3s;opacity: 0;}
.lb2 .swiper-slide a .ttbox:after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .4);position: absolute;left: 0;top:0;opacity: 1;transition: all .3s;}
.lb2 .swiper-slide a .ttbox .tt{font-size: 26px;line-height: 34px;color: #fff;text-align: center;position: relative;z-index: 3;}
.lb2 .swiper-slide a .ttbox .tt span{display: block;font-size: 140%;margin-top: 22px;}
.lb2 .swiper-slide a:hover .ttbox{opacity: 1;}



.main3 .list{display: block;background: #fff;}
.main3 .list .bjcover{padding-top: 50%;}
.main3 .list .tt{padding: 26px 30px;}
.main3 .list .tt1{font-size: 22px;transition: all .3s;}
.main3 .list .tt2{font-size: 15px;color: var(--color_zhuti);margin-top: 4px;}
.main3 .list .tt3{font-size: 15px;color: #888;margin-top: 4px;}
.main3 .list .tt4{font-size: 0;text-align: right;margin-top:6px;}
.main3 .list .tt4 span{display: inline-block;vertical-align: top;transition: all .3s;border: 1px solid var(--color_zhuti);font-size: 14px;color: var(--color_zhuti);border-radius: 44px;line-height: 32px;padding: 0 20px;}
.main3 .list:hover .bjcover{transform: var(--transform_scale);}
.main3 .list:hover .tt1{color: var(--color_zhuti);}
.main3 .list:hover .tt4 span{background-color: var(--color_zhuti);color: #fff;}


footer{background:#2f2f2f;color: rgba(255, 255, 255, .7);font-size: 16px;}
footer .box2{padding: 28px 15px;text-align: center;background: #262626;}
footer .box2 a{padding: 0 10px;}
footer .box1{padding: 50px 0;display: flex;justify-content: space-between;}
footer .box1 .ul{padding: 0 20px;text-align: center;}
footer .box1 .top{font-size: 20px;font-weight: bold;color: #fff;position: relative;line-height:30px;padding-bottom:24px;}
footer .box1 .top:after{content: "";width: 4px;height: 27px;background: var(--color_zhuti);position: absolute;left: -20px;top:2px;}
footer .box1 .ul a{display: block;font-size: 16px;padding-bottom: 11px;}
footer .box1 .ul a:hover{color: #fff;text-decoration: underline!important;}
footer .box1 .img{max-width: 230px;}
footer .box1 .txt{max-width: 430px;line-height: 2;}
footer .box1 .txt .tt1{font-size: 26px;color: #fff;font-weight: bold;margin-top: -14px;display: flex;align-items: center;}
footer .box1 .txt .tt1:before{padding-right: 11px;font-weight: normal;}
footer .box1 .top.top2{margin-top: 18px;}
footer .box1 .txt .tt3{display: flex;margin-top: -8px;}
footer .box1 .txt .tt3 a{display:flex;align-items: center;margin-right: 20px;max-width:30px;position: relative;padding-top: 8px;}
footer .box1 .txt .tt3 a img:nth-child(1){opacity: .7;transition: all .3s;}
footer .box1 .txt .tt3 a img:nth-child(2){display: none;position: absolute;left: 0;bottom:100%;width: 130px;max-width: 130px;}
footer .box1 .txt .tt3 a:hover img:nth-child(1){opacity: 1;}
footer .box1 .txt .tt3 a:hover img:nth-child(2){display: block;}








.title8{background: #eeeeee;display: flex;justify-content:space-between;}
.title8 a{display:flex;height: 70px;line-height: 1.4;justify-content: space-between;align-items: center;font-size: 22px;padding: 0 2%;width: 100%;position: relative;}
.title8 a:nth-child(n+3):after{content: "";width: 2px;height: 30px;background: #ddd;position: absolute;left: 0;top:0;bottom: 0;margin: auto 0;}
.title8 a:nth-child(1){width: 70px;flex-shrink: 0;background: var(--color_zhuti);padding: 0;justify-content: center;border-right: 1px solid #eeeeee;}
.title8 a:nth-child(1):hover{background: var(--color_hover);}
.title8 a .img{width: 30px;height: 30px;position: relative;display: flex;justify-content: center;align-items: center;}
.title8 a img{height: 30px;display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;opacity: 1;transition: all .3s;}
.title8 a .img img:nth-child(1){opacity: 1;}
.title8 a .img img:nth-child(2){opacity: 0;}
.title8 a:hover{background-color: var(--color_zhuti);color: #fff;}
.title8 a:hover .img img:nth-child(1){opacity: 0;}
.title8 a:hover .img img:nth-child(2){opacity: 1;}
.title8 a.active{background-color: var(--color_zhuti);color: #fff;}
.title8 a.active .img img:nth-child(1){opacity: 0;}
.title8 a.active .img img:nth-child(2){opacity: 1;}




.ny{padding: 50px 0 88px;}
.title9{text-align: center;font-size: 0;position: relative;margin-bottom: 40px;margin-top: -15px;}
.title9:after{content: "";width: 100%;height: 1px;background: #ddd;position: absolute;left: 0;bottom: 0;z-index: 1;}
.title9 a{display: inline-block;vertical-align: top;font-size: 22px;line-height: 70px;padding: 0 6px;text-align: center;position: relative;z-index: 3;margin: 0 2px;text-align: center;min-width: 240px;}
.title9 a span{display:inline-block;transition: all .3s;border-bottom: 2px solid transparent;}
.title9 a:hover{color: var(--color_zhuti);}
.title9 a:hover span{border-color: var(--color_zhuti);}
.title9 a.active span{border-color: var(--color_zhuti);}
.title9 a.active{color: var(--color_zhuti);}




.g2box{display: flex;flex-wrap: wrap;}
.g2box .list{width: calc(50% - 30px);margin: 0 15px 30px;min-height: 330px;display: flex;align-items: center;justify-content: space-between;background: #fff;border-bottom: 2px solid #fff;padding: 30px 40px;}
.g2box .list .tt{width: 50%;}
.g2box .list .img{width: calc(50% - 44px);display: flex;align-items: center;justify-content: center;margin-left: 44px;}
.g2box .list .img img{transition: all .3s;}
.g2box .list .tt .tt1{font-size: 26px;line-height: 34px;color: var(--color_zhuti);}
.g2box .list .tt .tt2{font-size: 16px;-webkit-line-clamp: 3;min-height: 4.8em;color: #666;margin-top: 20px;}
.g2box .list .tt .tt3{font-size: 16px;color: #333;margin-top: 22px;transition: all .3s;}
.g2box .list:hover{border-color: var(--color_zhuti);}
.g2box .list:hover .img img{transform: var(--transform_scale);}
.g2box .list:hover .tt .tt3{color: var(--color_zhuti);text-decoration: underline!important;}





.danye{font-size: 18px;line-height: 2;}
.danye .list{display: none;}
.danye .list.active{display: block;}



.g4box{display: flex;flex-wrap: wrap;}
.g4box .list{display:flex;padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #ddd;justify-content: space-between;}
.g4box .list .img{/*width:calc(25% + 100px);*/width:calc(12% + 180px);min-height: 180px;background: #fff;display: flex;align-items: center;justify-content: center;max-height: 270px;}
.g4box .list .img img{max-height: 100%;}
.g4box .list .tt{width: calc(86% - 180px);padding: 24px 0;}
.g4box .list .tt1{font-size:26px;line-height: 34px;}
.g4box .list .tt2{font-size: 16px;color: #666;margin-top: 11px;}
.g4box .list .tt3{font-size: 16px;color: #333;margin-top: 11px;-webkit-line-clamp: 5;line-height: 2;}




.about1 .box{display: flex;justify-content: space-between;}
.about1 .box .img{width: 44%;}
.about1 .box .img .bjcover{padding-top: 60%;border-radius: 11px;overflow: hidden;}
.about1 .box .txt{display: flex;justify-content: space-around;text-align: center;margin-top: 30px;}
.about1 .box .txt div img{display: block;height: 44px;margin: 0 auto 20px;}
.about1 .box .txt div{font-size: 18px;}
.about1 .box .txt div b{font-size:32px;color: var(--color_zhuti);line-height: 1;display: block;margin-bottom: 6px;}
.about1 .box .tt{width: 56%;padding: 25px 0 25px 50px;}
.about1 .box .tt1{font-size:32px;line-height: 40px;color: var(--color_zhuti);}
.about1 .box .tt2{font-size:18px;color: #333;margin-top: 22px;line-height: 2.6;letter-spacing: 2px;}




.about2{background: #fff; padding-bottom: 66px;}
.about2 .box{display: flex;justify-content: space-between;flex-direction: row-reverse;min-height:520px;}
.about2 .box .img{width: 44%;}
.about2 .box .img .bjcover{height: 100%;}
.about2 .box .tt{width: 56%;padding-right:50px;}
.about2 .box .tt1{font-size:32px;line-height: 40px;color: var(--color_zhuti);border-bottom: 1px solid #ddd;padding:0 50px 33px 0;margin-bottom: 26px;position: relative;}
.about2 .box .tt1 img{display: block;position: absolute;right: 0;top:0;height: 40px;}
.about2 .box .tt2{font-size:18px;color: #333;margin-top: 22px;line-height: 2.6;letter-spacing: 2px;}




.g7box{display: flex;flex-wrap: wrap;}
.g7box .list{display:block;width: calc(50% - 30px);margin: 0 15px 30px;position: relative;border-radius: 11px;overflow: hidden;}
.g7box .list .bjcover{padding-top: 54%;position: relative;z-index: 1;}
.g7box .list .bjcover:after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .4);position: absolute;left: 0;top:0;transition: all .3s;opacity: 1;}
.g7box .list .tt{position: absolute;left: 0;width: 100%;bottom: 0;font-size: 26px;color: #fff;padding: 28px 30px;z-index: 2;}
.g7box .list:hover .bjcover{transform: var(--transform_scale);}
.g7box .list:hover .bjcover:after{opacity: .7;}

.g7box1{display: flex;flex-wrap: wrap;}
.g7box1 .list{display:block;width: calc(33.33% - 30px);margin: 0 15px 30px;position: relative;border-radius: 11px;overflow: hidden;}
.g7box1 .list .bjcover{padding-top: 68%;position: relative;z-index: 1;}
.g7box1 .list .bjcover:after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .4);position: absolute;left: 0;top:0;transition: all .3s;opacity: 1;}
.g7box1 .list .tt{position: absolute;left: 0;width: 100%;bottom: 0;font-size: 26px;color: #fff;padding: 28px 30px;z-index: 2;}
.g7box1 .list:hover .bjcover{transform: var(--transform_scale);}
.g7box1 .list:hover .bjcover:after{opacity: .7;}


.g8box .list{display:flex;justify-content:space-around;align-items: center;padding-bottom: 30px;border-bottom: 1px solid #ddd;margin-bottom: 30px;font-size: 18px;color: #666;line-height: 1.4;}
.g8box .list .img{height: 170px;display: flex;align-items: center;justify-content: center;background: #fff;}
.g8box .list .img img{max-height: 170px;transition: all .3s;}
.g8box .list .tt{padding: 0 10px;display: block;}
.g8box .list .tt4{font-size:36px;color: #888;transition: all .3s;}
.g8box .list .tt:hover{color: var(--color_zhuti);}
.g8box .list .img:hover img{transform: var(--transform_scale);}


/*详情页*/
.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;}
	.about2{background: #fff; padding-bottom: 20px;}

}














/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){

}
@media (max-width:1199px){
    header .logo{margin-right: 30px;}
    header nav ul li > a{font-size: 16px;}
    header nav ul li:nth-last-child(1){margin-left: 0;}
    .main1 .box a .ttbox .tt{font-size: 26px;line-height: 34px;}
    .main1 .box a .ttbox .tt span{margin-top: 11px;}
    .lb2 .swiper-slide a .ttbox .tt{font-size: 22px;line-height: 32px;}
    footer .box1 .img{display: none;}
    footer .box1 .txt{max-width: 280px;}

    .banner .swiper-slide .bjcover{height:auto!important;padding-top:50%!important;}

    .title8 a{font-size: 18px;}
    .title8 a img{height: 24px;}
    .title9 a{font-size: 18px;line-height: 60px;}
    .g2box .list .tt .tt1{font-size: 20px;line-height: 30px;}

    .g7box .list .tt{font-size: 22px;}
	.g7box1 .list .tt{font-size: 22px;}
	
	.banner2{height:440px!important;padding:0 15px 0;min-height: inherit!important;}


}
@media (max-width:991px) {
    body{padding-top: 88px;}
    header{background: #fff;}
    header .logo img:nth-child(1){opacity:0;}
    header .logo img:nth-child(2){opacity:1;}
    header .logo{height: 88px;}
    header .logo img{max-height: 40px;}
    .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:28px;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;}

    .main1 .box{margin: -12px -6px 0;}
    .main1 .box a{width: calc(50% - 12px)!important;margin: 12px 6px 0!important;border-radius: 8px;}
    .main1 .box a .ttbox .tt{font-size: 20px;line-height: 30px;}
    .main1 .box a .ttbox .tt span{font-size: 14px;margin-top: 6px;}




    .title{padding-bottom:28px;}
    .title .div1{font-size: 26px;line-height: 38px;}
    .title .div2{font-size: 15px;line-height: 22px;margin-top:2px;}
    .title a{display: none;}


    .lb2{position: relative;margin: 0 3px 0 15px;}
    .lb2 .swiper-button-prev{font-size:22px;color: #fff;width:34px;height:60px;margin-top: -30px;left:0;background: rgba(0, 0, 0, .4);}
    .lb2 .swiper-button-next{font-size:22px;color: #fff;width:34px;height:60px;margin-top: -30px;right:0;background: rgba(0, 0, 0, .4);}
 
    .lb2 .swiper-slide{width: 44%;max-width: 300px;}
    .lb2 .swiper-slide a{margin-right: 12px;border-radius: 8px;}
    .lb2 .swiper-slide a .ttbox{height: 44px;top:auto;bottom: 0;opacity: 1;}
    .lb2 .swiper-slide a .ttbox:after{height: 44px;bottom: 0;top:auto;}
    .lb2 .swiper-slide a .ttbox .tt{font-size:16px;line-height: 44px;}
    .lb2 .swiper-slide a .ttbox .tt span{display: none;}


    .lb3 .swiper-slide{width: 80%;max-width: 400px;}
    .main3 .list .tt{padding: 18px 20px;}
    .main3 .list .tt1{font-size: 16px;}
    .main3 .list .tt2{font-size: 13px;}
    .main3 .list .tt3{font-size: 13px;}
    .main3 .list .tt4{margin-top:8px;}
    .main3 .list .tt4 span{font-size: 13px;}

    footer .box2{padding: 20px 15px;font-size: 13px;}
    footer .box1{padding: 30px 0;display: flex;justify-content: space-between;}
    footer .box1 .ul{display: none;}
    footer .box1 .img{display: none;}
    footer .box1 .top2{display: none;}
    footer .box1 .txt .tt3{display: none;}
    footer .box1 .txt .tt1{font-size: 22px;}
    footer .box1 .txt{max-width: 100%;line-height: 2;}





    .title8{flex-wrap: wrap;padding-left: 50px;position: relative;margin-top: -1px;}
    .title8 a{height: 60px;font-size:16px;width:50% !important;padding: 0 14px;border-top: 1px solid #fff;border-right: 1px solid #fff;}
    .title8 a:after{display: none;}
    .title8 a:nth-child(1){width: 50px!important;position: absolute;left: 0;top:0;height: 100%;margin:0;border: 0;border-right: 1px solid #fff;}
    .title8 a .img{width: 20px;height: 20px;}
    .title8 a img{height:20px;}


    .ny{padding: 34px 0;}
    .title9{margin-bottom: 25px;margin-top: -11px;}
    .title9 a{font-size: 16px;line-height:44px;margin: 0 10px;min-width: inherit;}


    .g2box{margin: 0 -10px;}
    .g2box .list{width: calc(100% - 20px);margin: 0 10px 20px;min-height: inherit;padding:18px 20px;}
    .g2box .list .img{width: calc(50% - 25px);margin-left: 25px;}
    .g2box .list .tt .tt1{font-size: 18px;line-height:24px;}
    .g2box .list .tt .tt2{font-size: 14px;margin-top: 11px;min-height: inherit;}
    .g2box .list .tt .tt3{font-size: 14px;margin-top: 14px;}




    .danye{font-size: 15px;line-height:1.8;}



    .row .col-12:nth-child(n+2){margin-top: 11px;}


    .about1 .box{flex-wrap: wrap;}
    .about1 .box .img{width: 100%;}
    .about1 .box .img .bjcover{border-radius: 8px;}
    .about1 .box .txt{margin-top: 25px;}
    .about1 .box .txt div img{height: 32px;margin: 0 auto 11px;}
    .about1 .box .txt div{font-size: 15px;}
    .about1 .box .txt div b{font-size:20px;}
    .about1 .box .tt{width: 100%;padding: 25px 0 0;}
    .about1 .box .tt1{font-size:22px;line-height: 30px;}
    .about1 .box .tt2{font-size:15px;margin-top: 11px;line-height:1.8;letter-spacing: 1.4px;}



    .about2 .box{flex-wrap: wrap;min-height: inherit;display: block;}
    .about2 .box .img{width:calc(100% + 30px);margin-left: -15px;}
    .about2 .box .img .bjcover{height:auto;padding-top: 60%;}
    .about2 .box .tt{width: 100%;padding-right:0;padding-top: 25px;}
    .about2 .box .tt1{font-size:22px;line-height: 30px;padding: 0 36px 20px 0;margin-bottom: 18px;}
    .about2 .box .tt1 img{height: 30px;}
    .about2 .box .tt2{font-size:15px;margin-top: 11px;line-height:1.8;letter-spacing: 1.4px;}



    .g7box{margin: 0 -10px;}
    .g7box .list{width: calc(50% - 20px);margin: 0 10px 20px;}
    .g7box .list .tt{font-size: 15px;padding: 18px 20px;}
	
	.g7box1{margin: 0 -10px;}
    .g7box1 .list{width: calc(50% - 20px);margin: 0 10px 20px;}
    .g7box1 .list .tt{font-size: 15px;padding: 18px 20px;}

    .g8box .list{font-size: 15px;}




}

@media (max-width:767px) {
    .g4box .list{padding-bottom: 20px;margin-bottom: 20px;}
    .g4box .list .img{width:calc(20% + 70px);min-height: 100px;}
    .g4box .list .tt{width: calc(76% - 70px);padding: 10px 0;}
    .g4box .list .tt1{font-size:16px;line-height:24px;}
    .g4box .list .tt2{font-size:13px;margin-top: 5px;}
    .g4box .list .tt3{font-size:14px;margin-top: 5px;-webkit-line-clamp: 4;line-height: 1.6;}

    .g7box .list{width: calc(100% - 20px);}
	
	.g7box1 .list{width: calc(100% - 20px);}

    .banner2{height:260px!important;min-height: inherit!important;}
    .banner2 .tt1{font-size: 28px;line-height: 36px;}
    .banner2 .tt2{font-size: 17px;line-height: 26px;margin-top: 8px;}



}
@media (max-width:600px) {
    .g8box .list{padding-bottom: 20px;margin-bottom: 20px;}
    .g8box .list .img{height: auto;min-height: 70px;max-height: 170px;display: flex;align-items: center;justify-content: center;}
    .g8box .list .img img{max-height: 170px;}
    .g8box .list .tt{padding: 0 6px;}
    .g8box .list .tt4{font-size:26px;}
}

@media (max-width:479px) {
    .danye .ditu{height:300px;}

    
}
 /*手机底部*/
@media (max-width:991px) {

    footer{margin-bottom: 51px;}
    .sjdibu{height:50px;background:var(--color_zhuti);position:fixed; bottom:0; left:0; z-index:113; border-top:solid 1px #fff;width: 100%;text-align: center;font-size: 0;}
    .sjdibu .box1 a{display: inline-block;vertical-align: top;color: #fff;padding: 5px;}
    .sjdibu .box1 a span{ color:#fff; font-size:16px; line-height:20px;}
    .sjdibu .box1 a h6{ font-size:12px; line-height:20px;margin: 0;}
    .sjdibu .box2{ position: fixed; left: 0; bottom:51px; z-index:112; width: 100%;background: #fff;box-shadow: 0 -2px 4px rgba(0,0,0,.1);padding: 6px 0;display: none;}
    .sjdibu .box2 img{max-height: 140px;display: block;margin: 0 auto;} 
}

