@charset "utf-8";
/* CSS Document */

.nybanner  {
    background: url(../images/nyb3.png) no-repeat center;
    height: 450px;
    text-align: center;line-height: 30px;
    color: #e1e1e1;font-size: 16px;
    background-size:auto 100%;
}
.nybanner h2{color:#fff;padding-top: 9%;font-size: 30px;font-weight: normal;padding-bottom: 18px;}

.nybanner3{background-image: url("../images/nyb11.jpg")}
.nybanner2{background-image: url("../images/nyb10.jpg")}
.nybanner17,.nybanner5{background-image: url("../images/nyb3.jpg")}

.nypagebanner{position: relative;background-image: url("../images/nyb3.jpg")}
.nybanner21{background-image: url("../images/nyb4.jpg")}
.nybanner20{background-image: url("../images/nyb1.jpg")}
.nybanner23{background-image: url("../images/nyb6.jpg")}
.nybanner22{background-image: url("../images/nyb7.jpg")}
.nybanner24{background-image: url("../images/nyb8.jpg")}
.nybanner25{background-image: url("../images/nyb9.jpg");
    background-size:auto 100%;}

.nypagebanner h2{    position: absolute;
    bottom: 40%;
    left: 15%;
    background: #fff;
    padding: 25px 43px;
    bottom: 0px;
    height: 100px;
    line-height: 100px;
    background: linear-gradient(2deg, white, transparent);
    border-top-right-radius: 28px;
    border-top-left-radius: 28px;}
.weijianbanner h2{background: none;
    color: #fff;
    letter-spacing: 2px;
    padding-top: 12%;
    position: absolute;
    left: 16%;}

.server-lists{padding-bottom: 40px;}
.f-n-c-item {
    display: flex;
    justify-content: space-between;
    color: #888;
    font-size: 18px;
    line-height: 34px;
    opacity: 0;
    background:#eaeefa;margin-top: 30px;padding:60px 80px 50px 80px;
    opacity: 1;
}

.f-n-c-item h2 {
    color: #333;
    font-size: 20px;
    padding-bottom: 20px;margin-top:18px;
}

.f-n-c-item .more {
    display: block;
    border: 1px solid #938d8d;
    height: 45px;
    line-height: 45px;


    text-align: center;
    width: 180px;
    margin-top: 38px;position: relative;
}

.fnimg{
    transition: transform 0.3s ease;
}
.f-n-c-item .more .icon-jiang {
    font-size: 18px;
}
.f-n-c-item .more span{position: relative;z-index: 2}

.f-n-c-item .more:after{
    width: 0%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background-color: #1c55c7;
    z-index: 0;
}

.f-n-c-item:hover{
    background: #e4eaff;
}
.f-n-c-item:hover .more{
    color: #fff;
    border: 1px solid #1c55c7;
}
.f-n-c-item:hover h2{
    color: #1c55c7;
}
.f-n-c-item:hover .fnimg{
    transform: scale(1.1);
}
.f-n-c-item:hover .more:after{
    width: 100%;
}

.position{padding:20px 0px;background: #fafafa;}
.position .nybt{color: #888;font-weight: normal;}
.position-fff{background: #fff;}


.case-index-lists .news-item {
    width:29%;
    margin: 30px 2%;
    text-align: center;
    color: #888888;
    background: #fff;
    padding-bottom: 40px;
    box-shadow: 0 0 9px rgb(209 204 204);
    overflow: hidden;
}

.case-index-lists .news-item .news-relative {
    position: relative;
}

.case-index-lists .news-item .news-relative .date {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffffff;
    color: #8cb2ff;
    box-shadow: 0 0px 8px rgba(221, 203, 203, 0.5);
    top: 155px;
    left: 39%;
    font-size: 22px;
    line-height: 1;
    box-sizing: border-box;
    padding-top: 11px;
}

.case-index-lists .news-item .news-relative .date .month {
    padding-bottom: 6px;
    position: relative;
}

.case-index-lists .news-item .news-relative .date .month:after {
    content: '';
    border-bottom: 1px solid #999999;
    width: 14px;
    display: block;
    margin: 5px auto 0px auto;
}

.case-index-lists .news-item .nimg {
    height: 200px;
    width: 100%;
}

.case-index-lists .news-item h2 {
    font-size: 18px;
    color: #222222;
    margin: 52px 0px 20px 0px;
}

.case-index-lists .news-item h2:after {
    content: '';
    border-bottom: 1px solid #888;
    width: 100px;
    display: block;
    margin: auto;
    padding-top: 11px;
}

.case-index-lists .news-item p {
    padding: 1% 10%;
    line-height: 24px;
}

.case-index-lists .news-item span {
    background: #f2f2f2;
    color: #999999;
    display: block;
    width: 74%;
    margin: 20px auto 0px auto;
    padding: 10px 0px;
    position: relative;
}

.case-index-lists .news-item:hover{
    transform: translateY(-1%);
    transition: all ease-out 0.1s;
    -webkit-transition: all ease-out 0.1s;
    opacity: 1;
}


.case-index-lists .news-item:hover .transbg-bezier{
    background: none;
    color: #fff;
}
.case-index-lists .news-item:hover .transbg-bezier::after{
    width: 100%;
}
.case-index-lists .news-item:hover .fnimg{
    transform: scale(1.1);
}
.transactive .trans100Y {
    transform: translateY(0);
    opacity: 1;
}

.trans100Y {
    transform: translateY(20%);
    transition: all ease-out 0.9s;
    -webkit-transition: all ease-out 0.9s;
    opacity: 0;
}

.transactive .transleft {
    transition-delay: .3s;
    transition: all 1.5s ease-in-out;
    transform: translateX(0);
    opacity: 1;
}

.transactive .transright {

    transition-delay: .3s;
    transition: all 1.5s ease-in-out;
    transform: translateX(0);
    opacity: 1;
}


.transbg-bezier span{position: relative;z-index: 2}

.transbg-bezier:after{
    width: 0%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background-color: #1c55c7;
    z-index: -1;
}


.news-index-lists{

}
.news-index-lists .n-item{
    color: #888;padding: 30px 33px;
    background: #fbfbfb;
    margin: 30px 0px;
    position: relative;
    /*background: linear-gradient(176deg, #d9e4f9, #fdfdfd, #fdfdfd, #fdfdfd);*/
}
.news-index-lists .n-item:after{
    content: '';
    position: absolute;
    width: 0%;height: 100%;top:0px;left:0px;
    background: linear-gradient(85deg, #92b7ff, #0855ed, #0049db,#a1bffd, #dce8ff);
    z-index: -1;
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.news-index-lists .n-item .date-box{
    font-size: 16px;
    width: 10%;text-align:center;position: relative;margin-right: 35px;
}
.news-index-lists .n-item .date-box:after{position: absolute;
    content: '';
    height: 100%;
    border-right: 1px solid #ddd;
    right: 0px;
    top: 0px;}
.news-index-lists .n-item .date-box .date{
    font-size: 22px;
    color: #050505;
    padding-bottom: 10px;
}
.news-index-lists .n-item .news-title{
    font-size: 22px;
    color: #050505;
}

.news-index-lists .n-item .news-desc{
    margin-top:18px;line-height: 24px;font-size: 16px;
}
.news-index-lists .n-item .news-text{width:80%;}

.news-index-lists .n-item .news-link{margin-left:34px;border:1px solid #ddd;width:50px;height: 50px;border-radius: 100%;line-height: 50px;text-align: center;color: #ddd;}

.news-index-lists .n-item .news-link .iconfont{font-size: 25px;}


.news-index-lists .n-item:hover{
    color: #fff;
}
.news-index-lists .n-item:hover .date-box .date,.news-index-lists .n-item:hover .news-title{
    color: #fff;
}
.news-index-lists .n-item:hover::after{
    width: 100%;
}

.news-index-lists .n-item:hover .news-link{
    background: #1c55c7;
    color:#fff;
}

.about-bg{background:#fafafa  url("../images/ab-c-bg1.jpg") no-repeat center ;padding-bottom: 40px;}
.about-container{font-size:18px;line-height: 28px;padding:60px 0px;}

.about-top1{position: relative;height: 521px;}
.about-text{width:46%;position: relative;
    z-index: 1;}
.about-text h2 {
    color: #333;
    font-size: 32px;
    margin: 10px 0px 15px 0px;
}
.about-en{font-size: 26px;margin-top: 10px;}
.about-text h1{font-size:32px;color: #1c55c7;position: relative;border-bottom: 1px solid #ddd;padding:20px 0px;margin-bottom: 20px;}

.about-text .about-desc{padding-bottom: 16px;color:#2c5b8b;}

.about-text p {
    font-size: 16px;
    color: #0d417c;
    margin-top: 16px;
    line-height: 26px;
    text-indent: 2rem;
}

.about-text .about-stro{position: absolute;
    right: -9%;
    background: #fff;
    z-index: 999;
    top: 24%;
    padding: 24px 37px 36px;box-shadow: 0px 0px 10px 0px #616599;
}

.ab-img-box{width: 868px;position: absolute;top:0px;right: 0px;}
.ab-t-img{width: 868px;  }
.ab-t-img-ab{    position: absolute;
    top: 74px;
    animation: rotateTest 30s linear infinite;
    width: 309px;
    left: -83px;
    top: -17px;
    opacity: 0.3;}
@keyframes rotateTest {
    0%{
        transform: translate(0%, 0%) rotate(0deg);
    }
    100% {
        transform: translate(0%, 0%) rotate(360deg);
    }
}

.about-desc-box{background: #fff;text-align: center;margin:48px 0px;border-radius: 10px;}
.about-desc-box .ad-item{flex:1;font-size: 16px;
    padding: 30px 0px;border-radius: 10px;    transition: all .5s ease;position: relative;color: #333;}
.about-desc-box .ad-item:after{border-right: 1px solid #f7f6f6;
    position: absolute;
    content: '';
    right: 0px;
    height: 75%;
    top: 12%;}
.about-desc-box .ad-item:last-child:after{
    border:none;
}

.about-desc-box .ad-item .ad-desc-img{width:54px;transition: all .5s ease;}
.about-desc-box .ad-item h2{font-weight: normal;font-size: 16px;color: #000;    padding-top: 13px;padding-bottom: 4px;}
.about-desc-box .ad-item h2 b{font-size: 36px;padding-right: 10px;color:#1c55c7;}

.about-desc-box .ad-item:hover{box-shadow: 0 23px 90px -5px rgba(29, 56, 72 , 0.17)}
.about-desc-box .ad-item:hover .ad-desc-img{    transform: rotateY(180deg);}

.dptitle{background:#1c55c7;color:#fff;padding:10px; width: 150px;text-align: center; }
.dmap{width: 100%;border-radius: 10px;}
.contact-box{margin-top:40px;}
.contact-box .b-item{color: #333;text-align: center;}
.contact-box .b-item h2{font-size: 18px;padding-top: 20px;padding-bottom: 10px;}
.contact-box .b-item img{transition: all .5s ease;}
.contact-box .b-item:hover img{transform: rotateY(180deg);}


.pro-index-lists{

}
.pro-index-lists .p-i-item:nth-child(2n){
    background: #f1f1f1;flex-direction: row-reverse;
}
.pro-index-lists .p-i-item{margin:30px 0px;padding: 28px 42px;}
.pro-index-lists .p-i-item .pro-right{    padding: 20px 50px;font-size: 16px;width: 586px;
    box-sizing: border-box;}

.pro-index-lists .p-i-item .pro-left{width: 674px;height: 327px;overflow: hidden;}
.pro-index-lists .p-i-item .pro-left img{
    transform: scale(0.98);
    transition: transform 0.3s ease;}
.pro-index-lists .p-i-item h1{     color: #1c55c7;
    font-size: 26px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
    transition: transform 0.3s ease;}

.pro-index-lists .p-i-item .pro-right p{font-size: 16px;line-height: 30px;}

.pro-index-lists .p-i-item:hover .pro-left img{transform: scale(1.05);}

.pro-index-lists .p-i-item:hover{background: #f7f7f7;}
.pro-index-lists .p-i-item:hover h1{
    /*color: red;*/
}

.imgtrans{
    transition: transform 0.3s ease;
}

.imgtrans:hover{
    transform: scale(1.1);
}
.waste-f1{padding:30px 0px;}

.waste-f1 .waste-stro{
width: 42%;
box-sizing: border-box;
padding-right: 26px;font-size: 16px;line-height: 30px;}
.waste-f1 .waste-stro h2{background: #f08329;
    color: #fff;
    padding: 17px;
    width: 270px;
    border-radius: 10px;
    margin: 50px 0px 50px 0px;
    text-align: center;}
.waste-f1 .waste-stro .waste-stro-p p{text-indent: 2rem;}

.waste-f1 .stro-img{width: 800px;height: 555px;overflow: hidden}

.waste-f1 .waste-stro:hover h2{
    background: #1c55c7;
}
.waste-f1 .waste-stro:hover {
    color: #333;
}

.waste-f2{margin-top:30px;}
.waste-title{
    color: #333;
text-align: center;
margin: 10px auto 30px auto;
border-bottom: 1.5px solid #197eff;
width: 107px;
padding-bottom: 14px;}
.waste-f2 .waste-place-list{}
.waste-f2 .waste-place-list ul{}
.waste-f2 .waste-place-list ul li{width: 30%;margin:0px 1%;}
.waste-f2 .waste-place-list ul .pl-img{width:100%;
    height: 230px;overflow: hidden;}
.waste-f2 .waste-place-list ul .pl-img img{    width: 100%;}

.waste-f2 .waste-place-list ul li h2{color: #333;font-size: 20px;padding:15px 0px;}
.waste-f2 .waste-place-list ul li p{line-height: 28px;color: #6a5f5f;font-size: 16px;}


.waste-f3{margin-top:30px;padding-top:30px;}

.waste-f3 .waste-pro-list{padding-bottom: 60px;}

.waste-f3 .waste-pro-list .pro-item{width: 45%;margin: 20px 2%;background: #fff;    box-sizing: border-box;
    padding: 10px 16px;border-radius: 10px;}
.waste-f3 .waste-pro-list .pro-item .pl-img{width: 300px;height: 334px;overflow: hidden;}
.waste-f3 .waste-pro-list .pro-item .pl-img img{width: 100%;}
.waste-f3 .waste-pro-list .pro-item .pl-ctx{padding-top: 40px;padding-left: 20px;width: 46%;}
.waste-f3 .waste-pro-list .pro-item .pl-ctx h2{padding:20px 0px;color: #333;font-size: 20px;}
.waste-f3 .waste-pro-list .pro-item .pl-ctx p{line-height: 28px;color: #4c4747;font-size: 16px;}

.waste-f3 .waste-pro-list .pro-item:hover{box-shadow: 1px 6px 18px #c5bebe}


.bgfdfd{background:#f3f3f3;}



.sleep-f1{padding:30px 0px;}

.sleep-f1 .sleep-stro{
    width: 42%;
    box-sizing: border-box;
    padding-right: 26px;font-size: 16px;line-height: 30px;}
.sleep-f1 .sleep-stro h2{background: #f08329;
    color: #fff;
    padding: 17px;
    width: 270px;
    border-radius: 10px;
    margin: 50px 0px 50px 0px;
    text-align: center;}
.sleep-f1 .sleep-stro .sleep-stro-p p{text-indent: 2rem;}

.sleep-f1 .stro-img{width: 800px;height: 555px;overflow: hidden;border-radius: 16px;}

.sleep-f1 .sleep-stro:hover h2{
    background: #1c55c7;
}
.sleep-f1 .sleep-stro:hover {
    color: #333;
}
.sleep-title{
    color: #333;
    text-align: center;
    margin: 10px auto 18px auto;
    width: 167px;
    padding-bottom: 4px;
padding-top: 30px;}


.sleep-title-h3{
    color: #4c4747;font-size: 18px;font-weight: normal;text-align: center;
    margin:0 auto;
    width: 410px;
    padding-bottom: 15px;border-bottom: 1px solid #b0b3bb;margin-bottom: 40px;

}
.sleep-f2{padding-bottom: 60px;}
.sleep-info{width: 65%;padding-top: 40px}
.sleep-info li{width: 33%;text-align: center;margin:30px 0px;position: relative}
.sleep-info li:after{position: absolute;
    content: '';
    border-right: 1px solid #b5c4c7;
    right: 0px;
    top: 28%;
    height: 60%;}

.sleep-info li:nth-child(3n):after{border-right: none;}
.sleep-info li h2{font-weight: normal;color: #333;padding-top: 10px;}
.sleep-info li img{width: 100px;}
.sleep-info-r{width: 35%;text-align: center}

.p-title-box{text-align: center;}
.p-title{
    color: #333;
    text-align: center;
    margin: 10px auto 30px auto;
    border-bottom: 1.5px solid #197eff;display: inline-block;
    padding-bottom: 14px;padding-top:30px;}
.wj-top1{padding-bottom: 40px;}
.wj-top1 .wj-item{background: #f7f7f7;border:1px solid #e0e1e1;border-radius: 20px;    margin: 20px 0px 20px 2%;border-radius: 20px;
    width: 25%;
}

.wj-top1 .wj-item:first-child{margin-left: 0px;}
.wj-top1 .wj-item h3{color: #fff;
    background: url(../images/w18.jpg) no-repeat center;
    height: 47px;
    background-size: auto 47px;
    line-height: 43px;
    text-align: center;
    font-size: 19px;
    letter-spacing: 1px;
    margin-bottom: 4px;}

.wj-top1 .wj-item  p{padding:22px 15px ;     font-size: 16px;
    line-height: 30px;color: #4c4747;}



.wz-top1{padding-bottom: 60px;}
.wz-top1 .wz-item{border-radius: 10px;background: #fff;width: 25%;
    margin: 10px 1%;text-align: center;position: relative;}
.wz-top1 .wz-item img{margin: 24px 0px;height: 140px;}
.wz-top1 .wz-item h2{    background: #119dff;
    color: #fff;
    font-size: 19px;
    letter-spacing: 2px;
    padding: 15px 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;}

.wz-top1 .wz-item .wz-stro{
    opacity: 0;border-radius: 10px;
    position: absolute;width: 100%;height: 100%;top:0px;left:0px;background: rgba(0,0,0,0.8);color: #fff;padding:10px 30px;box-sizing: border-box;line-height: 30px;font-size: 16px;padding-top: 20%;
}

.wz-top1 .wz-item:hover .wz-stro{opacity: 1}


.dl-box{padding:30px 0px 60px 0px;}
.dl-box .dl-l{width: 50%;overflow: hidden;}
.dl-box .dl-l img{width: 100%;}

.dl-box .dl-stro{width: 50%;box-sizing: border-box;padding:30px 6% 0px 40px;font-size: 16px;
    line-height: 30px;color: #4c4747;position: relative;}

.dl-box .dl-stro a{display: block;
    width: 243px;
    background: #f08329;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 13px;
    padding: 9px 0px;
    position: absolute;
    right: 12%;
    bottom: 34%;
}


.dl-box .dl-stro a:hover{
    background: #1c55c7;
}

.zb-box{padding:50px 0px;}
.zb-item{background: #fff;width: 32%;margin:20px 1%;box-shadow: 2px 2px 10px 2px rgba(0,0,0,.1);
    border-radius: 8px;padding: 35px 40px;height: 268px;box-sizing: border-box;
    text-align: center;}
.zb-item .zb-item-line{border:1px solid rgba(0,0,0,.1);padding-top: 20px;}
.zb-item .zb-item-line img{width: 70px;transition: all .6s;position: relative}
.zb-item .zb-item-line h2{color: #333;padding:32px 0px;position: relative;}
.zb-item .zb-item-line h2:before{border-bottom: 3px solid #08aca3;
    content: '';
    position: absolute;
    width: 20px;
    top: 5px;
    left: 47%;}

.zb-item .zb-item-line:hover img{
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
}
.zb-item .zb-item-line:hover{
    border:2px solid #08aca3;
}


.zb-top2{padding:40px 0px; }
.zb-top2 .zb-t2-l{
    width: 674px;
    height: 327px;
    overflow: hidden;}
.zb-top2 .zb-t2-right{
    padding: 20px 50px;
    font-size: 16px;
    width: 682px;
    box-sizing: border-box;}

.zb-top2 h1{
color: #1c55c7;
font-size: 26px;
border-bottom: 2px solid #ddd;
padding-bottom: 30px;
padding-top: 30px;
margin-bottom: 30px;
transition: transform 0.3s ease;}
.zb-top2 p {
    font-size: 16px;
    line-height: 30px;
}

.pagelist{padding-top:50px;padding-bottom: 50px;text-align:center;}
.pagelist li{display:inline-block;border:1px solid #dcdcdc;padding:8px 16px;}

.pagelist div a,.pagelist div span {display:inline-block;border:1px solid #dcdcdc;padding:8px 16px;    margin: 0px 6px;}
.pagelist div .current{background:#1c55c7;color:#fff;}

.pagelist .thisclass{background:#ededed;color:#fff;}
.pagelist .thisclass a{color:#fff;}


.ar-contt{text-align: center;font-size: 16px;}
.atitle{position:relative;text-align:center;    height: 43px;margin-top:38px;padding-bottom:0;}

.atitle span{font:24px "微软雅黑";color:#1c55c7;display:inline-block;padding:0px 10px;padding-bottom: 10px;letter-spacing:1px;}

.atitle span font{color:#dddddd;font-size:18px;font-weight:bold;}

.article_content{
padding: 40px 0px;
font-size: 16px;
line-height: 30px;
}
.ab_content{padding-top:30px;line-height:30px;    padding-bottom: 60px;}


.ab_content .ab_box_left{float:left;width:505px;padding-top: 17px;
}
.ab_content .ab_box_right{    float: right;
    width: 673px;}
.ab_content .ab_box_right{text-indent: 2rem;
}

.fenye1{margin:20px 0px;}