/* head */


/* banner start */


/* 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);
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 28px !important;
}


/* banner end */


/* 公共 */

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

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

.more-btn {
    width: 183px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f4bc1d;
    color: black;
    margin: 0 auto;
    margin-top: 70px;
}

.more-btn:hover {
    animation: shake 1s linear;
}

@keyframes shake {
    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }
    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}


/* 公共 */


/* 关于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;
}

.about .abc-msg {
    margin-top: 50px;
    line-height: 30px;
}

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


/* 关于 end*/


/* 营销服务 */

.solu {
    width: 100%;
    background: #f1f2f5;
    padding: 100px 0;
}

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

.solu .sol-msg {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;
}

.solu .sol-msg .sol-item {
    box-shadow: 10px 10px 10px 5px #d1d3d6;
    background: #fff;
    /* margin-right: 20px; */
    margin-top: 30px;
    position: relative;
    transition: all .2s ease-in-out;
    overflow: hidden;
}

.solu .sol-msg .sol-item img {
    width: 100%;
}

.solu .sol-msg .sol-item .si-msg {
    width: 100%;
    height: 142px;
}

.solu .sol-msg .sol-item .si-msg p:nth-child(1) {
    font-size: 18px;
    padding: 20px;
    padding-bottom: 10px;
    color: black;
}

.solu .sol-msg .sol-item .si-msg p:nth-child(2) {
    font-size: 15px;
    width: 360px;
    overflow: hidden;
    padding: 0 20px;
    color: #a19f9f;
}

.solu .sol-msg .sol-item .item-sw {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    text-align: center;
    transition: all .2s ease-in-out;
}

.solu .sol-msg .sol-item:hover .item-sw {
    opacity: 0.8;
    cursor: pointer;
}

.solu .sol-msg .sol-item:hover img {
    transform: scale(2.34);
}

.solu .sol-msg .sol-item .item-sw p:nth-child(1) {
    font-size: 30px;
    padding: 110px 20px;
    padding-bottom: 10px;
    color: #f4bc1d;
}

.solu .sol-msg .sol-item .item-sw p:nth-child(2) {
    font-size: 16px;
    color: #f4bc1d;
    line-height: 30px;
    padding: 25px;
}


/* 营销服务 */


/* 服务案例 */

.serv {
    width: 100%;
    background: #343434;
    padding: 100px 0;
    color: white;
    position: relative;
    padding-bottom: 100px;
}

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

.serv .swiper-container-two {
    width: 100%;
    height: 100%;
    margin-top: 50px;
}

.serv .swiper-container-two .swiper-slide img {
    width: 100%;
   
}

.serv .swiper-container-two .swiper2-button-prev {
    position: absolute;
    bottom: 9%;
    left: 45%;
    width: 73px;
    height: 48px;
    background: url(../images/index/lbtn.png);
}

.serv .swiper-container-two .swiper2-button-prev:hover {
    background: url(../images/index/lbtn-h.png);
    cursor: pointer;
}

.serv .swiper-container-two .swiper2-button-next {
    position: absolute;
    bottom: 9%;
    left: 52%;
    width: 73px;
    height: 48px;
    background: url(../images/index/rbtn.png);
}

.serv .swiper-container-two .swiper2-button-next:hover {
    background: url(../images/index/rbtn-h.png);
    cursor: pointer;
}


/* 服务 */


/* 新闻 */

.news {
    width: 100%;
    background: #fefefe;
    padding: 100px 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 .tab-menu {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.news .tab-menu ul {
    display: flex;
}

.news .tab-menu li {
    display: block;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    width: 168px;
    margin-left: 30px;
    cursor: pointer;
}

.news .tab-box .tab-main {
    width: 100%;
    padding: 40px 0;
    display: none;
    padding-bottom: 0;
}

.tbm-l {
    width: 100%;
    color: black;
}

.tbm-l .nb-tle {
    padding: 20px 0;
    font-size: 20px;
    font-weight: 600;
}

.tbm-l .nb-pic {
    width: 570px;
}

.tbm-l .nb-msg {
    display: flex;
}

.tbm-l .nb-msg:hover {
    color: #f4bc1d;
    cursor: pointer;
}

.tbm-l .nb-time {
    /* padding: 0 10px; */
    padding-right: 10px;
    line-height: 25px;
    font-weight: 600;
    font-size: 20px;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tbm-l .nb-msg .nb-con {
    width: 75%;
    overflow: hidden;
    border-left: 1px solid #bcbcbd;
    padding: 0px 17px;
    line-height: 25px;
}

.tbm-r {
    margin-left: 20px;
}

.tbm-r .n-msg {
    display: flex;
    padding: 15px 10px;
    border-bottom: 1px solid #bcbcbd;
    color: black;
}

.tbm-r .n-msg:nth-child(1) {
    border-top: 1px solid #bcbcbd;
    border-bottom: 1px solid #bcbcbd;
}

.tbm-r .n-time {
    padding: 0 10px;
    padding-right: 10px;
    /* line-height: 25px; */
    font-weight: 600;
    font-size: 20px;
    width: 48%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tbm-r .n-msg .n-con {
    width: 84%;
    overflow: hidden;
    border-left: 1px solid #bcbcbd;
    padding: 0px 17px;
    line-height: 25px;
}

.tbm-r .n-msg:hover {
    color: #f4bc1d;
    cursor: pointer;
}


/* 让第一个框显示出来 */

.tab-box .tab-main:first-Child {
    display: block;
}


/* 改变选项卡选中时候的样式 */

.change {
    background-color: #f4bc1d;
}


/* 新闻 */


/* 团队 */

.team {
    width: 100%;
    background: url(../images/index/tbg.png) center;
    padding: 100px 0;
    padding-bottom: 200px;
}

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

.bteam {
    width: 100%;
    background: #fff;
    padding: 60px 0;
    padding-top: 0;
    position: relative;
}

.bteam .abo-b {
    padding: 30px;
    background: #343434;
    display: flex;
    position: relative;
    top: -140px;
}

.bteam .abo-b img {
    height: 397px;
}

.bteam .abo-b .abo-msg {
    color: #e4e5e5;
    line-height: 22px;
    padding: 0 30px;
}

.more-bbtn {
    width: 183px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f4bc1d;
    color: black;
    margin: 0 auto;
    position: relative;
    bottom: 40px;
}

.more-bbtn:hover {
    animation: shake 1s linear;
}


/* 团队 */


/* 加入 */

.join {
    width: 100%;
    background: #f1f2f5;
    padding: 55px 0;
}

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

.jon {
    width: 100%;
    background: url(../images/index/jon.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;
    user-select: none;
}

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

.join-main .jm-left {
    margin-top: 70px;
}

.join-main .jm-right {
    border: 1px solid #bcbcbd;
    background-color: #fff;
    position: relative;
}

.join-main .jm-right .swiper-container {
    height: 315px;
    width: 415px;
}

.join-main .jm-right .swiper-container .swiper-slide {
    padding: 20px 40px;
}

.join-main .jm-right .swiper-container .swiper-slide .job-list {
    border-bottom: 1px solid #bcbcbd;
    line-height: 30px;
    padding-bottom: 15px;
}

.join-main .jm-right .swiper-container .swiper-slide .job-list p {
    font-size: 20px;
    font-weight: 600;
    color: black;
}

.join-main .jm-right .swiper-container .swiper-slide .job-list:hover {
    cursor: pointer;
}

.join-main .jm-right .swiper-container .swiper-slide .job-list div {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    font-size: 14px;
    color: #b7b7b8;
    margin-top: 5px;
}

.join-main .jm-right .swiper-container .swiper-slide .job-list div span:nth-child(2) {
    padding-top: 8px;
}

.join-main .jm-right .swiper-button-prev {
    top: -19px;
    background: url(../images/index/jtt.png) no-repeat;
    left: 47%;
}

.join-main .jm-right .swiper-button-prev:hover {
    background: url(../images/index/jtt-h.png) no-repeat;
}

.join-main .jm-right .swiper-button-next {
    top: 362px;
    background: url(../images/index/jbb.png) no-repeat;
    left: 47%;
}

.join-main .jm-right .swiper-button-next:hover {
    background: url(../images/index/jbb-h.png) no-repeat;
}

.jon-bbtn {
    width: 183px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #f4bc1d;
    color: black;
    margin-top: 100px;
}

.jon-bbtn:hover {
    animation: shake 1s linear;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #f4bc1d !important;
}


/* 加入 */