/*全局样式*/
@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: .6px;}
.container-fluid {
    max-width:1470px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #9ebd1e;
    --color_hover: #9cbc1e;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}

body{padding-top:86px;}
header{position:fixed;left: 0;top:0;z-index: 111;width: 100%;box-shadow: 0 4px 8px rgba(0, 0, 0, .06);background-color: #fff;}
header .box{display: flex;justify-content: space-between;align-items: center;}
header .logo{height: 86px;font-size: 0;margin-right: 20px;display: flex;align-items: center;}
header .logo img{max-height:60%;}

header .txt1{font-size: 20px;color: var(--color_zhuti);font-weight: bold;display: flex;align-items: center;}
header .txt1:before{display: block;flex-shrink: 120%;margin-right: 6px;}
header .txt2{font-size: 26px;color: #777;font-weight: bold;margin-left: -10px;cursor: pointer;}
header .txt2:hover{color: var(--color_zhuti);}


header nav{width:80%;max-width:1060px;}
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:block;line-height: 86px;font-size:18px;position: relative;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:700px;margin-left: calc(50% - 350px);right: 0;font-size: 0;text-align: left;background:rgba(255,255,255,.77);padding:15px 10px 30px 190px;min-height: 160px;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius:8px;overflow: hidden;}
header nav .ul > img{display: block;position: absolute;left: 30px;top: 0;bottom: 0;margin: auto 0;width: 140px;}
header nav .ul a{font-size:16px;color: #333;line-height:24px;padding:10px;display: inline-block;vertical-align: top;min-width: calc(25% - 11px);border-bottom: 1px solid #eee;margin-right: 10px;}
/*header nav .ul a:nth-child(n+2){border-top: 1px solid #eee;}*/
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;display: none;}
}

/*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;}


/*搜索*/
#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;}
}


.main88{padding-top: 70px;padding-bottom: 70px;}
.title{text-align: left;position: relative;margin-bottom: 38px;padding-right: 166px;}
.title .div1{font-size: 18px;color: var(--color_zhuti);line-height: 1.4;text-transform: uppercase;text-decoration: underline;font-weight: bold;}
.title .div2{font-size: 36px;line-height: 44px;letter-spacing: 2px;margin-top:6px;}
.title .div3{font-size: 19px;color: #444;margin-top: 22px;}
.more{display: flex;align-items: center;justify-content: center;width:150px;color: var(--color_zhuti);height: 48px;border: 2px solid var(--color_zhuti);border-radius: 66px;position: absolute;right: 0;bottom: 5px;font-size: 16px;}
.more span{display: block;margin-left: 11px;font-weight: bold;}
.more:hover{background: var(--color_zhuti);color: #fff;}


.main1 .container-fluid{padding-top: 11px;padding-bottom: 11px;}
.main1 .box{border-top: 1px solid #ddd;padding:50px 0 0;display: flex;justify-content: space-between;}
.main1 .box .list{font-size: 18px;color: #444;}
.main1 .box .list .tt1{font-size: 18px;color: var(--color_zhuti);line-height: 1;display: flex;}
.main1 .box .list .tt1 b{display: block;font-size:66px;position: relative;top: -6px;}



.main2{height: 474px;display: flex;justify-content: center;align-items: center;font-size: 30px;letter-spacing: 2px;text-align: center;color: #fff;padding: 11px 20px 0;cursor: pointer;position: relative;}
.main2 .box:before{display: block;font-size: 80px;line-height: 1;margin-bottom: 20px;}
.main2 video{display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: #000;}



.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;width: 100%;height: 100%;z-index: 1;opacity: 0;}
.main3 .img .bjcover.active{opacity: 1;}
.main3 .container-fluid{position: relative;z-index: 2;}
.main3 .lb3{padding-top: 166px;position: relative;}
.main3 .lb3 .list{background: rgba(158, 189, 30, .78);padding: 50px 40px;width: 630px;max-width: 100%;color: #fff;}
.main3 .lb3 .list .tt1{font-size:30px;line-height: 40px;}
.main3 .lb3 .list .tt2{font-size: 18px;margin-top: 16px;min-height: 5.1em;line-height: 1.7;}
.main3 .lb3 .list .more{position: relative;right: auto;bottom: auto;margin-top: 30px;background: #fff;border-color: #fff;}
.main3 .lb3 .list .more:hover{text-decoration: underline!important;color: var(--color_zhuti)!important;}
.main3 .lb3 .swiper-button-prev{width: 38px;height: 38px;border: 2px solid #888;color: #888;background: #fff;top:60px;margin: 0;left: 0;font-weight: bold;z-index: 1;}
.main3 .lb3 .swiper-button-next{width: 38px;height: 38px;border: 2px solid #888;color: #888;background: #fff;top:60px;margin: 0;left: 36px;right: 0;font-weight: bold;z-index: 1;}
.main3 .lb3 .swiper-button-prev:hover{background: var(--color_zhuti);border-color: var(--color_zhuti);color: #fff;z-index: 2;}
.main3 .lb3 .swiper-button-next:hover{background: var(--color_zhuti);border-color: var(--color_zhuti);color: #fff;z-index: 2;}



.main4 .box{margin: -20px -10px 0;}
.main4 .box a{display: block;width: calc(25% - 20px);margin: 20px 10px 0;background: #f7f7f7;float: left;height: 320px;text-align: center;position: relative;}
.main4 .box a:nth-child(1){width: calc(50% - 20px);}
.main4 .box a:nth-child(1):after{content: "";width: 100%;height: 100%;background: rgba(0, 0, 0, .3);background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .5));position: absolute;left: 0;bottom: 0;z-index: 2;}
.main4 .box a:nth-child(1) .img{margin: 0;height: 100%;}
.main4 .box a:nth-child(1) .img .bjcover{height: 100%;width: 100%;}
.main4 .box a:nth-child(1) .ttbox{display:block;position: absolute;left: 0;width: 100%;bottom: 0;padding: 33px 15px;z-index: 3;}
.main4 .box a:nth-child(1) .ttbox .tt1{color: #fff;}
.main4 .box a:nth-child(1) .ttbox .tt2{color: #fff;}
.main4 .box a:nth-child(1):hover .bjcover{transform: var(--transform_scale);}
.main4 .box a:nth-child(6){width: calc(50% - 20px);}
.main4 .box a:nth-child(6) .img{margin: 0;height: 100%;width: calc(50% - 10px);position: absolute;left: 0;top: 0;}
.main4 .box a:nth-child(6) .img .bjcover{width: 100%;height: 100%;}
.main4 .box a:nth-child(6) .ttbox{float: right;width: calc(50% + 10px);height: 100%;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;padding: 20px;}
.main4 .box a:nth-child(6) .ttbox .tt{width: 100%;}
.main4 .box a:nth-child(6) .ttbox .tt1{display: block;}
.main4 .box a:nth-child(6):hover .bjcover{transform: var(--transform_scale);}


.main4 .box a .img{height: 260px;display: flex;align-items: center;justify-content: center;margin-top: 11px;}
.main4 .box a .img img{max-height: 88%;max-width: 88%;transition: all .3s;}
.main4 .box a .ttbox .tt1{font-size: 24px;margin-top: -5px;transition: all .3s;}
.main4 .box a .ttbox .tt2{font-size: 16px;color: #777;margin-top:2px;}
.main4 .box a:hover{ background:#d3e58b; }
.main4 .box a:hover .img img{transform: var(--transform_scale);}
.main4 .box a:hover .ttbox .tt1{color: #fff;}



.main5{position: relative;}
.main5 .title{padding: 0;}
.main5 .container-fluid{padding-top: 30px;}
.main5 .img{position: absolute;left: 0;top: 0;width: 50%;height: 100%;z-index: 1;}
.main5 .img .bjcover{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;opacity: 0;}
.main5 .img .bjcover.active{opacity: 1;}
.main5 .box{width: 50%;float: right;padding-left: 50px;}
.main5 .box .listbox .list{display: none;}
.main5 .box .listbox .list.active{display: block;}
.main5 .box .listbox .list .tt1{font-size: 24px;}
.main5 .box .listbox .list .tt2{font-size: 16px;margin-top: 11px;color: #666;min-height: 8.5em;}
.main5 .box1{display: flex;justify-content: right;position: relative;z-index: 2;}
.main5 .box1 .list{display: block;width: 16.666%;background: var(--color_zhuti);cursor: pointer;text-align: center;padding: 55px 15px;transition: all .3s;font-size: 24px;line-height: 1.4;color: #fff;border-right: 1px solid rgba(255, 255, 255, .3);}
.main5 .box1 .list .img2{height: 54px;position: relative;margin-bottom: 28px;}
.main5 .box1 .list .img2 img{display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;transition: all .3s;opacity: 1;max-height: 100%;}
.main5 .box1 .list .img2 img:nth-child(2){opacity: 0;}
.main5 .box1 .list:hover{background: rgba(255, 255, 255, .9);color: var(--color_zhuti);}
.main5 .box1 .list:hover .img2 img:nth-child(1){opacity: 0;}
.main5 .box1 .list:hover .img2 img:nth-child(2){opacity: 1;}
.main5 .box1 .list.active{background: rgba(255, 255, 255, .9);color: var(--color_zhuti);}
.main5 .box1 .list.active .img2 img:nth-child(1){opacity: 0;}
.main5 .box1 .list.active .img2 img:nth-child(2){opacity: 1;}





.main6 .div4{position: absolute;right: 0;bottom: 4px;display: flex;align-items: center;justify-content: right;}
.main6 .div4 .more{position: relative;right: auto;bottom: auto;margin-left: 15px;}
.lb6 .list{display: block;background: #fff;}
.lb6 .list .bjcover{padding-top:60%;}
.lb6 .list .tt{padding: 35px;}
.lb6 .list .tt .tt1{font-size: 20px;}
.lb6 .list .tt .tt2{font-size: 15px;color: #888;-webkit-line-clamp: 3;margin-top: 8px;min-height: 5.1em;}
.lb6 .list .tt .tt3{font-size: 13px;color: var(--color_zhuti);margin-top:18px;display: flex;align-items: center;line-height: 1.4;}
.lb6 .list .tt .tt3:before{display: block;margin-right: 8px;font-size: 120%;}
.lb6 .list:hover .bjcover{transform: var(--transform_scale);}
.lb6 .list:hover .tt .tt1{color: var(--color_zhuti);}


.title2{display: flex;justify-content: space-between;align-items: end;margin-bottom: 33px;}
.title2 .div1{font-size: 34px;line-height: 44px;display: flex;align-items: end;}
.title2 .div1 b{font-size: 66px;display: block;margin-right: 3px;line-height: 66px;position: relative;top: 3px;color: var(--color_zhuti);}
.title2 .div2{font-size: 18px;letter-spacing: 1px;color: #777;line-height: 1.4;padding-bottom: 2px;}

.lb7 .list{height: 108px;display: flex;align-items: center;justify-content: center;background: #fff;box-shadow: 0 0 2px rgba(0, 0, 0, .1);}
.lb7 .list img{max-height: 88%;max-width: 88%;transition: all .3s;}
.lb7 .list:hover img{transform: var(--transform_scale);}

footer{color: rgba(255, 255, 255, .7);font-size: 16px;padding-top: 66px;}
footer .box2{padding:26px 0;border-top: 1px solid rgba(255, 255, 255, .3);font-size: 88%;}
footer .box1{padding:40px 0;border-top: 1px solid rgba(255, 255, 255, .3);display: flex;justify-content: space-between;}
footer .box1 .tt{max-width: 400px;}
footer .box1 .tt1 img{max-height: 70px;}
footer .box1 .tt2{font-size: 30px;color: #fff;font-weight: bold;line-height: 38px;margin-top: 26px;}
footer .box1 .tt2:before{font-weight: normal;font-size: 110%;margin-right: 11px;}
footer .box1 .tt3{margin-top: 6px;}
footer .box1 .ul{margin-left: 20px;}
footer .box1 .ul a{display: block;padding-bottom: 4px;}
footer .box1 .ul a:nth-child(1){font-size: 20px;color: #fff;padding-bottom: 16px;}
footer .box1 .ul a:nth-child(n+2):hover{color: #fff;text-decoration: underline!important;}



.banner2{padding-top:27.4%;position: relative;min-height: 300px;}
.banner2 .tt{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;color: #fff;padding-top: 22px;}
.banner2 .tt1{font-size: 42px;line-height: 40px;border-top: 0px solid var(--color_zhuti);display: inline-block;padding-top: 20px; margin-left: 10%; color: var(--color_zhuti); font-weight: bold; letter-spacing: 1px; -webkit-text-stroke: 0px #fff;  text-stroke: 0px #fff;}
.banner2 .tt2{font-size: 15px;line-height: 34px;margin-top: 24px; margin-left: 10%; color: var(--color_zhuti);}


.title3{padding-bottom: 38px;}
.title3 .div1{font-size: 44px;line-height: 50px;color: rgba(0, 0, 0, .1);text-transform: uppercase;font-weight: bold;letter-spacing: normal;}
.title3 .div2{font-size: 36px;line-height: 44px;letter-spacing: 2px;display: inline-block;position: relative;padding-right: 11px;margin-top: 4px;}
.title3 .div2:after{content: "";width: 46px;height: 3px;background: var(--color_zhuti);position: absolute;left: 100%;bottom: 4px;}




.about1 .box{display: flex;justify-content: space-between;}
.about1 .box .zuo{width: 48%;}
.about1 .box .you{width: 48%;position: relative;height: fit-content;margin-top:44px;}
.about1 .box .you:after{content: "";width: 100%;height: 72%;background: #e7e7e7;position: absolute;left: -20px;bottom: -20px;z-index: 1;border-radius: 6px;overflow: hidden;}
.about1 .box .you img{position: relative;z-index: 2;width: 100%;border-radius: 6px;overflow: hidden;}
.about1 .box1{margin-top: 55px;display: flex;justify-content: space-between;background: var(--color_zhuti);}
.about1 .box1 .list{font-size: 18px;color: #fff;padding: 36px 10px 30px;width: 25%;display: flex;justify-content: center;line-height: 1.4;}
.about1 .box1 .list:nth-child(n+2){border-left: 1px solid rgba(255, 255, 255, .3);}
.about1 .box1 .list .tt1{font-size: 18px;color:#fff;line-height: 1;display: flex;font-weight: bold;}
.about1 .box1 .list .tt1 b{display: block;font-size:66px;position: relative;top: -6px;margin-right: 4px;}

.danye{font-size: 16px;color: #474747;line-height: 1.8;}


.about2 .title3 .div1{color: rgba(255, 255, 255, .1);}
.about2 .title3 .div2{color: #fff;}





.lbabout2{padding:10px 0 55px;position: relative;}
.lbabout2 .img{position: absolute;left: -90px;bottom: 0;z-index: 1;width: calc(100% + 180px);}
.lbabout2 .swiper{z-index: 2;}
/*.lbabout2 .swiper-button-prev{width: 50px;height: 50px;border: 2px solid #fff;border-radius: 50%;margin-top: -22px;left: -40px;transition: all .3s;}
.lbabout2 .swiper-button-prev:after{font-size: 22px;color: #fff;transition: all .3s;}
.lbabout2 .swiper-button-prev:hover{background-color: #fff;}
.lbabout2 .swiper-button-prev:hover:after{color: var(--color_zhuti);}
.lbabout2 .swiper-button-next{width: 50px;height: 50px;border: 2px solid #fff;border-radius: 50%;margin-top: -22px;right: -40px;transition: all .3s;}
.lbabout2 .swiper-button-next:after{font-size: 22px;color: #fff;transition: all .3s;}
.lbabout2 .swiper-button-next:hover{background-color: #fff;}
.lbabout2 .swiper-button-next:hover:after{color: var(--color_zhuti);}*/
.lbabout2 .list{display: block;position: relative;padding-top: 142.2%;background-color: #dbdbdb;}
.lbabout2 .list img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;max-height: 100%;}



.about3 .box{display: flex;justify-content: space-between;flex-wrap: wrap;margin: -20px -10px 0;}
.about3 .box .list{background: #fff;width: calc(33.33% - 20px);margin: 20px 10px 0;padding: 56px 6% 50px;text-align: center;box-shadow: 0 0 11px rgba(0, 0, 0, .06);font-size: 34px;line-height: 42px;position: relative;top: 0;}
.about3 .box .list img{display: block;height: 80px;margin: 0 auto 26px;}
.about3 .box .list > span{font-size:18px;line-height: 30px;color: #777;margin-top: 14px;display: block;}
.about3 .box .list:hover{top: -8px;}



.about4 .box{display: flex;justify-content: space-between;flex-wrap: wrap;margin: -20px -10px 0;}
.about4 .box .list{background: #fff;width: calc(50% - 20px);margin: 20px 10px 0;}
.about4 .box .list .bjcover{padding-top: 52.08%;}
.about4 .box .list .tt1{font-size: 30px;color: var(--color_zhuti);line-height: 38px;margin-top: 20px;}
.about4 .box .list .tt2{font-size:16px;color: #777;margin-top: 11px;}


.about5 .title3 .div1{color: rgba(255, 255, 255, .1);}
.about5 .title3 .div2{color: #fff;}


.lbabout5{margin:66px 0;color: #fff;}
.lbabout5 .swiper-slide{width: 240px;cursor: pointer;}
.lbabout5 .swiper-slide .list{position: relative;border-top: 1px solid #ddd;display: block;margin-top: 80px;text-align: center;padding: 22px 10px 0;transition: all .3s;line-height: 1.4;}
.lbabout5 .swiper-slide .list:before{position: absolute;left: 0;width: 100%;top:-22px;font-size: 18px;color:var(--color_zhuti);right: 0;display: block;transition: all .3s;opacity: 0;}
.lbabout5 .swiper-slide .list:after{content: "";width: 14px;height: 14px;border: 3px solid #fff;background: var(--color_zhuti);border-radius: 50%;position: absolute;left: 0;right: 0;top:-8px;z-index: 2;margin: 0 auto;transition: all .3s;}
.lbabout5 .swiper-slide .list span{display: block;font-size: 34px;position: absolute;left: 0;width: 100%;top: -80px;line-height: 40px;transition: all .3s;}
.lbabout5 .swiper-slide .list:hover{color: var(--color_zhuti);}
.lbabout5 .swiper-slide .list:hover:before{top:-40px;opacity: 1;}
.lbabout5 .swiper-slide .list:hover:after{background: var(--color_zhuti);}



.title8{background: #f0f0f0;}
.title8 .swiper-slide{width: auto;}
.title8 .swiper-slide a{display: block;padding: 0 30px;margin-right: 1px;line-height: 66px;font-size: 17px;}
.title8 .swiper-slide.active a{background: var(--color_zhuti);color: #fff;}

.lbtitle8{position: relative;padding: 0 15px;}
.title8 .container-fluid{max-width: 1500px!important;}
.lbtitle8 .swiper-button-prev{left: -14px;font-size: 22px;color: #fff;background: var(--color_zhuti);margin:0;top: 0;height: 100%;}
.lbtitle8 .swiper-button-prev:hover{background-color: var(--color_hover);}
.lbtitle8 .swiper-button-next{right:  -14px;font-size: 22px;color: #fff;background: var(--color_zhuti);margin:0;top: 0;height: 100%;}
.lbtitle8 .swiper-button-next:hover{background-color: var(--color_hover);}


.ny{padding: 60px 0 88px;}

.nycp{display: flex;flex-wrap: wrap;margin: 0 -10px;}
.nycp .list{display: block;width: calc(25% - 20px);margin: 0 10px 20px;background: #f8f8f8;}
.nycp .list .img{padding-top: 70%;position: relative;overflow: hidden;border-bottom: 2px solid #fff;}
.nycp .list .img img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;max-height: 88%;max-width: 88%;transition: all .3s;}
.nycp .list .img .bjcover{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.nycp .list .tt{padding:12px 10px;text-align: center;}
.nycp .list .tt .tt1{font-size: 24px;transition: all .3s;}
.nycp .list .tt .tt2{font-size: 16px;color: #888;margin-top: 2px;}
.nycp .list .tt .tt3{font-size: 40px;line-height: 1;color: var(--color_zhuti);margin-top: 20px;}
.nycp .list:hover .img img{transform: var(--transform_scale);}
.nycp .list:hover .img .bjcover{transform: var(--transform_scale);}
.nycp .list:hover .tt .tt1{color: var(--color_zhuti);}



/*内页新闻*/
.nyxw2{margin-top: -16px;}
.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: 20px;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:22px;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 .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;}
    
}

@media (max-width:600px) {
    .nyxw2{padding-top: 11px;margin-top: 0;}
    .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;}
.danye .txtbox{ font-size:16px; line-height:2; min-height:250px;}
.danye .txtbox img{ max-width:100% !important; height:auto !important; padding:2px !important;  margin:0 auto;}
.danye .txtbox table{width:100% !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}
.danye .txtbox table tr td{width:auto !important; height:auto !important; border-collapse:collapse; border:1px solid #CCCCCC !important;}

.danye .txtbox2 img{ max-width:100% !important; height:auto !important; padding:2px !important;  margin:0 auto;}
.danye .txtbox2 table{width:100% !important; height:auto !important; border-collapse:collapse; border:0px solid #CCCCCC !important;}
.danye .txtbox2 table tr td{width:50% !important; height:auto !important; border-collapse:collapse; border:0px solid #CCCCCC !important;}


@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;}

.danye .txtbox2 table{width:100% !important; height:auto !important; border-collapse:collapse; border:0px solid #CCCCCC !important;}
.danye .txtbox2 table tr td{width:100% !important; height:auto !important; border-collapse:collapse; border:0px solid #CCCCCC !important; float: left;}

}













/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){

}
@media (max-width:1199px){
    .main1 .box .list .tt1 b{font-size: 50px;}
    .about1 .box1 .list .tt1 b{font-size: 50px;}

    .nycp{margin: 0 -6px;}
    .nycp .list{width: calc(33.33% - 12px);margin: 0 6px 12px;}
    .nycp .list .tt{padding: 18px 6px;}
    .nycp .list .tt .tt1{font-size: 18px;}
    .nycp .list .tt .tt2{font-size: 14px;c}
    .nycp .list .tt .tt3{font-size: 26px;margin-top: 11px;}





}
@media (max-width:991px) {
    body{letter-spacing: normal;}
    header .logo img{max-height: 50%;}
    .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 8px 34px;box-shadow: none;border-radius:0;}
    header nav .ul > img{display: none;}
    header nav .ul a{font-size: 14px;color: #333;line-height: 26px;padding:6px;}
    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: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;}



    .main88{padding-top: 44px;padding-bottom: 44px;}
    .title{margin-bottom: 28px;padding-right: 0;}
    .title .div1{font-size: 16px;}
    .title .div2{font-size: 24px;line-height: 30px;letter-spacing:normal;margin-top:4px;}
    .title .div3{font-size: 14px;margin-top: 18px;}

    .more{width:120px;height: 36px;border-width: 1px;font-size: 13px;bottom: 3px;}
    .more span{margin-left:8px;font-size: 94%;}


    .main1 .more{display: none;}
    .main1 .container-fluid{padding-top: 0;padding-bottom: 0;}
    .main1 .box{padding:10px 0 0;flex-wrap: wrap;justify-content: left;}
    .main1 .box .list{font-size:14px;width: 33.33%;margin-top: 30px;}
    .main1 .box .list .tt1{font-size:14px;}
    .main1 .box .list .tt1 b{font-size: 26px;top: -2px;margin-right: 3px;}
    .main1 .box .list:nth-child(4){width: 66.66%;}



    .main2{height:280px;font-size:22px;letter-spacing: 1px;line-height: 1.4;}
    .main2 .box:before{font-size: 60px;margin-bottom: 14px;}


    /*.main3{padding-bottom: 44px!important;}*/
    .main3 .lb3{padding-top: 6px;}
    .main3 .lb3 .list{background: rgba(158, 189, 30, .78);padding: 30px 20px;width: 630px;max-width: 100%;color: #fff;}
    .main3 .lb3 .list .tt1{font-size:18px;line-height:26px;}
    .main3 .lb3 .list .tt2{font-size:14px;margin-top: 8px;}
    .main3 .lb3 .list .more{margin-top:14px;}
    .main3 .lb3 .swiper-button-prev{display: none;}
    .main3 .lb3 .swiper-button-next{display: none;}
    .main3 .lb3 .swiper{width: calc(100% + 30px);margin-left: -15px;padding: 0 15px;}
    .main3 .lb3 .swiper-slide{width: 80%;max-width: 440px;}


    .main4 .box{margin: -12px -6px 0;}
    .main4 .box a{width: calc(50% - 12px);margin: 12px 6px 0;height: auto;}
    .main4 .box a:nth-child(1){width: calc(100% - 12px);}
    .main4 .box a:nth-child(1) .img{margin: 0;height:auto;padding: 0;}
    .main4 .box a:nth-child(1) .img .bjcover{height:auto;padding-top: 50%;}
    .main4 .box a:nth-child(1) .ttbox{padding: 15px;}
    .main4 .box a:nth-child(6){width: calc(100% - 12px);}
    .main4 .box a:nth-child(6) .img{margin: 0;height: 100%;width: calc(50% - 6px);position: absolute;left: 0;top: 0;padding: 0;}
    .main4 .box a:nth-child(6) .img .bjcover{width: 100%;height: 100%;}
    .main4 .box a:nth-child(6) .ttbox{float: right;width: calc(50% + 6px);height: 100%;display: flex;align-items: center;justify-content: center;flex-wrap: wrap;padding: 20px;}
    .main4 .box a:nth-child(6) .ttbox .tt{width: 100%;}
    .main4 .box a:nth-child(6) .ttbox .tt1{display: block;}
    .main4 .box a:nth-child(6):hover .bjcover{transform: var(--transform_scale);}

    .main4 .box a .img{height: auto;padding-top: 50%;position: relative;}
    .main4 .box a .img img{position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;}
    .main4 .box a .ttbox{padding: 15px;}
    .main4 .box a .ttbox .tt1{font-size: 16px;white-space:normal;text-overflow:inherit;}
    .main4 .box a .ttbox .tt2{font-size: 14px;white-space:normal;text-overflow:inherit;line-height: 1.4;}
    .main4 .box a:nth-child(6) .ttbox{padding: 40px 10px;}


    .main5 .container-fluid{padding-top: 0;}
    .main5 .img{display: none;}
    .main5 .box{width: 100%;padding-left: 0;}
    .main5 .box .listbox .list .tt1{font-size: 18px;margin-top: -11px;}
    .main5 .box .listbox .list .tt2{font-size: 14px;margin-top: 6px;}
    .main5 .box1{flex-wrap: wrap;}
    .main5 .box1 .list{width: 50%;padding: 30px 10px;font-size: 16px;border-top: 1px solid rgba(255, 255, 255, .3);}
    .main5 .box1 .list .img2{height:32px;margin-bottom: 11px;}



    .main6 .div4{display: none;}
    .lb6 .swiper{width: calc(100% + 30px);margin-left: -15px;padding: 0 15px;}
    .lb6 .swiper-slide{width: 80%;max-width: 440px;}
    .lb6 .list{display: block;background: #fff;}
    .lb6 .list .bjcover{padding-top:60%;}
    .lb6 .list .tt{padding: 20px;border: 1px solid #eee;}
    .lb6 .list .tt .tt1{font-size: 16px;}
    .lb6 .list .tt .tt2{font-size: 13px;margin-top: 4px;}
    .lb6 .list .tt .tt3{font-size: 13px;margin-top: 8px;}
    .lb6 .list .tt .tt3:before{margin-right: 4px;}


    .title2{display:block;margin-bottom: 26px;}
    .title2 .div1{font-size: 22px;line-height: 32px;}
    .title2 .div1 b{font-size: 30px;line-height: 36px;}
    .title2 .div2{font-size: 15px;padding-bottom: 0;margin-top: 4px;}
    .lb7 .list{height: 90px;}

    footer{font-size: 14px;padding-top: 0;}
    footer .box2{padding:18px 0;}
    footer .box1{padding:26px 0 20px;border: 0;}
    footer .box1 .tt{max-width: 100%;}
    footer .box1 .tt1 img{max-height: 44px;}
    footer .box1 .tt2{font-size: 22px;line-height: 30px;margin-top: 18px;}
    footer .box1 .tt2:before{margin-right: 6px;}
    footer .box1 .tt3{margin-top: 3px;}
    footer .box1 .ul{display: none;}



    .banner2{min-height: 240px;}
    .banner2 .tt{padding-top: 11px;}
    .banner2 .tt1{font-size: 26px;line-height: 36px;padding-top: 10px; margin-left: 0;}
    .banner2 .tt2{font-size: 16px;line-height: 28px;margin-top: 10px; margin-left: 0;}


    .title3{padding-bottom: 24px;}
    .title3 .div1{font-size: 18px;line-height: 24px;}
    .title3 .div2{font-size: 24px;line-height: 32px;letter-spacing: 1px;padding-right: 6px;margin-top: 2px;}
    .title3 .div2:after{bottom: 5px;}


    .about1 .box{flex-wrap: wrap;}
    .about1 .box .zuo{width: 100%;}
    .about1 .box .you{width: 100%;margin-top:24px;}
    .about1 .box .you:after{display: none;}
    .about1 .box1{margin-top: 30px;flex-wrap:wrap;padding: 20px;}
    .about1 .box1 .list{padding:15px 6px;justify-content: left;}
    .about1 .box1 .list:nth-child(n+2){border-left: 0;}
    .about1 .box1 .list{font-size:14px;width: 33.33%;}
    .about1 .box1 .list .tt1{font-size:14px;}
    .about1 .box1 .list .tt1 b{font-size: 26px;top: -2px;margin-right: 3px;}
    .about1 .box1 .list:nth-child(4){width: 66.66%;}



    .danye{font-size: 14px;}

    .lbabout2{padding:6px 0 30px;}
    .lbabout2 .img{width:calc(100% + 60px);left: -30px;}



    .about3 .box{flex-wrap: wrap;margin: 0;padding-top: 8px;}
    .about3 .box .list{width: 100%;margin: 0;font-size: 22px;line-height: 30px;box-shadow: none;text-align: left;padding:11px 0 11px 72px;background: transparent;}
    .about3 .box .list img{height: 50px;margin:0;position: absolute;left: 0;top: 0;bottom: 0;margin: auto 0;}
    .about3 .box .list > span{font-size:15px;line-height:24px;margin-top: 4px;}
    .about3 .box .list:hover{top: 0;}



    .about4 .box{flex-wrap: wrap;}
    .about4 .box .list{width: calc(100% - 20px);}
    .about4 .box .list .tt1{font-size:22px;line-height: 30px;margin-top: 14px;}
    .about4 .box .list .tt2{font-size:15px;margin-top: 6px;}


    .lbabout5{margin:22px 0 11px;}
    .lbabout5 .swiper{width: calc(100% + 30px);margin-left: -15px;padding: 0 15px;}
    .lbabout5 .swiper-slide{width: 140px;}
    .lbabout5 .swiper-slide .list{margin-top: 60px;padding: 18px 10px 0;}
    .lbabout5 .swiper-slide .list span{font-size: 24px;top: -60px;line-height: 30px;}
    .lbabout5 .swiper-slide .list:hover:before{top:-32px;}


    .title8 .container-fluid{padding: 0;}
    .title8 .swiper{padding: 0 15px;}
    .title8 .swiper-slide a{font-size: 15px;line-height: 50px;}


    .lbtitle8{position: relative;padding: 0 9px;}
    .lbtitle8 .swiper-button-prev{left: -4px;font-size: 18px;}
    .lbtitle8 .swiper-button-next{right:  -4px;font-size: 18px;}


    .ny{padding: 30px 0 50px;}


}

@media (max-width:767px) {
    .nycp .list{width: calc(50% - 12px);}
    .nycp .list .tt{padding:0;}
    .nycp .list .tt .tt1{font-size: 14px;line-height: 40px;min-height: 40px;}
    .nycp .list .tt .tt2{display: none;}
    .nycp .list .tt .tt3{display: none;}

}
@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, 1);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:50px; 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;} 
}


