/*全局样式*/
@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;max-width: 1920px;margin: 0 auto !important;}
.container-fluid {
    max-width:1630px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #0057a1;
    --color_hover: #da251c;
    --AlibabaPuHuiTi:AlibabaPuHuiTi;
    --transform_scale: scale(1.08);
}

body{padding-top:94px;}
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{display: flex;}
header .logo img{max-height:48px;}
header .txt{font-size: 24px;color: var(--color_zhuti);font-weight: bold;display: flex;flex-shrink: 0;align-items: center;}
header .txt:before{color: #888;padding-right: 10px;}

header nav{width:80%;max-width:920px;margin: 0 1% 0 5%;}
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: 94px;font-size:20px;position: relative;padding: 0 1px;font-family:var(--AlibabaPuHuiTi);}
header nav ul li > i{display: none;}
header nav ul li:after{content: "";width: 0;height: 5px;background: var(--color_zhuti);position: absolute;left: 0;right: 0;bottom: 0;transition: all .3s;margin: 0 auto;}
header nav ul li:hover > a{color: var(--color_zhuti);}
header nav ul li:hover:after{width: 100%;}
header nav ul li.active:after{width: 100%;}
header nav ul li.active > a{color: var(--color_zhuti);}
header nav .ul{display:none;position: absolute;left: 0;top:100%;width: 160px;margin-left: calc(50% - 80px);right: 0;background:rgba(255,255,255,1);padding:2px 0 15px;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius: 0 0 10px 10px;overflow: hidden;}
header nav .ul a{font-size: 16px;color: #333;line-height: 24px;padding:8px;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: 30.5833px; bottom: 0; height: 4px; background-color: var(--color_zhuti);z-index:1;width: 42px;}*/
}


/*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;}


.main88{padding-top: 80px;padding-bottom:80px;}
.title{display: flex;align-items: center;justify-content: space-between;margin-bottom: 32px;}
.title .div1{font-size: 36px;line-height: 1.3;}
.title .div1 b{display: block;font-size: 28px;color: var(--color_zhuti);text-transform: uppercase;position: relative;padding-left: 20px;}
.title .div1 b:after{content: "";width: 0;height: 0;border-left: 11px solid red;border-bottom: 11px solid transparent;position: absolute;left: 0;top:9px;}

.more{width: 190px;height: 54px;display: flex;align-items: center;border: 2px solid #fff;border-radius: 44px;font-size: 16px;color: #fff;justify-content: center;}
.more i{width: 25px;height: 2px;background: #fff;display: block;position: relative;top:3px;margin-left: 18px;transition: all .3s;}
.more i:after{content: "";width: 0;height: 0;border-bottom: 7px solid #fff;border-right: 7px solid transparent;position: absolute;right: -2px;bottom:0;transition: all .3s;}
.more:hover{background-color: #fff;color: var(--color_zhuti);}
.more:hover i{background-color: var(--color_zhuti);}
.more:hover i:after{border-bottom-color: var(--color_zhuti);}


.lb1{position: relative;max-width: 1760px;margin: 0 auto;padding: 0 70px;}
.lb1 .swiper-button-prev:after{font-weight: bold;font-size:44px;color: var(--color_zhuti);}
.lb1 .swiper-button-next:after{font-weight: bold;font-size:44px;color: #fff;}

.lb1 .list{display: block;margin: 10px;background-color: #fff;border-radius: 11px;overflow: hidden;box-shadow: 0 0 11px rgba(0, 0, 0, .03);}
.lb1 .list .img{padding-top:80%;position: relative;}
.lb1 .list .img img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;max-height: 88%;max-width: 88%;}
.lb1 .list .tt1{font-size: 20px;color: #444;text-align: center;margin: 6px 0;}
.lb1 .list .tt2{padding:12px 0 30px;font-size: 30px;text-align: center;color: var(--color_zhuti);line-height: 1;}
.lb1 .list:hover .img img{transform: var(--transform_scale);}
.lb1 .list:hover .tt1{color: var(--color_zhuti);}



.main2 .box{display: flex;justify-content: space-between;}
.main2 .box .zuo{width: 50%;padding-right: 20px;margin-top: -11px;}
.main2 .box .you{width: 50%;padding-left: 20px;}
.main2 .box .you .bjcover{height: 430px;border-radius: 11px;}
.main2 .box .zuo .tt1{font-size: 36px;line-height: 40px;color: var(--color_zhuti);margin-top: -16px;}
.main2 .box .zuo .tt2{font-size: 16px;color: #888;margin-top: 12px;line-height: 1.7;}
.main2 .box .zuo .more{margin-top:33px;border-color: #d5d5d5;color: #555;}
.main2 .box .zuo .more i{background-color: #d5d5d5;}
.main2 .box .zuo .more i:after{border-bottom-color: #d5d5d5;}
.main2 .box .zuo .more:hover{background-color: var(--color_zhuti);color:#fff;border-color: var(--color_zhuti);}


.lb2{position: relative;max-width: 1740px;margin: 0 auto;padding: 0 70px;margin-top: 66px;}
.lb2 .swiper-button-prev:after{font-weight: bold;font-size:44px;color: #ccc;transition: all .3s;}
.lb2 .swiper-button-next:after{font-weight: bold;font-size:44px;color: #ccc;transition: all .3s;}
.lb2 .swiper-button-prev:hover:after{color: var(--color_zhuti);}
.lb2 .swiper-button-next:hover:after{color: var(--color_zhuti);}
.lb2 .list{display: block;border-radius: 11px; overflow: hidden;}
.lb2 .list .bjcover{padding-top: 75%;}
.lb2 .list:hover .bjcover{transform: var(--transform_scale);}
.lb2 .list .txt{ padding-top: 10px; font-size: 16px; width: 100%; text-align: center; line-height: 2;}

.main3{position: relative;}
.main3 .container-fluid{position: relative;z-index: 2;}
.main3 .box{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 1;}
.main3 .box .list{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 3;}
.main3 .box .list:after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .6);position: absolute;left: 0;bottom: 0;z-index: 2;background: linear-gradient(to bottom, transparent,transparent, rgba(0, 0, 0, .8));}
.main3 .box .list .container-fluid{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 1;display: flex;align-items: center;margin: 0 auto;right: 0;z-index: 3;}
.main3 .box .list .tt1{font-size:54px;line-height: 64px;color: #fff;}
.main3 .box .list .tt2{font-size: 24px;line-height: 32px;color: #fff;margin-top:18px;}
.main3 .box .list:nth-child(1){z-index: 4;}


.main3 .box2{margin-top:28%;display: flex;justify-content: space-between;}
.main3 .box2 a{display: block;text-align: center;font-size: 24px;color: #fff;position: relative;top:0;}
.main3 .box2 a img{height: 40px;display: block;margin: 0 auto 15px;}
.main3 .box2 a:hover{top:-8px;}



.main4 .title .div2{display: flex;}
.main4 .title .div2 a{display: block;font-size: 24px;color: #555;padding-left: 30px;margin-left: 30px;position: relative;}
.main4 .title .div2 a:nth-child(n+2):after{content: "";width: 2px;height: 26px;background: #bbb;position: absolute;left: 0;top:6px;}
.main4 .title .div2 a:hover{color: var(--color_zhuti);}
.main4 .title .div2 a.active{color: var(--color_zhuti);}
.main4 .box{display: flex;justify-content: space-between;}
.main4 .box .img{width: calc(50% - 20px);margin-right: 20px;min-height: 400px;border-radius: 11px;display: block;}
.main4 .box .img .bjcover{height: 100%;}
.main4 .box .you{width: calc(50% - 20px);margin-left: 20px;}
.main4 .box .you a{border-bottom: 1px solid #ddd;font-size: 22px;line-height: 32px;padding: 19px 120px 19px 0;position: relative;}
.main4 .box .you a span{display: block;position: absolute;right: 0;top:19px;color: #888;}
.main4 .box .you a span:before{padding-right: 6px;}
.main4 .box .you a:hover{color: var(--color_zhuti);border-color: var(--color_zhuti);}



.lb5{padding: 44px 70px;max-width:1740px;margin: 0 auto;}
.lb5 .list{height: 148px;display: flex;align-items: center;justify-content: center;border: 1px solid #f1f1f1;}
.lb5 .list img{ max-height: 140px; }
.lb5 .list:hover{border-color: var(--color_zhuti);}




footer{background: var(--color_zhuti);color: rgba(255, 255, 255, .6);}
footer .box2{border-top: 1px solid rgba(255, 255, 255, .3);padding: 22px 0;}
footer .box2 .list{display: flex;justify-content: space-between;}
footer .box2 .list .tt2{display: flex;}
footer .box2 .list .tt2 a{display: block;font-size: 30px;position: relative;margin-left: 15px;}
footer .box2 .list .tt2 a img{display: none;position: absolute;right: 0;bottom: 100%;width: 130px;max-width: 130px;}
footer .box2 .list .tt2 a:hover{color: #fff;}
footer .box2 .list .tt2 a:hover img{display: block;}
footer .box1{padding: 56px 0 40px;display: flex;justify-content: space-between;}
footer .box1 .ul a{display: block;font-size: 16px;padding-bottom: 8px;}
footer .box1 .ul a:nth-child(1){font-size: 20px;padding-bottom: 18px;font-weight: bold;color: #fff;}
footer .box1 .ul a:nth-child(n+2):hover{color: #fff;text-decoration: underline!important;}
footer .box1 .footer_logo{display: block;margin-bottom: 24px;max-width: 260px;}
footer .box1 .tt1{font-size: 16px;}
footer .box1 .tt2{font-size: 30px;color: #fff;line-height: 1.3;margin-bottom: 11px;font-weight: bold;}







.banner2{height:460px;position: relative;text-align: center;display: flex;align-items: center;justify-content: center;font-size: 44px;line-height: 52px;color: #fff;}
.banner2 span{display: block;position: absolute;left: 0;top:0;right: 0;bottom: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}

.title8{padding-top: 10px;}
.title8 .div1{border-bottom: 1px solid #eee;}
.title8 .div1 a{display: inline-block;vertical-align: top;font-size: 18px;border-bottom: 4px solid transparent;position: relative;bottom: -1px;line-height: 70px;margin-right: 60px;}
.title8 .div1 a:hover{color: var(--color_zhuti);border-color: var(--color_zhuti);}
.title8 .div1 a.active{color: var(--color_zhuti);border-color: var(--color_zhuti);}

.secondmenu-list { width: 100%; float: left; overflow: hidden; transition: initial; margin-top: 20px; }
.secondmenu-list>li { float: left; margin: 5px;}
.secondmenu-list>li>a { display: block; overflow: hidden; height: 36px; line-height: 36px; font-size: 16px; color: #222; font-weight: normal; text-overflow: ellipsis; white-space: nowrap; padding: 0 15px;}
.secondmenu-list>li:hover>a,.secondmenu-list>li.menua>a { background-color: var(--color_zhuti); color: #fff;}
@media (max-width: 991px) {
  .secondmenu-list>li { width: calc(25% - 10px);}
  .secondmenu-list>li>a{height: 30px; line-height: 30px; font-size: 14px;}
}
@media (max-width: 767px) {
  .secondmenu-list { margin-top: 6px; padding-top:6px;}
  .secondmenu-list>li {width: 48%; padding:1%; margin: 3px 0 0 0;}
}


.ny{padding: 44px 0 88px;}



.nycp{margin: 0 -15px;}
.nycp .list{display: block;width:calc(25% - 30px);margin: 0 15px 30px;text-align: center;float: left;padding:15px;background-color: #f4f4f4;}
.nycp .list2{width:calc(16.66666% - 20px);margin: 0 10px 20px;padding:10px;}
.nycp .list .img{padding-top:80%;position: relative;background: #fff;}
.nycp .list .img img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;max-width: 92%;max-height: 92%;}
.nycp .list .img video{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;max-width: 92%;max-height: 92%;}
.nycp .list .img .bjcover{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.nycp .list .tt{line-height: 40px;font-size:18px;text-align: center;min-height: 1em;color: #444;padding-top: 6px;}
.nycp .list:hover .img img{transform: var(--transform_scale);}
.nycp .list:hover .img .bjcover{transform: var(--transform_scale);}
.nycp .list:hover .tt{color: var(--color_zhuti);}



/*内页新闻*/
.nyxw .list{margin-bottom:20px;display: block;padding: 14px;border: 1px solid #e9e9e9;}
.nyxw .list .img{width:calc(9% + 156px);float: left;}
.nyxw .list .img .bjcover{height:200px;}
.nyxw .list .tt{float: left;width: calc(91% - 156px);padding-left: 22px;}
.nyxw .list .tt1{font-size: 17px;color: #000;font-weight: bold;line-height: 27px;margin-top: 10px;}
.nyxw .list .tt2{color: #b1b1b1;font-size: 12px;line-height: 28px;}
.nyxw .list .tt3{color: #333333;line-height: 25px;height: 75px;overflow: hidden;-webkit-line-clamp: 3;}
.nyxw .list .tt4{width:96px;border: 1px solid #d9d9d9;border-radius: 20px;text-align: center;color: #333333;line-height: 29px;margin-top: 14px;position: relative;padding-right: 20px;}
.nyxw .list .tt4:after{content:"";width: 10px;height: 7px;background: url("../images/tu29.png") no-repeat center center;position: absolute;right: 20px;top:0;bottom:0;margin: auto 0;transition: all 0.3s;z-index: 1;}
.nyxw .list .tt4:before{content:"";width: 0;height: 7px;background: url("../images/tu29-1.png") no-repeat center center;position: absolute;right: 30px;top:0;bottom:0;margin: auto 0;transition: all 0.3s;z-index: 2;}
.nyxw .list:hover .tt4{background-color: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}
.nyxw .list:hover .tt4:before{width: 10px;transition: all 0.3s;right: 20px;}
.nyxw .list:hover .img .bjcover{transform:scale(1.06);}
@media (max-width:600px) {
    .nyxw .list{margin-bottom:20px;padding: 0;box-shadow: 0 0 0;}
    .nyxw .list .img{width:100%;float:none;margin:15px 15px 0;max-width: calc(100% - 30px);}
    .nyxw .list .img .bjcover{height:auto;padding-top: 60%;}
    .nyxw .list .tt{float: none;width: 100%;padding-left: 0;padding: 0 10px;padding: 10px 20px 20px;}
    .nyxw .list .tt1{text-overflow:inherit;white-space:inherit;overflow: inherit;line-height: 24px;}
    .nyxw .list .tt3{height:auto;max-height:75px;}
}






/*详情页*/
.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 .ditu iframe{ width:100%; height:100%;}
.danye .tt1{padding-top: 60px;font-size: 24px;font-family: var(--ali_family);padding-bottom: 20px;}
.danye .tt2{font-size: 18px;}
.danyetop{font-size: 24px;padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #eee;line-height: 34px;margin-top: 40px;}
.danye .txtbox{ font-size:16px; line-height:2; min-height:250px;}
.danye .txtbox img{ max-width:100% !important; height:auto !important; padding:2px !important; display:block; margin:0 auto;}
.danye .txtbox table{width:100% !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}
.danye .txtbox table tr td{width:auto !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}

@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;}

}





























/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){
    header .txt{font-size: 20px;}

}
@media (max-width:1199px){
    header nav{margin-right: 0;}
    header nav ul li > a{font-size: 18px;}

    .lb1{padding: 0 5px;}
    .lb1 .swiper-button-prev:after{display: none;}
    .lb1 .swiper-button-next:after{display: none;}
    .lb1 .list .tt1{font-size: 22px;}

    .lb2{padding: 0 15px;}
    .lb2 .swiper-button-prev{display: none;}
    .lb2 .swiper-button-next{display: none;}

    .main3 .box .list .tt1{font-size:44px;line-height: 52px;}
    .main3 .box .list .tt2{font-size: 22px;margin-top: 11px;}




    .lb5{padding: 40px 15px;}
    .lb5 .list{height: 80px;}

    .banner2{height:360px;}
    .nycp{margin: 0 -15px;}
    .nycp .list{width:calc(33.33% - 30px);}
    .nycp .list2{width:calc(25% - 20px);}






}
@media (max-width:991px) {
    body{padding-top: 70px;}
    header .box{height: 70px;}
    header .logo img{max-height: 44px;}
    .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:16px;padding:0 0 0 10px;line-height:50px;}
    header nav ul > li:nth-last-child(1){border: 0;}
    header nav ul > li:after{display: none;}
    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:32px;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;}
    .title .div1{font-size: 26px;line-height: 1.3;}
    .title .div1 b{font-size:18px;padding-left:8px;line-height: 1.2;margin-bottom:2px;}
    .title .div1 b:after{border-left:8px solid red;border-bottom: 8px solid transparent;top:4px;}
    .more{width: 126px;height: 40px;font-size: 14px;position: relative;top:5px;border-color:#d5d5d5;color: #555;border-width: 1px;background-color: #fff;}
    .more i{width:16px;margin-left:10px;background-color: #d5d5d5;top:2px;}
    .more i:after{border-bottom-color: #d5d5d5;}



    .main1{background-position: 0 50%!important}
    .lb1{padding: 0 9px;}
    .lb1 .swiper-button-prev:after{display: none;}
    .lb1 .swiper-button-next:after{display: none;}

    .lb1 .swiper-slide{max-width: 88%;width: 360px;}
    .lb1 .list{margin: 6px;box-shadow:none;}
    .lb1 .list .tt1{font-size:16px;margin: 4px 0;}
    .lb1 .list .tt2{padding:11px 0 26px;font-size: 30px;}


    .main2 .box{display: block;flex-wrap: wrap;}
    .main2 .box .zuo{width:100%;margin: 0;padding: 0;}
    .main2 .box .you{width:100%;margin:25px 0 0;padding: 0;}

    .main2 .box .you .bjcover{height:auto;padding-top:56%;}
    .main2 .box .zuo .tt1{font-size: 26px;line-height:36px;margin-top: -6px;}
    .main2 .box .zuo .tt2{font-size: 16px;margin-top: 11px;line-height: 1.7;}
    .main2 .box .zuo .more{margin-top:11px;}

    .lb2{margin-top:20px;}




    .main3{padding-top: 60px;}
    .main3 .box .list .container-fluid{height: calc(100% - 100px);}
    .main3 .box .list .tt1{font-size:30px;line-height: 38px;}
    .main3 .box .list .tt2{font-size:16px;line-height: 1.6;margin-top:11px;}


    .main3 .box2{margin:60% -15px 0;flex-wrap: wrap;}
    .main3 .box2 a{width: 33.33%;font-size: 18px;padding: 15px 8px;}
    .main3 .box2 a img{height: 30px;margin: 0 auto 8px;}
    .main3 .box2 a:hover{top:0;}




    .main4 .title{flex-wrap: wrap;justify-content: left;display: block;}
    .main4 .title .div2{margin-top:11px;}
    .main4 .title .div2 a{font-size:18px;padding: 0 18px 0 0;margin:4px 18px 0 0;}
    .main4 .title .div2 a:nth-child(n+2):after{height: 18px;left: -18px;}
    .main4 .box{flex-wrap: wrap;}
    .main4 .box .img{width:100%;margin: 0;min-height: inherit;}
    .main4 .box .img .bjcover{padding-top: 50%;}
    .main4 .box .you{width: 100%;margin: 0;}
    .main4 .box .you a{font-size: 16px;padding: 11px 106px 11px 0;}
    .main4 .box .you a span{top:11px;font-size: 88%;}



    footer .box2 .list .tt2{display: none;}
    footer .box1{padding:38px 0 33px;}
    footer .box1 .ul{display: none;}
    footer .box1 .footer_logo{display: block;margin-bottom: 24px;max-width: 260px;}
    footer .box1 .tt1{font-size: 16px;}
    footer .box1 .tt2{font-size: 26px;}




    .banner2{height:220px;font-size: 26px;line-height: 34px;}
    .banner2 img{max-width:66%;}

    .title8{border-bottom: 1px solid #eee;padding: 10px 0;}
    .title8 .div1{border: 0;}
    .title8 .div1 a{font-size: 16px;line-height: 24px;padding: 6px 0;margin:4px 14px 4px 0;border-width: 2px;}


    .ny{padding: 20px 0 40px;}



    .nycp{margin: 0 -6px;}
    .nycp .list{width:calc(50% - 12px);margin: 0 6px 12px;padding:2px;}
    .nycp .list2{width:calc(33.3333% - 12px);margin: 0 6px 12px;padding:2px;}
    .nycp .list .tt{line-height: 38px;font-size:14px;padding-top: 2px;}
}

@media (max-width:767px) {
    .nycp .list2{width:calc(50% - 12px);margin: 0 6px 12px;padding:2px;}

}
@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 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;} 
}

