/*全局样式*/
@charset "utf-8";
body {font:16px/1.6 "微软雅黑",黑体,"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 !important;}
.container-fluid {
    max-width:1770px !important;
    padding-left: 15px;
    padding-right: 15px;
}


:root{
    --color_zhuti: #0068b7;
    --color_hover: #0d7acd;
    --transform_scale: scale(1.08);
}


header{/*position:fixed;*/position:absolute;left: 0;top:0;z-index: 111;width: 100%;border-bottom: 1px solid rgba(255, 255, 255, .2);}

header .box{display: flex;justify-content: space-between;height: 150px;align-items: center;}
header .logo{height: 120px;font-size: 0;display: flex;align-items: center;position: relative; width: 38%;}
header .logo img{max-height:100%;transition: all .3s;opacity: 1;}
header .logo img:nth-child(2){position: absolute;left: 0;top:0;bottom: 0;margin: auto 0;opacity: 0;}
header .tel{ color: #fff; font-size: 20px; padding-right: 20px;}
header .s100{display: flex;justify-content: end;height: 60px;align-items: center;}
header .r60{ width: 60%;}

header .txt{height: 46px;display: flex;justify-content: space-between;padding-left: 4px;align-items: center;line-height: 26px;text-align: center;position: relative;}
header .txt:after{content: "";height: 22px;width: 2px;background: #fff;position: absolute;left: 0;top:0;bottom: 0;margin: auto 0;}
header .txt a{display: block;margin-left: 4px;font-family: 'Arial';font-size: 18px;color: #fff;padding:6px;border-radius: 6px;}
header .txt a:hover{background-color: rgba(255, 255, 255, .3);}
header .txt a:nth-child(1){padding: 6px 12px;margin-left: 11px;}
header .txt a:nth-child(1):before{padding-right: 6px;}


header nav{}
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:60px;font-size:18px;position: relative;padding: 0 4px;color: #fff;position: relative;}
header nav ul li > a:after{content: "";width: 0;height: 3px;background:#fff;position: absolute;left: 0;bottom: 13px;right: 0;margin: 0 auto;border-radius: 8px;transition: all .3s;}
header nav ul li > i{display: none;}
header nav ul li:hover > a:after{width: 100%;}

header nav .ul{display:none;position: absolute;left: 0;top:100%;width: 190px;margin-left: calc(50% - 90px);right: 0;background:rgba(255,255,255,1);padding:8px 0;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius:8px;overflow: hidden;}
header nav .ul a{font-size: 16px;color: #333;line-height: 24px;padding:10px 5px;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:1200px){
    header nav ul > li:hover .ul{display: block;}
    body.active header{border-bottom: 1px solid #d8dbe0; background-color: rgba(255,255,2550, .6)}
    body.active header .logo img:nth-child(1){opacity: 0;}
    body.active header .logo img:nth-child(2){opacity: 1;}
    body.active header nav ul li > a{color: #222;}
    body.active header nav ul li:hover > a{color: var(--color_zhuti);}
    body.active header nav ul li > a:after{background-color: var(--color_zhuti);}
	body.active header .tel{ color: #222;}
    body.active header .txt a{color: #222;}
    body.active header .txt:after{background-color:#ddd;}
    body.active header .txt a:hover{background-color: rgba(0, 0, 0, .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;max-width: calc(100% - 60px)}
#formbox #form_close{font-size: 50px;color: #fff;position: absolute;right: 10%;top:50px;font-weight: normal;cursor: pointer;opacity: .8;}
#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*/
.banner{position: relative;z-index: 1;overflow: hidden;height: 100%;}
.banner .swiper-wrapper{height: 100%;}
.banner .swiper-wrapper .swiper-slide{height: 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;}



/*右侧小点*/
.swiper1-pagination span{width: 17px;height: 17px;border-radius:50%;background:fixed;border: 1px solid transparent;position: relative;opacity: 1;margin:14px 0 !important;}
.swiper1-pagination span:after{content:"";height:3px;width: 3px;background: #fff;position: absolute;top:0;left: 0;right: 0;bottom:0;margin: auto;}
.swiper1-pagination span.swiper-pagination-bullet-active{border-color: #fff;}
.swiper1-pagination span:before{width:40px;line-height: 26px;height: 26px;text-align: center;position: absolute;left: 40px;top:-2px;bottom: 0;margin: auto 0;color:#fff;border-radius:4px;overflow: hidden;opacity: 0;font-size: 16px;}
.swiper1-pagination span.swiper-pagination-bullet-active:before{left: -40px;opacity: 1;transition: all 0.3s;}
.swiper1-pagination span:nth-child(1):before{content: "01";}
.swiper1-pagination span:nth-child(2):before{content: "02";}
.swiper1-pagination span:nth-child(3):before{content: "03";}
.swiper1-pagination span:nth-child(4):before{content: "04";}
.swiper1-pagination span:nth-child(5):before{content: "05";}
.swiper1-pagination span:nth-child(6):before{content: "06";}
.swiper1-pagination span:nth-child(7):before{content: "07";}
.swiper1-pagination span:nth-child(8):before{content: "08";}
.swiper1-pagination span:nth-child(9):before{content: "09";}



.main{display: flex;align-items: center;padding-top:100px;justify-content: center;height: 100vh;}
.main .container-fluid{min-height:460px;}

.main1 .box{display: flex;justify-content: space-between;}
.main1 .box .zuo{width: 36%;padding-right: 6%;position: relative;padding-bottom: 66px;}
.main1 .box .you{width: 64%;padding-left:6%;border-left: 1px solid var(--color_zhuti);position: relative;color: #555;}
.main1 .box .you:after{content: "";width: 5px;height: 70px;background: var(--color_zhuti);position: absolute;left: -3px;top:0;}
.main1 .box .zuo .tt1{font-size: 36px;font-weight: bold;line-height: 46px;}
.main1 .box .zuo .tt2{font-size: 30px;line-height: 40px;color: #555;margin-top: 20px;}
.main1 .box .zuo .tt3{display: flex;align-items: center;padding-left: 17px;width: 140px;height: 44px;color: #fff;background: var(--color_zhuti);border-radius: 0 55px 55px 0;position: absolute;left: 0;bottom: 0;}
.main1 .box .zuo .tt3 i{display: block;line-height: normal;padding-left: 8px;font-size: 140%;position: relative;top:2px;}
.main1 .box .zuo .tt3:hover{background: var(--color_hover);}
.main1 .box .you .tt4{font-size: 18px;line-height:2;-webkit-line-clamp: 8;min-height:16em;}
.main1 .box .you .tt5{margin-top: 66px;display: flex;justify-content:space-between;}
.main1 .box .you .tt5 div{display: block;font-size:18px;color: #555;text-align: center;}
.main1 .box .you .tt5 div b{font-size: 60px;color: var(--color_zhuti);line-height: 70px;display: block;padding-bottom: 4px;}



.title{display: flex;justify-content: space-between;align-items: center;margin-bottom: 40px;}
.title .div1{font-size: 34px;color: #fff;line-height:44px;}
.title .div1 span{display: block;font-size: 44px;line-height: 54px;font-weight: bold;text-transform: uppercase;margin-bottom: 2px;}
.more{display: flex;align-items: center;justify-content: right;padding-right: 17px;width: 140px;height: 44px;color: var(--color_zhuti);background: #fff;border-radius:55px 0 0 55px;margin-top: 16px;}
.more i{display: block;line-height: normal;padding-left: 8px;font-size: 140%;position: relative;top:2px;}
.more:hover span{text-decoration: underline!important;}


.main2 .box{display: flex;border: 1px solid rgba(255, 255, 255, .3);}
.main2 .box .zuo{width: calc(22% + 100px);min-height: 471px;}
.main2 .box .you{width: calc(78% - 100px);border-left: 1px solid rgba(255, 255, 255, .3);padding: 2px;position: relative;}
.main2 .box .zuo a{display: block;position: relative;margin: 2px;font-size: 20px;padding:13px 13px 13px 52px;position: relative;line-height: 28px;color: #fff;}
.main2 .box .zuo a:after{content: "";width:calc(100% + 4px);height: 1px;background: rgba(255, 255, 255, .3);position: absolute;left: -2px;bottom: -3px;}
.main2 .box .zuo a:before{content: "";width:0;height: 0;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-left: 8px solid #fff;position: absolute;left: 25px;top:18px;transition: all .3s;}
.main2 .box .zuo a:nth-child(n+2){margin-top:5px;}
.main2 .box .zuo a:nth-child(8):after{display: none;}
.main2 .box .zuo a:nth-child(n+9){display: none;}
.main2 .box .zuo a:hover{background-color: #fff;color: var(--color_zhuti);}
.main2 .box .zuo a:hover:before{border-left-color: var(--color_zhuti);}
.main2 .box .zuo a.active:before{border-left-color: var(--color_zhuti);}
.main2 .box .zuo a.active{background-color: #fff;color: var(--color_zhuti);}


.main2 .box .you .listbox{display: none;height: 100%;}
.main2 .box .you .listbox.active{display: flex;}
.main2 .box .you .list{display: flex;height: 100%;position: relative;justify-content: space-between;width: 100%;}
.main2 .box .you .list .tt{height: 100%;width: 39%;background-color: #fff;padding: 50px 38px 0 44px;}
.main2 .box .you .list .bjcover{height: 100%;width: 61%;}
.main2 .box .you .list .tt1{font-size: 28px;font-weight: bold;line-height: 38px;min-height: 38px;}
.main2 .box .you .list .tt2{font-size: 16px;line-height:1.8;color: #555;margin-top: 18px;-webkit-line-clamp: 8;min-height: 14.4em;}
.main2 .box .you .list .tt3{width: 110px;height: 38px;border: 1px solid #ddd;display: flex;justify-content: center;align-items: center;color: #555;margin-top: 28px;}
.main2 .box .you .list .tt3:hover{background: var(--color_zhuti);color: #fff;border-color: var(--color_zhuti);}




.main3 .box{display: flex;}
.main3 .zuo{width: 36%;padding:0 30px 66px 0;position: relative;}
.main3 .zuo .title .div1{color: #222;}
.main3 .zuo .ul{max-width: 264px;overflow: hidden;}
.main3 .zuo .ul a{display: block;font-size: 18px;line-height: 28px;padding: 12px 20px 12px 52px;border: 1px solid #ddd;background-color: #fff;border-radius: 0 55px 55px 0;margin-top:6px;position: relative;}
.main3 .zuo .ul a:before{content: "";width:0;height: 0;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-left: 8px solid #222;position: absolute;left: 25px;top:18px;transition: all .3s;}
.main3 .zuo .ul a:hover{background-color: var(--color_zhuti);border-color: var(--color_zhuti);color: #fff;}
.main3 .zuo .ul a:hover:before{border-left-color:#fff;}

body .more2{display: flex;align-items: center;padding-left: 17px;width: 140px;height: 44px;color: #fff;background: var(--color_zhuti);border-radius: 0 55px 55px 0;position: absolute;left: 0;bottom: 0;}
body .more2 i{display: block;line-height: normal;padding-left: 8px;font-size: 140%;position: relative;top:2px;}
body .more2:hover{background: var(--color_hover);}

.main3 .lb3{width: 64%;}
.main3 .lb3 .list{display: block;position: relative;}
.main3 .lb3 .list .bjcover{padding-top:74%;}
.main3 .lb3 .list .tt{position: absolute;left: 0;top:0;text-align: center;padding-top: 15px;opacity: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;background: rgba(0, 104, 183, .8);font-size: 18px;color: #fff;}
.main3 .lb3 .list .tt i{font-size: 30px;display: block;margin-top: 6px;}
.main3 .lb3 .list:hover .tt{opacity: 1;}


.main4 .list{display: flex;border-radius: 0 48px 0 0;position: relative;padding: 25px;transition: all .3s;}
.main4 .list .tt{background: #fff;width: 280px;padding-bottom: 33px;max-width: 100%;}
.main4 .list .tt1{font-size: 24px;font-weight: bold;line-height: 76px;padding: 4px 30px 0;border-bottom: 1px solid #ddd;}
.main4 .list .tt2{font-size: 16px;line-height: 2;min-height:12em;-webkit-line-clamp: 6;margin: 18px 30px 20px;color: #555;}
.main4 .list .tt3{width: 110px;height: 36px;font-size: 16px;margin-left: 30px;border: 1px solid #ddd;color: #555;display: flex;justify-content: center;align-items: center;}
.main4 .list .tt3:hover{background: var(--color_hover);border-color: var(--color_zhuti);color: #fff;}
.main4 .swiper-slide:nth-child(even) .list{justify-content: right;border-radius:48px 0 0 0;}




.main5 .title{position: relative;}
.main5 .title .div1{color: #222;}
.main5 .title .div2{position: absolute;right: 220px;top:32px;display: flex;}
.main5 .title .div2 a{display: block;font-size: 18px;line-height: 28px;padding: 12px 30px 12px 44px;border: 1px solid #ddd;background-color: #fff;border-radius: 0 55px 55px 0;position: relative;}
.main5 .title .div2 a:before{content: "";width:0;height: 0;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-left: 8px solid #222;position: absolute;left: 25px;top:18px;transition: all .3s;}
.main5 .title .div2 a:hover{background-color: var(--color_zhuti);border-color: var(--color_zhuti);color: #fff;}
.main5 .title .div2 a:hover:before{border-left-color:#fff;}
.main5 .title .div2 a:nth-child(3){display: none;}
.main5 .title .div2 a:nth-child(odd){border-radius:55px 0 0 55px;}
.main5 .title .more{color: #fff;background: var(--color_zhuti);}

.main5 .lb5{margin: 0 -38px;padding-top:11px;}
.main5 .list{display: block;padding: 25px 38px;border-left: 1px solid #ddd;}
.main5 .swiper-slide-active .list{border: 0;}
.main5 .list .tt1{font-size: 28px;font-weight: bold;}
.main5 .list .tt2{font-size: 16px;color: #555;margin-top: 28px;-webkit-line-clamp: 3;line-height: 1.8;min-height: 5.4em;}
.main5 .list .tt3{font-size: 16px;color: #555;font-family: 'Arial';padding-top:28px;margin-top: 30px;border-top: 1px solid #ddd;}
.main5 .list .tt3:before{font-size: 140%;padding-right: 8px;}
.main5 .list:hover .tt1{color: var(--color_zhuti);}
.main5 .list:hover .tt3{border-color: var(--color_zhuti);}


footer{padding: 77px 0;}
footer .box{display: flex;justify-content: space-between;color: #fff;font-size: 18px;line-height: 1.8;}
footer .box .ul a{display: block;font-size:16px;padding-bottom:4px;}
footer .box .ul a:nth-child(1){font-size: 24px;font-weight: bold;padding-bottom: 20px;margin-bottom: 20px;position: relative;}
footer .box .ul a:nth-child(1):after{content: "";width: 40px;height: 2px;background: #fff;position: absolute;left: 0;bottom: 0;}
footer .box .ul a:nth-child(n+2):hover{text-decoration: underline!important;}


footer .list1{width: 35%;line-height: 2;}
footer .list1 .tt1{max-width: 540px;}
footer .list1 .tt2box{padding-right:180px;position: relative;font-size: 16px;}
footer .list1 .tt2box .tt1{font-size: 20px;}
footer .list1 .tt2box .tt4{width:160px;position: absolute;right: 0;top:11px;text-align: center;}
footer .list1 .tt2box .tt4 img{width: 100%;display: block;margin: 0 auto 6px;}
footer .list1 .tt2box .tt2{position: relative;padding-left: 82px;margin-top:44px;}
footer .list1 .tt2box .tt2 b{display: block;font-size: 30px;line-height: 38px;}
footer .list1 .tt2box .tt2 img{display: block;position: absolute;left: 0;top:5px;}
footer .list1 .tt2box .tt3{margin-top:18px;}




/*详情页*/
.danye{font-size: 16px;line-height: 2;}
.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 .tt2{font-size: 18px;}
.danyetop{font-size: 24px;padding-bottom: 16px;margin-bottom: 16px;border-bottom: 1px solid #eee;line-height: 34px;margin-top: 40px;}

@media (max-width:767px){
    /*详情页*/
    .danye{font-size: 15px;line-height: 1.8;}
    .danye .topbox{margin-bottom: 16px;}
    .danye .bt{font-size: 20px;padding-bottom: 4px;}
    .danye .img{margin:0 auto 18px auto;}
    .danye .ditu{height:360px;margin-top: 25px;}
    .danye .rq{margin-top: 0;}
    .danye .xian{margin-top: 14px;}
    .danye .tt1{padding-top: 0;font-size: 22px;padding-bottom: 11px;}
    .danye .tt2{font-size: 15px;}
    .danyetop{font-size: 20px;padding-bottom: 11px;margin-bottom: 11px;margin-top: 25px;line-height: 30px;}
}


.banner2 img{width: 100%;display: block;}



.ny{padding: 60px 0 99px;}

.title8{padding: 18px 0;box-shadow: 0 4px 6px rgba(0, 0, 0, .03);font-size: 0;background-color: #fff;text-align: center;}
.title8 a{display: inline-block;vertical-align: top;font-size: 18px;font-family: var(--ali_family);line-height: 44px;border-radius: 8px;min-width: 150px;padding: 0 8px;text-align: center;margin: 5px 10px 5px 0;}
.title8 a:hover{background-color: var(--color_zhuti);color: #fff;}
.title8 a.active{background-color: var(--color_zhuti);color: #fff;}
@media (max-width:991px) {
    .title8 a{font-size: 15px;line-height: 40px;min-width: 120px;margin: 2px 5px 2px 0;}
}

/*内页新闻*/
.nyxw{padding-bottom: 30px;margin-top: -11px;}
.nyxw .list{display: block;position: relative;padding: 30px 330px 30px 170px;border-bottom: 1px solid #e5e5e5;}
.nyxw .list .tt1{font-size: 18px;color: #222;}
.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;}
.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 .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%;}
}



.nycp{margin: 0 -10px;}
.nycp .list{display:block;width: calc(25% - 20px);margin: 0 10px 20px;float: left;}
.nycp .list .bjcover{padding-top: 74%;}
.nycp .list .tt{font-size: 18px;line-height: 66px;text-align: center;background: #f4f4f4;}
.nycp .list:hover .bjcover{transform: var(--transform_scale);}
.nycp .list:hover .tt{background: var(--color_zhuti);color: #fff;}




.ny .container-fluid{max-width: 1430px!important;}






.nyhezuo{margin: 0 -10px;}
.nyhezuo .list{display: block;width: calc(20% - 20px);margin: 0 10px 20px;float: left;border: 1px solid #eee;box-shadow: 0 0 22px rgba(0, 0, 0, .03) inset;}
.nyhezuo .list .img{padding-top: 36%;position: relative;}
.nyhezuo .list .img img{display: block;position: absolute;left: 0;right: 0;top:0;bottom: 0;margin: auto;max-width: 77%;max-height: 88%;}
.nyhezuo .list:hover{border-color: var(--color_zhuti);}
@media (max-width:1199px){
    .nyhezuo .list{width: calc(25% - 20px);}
}
@media (max-width:991px){
    .nyhezuo{margin: 0 -7px;}
    .nyhezuo .list{width: calc(33.33% - 14px);margin: 0 7px 14px;}
}
@media (max-width:600px) {
    .nyhezuo .list{width: calc(50% - 14px);}
}






/* -webkit-line-clamp: 2; */


/*媒体查询开始*/
@media (max-width:1349px){
    header .txt a:nth-child(1){margin-left: 2px;}
    header nav ul li > a{font-size: 16px;}
    .main2 .box .you .list .tt{width: 50%;}
    .main2 .box .you .list .bjcover{width: 50%;}

    footer .box .ul{max-width:160px;}
    footer .list1 .tt2box .tt2 b{font-size: 22px;line-height: 30px;}




}
@media (max-width:1199px){
    body{padding-top: 80px;}
    footer{padding: 44px 0!important;}

    .banner .img{height: auto!important;padding-top:56%;}
    .banner .swiper-pagination-bullet{width: 7px;height: 7px;margin: 0 3px -4px !important;}
    .banner .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 22px;}


    header .box{height: 80px;}
    header .logo{height: 80px;}
    header .txt{padding-top:16px; padding-right: 60px;}
    header .txt:after{display: none;}
    header .txt a{margin: 0!important;}

    body header{border-bottom:0;background-color: #fff;box-shadow: 0 6px 11px rgba(0, 0, 0, .06);}
    body header .logo img:nth-child(1){opacity: 0;}
    body header .logo img:nth-child(2){opacity: 1;}
    body header nav ul li > a{color: #222;}
    body header nav ul li:hover > a{color: var(--color_zhuti);}
    body header nav ul li > a:after{background-color: var(--color_zhuti);display: none;}
    body header .txt a{color: #222;background: rgba(0, 0, 0, .1);min-width: 50px;}
    body header .txt:after{background-color:#ddd;}
    body header .txt a:hover{background-color: var(--color_zhuti);color: #fff;}





    /*pc导航*/
    header nav{display:none;width:100%;max-width: 100%;float: none;padding:15px 20px 60px;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; display: block !important;}
    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;}



    .main{height: auto;padding:77px 0;}
    .main .container-fluid{min-height:inherit;}

    .main1 .box .zuo .tt1{font-size: 30px;line-height: 40px;}
    .main1 .box .zuo .tt2{font-size: 22px;line-height: 32px;}
    .main1 .box .you .tt4{font-size: 16px;line-height: 1.8;min-height: 14.4em;}
    .main1 .box .you .tt5 div{font-size: 16px;}
    .main1 .box .you .tt5 div b{font-size: 36px;line-height:46px;}



    footer .box .ul{display: none;}
    footer .list1{width: 100%;line-height:1.8;}
    footer .list1 .tt1{max-width: 100%;font-size: 16px;}
    footer .list1 .tt2box{padding-right:0;font-size: 14px;}
    footer .list1 .tt2box .tt4{display: none;}
    footer .list1 .tt2box .tt2{padding-left: 58px;margin-top:20px;}
    footer .list1 .tt2box .tt2 img{top:5px;width:50px;}
    footer .list1 .tt2box .tt3{margin-top:11px;}

}
@media (max-width:991px) {	
    body{font-size:15px;}
    .main{padding:44px 0;}
	header .txt{ padding-right: 0px;}

    .main1 .box{flex-wrap: wrap;}
    .main1 .box .zuo{width: 100%;padding:0 0 55px;}
    .main1 .box .you{width: 100%;border: 0;padding:22px 0 0;}
    .main1 .box .you:after{display: none;}
    .main1 .box .zuo .tt1{font-size: 22px;line-height: 32px;}
    .main1 .box .zuo .tt2{font-size: 18px;line-height: 28px;margin-top:10px;}
    .main1 .box .zuo .tt3{padding-left: 15px;width: 122px;height: 38px;font-size: 13px;}
    .main1 .box .you .tt4{font-size: 15px;min-height: inherit;}
    .main1 .box .you .tt5{margin-top:10px;flex-wrap: wrap;}
    .main1 .box .you .tt5 div{min-width: 40%;text-align: center;margin-top:18px;font-size: 15px;}
    .main1 .box .you .tt5 div b{font-size:26px;line-height: 34px;padding-bottom: 2px;}


    .title{margin-bottom: 22px;}
    .title .div1{font-size: 22px;line-height:32px;}
    .title .div1 span{font-size: 28px;line-height: 36px;margin-bottom: 0;}
    .more{padding-right: 15px;width: 114px;height: 38px;font-size: 13px;}


    .main2 .box{display: flex;border: 1px solid rgba(255, 255, 255, .3);flex-wrap: wrap;}
    .main2 .box .zuo{width:100%;min-height: inherit;}
    .main2 .box .you{width:100%;border-left:0;padding: 2px;position: relative;}
    .main2 .box .zuo a{font-size:15px;padding:8px 8px 8px 40px;line-height: 26px;}
    .main2 .box .zuo a:before{border-width: 6px;left: 20px;top:16px;}
    .main2 .box .you .listbox{display: none;height: 100%;}
    .main2 .box .you .list{height: auto;flex-wrap: wrap;}
    .main2 .box .you .list .tt{height: auto;width: 100%;padding: 25px 25px 30px;}
    .main2 .box .you .list .bjcover{height:auto;width: 100%;padding-top: 62%;}
    .main2 .box .you .list .tt1{font-size: 22px;line-height: 30px;min-height: inherit;}
    .main2 .box .you .list .tt2{font-size: 15px;margin-top: 11px;-webkit-line-clamp: 8;min-height:inherit;}
    .main2 .box .you .list .tt3{font-size: 14px;margin-top: 11px;}



    .main3 .box{flex-wrap: wrap;}
    .main3 .zuo{width: 100%;padding:0;}
    .main3 .zuo .title .div1{color: #222;}
    .main3 .zuo .ul{max-width:inherit;overflow: hidden;font-size: 0;text-align: center;margin: 0 -2px;}
    .main3 .zuo .ul a{font-size:15px;padding:8px 18px 8px 30px;line-height: 26px;display: inline-block;vertical-align: top;border-radius: 0;margin: 2px;min-width: calc(33.33% - 4px);text-align: left;}
    .main3 .zuo .ul a:before{border-width: 6px;left: 15px;top:15px;}

    .main3 .zuo .more2{padding-right: 15px;width: 114px;height: 38px;font-size: 13px;border-radius: 44px 0 0 44px;padding-left: 0;justify-content: right;bottom: auto;left: auto;right: 0;top:20px;}

    .main3 .lb3{width: 100%;margin-top: 20px;}
    .main3 .lb3 .list{display: block;position: relative;}
    .main3 .lb3 .list .bjcover{padding-top:74%;}
    .main3 .lb3 .list .tt{position: absolute;left: 0;top:0;text-align: center;padding-top: 15px;opacity: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;background: rgba(0, 104, 183, .8);font-size: 18px;color: #fff;}
    .main3 .lb3 .list .tt i{font-size: 30px;display: block;margin-top: 6px;}
    .main3 .lb3 .list:hover .tt{opacity: 1;}


    .main4 .list{border-radius: 10px!important;}
    .main4 .list .tt{padding-bottom: 25px;border-radius: 10px;}
    .main4 .list .tt1{font-size: 18px;line-height: 46px;padding:6px 20px 0;}
    .main4 .list .tt2{font-size: 14px;line-height: 1.8;margin: 11px 20px 10px;min-height:10.8em;}
    .main4 .list .tt3{width: 100px;height: 32px;margin-left:20px;font-size: 14px;}
    .main4 .swiper-slide{width: 80%;}


    .main5 .title{flex-wrap: wrap;}
    .main5 .title .div1{width: 100%;}
    .main5 .title .div2{position:relative;right: auto;top:auto;display: flex;flex-wrap: wrap;margin-top:16px;}
    .main5 .title .div2 a{font-size:15px;padding:8px 22px 8px 32px;line-height: 26px;text-align: left;border-radius:0 8px 8px 0;}
    .main5 .title .div2 a:before{border-width: 6px;left: 18px;top:15px;}
    .main5 .title .div2 a:nth-child(odd){border-radius:8px 0 0 8px;}
    .main5 .title .more{position: absolute;right: 0;top:6px;}





    .main5 .lb5{margin: 0 -20px;padding-top:4px;}
    .main5 .list{padding:15px 20px;}
    .main5 .list .tt1{font-size: 20px;}
    .main5 .list .tt2{font-size: 14px;margin-top:11px;}
    .main5 .list .tt3{font-size: 14px;padding-top: 18px;margin-top: 20px;}
    .main5 .swiper-slide{width: 80%;}


    .ny{padding: 35px 0 66px;}

    .nycp{margin: 0 -6px;}
    .nycp .list{width: calc(33.33% - 12px);margin: 0 6px 12px;}
    .nycp .list .tt{font-size: 15px;line-height: 44px;}




}

@media (max-width:767px) {
	.logo{width:300px;}
    .main3 .zuo .ul a{min-width: calc(50% - 4px);}
    .nycp .list{width: calc(50% - 12px);}


}
@media (max-width:600px) {


}

@media (max-width:479px) {
    .danye .ditu{height:300px;}

    
}
 /*手机底部*/
@media (max-width:1199px) {
    footer{margin-bottom: 51px;}
    .sjdibu{height:50px;background:var(--color_zhuti);position:fixed; bottom:0; left:0; z-index:113; border-top:solid 1px #fff;width: 100%;text-align: center;font-size: 0;}
    .sjdibu .box1 a{display: inline-block;vertical-align: top;color: #fff;padding: 5px;}
    .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;} 
}

