/*全局样式*/
@charset "utf-8";
body {font:14px/1.5 "Arial","微软雅黑","AlibabaPuHuiTi", "黑体", "Impact";color: #333;-webkit-text-size-adjust: 100%;background-color: #fff;overflow-x: hidden;min-width: 320px;word-wrap:break-word;}
.container-fluid {
    max-width:1450px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #D60054;
    --color_hover: #E90B62;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}

*::first-letter {
    text-transform: uppercase;  /* 再将第一个字母转为大写 */
}

body{padding-top:84px;}
header{position:fixed;left: 0;top:0;z-index: 111;width: 100%;box-shadow: 0 4px 8px rgba(0, 0, 0, .1);background-color: #fff;}
header .box{display: flex;justify-content: space-between;align-items: center;padding-top: 4px;}
header .logo{height: 80px;font-size: 0;margin-right: 20px;display: flex;align-items: center;}
header .logo img{max-height:60%;}

header .txt1{font-size:20px;cursor: pointer;}
header .txt1:hover{color: var(--color_zhuti);}
header .txt2{background: var(--color_zhuti);font-size: 16px;color: #fff;line-height: 42px;border-radius: 88px;padding: 0 30px;cursor: pointer;}
header .txt2:hover{background: var(--color_hover);}


header nav{width:80%;max-width:1000px;}
header nav ul{position: relative;display: flex;justify-content:space-between;align-items: center;}
header nav ul li{text-align: center;position: relative;z-index: 2;}
header nav ul li > a{display:flex;align-items: center;line-height: 80px;font-size:16px;position: relative;padding: 0 2px;text-transform: uppercase;color: #666;}
header nav ul li > a i{display: block;font-size: 70%;margin-left: 4px;font-weight: bold;}
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:calc(100% - 16px);width:180px;margin-left: calc(50% - 60px);right: 0;background:rgba(255,255,255,1);padding:10px 0;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius:8px;}
header nav .ul a{font-size:15px;color: #333;line-height:24px;padding:6px 20px;display: block;text-align: left;}
header nav .ul a:hover{color: var(--color_zhuti);}
header nav .ul a.active{color: var(--color_zhuti);}
header nav .ul .li.active > a{color: var(--color_zhuti);}
header nav .ul .li.active > i{color: var(--color_zhuti);}
@media (min-width:992px){
    header nav ul > li:hover .ul{display: block;}
    header nav ul .li:hover .ul2{display: block;}
}
header nav ul .li{position: relative;}
header nav ul .li > i{position: absolute;right: 15px;line-height: 36px;top: 0;font-size: 80%;color: #888;}
header nav ul .li .ul2{position: absolute;left: 100%;top:-10px;width: 180px;background: #fff;box-shadow: 0 0 4px rgba(0, 0, 0, .06);display: none;border-radius: 6px;overflow: hidden;padding: 10px 0;}












/*banner*/
.banner{position: relative;z-index: 1;overflow: hidden;height: calc(90vh - 84px);}
.banner video{position: absolute;left: 0;top: 0;height: 100%;z-index: 1;object-fit:cover;}
.banner .tt{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: end;background: rgba(0, 0, 0, .3);z-index: 2;}
.banner .tt .container-fluid{padding-bottom: 5%;font-size: 55px;font-weight: bold;color: #fff;line-height: 1.3;}
.banner .tt .div1{max-width: 1000px;min-height: 3.9em;}
.banner .tt .div2{border:1px solid #fff;height: 40px;width: 25px;border-width: 2px;border-radius: 50px;z-index: 3;margin: 44px auto 0;position: relative;cursor: pointer;overflow: hidden;}
.banner .tt .div2:after{content: "";width: 3px;height: 10px;margin-top: 0px;opacity: 1;background-color: #fff;position: absolute;left: 0;right: 0;top: 0;margin:0 auto;border-radius: 22px;animation:shangxia 3s linear infinite;}
@keyframes shangxia {from {top: 4px;opacity: .9;}to {top: 96%;opacity: 0;}}



/*搜索*/
#formbox{display:none;position:fixed;left: 0;width: 100%;z-index: 114;background:rgba(0, 0, 0, .6);top:0;height:100vh;}
#formbox form{width: 740px;margin:0 auto;max-width:92%;display: flex;border-bottom: 1px solid #fff;position: absolute;left: 0;right: 0;top: 50%;margin-top: -30px;}
#formbox form input{font-size:22px;color: #222;border: 0;height:70px;background: transparent;padding: 0 0 0 20px;width: calc(100% - 60px);color: #fff;}
#formbox form button{width: 60px;float: right;background:transparent;font-size:33px;height: 70px;border: 0;color: #fff;}
#formbox form button:hover{color: var(--color_zhuti);}
#formbox .gb{position: absolute;right: 30px;top: 30px;font-size: 36px;color: #fff;}
#formbox .gb:hover{color:var(--color_zhuti);transform:rotate(90deg);cursor: pointer;}
@media (max-width:991px) {
    /*搜索*/
    #formbox{padding:50px 15px 0;}
    #formbox #form_close{font-size: 30px;right: 6px;top:11%;}
    #formbox form input{font-size:15px;padding: 0 15px;width: calc(100% - 60px);height:54px;border-width: 1px;}
    #formbox form button{width: 60px;font-size: 24px;height: 54px;border-width: 1px;}
}

.main88{padding-top: 88px;padding-bottom: 88px;}
.title{text-align: center;padding-bottom: 50px;font-size: 40px;line-height: 48px;font-weight: bold;}
.title span{display: block;color: var(--color_zhuti);font-size: 16px;line-height: 24px;text-transform: uppercase;padding-bottom: 11px;}
.title i{display: block;color: #666;font-size: 15px;line-height: 22px;text-transform: none;padding-top: 8px;font-weight: normal;}

.main1 .box{display: flex;margin: -10px 5px 0;}
.main1 .box .list{display: block;width: calc(25% - 10px);position: relative;margin: 10px 5px 0;}
.main1 .box .list .bjcover{padding-top: 130%;position: relative;z-index: 1;}
.main1 .box .list .bjcover:after{content: "";opacity: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .6);position: absolute;left: 0;top: 0;transition: all 1s;}
.main1 .box .list .tt{position: absolute;left: 0;width: 100%;bottom: 0;padding: 50px 20px 0;text-align: center;z-index: 3;}
.main1 .box .list .tt1{font-size:22px;color: #fff;}
.main1 .box .list .tt2{display: flex;justify-content: center;margin-top: 0;opacity: 1;transform:rotatex(-90deg)}
.main1 .box .list .tt2 span{display: block;font-size: 14px;color: #fff;padding: 8px 30px;border: 2px solid #fff;border-radius: 88px;}
@media (min-width:992px) {
    .main1 .box .list:hover .bjcover:after{opacity: 1;}
    .main1 .box .list:hover .tt{padding-bottom: 50px;}
    .main1 .box .list:hover .tt2{opacity: 1;margin-top: 20px;transform:rotatex(0deg)}
}

.main2 .swiper-slide{width: 68.8%;}
.main2 .list{display: block;overflow: hidden;}
.main2 .list .bjcover{padding-top:60%;}
.main2 .list:hover .bjcover{transform: var(--transform_scale);}

.lb2{position: relative;}
.lb2 .swiper-button-prev{width: 60px;height: 60px;background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .06);font-size: 22px;color: #222;border-radius: 50%;left: -30px;}
.lb2 .swiper-button-prev:hover{background: var(--color_zhuti);color: #fff;}
.lb2 .swiper-button-next{width: 60px;height: 60px;background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .06);font-size: 22px;color: #222;border-radius: 50%;right: -30px;}
.lb2 .swiper-button-next:hover{background: var(--color_zhuti);color: #fff;}


.main3{position: relative;}
.main3 .imgbj{position: absolute;left: 0;top: 29%;height: 64%;z-index: 1;width: 56%;}
.main3 .box{display: flex;justify-content: space-between;align-items: center;position: relative;z-index: 2;}
.main3 .box:nth-child(n+2){margin-top: 60px;}
.main3 .box .zuo{width: 48%;padding-left: 66px;position: relative;display: flex;align-items: center;}
.main3 .box .zuo .tt{position: relative;}
.main3 .box .zuo .tt1{position: absolute;left: -156px;top:94px;color: var(--color_zhuti);text-transform: uppercase;transform:rotate(-90deg);font-weight: bold;letter-spacing: normal;}
.main3 .box .zuo .tt2{display: flex;}
.main3 .box .zuo .tt2 span{color: #555;background: #ECECEC;padding: 12px;display: flex;line-height: 1;font-size: 15px;}
.main3 .box .zuo .tt3{display: block;font-size:40px;position: relative;padding-right: 60px;line-height: 48px;border-bottom: 1px solid #ddd;padding-bottom: 18px;margin-bottom: 26px;margin-top: 40px;}
.main3 .box .zuo .tt3:before{font-size: 16px;position: absolute;right: 0;top: 0;font-weight: bold;}
.main3 .box .zuo .tt3:hover{color: var(--color_zhuti);border-color: var(--color_zhuti);}
.main3 .box .zuo .tt4 .div{padding-bottom: 8px;display: flex;align-items: center;color: #666;font-size: 15px;}
.main3 .box .zuo .tt4 .div:before{display: block;margin-right: 6px;}
.main3 .box .you{width: 48%;border-radius: 11px;overflow: hidden;}
.main3 .box .you:after{content: "";display: block;padding-top: 80%;}
.main3 .box:nth-child(even){flex-direction: row-reverse;}




.main4 .list{display: block;}
.main4 .list .bjcover{padding-top: 77%;}
.main4 .list .tt{font-size: 18px;font-weight: bold;text-align: center;padding: 20px 10px;}
.main4 .list:hover .bjcover{transform: var(--transform_scale);}
.main4 .list:hover .tt{color: var(--color_zhuti);}

.lb4{position: relative;}
.lb4 .swiper-button-prev{width: 50px;height: 50px;background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .06);font-size: 22px;color: #222;border-radius: 50%;left: 20px;}
.lb4 .swiper-button-prev:hover{background: var(--color_zhuti);color: #fff;}
.lb4 .swiper-button-next{width: 50px;height: 50px;background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .06);font-size: 22px;color: #222;border-radius: 50%;right: 20px;}
.lb4 .swiper-button-next:hover{background: var(--color_zhuti);color: #fff;}


.more{display: flex;justify-content: center;margin-top: 26px;}
.more a{display: block;padding: 10px 30px;min-width: 188px;text-align: center;background: var(--color_zhuti);color: #fff;border-radius: 88px;font-size: 16px;}
.more a:hover{background: var(--color_hover);}


.main5 .container-fluid{padding-top: 22px;padding-bottom: 22px;}
.main5 .box{display: flex;justify-content: space-between;align-items: center;}
.main5 .box .zuo{width: 44%;}
.main5 .box .zuo .top2{font-size: 22px;font-weight: bold;padding-bottom: 16px;}
.main5 .box .zuo .tt1{font-size: 40px;line-height: 48px;color: #fff;}
.main5 .box .zuo .tt2{font-size: 16px;color: #fff;margin-top: 22px;}
.main5 .box .zuo .tt3{display: flex;justify-content: space-between;margin-top: 40px;gap: 14px;}
.main5 .box .zuo .tt3 .div{border: 1px solid rgba(255, 255, 255, .3);height: 260px;text-align: center;padding-top:90px;font-size: 16px;width: 100%;color: #fff;}
.main5 .box .zuo .tt3 .div .div1{display: flex;align-items: center;justify-content: center;padding-bottom: 6px;}
.main5 .box .zuo .tt3 .div .div1 b{display: block;font-size: 60px;line-height: 1;}
.main5 .box .zuo .tt3 .div .div1 span{display: block;font-size: 20px;margin-left: 6px;}

.main5 .box .you{width: 50%;background: #fff;padding: 50px;border-radius: 11px;overflow: hidden;box-shadow: 0 0 11px rgba(0, 0, 0, .1);}
.main5 .box .you .tt1{font-size: 40px;line-height: 48px;padding-bottom:22px;font-weight: bold;text-align: center;}
.main5 .box .you form > input{height: 50px;background: #F6F6F6;font-size: 16px;padding: 0 18px;margin-bottom: 14px;width: 100%;border: 0;border-radius: 6px;}
.main5 .box .you textarea{line-height: 24px;height: 98px;background: #F6F6F6;font-size: 16px;padding: 13px 18px;margin-bottom: 14px;width: 100%;border: 0;border-radius: 6px;}
/* 聚焦时改变背景颜色 */
#form1 input:focus {
    background-color: #EDEDED!important; /* 浅蓝色 */
    outline: none; /* 可选：去掉默认的聚焦边框 */
}
#form1 textarea:focus {
    background-color: #EDEDED!important; /* 浅蓝色 */
    outline: none; /* 可选：去掉默认的聚焦边框 */
}
/* 聚焦时改变背景颜色 */
#form2 input:focus {
    background-color: #EDEDED!important; /* 浅蓝色 */
    outline: none; /* 可选：去掉默认的聚焦边框 */
}
#form2 textarea:focus {
    background-color: #EDEDED!important; /* 浅蓝色 */
    outline: none; /* 可选：去掉默认的聚焦边框 */
}

.main5 .box .you button{height: 50px;background: var(--color_zhuti);font-size: 18px;color: #fff;border-radius: 88px;margin-top: 14px;width: 100%;border: 0;}
.main5 .box .you button:hover{background: var(--color_hover);}
.main5 .box .you .tt2{color: #555;margin-top: 26px;}


footer{background: #333333;color: rgba(255, 255, 255, .6);;}
footer .box{padding: 80px 0 70px;display: flex;justify-content: space-between;}
footer .box .tt{max-width: 400px;}
footer .box .tt1{font-size: 20px;color: #fff;padding-bottom: 20px;}
footer .box .tt2{}
footer .box .tt2 .div{display: flex;margin-bottom: 16px;align-items: center;}
footer .box .tt2 .div:before{margin-right: 6px;}
footer .box .ul{margin-left: 20px;min-width: 188px;}
footer .box .ul a{display: block;padding-bottom: 8px;}
footer .box .ul a:nth-child(1){font-size: 20px;color: #fff;padding-bottom: 20px;}
footer .box .ul a:nth-child(n+2):hover{color: #fff;text-decoration: underline!important;}
footer .box2{position: relative;padding: 70px 0 36px;}
footer .box2:after{content: "";width: 100%;height: 1px;background:rgba(255, 255, 255, .3);position: absolute;left: 0;top: 30px;z-index: 1;}
footer .box2 .container-fluid{position: relative;z-index: 6;}
footer .box2 .footerlogo{background: #333333;height: 40px;position: absolute;left: 0;right: 0;top: 10px;margin: 0 auto;z-index: 2;width: fit-content;padding: 0 30px;}
footer .box2 .footerlogo img{max-height: 100%;}
/*footer .box2 .footerlogo img{filter: brightness(0) invert(1);max-height: 100%;}*/
footer .box2 .div{display: flex;align-items: center;justify-content: space-between;}
footer .box2 .div .div2{display: flex;align-items: center;}
footer .box2 .div .div2 a{display: block;margin-left: 20px;line-height: 24px;}
footer .box2 .div .div2 a.iconfont{font-size: 18px;}
footer .box2 .div .div2 a:hover{color: #fff;}




.nybanner{height: 448px;display: flex;align-items: center;justify-content: center;text-align: center;color: #fff;}
.nybanner .tt1{font-size: 60px;line-height: 68px;font-weight: bold;}
.nybanner .tt2{font-size: 16px;margin-top: 8px;}
.nybanner a:hover{color: var(--color_zhuti)!important;}

.ny{padding: 60px 0 88px;}
.ny .box{display: flex;justify-content: space-between;}
.ny .box .zuo{width: 340px;flex-shrink: 0;}
.ny .box .zuo .top{font-size: 16px;letter-spacing: normal;font-weight: bold;text-transform: uppercase;color: #fff;background: var(--color_zhuti);padding:15px 20px;line-height: 24px;position: relative;}
.ny .box .zuo .top:before{position: absolute;right: 20px;top: 15px;font-size: 80%;}
.ny .box .zuo .ul{background: #F6F6F6;padding: 20px;}
.ny .box .zuo .ul a{font-size: 16px;color: #444;padding: 7px 0;display: flex;align-items: center;}
.ny .box .zuo .ul a span{display: block;margin-right: 4px;}
.ny .box .zuo .ul a:hover{color: var(--color_zhuti);}
.ny .box .zuo .ul a.active{color: var(--color_zhuti);}


.ny .box .you{width: calc(100% - 380px);}
.ny .box .you .top{font-size: 40px;line-height: 48px;font-weight: bold;}
.ny .box .you .nyabout{margin-top: 55px;}
.ny .box .you .nyabout .tt1{font-size: 26px;font-weight: bold;line-height: 34px;}
.ny .box .you .nyabout .tt2{color: #666;margin-top: 8px;}
.ny .box .you .nyabout .tt3{margin-top: 14px;position: relative;padding-bottom: 26px;}
.ny .box .you .nyabout .list{display: block;}
.ny .box .you .nyabout .list .bjcover{padding-top:68%;}
.ny .box .you .nyabout .list .txt{font-size: 18px;font-weight: bold;text-align: center;padding:14px 10px;}
.ny .box .you .nyabout .tt3 .swiper-button-prev{width: 40px;height: 40px;background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .06);font-size: 18px;color: #222;border-radius: 50%;left: -20px;top: 42%;}
.ny .box .you .nyabout .tt3 .swiper-button-prev:hover{background: var(--color_zhuti);color: #fff;}
.ny .box .you .nyabout .tt3 .swiper-button-next{width: 40px;height: 40px;background: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .06);font-size: 18px;color: #222;border-radius: 50%;right: -20px;top: 42%;}
.ny .box .you .nyabout .tt3 .swiper-button-next:hover{background: var(--color_zhuti);color: #fff;}
.ny .box .you .nyabout .tt3 .swiper-pagination span{background: var(--color_zhuti);}


.nypar{margin: 0 -10px;display: flex;flex-wrap: wrap;}
.nypar .list{display: block;width: calc(20% - 20px);margin: 0 10px 20px;border: 1px solid #eee;padding: 20px;text-align: center;}
.nypar .list .img{padding-top:56%;position: relative;overflow: hidden;}
.nypar .list .img img{display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;max-height: 96%;max-width: 96%;}
.nypar .list .tt{color: #666;padding: 11px 0 6px;}
.nypar .list .tt b{display: block;font-size: 16px;padding-bottom: 6px;color: #222;}
.nypar .list:hover{box-shadow: 0 0 22px rgba(0, 0, 0, .1);}
.nypar .list:nth-child(n+6){width: calc(25% - 20px);}




.lbmil{position: relative;}
.lbmil:after{content: "";width: 100%;height: 2px;background: #ddd;position: absolute;left: 0;top: 19px;}
.lbmil .list{display: block;margin-top: 68px;background: #F6F6F6;padding: 20px;position: relative;}
.lbmil .list .top{width: 40px;height: 40px;background: #ACACAC;border-radius: 50%;position: absolute;left: 0;right: 0;top: -68px;color: #fff;font-size: 20px;display: flex;align-items: center;justify-content: center;margin: 0 auto;z-index: 9;cursor: pointer;}
.lbmil .list .bjcover{padding-top: 62%;}
.lbmil .list .tt{padding: 20px 0 0;}
.lbmil .list .tt1{font-size: 26px;line-height: 1.3;}
.lbmil .list .tt2{color: #888;margin-top: 4px;font-size: 15px;}
.lbmil .swiper-slide-active .list .top{background: var(--color_zhuti);color: #fff;}
.lbmil .swiper-button-prev{width: 46px;height: 46px;background: #ACACAC;border-radius: 50%;font-size: 16px;color: #ffff;left: 0;top: 18px;}
.lbmil .swiper-button-next{width: 46px;height: 46px;background: #ACACAC;border-radius: 50%;font-size: 16px;color: #ffff;right: 0;top: 18px;}
.lbmil .swiper-button-prev:hover{background: var(--color_zhuti);color: #fff;}
.lbmil .swiper-button-next:hover{background: var(--color_zhuti);color: #fff;}


.qua1{display: flex;justify-content: space-between;padding-bottom:66px;max-width: 1230px;margin: 0 auto;}
.qua1 .img{width: 48%;}
.qua1 .tt{width: 48%;}
.qua1 .tt .title{text-align: left;padding:10px 0;}
.qua1 .tt .tt2{border-bottom: 1px solid #ddd;padding: 33px 0;display: flex;justify-content: space-between;}
.qua1 .tt .tt2 .div1{width: 68px;height: 68px;border-radius: 50%;background: var(--color_zhuti);font-size: 30px;color: #fff;display: flex;align-items: center;justify-content: center;flex-shrink: 0;margin-right: 20px;}
.qua1 .tt .tt2 .div2{flex: 1;}
.qua1 .tt .tt2 .div2 .div3{font-size: 17px;font-weight: bold;}
.qua1 .tt .tt2 .div2 .div4{color: #888;margin-top: 6px;}

.qua2 .qua2box{display: flex;flex-wrap: wrap;margin:0 -10px;}
.qua2 .qua2box a{display: block;width: calc(25% - 20px);margin: 0 10px 20px;position: relative;background: #F6F6F6;}
.qua2 .qua2box a:after{content: "";display: block;padding-top:141.428%;}
.qua2 .qua2box a img{display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin:auto;max-height: 94%;max-width: 94%;}




.pef .title{max-width: 1200px;margin: 0 auto;}
.pef .lbpef{background: #F6F6F6;padding: 77px 10% 111px;position: relative;}
.pef .lbpef .list{text-align: center;}
.pef .lbpef .tt1{font-size: 50px;color: var(--color_zhuti);line-height: 1;}
.pef .lbpef .tt2{font-size: 30px;line-height: 38px;margin-top: 22px;}
.pef .lbpef .tt3{font-size: 18px;color: #888;margin-top:30px;line-height: 1.6;}
.pef .lbpef .tt4{color: #666;margin-top: 22px;}
.pef .lbpef .swiper-pagination{bottom: 55px;}
.pef .lbpef .swiper-pagination span.swiper-pagination-bullet-active{background: var(--color_zhuti);}
.pef .lbpef .swiper-button-prev{font-size: 30px;color: #555;left: 4%;}
.pef .lbpef .swiper-button-prev:hover{color: var(--color_zhuti);}
.pef .lbpef .swiper-button-next{font-size: 30px;color: #555;right: 4%;}
.pef .lbpef .swiper-button-next:hover{color: var(--color_zhuti);}



.nyfea .box1{display: flex;justify-content: space-between;gap: 20px;flex-wrap: wrap;}
.nyfea .box1 .list{background: url(../images/bj6.jpg) no-repeat center center/cover;width:calc(50% - 10px);padding: 48px;}
.nyfea .box1 .list .title{padding-bottom: 0;}

.nyfea .box2{max-width: 1200px;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;}
.nyfea .box2 .img{width: 48%;}
.nyfea .box2 .tt{width: 48%;}
.nyfea .box2 .tt .title{padding-bottom: 0;text-align: left;}
.nyfea .box2 .tt .more{justify-content: left;}


.nyfea .box3{background: url(../images/p031-s05-bgg.jpg) no-repeat center center/cover;}
.nyfea .box3 .container-fluid{padding-top: 33px;padding-bottom: 33px;max-width: 1200px!important;}
.nyfea .box3 .list{display: block;overflow: hidden;position: relative;}
.nyfea .box3 .list:after{content: "";width: 2px;height: calc(100% - 120px);background: #ddd;position: absolute;left: calc(50% - 1px);top: 50px;z-index: 1;}
.nyfea .box3 .list .tt{width: calc(50% - 30px);box-shadow: 0 0 11px rgba(0, 0, 0, .1);float: left;background: #fff;padding: 25px;margin-right: 30%;margin-bottom: 20px;position: relative;z-index: 2;}
.nyfea .box3 .list .tt:nth-child(even){float: right;margin-right: 0;margin-left: 30%;}
.nyfea .box3 .list .tt .tt2{font-size: 18px;}
.nyfea .box3 .list .tt .tt3{color: #888;margin-top: 6px;}
.nyfea .box3 .list .tt .tt1{width: 36px;height: 36px;background: #ACACAC;border-radius: 50%;color: #fff;font-size: 16px;position: absolute;left: calc(100% + 12px);top: 44px;display: flex;align-items: center;justify-content: center;}
.nyfea .box3 .list .tt:nth-child(even) .tt1{right: calc(100% + 12px);left: auto;}
.nyfea .box3 .list .tt:nth-child(1) .tt1{background: var(--color_zhuti);}


.nyfea .box4 .list{display: flex;flex-wrap: wrap;margin: -20px -10px 0;}
.nyfea .box4 .list .tt{width: calc(25% - 20px);margin: 20px 10px 0;background: #F6F6F6;padding: 44px;text-align: center;}
.nyfea .box4 .list .tt .tt1{width: 62px;height: 62px;border: 2px solid var(--color_zhuti);border-radius: 50%;font-size: 28px;margin: 0 auto 22px;display: flex;align-items: center;justify-content: center;color: var(--color_zhuti);}
.nyfea .box4 .list .tt .tt2{font-size:18px;font-weight: bold;}
.nyfea .box4 .list .tt .tt3{color: #888;margin-top: 8px;}


.nyrob .box{position: relative;}
.nyrob .box .li{width: calc(18% + 100px);background: #F6F6F6;}
.nyrob .box .li a{display: block;font-size: 18px;color: #444;line-height: 28px;padding: 11px;text-align: center;position: relative;font-weight: bold;}
.nyrob .box .li a:after{content: "";width: 4px;height: 40%;background: var(--color_zhuti);position: absolute;left: -4px;top: 0;transition: all .3s;opacity: 0;bottom: 0;margin:auto 0;}
.nyrob .box .li a:nth-child(n+2){border-top: 1px solid #ddd;}
.nyrob .box .li:hover a{color: var(--color_zhuti);background: #fff;}
.nyrob .box .li.active a{color: var(--color_zhuti);background: #fff;}
.nyrob .box .li:hover a:after{opacity: 1;height: 100%;}
.nyrob .box .li.active a:after{opacity: 1;height: 100%;}

.nyrob .box .list{display: none;justify-content: space-between;align-items: center;height: 100%;border: 1px solid #eee;width: calc(82% - 150px);position: absolute;right: 0;top: 0;}
.nyrob .box .list .bjcover{height: 100%;width: 50%;}
.nyrob .box .list .tt{width: 50%;padding: 50px;}
.nyrob .box .list .tt .tt1{font-size:24px;font-weight: bold;}
.nyrob .box .list .tt .tt2{color: #888;margin-top: 11px;}
@media (min-width:992px) {
    .nyrob .box .li.active .list{display: flex;}
}




.nyrob2 .container-fluid{max-width: 1200px!important;}
.nyrob3 .container-fluid{max-width: 1200px!important;}
.nyrob.nynov .container-fluid{max-width: 1200px!important;}
.nyrob2 .zuo{display: flex;background: #F6F6F6;margin-bottom: 20px;}
.nyrob2 .zuo a{font-size: 18px;padding: 16px;border-top: 2px solid transparent;width: 100%;font-weight: bold;text-align: center;}
.nyrob2 .zuo a:hover{background: #fff;border-color: var(--color_zhuti);color: var(--color_zhuti);}
.nyrob2 .zuo a.active{background: #fff;border-color: var(--color_zhuti);color: var(--color_zhuti);}
.nyrob2 .list{display: none;justify-content: space-between;align-items: center;border: 1px solid #eee;height: 380px;}
.nyrob2 .list.active{display: flex;}
.nyrob2 .list .bjcover{height: 100%;width: 50%;}
.nyrob2 .list .tt{width: 50%;padding: 50px;}
.nyrob2 .list .tt .tt1{font-size: 24px;font-weight: bold;}
.nyrob2 .list .tt .tt2{color: #888;margin-top: 18px;}
.nyrob2 .list .tt .tt2 .div{padding-bottom: 8px;display: flex;align-items: center;color: #666;font-size: 15px;}
.nyrob2 .list .tt .tt2 .div:before{display: block;margin-right: 6px;}


.nyrob3 .box{display: flex;justify-content: space-between;}
.nyrob3 .box .zuo{width:50%;padding: 50px 50px 50px 0;}
.nyrob3 .box .you{width:50%;}
.nyrob3 .box .zuo .title{text-align: left;padding-bottom: 16px;}
.nyrob3 .box .zuo .tt{color: #888;margin-top: 16px;}
.nyrob3 .box .zuo .tt .div{padding-bottom: 8px;display: flex;color: #666;font-size: 15px;}
.nyrob3 .box .zuo .tt .div:before{display: block;margin-right: 6px;top: 1px;position: relative;}
.nyrob3 .box .zuo .more{justify-content: left;}



.nyrob.nynov .box{display:flex;}
.nyrob.nynov .box .li{width: 100%;margin-bottom: 464px;}
.nyrob.nynov .box .li a:before{display: block;}
.nyrob.nynov .box .li a:after{display: none;}
.nyrob.nynov .box .li:hover a{background: #F6F6F6;}
.nyrob.nynov .box .li.active a{background: #F6F6F6;}
.nyrob.nynov .box .list{bottom: 0;top: auto;height: 444px;width: 100%;}



.nyvov2 .box{display: flex;justify-content: space-between;margin: -20px -10px 0;flex-wrap: wrap;}
.nyvov2 .box .list{background: #F6F6F6;width: calc(25% - 20px);margin: 20px 10px 0;padding: 50px 20px;text-align: center;font-size: 16px;color: #888;}
.nyvov2 .box .list .tt{display: flex;color: var(--color_zhuti);justify-content: center;padding-bottom: 8px;align-items: center;}
.nyvov2 .box .list .tt b{display: block;font-size: 60px;line-height: 1;}
.nyvov2 .box .list .tt span{display: block;font-weight: bold;margin-left: 6px;}




.nynov5 .box{display: flex;margin: -30px -15px 0;flex-wrap: wrap;align-items: center;}
.nynov5 .box .list{width:calc(33.33% - 30px);margin: 30px 15px 0;}
.nynov5 .box .list.zuo .title{text-align: left;padding-bottom: 11px;}
.nynov5 .box .list.zuo .more{justify-content: left;}
.nynov5 .box .list.you{box-shadow: 0 0 11px rgba(0, 0, 0, .1);padding: 56px 35px;}
.nynov5 .box .list.you .top{font-size: 22px;font-weight: bold;}
.nynov5 .box .list.you .tt{margin-top: 26px;padding-left: 30px;position: relative;}
.nynov5 .box .list.you .tt:before{color: var(--color_zhuti);font-size: 20px;position: absolute;left: 0;top: 1px;}
.nynov5 .box .list.you .tt .tt1{font-size: 18px;}
.nynov5 .box .list.you .tt .tt2{color: #888;margin-top: 8px;}




.nycp .box{display: flex;margin: 0 -10px;flex-wrap: wrap;}
.nycp .box .list{width:calc(33.33% - 20px);margin: 0 10px 20px;}
.nycp .box .list .bjcover{padding-top:72%;}
.nycp .box .list .tt{font-size: 16px;font-weight: bold;padding: 15px 8px 8px;text-align: center;}
.nycp .box .list:hover .bjcover{transform: var(--transform_scale);}
.nycp .box .list:hover .tt{color: var(--color_zhuti);}
.nycp .box .list .txt{padding: 8px;font-size: 15px;color: #666;line-height: 28px;}
.nycp.nycp2 .box .list{width: calc(25% - 20px);}


.title .xian{width: 74px;height: 1px;background: #333;margin-top: 22px;}

.nycpjj .box{display: flex;justify-content: space-between;align-items: center;}
.nycpjj .box .zuo{width: 40%;}
.nycpjj .box .zuo .title{text-align: left;padding-bottom: 22px;position: relative;}
.nycpjj .box .zuo .more{justify-content: left;}
.nycpjj .box .you{width: 56%;display: flex;flex-wrap: wrap;}
.nycpjj .box .you .list{background: #F6F6F6;padding: 0 30px;display: flex;align-items:center;justify-content: center;height: 260px;text-align: center;margin: 20px 0 0 20px;position: relative;width: calc(50% - 20px);}
.nycpjj .box .you .list:nth-child(2){top: -20px;}
.nycpjj .box .you .list:nth-child(4){top: -20px;}
.nycpjj .box .you .list .tt1{font-size: 52px;color: var(--color_zhuti);line-height: 1;}
.nycpjj .box .you .list .tt2{font-size: 18px;margin-top: 18px;}
.nycpjj .box .you .list .tt3{color: #888;margin-top: 8px;display: none;}
.nycpjj .box .you .list:hover .tt3{height: auto;}



.title9{padding: 30px 0;display: flex;align-items: center;font-size: 16px;color: #888;}
.title9 b{color: #666;}
.title9 a:hover{color: var(--color_zhuti);}


.cpxq{background: #F6F6F6;padding-bottom: 77px;}
.cpxq .box1{background: #fff;padding: 60px;}
.cpxq .box1 .imgbox .bjcover{padding-top:50%;position: relative;}
.cpxq .box1 .swiperxq2{margin-top: 10px;}
.cpxq .box1 .swiperxq2 .bjcover:after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .4);position: absolute;left: 0;top: 0;transition: all .3s;}
.cpxq .box1 .swiperxq2 .swiper-slide-thumb-active .bjcover:after{background: transparent;}
.cpxq .box1 .tt{padding-top: 28px;}
.cpxq .box1 .tt .tt1{font-size: 40px;line-height: 48px;}
.cpxq .box1 .tt .tt2{display: flex;flex-wrap: wrap;align-items: center;font-size: 16px;color: #888;margin: 16px 0 30px;gap: 20px;}
.cpxq .box1 .tt .tt2 span{display: flex;margin-right:20px;max-width: 100%;word-wrap: break-word;      /* 允许长单词换行 */
  word-break: break-all;      /* 强制换行（更彻底） */
  white-space: normal;   }
.cpxq .box1 .tt .tt2 span:before{display: block;margin-right: 6px;position: relative;top: 1px;}

.danye{font-size: 16px;color: #444;line-height: 1.7;}


.nylx .box{display: flex;justify-content: space-between;align-items: center;}
.nylx .box .zuo{width: 43%;}
.nylx .box .zuo .title{text-align: left;}
.nylx .box .you{width: 52%;display: flex;flex-wrap: wrap;gap: 20px;justify-content: space-between;}
.nylx .box .you .list{background: #F6F6F6;width: calc(50% - 10px);padding: 60px 30px;text-align: center;}
.nylx .box .you .list .tt1{width: 54px;height: 52px;display: flex;justify-content: center;align-items: center;border: 2px solid var(--color_zhuti);border-radius: 50%;font-size: 26px;color: var(--color_zhuti);margin: 0 auto 22px;}
.nylx .box .you .list .tt2{font-size: 22px;font-weight: bold;}



.tcbox1{display: none;position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .8);z-index: 111;}
.tcbox2{position: absolute;left: 0;top: 50%;right: 0;width: 660px;background: #fff;transform:translateY(-50%);padding: 44px;margin: 0 auto;max-width: 100%;}
.tcbox2 .gb{position: absolute;right: 20px;top: 20px;font-size: 30px;line-height: 1;transition: all .3s;cursor: pointer;}
.tcbox2 .gb:hover{color: red;}
.tcbox2 .tt1{font-size: 40px;line-height: 48px;padding-bottom:22px;font-weight: bold;text-align: center;}
.tcbox2 form > input{height: 50px;background: #F6F6F6;font-size: 16px;padding: 0 18px;margin-bottom: 14px;width: 100%;border: 0;border-radius: 6px;}
.tcbox2 textarea{line-height: 24px;height: 98px;background: #F6F6F6;font-size: 16px;padding: 13px 18px;margin-bottom: 14px;width: 100%;border: 0;border-radius: 6px;}
.tcbox2 button{height: 50px;background: var(--color_zhuti);font-size: 18px;color: #fff;border-radius: 88px;margin-top: 14px;width: 100%;border: 0;}
.tcbox2 button:hover{background: var(--color_hover);}
.tcbox2 .tt2{color: #555;margin-top: 26px;}
@media (max-width:991px){
    .tcbox2{width: 100%;padding: 25px 20px;}
    .tcbox2 .tt1{font-size: 22px;line-height: 30px;padding-bottom:16px;}
    .tcbox2 form > input{height: 44px;font-size: 14px;padding: 0 15px;margin-bottom: 10px;}
    .tcbox2 button{height: 44px;font-size: 16px;margin-top: 10px;}
    .tcbox2 .tt2{margin-top: 16px;}
}













/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){

}
@media (max-width:1199px){
    .main5 .box .zuo .tt3 .div .div1 b{font-size: 40px;}
    .nypar .list{width: calc(33.33% - 20px)!important;}




}
@media (max-width:991px) {
    body{letter-spacing: normal;}
    header .logo img{max-height: 50%;}

    /*pc导航*/
    header nav{display:none;width:100%;max-width: 100%;float: none;padding:15px 20px 40px;margin:0;position: absolute;right:0;top:100%;z-index:113;background: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, .06);overflow-y: auto;overflow-x:hidden;max-height: calc(100vh - 120px)}
    header nav .container-fluid{padding: 0;}
    header nav ul{display: block!important;}
    header nav ul > li{display:block;width:100%;text-align: left;padding: 0 40px 0 0;border-bottom: 1px solid #f6f6f6;position: relative;}
    header nav ul > li > a{display:block; color: #333;font-size:15px;padding:0 0 0 10px;line-height:50px;}
    header nav ul > li > a i{display: none;}
    header nav ul > li:nth-last-child(1){border: 0;}
    header nav ul > li > i{display: block;position: absolute;right: 0;top:0;width: 40px;color: #999;line-height: 50px;font-size: 16px;font-weight: normal;text-align: center;}
    header nav ul > li:hover > a{;background: transparent;color: var(--color_zhuti);}
    header nav ul > li.active > a{background: transparent;color: var(--color_zhuti);}
    header nav ul > li.active > i{color: var(--color_zhuti);}
    header nav .ul{display:none;position: relative;left: auto;top:auto;width: calc(100% + 110px);margin-left: -35px;right: auto;background:#f6f6f6;padding:8px 14px;box-shadow: none;border-radius:0;}
    header nav .ul a{font-size: 14px;color: #333;line-height: 26px;padding:6px 5px 6px 35px;display: block;}
    header nav .ul a:hover{background-color: transparent;color: var(--color_zhuti);}
    header nav .ul a.active{background-color: transparent;color: var(--color_zhuti);}
    header nav ul .li{padding-right: 60px;}
    header nav ul .li > i{display: block;position: absolute;right: 20px;top:0;width: 40px;color: #999;line-height:38px;font-size: 100%;font-weight: normal;text-align: center;}
    header nav ul .li .ul2{position: relative;left: 30px;top: auto;width: 100%;box-shadow: none;}

   /*移动导航按钮*/
    header .lanmu{width: 30px;font-size: 0;height: 21px;position: absolute;right: 15px;bottom:30px;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;}



    /*banner*/
    .banner{height:50vh;}
    .banner .tt .container-fluid{padding-bottom:8%;font-size: 22px;line-height: 34px;}

    .main88{padding-top: 44px;padding-bottom: 44px;}
    .title{padding-bottom: 22px;font-size: 22px;line-height: 30px;font-weight: bold;}
    .title span{font-size: 14px;line-height: 22px;padding-bottom: 3px;}

    .main1 .box{flex-wrap: wrap;}
    .main1 .box .list{width: calc(50% - 10px);}
    .main1 .box .list .bjcover:after{opacity: .4;}
    .main1 .box .list .tt{position: absolute;left: 0;width: 100%;bottom: 0;padding: 50px 20px 0;text-align: center;z-index: 3;}
    .main1 .box .list .tt1{font-size:18px;padding-bottom:22px;}
    .main1 .box .list .tt2{display: none;}
    .lb2 .swiper-button-prev{width: 36px;height: 36px;font-size: 16px;left: -10px;}
    .lb2 .swiper-button-next{width: 36px;height: 36px;font-size: 16px;right: -10px;}



    .main3{padding-top: 0px!important;}
    .main3 .imgbj{display: none;}
    .main3 .box{flex-direction: column-reverse;flex-wrap: wrap;flex-direction: column-reverse!important;}
    .main3 .box:nth-child(n+2){margin-top: 40px;}
    .main3 .box .zuo{width: 100%;padding-left:40px;margin-top: 22px;}
    .main3 .box .zuo .tt1{left: -134px;top:94px;}
    .main3 .box .zuo .tt2 span{font-size: 13px;padding: 10px;}
    .main3 .box .zuo .tt3{font-size:22px;padding-right: 40px;line-height: 30px;padding-bottom: 11px;margin-bottom: 16px;margin-top: 18px;}
    .main3 .box .you{width: 100%;}
    .main4 .list .tt{font-size: 15px;padding: 12px 6px;}


    .lb4 .swiper-button-prev{width: 36px;height: 36px;font-size: 16px;left:-10px;top: 42%;}
    .lb4 .swiper-button-next{width: 36px;height: 36px;font-size: 16px;right: -10px;top: 42%;}


    .more{margin-top:14px;}
    .more a{padding: 8px 16px;min-width:140px;font-size: 15px;}


    .main5 .container-fluid{padding-top: 11px;padding-bottom: 11px;}
    .main5 .box{display:block;}
    .main5 .box .zuo{width:100%;}
    .main5 .box .zuo .tt1{font-size: 22px;line-height: 30px;}
    .main5 .box .zuo .tt2{font-size: 15px;margin-top: 16px;}
    .main5 .box .zuo .tt3{margin-top: 22px;gap: 12px;}
    .main5 .box .zuo .tt3 .div{height: auto;padding-top:0;font-size: 14px;border: 0;}
    .main5 .box .zuo .tt3 .div .div1 b{font-size: 34px;}
    .main5 .box .zuo .tt3 .div .div1 span{font-size: 16px;}

    .main5 .box .you{width: 100%;padding: 25px 20px;margin-top:30px;}
    .main5 .box .you .tt1{font-size: 22px;line-height: 30px;padding-bottom:16px;}
    .main5 .box .you form > input{height: 44px;font-size: 14px;padding: 0 15px;margin-bottom: 10px;}
    .main5 .box .you button{height: 44px;font-size: 16px;margin-top: 10px;}
    .main5 .box .you .tt2{margin-top: 16px;}



    footer .box{padding: 40px 0 30px;display: block;}
    footer .box .tt{max-width: 100%;}
    footer .box .tt1{padding-bottom: 11px;}
    footer .box .tt2 .div{margin-bottom: 11px;}
    footer .box .ul{margin-left: 0;margin-top: 20px;}
    footer .box .ul a{display: block;padding-bottom: 5px;}
    footer .box .ul a:nth-child(1){padding-bottom: 9px;}
    footer .box .ul a:nth-child(n+2){display: inline-block;vertical-align: top;margin-right: 20px;}

    footer .box2{padding: 50px 0 28px;text-align: center;}
    footer .box2:after{top: 20px;}
    footer .box2 .footerlogo{height: 30px;top: 0;padding: 0 22px;}
    footer .box2 .div{display:flex;flex-direction: column-reverse;flex-wrap: wrap;}
    footer .box2 .div .div2{margin:0 0 6px;justify-content: center;width: 100%}
    footer .box2 .div .div2 a{margin:5px;}





    .nybanner{height:180px;}
    .nybanner .tt1{font-size: 24px;line-height:32px;}
    .nybanner .tt2{font-size: 14px;margin-top: 6px;}

    .ny{padding: 40px 0 50px;}
    .ny .box{display: block;}
    .ny .box .zuo{width: 100%;margin-bottom: 25px;}
    .ny .box .zuo .ul{display: none;}
    .ny .box .you{width:100%;}
    .ny .box .you .top{font-size: 22px;line-height: 30px;margin-bottom: -11px;}
    .ny .box .you .nyabout{margin-top: 40px;}
    .ny .box .you .nyabout .tt1{font-size:18px;line-height: 28px;}
    .ny .box .you .nyabout .list .txt{font-size:15px;padding:10px;}
    .ny .box .you .nyabout .tt3 .swiper-button-prev{width: 36px;height: 36px;font-size: 14px;left: -10px;top: 38%;}
    .ny .box .you .nyabout .tt3 .swiper-button-next{width: 36px;height: 36px;font-size: 14px;right: -10px;top: 38%;}





    .qua1{padding-bottom: 40px;flex-wrap: wrap;}
    .qua1 .img{width:100%;}
    .qua1 .tt{width: 100%;padding-top: 25px;}
    .qua1 .tt .title{padding:0;}
    .qua1 .tt .tt2{padding:25px 0;}
    .qua1 .tt .tt2 .div1{width: 50px;height: 50px;font-size: 18px;margin-right: 16px;}
    .qua1 .tt .tt2 .div2 .div3{font-size: 16px;}

    .qua2 .qua2box{margin:0 -6px;}
    .qua2 .qua2box a{width: calc(33.33% - 12px);margin: 0 6px 12px;}


    .pef .lbpef{padding: 34px 10% 70px;}
    .pef .lbpef .tt1{font-size: 40px;}
    .pef .lbpef .tt2{font-size: 24px;line-height: 32px;margin-top: 14px;}
    .pef .lbpef .tt3{font-size: 16px;margin-top: 11px;}
    .pef .lbpef .tt4{color: #666;margin-top: 22px;}
    .pef .lbpef .swiper-pagination{bottom: 30px;}
    .pef .lbpef .swiper-button-prev{font-size: 24px;left: 2%;}
    .pef .lbpef .swiper-button-next{font-size: 24px;right: 2%;}

    .nyfea .box1 .list{width:100%;padding: 30px;}


    .nyfea .box2{display: block;}
    .nyfea .box2 .img{width:100%;}
    .nyfea .box2 .tt{width: 100%;margin-top: 30px;}


    
    .nyfea .box3 .container-fluid{padding-top: 0;padding-bottom: 0;}

    .nyfea .box3 .list:after{left: 15px;}
    .nyfea .box3 .list .tt{width: calc(100% - 42px);float: right;margin: 0 0 15px!important;padding:15px 18px;}
    .nyfea .box3 .list .tt .tt1{width: 30px;height: 30px;font-size: 15px;left:-42px!important;}



    .nyfea .box4 .list{margin: -12px -6px 0;}
    .nyfea .box4 .list .tt{width: calc(50% - 12px);margin: 12px 6px 0;padding: 26px 11px;}
    .nyfea .box4 .list .tt .tt1{width: 36px;height: 36px;font-size: 22px;margin-bottom: 16px;}
    .nyfea .box4 .list .tt .tt2{font-size:16px;}

    .nyrob .box .li{width:100%;}
    .nyrob .box .li a{font-size: 16px;line-height: 26px;padding: 10px;display: block;}
    .nyrob .box .list{height: auto;width: 100%;position:relative;right: auto;top: auto;flex-wrap: wrap;}
    .nyrob .box .list .bjcover{height:auto;width: 100%;padding-top: 64%;}
    .nyrob .box .list .tt{width: 100%;padding: 20px;background: #fff;}
    .nyrob .box .list .tt .tt1{font-size:18px;}
    .nyrob .box .list.active{display: block;}

    .nyrob2 .zuo{display:block;width: 100%;}
    .nyrob2 .zuo a{font-size: 16px;padding: 10px;display: block;width: 100%;}

    .nyrob2 .list{display: none;height: auto;}
    .nyrob2 .list{flex-wrap: wrap;}
    .nyrob2 .list .bjcover{height: auto;width: 100%;padding-top: 64%;}
    .nyrob2 .list .tt{width: 100%;padding: 20px;}
    .nyrob2 .list .tt .tt1{font-size: 18px;}
    .nyrob2 .list .tt .tt2{margin-top: 11px;}
    .nyrob2 .list .tt .tt2 .div{padding-bottom: 5px;}


    .nyrob3 .box{display:block;}
    .nyrob3 .box .zuo{width:100%;padding: 0 0 30px;}
    .nyrob3 .box .you{width:100%;padding-top: 64%;}
    .nyrob3 .box .zuo .title{padding-bottom: 11px;}



    .nyrob.nynov .box{display:block;}
    .nyrob.nynov .box .li{width: 100%;margin-bottom: 0;border-top: 1px solid #fff;}
    .nyrob.nynov .box .list{bottom: auto;top: auto;height: auto;width: 100%;}



    .nyvov2 .box{margin: -12px -6px 0;}
    .nyvov2 .box .list{width: calc(50% - 12px);margin: 12px 6px 0;padding: 30px 16px;font-size: 14px;}
    .nyvov2 .box .list .tt{padding-bottom: 11px;}
    .nyvov2 .box .list .tt b{font-size: 34px;}
    .nyvov2 .box .list .tt span{display: block;font-weight: bold;margin-left: 6px;}

    .nynov5{border-top: 1px solid #ddd;padding-top: 20px!important;}
    .nynov5 .box{display:block;margin: -16px 0 0;}
    .nynov5 .box .list{width:100%;margin: 30px 0 0;}
    .nynov5 .box .list.you{box-shadow: none;padding:20px 0;}
    .nynov5 .box .list.you .top{font-size: 20px;margin-bottom: -6px;}
    .nynov5 .box .list.you .tt{margin-top: 20px;}
    .nynov5 .box .list.you .tt .tt1{font-size: 16px;}





    .nycp .box{margin: 0 -6px;}
    .nycp .box .list{width:calc(50% - 12px)!important;margin: 0 6px 12px;}
    .nycp .box .list .tt{font-size: 15px;}
    


    .title .xian{width:62px;margin: 16px auto 0;}

    .nycpjj .box{display:block;}
    .nycpjj .box .zuo{width: 100%;}
    .nycpjj .box .zuo .title{padding-bottom: 11px;text-align: center;}
    .nycpjj .box .zuo .more{justify-content: center;}

    .nycpjj .box .you{width:100%;justify-content: space-between;margin-top: 10px;}
    .nycpjj .box .you .list{padding: 33px 20px;height: auto;margin: 12px 0 0;width: calc(50% - 6px);}
    .nycpjj .box .you .list:nth-child(2){top: 0;}
    .nycpjj .box .you .list:nth-child(4){top: 0;}
    .nycpjj .box .you .list .tt1{font-size: 36px;}
    .nycpjj .box .you .list .tt2{font-size: 18px;margin-top: 18px;}
    .nycpjj .box .you .list .tt3{display: block;}

    .cpxq{padding-bottom: 50px;}
    .cpxq .box1{padding: 25px;}
    .cpxq .box1 .tt{padding-top: 28px;}
    .cpxq .box1 .tt .tt1{font-size: 24px;line-height: 32px;}
    .cpxq .box1 .tt .tt2{margin-bottom: 18px;}


    .danye{font-size: 14px;}


    .nylx .box{display:block;}
    .nylx .box .zuo{width: 100%;}
    .nylx .box .zuo .title{text-align: center;}
    .nylx .box .you{width: 100%;flex-wrap: wrap;gap: 10px;}
    .nylx .box .you .list{width: calc(50% - 5px);padding: 24px 15px;}
    .nylx .box .you .list .tt1{width: 40px;height: 40px;font-size: 18px;margin-bottom: 11px;}
    .nylx .box .you .list .tt2{font-size: 18px;}
    .main5 .box .zuo .top2{text-align: center;font-size: 18px;}
    .main5 .box .zuo .danye{text-align: center;}



}

@media (max-width:767px) {
    .nypar{margin: 0 -6px;}
    .nypar .list{width: calc(50% - 12px)!important;margin: 0 6px 12px;padding: 15px;}
    .nypar .list .tt{padding: 8px 0 4px;line-height: 1.3;}
    .nypar .list .tt b{font-size: 15px;}
    .qua2 .qua2box a{width: calc(50% - 12px);}


}
@media (max-width:600px) {
    .nycp .box .list{width:calc(100% - 12px);}
    .nycpjj .box .you .list{width: 100%;}

}

