/*全局样式*/
@charset "utf-8";
body {font:14px/1.6 "微软雅黑",黑体,"AlibabaPuHuiTi", "Arial", "Impact";color: #222;letter-spacing: .6px;-webkit-text-size-adjust: 100%;background-color: #fff;overflow-x: hidden;min-width: 320px;}
.container-fluid {
    max-width:1310px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #104594;
    --color_hover: #e70012;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}


header{position:fixed;left: 0;top:0;z-index: 111;width: 100%;background: rgba(255, 255, 255, .3);transition: all .3s;}
header .container-fluid{max-width:1780px!important;}
header .box{display: flex;justify-content: space-between;align-items: center;}
header .logo{height:90px;font-size: 0;margin-right: 55px;display: flex;align-items: center;position: relative;}
header .logo img{max-height:60%;transition: all .3s;opacity: 1;}
header .logo img:nth-child(2){position: absolute;left: 0;top:0;bottom: 0;margin:auto 0;opacity: 0;}


header nav{width:88%;max-width:1088px;}
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:17px;position: relative;padding: 0 4px;color: #fff;}
header nav ul li > i{display: none;}
header nav ul li:hover > a{color: #fff;}
header nav ul li.active > a{color: #fff;}

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;}*/
    body.bodytop{padding-top: 90px;}
    header nav .nav_xg{position: absolute; left: 0; bottom: 0; height:3px; background-color:#fff;z-index:1;width:72px;border-radius: 6px;overflow: hidden;}
    body.active header{box-shadow: 0 4px 8px rgba(0, 0, 0, .06);background-color: #fff;}
    body.active header .logo img:nth-child(1){opacity: 0;}
    body.active header .logo img:nth-child(2){opacity: 1;}
    body.active header ul li > a{color: #222;}
    body.active #djformbox a{color: #222;}
    body.active #djformbox a:hover{color: var(--color_zhuti);background: rgba(0, 0, 0, .03);}
    body.active header ul li:hover > a{color: var(--color_zhuti);}
    body.active header ul li.active > a{color: var(--color_zhuti);}
    body.active header nav .nav_xg{background: var(--color_zhuti);}
}

/*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;}
.banner .swiper-button-prev{width: 44px;height: 38px;border: 1px solid #fff;font-size:18px;color: #fff;top: auto;left: calc(50% - 43px);margin: 0;bottom:66px;}
.banner .swiper-button-prev:hover{background: rgba(255, 255, 255, .4);}
.banner .swiper-button-next{width: 44px;height: 38px;border: 1px solid #fff;font-size:18px;color: #fff;top: auto;right: calc(50% - 44px);margin: 0;bottom:66px;}
.banner .swiper-button-next:hover{background: rgba(255, 255, 255, .4);}



#djformbox{margin-left:7%;}
#djformbox a{font-size:15px;display: flex;color: #fff;line-height: 90px;padding: 0 6px;overflow: hidden;}
#djformbox a span{display: block;font-size: 130%;margin-left: 6px;position: relative;top:1px;}
#djformbox a:hover{background-color: rgba(255, 255, 255, .3);}

/*搜索*/
#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:1349px) {
    #djformbox{margin-left:2%;}
}
#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{text-align: center;padding-bottom: 44px;font-size: 17px;color: #777;position: relative;}
.title span{display: block;font-size: 40px;line-height: 48px;letter-spacing: 2px;padding: 18px 0;color: #222;position: relative;z-index: 2;}
.title b{display: block;font-size:86px;color: #f2f2f2;line-height: 1;text-transform: uppercase;position: absolute;left: 0;top:-4px;width: 100%;z-index: 1;}


.main1 .box{display: flex;}
.main1 .box .list{display: block;width: 16.666%;position: relative; padding: 1px;}
.main1 .box .list .bjcover{/*padding-top: 187.5%;*/padding-top: 100.5%;}
.main1 .box .list:after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .3);position: absolute;left: 0;top:0;z-index: 1;transition: all .3s;}
.main1 .box .list .tt{position: absolute;left: 0;top:0;z-index: 2;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;text-align: center;font-size: 28px;line-height: 36px;color: #fff;}
.main1 .box .list .tt span{display: block;width: 76px;height: 76px;border: 1px solid rgba(255, 255, 255, .6);border-radius: 50%;margin: 0 auto 24px;display: flex;justify-content: center;align-items: center;}
.main1 .box .list .tt span img{max-height: 44%;}
.main1 .box .list:hover .bjcover{transform: var(--transform_scale);}
.main1 .box .list:hover:after{background: rgba(0, 0, 0, .2);}


.main2 .box{display: flex;justify-content: space-between;}
.main2 .box .zuo{width: calc(16% + 210px);min-height: 366px;}
.main2 .box .zuo a{display: block;box-shadow: 0 0 11px rgba(0, 0, 0, .06);position: relative;line-height: 2.8;background-color: #fff;padding: 18px 50px 18px 25px;font-size: 18px;}
.main2 .box .zuo a span{display: block;font-size: 14px;color: #888;margin-top:3px;transition: all .3s; display: none;}
.main2 .box .zuo a:before{position: absolute;right: 20px;top:0;display: flex;align-items: center;height: 100%;}
.main2 .box .zuo a:nth-child(n+2){margin-top: 6px;}
.main2 .box .zuo a:hover{background: var(--color_zhuti);color: #fff;}
.main2 .box .zuo a:hover span{color: rgba(255, 255, 255, .66);}
.main2 .box .zuo a.active{background: var(--color_zhuti);color: #fff;}
.main2 .box .zuo a.active span{color: rgba(255, 255, 255, .66);}
.main2 .box .you{width: calc(84% - 230px);position: relative;box-shadow: 0 0 11px rgba(0, 0, 0, .06);}
.main2 .box .you .bjcover{display: block;position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 1;}
.main2 .box .you .bjcover.active{z-index: 2;}

.main2 .lb2{margin:30px -10px -10px;position: relative;}
.main2 .lb2 .list{display: block;background: #fff;margin: 10px;box-shadow: 0 0 11px rgba(0, 0, 0, .06);}
.main2 .lb2 .list .img{padding-top:68%;position: relative;}
.main2 .lb2 .list .img img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;max-height:70%;max-width: 70%;}
.main2 .lb2 .list .tt{padding:15px 10px 30px;text-align: center;text-align: center;}
.main2 .lb2 .list .tt1{font-size: 15px;color: #888;}
.main2 .lb2 .list .tt2{font-size: 22px;margin-top: 6px;}
.main2 .lb2 .list .tt3{font-size: 13px;width: 110px;height: 38px;display: flex;justify-content: center;align-items: center;color: #888;border: 1px solid #ddd;border-radius: 44px;margin: 13px auto 0;}
.main2 .lb2 .list:hover .img img{transform: var(--transform_scale);}
.main2 .lb2 .list:hover .tt2{color: var(--color_zhuti);}
.main2 .lb2 .list:hover .tt3{background-color: var(--color_zhuti);border-color: var(--color_zhuti);color: #fff;}
.main2 .lb2 .swiper-button-prev{font-size: 44px;color: #999;left: -66px;}
.main2 .lb2 .swiper-button-prev:hover{color: var(--color_zhuti);}
.main2 .lb2 .swiper-button-next{font-size: 44px;color: #999;right: -66px;}
.main2 .lb2 .swiper-button-next:hover{color: var(--color_zhuti);}


.title1{padding-bottom:38px;display: flex;justify-content: space-between;align-items: center;}
.title1 .div1{font-size: 40px;line-height: 48px;letter-spacing: 2px;flex-shrink: 0;}
.title1 .div1 span{color: var(--color_zhuti);}
.title1 .div2{display: flex;flex-wrap: wrap;}
.title1 .div2 a{display: block;padding-left: 26px;margin-left: 26px;font-size: 18px;color: #666;position: relative;}
.title1 .div2 a:nth-child(n+2):after{content: "";width: 1px;height: 18px;background: #ddd;position: absolute;left: 0;top:0;bottom: 0;margin: auto 0;}
.title1 .div2 a:hover{color: var(--color_zhuti);}


.main3 .box{display: flex;justify-content: space-between;}
.main3 .box .zuo{width: 50%;padding-top: 18px;}
.main3 .box .zuo .tt1{font-size: 16px;color: #555;line-height: 1.7;-webkit-line-clamp: 8;min-height: 13.6em;margin-top: -8px;}
.main3 .box .zuo .tt2{font-size: 16px;color: var(--color_zhuti);border-bottom: 2px solid var(--color_zhuti);width: 130px;display: flex;justify-content: space-between;padding-bottom: 11px;margin-top:33px;}
.main3 .box .zuo .tt2:hover{color: var(--color_hover);border-color: var(--color_hover);}
.main3 .box .you{width: calc(50% - 60px);position: relative;margin-bottom: 12px;height: fit-content;}
.main3 .box .you:after{content: "";width: 63%;height: 42%;background: var(--color_zhuti);position: absolute;left: -12px;bottom: -12px;border-right: 70px solid var(--color_hover);z-index: 1;}
.main3 .box .you img{display: block;position: relative;z-index: 2;width: 100%;}



.lb4{margin: -10px;}
.lb4 .list{display: block;background: #fff;box-shadow: 0 0 16px rgba(0, 0, 0, .06);margin: 10px;padding: 15px;}
.lb4 .list .bjcover{padding-top:66%;}
.lb4 .list .tt{padding-top: 15px;}
.lb4 .list .tt .tt1{font-size: 16px;line-height: 1.5;min-height: 3em;}
.lb4 .list .tt .tt2{font-size: 14px;line-height: 1.5;min-height: 3em;color: #777;margin-top: 6px;}
.lb4 .list .tt .tt3{font-size: 12px;color: #888;justify-content: space-between;align-items: center;display: flex;margin-top: 11px;}
.lb4 .list .tt .tt3 span{display: block;text-decoration: underline;}
.lb4 .list .tt .tt3 i{display: block;color: var(--color_zhuti);font-size:150%;}
.lb4 .list:hover .bjcover{transform: var(--transform_scale);}
.lb4 .list:hover .tt .tt1{color: var(--color_zhuti);}
.lb4 .list:hover .tt .tt3{color: var(--color_zhuti);}

.main5{height: 260px;display: flex;align-items: center;justify-content: center;text-align: center;}
.main5 .tt1{font-size: 40px;line-height: 48px;letter-spacing: 12px;color: #fff;}
.main5 .tt2{width: 180px;height: 52px;border:2px solid #fff;border-radius: 44px;display: flex;align-items: center;letter-spacing: .6px;justify-content: center;font-size: 18px;color: #fff;margin:26px auto 0;}
.main5 .tt2 img{display: block;margin-right: 10px;height: 22px;}
.main5 .tt2:hover{background: var(--color_zhuti);}




footer{color: rgba(255, 255, 255, .77);font-size: 15px;}
footer .box2{padding: 30px 15px;border-top: 1px solid rgba(255, 255, 255, .3);text-align: center;font-size: 90%;}
footer .box1{padding: 60px 0 48px;display: flex;justify-content: space-between;}
footer .box1 > div:nth-child(n+2){padding-top:6px;}
footer .box1 .ul{padding: 0 8px;}
footer .box1 .ul a{display: block;padding-bottom: 8px;}
footer .box1 .ul a:nth-child(1){padding-bottom: 18px;font-size:18px;color: #fff;}
footer .box1 .ul a:nth-child(n+2):hover{color: #fff;text-decoration: underline!important;}
footer .box1 .img{width: 120px;text-align: center;}
footer .box1 .img img{display: block;width: 100%;margin-bottom: 6px;}
footer .box1 .tt{max-width: 266px;}
footer .box1 .tt1 img{height: 60px;}
footer .box1 .tt2{font-size: 28px;color: #fff;line-height: 1.3;display: flex;align-items: center;margin-top: 22px;}
footer .box1 .tt2:before{display: block;margin-right:10px;}
footer .box1 .tt3{font-size: 15px;margin-top:6px;position: relative;padding-left: 40px;}
footer .box1 .tt3 span{display: block;position: absolute;left: 0;top:0;}





.banner2{height: 330px;display: flex;justify-content: center;align-items: center;color: #fff;font-size: 26px;line-height: 34px;text-align: center;}
.banner2 b{font-size: 44px;line-height: 52px;letter-spacing: 2px;display: block;margin-bottom: 11px;}


.title7{padding-top: 6px;border-bottom: 1px solid #f4f4f4;}
.title7 .div{display: flex;flex-wrap: wrap;}
.title7 .div a{display: block;font-size: 18px;margin-right:55px;line-height:28px;position: relative;padding: 23px 0;}
.title7 .div a:after{content: "";width: 0;height: 3px;background: var(--color_zhuti);position: absolute;left: 0;bottom: 0;transition: all .3s;}
.title7 .div a:hover{color: var(--color_zhuti);}
.title7 .div a:hover:after{width: 100%;}
.title7 .div a.active{color: var(--color_zhuti);}
.title7 .div a.active:after{width: 100%;}


.title8{background: #f4f4f4;padding: 20px 0;}
.title8 a{display: inline-block;vertical-align: top;font-size: 17px;color: #444;line-height: 28px;padding: 2px 0;margin-right:50px;}
.title8 a:hover{color: var(--color_zhuti);text-decoration: underline!important;}
.title8 a.active{color: var(--color_zhuti);text-decoration: underline!important;}


.ny{padding: 50px 0 66px;}
.title9{border-bottom: 1px solid #ddd;padding-bottom: 30px;margin-bottom: 40px;font-size: 15px;color: #888;}
.title9 .div1{font-size: 34px;line-height: 42px;color: #222;margin-bottom:8px;}



.nycp{margin:0 -14px;display: flex;flex-wrap: wrap;}
.nycp .list{display: block;background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .06);width: calc(33.33% - 28px);margin: 0 14px 28px;}
.nycp .list .img{padding-top:68%;position: relative;}
.nycp .list .img img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;max-height:70%;max-width: 70%;}
.nycp .list .tt{padding:15px 10px 30px;text-align: center;text-align: center;}
.nycp .list .tt1{font-size: 15px;color: #888;}
.nycp .list .tt2{font-size: 22px;margin-top: 6px;}
.nycp .list .tt3{font-size: 13px;width: 110px;height: 38px;display: flex;justify-content: center;align-items: center;color: #888;border: 1px solid #ddd;border-radius: 44px;margin: 13px auto 0;}
.nycp .list:hover .img img{transform: var(--transform_scale);}
.nycp .list:hover .tt2{color: var(--color_zhuti);}
.nycp .list:hover .tt3{background-color: var(--color_zhuti);border-color: var(--color_zhuti);color: #fff;}



.titletop{font-size: 14px;color: #888;padding: 30px 0 22px;}
.titletop .div1{display: flex;position: relative;padding-left: 20px;}
.titletop .div1:before{position: absolute;left: 0;top:0;}

.nycp1{padding-bottom:88px;}
.nycp1 .box{background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .03);padding: 40px;display: flex;justify-content: space-between;margin-bottom: 35px;}
.nycp1 .box .zuo{width: 46%;}
.nycp1 .box .swiper{margin-right: 1px;}
.nycp1 .box .swiper-slide{height: 360px;position: relative;}
.nycp1 .box .swiper-slide img{display: block;position: absolute;left: 0;top:0;right: 0;bottom: 0;margin: auto;max-height: 88%;max-width: 88%;}
.nycp1 .box .swiperxq2 .swiper-slide{height: 96px;border: 1px solid #ddd;}
.nycp1 .box .swiperxq2 .swiper-slide img{max-height: 66%;max-width: 66%;}
.nycp1 .box .swiperxq2 .swiper-slide.swiper-slide-thumb-active{border-color: var(--color_zhuti);}
.nycp1 .box .swiperxq2{position: relative;}
.nycp1 .box .swiper-button-prev{font-size: 20px;color: #444;font-weight: bold;left: -30px;}
.nycp1 .box .swiper-button-prev:hover{color: var(--color_zhuti);}
.nycp1 .box .swiper-button-next{font-size: 20px;color: #444;font-weight: bold;right: -30px;}
.nycp1 .box .swiper-button-next:hover{color: var(--color_zhuti);}
.nycp1 .box .you{width: 48%;padding: 20px 0 0;}
.nycp1 .box .you .tt1{font-size: 32px;line-height: 40px;}
.nycp1 .box .you .tt2{font-size: 17px;color: #444;padding-top: 3px;}
.nycp1 .box .you .tt3{font-size: 15px;color: #888;padding-top: 20px;margin-top: 20px;border-top: 1px solid #ddd;min-height: 12em;}
.nycp1 .box .you .tt4{width: 200px;display: flex;justify-content: center;align-items: center;height: 56px;font-size: 22px;background: var(--color_zhuti);color: #fff;border-radius: 44px;margin-top: 30px;}
.nycp1 .box .you .tt4:before{font-size:120%;margin-right: 10px;}
.nycp1 .box .you .tt4:hover{background: var(--color_hover);}

.nycp1 .box2{height: 70px;}
.nycp1 .box2 .div1{background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .08);display: flex;justify-content: space-around;font-size: 20px;line-height: 70px;z-index: 11;}
.nycp1 .box2 .div1 a{display: block;width: 100%;text-align: center;margin-right: 1px;}
.nycp1 .box2 .div1 a:hover{background: var(--color_zhuti);color: #fff;}
.nycp1 .box2 .div1 a.active{background: var(--color_zhuti);color: #fff;}
.nycp1 .box2 .div1.active{position: fixed;top:90px;width: 100%;max-width: 1280px;}

.nycp1 .box3{margin-top: 35px;}
.nycp1 .box3 .div1{font-size: 0;margin-bottom:16px;position: relative;}
.nycp1 .box3 .div1 span{display: inline-block;font-size: 26px;position: relative;padding-right: 20px;position: relative;}
.nycp1 .box3 .div1 span:after{content: "";width: 2000px;height: 1px;background: #ddd;position: absolute;left: 100%;top: 0;bottom: 0;margin: auto 0;}
.nycp1 .box3 .div2{font-size: 16px;color: #6c6c6c;line-height: 1.8;}




.nycp1 .box3 .div3{display: flex;flex-wrap: wrap;margin:-20px -14px 0;}
.nycp1 .box3 .div3 .spbox{width: calc(50% - 28px);margin: 28px 14px 0;background: #000;position: relative;cursor: pointer;}
.nycp1 .box3 .div3 .spbox .bjcover{padding-top: 64%;position: relative;z-index: 2;}
.nycp1 .box3 .div3 .spbox .bjcover:before{width: 100%;height: 100%;background: rgba(0, 0, 0, .5);position: absolute;left: 0;top:0;transition: all .3s;display: block;font-size: 56px;color: #fff;display: flex;align-items: center;justify-content: center;}
.nycp1 .box3 .div3 .spbox:hover .bjcover:before{background: rgba(0, 0, 0, .3);} 
.nycp1 .box3 .div3 .spbox video{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 1;background: #000;}
.nycp1 .box3 .div3 .spbox.active video{display: block;z-index: 3;}



.nycp1 .box3 .div4{display: flex;flex-wrap: wrap;margin:-20px -14px 0;}
.nycp1 .box3 .div4 a{width: calc(25% - 28px);margin: 28px 14px 0;background: #f1f1f1;}
.nycp1 .box3 .div4 a .bjcover{padding-top: 70%;}
.nycp1 .box3 .div4 a .tt{font-size: 16px;text-align: center;line-height: 56px;}
.nycp1 .box3 .div4 a:hover .bjcover{transform: var(--transform_scale);}
.nycp1 .box3 .div4 a:hover .tt{background: var(--color_zhuti);color: #fff;}



.nyjj{display: flex;flex-wrap: wrap;margin:0 -14px;}
.nyjj a{width: calc(25% - 28px);margin: 0 14px 28px;background: #f1f1f1;}
.nyjj a .bjcover{padding-top: 70%;}
.nyjj a .tt{font-size: 16px;text-align: center;line-height: 56px;}
.nyjj a:hover .bjcover{transform: var(--transform_scale);}
.nyjj a:hover .tt{background: var(--color_zhuti);color: #fff;}




/*内页新闻*/
.nyxw{padding-bottom: 30px;margin-top: -11px;}
.nyxw .list{display: block;position: relative;padding: 30px 330px 30px 170px;border-bottom: 1px solid #e5e5e5;}
.nyxw .list .tt1{font-size: 18px;color: #222;transition: all .3s;}
.nyxw .list .tt3{font-size: 15px;color: #666;line-height: 26px;height: 52px;overflow: hidden;margin-top: 12px;min-height: inherit;}
.nyxw .list .tt4{font-size: 12px;background-color: #fff;color: #999999;line-height: 32px;width: 100px;text-align: center;font-family: 'Arial';border: 1px solid #e5e5e5;margin-top: 22px;text-transform: uppercase;transition: all .3s;}
.nyxw .list .tt2{line-height:24px;font-size: 13px; position: absolute;left: 0;width: 170px; top:25px;color: #999; text-align:center}
.nyxw .list .tt2 b{font-size:18px;color: #000;display: block;line-height: 40px; border-bottom:2px var(--color_zhuti) solid; width:50px; margin:0 auto 5px auto}
.nyxw .list .tt2 i{display: none;}
.nyxw .list .img{position: absolute;right: 30px;top:30px;width: 230px;height: 148px;border-radius:6px;}
.nyxw .list .img .bjcover{height: 100%;}
.nyxw .list:hover .img .bjcover{transform:scale(1.06);}
.nyxw .list:hover .tt1{color: var(--color_zhuti);}
.nyxw .list:hover .tt4{color: #fff;background: var(--color_zhuti);border-color: var(--color_zhuti);}
@media (max-width:1199px) {
    .nyxw .list{padding: 30px 290px 30px 110px;}
    .nyxw .list .tt2{width: 110px;}
}
@media (max-width:991px) {
    .nyxw{padding-top: 6px;margin-top: 0;}
    .nyxw .list{padding:25px 250px 25px 0;}
    .nyxw .list .img{right: 0;height: 154px;top:29px;}
    .nyxw .list .tt2{width: 140px;}
    .nyxw .list .tt2{line-height:24px;font-size: 13px; position: relative;left: auto;width: 100%; top:auto;color: #999; text-align:left}
    .nyxw .list .tt2 b{font-size:13px;color: #999;display: inline;line-height: inherit; border-bottom:0; width:auto; margin:auto;font-weight: normal;}
    .nyxw .list .tt2 i{display:inline;}
    .nyxw .list .tt3{margin-top: 8px;}
    .nyxw .list .tt4{margin-top: 16px;}
    
}

@media (max-width:600px) {
    .nyxw .list{padding: 0 0 25px;margin-bottom: 25px;}
    .nyxw .list .tt1{font-size: 18px;}
    .nyxw .list .tt3{font-size: 14px;height: auto;max-height: initial;line-height: 1.6;-webkit-line-clamp: 3;}
    .nyxw .list .img{position: relative;right: auto;top:auto;width: 100%;height: auto;margin-bottom: 16px;}
    .nyxw .list .img .bjcover{height: auto;padding-top: 50%;}
}





/*详情页*/
.danye{font-size: 15px;line-height: 1.8;}
.danye .topbox{margin-bottom:20px;}
.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;}
.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;}

}



.liuyan form{width: 100%;margin: 0 auto;max-width: 100%;}
.liuyan form input{width:100%;height: 50px;border: 1px solid #e7e7e7;margin-bottom: 15px;padding: 0 18px;border-radius: 6px;}
.liuyan form textarea{width: 100%;max-width: 100%;height: 138px;padding: 12px 14px;border: 1px solid #e7e7e7;margin-bottom: 15px;border-radius: 6px;}
.liuyan form button{width: 100%;line-height: 50px;background:var(--color_zhuti);font-size: 16px;color: #fff;border: 0;border-radius: 6px;}
.liuyan form button:hover{background-color: var(--color_hover);}













/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){


}
@media (max-width:1199px){
    #djformbox{display: none;}
    header nav ul li > a{font-size:16px;}
    .main1 .box .list .tt{font-size: 22px;}
    .main1 .box .list .tt span{width: 50px;height: 50px;margin-bottom: 11px;}


    .nycp .list{width: calc(50% - 28px);}

    .nycp1 .box3 .div4 a{width: calc(33.33% - 28px);}
    .nyjj a{width: calc(33.33% - 28px);}



}
@media (max-width:991px) {
    body{padding-top:80px;}
    header{background: #fff;box-shadow: 0 4px 11px rgba(0, 0, 0, .06);}
    header .logo{height: 80px;}
    header .logo img:nth-child(1){opacity: 0;}
    header .logo img:nth-child(2){opacity: 1;}
    header .txt{margin-right: 54px;}
    header .txt a{margin: 0!important;}
    .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:29px;cursor: pointer;z-index: 2;letter-spacing:normal;}
    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{font-size:15px;padding-bottom: 28px;}
    .title span{letter-spacing: 1px;font-size: 24px;line-height: 30px;padding: 10px 0;}
    .title b{font-size:50px;}


    .main1 .box{flex-wrap: wrap;}
    .main1 .box .list{width: 33.33%;}
    .main1 .box .list .tt{font-size: 16px;font-weight: bold;line-height: 26px;}
    .main1 .box .list .tt span{margin-bottom: 8px;}




    .main2 .box{flex-wrap: wrap;}
    .main2 .box .zuo{width:102%;min-height: inherit;flex-wrap: wrap;display: flex;justify-content: space-between;}
    .main2 .box .zuo a{padding: 12px 12px 12px 15px;font-size: 16px;width: 49%;margin: 1% 0 !important;line-height: 1.4;}
    .main2 .box .zuo a:before{display: none;}
    .main2 .box .zuo a span{font-size: 13px;}
    .main2 .box .you{width:100%;display: none;}

    .main2 .lb2{margin:10px -6px -6px;}
    .main2 .lb2 .list{margin:6px;}
    .main2 .lb2 .list .tt{padding:10px 10px 24px;}
    .main2 .lb2 .list .tt1{font-size: 14px;}
    .main2 .lb2 .list .tt2{font-size: 16px;margin-top: 3px;}
    .main2 .lb2 .list .tt3{font-size: 13px;width: 100px;height: 32px;margin-top: 8px;}
    .lb2 .swiper-slide{width: 80%;max-width: 400px;}




    .title1{padding-bottom:28px;display: block;flex-wrap: wrap;}
    .title1 .div1{font-size: 24px;line-height:30px;letter-spacing: 1px;}
    .title1 .div2{margin-top: 14px;}
    .title1 .div2 a{padding:0 18px 0 0;margin:0 18px 0 0;font-size: 15px;}
    .title1 .div2 a:nth-child(n+2):after{left:-18px;height: 14px;}


    .main3 .box{flex-wrap: wrap;}
    .main3 .box .zuo{width: 100%;padding-top: 0;}
    .main3 .box .zuo .tt1{font-size: 14px;-webkit-line-clamp: 10;min-height:inherit;margin-top: -8px;}
    .main3 .box .zuo .tt2{font-size: 14px;margin-top: 16px;}
    .main3 .box .you{width: 100%;margin-top: 28px;}
    .main3 .box .you:after{display: none;}


    .lb4{margin: -6px;}
    .lb4 .list{margin: 6px;}
    .lb4 .swiper-slide{width: 80%;max-width: 400px;}


    .main5{height:180px;display: flex;align-items: center;justify-content: center;text-align: center;}
    .main5 .tt1{font-size: 24px;line-height: 30px;letter-spacing: 2px;}
    .main5 .tt2{width: 150px;height: 44px;font-size: 16px;margin-top: 16px;}
    .main5 .tt2 img{margin-right:8px;height: 18px;}




    footer{font-size: 14px;}
    footer .box2{padding: 18px 15px;}
    footer .box1{padding: 30px 0 22px;flex-wrap: wrap;}
    footer .box1 > div:nth-child(n+2){padding-top:0;}
    footer .box1 .ul{display: none;}
    footer .box1 .img{display:none;}
    footer .box1 .tt{max-width: 100%;}
    footer .box1 .tt1 img{height: 44px;}
    footer .box1 .tt2{font-size: 26px;margin-top: 16px;}
    footer .box1 .tt3{font-size: 14px;}



    .banner2{height: 200px;font-size:16px;line-height: 28px;}
    .banner2 b{font-size: 24px;line-height: 32px;letter-spacing: 1px;margin-bottom:7px;}



    .title7{padding-top: 0;}
    .title7 .div{flex-wrap: wrap;padding: 10px 0;}
    .title7 .div a{font-size: 16px;margin-right: 30px;line-height:28px;position: relative;padding: 6px 0;}
    .title7 .div a:after{border-radius: 4px;}

    .title8{padding: 14px 0;}
    .title8 a{font-size: 15px;margin-right: 30px;padding: 0;}


    .ny{padding:40px 0 50px;}
    .title9{padding-bottom: 20px;margin-bottom: 25px;}
    .title9 .div1{font-size: 22px;line-height: 30px;}


    .nycp{margin:0 -6px;}
    .nycp .list{margin:0 6px 12px;width: calc(50% - 12px);box-shadow: none;border: 1px solid #eee;}
    .nycp .list .tt{padding:10px 10px 24px;}
    .nycp .list .tt1{font-size: 14px;}
    .nycp .list .tt2{font-size: 16px;margin-top: 3px;}
    .nycp .list .tt3{font-size: 13px;width: 100px;height: 32px;margin-top: 8px;}



    .titletop{padding: 22px 0 16px;}
    .titletop .div1{padding-left: 20px;}

    .nycp1{padding-bottom:55px;}
    .nycp1 .box{margin-bottom: 25px;flex-wrap: wrap;padding: 20px;border: 1px solid #ddd;box-shadow: none;}
    .nycp1 .box .zuo{width: 100%;}
    .nycp1 .box .swiper-slide{height: auto;padding-top: 80%;}
    .nycp1 .box .swiper-slide img{display: block;position: absolute;left: 0;top:0;right: 0;bottom: 0;margin: auto;max-height: 88%;max-width: 88%;}
    .nycp1 .box .swiperxq2{padding: 0 16px;}
    .nycp1 .box .swiperxq2 .swiper-slide{height: 80px;padding-top: 0;}
    .nycp1 .box .swiper-button-prev{left: -14px;}
    .nycp1 .box .swiper-button-next{right:-14px;}

    .nycp1 .box .you{width: 100%;padding:20px 0 0;}
    .nycp1 .box .you .tt1{font-size: 22px;line-height:32px;}
    .nycp1 .box .you .tt2{font-size: 15px;padding-top: 0;}
    .nycp1 .box .you .tt3{font-size: 14px;padding-top: 11px;margin-top: 11px;min-height: inherit;}
    .nycp1 .box .you .tt4{width:140px;height: 44px;font-size: 16px;margin-top: 15px;}
    .nycp1 .box .you .tt4:before{margin-right: 6px;}

    .nycp1 .box2{height:auto;}
    .nycp1 .box2 .div1{font-size:15px;line-height:30px;z-index: 11;box-shadow: none;border: 1px solid #eee;padding: 8px;flex-wrap: wrap;justify-content: left;text-align: left;}
    .nycp1 .box2 .div1 a{width: auto;padding: 2px 15px;display: block;margin: 2px;}
    .nycp1 .box2 .div1.active{position: relative;top:auto;width: 100%;max-width: 100%;}

    .nycp1 .box3{margin-top: 25px;}
    .nycp1 .box3 .div1{margin-bottom: 8px;}
    .nycp1 .box3 .div1 span{font-size: 22px;padding-right: 15px;}
    .nycp1 .box3 .div2{font-size:14px;}





    .nycp1 .box3 .div3{margin:-11px 0 0;}
    .nycp1 .box3 .div3 .spbox{width:100%;margin:15px 0 0;}
    .nycp1 .box3 .div3 .spbox .bjcover:before{font-size:38px;}



    .nycp1 .box3 .div4{margin:-8px -6px 0;}
    .nycp1 .box3 .div4 a{width: calc(50% - 12px);margin:12px 6px 0;}
    .nycp1 .box3 .div4 a .tt{font-size: 14px;line-height: 44px;}

    .nyjj{margin:0 -6px;}
    .nyjj a{width: calc(50% - 12px);margin:0 6px 12px;}
    .nyjj a .tt{font-size: 14px;line-height: 44px;}






}

@media (max-width:767px) {


}
@media (max-width:600px) {
    .nycp .list{width: calc(100% - 12px)}

}

@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;} 
}


