/* head */


/* banner start */

.sbanner {
    width: 100%;
    background: #f1f2f5;
}

.sbanner img {
    width: 100vw;
}


/* body{
	padding-top: 67px;
} */

.banner .swiper-container {
    width: 100%;
    padding-top: 47.56%;
    overflow: hidden;
    margin: 0;
}

.banner .swiper-container .swiper-wrapper {
    height: 100%!important;
    position: absolute;
    left: 0;
    top: 0;
}

.banner .swiper-container .swiper-slide {
    width: 100%;
    height: 100%!important;
    position: relative;
    overflow: hidden;
}

.banner .swiper-container .swiper-slide img {
    width: 100vw;
    /* height: 100%; */
    min-width: 1200px;
}

.banner .swiper-container .swiper-slide video {
    width: 100%;
}

.banner .swiper-container .pagination {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    height: 18px;
}

.banner .swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin: 0 20px;
    opacity: 1;
    cursor: pointer;
}

.banner .swiper-container .swiper-active-switch {
    background: #cf9f79;
    width: 40px;
    border-radius: 5px;
    height: 12px;
}

.banner .swiper-container .left_white,
.banner .swiper-container .right_white {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 9;
    border-radius: 50%;
}

.banner .swiper-container .left_white {
    left: 60px;
}

.banner .swiper-container .right_white {
    right: 60px;
}

.banner .swiper-container .left_white .banner_left,
.banner .swiper-container .right_white .banner_right {
    width: 15px;
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.banner .swiper-container .left_white .banner_left {
    background: url(../images/index/banner_left.png) no-repeat;
    background-size: cover;
    left: 45%;
}

.banner .swiper-container .right_white .banner_right {
    background: url(../images/index/banner_right.png) no-repeat;
    background-size: cover;
    left: 55%;
}

.banner .swiper-container .left_white:hover,
.banner .swiper-container .right_white:hover {
    cursor: pointer;
}

.banner .swiper-button-prev {
    background-image: url(../images/index/lrow.png);
    right: 10px;
    left: auto;
}

.banner .swiper-button-prev:hover {
    background-image: url(../images/index/l-hov.png);
}

.banner .swiper-button-next {
    background-image: url(../images/index/rrow.png);
    right: 10px;
    left: auto;
}

.banner .swiper-button-next:hover {
    background-image: url(../images/index/r-hov.png);
}


/* banner end */


/* 公共 */

.y-line {
    border: 1px solid #f4bc1d;
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
    opacity: 0;
}

.b-line {
    border: 1px solid black;
    width: 100px;
    margin: 0 auto;
    margin-top: 20px;
}

.more-btn {
    height: 80px;
    line-height: 50px;
    text-align: center;
    background-color: #f4bc1d;
    color: black;
    margin: 0 auto;
    margin-top: 100px;
    -webkit-animation: moveup 2s linear infinite alternate;
    animation: moveup 2s linear infinite alternate;
    cursor: pointer;
}

@keyframes moveup {
    0% {
        transform: translateY(0px)
    }
    50% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(1px)
    }
}

@keyframes bigmoveup {
    0% {
        transform: translateY(315px)
    }
    50% {
        transform: translateY(0px)
    }
    100% {
        transform: translateY(0px)
    }
}


/* 公共 */


/* 关于start*/

.about {
    width: 100%;
    background: #fff;
    padding: 100px 0;
}

.about .abc-tle {
    text-align: center;
    font-size: 48px;
    padding-top: 80px;
    width: 500px;
    margin: 0 auto;
    background: url(../images/index/about.png) no-repeat;
}

.even {
    -webkit-animation: bigmoveup 1s 1s linear alternate;
    animation: bigmoveup 1s 1s linear alternate;
}

.about .abc-msg {
    line-height: 30px
}

.about .abc-msg p {
    text-align: center;
}


/* 关于 end*/


/* 营销服务 */

.solu {
    width: 100%;
    background: black;
    padding: 100px 0;
    padding-bottom: 0;
}

.solum {
    display: flex;
    justify-content: space-between;
}

.som-img {
    height: 200px;
}

.som-msg p:nth-child(1) {
    width: 100%;
    font-size: 24px;
    color: #c5c5c5;
}

.som-msg p:nth-child(2) {
    width: 899px;
    font-size: 72px;
    color: #f4bc1d;
    letter-spacing: 10px;
    margin: 15px 0;
}

.som-msg p:nth-child(3) {
    width: 700px;
    color: #c5c5c5;
    padding: 30px 0;
    border-bottom: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
    line-height: 30px;
    margin-top: 20px;
}


/* 营销服务 */


/* 服务案例 */

.serv {
    width: 100%;
    background: #fff;
    padding: 180px 0;
    color: white;
    padding-bottom: 190px;
}

.serv .ser-tle {
    text-align: center;
    font-size: 48px;
    padding-top: 80px;
    width: 757px;
    margin: 0 auto;
    background: url(../images/fbtwo.png) no-repeat;
    height: 748px;
}

.ac-tle:nth-child(2):hover {
    height: 100%;
    cursor: pointer;
}

.ac-tle:nth-child(2) {
    position: absolute;
    top: 185px;
    height: 73px;
    overflow: hidden;
    left: 58px;
    /* display: none; */
}

.ac-tle p:nth-child(1) {
    padding: 20px 30px;
    width:363px;
    background: #f4bc1d;
    color: black;
}

.ac-tle p:nth-child(2) {
    padding: 20px 10px;
    width: 363px;
    background: #f1f2f6;
    color: #000000;
    font-size: 16px;
    line-height: 27px;
}


/* 2 */

.ac-tle:nth-child(3) {
    position: absolute;
    top: 125px;
    height: 73px;
    overflow: hidden;
    left: 744px;
}

.ac-tle:nth-child(3):hover {
    height: 100%;
    cursor: pointer;
}


/* 3 */

.ac-tle:nth-child(4) {
    position: absolute;
    top: 587px;
    height: 73px;
    overflow: hidden;
    left: 166px;
}

.ac-tle:nth-child(4):hover {
    height: 100%;
    cursor: pointer;
}


/* 4    */

.ac-tle:nth-child(5) {
    position: absolute;
    top: 498px;
    height: 73px;
    overflow: hidden;
    left: 803px;
}

.ac-tle:nth-child(5):hover {
    height: 100%;
    cursor: pointer;
}


/* 服务 */


/* 新闻 */

.news {
    width: 100%;
    background: #eff0f4;
    padding: 80px 0;
}

.news .news-tle {
    text-align: center;
    font-size: 48px;
    padding-top: 80px;
    width: 960px;
    margin: 0 auto;
    background: url(../images/index/NewsCenter.png) no-repeat;
}

.news .timeline-con {
    position: relative;
    margin: 10px 30px;
    position: relative;
}

.news .timeline-con::before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background: linear-gradient(#feeeed, #bcbcbd, #feeeed);
    background: -webkit-linear-gradient(#feeeed, #bcbcbd, #feeeed);
    background: -o-linear-gradient(#feeeed, #bcbcbd, #feeeed);
    background: -moz-linear-gradient(#feeeed, #bcbcbd, #feeeed);
    position: absolute;
    left: 15%;
    top: 0;
}

.news .timeline-post {
    width: 90%;
    margin-left: 15%;
    margin-bottom: 50px;
}

.news .timeline-date {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    position: absolute;
    right: 50%;
    margin-top: 15px;
    margin-right: 24px;
}

.news .timeline-icon-con {
    width: 179px;
    height: 50px;
    background-color: #eff0f4;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    position: absolute;
    left: 15%;
    margin-left: -18px;
    font-size: 24PX;
}

.news .timeline-content {
    position: relative;
    top: -6px;
    font-size: 18px;
    color: #666;
    line-height: 36px;
    margin: 0 0 0 44px;
    padding: 15px 16px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.news .timeline-content h3 {
    font-size: 24px;
}

.news .timeline-content p {
    margin-top: 0;
}

.news .timeline-post:hover .timeline-icon-con h3 {
    color: #f4bc1d;
    cursor: pointer;
}

.news .timeline-post:hover .timeline-content h3 {
    color: #f4bc1d;
    cursor: pointer;
}


/* 新闻 */


/* 加入 */

.join {
    width: 100%;
    background: url(/images/wlf.png) center center no-repeat;
    padding: 145px 0;
    background-size: cover;
}

.join .join-tle {
    text-align: center;
    font-size: 48px;
    padding-top: 80px;
    width: 700px;
    margin: 0 auto;
}

.jon {
    width: 100%;
    background: #fff;
    user-select: none;
}

.jonm {
    padding: 10px 0;
    display: flex;
    font-size: 18px;
    justify-content: space-between;
}

.jonm div {
    line-height: 45px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.jonm div:nth-child(2) {
    border-left: 1px solid #bcbcbd;
    border-right: 1px solid #bcbcbd;
    padding: 70px 45px;
}

.jonm h3 {
    font-size: 23px;
}


/* 加入 */