/*全局样式*/
@charset "utf-8";
body {font:14px/1.7 "微软雅黑",黑体,"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;letter-spacing: .8px;}
.container-fluid {
    max-width:1630px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #00aeac;
    --color_hover: #32c2a2;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}

body{padding-top: 82px;}
header{position:fixed;left: 0;top:0;z-index: 111;width: 100%;box-shadow: 0 4px 8px rgba(0, 0, 0, .06);background-color: #fff;padding-left: 30px;}
header .box{display: flex;justify-content: space-between;align-items: center;}
header .logo{height: 82px;font-size: 0;margin-right: 30px;display: flex;align-items: center;}
header .logo img{max-height:90%;}
header .txt1{font-size: 20px;color: var(--color_zhuti);display: flex;align-items: center;}
header .txt1:before{color: #777;display: block;font-size: 120%;margin-right:3px;}
header .txt2{font-size: 16px;color: #fff;display: flex;align-items: center;width: 150px;justify-content: center;background: var(--color_zhuti);transition: all .3s;cursor: pointer;}
header .txt2:before{color: #fff;display: block;font-size: 140%;margin-right:11px;}
header .txt2:hover{background: var(--color_hover);}
header nav{width:88%;max-width:1300px;}
header nav ul{display: flex;justify-content:space-between;}
header nav ul li{text-align: center;z-index: 2;}
header nav ul li > a{display:block;line-height: 82px;font-size:18px;padding: 0 2px;}
header nav ul li > i{display: none;}
header nav ul li:hover > a{color: var(--color_zhuti);}
header nav ul li.active > a{color: var(--color_zhuti);}

header nav .ul{display: none;position: absolute;left: 0;top:100%;width:100%;background:#f0f2f3;padding:18px 0;box-shadow: 0 0 11px rgba(0,0,0,.06) inset;border-radius:8px;overflow: hidden;font-size: 0;background: #fff;}
header nav .ul a{font-size:17px;color: #333;line-height:26px;padding:6px 40px;display: inline-block;vertical-align: top;position: relative;}
header nav .ul a:after{content: "";width: 1px;height: 18px;background: #ddd;position: absolute;right: 0;top:0;bottom: 0;margin: auto 0;}
header nav .ul a:nth-last-child(1):after{display: none!important;}
header nav .ul a:hover{color: var(--color_zhuti);}
header nav .ul a.active{color: var(--color_zhuti);}
@media (min-width:992px){
    /*header nav ul > li:hover .ul{display: block;}*/
    header nav .nav_xg{position: absolute; left: 0; bottom: 0; height:3px; background-color: var(--color_zhuti);z-index:1;width: 40px;border-radius: 6px;overflow: hidden;}
}

/*banner*/
.banner{position: relative;z-index: 1;overflow: hidden;}
.banner .swiper-slide{overflow: hidden;}
.banner .swiper-slide img{display: block;width: 100%;}
.banner .swiper-slide .bjcover{height: calc(100vh - 83px);display: flex;align-items: center;}
.banner .swiper-slide .bjcover .tt1{font-size: 30px;line-height: 36px;font-weight: bold;}
.banner .swiper-slide .bjcover .tt2{font-size: 60px;line-height: 70px;color: var(--color_zhuti);margin-top: 16px;}
.banner .swiper-slide .bjcover .tt3{font-size: 40px;line-height: 50px;margin-top: 14px;}
.banner .swiper-slide .bjcover .tt4{width: 250px;height: 60px;display: flex;align-items: center;justify-content: space-around;font-size: 16px;margin-top:48px;background: var(--color_zhuti);color: #fff;font-weight: bold;}
.banner .swiper-slide .bjcover .tt4 span{display: block;font-weight: normal;}
.banner .swiper-slide .bjcover .tt4:hover{background: var(--color_hover);}

.banner .swiper-slide .bjcover .tt1{opacity: 0;left: -44px;position: relative;transition: all .8s linear;}
.banner .swiper-slide .bjcover .tt2{opacity: 0;left: -44px;position: relative;transition: all .8s linear;transition-delay:.5s;}
.banner .swiper-slide .bjcover .tt3{opacity: 0;left: -44px;position: relative;transition: all .8s linear;transition-delay:1s;}
.banner .swiper-slide .bjcover .tt4{opacity: 0;left: -44px;position: relative;transition: all .8s linear;transition-delay:1.5s;}
.banner .swiper-slide .bjcover.active .tt1{opacity: 1;left: 0;}
.banner .swiper-slide .bjcover.active .tt2{opacity: 1;left: 0;}
.banner .swiper-slide .bjcover.active .tt3{opacity: 1;left: 0;}
.banner .swiper-slide .bjcover.active .tt4{opacity: 1;left: 0;}


.banner .swiper-pagination-bullet{background:#aaa;opacity:.66;transition: all .2s;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;border-radius: 4px;opacity: 1;background: var(--color_zhuti);}
.banner video{ height: 750px !important; }


/*搜索*/
#formbox{display:block;position: fixed;left: 0;width: 100%;z-index: 112;background:rgba(0, 0, 0, .88);top:0;height: 100%;padding: 50px 10%;display: none;}
#formbox .logo2 img{max-height:72px;}
#formbox #form_close{font-size: 50px;color: #fff;position: absolute;right: 10%;top:50px;font-weight: normal;cursor: pointer;opacity: .8;transition: all .3s;}
#formbox #form_close:hover{opacity: 1;transform: rotate(20deg);}
#formbox form{width: 1200px;margin:15% auto 0;display: block;max-width: 100%;}
#formbox form input{font-size:20px;color: #fff;border: 0;border-bottom: 2px solid #fff;height: 60px;background: transparent;padding: 0 30px;width: calc(100% - 140px);}
#formbox form button{width: 120px;float: right;background:transparent;border: 2px solid #fff;font-size: 20px;border-radius: 4px;color: #fff;height: 60px;}
#formbox form button:hover{background-color: #fff;color: var(--color_zhuti);}
@media (max-width:991px) {
    /*搜索*/
    #formbox{padding:100px 15px 0;}
    #formbox #form_close{font-size: 30px;right: 15px;top:11%;}
    #formbox form input{font-size:15px;padding: 0 20px;width: calc(100% - 66px);height:44px;border-width: 1px;}
    #formbox form button{width: 60px;font-size: 16px;height: 44px;border-width: 1px;}
    .banner video{ height: 200px !important; }
}



.main88{padding-top: 80px;padding-bottom: 80px;}
.more{display: flex;align-items: center;justify-content: space-between;width: 174px;height: 52px;background: var(--color_zhuti);font-size: 17px;color: #fff;padding: 0 18px 0 25px;margin-top: 40px;}
.more span{display: block;font-size: 150%;position: relative;top:1px;}
.more:hover{background: var(--color_hover);}

.title{display: flex;justify-content: space-between;margin-bottom: 48px;}
.title .div1{font-size: 44px;line-height: 52px;}
.title .div1 span{display: block;color: var(--color_zhuti);text-decoration: underline;font-size: 24px;text-decoration: underline;line-height: 32px;margin-bottom: 11px;}


.main1{position: relative;}
.main1 .box{padding-top: 30px;padding-bottom: 30px;}
.main1 .top{font-size:186px;color:rgba(255, 255, 255, .5);text-align: center;line-height: 1;text-transform: uppercase;font-weight: bold;margin-bottom: 40px;position: relative;z-index: 2;white-space:nowrap;}
.main1 .tt{background: #fff;width: 800px;padding: 52px;max-width: 66%;position: relative;z-index: 3;}
.main1 .tt .tt1{font-size:36px;color:var(--color_zhuti);line-height: 44px;}
.main1 .tt .tt2{font-size:17px;color: #555;margin-top: 22px;}
.main1 .bjcover{position: absolute;right: 0;bottom: 0;height: calc(100% - 230px);width: 62%;z-index: 1;}


.main2 .list{display: block;background: #f0f0f0;position: relative;}
.main2 .list:after{content: "";width: 100%;height: 0;background: var(--color_zhuti);position: absolute;left: 0;top: 0;transition: all .3s;opacity: 0;}
.main2 .list .img{padding-top: 71%;position: relative;overflow: hidden;}
.main2 .list .img img{display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin:auto;max-height:80%;max-width: 80%;transition: all .3s;}
.main2 .list .tt{font-size: 22px;line-height: 88px;text-align: center;margin: 0 30px;border-top: 1px solid #fff;}
.main2 .list:hover .tt{color: var(--color_zhuti);}
.main2 .list:hover:after{opacity: 1;height: 5px;}
.main2 .list:hover .img img{transform: var(--transform_scale);}


.main3{position: relative;}
.main3 .img{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;}
.main3 .img .bjcover{position: absolute;left: 0;top: 0;height: 100%;width: 100%;transition: all 0s!important;opacity: 0;}
.main3 .img .bjcover.active{opacity: 1;}
.main3 .main88{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.main3 .title{position: relative;z-index: 2;display: block;max-width: 34%;}
.main3 .title .div1{color: #fff;min-height: 150px;}
.main3 .title .more{margin-top: 30px;}
.main3 .you{width:62%;position: relative;z-index: 3;float: right;align-items: end;display: flex;justify-content: right;}
.main3 .you .list1{width: 42%;background: rgba(0, 174, 172, .88);position: absolute;left: 0;bottom: 0;height: 50%;}
.main3 .you .list1:after{content: "";width: 240px;height: 240px;border: 2px solid #fff;border-radius: 50%;margin: auto;position: absolute;left: 0;right: 0;top: 0;bottom: 0;z-index: 1;}
.main3 .you .list1 a{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;opacity: 0;}
.main3 .you .list1 a.active{opacity: 1;}
.main3 .you .list1 a span{display: block;position: relative;z-index: 2;font-size: 26px;line-height: 34px;color: #fff;text-align: center;}
.main3 .you .list1 a span img{display: block;height: 48px;margin:0 auto 18px;}

.main3 .you .list2{display: flex;flex-wrap: wrap;width:58%;min-height: 636px;}
.main3 .you .list2 a{display: flex;align-items: center;width: 50%;height: 160px;border: 1px solid rgba(255, 255, 255, .3);font-size: 22px;letter-spacing: 1px;color: #fff;padding-left:calc(14% + 36px);position: relative;margin: -1px -1px 0 0;}
.main3 .you .list2 a img{display: block;position: absolute;left: 17%;top: 0;bottom: 0;margin: auto 0;width: 48px;}
.main3 .you .list2 a:hover{background: rgba(255, 255, 255, .3);}
.main3 .you .list2 a.active{background: rgba(255, 255, 255, .3);}



.main4{position: relative;}
.main4:after{content: "";width: 62%;height: 100%;background: #f5f5f5;position: absolute;right: 0;top: 0;z-index: 1;}
.main4 .box{display: flex;justify-content: space-between;position: relative;z-index: 3;}
.main4 .box .zuo{width: 48%;}
.main4 .box .zuo .sp{height: 480px;position: relative;cursor: pointer;}
.main4 .box .zuo .sp .bjcover{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 3;display: flex;align-items: center;justify-content: center;}
.main4 .box .zuo .sp .bjcover span{display: block;font-size: 24px;color: #fff;text-align: center;transition: all .3s;}
.main4 .box .zuo .sp .bjcover span:before{font-size: 60px;display: block;margin-bottom: 11px;line-height: 1;}
.main4 .box .zuo .sp video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2;}
.main4 .box .zuo .sp.active .bjcover{z-index: 1;}
.main4 .box .zuo .sp:hover .bjcover span{padding-top: 20px;}
.main4 .box .more{margin-top: 50px;border: 1px solid #ddd;background: transparent;color: #333;}
.main4 .box .more:hover{background: var(--color_zhuti);border-color: var(--color_zhuti);color: #fff;}
.main4 .box .you{width: 48%;}
.main4 .box .you .list a{display: block;}
@media (min-width:992px) {
    .main4 .box .you .list a:nth-child(n+2) .img{display: none;}
    .main4 .box .you .list a:nth-child(n+2) .tt{position: relative;border-bottom: 1px solid #ddd;}
    .main4 .box .you .list a:nth-child(n+2) .tt .tt1{font-size: 16px;line-height: 60px;position: relative;padding: 0 60px 0 118px;-webkit-line-clamp: 1;min-height: 60px;}
    .main4 .box .you .list a:nth-child(n+2) .tt .tt1:before{position: absolute;right: 20px;top: 0;color: var(--color_zhuti);font-size: 140%;}
    .main4 .box .you .list a:nth-child(n+2) .tt .tt2{display: none;}
    .main4 .box .you .list a:nth-child(n+2) .tt .tt3{position: absolute;left: 0;top: 15px;border-right: 1px solid #ddd;line-height: 30px;height: 30px;width: 100px;color: var(--color_zhuti);}
    .main4 .box .you .list a:nth-child(n+2):hover .tt .tt1{color: var(--color_zhuti);}
    .main4 .box .you .list a:nth-child(1){display: flex;justify-content: space-between;padding-bottom: 22px;}
    .main4 .box .you .list a:nth-child(1) .img{width:35%;background: #fff;display: flex;justify-content: center;align-items: center;}
    .main4 .box .you .list a:nth-child(1) .img img{max-height: 100%;}
    .main4 .box .you .list a:nth-child(1) .tt{width: 62%;padding: 10px 0;}
    .main4 .box .you .list a:nth-child(1) .tt .tt1{font-size: 20px;line-height: 30px;min-height: 60px;}
    .main4 .box .you .list a:nth-child(1) .tt .tt1:before{display: none;}
    .main4 .box .you .list a:nth-child(1) .tt .tt2{font-size: 15px;color: #727272;margin-top: 11px;-webkit-line-clamp: 3;min-height: 5.1em;}
    .main4 .box .you .list a:nth-child(1) .tt .tt3{font-size: 15px;color: var(--color_zhuti);margin-top: 22px;}
}


.main5{padding: 44px 0;}
.main5 .box{display: flex;justify-content: space-between;align-items: center;}
.main5 .box .tt1{font-size: 26px;letter-spacing: 1px;line-height: 34px;color: #fff;}
.main5 .box .tt1 b{display: block;font-size: 40px;line-height: 50px;margin-bottom: 11px;}
.main5 .box .tt2{font-size: 24px;color: #fff;line-height: 32px;}
.main5 .box .tt2:before{font-size: 140%;position: relative;top: 5px;margin-right: 10px;}
.main5 .box .tt2 b{display: block;font-size: 36px;line-height: 40px;margin-top: 10px;}



footer{font-size: 14px;color: rgba(255, 255, 255, .66);}
footer .box2{padding: 30px 0;border-top: 1px solid rgba(255, 255, 255, .3);}
footer .box1{padding: 66px 0;display: flex;justify-content: space-between;}
footer .box1 .tt{max-width: 400px;font-size: 16px;}
footer .box1 .tt1 img{display: block;height: 48px;}
footer .box1 .tt2{margin-top: 28px;line-height: 2;}
footer .box1 .ss{width: 122px;text-align: center;}
footer .box1 .ss img{display: block;width: 100%;margin-bottom: 6px;}
footer .box1 .ul{padding: 0 10px;max-width: 320px;min-width: 100px;}
footer .box1 .ul a{display:block;vertical-align: top;font-size: 16px;padding-bottom: 8px;}
footer .box1 .ul a:nth-child(1){display: block;font-size: 18px;color: #fff;padding-bottom: 18px;}
footer .box1 .ul.ul2 a:nth-child(n+2){display: inline-block;min-width: 49%;}
footer .box1 .ul:nth-last-child(1){margin-left: -66px;}
footer .box1 .ul a:nth-child(n+2):hover{color: #fff!important;text-decoration: underline!important;}



.title1{font-size: 0;text-align: center;margin-top: -11px;margin-bottom:12px;}
.title1 a{display: inline-block;vertical-align: top;position: relative;border: 1px solid #eee;box-shadow:0 0 11px rgba(0,0,0,.03);font-size:17px;color: #333;line-height:48px;min-width:180px; width: 12%; text-align: center;transition: all .2s;margin: 0 8px 10px 0;padding: 0 2px;background-color: #f7f7f7;}
.title1 a:hover{background-color:var(--color_zhuti);color: #fff;}
.title1 a.active{background-color:var(--color_zhuti);color: #fff;}

@media (max-width:1440px){.title1 a{ width: 15%; min-width: 120px; font-size: 16px; }}
@media (max-width:1220px){.title1 a{ width: 15%; min-width: 110px; font-size: 14px;margin: 0 6px 6px 0;}}
@media (max-width:767px){
    .title1{margin-top: -8px;margin-bottom:15px;}
    .title1 a{font-size: 15px;line-height: 40px;min-width: 110px;margin: 1px; width: 32.333%;}    
}

.title2{font-size: 16px;text-align: center;margin-top: -5px;margin-bottom:30px;}
.title2 a{ font-size: 16px; height: 36px; line-height: 36px; margin:10px; padding:10px; }
.title2 a:hover,.title2 a.active{ color:var(--color_zhuti); text-decoration: underline!important;}
@media (max-width:767px){
    .title2 a{margin:8px; padding:8px;}
    
}


.banner2{background-color: #efefef;}
.banner2 .box{display: flex;justify-content: space-between;}
.banner2 .box .img{width: 46%;display: flex;align-items: center;justify-content: center;}
.banner2 .box .ttbox{min-height: 600px;display: flex;align-items: center;width: 46%;}
.banner2 .box .ttbox .tt1{font-size: 66px;color: var(--color_zhuti);line-height: 76px;font-weight: bold;text-transform: uppercase;}
.banner2 .box .ttbox .tt2{font-size: 36px;line-height: 44px;margin-top: 11px;border-bottom: 3px solid var(--color_zhuti);padding-bottom:30px;}

.banner2.banner3 .box .ttbox{min-height: 440px;width: 100%;}



.nycp1{position: relative;}
.nycp1 .img{width: 50%;position: absolute;left: 0;top: 0;height: 100%;}
.nycp1 .img .bjcover{height:100%;}
.nycp1 .box{width: 50%;display: flex;align-items: center;min-height: 580px;padding:50px 0 50px 50px;float: right;}
.nycp1 .box .tt1{font-size: 30px;line-height: 40px;margin-bottom: 20px;}
.nycp1 .box .tt2{font-size: 16px;color: #555;line-height: 2;}



.nycp2{background: #f8f8f8;}
.nycp2 .box{display: flex;justify-content: space-between;padding: 99px 0;}
.nycp2 .box .zuo{width: 50%;}
.nycp2 .box .zuo .tt1{font-size: 40px;color: var(--color_zhuti);line-height: 46px;font-weight: bold;}
.nycp2 .box .zuo .tt2{font-size: 36px;color: var(--color_zhuti);line-height: 46px;margin-top: 6px;letter-spacing: 1px;}
.nycp2 .box .you{font-size: 16px;color: #555;line-height: 2;width: 50%;padding: 0 0 0 50px;}



.title8{font-size: 40px;line-height: 50px;color: var(--color_zhuti);letter-spacing: 1px;margin-bottom: 40px;text-align: center;}
.txtbox{ font-size:16px; line-height:2; min-height:250px;}
.txtbox img{ max-width:100% !important; height:auto !important; padding:2px !important; display:block; margin:0 auto;}
.txtbox table{width:100% !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}
.txtbox table tr td{width:auto !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}

.nycp{margin: 0 -15px;display: flex;flex-wrap: wrap;}
.nycp .list{display: block;border: 1px solid #ddd;position: relative;width: calc(33.33% - 30px);margin: 0 15px 30px;}
.nycp .list:after{content: "";width: 100%;height: 0;background: var(--color_zhuti);position: absolute;left: 0;top: 0;transition: all .3s;opacity: 0;}
.nycp .list .img{padding-top: 71%;position: relative;overflow: hidden;}
.nycp .list .img img{display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin:auto;max-height:80%;max-width: 80%;transition: all .3s;}
.nycp .list .img .bjcover{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.nycp .list .tt{font-size: 18px;line-height: 38px;text-align: center;margin: 15px 30px 10px;border-top: 1px solid #ddd; height: 76px; overflow: hidden;}
.nycp .list:hover .tt{color: var(--color_zhuti);}
.nycp .list:hover:after{opacity: 1;height: 5px;}
.nycp .list:hover .img img{transform: var(--transform_scale);}
.nycp .list:hover .bjcover{transform: var(--transform_scale);}

.nycp.nysp .bjcover:before{background: rgba(0, 0, 0, .4);position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;font-size:80px;color: rgba(255, 255, 255, .7);}




/*内页新闻*/
.nyxw2{margin-top: -22px;}
.nyxw2 .list{display:flex;justify-content: space-between;position: relative;padding: 35px 0;border-bottom: 1px solid #e5e5e5;flex-direction: row-reverse;}
.nyxw2 .list .tt{width:calc(82% - 80px);padding: 10px 50px 10px 180px;position: relative;}
.nyxw2 .list .tt1{font-size: 24px;color: #222;transition: all .3s;font-weight: bold;padding-bottom: 15px;margin-bottom: 15px;position: relative;}
.nyxw2 .list .tt1:after{content: "";width: 30px;height: 1px;background: #000;position: absolute;left: 0;bottom: 0;}
.nyxw2 .list .tt3{font-size: 15px;color: #888;line-height: 28px;height: 56px;overflow: hidden;min-height: inherit;min-height: 56px;}
.nyxw2 .list .tt4{font-size: 12px;color: #999;line-height: 26px;width: 54px;text-align: center;font-family: 'Arial';background: #5d5d5d;margin-top: 22px;text-transform: uppercase;transition: all .3s;position: relative;}
.nyxw2 .list .tt4:before{width: 26px;height: 26px;border-left: 1px solid #fff;display: flex;align-items: center;justify-content: center;position: absolute;left: 100%;top:0;background: #5d5d5d;}
.nyxw2 .list .tt2{line-height:24px;font-size: 14px; position: absolute;left:30px;top:14px;color: #999;text-align: right;}
.nyxw2 .list .tt2 b{font-size:24px;color: #000;display: block;line-height: 34px; margin:0 auto 2px auto}
.nyxw2 .list .tt2 i{display: none;}
.nyxw2 .list .img{border-radius:6px;width:calc(18% + 80px);}
.nyxw2 .list .img .bjcover{height: 100%;}
.nyxw2 .list:hover .img .bjcover{transform:scale(1.06);}
.nyxw2 .list:hover .tt1{color: var(--color_zhuti);}
.nyxw2 .list:hover .tt4{color: #fff;background: var(--color_zhuti);border-color: var(--color_zhuti);}
.nyxw2 .list:hover .tt4:before{color: #fff;background: var(--color_zhuti);}
@media (max-width:1199px) {
    .nyxw2 .list .tt{padding-left:100px;}
    .nyxw2 .list .tt2{left: 0;}
}
@media (max-width:991px) {
    .nyxw2 .list .tt{padding-right:30px;}
    .nyxw2 .list .tt1{font-size: 20px;line-height: 30px;}
    .nyxw2 .list .tt4{margin-top: 16px;}
}
@media (max-width:767px) {
    .nyxw2{margin-top: 0;}
    .nyxw2 .list{padding:25px 0}
    .nyxw2 .list .img{right: 0;height: 154px;top:29px;}
    .nyxw2 .list .tt{padding: 4px 30px 0 0;}
    .nyxw2 .list .tt1{padding: 0;margin: 0 0 3px;}
    .nyxw2 .list .tt1:after{display: none;}
    .nyxw2 .list .tt2{line-height:24px;font-size: 13px; position: relative;left: auto;width: 100%; top:auto;color: #999; text-align:left}
    .nyxw2 .list .tt2 b{font-size:13px;color: #999;display: inline;line-height: inherit; border-bottom:0; width:auto; margin:auto;font-weight: normal;}
    .nyxw2 .list .tt2 i{display:inline;}
    .nyxw2 .list .tt3{margin-top: 5px;font-size: 14px;line-height: 24px;height: 48px;min-height: 48px;}
    .nyxw2 .list .tt4{margin-top: 14px;}
    .txtbox video{ width: 100% !important; height: 240px !important;}
    
}

@media (max-width:600px) {
    .nyxw2 .list{padding: 0 0 25px;margin-bottom: 25px;flex-wrap: wrap;}
    .nyxw2 .list .tt{width: 100%;padding: 0;}
    .nyxw2 .list .tt1{font-size: 18px;}
    .nyxw2 .list .tt3{font-size: 14px;height: auto;max-height: initial;line-height: 1.6;-webkit-line-clamp: 3;}
    .nyxw2 .list .img{position: relative;right: auto;top:auto;width: 100%;height: auto;margin-bottom: 16px;}
    .nyxw2 .list .img .bjcover{height: auto;padding-top: 50%;}
}






/*详情页*/
.danye{font-size: 15px;line-height: 1.8;}
.danye .topbox{margin-bottom:20px;text-align: center;}
.danye .bt{color: #000;font-size:24px;padding-bottom: 10px;line-height: 1.5;}
.danye .rq{color: #000;opacity: .6;font-size: 14px;margin-top: -4px;}
.danye .xian{width: 100%;height: 11px;margin-top:16px;;border-top: 1px dashed #aaa;opacity: .4;}
.danye .img{margin:0 auto 22px auto;display: block;}
.danye .img img{display: block;margin: 0 auto;}
.danye .ditu{height:400px;border: 1px solid #eee;margin-bottom:20px;}
.danye .ditu iframe{ width: 100%; height: 100%; }
.danye .tt1{padding-top: 60px;font-size: 24px;font-family: var(--ali_family);padding-bottom: 20px;}
.danye .tt2{font-size: 18px;}
.danyetop{font-size: 24px;padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #eee;line-height: 34px;margin-top: 40px;}

@media (max-width:767px){
    /*详情页*/
    .danye{font-size: 14px;line-height: 1.8;}
    .danye .topbox{margin-bottom: 16px;}
    .danye .bt{font-size: 20px;padding-bottom: 4px;}
    .danye .img{margin:0 auto 18px auto;}
    .danye .ditu{height:360px;margin-top: 25px;}
    .danye .rq{margin-top: 0;}
    .danye .xian{margin-top: 14px;}
    .danye .tt1{padding-top: 0;font-size: 22px;padding-bottom: 11px;}
    .danye .tt2{font-size: 15px;}
    .danyetop{font-size: 20px;padding-bottom: 11px;margin-bottom: 11px;margin-top: 25px;line-height: 30px;}

}


.spxq{margin: 15px 0;}
.spxq iframe{width: 600px;height: 400px;margin: 0 auto;max-width: 100%;display: block;background: #000;}
.spxq video{width: 600px;height: 400px;margin: 0 auto;max-width: 100%;display: block;background: #000;}

@media (max-width:600px){
    .spxq iframe{height:300px;}
    .spxq video{height: 300px;}
}





/*.about .nycp1:nth-child(even) .img{left: auto;right: 0;}*/
/*.about .nycp1:nth-child(even) .box{float: left;padding: 50px 50px 50px 0;}*/



.bannervideo{overflow: hidden;width: 100%;}
.bannervideo video{height: calc(100vh - 182px);width: 100%;}
/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){
    header{padding: 0 15px;}
    /*.banner .swiper-slide .bjcover{height:auto;padding-top: 50%;}*/
    .main1 .top{font-size: 130px;}
    .main3 .you .list1{display: none;}
    .main3 .you .list2{width: 100%;max-width: 700px;}

}
@media (max-width:1199px){
    .main1 .top{display: none;}
    .main2 .list .tt{font-size: 18px;line-height: 70px;}
    .nycp .list .tt{font-size: 18px;line-height: 70px;}
    .title .div1{font-size: 36px;line-height: 44px;}

    footer .box1 .ul a{display:block!important}
    .main5 .box .tt1{font-size: 22px;line-height: 32px;}
    .main5 .box .tt1 b{font-size: 32px;line-height: 42px;}



    .banner .swiper-slide .bjcover{height:auto;padding: 50px 0;min-height: 300px;}
    .banner .swiper-slide .bjcover .tt1{font-size: 16px;line-height: 22px;}
    .banner .swiper-slide .bjcover .tt2{font-size: 26px;line-height: 34px;margin-top: 5px;}
    .banner .swiper-slide .bjcover .tt3{font-size: 18px;line-height: 26px;margin-top: 5px;}
    .banner .swiper-slide .bjcover .tt4{width: 130px;height: 40px;font-size: 15px;margin-top: 15px;}



.bannervideo{padding-top: 56%;position: relative;}
.bannervideo video{height: 220px;position: absolute;left: 0;top: 0;}






}
@media (max-width:991px) {
    body{letter-spacing: normal;}
    .banner .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 3px -4px !important;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 22px;}
	
	.banner .swiper-slide .bjcover{/*height:auto;padding: 50px 0;*/min-height: 200px;}

    /*pc导航*/
    header nav{display:none;width:100%;max-width: 100%;float: none;padding:15px 20px 40px;margin:0;position: absolute;right:0;top:100%;z-index:113;background: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, .06);overflow-y: auto;overflow-x:hidden;max-height: calc(100vh - 120px)}
    header nav .container-fluid{padding: 0;}
    header nav ul{display: block!important;}
    header nav ul > li{display:block;width:100%;text-align: left;padding: 0 40px 0 0;border-bottom: 1px solid #f6f6f6;position: relative;}
    header nav ul > li > a{display:block; color: #333;font-size:15px;padding:0 0 0 10px;line-height:50px;}
    header nav ul > li:nth-last-child(1){border: 0;}
    header nav ul > li > i{display: block;position: absolute;right: 0;top:0;width: 40px;color: #999;line-height: 50px;font-size: 16px;font-weight: normal;text-align: center;}
    header nav ul > li:hover > a{;background: transparent;color: var(--color_zhuti);}
    header nav ul > li.active > a{background: transparent;color: var(--color_zhuti);}
    header nav ul > li.active > i{color: var(--color_zhuti);}
    header nav .ul{display:none;position: relative;left: auto;top:auto;width: calc(100% + 110px);margin-left: -35px;right: auto;background:#f6f6f6;padding:8px 14px;box-shadow: none;border-radius:0;}
    header nav .ul a{font-size: 14px;color: #333;line-height: 26px;padding:6px 5px 6px 35px;display: block;}
    header nav .ul a:hover{background-color: transparent;color: var(--color_zhuti);}
    header nav .ul a.active{background-color: transparent;color: var(--color_zhuti);}

   /*移动导航按钮*/
    header .lanmu{width: 30px;font-size: 0;height: 21px;position: absolute;right: 15px;bottom:33px;cursor: pointer;z-index: 2;}
    header .lanmu i{display: inline-block;width: 100%;height: 3px;background:var(--color_zhuti);border-radius: 3px;transition: all 0.6s;}
    header .lanmu i:nth-child(2), .lanmu i:nth-child(3){width: 40%;margin:6px 0;}
    header .lanmu i:nth-child(2){margin-right: 10%;}
    header .lanmu i:nth-child(3){margin-left: 10%;}
    header .lanmu.active i:nth-child(1) {transform: rotate(45deg) translateY(4px) translateX(5px);}      
    header .lanmu.active i:nth-child(4){transform: rotate(-45deg) translateY(-8px) translateX(8px);}
    header .lanmu.active i:nth-child(2){transform: translateX(-30px);opacity: 0;}
    header .lanmu.active i:nth-child(3){transform: translateX(30px);opacity: 0;}




    .main88{padding-top: 44px;padding-bottom: 44px;}
    .more{width: 140px;height: 44px;font-size: 15px;padding: 0 11px 0 16px;margin-top: 15px;}

    .title{margin-bottom: 28px;align-items: end;}
    .title .div1{font-size:15px;line-height: 26px;}
    .title .div1 span{margin-bottom: 3px;font-size: 22px;}
    .title .more{margin: 0 0 6px;}

    .main1{background-size:cover!important;}
    .main1 .box{padding-top: 0;padding-bottom: 0;}
    .main1 .tt{width: 100%;padding: 25px;max-width: 100%;}
    .main1 .tt .tt1{font-size:24px;line-height: 34px;}
    .main1 .tt .tt2{font-size:15px;margin-top:11px;}
    .main1 .bjcover{position: relative;right: auto;bottom: auto;height:auto;width: 100%;padding-top: 60%;}

    .main2 .list:after{height: 3px!important;opacity: 1;}
    .main2 .list .tt{font-size: 15px;line-height:44px;margin: 0 15px;}

    .main3{padding-bottom: 44px;}
    .main3 .main88{position: relative;left: auto;top: auto;height: auto;padding-bottom: 0!important;}
    .main3 .title{max-width: 100%;display: flex;align-items: end;}
    .main3 .title .div1{min-height: inherit;}
    .main3 .title .more{margin-top: 10px;}
    .main3 .you{width:100%;max-width: 100%;padding: 0 15px;}

    .main3 .you .list2{display: flex;flex-wrap: wrap;width:100%;min-height: inherit;}
    .main3 .you .list2 a{height:auto;padding: 20px 5px 16px;font-size:18px;text-align: center;justify-content: center;}
    .main3 .you .list2 a img{display: block;position: relative;left: auto;top: auto;bottom: auto;margin:0 auto 11px;width:32px;}


    .main4:after{display: none;}
    .main4 .box{flex-wrap: wrap;}
    .main4 .box .zuo{width: 100%;}
    .main4 .box .zuo .sp{height:auto;padding-top: 70%;}
    .main4 .box .zuo .sp .bjcover span{font-size: 18px;}
    .main4 .box .zuo .sp .bjcover span:before{font-size: 40px;margin-bottom:2px;}
    .main4 .box .zuo .sp:hover .bjcover span{padding-top: 0;}
    .main4 .box .more{margin-top: 25px;}
    .main4 .box .you{width: 100%;margin-top: 30px;}
    .main4 .box .you .list{margin-top: -30px;}
    .main4 .box .you .list a{display: flex;justify-content: space-between;padding: 15px 0;border-bottom: 1px solid #ddd;}
    .main4 .box .you .list a .img{width:35%;background: #fff;display: flex;justify-content: center;align-items: center;}
    .main4 .box .you .list a .img img{max-height: 100%;}
    .main4 .box .you .list a .tt{width: 62%;padding: 10px 0;}
    .main4 .box .you .list a .tt .tt1{font-size: 16px;line-height: 24px;min-height: 48px;}
    .main4 .box .you .list a .tt .tt1:before{display: none;}
    .main4 .box .you .list a .tt .tt2{font-size: 14px;color: #727272;margin-top: 11px;-webkit-line-clamp: 2;min-height: 5.1em;display: none;}
    .main4 .box .you .list a .tt .tt3{font-size: 13px;margin-top: 11px;color: var(--color_zhuti);}


    .main5{padding: 40px 0;}
    .main5 .box{text-align: center;}
    .main5 .box .tt1{font-size:18px;line-height: 28px;}
    .main5 .box .tt1 b{font-size: 26px;line-height: 36px;margin-bottom:8px;}
    .main5 .box .tt2{display: none;}


    footer .box2{padding: 20px 0;font-size: 90%;}
    footer .box1{padding: 36px 0 30px;}
    footer .box1 .tt{max-width: 100%;font-size: 15px;}
    footer .box1 .tt1 img{height: 40px;}
    footer .box1 .tt2{margin-top: 16px;line-height: 1.8;}
    footer .box1 .ss{display: none;}
    footer .box1 .ul{display: none;}


    .banner2 .box{padding: 30px 0;}
    .banner2 .box .img{width: 40%;}
    .banner2 .box .ttbox{min-height: 160px;;width: 52%;}
    .banner2 .box .ttbox .tt1{font-size: 22px;line-height:28px;}
    .banner2 .box .ttbox .tt2{font-size: 18px;line-height:28px;margin-top: 8px;border-bottom-width: 2px;padding-bottom:16px;}
    .banner2.banner3 .box .ttbox{min-height:120px;width: 100%;}
    .banner2.banner3 .box .ttbox .tt2{margin-top: 2px;padding-bottom: 11px;}


    .nycp1 .img{width: 100%;position: relative;left: auto;top: auto;height:auto;}
    .nycp1 .img .bjcover{height:auto;padding-top: 60%;}
    .nycp1 .box{width: 100%;min-height: inherit;padding: 30px 0 44px;}
    .nycp1 .box .tt1{font-size: 22px;line-height: 30px;margin-bottom: 10px;}
    .nycp1 .box .tt2{font-size: 15px;line-height: 1.8;}




    .nycp2 .box{flex-wrap: wrap;padding: 44px 0;}
    .nycp2 .box .zuo{width: 100%;}
    .nycp2 .box .zuo .tt1{font-size: 26px;line-height: 32px;}
    .nycp2 .box .zuo .tt2{font-size: 22px;line-height: 32px;margin-top: 3px;}
    .nycp2 .box .you{font-size: 15px;width: 100%;padding: 16px 0 0;}

    .title8{font-size: 26px;line-height: 34px;margin-bottom: 26px;}


    .nycp{margin: 0 -6px;}
    .nycp .list{width: calc(50% - 12px);margin: 0 6px 12px;}
    .nycp .list:after{height: 3px!important;opacity: 1;}
    .nycp .list .tt{font-size: 15px;line-height:30px;margin: 0 15px; height: 60px; overflow: hidden;}
    .nycp.nysp .bjcover:before{font-size: 40px;}






}

@media (max-width:767px) {


}
@media (max-width:600px) {


}

@media (max-width:479px) {
    .danye .ditu{height:300px;}

    
}
 /*手机底部*/
@media (max-width:991px) {
    footer{margin-bottom: 50px;}
    .sjdibu{height:50px;background:var(--color_zhuti);position:fixed; bottom:0; left:0; z-index:113; border-top:solid 1px rgba(255, 255, 255, .5);width: 100%;text-align: center;font-size: 0;}
    .sjdibu .box1{display: flex;justify-content: space-around;}
    .sjdibu .box1 a{display:block;color: #fff;padding: 5px;width: 100%;}
    .sjdibu .box1 a span{ color:#fff; font-size:16px; line-height:20px;}
    .sjdibu .box1 a h6{ font-size:12px; line-height:20px;margin: 0;}
    .sjdibu .box2{ position: fixed; left: 0; bottom:51px; z-index:112; width: 100%;background: #fff;box-shadow: 0 -2px 4px rgba(0,0,0,.1);padding: 6px 0;display: none;}
    .sjdibu .box2 img{max-height: 140px;display: block;margin: 0 auto;} 
}


