/*全局样式*/
@charset "utf-8";
body {font:14px/1.6 "微软雅黑",黑体,"AlibabaPuHuiTi", "Arial", "Impact";color: #222;letter-spacing: .7px;-webkit-text-size-adjust: 100%;background-color: #fff;overflow-x: hidden;min-width: 320px;max-width: 1920px;margin: 0 auto;}
.container-fluid {
    max-width:1430px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #0a9a2b;
    --color_hover: #087eb7;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}



.wzjb{
    background-image: linear-gradient(to right, var(--color_zhuti),var(--color_hover));
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}


body{padding-top:86px;}
header{position:fixed;left: 0;top:0;z-index: 111;width: 100%;box-shadow: 0 4px 8px rgba(0, 0, 0, .06);background-color: #fff;}
header .container-fluid{max-width: 1800px!important;}
header .box{display: flex;justify-content: space-between;align-items: center;}
header .logo{height: 86px;font-size: 0;padding-left:40px;display: flex;align-items: center;}
header .logo img{max-height:90%;}
header .logo .txt1{font-size: 18px;line-height: 1.5;margin-left: 24px;flex-shrink: 0;padding-top: 3px;}
header .txt2{width: 427px;height: 86px;background: url(../images/tu2.png) no-repeat left center;display: flex;justify-content: space-between;align-items: center;}
header .txt2 .div1{width:300px;font-size: 22px;display: flex;align-items: center;justify-content: center;}
header .txt2 .div1 img{display: block;margin-right: 6px;}
header .txt2 .div2{flex: 1;background: var(--color_zhuti);height: 100%;display: flex;justify-content: center;align-items: center;font-size:26px;color: #fff;position: relative;padding-right: 26px;transition: all .3s;cursor: pointer;}
header .txt2 .div2:after{content: "";width: 0;height: 0;border-left:26px solid transparent;border-bottom: 86px solid var(--color_zhuti);position: absolute;right: 100%;bottom: 0;transition: all .3s;}
header .txt2 .div2:hover{background: var(--color_hover);}
header .txt2 .div2:hover:after{border-bottom-color: var(--color_hover);}

header nav{width:44%;max-width:880px;}
header nav ul{position: relative;display: flex;justify-content:space-around;}
header nav ul li{text-align: center;position: relative;z-index: 2;}
header nav ul li > a{display:block;line-height: 86px;font-size:19px;position: relative;padding: 0 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: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: 44.6px; bottom: 0; height:7px; background:url(../images/tu1.png) no-repeat  center center;z-index:1;width: 86.8px;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-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: 80px;padding-bottom: 80px;}
.title{position: relative;z-index: 9;text-align: center;margin-bottom: 44px;}
.title .div1{font-size: 14px;color: var(--color_zhuti);text-decoration: underline;line-height: 1.4;}
.title .div2{font-size: 44px;line-height: 54px;letter-spacing: 2px;margin-top: 6px;}
.title .div3{display: flex;justify-content: center;margin-top: 14px;}
.title .div3 span{display: block;background: var(--color_zhuti);background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));border-radius: 88px;font-size: 24px;padding: 8px 24px;color: #fff;line-height: 32px;}

.main1{position: relative;}
.main1:after{content: "";width: 1px;height: 100%;background: #ddd;position: absolute;left: 33.33%;z-index: 1;top: 0;}
.main1:before{content: "";width: 1px;height: 100%;background: #ddd;position: absolute;left: 66.66%;z-index: 1;top: 0;}
.main1 .container-fluid{position: relative;z-index: 2;}
.main1 .lb1{position: relative;z-index: 2;margin-top: -55px;padding-bottom: 16px;}
.main1 .swiper-slide{position: relative;}
.main1 .list{display: block;position: relative;}
.main1 .list .tt1{font-size: 26px;margin:66px 0 18px;text-align: center; font-weight: bold;}
.main1 .list .tt11{font-size: 16px;margin:10px 0 10px;text-align: center;}
.main1 .list .bjcover{padding-top: 66%;}
.main1 .list:hover .bjcover{transform: var(--transform_scale);}
.main1 .tt2{position: absolute;left: 0;width: 100%;bottom: 0;padding: 25px;display: flex;justify-content: space-between;z-index: 2;}
.main1 .tt2 .tt3{background: rgba(255, 255, 255, .8);height: 58px;border-radius: 88px;font-size: 26px;color: var(--color_zhuti);display: flex;justify-content: center;width: 58%;align-items: center;}
.main1 .tt2 .tt3:before{font-size: 28px;display: block;margin-right: 8px;}
.main1 .tt2 .tt4{background: rgba(10, 154, 43, .8);line-height: 58px;border-radius: 88px;font-size: 22px;color:#fff;display: flex;justify-content: center;width: 38%;align-items: center;}
.main1 .tt2 .tt4:before{font-size:28px;display: block;margin-right: 8px;position: relative;top:-2px;}
.main1 .tt2 .tt4:hover{background:var(--color_hover);}




.main2 .box{position: relative;}
.main2 .box .img1{position: absolute;left:15%;top: 52px;z-index: 4;}
.main2 .box .img2{position: absolute;right: 0;top: 66px;z-index: 3;max-width: 50%;}
.main2 .box .ttbox{position: relative;background: #0a9a2b;width: 73%;border-radius: 0 88px 0 0;padding: 150px 0 80px 0;}
.main2 .box .ttbox:after{content: "";width: calc(100% + 300px);height: 100%;background: #0a9a2b;background: linear-gradient(to right, #0a9a2b, #098d6a);position: absolute;right: 0;top: 0;z-index: 1;border-radius: 0 88px 0 0;overflow: hidden;}

.main2 .box .ttbox1{position: relative;z-index:4;color: #fff;width: 64%;min-height: 412px;}
.main2 .box .ttbox1 .tt1{font-size: 44px;line-height: 54px;color: #fff;}
.main2 .box .ttbox1 .tt1 span{display: block;font-size: 30px;color: #deff00;line-height: 40px;margin-top: 8px;}
.main2 .box .ttbox1 .tt2{font-size: 17px;margin-top: 30px;}
.main2 .box .ttbox2{position: relative;z-index: 5;margin-top: 55px;display: flex;justify-content: space-between;padding-right: 110px;color: #fff;}
.main2 .box .ttbox2 .tt3{font-size: 22px;}
.main2 .box .ttbox2 .tt4{display: flex;line-height: .9;font-size: 18px;}
.main2 .box .ttbox2 .tt4 b{display: block;font-size: 66px;margin-right: 5px;position: relative;top:-6px;}

.more{width: 174px;height: 50px;display: flex;align-items: center;justify-content: space-between;font-size: 17px;color: #fff;border: 1px solid #fff;border-radius: 88px;padding: 0 28px;margin-top: 40px;}
.more:hover{background: #fff;color: var(--color_zhuti);}

.main3 .box{display: flex;flex-wrap: wrap;margin:-20px -10px 0;}
.main3 .box a{width: calc(30% - 20px);margin: 20px 10px 0;border-radius: 11px;overflow: hidden;height: 324px;position: relative;}
.main3 .box a .bjcover{height: 100%;}
.main3 .box a:nth-child(2){width: calc(40% - 20px);}
.main3 .box a:nth-child(6){width: calc(40% - 20px);}
.main3 .box a .tt{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 50px;color: #fff;letter-spacing: 1px;}
.main3 .box a .tt .tt1{font-size: 44px;line-height: 54px;}
.main3 .box a .tt .tt2{font-size: 30px;line-height: 40px;margin-top: 11px;}
.main3 .box a .tt .tt3{margin-top: 44px;position: relative;left: 0;transition: all .3s;}
.main3 .box a .tt .tt3:hover{left: 10px;}
.main3 .box a:hover .bjcover{transform: var(--transform_scale);}


.main4 .box{position: relative;}
.main4 .box .img{position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;width: 42%;display: flex;align-items: center;justify-content: center;}
.main4 .box .img img{position: relative;width: 100%;z-index: 1;}
.main4 .box .img img:nth-child(1){animation:xx 40s linear infinite;}
.main4 .box .img img:nth-child(2){position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;z-index: 2;width: 34%;}
.main4 .box .list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.main4 .box .list .tt{width: 28%;color: #fff;font-size: 36px;line-height: 44px;padding: 24px 0;margin: 25px 22% 25px 0;position: relative;}
.main4 .box .list .tt:after{content: "";width: 100%;height: 1px;background: #fff;background: linear-gradient(to right, #fff ,#fff,transparent);position: absolute;left: 0;bottom: 0;}
.main4 .box .list .tt:nth-child(even){text-align: right;margin:25px 0 25px 22%;}
.main4 .box .list .tt:nth-child(even):after{background: linear-gradient(to right,transparent, #fff ,#fff);}
.main4 .box .list .tt:nth-child(even) img{position: relative;left: calc(100% - 54px);}
.main4 .box .list .tt span{display: block;font-size: 18px;line-height: 28px;margin-top: 12px;}
.main4 .box .list .tt img{height: 52px;display: block;margin-bottom: 16px;}


@keyframes xx {
  from {
    transform: rotate(0deg); /* 开始时旋转0度 */
  }
  to {
    transform: rotate(360deg); /* 结束时旋转360度 */
  }
}





.main5 .box{display: flex;justify-content: space-between;}
.main5 .box .zuo{width: 48%;display: block;position: relative;border-radius: 11px;overflow: hidden;}
.main5 .box .zuo .bjcover{height: 490px;}
.main5 .box .zuo .tt{position: absolute;left: 0;bottom: 0;width: 100%;padding: 30px 35px;background: rgba(0, 0, 0, .6);color: #fff;}
.main5 .box .zuo .tt1{font-size: 24px;}
.main5 .box .zuo .tt2{font-size: 16px;margin-top:8px;}
.main5 .box .zuo:hover .bjcover{transform: var(--transform_scale);}
.main5 .box .you{width: 48%;}
.main5 .box .you a{display: block;box-shadow: 0 0 14px rgba(0, 0, 0, .1);padding: 28px 24px 28px 170px;position: relative;border-radius: 11px;}
.main5 .box .you a .tt1{font-size: 22px;}
.main5 .box .you a .tt2{font-size: 15px;margin-top:8px;color: #777;}
.main5 .box .you a .tt3{width: 112px;border-right: 1px solid #eee;position: absolute;left: 30px;top: 26px;height: calc(100% - 48px);font-size: 18px;color: #888;padding-top: 8px;}
.main5 .box .you a .tt3 span{display: block;font-size: 44px;line-height: 54px;padding-left: 20px;}
.main5 .box .you a .tt3 i{display: none;}
.main5 .box .you a .tt3:after{content: "";width: 0;height: 5px;background: var(--color_zhuti);border-radius: 11px;position: absolute;left:0;top:34%;transition: all .3s;opacity: 0;}
.main5 .box .you a:nth-child(n+2){margin-top: 25px;}
.main5 .box .you a:hover .tt1{color: var(--color_zhuti);}
.main5 .box .you a:hover .tt3{color: var(--color_zhuti);}
.main5 .box .you a:hover .tt3 span{color: var(--color_zhuti);}
.main5 .box .you a:hover .tt3:after{width: 50px;opacity: 1;left: -50px;}



footer{background: #29292a;color: #fff;}
footer .box2{border-top: 1px solid rgba(255, 255, 255, .3);text-align: center;padding: 30px 0;}
footer .box1{display: flex;justify-content: space-between;padding: 66px 0;font-size: 16px;color: rgba(255, 255, 255, .66);}
footer .box1 .list{line-height: 2;}
footer .box1 .list .logo2 img{max-height: 60px;}
footer .box1 .list .tt1{margin-top: 26px;display: flex;align-items: center;font-size: 30px;color: #fff;}
footer .box1 .list .tt1 img{display: block;margin-right: 6px;}
footer .box1 .ul{padding: 0 10px;}
footer .box1 .ul a{display: block;padding-bottom: 8px;}
footer .box1 .ul a:nth-child(1){font-size: 20px;color: #fff;padding-bottom: 18px;}
footer .box1 .ul a:nth-child(n+2):hover{color: #fff;text-decoration: underline!important;}
footer .box1 .xian{background: rgba(255, 255, 255, .3);width: 1px;}
footer .box1 .ssbox{display: flex;}
footer .box1 .ssbox .ss{width: 126px;text-align: center;}
footer .box1 .ssbox .ss img{display: block;width: 100%;margin-bottom: 6px;}
footer .box1 .ssbox .ss:nth-child(2){margin-left: 16px;}




.banner2{height: 420px;display: flex;justify-content: center;align-items: center;color: #fff;text-align: center;padding-top:22px;}
.banner2 .tt1{font-size: 44px;line-height: 54px;}
.banner2 .tt2{font-size: 15px;line-height: 20px;letter-spacing: 11px;margin-top: 16px;}



.ny{padding: 56px 0 99px;}

.nycp{margin: 0 -15px;display: flex;flex-wrap: wrap;}
.nycp .list{display: block;width: calc(33.33% - 30px);margin: 0 15px 30px;border: 1px solid #ddd;padding: 18px;}
.nycp .list .bjcover{padding-top: 66%;}
.nycp .list .tt{display: block;}
.nycp .list .tt1{font-size: 24px;line-height: 70px;text-align: center;}
.nycp .list .tt11{font-size: 16px;line-height: 26px;text-align: center;}
.nycp .list .tt2{display: flex;justify-content: space-between;}
.nycp .list .tt2 .tt3{width: 50%;font-size: 18px;color: #fff;background: var(--color_zhuti);line-height: 54px;display: flex;align-items: center;justify-content: center;}
.nycp .list .tt2 .tt3:before{font-size: 130%;display: block;margin-right: 4px;}
.nycp .list .tt2 .tt3:nth-child(1){min-width: 200px;}
.nycp .list .tt2 .tt3:nth-child(2){background: var(--color_hover);}
.nycp .list .tt2 .tt3:nth-child(2):hover{background: #0c6794;}
.nycp .list:hover .bjcover{transform: var(--transform_scale);}
.nycp .list:hover .tt1{color: var(--color_zhuti);}






/*内页新闻*/
.nyxw2{margin-top: -15px;}
.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: 24px;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:24px;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{margin-top: 0;}
    .nyxw2 .list{padding: 0 0 25px;margin-bottom: 25px;flex-wrap: wrap;}
    .nyxw2 .list .tt{width: 100%;padding: 0;}
    .nyxw2 .list .tt1{font-size: 18px;}
    .nyxw2 .list .tt3{font-size: 14px;height: auto;max-height: initial;line-height: 1.6;-webkit-line-clamp: 3;}
    .nyxw2 .list .img{position: relative;right: auto;top:auto;width: 100%;height: auto;margin-bottom: 16px;}
    .nyxw2 .list .img .bjcover{height: auto;padding-top: 50%;}
}



/*详情页*/
.danye{font-size: 15px;line-height: 1.8;}
.danye .topbox{margin-bottom:20px;text-align: center;}
.danye .bt{color: #000;font-size:24px;padding-bottom: 10px;line-height: 1.5;}
.danye .rq{color: #000;opacity: .6;font-size: 14px;margin-top: -4px;}
.danye .xian{width: 100%;height: 11px;margin-top:16px;;border-top: 1px dashed #aaa;opacity: .4;}
.danye .img{margin:0 auto 22px auto;display: block;}
.danye .img img{display: block;margin: 0 auto;}
.danye .ditu{height:400px;border: 1px solid #eee;margin-bottom:20px;margin-top: 15px;}
.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: 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;}

}
































/*background: var(--color_zhuti);background: linear-gradient(to right, var(--color_zhuti), var(--color_hover));*/

/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1499px){
    .main1 .tt2 .tt3{font-size: 20px;height: 48px;}
    .main1 .tt2 .tt3:before{font-size: 20px;margin-right: 6px;}
    .main1 .tt2 .tt4:before{font-size: 24px;margin-right: 6px;}
    .main1 .tt2 .tt4{font-size: 19px;height: 48px;}

}
@media (max-width:1349px){
    header .logo{padding-left:15px;}
    header .logo .txt1{font-size: 17px;margin-left: 15px;}
    .main2{padding: 0!important;}
    .main2 .box .img1{display: none;}
    .main2 .box .img2{display: none;}
    .main2 .box .ttbox1{width: 100%;min-height: inherit;}
    .main2 .box .ttbox{width: 100%;padding-top: 80px;}
    .main2 .box .ttbox:after{border-radius: 0;right: -15px;}
    .main3 .box a .tt .tt1{font-size: 30px;line-height: 40px;}
    .main3 .box a .tt .tt2{font-size: 22px;line-height: 32px;}
    .main3 .box a{height: 280px;}
    .main3 .box a .tt{padding: 38px;}
}
@media (max-width:1199px){
    header nav{width: 66%;}
    .main1:after{display: none;}
    .main1:before{display: none;}
    .main3 .box a .tt{padding: 30px;}
    .main5 .box{flex-wrap: wrap;}
    .main5 .box .zuo{width: 100%;margin-bottom: 25px;}
    .main5 .box .zuo .bjcover{padding-top: 60%;height: auto;}
    .main5 .box .you{width: 100%;}
    footer .box1{font-size: 14px;}
    footer .box1 .ssbox .ss{width: 100px;}



    .banner2{height:300px;}
    .nycp .list{width: calc(50% - 30px);}













}
@media (max-width:991px) {
    body{letter-spacing: normal;font-size: 15px;}
    header .logo img{max-height: 50%;}
    .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: 40px;padding-bottom: 40px;}
    .title{margin-bottom:26px;}
    .title .div2{font-size: 26px;line-height: 34px;letter-spacing: 1px;margin-top: 4px;}
    .title .div3{margin-top: 11px;}
    .title .div3 span{font-size: 16px;padding: 6px 20px;line-height: 26px;}

    .main1 .lb1{margin-top: -22px;padding-bottom:10px;}
    .main1 .list .tt1{font-size:15px;margin:30px 0 10px;}
	.main1 .list .tt11{font-size:14px !important;margin:0 0 10px !important;}
	.main1 .list .tt11 p,.main1 .list .tt11 span{font-size:14px !important;margin:0 0 10px !important;}

    .main1 .tt2{padding: 10px;justify-content: center;}
    .main1 .tt2 .tt3{display: none;}
    .main1 .tt2 .tt4{height: 38px;font-size: 15px;width:122px;margin: 0 auto;}
    .main1 .tt2 .tt4:before{font-size:20px;top: -1px;}

    .main2 .box .ttbox{padding: 40px 0!important;}
    .main2 .box .ttbox1 .tt1{font-size:26px;line-height: 34px;}
    .main2 .box .ttbox1 .tt1 span{font-size: 20px;line-height: 28px;margin-top: 4px;}
    .main2 .box .ttbox1 .tt2{font-size: 15px;margin-top: 18px;}
    .main2 .box .ttbox2{margin-top: 40px;padding: 0;}
    .main2 .box .ttbox2 .tt3{font-size: 15px;}
    .main2 .box .ttbox2 .tt4{font-size: 15px;}
    .main2 .box .ttbox2 .tt4 b{font-size: 30px;top:-4px;}

    .more{width: 140px;height:40px;font-size: 15px;margin-top: 20px;padding: 0 18px 0 22px;}

    .main3 .box{margin:-10px -5px 0;}
    .main3 .box a{width: calc(50% - 10px)!important;margin: 10px 5px 0;border-radius:8px;height: auto;}
    .main3 .box a .bjcover{height: auto;padding-top:80%;}
    .main3 .box a:nth-child(2){width: calc(40% - 20px);}
    .main3 .box a:nth-child(6){width: calc(40% - 20px);}
    .main3 .box a .tt{letter-spacing: normal;padding: 15px;text-align: center;height: auto;top: 50%;transform:translateY(-50%);}
    .main3 .box a .tt .tt1{font-size: 22px;line-height: 30px;}
    .main3 .box a .tt .tt2{font-size: 15px;line-height: 22px;margin-top: 5px;}
    .main3 .box a .tt .tt3{margin-top:11px;}
    .main3 .box a .tt .tt3 img{height: 28px;}
    .main3 .box a .tt .tt3:hover{left: 0;}

    .main4 .box .img{display: none;}
    .main4 .box .list .tt{width: 44%;font-size: 22px;line-height: 30px;padding: 18px 0;margin: 11px 0!important;text-align: left!important;}
    .main4 .box .list .tt:after{background: linear-gradient(to right, #fff ,#fff,transparent)!important;}
    .main4 .box .list .tt span{font-size: 15px;line-height: 26px;margin-top: 8px;}
    .main4 .box .list .tt img{height: 36px;margin-bottom: 11px;left: auto!important;}



    .main5 .box .zuo .tt{padding:17px 20px;}
    .main5 .box .zuo .tt1{font-size: 18px;}
    .main5 .box .zuo .tt2{font-size: 14px;margin-top:4px;opacity: .8}

    .main5 .box .you a{box-shadow: none;padding: 20px;border: 1px solid #eee;}
    .main5 .box .you a .tt1{font-size: 18px;}
    .main5 .box .you a .tt2{font-size: 14px;margin-top:4px;}
    .main5 .box .you a .tt3{width: 100%;left: auto;font-size: 14px;top: auto;position: relative;margin-top: -3px;}
    .main5 .box .you a .tt3 span{display: none;}
    .main5 .box .you a .tt3 i{display:inline;}
    .main5 .box .you a .tt3:after{display: none;}
    .main5 .box .you a:nth-child(n+2){margin-top: 20px;}


    footer .box2{padding: 20px 0;font-size: 13px;}
    footer .box1{flex-wrap: wrap;padding:40px 0 30px;}
    footer .box1 .list{line-height:1.8;}
    footer .box1 .list .logo2 img{max-height: 44px;}
    footer .box1 .list .tt1{margin-top: 18px;font-size: 24px;}
    footer .box1 .list .tt1 img{height: 26px;}
    footer .box1 .ul{display: none;}
    footer .box1 .xian{display: none;}
    footer .box1 .ssbox{display: flex;margin-top: 20px;width: 100%;}


    .banner2{height: 180px;padding-top:11px;}
    .banner2 .tt1{font-size: 26px;line-height: 34px;}
    .banner2 .tt2{font-size: 14px;line-height: 18px;letter-spacing: 6px;margin-top: 8px;}



    .ny{padding: 40px 0 50px;}

    .nycp{margin: 0 -5px;}
    .nycp .list{width: calc(50% - 10px);margin: 0 5px 10px;padding: 9px;border-color: #eee}


    .nycp .list .tt1{font-size:15px;line-height: 44px;}
	.nycp .list .tt11{font-size:14px !important;line-height: 24px !important;}
	.nycp .list .tt11 p,.nycp .list .tt11 span{font-size:14px !important;}
    .nycp .list .tt2 .tt3{width: 100%;font-size: 15px;line-height: 40px;}
    .nycp .list .tt2 .tt3:before{font-size: 150%;}
    .nycp .list .tt2 .tt3:nth-child(1){display: none;}












}

@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, .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;} 
}


