/*全局样式*/
@charset "utf-8";
body {font:15px/1.8 "微软雅黑",黑体,"AlibabaPuHuiTi", "Arial", "Impact";color: #222;letter-spacing: .4px;-webkit-text-size-adjust: 100%;background-color: #fff;overflow-x: hidden;min-width: 320px;}
.container-fluid {
    max-width:1430px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #bf0000;
    --color_hover: #161b26;
    /*--AlibabaPuHuiTi:AlibabaPuHuiTi;*/
    --transform_scale: scale(1.08);
}

body{padding-top:90px;}
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: 90px;font-size: 0;margin-right: 30px;display: flex;align-items: center;}
header .logo img{max-height:50%;}


header .txt{position: relative;flex-shrink: 0;margin-left: -15px;height: 36px;}
header .txt .top{width:94px;height: 36px;display: flex;align-items: center;justify-content: center;border: 1px solid #ddd;border-radius: 44px;cursor: pointer;transition: all .3s;}
header .txt .top:before{padding-right:6px;transition: all .3s;}
header .txt .top i{width: 0;height: 0;border-left:5px solid transparent;border-right: 5px solid transparent;border-top: 6px solid #ddd;margin-left:6px;transition: all .3s;}
header .txt:hover .top{color: var(--color_zhuti);}
header .txt:hover .top i{border-top-color: var(--color_zhuti);}
header .txt .txt1{display:none;position: absolute;right: 0;top:100%;background-color: #fff;width:100%;border-radius:8px;padding:2px 0;border: 1px solid #ddd;}
header .txt .txt1 a{display: block;font-size: 15px;color: #888;padding: 6px 20px;}
header .txt .txt1 a:nth-child(2){border-top: 1px solid #ddd;}
header .txt .txt1 a:hover{background: var(--color_zhuti);color: #fff;}
@media (max-width:991px){
    header .logo{width: 100%;max-width:calc(100% - 110px);}
    header .txt{position: absolute;right: 58px;top:0;bottom: 0;margin: auto 0;}

}




header nav{width:80%;max-width:950px;}
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: 90px;font-size:17px;position: relative;}
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:170px;margin-left: calc(50% - 85px);right: 0;background:rgba(255,255,255,1);padding:10px 0;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius:8px;overflow: hidden;}
header nav .ul a{font-size:15px;color: #333;line-height:24px;padding:10px;display: block;}
header nav .ul a:nth-child(n+2){border-top: 1px solid #eee;}
header nav .ul a:hover{background-color: var(--color_zhuti);color: #fff;}
header nav .ul a.active{background-color: var(--color_zhuti);color: #fff;}
@media (min-width:992px){
    header nav ul > li:hover .ul{display: block;}
    /*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-pagination-bullet{background:#aaa;transition: all .2s;opacity: 1;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;border-radius: 4px;opacity: 1;background: var(--color_zhuti);}

#djformbox{font-size: 26px;color: #666;line-height: 90px;cursor: pointer;}
#djformbox:hover{color: var(--color_zhuti);}

/*搜索*/
#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: 88px;padding-bottom: 88px;}
.title{text-align: center;padding-bottom: 50px;font-size:34px;line-height: 42px;letter-spacing:3px; text-transform: uppercase;}
.title span{display: block;line-height: 28px;color: #888;margin-top:6px;font-size: 15px;letter-spacing: .6px;text-transform:none;}


.main1{background: #eeeff0;}
.main1 .box1 .txt{color: #555;text-align: center;font-size: 16px;margin-top: -18px;}
.main1 .box1 .video{ margin:20px auto; text-align: center; width: 100%; }
.main1 .box1 .video video{ width: 800px; height: 500px; }
.main1 .box2{margin-top: -22px;}
.main1 .box2 .listbox{display: flex;flex-wrap: wrap;margin: -1px;}
.main1 .box2 .listbox .list{width: calc(33.33% - 2px);margin:1px;background: rgba(255, 255, 255, .9);padding: 40px;position: relative;cursor: pointer;line-height: 1.6;}
.main1 .box2 .listbox .list:after{content: "";width: 100%;height: 8px;background: transparent;position: absolute;left: 0;top:-2px;transition: all .3s;}
.main1 .box2 .listbox .list .img{height: 40px;position: relative;width: 40px;margin-bottom: 36px;}
.main1 .box2 .listbox .list .img img{display: block;position: absolute;left: 0;top:0;right: 0;bottom: 0;margin: auto;max-height: 100%;transition: all .3s;opacity: 1;}
.main1 .box2 .listbox .list .img img:nth-child(2){opacity: 0;}
.main1 .box2 .listbox .list .tt1{font-size: 20px;}
.main1 .box2 .listbox .list .tt2{color: #666;margin-top:8px;line-height: 1.6;min-height: 4.8em;}

.main1 .box2 .listbox .list:hover:after{top:-8px;background: var(--color_zhuti);}
.main1 .box2 .listbox .list:hover .tt1{color: var(--color_zhuti);}
.main1 .box2 .listbox .list:hover .img img:nth-child(1){opacity: 0;}
.main1 .box2 .listbox .list:hover .img img:nth-child(2){opacity: 1;}
.main1 .box2 .listbox .list.active:after{top:-8px;background: var(--color_zhuti);}
.main1 .box2 .listbox .list.active .tt1{color: var(--color_zhuti);}
.main1 .box2 .listbox .list.active .img img:nth-child(1){opacity: 0;}
.main1 .box2 .listbox .list.active .img img:nth-child(2){opacity: 1;}
@media (max-width:991px) {
.main1 .box1 .video video{ width: 100%; height: 240px; }
}


.more{display: flex;justify-content: center;align-items: center;width: 160px;height: 48px;background: var(--color_zhuti);margin: 60px auto 0;color: #fff;}
.more span{display: block;font-size:130%;margin-left: 16px;}
.more:hover{background: var(--color_hover);}



.main2 .box{display: flex;flex-wrap: wrap;justify-content: space-between;}
.main2 .box a .tt1{font-size: 20px;min-height: 1.8em;}
.main2 .box a .tt2{font-size: 14px;color: #888;margin-top: 6px;}
.main2 .box a .tt3{font-size: 14px;color: var(--color_zhuti);margin-top: 8px;display: flex;align-items: center;}
.main2 .box a .tt3 span{display: block;margin-left: 11px;font-size: 120%;}
.main2 .box a .img img{transition: all .3s;max-height: 300px;}

.main2 .box > .zuo{background: #f9f9f9;display: block;width: calc(50% - 14px);padding: 54px;}
.main2 .box > .zuo .img{margin-top: 33px;text-align: center;}
.main2 .box > .you{display: block;width: calc(50% - 14px);}
.main2 .box > .you a{display:flex;align-items: center;height: 50%;background: #f9f9f9;min-height: 300px;padding: 30px 30px 30px 50%;position: relative;}
.main2 .box > .you a .img{position: absolute;left: 0;top:0;width: 50%;display: flex;align-items: center;justify-content: center;height: 100%;}
.main2 .box > .you a .img img{max-height: 80%;max-width: 80%;}
.main2 .box > .you a:nth-child(n+2){border-top: 24px solid #fff;}
.main2 .box > .you a .tt2{min-height: 5.4em;}



.main2 .box a:hover .img img{transform: var(--transform_scale);}
.main2 .box a:hover .tt1{color: var(--color_zhuti);}
.main2 .box a:hover .tt3{letter-spacing: 3px;}



.main3{background: #eeeff0;}
.main3 .box{display: flex;flex-wrap: wrap;margin: -20px -10px 0;}
.main3 .box a{display:flex;align-items: center;justify-content: space-between;text-align: center;height: 126px;width: calc(25% - 20px);margin: 20px 10px 0;background-color: #fff;box-shadow: 0 0 11px rgba(0, 0, 0, .01);}
.main3 .box a .img{width: 58%;height: 100%;position: relative;}
.main3 .box a .img:after{content: "";width: 0;height: 0;border-left:40px solid transparent;border-bottom: 126px solid #fff;position: absolute;right: 0;top:0;}
.main3 .box a .img .bjcover{height: 100%;}
.main3 .box a .tt{width: 42%;font-size: 18px;padding: 10px 10px 10px 0;line-height: 28px;}
.main3 .box a:hover .bjcover{transform: var(--transform_scale);}
.main3 .box a:hover .tt{color: var(--color_zhuti);}



.main4 .box{display: flex;justify-content: space-between;}
.main4 .box .img{width: 50%;}
.main4 .box .img .bjcover{height:100%;}
.main4 .box .ttbox{width: 47%;}
.main4 .box .ttbox .tt{max-width: 460px;}
.main4 .box .ttbox .tt1{font-size: 70px;line-height: 1;color: #d1d1d1;}
.main4 .box .ttbox .tt2{font-size: 34px;line-height: 42px;margin-top: 28px;}
.main4 .box .ttbox .tt3{color: #888;margin-top: 18px;min-height:12.6em;}
.main4 .box .ttbox .more{margin: 33px 0 0;}



.main5{background: #eeeff0;}
.main5 .list{display: block;}
.main5 .list .bjcover{padding-top: 54%;}
.main5 .list .tt1{margin-top: 25px;display: flex;}
.main5 .list .tt1 span{background: #e1e2e3;height: 34px;display: flex;font-size: 12px;color: #666;padding: 0 12px;align-items: center;}
.main5 .list .tt2{font-size: 20px;margin-top:6px;}
.main5 .list .tt3{font-size: 14px;color: #888;margin-top:4px;line-height: 1.7;min-height: 3.4em;}
.main5 .list .tt4{font-size: 14px;color: var(--color_zhuti);margin-top: 16px;display: flex;align-items: center;}
.main5 .list .tt4 span{display: block;margin-left: 11px;font-size: 120%;}
.main5 .list:hover .bjcover{transform: var(--transform_scale);}
.main5 .list:hover .tt2{color: var(--color_zhuti);}
.main5 .list:hover .tt4{letter-spacing:2px;}



.lb6{border-top: 1px solid #ddd;margin-top: -16px;padding-top: 16px;}
.lb6 .list{display: flex;align-items:center;justify-content: center;height:76px;border: 1px solid transparent;}
.lb6 .list img{max-height: 88%;max-width: 88%;}
.lb6 .list:hover{border-color: var(--color_zhuti);}



footer{background: #161b26;color: rgba(255, 255, 255, .66);}
footer .box2{padding: 24px 0;border-top: 1px solid rgba(255, 255, 255, .3);}
footer .box1{padding: 50px 0;display: flex;justify-content: space-between;}
footer .box1 .list{max-width: 300px;}
footer .box1 .list .tt1{font-size: 24px;color: #fff;margin-top: 26px;display: flex;align-items: center;line-height: 32px;}
footer .box1 .list .tt1:before{margin-right: 8px;}
footer .box1 .ss{width: 100px;text-align: center;margin-right: 8%;}
footer .box1 .ss img{display: block;width: 100%;margin-bottom: 8px;}
footer .box1 .ul{margin-left: 18px;}
footer .box1 .ul a{display: block;padding-bottom:5px;line-height: 1.5;}
footer .box1 .ul a:nth-child(1){font-size: 18px;padding-bottom: 16px;color: #fff;}
footer .box1 .ul a:nth-child(n+2):hover{text-decoration: underline!important;color: #fff;}




.banner2{height:450px;display: flex;justify-content: center;align-items: center;color: #fff;text-align: center;letter-spacing: 3px;position: relative;overflow: hidden;}
.banner2 .tt1{font-size: 44px;line-height: 54px;}
.banner2 .tt2{font-size: 22px;line-height: 30px;margin-top:16px;}
.banner2 .xia{font-size: 40px;line-height: 1;color: #fff;transform:rotate(90deg);cursor: pointer;position: absolute;left: 0;bottom: 0;width: 100%;text-align: center;padding: 55px;transition: all .3s;z-index: 3;}
.banner2 .xia:hover{bottom: -8px;}


.ny{padding: 60px 0 111px;}
.nycp{display: flex;flex-wrap: wrap;margin: 0 -30px;}
.nycp .list{display: block;width: calc(50% - 60px);margin: 0 30px 66px;}
.nycp .list .img{position: relative;max-height: 360px;}
.nycp .list .img:after{content: "";display: block;padding-top:50%;}
.nycp .list .img img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;max-height: 88%;transition: all .3s;}
.nycp .list .tt{max-width: 1100px;margin: 0 auto;}
.nycp .list .tt1{font-size: 18px;font-weight: bold;}
.nycp .list .tt2{font-size: 14px;color: #888;margin-top:6px;}
.nycp .list .tt3{font-size: 14px;color: var(--color_zhuti);margin-top: 14px;}
.nycp .list:nth-child(1){width: calc(100% - 60px);text-align: center;}
.nycp .list:hover .img img{transform: var(--transform_scale);}
.nycp .list:hover .tt1{color: var(--color_zhuti);}


.bannerxq{background: #f9f9f9;position: relative;}
.bannerxq .swiper{padding: 66px 0;max-width: 1400px;margin: 0 auto;overflow: hidden;}
.bannerxq .list{display: block;}
.bannerxq .list .tt1{position: relative;max-height: 440px;}
.bannerxq .list .tt1:after{content: "";display: block;padding-top:50%;}
.bannerxq .list .tt1 img{display: block;position: absolute;width: auto;left: 0;right: 0;top:0;bottom: 0;margin: auto;max-height: 88%;transition: all .3s;max-width: 90%;}
.bannerxq .list .tt2{max-width: 1430px;margin: 0 auto;padding: 15px;text-align: center;font-size: 28px;line-height: 36px;}
.bannerxq .list .tt2 span{display: block;font-size: 22px;color: #777;padding-bottom:8px;line-height: 28px;}
.bannerxq .swiper-button-prev{font-size: 38px;color: #aaa;left: 13%;}
.bannerxq .swiper-button-next{font-size: 38px;color: #aaa;right:13%;}
.bannerxq .swiper-button-prev:hover{color: var(--color_zhuti);}
.bannerxq .swiper-button-next:hover{color: var(--color_zhuti);}
.bannerxq .swiper-pagination-bullet{background:#aaa;transition: all .2s;opacity: 1;}
.bannerxq .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 30px;border-radius: 4px;opacity: 1;background: var(--color_zhuti);}


.danye{font-size: 16px;color: #555;line-height: 1.88;}


.title1{font-size: 24px;line-height: 32px;position: relative;padding-bottom:18px;margin-bottom:28px;text-align: center;}
.title1:after{content: "";width: 44px;height: 3px;background: var(--color_zhuti);position: absolute;left: 0;bottom: 0;margin: 0 auto;right: 0;}


.cpxq1 .container-fluid{max-width: 1100px!important;}
.cpxq2{background:#f2f2f2;}
.cpxq2 .container-fluid{max-width: 1100px!important;}

.cpxq3 .box{display: flex;justify-content: space-between;align-items: center;}
.cpxq3 .box .img{width: 56%;}
.cpxq3 .box .ttbox{width: 40%;}
.cpxq3 .box .ttbox .tt{display: flex;flex-wrap: wrap;}
/*.cpxq3 .box .ttbox .tt .tt1{min-width: 34%;padding: 8px;}*/
.cpxq3 .box .ttbox .tt ul li{min-width: 34%;padding: 8px; float: left;}


.cpxq4{background: #f2f2f2;}


.cpxq4 .list{display: block;}
.cpxq4 .list .img{position: relative;max-height: 360px;}
.cpxq4 .list .img:after{content: "";display: block;padding-top:50%;}
.cpxq4 .list .img img{display: block;position: absolute;left: 0;top:0;bottom: 0;margin: auto 0;max-height: 88%;transition: all .3s;}
.cpxq4 .list .tt1{font-size: 18px;font-weight: bold;}
.cpxq4 .list .tt2{font-size: 14px;color: #888;margin-top:6px;}
.cpxq4 .list .tt3{font-size: 14px;color: var(--color_zhuti);margin-top: 14px;}
.cpxq4 .list:hover .img img{transform: var(--transform_scale);}
.cpxq4 .list:hover .tt1{color: var(--color_zhuti);}
.cpxq4 .list:hover .tt3{letter-spacing: 2px;}




.liuyan form{display: flex;flex-wrap: wrap;margin: 0 -10px;}
.liuyan form .div1{width: calc(33.33% - 20px);margin: 0 10px 20px;}
.liuyan form .div1.div2{width: calc(100% - 20px);margin: 0 10px 20px;}
.liuyan form .div1 span{display: block;font-size: 15px;color: #555;padding-bottom: 8px;}
.liuyan form input{width: 100%;height: 52px;border: 1px solid #ddd;padding: 0 15px;background: transparent;}
.liuyan form textarea{width: 100%;line-height: 26px;height: 132px;border: 1px solid #ddd;padding: 13px 15px;background: transparent;}
.liuyan form button{width: 160px;height: 50px;background: var(--color_zhuti);font-size: 18px;color: #fff;border: 0;margin:0 auto;}
.liuyan form button:hover{background-color: var(--color_hover);}



.title4{text-align: center;font-size: 30px;line-height: 38px;margin-bottom: 50px;position: relative;}

.about1 .title4{padding: 28px 0 0;}
.about1 .title4 span{font-weight: normal;position: relative;z-index: 2;display: block;}
.about1 .title4 img{display: block;position: absolute;left: 0;right: 0;top:-30px;z-index: 1;margin: 0 auto;height: 120px;}
.about1 .box1{letter-spacing: normal;}
.about1 .box2{display: flex;justify-content: space-around;max-width: 1000px;margin: 40px auto 0;}
.about1 .box2 .list{padding:10px;}
.about1 .box2 .list .tt1{display: flex;align-items: end;padding-bottom: 5px;}
.about1 .box2 .list .tt1 b{display: block;font-size: 40px;color: var(--color_zhuti);font-weight: normal;line-height: 1;margin-right: 4px;position: relative;top:-1px;}
.about1 .video{ margin:20px auto; text-align: center; width: 100%; }
.about1 .video video{ width: 800px; height: 500px; }

@media (max-width:991px) {
.about1 .video video{ width: 100%; height: 240px; }
}


.about2{background: #f2f2f2;}
.about2 .box{}
.about2 .box .list{display: flex;justify-content: space-between;}
.about2 .box .list .zuo{width: 50%;}
.about2 .box .list .you{width: 50%;padding: 35px 0 25px 40px;}
.about2 .box .list .you .tt1{font-size: 24px;line-height: 32px;padding-bottom: 18px;}
.about2 .box .list .you .tt2{color: #888;min-height:230px;}
.about2 .box .list:nth-child(n+2){margin-top: 50px;}
.about2 .box .list:nth-child(even){flex-direction: row-reverse;}
.about2 .box .list:nth-child(even) .you{padding: 35px 40px 25px 0;}


.about3 .box1{width: 760px;max-width: 100%;margin: 0 auto;text-align: center;position: relative;padding: 0 50px;}
.about3 .box1:after{content: "";width: 23px;height: 18px;background: url(../images/t1.png) no-repeat center center;position: absolute;left: 0;top:20px;}
.about3 .box1:before{content: "";width: 23px;height: 18px;background: url(../images/t1.png) no-repeat center center;position: absolute;right: 0;bottom:-8px;}

.about3 .box1 .tt .tt2{position: relative;}
.about3 .box1 .tt{position: relative;}
.about3 .box1 .tt .tt1{font-size: 24px;line-height: 32px;color: var(--color_zhuti);padding-bottom: 11px;}
.about3 .box2{margin-top:33px;}
.about3 .box2 .swiper-slide{width: 166px;cursor: pointer;}
.about3 .box2 .swiper-slide .list{position: relative;border-top: 1px solid #ddd;display: block;margin-top: 44px;text-align: center;padding-top: 15px;}
.about3 .box2 .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;}
.about3 .box2 .swiper-slide .list:after{content: "";width: 14px;height: 14px;border: 3px solid #fff;background: #b2b2b2;border-radius: 50%;position: absolute;left: 0;right: 0;top:-8px;z-index: 2;margin: 0 auto;transition: all .3s;}
.about3 .box2 .swiper-slide.swiper-slide-thumb-active .list{color: var(--color_zhuti);}
.about3 .box2 .swiper-slide.swiper-slide-thumb-active .list:before{top:-44px;opacity: 1;}
.about3 .box2 .swiper-slide.swiper-slide-thumb-active .list:after{background: var(--color_zhuti);}

.about4{background: #f2f2f2;}
.about4 .list{display: block;background: #fff;padding: 14px;border: 1px solid #fff;}
.about4 .list .img{padding-top:66%;position: relative;}
.about4 .list .img img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;max-height: 100%;}
.about4 .list .tt{font-size: 16px;color: #555;text-align: center;padding:20px 0 6px;}
.about4 .list:hover{border-color: var(--color_zhuti);}
.about4 .list:hover .tt{color: var(--color_zhuti);}

.lbabout4{position: relative;padding-bottom:80px;}
.lbabout4 .swiper-button-prev{width: 40px;height: 40px;font-size: 17px;color: #444;border: 1px solid #555;border-radius: 50%;left: calc(50% - 56px);top:auto;margin: 0;bottom: 0;bottom: 0;}
.lbabout4 .swiper-button-prev:hover{background: var(--color_zhuti);border-color: var(--color_zhuti);color: #fff;}
.lbabout4 .swiper-button-next{width: 40px;height: 40px;font-size: 17px;color: #444;border: 1px solid #555;border-radius: 50%;right: calc(50% - 56px);top:auto;margin: 0;bottom: 0;bottom: 0;}
.lbabout4 .swiper-button-next:hover{background: var(--color_zhuti);border-color: var(--color_zhuti);color: #fff;}


.title8{text-align: center;border-bottom: 1px solid #ddd;font-size: 0;}
.title8 a{display: inline-block;vertical-align: top;font-size: 18px;line-height: 70px;margin: 0 44px;}
.title8 a:hover{color: var(--color_zhuti);}
.title8 a.active{color: var(--color_zhuti);}







/*内页新闻*/
.nyxw{padding-bottom: 30px;margin-top: -18px;}
.nyxw .list{display: block;position: relative;padding: 30px 330px 30px 170px;border-bottom: 1px solid #e5e5e5;}
.nyxw .list .tt1{font-size: 18px;color: #222;transition: all .3s;}
.nyxw .list .tt3{font-size: 15px;color: #666;line-height: 26px;height: 52px;overflow: hidden;margin-top: 12px;min-height: inherit;}
.nyxw .list .tt4{font-size: 12px;background-color: #fff;color: #999999;line-height: 32px;width: 100px;text-align: center;font-family: 'Arial';border: 1px solid #e5e5e5;margin-top: 22px;text-transform: uppercase;transition: all .3s;}
.nyxw .list .tt2{line-height:24px;font-size: 13px; position: absolute;left: 0;width: 170px; top:25px;color: #999; text-align:center}
.nyxw .list .tt2 b{font-size:18px;color: #000;display: block;line-height: 40px; border-bottom:2px var(--color_zhuti) solid; width:50px; margin:0 auto 5px auto}
.nyxw .list .tt2 i{display: none;}
.nyxw .list .img{position: absolute;right: 30px;top:30px;width: 230px;height: 148px;border-radius:6px;}
.nyxw .list .img .bjcover{height: 100%;}
.nyxw .list:hover .img .bjcover{transform:scale(1.06);}
.nyxw .list:hover .tt1{color: var(--color_zhuti);}
.nyxw .list:hover .tt4{color: #fff;background: var(--color_zhuti);border-color: var(--color_zhuti);}
@media (max-width:1199px) {
    .nyxw .list{padding: 30px 290px 30px 110px;}
    .nyxw .list .tt2{width: 110px;}
}
@media (max-width:991px) {
    .nyxw{padding-top: 6px;margin-top: -11px;}
    .nyxw .list{padding:25px 250px 25px 0;}
    .nyxw .list .img{right: 0;height: 154px;top:29px;}
    .nyxw .list .tt2{width: 140px;}
    .nyxw .list .tt2{line-height:24px;font-size: 13px; position: relative;left: auto;width: 100%; top:auto;color: #999; text-align:left}
    .nyxw .list .tt2 b{font-size:13px;color: #999;display: inline;line-height: inherit; border-bottom:0; width:auto; margin:auto;font-weight: normal;}
    .nyxw .list .tt2 i{display:inline;}
    .nyxw .list .tt3{margin-top: 8px;}
    .nyxw .list .tt4{margin-top: 16px;}
    
}

@media (max-width:600px) {
    .nyxw .list{padding: 0 0 25px;margin-bottom: 25px;}
    .nyxw .list .tt1{font-size: 18px;}
    .nyxw .list .tt3{font-size: 14px;height: auto;max-height: initial;line-height: 1.6;-webkit-line-clamp: 3;}
    .nyxw .list .img{position: relative;right: auto;top:auto;width: 100%;height: auto;margin-bottom: 16px;}
    .nyxw .list .img .bjcover{height: auto;padding-top: 50%;}
}







/*详情页*/
.danye{font-size: 15px;line-height: 1.8;}
.danye .topbox{margin-bottom:20px;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 .tt1{padding-top: 60px;font-size: 24px;font-family: var(--ali_family);padding-bottom: 20px;}-->
.danye ul li{padding-top: 60px;font-size: 24px;font-family: var(--ali_family);padding-bottom: 20px;}
.danye .tt2{font-size: 18px;}
.danyetop{font-size: 24px;padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #eee;line-height: 34px;margin-top: 40px;}

@media (max-width:767px){
    /*详情页*/
    .danye{font-size: 15px;line-height: 1.8;}
    .danye .topbox{margin-bottom: 16px;}
    .danye .bt{font-size: 20px;padding-bottom: 4px;}
    .danye .img{margin:0 auto 18px auto;}
    .danye .ditu{height:360px;margin-top: 25px;}
    .danye .rq{margin-top: 0;}
    .danye .xian{margin-top: 14px;}
    /*.danye .tt1{padding-top: 0;font-size: 22px;padding-bottom: 11px;}*/
	.danye ul li{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;}

}




.nyxz .list{display: block;margin-bottom: 15px;border-bottom: 1px solid #ddd;font-size: 15px;padding: 0 110px 15px 32px;position: relative;line-height: 26px;}
.nyxz .list span{display: block;position: absolute;right: 0;top:0;color:#888;transition: var(--transition_3);font-size: 88%;}
.nyxz .list i{display: block;position: absolute;left: 0;top:2px;color:var(--color_zhuti);font-size: 110%;}
.nyxz .list:hover{color: var(--color_zhuti);}
.nyxz .list:hover span{color: var(--color_zhuti);}
@media (max-width:600px){
    .nyxz .list{padding-right: 0;line-height: 24px;}
    .nyxz .list span{position: relative;right: auto;top:auto;margin-top: 4px;}
}



.nyjj{margin: 0 -10px;display: flex;flex-wrap: wrap;}
.nyjj .list{display: block;background: #fff;padding: 14px;border: 1px solid #eee;width: calc(25% - 20px);margin: 0 10px 20px;}
.nyjj .list .img{padding-top:66%;position: relative;}
.nyjj .list .img .bjcover{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.nyjj .list .img img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;max-height: 100%;}
.nyjj .list .tt{font-size: 16px;color: #555;text-align: center;padding:20px 0 6px;}
.nyjj .list:hover{border-color: var(--color_zhuti);}
.nyjj .list:hover .tt{color: var(--color_zhuti);}




















/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){

}
@media (max-width:1199px){




}
@media (max-width:991px) {
    body{font-size: 14px;letter-spacing: normal;}
    body{padding-top: 80px;}
    header .logo{height: 80px;}
    .banner .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 3px -4px !important;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 22px;}

    /*pc导航*/
    header nav{display:none;width:100%;max-width: 100%;float: none;padding:15px 20px 40px;margin:0;position: absolute;right:0;top:100%;z-index:113;background: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, .06);overflow-y: auto;overflow-x:hidden;max-height: calc(100vh - 120px)}
    header nav .container-fluid{padding: 0;}
    header nav ul{display: block!important;}
    header nav ul > li{display:block;width:100%;text-align: left;padding: 0 40px 0 0;border-bottom: 1px solid #f6f6f6;position: relative;}
    header nav ul > li > a{display:block; color: #333;font-size:15px;padding:0 0 0 10px;line-height:50px;}
    header nav ul > li:nth-last-child(1){border: 0;}
    header nav ul > li > i{display: block;position: absolute;right: 0;top:0;width: 40px;color: #999;line-height: 50px;font-size: 16px;font-weight: normal;text-align: center;}
    header nav ul > li:hover > a{;background: transparent;color: var(--color_zhuti);}
    header nav ul > li.active > a{background: transparent;color: var(--color_zhuti);}
    header nav ul > li.active > i{color: var(--color_zhuti);}
    header nav .ul{display:none;position: relative;left: auto;top:auto;width: calc(100% + 110px);margin-left: -35px;right: auto;background:#f6f6f6;padding:8px 14px;box-shadow: none;border-radius:0;}
    header nav .ul a{font-size: 14px;color: #333;line-height: 26px;padding:6px 5px 6px 35px;display: block;}
    header nav .ul a:hover{background-color: transparent;color: var(--color_zhuti);}
    header nav .ul a.active{background-color: transparent;color: var(--color_zhuti);}

   /*移动导航按钮*/
    header .lanmu{width: 30px;font-size: 0;height: 21px;position: absolute;right: 15px;bottom:30px;cursor: pointer;z-index: 2;letter-spacing: normal;}
    header .lanmu i{display: inline-block;width: 100%;height: 3px;background:var(--color_zhuti);border-radius: 3px;transition: all 0.6s;}
    header .lanmu i:nth-child(2), .lanmu i:nth-child(3){width: 40%;margin:6px 0;}
    header .lanmu i:nth-child(2){margin-right: 10%;}
    header .lanmu i:nth-child(3){margin-left: 10%;}
    header .lanmu.active i:nth-child(1) {transform: rotate(45deg) translateY(4px) translateX(5px);}      
    header .lanmu.active i:nth-child(4){transform: rotate(-45deg) translateY(-8px) translateX(8px);}
    header .lanmu.active i:nth-child(2){transform: translateX(-30px);opacity: 0;}
    header .lanmu.active i:nth-child(3){transform: translateX(30px);opacity: 0;}




    .main88{padding-top:44px;padding-bottom: 44px;}
    .title{padding-bottom: 28px;font-size:24px;line-height: 32px;letter-spacing:2px;}
    .title span{font-size: 14px;line-height: 22px;letter-spacing: normal;margin-top:5px;}

    .main1 .box1 .txt{;font-size:15px;margin-top: -8px;}
    .main1 .box2{margin-top: -11px;}

    .main1 .box2 .listbox .list{width: calc(100% - 2px);padding: 20px;}
    .main1 .box2 .listbox .list:after{display: none;}
    .main1 .box2 .listbox .list .img{height: 30px;width: 30px;margin-bottom:16px;}
    .main1 .box2 .listbox .list .tt1{font-size:18px;}
    .main1 .box2 .listbox .list .tt2{min-height: inherit;margin-top: 5px;}

    .more{width:130px;height: 40px;font-size: 14px;margin-top: 28px;padding-left: 3px;}


    .main2 .box a{text-align: center;padding: 25px 20px!important;}
    .main2 .box a .tt1{font-size: 18px;}
    .main2 .box a .tt2{line-height: 1.5;min-height:inherit;-webkit-line-clamp: 4;}
    .main2 .box a .tt3{justify-content: center;}
    .main2 .box a .img img{max-height:160px;}
    .main2 .box > .zuo{width: 100%;padding: 20px;}
    .main2 .box a .img{margin-top:11px!important;}
    .main2 .box > .you{width: 100%;margin-top: 15px;}
    .main2 .box > .you a{height: auto;min-height: inherit;display: block;}
    .main2 .box > .you a .img{position: relative;left:auto;top:auto;width: 100%;display: block;height: auto;text-align: center;}
    .main2 .box > .you a .img img{max-height:160px;max-width: 100%;}
    .main2 .box > .you a:nth-child(n+2){border-top: 15px solid #fff;}
    .main2 .box > .you a .tt2{min-height: inherit;}



    .main3 .box{margin: -12px -6px 0;}
    .main3 .box a{height: auto;width: calc(50% - 12px);margin:12px 6px 0;position: relative;}
    .main3 .box a .img{width: 100%;z-index: 1;position: relative;}
    .main3 .box a .img .bjcover{padding-top: 60%;}
    .main3 .box a .img:after{display: none;}
    .main3 .box a .tt{width: 100%;font-size: 15px;padding: 5px;line-height: 24px;background: rgba(0,0, 0, .5);color: #fff;position: absolute;left: 0;right: 0;top:50%;transform:translateY(-50%);z-index: 2;}
    .main3 .box a:hover .tt{background: var(--color_zhuti);color: #fff;}


    .main4 .box{display: block;flex-wrap: wrap;}
    .main4 .box .img{width: 100%;}
    .main4 .box .img .bjcover{height:auto;padding-top: 54%;}
    .main4 .box .ttbox{width: 100%;}
    .main4 .box .ttbox .tt{max-width: 100%;padding-top: 20px;}
    .main4 .box .ttbox .tt1{font-size: 38px;}
    .main4 .box .ttbox .tt2{font-size: 22px;line-height: 30px;margin-top: 8px;}
    .main4 .box .ttbox .tt3{color: #888;margin-top: 8px;min-height:inherit;}
    .main4 .box .ttbox .more{margin:15px 0 0;}


    .main5 .list .tt1{margin-top: 20px;}
    .main5 .list .tt1 span{height: 30px;}
    .main5 .list .tt2{font-size: 18px;margin-top: 4px;}
    .main5 .list .tt3{margin-top: 2px;line-height: 1.5;min-height:3em;}
    .main5 .list .tt4{margin-top: 8px;}
    .main5 .swiper-slide{width: 80%;max-width: 400px;}


    .lb6{margin-top: -11px;}
    .lb6 .list{height: 66px;}

    footer .box2{padding: 18px 0;}
    footer .box1{padding: 30px 0 22px;}
    footer .box1 .list{max-width: 100%;}
    footer .box1 .list .tt1{font-size: 22px;margin-top: 18px;}

    footer .box1 .ss{display: none;}
    footer .box1 .ul{display: none;}


    .banner2{height:220px;letter-spacing: normal;padding-top: 11px;}
    .banner2 .tt1{font-size: 24px;line-height: 32px;}
    .banner2 .tt2{font-size: 16px;line-height: 26px;margin:11px auto 0;max-width: 77%;line-height: 1.5;}
    .banner2 .xia{display: none;}


    .ny{padding: 44px 0 66px;}
    .nycp .list{width: calc(100% - 60px);margin: 0 30px 44px;text-align: center;}
    .nycp .list .img{max-height: 260px;}
    .nycp .list .tt1{font-size: 17px;margin-top: 2px;}
    .nycp .list .tt2{margin-top:4px;line-height: 1.5;}
    .nycp .list .tt3{margin-top: 8px;}


    .bannerxq .swiper{padding: 35px 0;}
    .bannerxq .list .tt1{max-height: 200px;}

    .bannerxq .list .tt2{font-size: 18px;line-height: 28px;}
    .bannerxq .list .tt2 span{font-size:16px;line-height: 26px;padding-bottom: 0;}
    .bannerxq .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 3px 8px !important;}
    .bannerxq .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 22px;}

    .bannerxq .swiper-button-prev{font-size: 24px;left: 2%;}
    .bannerxq .swiper-button-next{font-size: 24px;right: 2%;}



    .danye{font-size:14px;line-height: 1.8;}


    .title1{font-size: 22px;line-height: 30px;padding-bottom:14px;margin-bottom:20px;}



    .cpxq3 .box{display: flex;flex-wrap: wrap;}
    .cpxq3 .box .img{width:100%;}
    .cpxq3 .box .ttbox{width: 100%;justify-content: center;padding-top: 22px;font-size: 0;display: flex;text-align: center;}
    .cpxq3 .box .ttbox .tt{display:inline-block;text-align: left;}
    .cpxq3 .box .ttbox .tt .tt1{min-width: 150px;padding: 8px;display: inline-block;vertical-align: top;font-size: 14px;padding: 3px;}


    .cpxq4 .list .tt1{font-size: 16px;margin-top: 2px;}
    .cpxq4 .list .tt2{margin-top:4px;line-height: 1.5;min-height:4.5em;-webkit-line-clamp: 3;font-size: 13px;}
    .cpxq4 .list .tt3{margin-top: 8px;}
    .cpxq4 .swiper-slide{width: 80%;max-width: 400px;}




    .liuyan form{margin: 0;}
    .liuyan form .div1{width: 100%;margin: 0 0 10px;}
    .liuyan form .div1.div2{width: 100%;margin: 0 0 15px;}
    .liuyan form .div1 span{font-size: 14px;padding-bottom: 4px;}
    .liuyan form input{height: 44px;}
    .liuyan form textarea{wpadding: 8px 15px;}
    .liuyan form button{width: 100%;height: 46px;font-size: 15px;}






    .title4{font-size: 24px;line-height: 32px;margin-bottom:28px;}

    .about1 .title4{padding: 18px 0 0;}
    .about1 .title4 img{height: 60px;top:0;}
    .about1 .box1{margin-top: -11px;}
    .about1 .box2{flex-wrap: wrap;margin-top: 28px;}
    .about1 .box2 .list{min-width:140px;}
    .about1 .box2 .list .tt1 b{font-size:24px;}

    .about2 .box .list{flex-wrap: wrap;}
    .about2 .box .list .zuo{width: 100%;}
    .about2 .box .list .you{width: 100%;padding: 20px 0 0!important;}
    .about2 .box .list .you .tt1{font-size: 20px;line-height: 26px;padding-bottom: 11px;}
    .about2 .box .list .you .tt2{min-height:inherit;}
    .about2 .box .list:nth-child(n+2){margin-top:40px;}




    .about3 .box{flex-direction: column-reverse;display: flex;}
    .about3 .box1{position: relative;padding: 0;}
    .about3 .box1:after{display: none;}
    .about3 .box1:before{display: none;}
    .about3 .box1 .tt .tt1{font-size: 22px;line-height: 30px;padding-bottom: 8px;}
    .about3 .box2{margin:0 0 15px;}
    .about3 .box2 .swiper{width: calc(100% + 15px);padding-right: 15px;}
    .about3 .box2 .swiper-slide{width: 96px;}
    .about3 .box2 .swiper-slide .list{margin: 0 0 36px;padding:0 0 15px;border: 0;border-bottom: 1px solid #ddd;}
    .about3 .box2 .swiper-slide .list:before{top: auto;bottom: -26px;transform:rotate(180deg);}
    .about3 .box2 .swiper-slide .list:after{top: auto;bottom: -7px;}
    .about3 .box2 .swiper-slide.swiper-slide-thumb-active .list:before{top:auto;bottom: -36px;}




    .about4 .list{padding: 6px;}
    .about4 .list .tt{font-size: 14px;padding:8px 0 2px;}

    .lbabout4{padding-bottom:52px;}
    .lbabout4 .swiper-button-prev{width: 30px;height: 30px;font-size: 15px;left: calc(50% - 38px);}
    .lbabout4 .swiper-button-next{width: 30px;height: 30px;font-size: 15px;right: calc(50% - 38px);}


    .title8{padding: 14px 0;}
    .title8 a{font-size: 15px;line-height: 26px;margin: 3px 8px;}




}

@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;} 
}


