/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*相助电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
.sjcTop,
.sjcBottom,
.sjcLeft,
.sjcRight,
.rightWow,
.leftWow,
.bottomWow,
.bg {
    -webkit-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.banner {
    width: 100%;
    position: relative;
    background-color: #f3f3f3;
}

.banner .swiper-wrapper {
    width: 100%;
    height: 710px;
}

.banner .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
}

.banner .swiper-wrapper .swiper-slide.swiper-slide-active {
    animation: bannerin 4s linear;
}

.banner .swiper-wrapper .swiper-slide>a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .swiper-wrapper .swiper-slide>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.banner .slider-btn-prev {
    position: absolute;
    z-index: 30;
    top: 50%;
    left: -81px;
    width: 81px;
    height: 81px;
    margin-top: -20px;
    background: url(/templates/pc_cn/images/arrowPrev.png) 50% 50% no-repeat;
    transition: all 0.5s linear;
    cursor: pointer;
}

.banner:hover .slider-btn-prev {
    left: 10%;
}

.banner .slider-btn-next {
    position: absolute;
    z-index: 30;
    top: 50%;
    right: -81px;
    width: 81px;
    height: 81px;
    margin-top: -20px;
    background: url(/templates/pc_cn/images/arrowNext.png) 50% 50% no-repeat;
    transition: all 0.5s linear;
    cursor: pointer;
}

.banner:hover .slider-btn-next {
    right: 10%;
    cursor: pointer;
}

.yebl {
    width: 1280px;
    margin: 0 auto;
}

/* tit-box */
.tit-box {
    position: relative;
}

.tit-box::after {
    content: "";
    display: block;
    margin-top: 30px;
    width: 50px;
    height: 1px;
    background-color: #44a4ff;
}

.tit-box .ex {
    display: block;
    font-family: Arial;
    font-size: 38px;
    font-weight: bold;
    line-height: 40px;
    color: #18222b;
}

.tit-box .em {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    position: relative;
    top: 0;
    left: 0;
}

.tit-box .em span {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.tit-box .em span:nth-child(n+7) {
    color: #999999;
}


/* pro-box */
.pro-box {
    overflow: hidden;
}

.pro-box .tit-box .em span{
    color: #fff;
}

.pro-con {
    position: relative;
    padding: 75px 0 0 0;
}


.slide-pro .hd ul {
    display: flex;
    flex-wrap: wrap;
    width: 869px;
}

.slide-pro .hd ul li {
    width: 175px;
    height: 45px;
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    box-sizing: border-box;
    line-height: 45px;
    margin-left: 42px;
    margin-bottom: 15px;
    padding: 0 10px 0 15px;
    position: relative;
    z-index: 9;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.slide-pro .hd ul li::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #facd89;

}

.slide-pro .hd ul li.on {
    border: solid 1px #facd89;
}

.slide-pro .hd ul li.on::after {
    width: 100%;
}

.slide-pro .hd ul li a img {
    width: 25px;
    height: 24px;
    object-fit: cover;
    margin-right: 4px;
}

.slide-pro .hd ul li a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.pro-bd {
    width: 1373px;
    margin: 0 auto;

}

.pro-bd .bd ul {
    padding-top: 56px;
    position: relative;
    left: 73px;
    height: 895px;
    box-sizing: border-box;
}

.pro-bd .bd ul li {
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0 21px 24px 0;
}

.pro-bd .bd ul li:nth-child(4n+4) {
    margin-right: 0;
}

.pro-bd .bd ul li .im {
    display: block;
    width: 290px;
    height: 290px;
    box-sizing: border-box;
    padding: 9px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #dcdcdc;
}

.pro-bd .bd ul li>div{
    display: block;
    overflow: hidden;
}

.pro-bd .bd ul li .im img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pro-bd .bd ul li:hover .im img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.pro-bd .bd ul li .tit {
    display: block;
    font-size: 15px;
    line-height: 60px;
    color: #333333;
    z-index: 99;
    margin-left: 9px;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro-bd .bd ul li .more {
    position: absolute;
    bottom: 0;
    right: 9px;
    font-family: Arial;
    font-size: 14px;
    line-height: 60px;
    color: #999999;
}

.pro-bd .bd ul li:hover .more{
    color: #55abfe;
}

.pro-bd .bd ul li .more::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 1px;
    margin-bottom: 4px;
    margin-right: 5px;
    background-color: #aeaeae;
}

.pro-bd .bd ul li:hover .more::before {
    width: 40px;
    background-color: #55abfe;
}

.pro-bd .bd ul li:nth-child(1) {
    position: relative;
    top: -56px;
    left: -73px;
    margin-right: -53px;
}

.pro-bd .bd ul>li:nth-child(1) .tit,
.pro-bd .bd ul>li:nth-child(1) .more {
    position: absolute;
    opacity: 0;
}


.pro-bd .bd ul li:nth-child(1) .im {
    display: block;
    overflow: hidden;
    width: 374px;
    height: 394px;
    padding: 0;
    border-radius: 2px;
    border: solid 3px #ffffff;
}

.pro-bd .bd ul li:nth-child(1) .tit {
    left: 50%;
    top: 50%;
    text-align: center;
    z-index: 9;
    color: #55abfe;
    font-size: 23px;
    transform: translate(-50%, -50%);
}

.pro-bd .bd ul li:hover:nth-child(1) .tit {
    opacity: 1;
}


.pro-bd .bd ul li>div {
    position: relative;
}
.pro-bd .bd ul li>div:before {
    position: absolute;
    z-index: 2;
    right: -30px;
    top: -30px;
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.pro-bd .bd ul li:hover>div:before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    box-shadow: 0 0 0 480px rgba(0, 0, 0, 0.1);
}





.slide-pro .tit-box a {
    color: #ffffff;
}

.slide-pro .tit-box::after {
    background-color: #fff;
}

.pro-con>.p-bg {
    width: 1023px;
    height: 503px;
    position: absolute;
    top: -100px;
    left: -330px;
    z-index: -1;
}


/* adv-box */
.adv-box {
    position: relative;
    overflow: hidden;
    height: 915px;
}

.adv-box::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 865px;
    width: 1920px;
    transform: translateX(-50%);
    background: url(/templates/pc_cn/images/adv-bg.jpg) no-repeat center;
    background-size: cover;
    z-index: -z;
}

.slide-adv {
    position: relative;
    z-index: 99;
    width: 946px;
    box-sizing: border-box;
    padding-left: 70px;
    margin-left: auto;
}

.adv-bd .bd li>img {
    display: inline-block;
    width: 445px;
    height: 358px;
    border-radius: 2px;
    /* border: solid 5px #ffffff; */
    box-sizing: border-box;
}

.adv-bd .bd li>.text {
    display: inline-block;
    width: 352px;
    margin-left: 73px;
    vertical-align: middle;
    margin-top: 50px;
}

.adv-bd .bd li>.text p:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #44a4ff;
}

.adv-bd .bd li>.text p:nth-child(1)::after {
    content: "";
    display: block;
    width: 53px;
    height: 1px;
    background-color: #44a4ff;
    margin: 18px 0 30px;
}

.adv-bd .bd li>.text p:nth-child(2) {
    font-size: 16px;
    line-height: 36px;
    color: #333333;
}


.slide-adv .hd h3 {
    font-size: 24px;
    color: #333333;
    padding: 100px 0 55px 130px;
}

.slide-adv .hd h3 i:nth-child(1) {
    font-size: 34px;
    font-weight: bold;
    color: #333333;
    display: inline-block;
    margin: 0 15px 0 10px;
}

.slide-adv .hd h3 i:nth-child(2) {
    font-family: Arial;
    font-size: 16px;
    letter-spacing: 6px;
    color: #333333;
}

.slide-adv .hd ul li {
    bottom: 30px;
    position: relative;
    margin-right: 89px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 106px;
    height: 176px;
    background-image: linear-gradient(153deg,
            #44a4ff 0%,
            #facd89 100%);
    box-shadow: 1px 4px 10px 0px rgba(126, 119, 119, 0.4);
    border-radius: 2px;
}

.slide-adv .hd ul li:nth-child(even) {
    background-image: linear-gradient(27deg,
            #44a4ff 0%,
            #facd89 100%);
    top: 30px;
}

.slide-adv .hd ul li::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: -70px;
    right: -50px;
    width: 71px;
    height: 70px;
    background-color: #44a4ff;
    border-radius: 2px 2px 2px 50px;
}

.slide-adv .hd ul li.on::after {
    top: 0;
    right: 0;
}

.slide-adv .hd ul li i {
    position: absolute;
    z-index: 9;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    font-family: Arial;
    font-size: 36px;
    font-weight: bold;
    line-height: 40px;
    color: #ffffff;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.slide-adv .hd ul li.on i {
    top: 16px;
    right: 5px;
    transform: none;
}

.slide-adv .hd ul li p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 80px;
    width: 72px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    padding-top: 18px;
    text-align: center;
    border-top: 1px solid #fff;
}

.slide-adv .hd {
    position: relative;
}

.slide-adv .hd::after {
    content: '';
    display: inline-block;
    right: 0;
    bottom: 70px;
    width: 1px;
    height: 220px;
    background-color: #bfbfbf;
    position: absolute;
}

.slide-adv .hd>i {
    position: relative;
    right: -15px;
    display: block;
    text-align: right;
    font-family: Arial;
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: 10px;
    color: #999999;
    margin-top: 67px;
}

.adv-con {
    position: relative;
}

.adv-con .tit-box {
    position: absolute;
    z-index: 10;
    top: 53px;
    left: 0;
}

.adv-con .adv-t {
    position: absolute;
    z-index: 10;
    bottom: 67px;
    left: -99px;
}

.adv-con .phone {
    position: absolute;
    left: 217px;
    bottom: 5px;
    z-index: 10;
}

.adv-con .phone p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-left: 20px;
}

.adv-con .phone p i {
    display: block;
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;
    color: #666666;
}

/* case-box */
.case-box {
    overflow: hidden;
}

.case-con {
    padding-top: 80px;
    position: relative;
}

.case-con>.c-y {
    position: absolute;
    z-index: -3;
    width: 742px;
    height: 742px;
    background-color: #f6f9f6;
    border-radius: 50%;
    top: -253px;
    right: -320px;
}

.case-con>.c-bg {
    position: absolute;
    top: 54px;
    z-index: -2;
    right: -320px;
}

.case-cen {
    position: relative;
    width: 1020px;
    padding-top: 33px;
    margin: 83px auto 0;
    box-sizing: border-box;
}

.case-cen::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1112px;
    height: 404px;
    background-color: #44a4ff;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
    top: -33px;
    z-index: -1;
}

.case-cen .c-ul {
    width: 575px;
    box-sizing: border-box;
}

.case-cen .c-ul li {
    width: 100%;
    height: 254px;
    position: relative;
    background-color: #f4f4f4;
}

.case-cen .c-ul li .text {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 288px;
    height: 100%;
    box-sizing: border-box;
    padding: 50px 45px 0 45px;

    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

.case-cen .c-ul li.active .text {
    transform: translateX(-287px)
}

.case-cen .c-ul li .text .tit {
    font-size: 18px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
}

.case-cen .c-ul li .text .tit::before {
    content: "";
    margin-bottom: 20px;
    display: block;
    width: 42px;
    height: 1px;
    background-color: #999999;
}

.case-cen .c-ul li .text .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin: 25px 0;
}

.case-cen .c-ul li .text .more {
    display: inline-block;
}

.case-cen .c-ul li:hover .text .more {
    transform: translateY(-8px)
}

.case-cen .c-ul li .im {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: inline-block;
    width: 287px;
    height: 100%;
}

.case-cen .c-ul li.active .im {
    transform: translateX(287px)
}

.case-cen .c-ul li>.im img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-cen .c-ul li:hover>.im img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.case-cen .c-ri {
    width: 445px;
    box-sizing: border-box;
}

.case-cen .c-ri .tit {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    margin: 45px 0 37px;
}

.case-cen .c-ri .tit::before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 1px;
    margin: 0 40px 5px 50px;
    background-color: #ffffff;
}

.case-cen .c-ri .im {
    position: relative;
    width: 445px;
    height: 394px;
    overflow: hidden;
    display: block;
}

.case-cen .c-ri .im::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 405px;
    height: 354px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid 1px #ffffff;
}

.case-cen .c-ri:hover .im::after {
    width: 100%;
    height: 100%;
}

.case-cen .c-ri .im img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-cen .c-ri:hover .im img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/* about-box */
.about-box {
    overflow: hidden;
    height: 956px;
    box-sizing: border-box;
}

.about-con {
    padding: 130px 0 0 0;
    position: relative;
}


.about-con .phone {
    margin-right: 290px;
}

.about-con .phone p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 20px;
    color: #666666;
    margin-left: 20px;
}

.about-con .phone p i {
    display: block;
    font-family: Arial;
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #666666;
}

.about-con>.tit {
    font-size: 30px;
    line-height: 34px;
    color: #555555;
    margin: 99px 0 50px;
    position: relative;
    top: 0;
    left: 0;
}

.about-con>.desc {
    width: 731px;
    font-size: 16px;
    line-height: 36px;
    color: #999999;
}

.about-con>.more {
    display: block;
    width: 154px;
    height: 50px;
    border-radius: 2px;
    border: solid 1px #e5e5e5;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    margin: 40px 0 80px 0;
    color: #999999;
}


.about-con>.more:hover {
    border: solid 1px #44a4ff;
    background-color: #44a4ff;
    color: #fff;
    transform: translateY(-8px);
}

.ab-ul {
    position: relative;
    z-index: 9;
}

.ab-ul li {
    display: inline-block;
    height: 140px;
    line-height: 140px;
    margin-right: 55px;
}

.ab-ul::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -320px;
    width: 1058px;
    height: 140px;
    background-color: #44a4ff;
    border-radius: 3px 56px 56px 3px;
}

.ab-ul li a {
    font-size: 18px;
    color: #ffffff;
}

.ab-ul li:hover a {
    font-weight: bold;
}

.ab-ul li i {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 25px;
}

.about-con .au {
    position: absolute;
    top: 274px;
    right: 91px;
}

.about-con .ab {
    position: absolute;
    top: 0;
    right: -320px;
    width: 980px;
    height: 956px;
    object-fit: cover;
    z-index: -1;
}

.slide-news{
    margin-top: 80px;
    position: relative;
}

.slide-news .hd {
    position: absolute;
    top: 103px;
    left: 0;
    z-index: 99;
}

.slide-news .hd ul li a {
    position: relative;
    margin-bottom: 11px;
    z-index: 9;
    display: block;
    overflow: hidden;
    width: 220px;
    height: 92px;
    box-sizing: border-box;
    text-align: center;
    line-height: 92px;
    background-color: #eeeeee;
    font-size: 18px;
    color: #333333;
}

.slide-news .hd ul li a img {
    margin-right: 15px;
}

.slide-news .hd ul li a::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 0;
    height: 0;
    background-color: #facd89;
    z-index: -1;
}

.slide-news .hd ul li a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-radius: 2px;
    border: dashed 1px #ffffff;
}

.slide-news .hd ul li.on a::after {
    width: 250px;
    height: 250px;
}

.slide-news .hd ul li.on a::before {
    width: 198px;
    height: 73px;
}


.news-bd>.bd>div {
    height: 657px;
}

.n-top {
    width: 906px;
    margin-left: auto;
}

.n-top .n-t-text {
    width: 435px;
    box-sizing: border-box;
    position: relative;
    margin-top: 140px;
}

.n-top .n-t-text .tit {
    display: block;
    font-size: 16px;
    color: #333333;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n-top .n-t-text span {
    position: absolute;
    top: 0;
    right: 59px;
}

.n-top .n-t-text p {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 40px 0 25px;
}

.n-top .n-t-text .more {
    position: relative;
    display: block;
    width: 125px;
    height: 40px;
    background-color: #44a4ff;
    border-radius: 2px;
    font-family: Arial;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.n-top .n-t-text .more::after {
    content: "";
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 125px;
    height: 40px;
    background-color: #44a4ff;
    border-radius: 2px;
    opacity: 0.25;
    bottom: -4px;
    right: -4px;
}

.n-top:hover .n-t-text .more::after {
    bottom: -10px;
    right: -10px;
}


.n-top .im {
    display: inline-block;
    overflow: hidden;
    width: 426px;
    height: 395px;
    border-radius: 2px;
    border: solid 3px #e5e5e5;
}

.n-top .im img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.n-top:hover .im img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.n-down {
    margin-top: 31px;
}

.n-down .n-d-left {
    display: inline-block;
    width: 223px;
    height: 225px;
    overflow: hidden;
    border-radius: 2px;
    border: solid 2px #e5e5e5;
    box-sizing: border-box;
    position: relative;
}

.n-down .n-d-left .im {
    width: 100%;
    display: block;
    height: 160px;
    border-bottom: solid 2px #e5e5e5;
}

.n-down .n-d-left .im img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.n-down .n-d-left:hover .im img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.n-down .n-d-left .tit {
    display: block;
    font-size: 16px;
    width: 60%;
    margin-top: 18px;
    line-height: 24px;
    margin-left: 20px;
    color: #666666;
}

.n-down .n-d-left .more {
    display: inline-block;
    position: absolute;
    right: 18px;
    bottom: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    width: 15px;
    line-height: 13px;
    height: 15px;
    background-color: #333333;
}


.n-down .n-d-ul {
    width: 1019px;
    display: inline-block;
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.n-down .n-d-ul li {
    width: 48%;
    padding: 25px 0 27px;
    border-bottom: dashed 1px #e5e5e5;
}
.n-down .n-d-ul li:nth-child(-n+2){
    padding: 0 0 30px;
}

.n-down .n-d-ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n-down .n-d-ul li a::before{
    content: "";
    display: inline-block;
    width: 10px;
	height: 10px;
	background-color: #dddddd;
	border-radius: 2px;
    margin-right: 13px;
}

.n-down .n-d-ul li.active a,
.n-down .n-d-ul li.active i{
    color: #facd89;
}
.n-down .n-d-ul li.active a::before{
    background-color: #facd89;
}

.n-down .n-d-ul li i {
    float: right;
}


.slide-news .tit-box{
    position: absolute;
    top: -50px;
    left: 0;
}<!--耗时1774854528.6334秒-->