/*全局样式*/
@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:1430px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #15499a;
    --color_hover: #2ea8e3;
    --AlibabaPuHuiTi:AlibabaPuHuiTi;
    --transform_scale: scale(1.08);
}

header{position:fixed;left: 0;top:0;z-index: 111;width: 100%;box-shadow: 0 4px 8px rgba(0, 0, 0, .06);background-color: rgba(255, 255, 255, .7);}
header .container-fluid{max-width: 1820px!important}

header .box{display: flex;justify-content: space-between;align-items: center;height: 100px;}
header .logo{display: block;min-width: 14%;}
header .logo img{max-height:54px;max-width: calc(100% - 40px)}
header .txt{display: flex;flex-shrink: 0;}
header .txt1{line-height: 30px;padding: 7px 20px;font-size: 20px;color: #fff;background: var(--color_zhuti);border-radius: 66px;height: fit-content;font-weight: bold;}
header .txt1:before{padding-right: 8px;}
header .txt2{width: 44px;height: 44px;background: var(--color_hover);border-radius: 50%;display: flex;align-items: center;justify-content: center;font-size: 24px;color: #fff;transition: all .3s;cursor: pointer;margin-right: 15px;}
header .txt2:hover{background-color: var(--color_zhuti);}

header nav{width:90%;max-width:980px;}
header nav ul{position: relative;display: flex;justify-content: space-between;}
header nav ul li{text-align: center;position: relative;z-index: 2;width: 100%;text-align: center;}
header nav ul li:after{content: "";width: 100%;height: 100%;background: var(--color_zhuti);background: linear-gradient(to bottom, var(--color_hover), var(--color_zhuti));position: absolute;left: 0;top:0;z-index: 1;transition: all .3s;opacity: 0;}
header nav ul li > a{display:block;line-height: 100px;font-size:18px;position: relative;padding: 0 4px;font-weight: bold;z-index: 2;}
header nav ul li > i{display: none;}
header nav ul li:hover:after{opacity: 1;}
header nav ul li:hover > a{color: #fff;}
header nav ul li.active > a{color: #fff;}
header nav ul li.active:after{opacity: 1;}

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;z-index: 3;}
header nav .ul a{font-size: 16px;color: #333;line-height: 24px;padding:10px 5px;display: block;}
header nav .ul a:nth-child(n+2){border-top: 1px solid #eee; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
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.active{background-color: #fff;}

/*搜索*/
#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;}
#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-slide .bjcover{height: 720px;}
.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;}



.main1{padding: 22px 0;}
.main1 .box{display: flex;justify-content: space-between;}
.main1 .box .list{display: flex;align-items: center;padding: 20px 0;}
.main1 .box .list .tt{font-size: 20px;line-height: 28px;font-weight: bold;}
.main1 .box .list > img{display: block;margin-right: 22px;max-width: 40px;}

.main88{padding-top: 70px;padding-bottom: 70px;}
.title{text-align: center;padding-bottom: 42px;}
.title .div1{font-size: 80px;line-height: 1;color: rgba(0, 0, 0, .1);font-weight: bold;text-transform: uppercase;}
.title .div2{font-size: 36px;font-weight: bold;margin-top: -40px;line-height: 1.3;}




.title1{display: flex;flex-wrap: wrap;margin-bottom: 30px;margin-top: -4px;}
.title1 a{display: block;min-width: 16.666%;text-align: center;font-size: 18px;line-height: 74px;font-weight: bold;padding: 0px;border: 1px solid #A9BAD4;background-color: #fff;box-shadow: 0 0 18px rgba(21, 73, 154, .3);}
.title1 a:hover{background: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}
.title1 a.active{background: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}



.main2 .box{margin: -14px -7px 0;}
.main2 .box a{display: block;width: calc(33.33% - 14px);margin: 14px 7px 0;float: left;background: url(../images/bj3.jpg) no-repeat center center/cover;padding:0 25px 25px;text-align: center;overflow: hidden;}
.main2 .box a .img{height: 240px;position: relative;}
.main2 .box a .img img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;max-height: 80%;transition: all .4s;}
.main2 .box a .tt1{font-size: 18px;font-weight: bold;margin-top:9px;line-height: 30px;min-height: 30px;}
.main2 .box a .tt2{font-size: 15px;color: #888;line-height: 26px;min-height: 26px;}
.main2 .box a .tt3{display: none;}
.main2 .box a:nth-child(1){height: 674px;padding: 0;background: url(../images/bj2.jpg) no-repeat center center/cover;}
.main2 .box a:nth-child(1) .img{height: 510px;}
.main2 .box a:nth-child(1) .tt1{font-weight: normal;font-size: 24px;color: #fff;}
.main2 .box a:nth-child(1) .tt2{display: none;}
.main2 .box a:nth-child(1) .tt3{display: flex;width: 154px;height: 45px;border: 1px solid #fff;border-radius: 44px;font-size: 14px;color: #fff;padding-right: 40px;display: flex;justify-content: center;align-items: center;margin:18px auto 0;position: relative;}
.main2 .box a:nth-child(1) .tt3:before{width: 33px;height: 33px;background: #fff;color: #222;display: flex;justify-content: center;align-items: center;position: absolute;right: 5px;top:0;bottom: 0;margin: auto 0;border-radius: 50%;}


.main2 .box a:hover .img img{transform: var(--transform_scale);}
.main2 .box a:hover .tt1{color: var(--color_zhuti);}
.main2 .box a:nth-child(1):hover .tt1{color: #fff;}
.main2 .box a:nth-child(1):hover .tt3{background-color: #fff;color: var(--color_zhuti);}
.main2 .box a:nth-child(1):hover .tt3:before{background: var(--color_zhuti);color: #fff;}




.main3 .lb3 .list{display: block;background: #F5F5F5;display: flex;}
.main3 .lb3 .list .img .bjcover{height: 476px;}
.main3 .lb3 .list .img{width: calc(100% - 460px)}
.main3 .lb3 .list .tt{width: 460px;float: right;padding: 66px 44px;}
.main3 .lb3 .list .tt1{font-size: 18px;color: var(--color_zhuti);transition: all .3s;}
.main3 .lb3 .list .tt2{font-size: 24px;}
.main3 .lb3 .list .tt3{font-size: 16px;color: #888;-webkit-line-clamp: 6;min-height: 9.6em;margin-top: 30px;}
.main3 .lb3 .list:hover .bjcover{transform: var(--transform_scale);}
.main3 .lb3 .list:hover .tt2{color: var(--color_zhuti);}
.main3 .lb3 .swiper-button-prev{width: 46px;height: 46px;border-radius: 50%;background: #B5B5B5;color: #fff;left: auto;right: 366px;bottom: 68px;top:auto;margin: 0;}
.main3 .lb3 .swiper-button-prev:after{font-size: 18px;}
.main3 .lb3 .swiper-button-next{width: 46px;height: 46px;border-radius: 50%;background: #B5B5B5;color: #fff;left: auto;right: 44px;bottom: 68px;top:auto;margin: 0;}
.main3 .lb3 .swiper-button-next:after{font-size: 18px;}
.main3 .lb3 .swiper-button-prev:hover{background-color: var(--color_zhuti);color: #fff;}
.main3 .lb3 .swiper-button-next:hover{background-color: var(--color_zhuti);color: #fff;}
.main3 .lb3 .xian{width: 233px;height: 1px;background: #B5B5B5;position: absolute;right: 112px;bottom: 90px;z-index: 111;}


.lb4{margin-top: 40px;}
.lb4 .list{display: block;}
.lb4 .list .bjcover{padding-top:60%;}
.lb4 .list:hover .bjcover{transform: var(--transform_scale);}
.lb4 .swiper-slide{width: 36%;margin: 0 15px;}


body .more{display: flex;width: 154px;height: 45px;border: 1px solid #ddd;border-radius: 44px;font-size: 14px;color: #444;padding-right: 40px;display: flex;justify-content: center;align-items: center;margin:55px auto 0;position: relative;}
body .more:before{width: 33px;height: 33px;background: #E5E5E5;color: #222;display: flex;justify-content: center;align-items: center;position: absolute;right: 5px;top:0;bottom: 0;margin: auto 0;border-radius: 50%;}
body .more:hover{background-color: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}
body .more:hover:before{background: #fff;color: var(--color_zhuti);}




.title2{padding-bottom: 40px;text-align: center;}
.title2 .div1{font-size: 46px;color: var(--color_zhuti);line-height: 1.3;}
.title2 .div1 span{color: #222;}
.title2 .div2{font-size: 20px;margin-top: 4px;}

.main5 .box{position: relative;min-height: 400px;display: flex;justify-content: space-between;flex-wrap: wrap;padding-bottom: 99px;}
.main5 .box > img{display: block;max-width: 44%;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;z-index: 1;}
.main5 .box .list{width: calc(20% + 140px);position: relative;z-index: 2;background: #fff;border-radius: 11px;padding: 35px;margin-bottom:30px;font-size: 16px;color: #444;background: linear-gradient(to right, transparent, #fff);}
.main5 .box .list:nth-child(1){margin-left: 46px;}
.main5 .box .list:nth-child(2){margin-left: calc(60% - 380px);margin-right: 46px;}
.main5 .box .list span{display: block;font-size: 30px;color: var(--color_zhuti);line-height: 40px;margin-bottom: 10px;}
.main5 .box .list:nth-child(odd){background: linear-gradient(to right, #fff, transparent);}



.main6{background: #F7F7F7;}
.main6 .title2 .div1{font-size: 36px;}


.main6 .box{display: flex;margin: -14px -7px 0;flex-wrap: wrap;}
.main6 .box a{display: flex;justify-content: center;align-items: center;background-color: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .03);height: 120px;width: calc(25% - 14px);margin: 14px 7px 0;font-size: 22px;position: relative;top:0;}
.main6 .box a img{padding-right: 22px;}
.main6 .box a:nth-child(2){background: #EBEBEB;}
.main6 .box a:nth-child(4){background: #EBEBEB;}
.main6 .box a:nth-child(5){background: #EBEBEB;}
.main6 .box a:nth-child(7){background: #EBEBEB;}
.main6 .box a:hover{top:-8px;}


.main7{color: #fff;}
.main7 .tt{max-width: 710px;padding: 15px 0;}
.main7 .tt1{font-size: 36px;font-weight: bold;line-height: 46px;}
.main7 .tt2{font-size: 30px;line-height: 40px;margin-top: 8px;}
.main7 .tt3{font-size: 18px;min-height: 6.4em;margin-top: 33px;}
.main7 .tt4{display: flex;align-items: center;justify-content: center;width: 166px;height: 46px;font-size: 16px;background: #fff;color: #444;border-radius: 44px;margin-top:40px;}
.main7 .tt4:hover{background: var(--color_hover);color: #fff;}






.main8 .list{display: block;}
.main8 .list .bjcover{padding-top: 54%;}
.main8 .list .tt1{font-size: 22px;margin-top: 22px;}
.main8 .list .tt2{font-size: 16px;margin-top: 6px;color: #888;}
.main8 .list .tt3{font-size: 14px;margin-top: 22px;text-decoration: underline;color: #888;}
.main8 .list:hover .bjcover{transform: var(--transform_scale);}
.main8 .list:hover .tt1{color: var(--color_zhuti);}





footer{background: var(--color_zhuti);color: rgba(255, 255, 255, .6);}
footer .box2{padding: 28px 0;text-align: center;border-top: 1px solid rgba(255, 255, 255, .3);}
footer .box1{padding: 66px 0;display: flex;justify-content: space-between;}
footer .box1 .ul a{display: block;font-size: 15px;padding-bottom: 6px;}
footer .box1 .ul a:nth-child(1){color: #fff;font-size: 18px;padding-bottom: 14px;}
footer .box1 .ul a:nth-child(n+2):hover{color: #fff;}
footer .box1 .xian{background-color: rgba(255, 255, 255, .3);width: 1px;}
footer .box1 .tt{color: #fff;max-width: 34%;}
footer .box1 .tt span{display: flex;;font-size: 16px;padding:11px 0;position: relative;align-items: center;}
footer .box1 .tt span img{height: fit-content;padding-right: 14px;}
footer .box1 .tt b{font-size: 30px;line-height: 1.3;font-weight: normal;}
footer .box1 .img{width: 124px;text-align: center;font-size: 15px;}
footer .box1 .img img{display: block;width: 100%;margin-bottom: 8px;}



.banner2{height: 570px;display: flex;justify-content: center;align-items: center;padding-top: 100px;}
.banner2 .tt{font-size: 36px;color: #fff;line-height: 1.3;letter-spacing: 4px;text-align: center;}
.banner2 .tt span{display: block;font-size: 60px;padding-bottom:6px;}


.title7{padding: 25px 0;line-height: 1.4;border-bottom: 1px solid #eee;}
.title7 .list{display: flex;justify-content: space-between;align-items: center;}
.title7 .list .tt1{font-size: 16px;color: #888;text-transform: uppercase;}
.title7 .list .tt1 b{font-size: 24px;padding-right: 10px;color: #222;line-height: normal;}
.title7 .list .tt2{font-size: 15px;color: #666;position: relative;padding-left: 24px;}
.title7 .list .tt2 span{color: #444;}
.title7 .list .tt2:before{position: absolute;left: 0;top:0;}
.title7 .list .tt2 a:hover{color: var(--color_zhuti);}


.title8{background: var(--color_zhuti);padding: 16px 0;}
.title8 .ul{margin: 0 -18px;font-size: 0;}
.title8 .ul a{display: inline-block;vertical-align: top;font-size: 18px;line-height: 44px;color: #fff;margin: 0 18px;position: relative;}
.title8 .ul a:after{content: "";width: 80%;height: 2px;background: #fff;position: absolute;left: 0;bottom: 0;right: 0;margin: 0 auto;transition: all .2s;opacity: 0;}
.title8 .ul a:hover:after{width: 100%;opacity: 1;}
.title8 .ul a.active:after{width: 100%;opacity: 1;}

.title9{margin-top: 20px;}
.title9 .ul{font-size: 0;}
.title9 .ul a{display: inline-block;vertical-align: top;min-width: 194px;line-height: 48px;background: #EDEDED;font-size: 16px;text-align: center;padding: 0 20px;margin: 16px 16px 0 0;border-radius: 44px;}
.title9 .ul a:hover{background-color: var(--color_zhuti);color: #fff;}
.title9 .ul a.active{background-color: var(--color_zhuti);color: #fff;}





.ny{padding: 44px 0 80px;}


.nycp{margin: 0 -7px;}
.nycp .list{display: block;width: calc(33.33% - 14px);margin:0 7px 14px;float: left;background: url(../images/bj3.jpg) no-repeat center center/cover;padding:0 25px 25px;text-align: center;overflow: hidden;}
.nycp .list .img{position: relative;padding-top: 75%;}
.nycp .list .img img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;max-height:90%;transition: all .4s;}
.nycp .list .tt1{font-size: 18px;font-weight: bold;margin-top:9px;line-height: 30px;min-height: 30px;}
.nycp .list .tt2{font-size: 15px;color: #888;line-height: 26px;min-height: 26px;}
.nycp .list:hover .img img{transform: var(--transform_scale);}
.nycp .list:hover .img .bjcover{transform: var(--transform_scale);}
.nycp .list:hover .tt1{color: var(--color_zhuti);}

.nycp.nycase .list{background: transparent;padding: 0 0 15px;}
.nycp.nycase .list .img{overflow: hidden;margin-bottom: 14px;}
.nycp.nycase .list .bjcover{position: absolute;left: 0;top:0;width: 100%;height: 100%;}



/*内页新闻*/
.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: 54%;}
    .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 .tt2{margin-top: -4px;}
    .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:400px;}
.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 .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;}

}




.liuyan form input{width:100%;float: left;height: 50px;border: 1px solid #e7e7e7;margin-bottom: 15px;padding: 0 15px;}
.liuyan form textarea{width: 100%;max-width: 100%;line-height: 26px;height: 152px;padding: 10px 14px;border: 1px solid #e7e7e7;margin-bottom: 15px;}
.liuyan form button{width: 100%;line-height: 50px;background:var(--color_zhuti);color: #fff;border: 0;transition: all 0.3s}
.liuyan form button:hover{background-color: var(--color_hover);}












/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1429px){
    .banner .swiper-slide .bjcover{height:auto;padding-top:47%;}
    header .txt2{margin-right: 0;}
}
@media (max-width:1199px){


}
@media (max-width:991px) {
    body{padding-top:80px;}
    header .box{height: 80px;}
    .banner .swiper-slide img{width:124%;max-width: 124%;margin-left: -12%;}
    .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:46px;font-weight: normal;}
    header nav ul > li: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_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: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;}



    .main1{padding: 22px 0;}
    .main1 .box{flex-wrap: wrap;justify-content: center;}
    .main1 .box .list{width:50%;display: flex;justify-content: center;padding: 10px;}
    .main1 .box .list .tt{font-size:17px;}
    .main1 .box .list > img{margin-right: 11px;max-width: 34px;}


    .main88{padding-top:40px;padding-bottom: 40px;}
    .title{padding-bottom:28px;}
    .title .div1{font-size: 36px;}
    .title .div2{font-size: 26px;margin-top: -20px;}

    .title1{margin-bottom: 20px;justify-content: center;}
    .title1 a{min-width:140px;font-size: 15px;font-weight: normal;line-height: 50px;padding: 0 15px;}

    .main2 .box a{width: calc(50% - 14px);}



    .main3 .lb3 .list{flex-wrap: wrap;}
    .main3 .lb3 .list .img .bjcover{height: auto;padding-top: 60%;}
    .main3 .lb3 .list .img{width: 100%}
    .main3 .lb3 .list .tt{width: 100%;padding: 25px;}
    .main3 .lb3 .list .tt1{font-size: 16px;}
    .main3 .lb3 .list .tt2{font-size: 20px;}
    .main3 .lb3 .list .tt3{font-size: 15px;margin-top: 10px;}
    .main3 .lb3 .swiper-button-prev{display: none;}
    .main3 .lb3 .swiper-button-next{display: none;}
    .main3 .lb3 .xian{display: none;}
    .main3 .lb3 .swiper-slide{width: 80%;}
    .lb4{margin-top:20px;}
    .lb4 .swiper-slide{width: 66%;margin: 7px;}
    body .more{margin-top:22px;width: 140px;height:39px;}
    body .more:before{width: 32px;height: 32px;right: 3px;}



    .title2{padding-bottom: 22px;}
    .title2 .div1{font-size: 26px;line-height: 36px;}
    .title2 .div2{font-size: 16px;margin-top: 2px;}

    .main5 .box{min-height: inherit;padding-bottom: 20px;margin: 0 -5px;}
    .main5 .box > img{display: none;}
    .main5 .box .list{width: 100%;padding: 22px 25px;margin: 5px 0!important;background-color: #fff!important}
    .main5 .box .list span{font-size: 20px;line-height: 30px;margin-bottom: 4px;}






    .main6 .title2 .div1{font-size:22px;}
    .main6 .box{flex-wrap: wrap;justify-content: center;}
    .main6 .box a{display: block;height: auto;width:120px;font-size: 16px;text-align: center;padding: 16px 5px;max-width: calc(33.33% - 14px);background-color: #fff!important;}
    .main6 .box a img{padding: 0;margin: 0 auto 6px;display: block;height: 30px;}
    .main6 .box a:hover{top:0;}


    .main7 .tt1{font-size: 24px;line-height: 34px;}
    .main7 .tt2{font-size: 20px;line-height: 30px;margin-top: 4px;}
    .main7 .tt3{font-size: 15px;min-height:inherit;margin-top: 20px;}
    .main7 .tt4{margin-top: 20px;width: 130px;font-size: 15px;height: 40px;}


    .main8 .list .tt1{font-size: 18px;margin-top: 16px;}
    .main8 .list .tt2{font-size: 14px;margin-top: 4px;}
    .main8 .list .tt3{margin-top: 11px;}
    .main8 .swiper-slide{width: 80%;}




    footer .box2{padding: 18px 0;}
    footer .box1{padding: 30px 0;display: block;}
    footer .box1 .ul{display: none;}
    footer .box1 .xian{display: none;}
    footer .box1 .tt{max-width:100%;}
    footer .box1 .tt span{padding: 6px 0;}
    footer .box1 .tt span img{padding-right: 10px;width: 40px;}
    footer .box1 .tt b{font-size: 22px;}
    footer .box1 .img{display: none;}





    .banner2{height:220px;padding-top: 15px;}
    .banner2 .tt{font-size:22px;letter-spacing: 2px;}
    .banner2 .tt span{font-size: 30px;}


    .title7{display: none;}


    .title8 .ul{margin: 0 -11px;}
    .title8 .ul a{font-size: 15px;line-height: 36px;margin: 2px 11px;}

    .title9{margin-top: 10px;}
    .title9 .ul a{min-width: 160px;line-height: 40px;font-size: 15px;padding: 0 11px;margin: 6px 6px 0 0;}


    .ny{padding: 30px 0 50px;}


    .nycp .list{width: calc(50% - 14px);padding: 0 15px 20px;}

    .nycp .list .tt1{font-size: 16px;font-weight: normal;margin-top:0;line-height: 22px;min-height: 22px;}
    .nycp .list .tt2{font-size: 13px;}


    .nycp.nycase .list{padding: 0 0 5px;}
    .nycp.nycase .list .img{margin-bottom: 8px;}




















}

@media (max-width:767px) {
    .title1 a{min-width:33.33%;}


}
@media (max-width:600px) {
    .title1 a{min-width:50%;}
    .main2 .box a{width: calc(100% - 14px);padding-bottom: 18px;}
    .main2 .box a .img{height:auto;padding-top:70%;}
    .main2 .box a .tt1{margin-top: 0;}

    .main2 .box a:nth-child(1){height:auto;padding-bottom:25px;}
    .main2 .box a:nth-child(1) .img{height:auto;padding-top: 70%;}
    .main2 .box a:nth-child(1) .tt1{font-size: 20px;}
    .main2 .box a:nth-child(1) .tt3{margin-top: 8px;width: 140px;height:39px;}
    .main2 .box a:nth-child(1) .tt3:before{width: 32px;height: 32px;right: 3px;}







}

@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;} 
}

