/* 标题结束 */
.tabTitle {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.tabTitle .title.inTitle {
    background: none;
}

.coverT {
    padding-top: 56px;
}

.coverT .tabTitle {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.tabTitle .title {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 9px;
    padding-right: 16px;
    min-width: 20px;
    background: url("../newpc/icons/arrow_red.png") no-repeat right center;
    background-size: 6px 14px;
}

.tabTitle .title.white {
    background: url("../newpc/icons/arrow_white.png") no-repeat right center;
}

.tabTitle .title.white.inTitle {
    background: none;
}

.tabTitle .title_e {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #999999;
}

.posW {
    position: absolute;
    font-size: 0;
    left: -260px;
    top: -34px;
    width: 370px;
    height: 326px;
    background: url("../newpc/icons/posw.png") no-repeat;
    background-size: 100%;
}

.posColor {
    position: absolute;
    font-size: 0;
    right: -260px;
    bottom: -68px;
    width: 218px;
    height: 218px;
    background: url("../newpc/icons/color_1.png") no-repeat;
    background-size: 100%;
    z-index: 11;
}

.posColor_1 {
    position: absolute;
    font-size: 0;
    left: -320px;
    top: 360px;
    z-index: 11;
    width: 335px;
    height: 359px;
    background: url("../newpc/icons/color_2.png") no-repeat;
    background-size: 100% auto;
}

.posColor_2 {
    position: absolute;
    font-size: 0;
    right: -360px;
    bottom: -360px;
    z-index: 11;
    width: 336px;
    height: 392px;
    background: url("../newpc/icons/color_3.png") no-repeat;
    background-size: 100% auto;
}

.pos_e {
    position: absolute;
    font-size: 0;
    right: -300px;
    top: 640px;
    width: 262px;
    height: 328px;
    background: url("../newpc/icons/pose.png") no-repeat;
    background-size: 100% 100%;
}

.pos_e1 {
    position: absolute;
    font-size: 0;
    left: -116px;
    top: 5px;
    width: 262px;
    height: 328px;
    background: url("../newpc/icons/pose.png") no-repeat;
    background-size: 100% 100%;
}

.pos_wemew {
    position: absolute;
    font-size: 0;
    right: -333px;
    bottom: 50px;
    width: 444px;
    height: 444px;
    background: url("../newpc/icons/pos_wemew_w.png?r=1") no-repeat;
    background-size: 100% auto;
}

.pos_wemew_w {
    position: absolute;
    font-size: 0;
    left: -320px;
    top: 450px;
    width: 444px;
    height: 444px;
    background: url("../newpc/icons/pos_wemew_w.png?r=1") no-repeat;
    background-size: 100% auto;
}

.pos_wemew_b {
    position: absolute;
    font-size: 0;
    left: -320px;
    bottom: -100px;
    width: 444px;
    height: 444px;
    background: url("../newpc/icons/pos_wemew_b.png?r=1") no-repeat;
    background-size: 100% auto;
}

.posW2 {
    position: absolute;
    font-size: 0;
    right: -350px;
    top: 420px;
    width: 282px;
    height: 326px;
    background: url("../newpc/icons/pos_w2.png") no-repeat;
    background-size: auto 100%;
}

.posm {
    position: absolute;
    font-size: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 287px;
    height: 140px;
    background: url("../newpc/icons/posm.png") no-repeat;
    background-size: 100% auto;
    *margin-left:-144px;
}

/* 标题结束 */
.inner {
    width: 1200px;
    height: 100%;
}

.banner {
    width: 100%;
    height: auto;
    /* margin-top: 68px; */
    position: relative;
    /* background-color: darkorchid; */
}

.banner .swiper-slide img {
    width: 100%;
}
/* 老版 download */
.old-downLoad.downLoad {
    bottom: -130px;
}
.old-downLoad.downLoad>div {
    width: 100%;
}
.old-downLoad.downLoad>div>div{
    float: right;
}

.downLoad {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute;
    width: 1200px;
    /*height: 200px;*/
    padding: 30px 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    *margin-left:-600px;
    bottom: -230px;
    z-index: 1;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    *box-shadow: 0 0 5px 1px rgb(0, 0, 0);
}

.downLoad>div {
    font-size: 0;
    display: inline-block;
    width: 550px;

}
.downLoad>div:nth-child(1) {
    margin-right: 40px;
}


.downLoad .downLoadTip {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    /* height: 60px; */
    /* line-height: 60px; */
    /* font-size: 16px; */
    text-indent: 80px;
    font-weight: bold;
    background: url("../newpc/icons/downloadTip.png?r=1");
    background-repeat: no-repeat;
    /* background-position: 0 0; */
    /* background-size: contain; */
    *float: left;
    color: #333333;
    letter-spacing: 0;

    font-size: 20px;
    height: 90px;
    line-height: 90px;
    /* padding-left: 20px; */
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.downLoad .onePxLine {
    width: 100%;
    height: 1px;
    margin: 19.5px 0;
    background: #E6E6E6;
}


.downLoad .downLoadBtn {
    display: inline-block;
    outline: none;
    border: none;
    width: 238.29px;
    height: 91px;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    -webkit-transition: -webkit-transform 0.1s linear;
    transition: -webkit-transform 0.1s linear;
    transition: transform 0.1s linear;
    transition: transform 0.1s linear, -webkit-transform 0.1s linear;
    cursor: pointer;
}


.downLoad .downLoadBtn.active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.downLoad .downLoadBtn.chrome {
    background: url("../newpc/icons/chromeDownload.png?r=1") no-repeat 0 center;
    background-size: 100% 100%;
}
.downLoad .downLoadBtn.windows {
    background: url("../newpc/icons/forwindows.png?r=1") no-repeat 0 center;
    background-size: 100% 100%;
}

.downLoad .downLoadBtn.mac {
    background: url("../newpc/icons/formac.png?r=1") no-repeat 0 center;
    background-size: 100% 100%;
}

.downLoad .downLoadBtn.windowsSaas {
    background: url("../newpc/icons/windowsSaas.png") no-repeat 0 center;
    background-size: 100% 100%;
}

.downLoad .downLoadBtn.androidSaas {
    background: url("../newpc/icons/androidSaas.png") no-repeat 0 center;
    background-size: 100% 100%;
}

.downLoad .downLoadBtn.clSaas {
    background: url("../newpc/icons/clSaas.png") no-repeat 0 center;
    background-size: 100% 100%;
}
.old-product.product {
    height: 1600px;
    padding-top: 200px;
}
.product {
    width: 100%;
    height: 1670px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 270px;
    background: url("../newpc/icons/productBg.png") no-repeat center center;
    background-color: rgb(244, 244, 244);
}

.product .productList {
    width: 100%;
    margin-top: 20px;
}

.product .productList .productItem {
    width: 389px;
    height: 630px;
    position: relative;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-bottom: 40px;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow 0.1s linear;
    transition: -webkit-box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
    *margin:0 4px 40px;
}

.product .productList .productItem.active {
    -webkit-transition: -webkit-box-shadow 0.1s 0.1s linear;
    transition: -webkit-box-shadow 0.1s 0.1s linear;
    transition: box-shadow 0.1s 0.2s linear;
    transition: box-shadow 0.1s 0.2s linear, -webkit-box-shadow 0.1s 0.2s linear;
    -webkit-box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.2);
    *box-shadow: 5px 15px 30px rgb(0, 0, 0);
}

.product .productList .productItem:nth-child(2),
.product .productList .productItem:nth-child(5) {
    margin: 0 16px;
    margin-bottom: 40px;
}

.product .productList .productDes {
    background-color: #ffffff;
    width: 100%;
    height: 550px;
    position: absolute;
    z-index: 1;
    /* box-shadow: 0 0 5px 1px rgba(0,0,0,0.2); */
}

.product .productList .productItem .productImg {
    position: absolute;
    top: 90px;
    left: 90px;
    right: 90px;
    bottom: 340px;
    /* background: rgb(237, 108, 101); */
}

/* .product .productList .productItem .productImg img{
    width: 100%;
    height: 100%;
} */
.product .productList .productItem .productName {
    position: absolute;
    top: 345px;
    width: 100%;
    text-align: center;
    /* font-size: 18px; 改动*/
    font-size: 24px;
    font-weight: 800;
}

.product .productList .productItem .productDetail {
    position: absolute;
    top: 389px;
    width: 230px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    *margin-left:-115px;
    font-size: 14px;
    color: #333333;
    line-height: 28px;
}

.product .productList .productItem .moreDetail {
    position: absolute;
    height: 80px;
    bottom: 0;
    line-height: 80px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FAFAFA;
    z-index: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    *margin-top:-80px;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.product .productList .productItem .moreDetail.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    *margin-top:0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.product .productList .productItem .moreDetail a {
    display: block;
    width: 230px;
    height: 100%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 700;
    background: url("../newpc/icons/hover_arrow.png") no-repeat right center;
}

.advantages {
    height: 1020px;
    width: 100%;
    position: relative;
    padding-top: 80px;
    /* background: url("../newpc/icons/advantagesbg.png") no-repeat center center; */
    background-size: contain;
    background-color: rgb(244, 244, 244);
}

.advantages .inner .tabTitle .title,
.advantages .inner .tabTitle .title_e {
    color: #ffffff;
}

.advantages .advantageHead::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../newpc/icons/advantagesWhite.png") no-repeat center center;
    z-index: 0;
}

.advantages .advantageHead {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 273px;
    background: linear-gradient(45deg, rgba(229, 21, 106, 1) 0%, rgba(33, 43, 74, 1) 100%);
    *background:  rgb(229, 21, 106);
    z-index: 0;
}

.advantages .advantageList {
    width: 1200px;
    margin-top: 40px;
}

.advantages .advantageList .advantageItem {
    position: relative;
    width: 389px;
    height: 360px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-bottom: 16px;
    *margin:0 4px;
}

.advantages .advantageList .advantageItem:nth-child(2),
.advantages .advantageList .advantageItem:nth-child(5) {
    margin: 0 16px;
    margin-bottom: 16px;
}

.advantages .advantageList .advantageDes {
    background-color: #ffffff;
    width: 100%;
    height: 100%;
}

.advantages .advantageList .advantageItem .advantageImg {
    position: absolute;
    border-radius: 50%;
    width: 100%;
    left: 0;
    top: 0;
    /* background: rgb(237, 108, 101); */
}

.advantages .advantageList .advantageItem .advantageImg img {
    width: 100%;
    height: 200px;
}

.advantages .advantageList .advantageItem .advantageName {
    position: absolute;
    top: 230px;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.advantages .advantageList .advantageItem .advantageDetail {
    position: absolute;
    top: 268px;
    width: 230px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    *margin-left:-115px;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}

/* 新闻中心 */
.newsCenter {
    width: 100%;
    height: 857px;
    background: url("../newpc/icons/darkBg.png") no-repeat center center;
    padding-top: 80px;
    background-color: rgb(244 244 244);
}

.newsCenter .newsContainer {
    margin-top: 40px;
}

.newsCenter .newsContainer .leftBar {
    float: left;
    width: 720px;
}

.timeLable {
    font-size: 14px;
    color: #ffffff;
}

.newsCenter .newsContainer .leftBar .newsImg {
    width: 100%;
    height: 340px;
    overflow: hidden;
    margin-bottom: 40px;
}

.newsCenter .newsContainer .leftBar .newsImg img {
    width: 100%;
    /* -webkit-transform: translateY(-15%);
            transform: translateY(-15%); */
    /* -webkit-filter: brightness(0.7);
    filter: brightness(0.7); */
}

.newsCenter .newsContainer .leftBar .firstNews .timeLable {
    margin-bottom: 18px;
    display: block;
}

.newsCenter .newsContainer .leftBar .firstNews .firstTitle {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    /* line-height: 30px; */
    padding: 8px 0;
    width: 100%;
}

.newsCenter .newsContainer .leftBar .firstNews .firstDetail {
    font-size: 14px;
    color: black;
    line-height: 18px;
}

.newsCenter .newsContainer .rightBar {
    position: relative;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 400px;
    margin-left: 67px;
    height: 340px;
}

.newsCenter .newsContainer .rightBar .newsItem {
    margin-top: 60px;
    overflow: hidden;
}

.newsCenter .newsContainer .rightBar a:first-child .newsItem {
    margin-top: 0;
}
.detailNews{
    *float: left;
    *width:316px;
    *overflow: hidden;
}
.newsCenter .newsContainer .rightBar .newsItem .timeLable {
    height: 100%;
    width: 80px;
    float: left;
    line-height: 24px;
    *min-height: 100px;
}

.newsCenter .newsContainer .rightBar .newsItem .newsTitle {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    max-width: 316px;
    min-width: 316px;
    float: left;
    padding-bottom: 8px;
}

.newsCenter .newsContainer .rightBar .newsItem .newsDetail {
    float: right;
    font-size: 14px;
    color: black;
    width: 316px;
}

.newsCenter .newsContainer .rightBar .moredNews {
    position: absolute;
    padding: 14px 46px 11px 31px;
    outline: none;
    border: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    right: 0;
    bottom: -140px;
    cursor: pointer;
    background: url("../newpc/icons/arrow_white.png") no-repeat 115px center;
    background-size: 5px 10px;
    background-color: #E5156A;
}

/*  */
.introduce {
    width: 100%;
    height: 271px;
    background: linear-gradient(-45deg, rgba(255, 75, 105, 1) 0%, rgba(255, 61, 180, 1) 100%);
    *background:rgb(255, 75, 105) ;
}

.introduce .item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 200px;
    height: 270px;
    position: relative;
}

.introduce .item .title {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    top: 80px;
}

.introduce .item .des {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 48px;
    color: #ffffff;
    font-weight: 700;
    top: 138px;
}

.introduce .item .des.iconIn {
    /* text-indent: 36px; */
}

.introduce .item .des i {
    font-style: normal;
    font-size: 36px;
    color: #ffffff;
}

.introduce .item:nth-child(1) {
    background: #ffa2c2;
}

.introduce .item:nth-child(2) {
    background: #ff8fb9;
}

.introduce .item:nth-child(3) {
    background: #ff7cb0;
}

.introduce .item:nth-child(4) {
    background: #ff68aa;
}

.introduce .item:nth-child(5) {
    background: #ff55a3;
}

.introduce .item:nth-child(6) {
    background: #f94296;
}

/* 客户 */
.customers {
    width: 100%;
    background: #1f2845;
    padding-bottom: 152px;
    padding-top: 80px;


}

.customers .customerList {
    width: 100%;
    margin-top: 40px;
}

.customers .customerList_1 {
    width: 100%;
    margin-top: 40px;
}

.customers .customerList_1 .customerItem_1 {
    position: relative;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 394px;
    height: 294px;
    margin-right: 8px;
    *margin-right:4px;
    margin-bottom: 8px;
    background: #fff;
}

.customers .customerList_1 .customerItem_1 .barlogo_1 {
    width: 100%;
    height: 100%;
}

.customers .customerList_1 .customerItem_1:nth-child(3n) {
    margin-right: 0;
}

.customers .customerList_1 .customerItem_1.c1 .barlogo_1 {
    background: url("../newpc/blogo/b_1.png") no-repeat center center;
}

.customers .customerList_1 .customerItem_1.c2 .barlogo_1 {
    background: url("../newpc/blogo/b_2.png") no-repeat center center;
}

.customers .customerList_1 .customerItem_1.c3 .barlogo_1 {
    background: url("../newpc/blogo/b_3.png") no-repeat center center;
}

.customers .customerList_1 .customerItem_1.c4 .barlogo_1 {
    background: url("../newpc/blogo/b_4.png") no-repeat center center;
}

.customers .customerList_1 .customerItem_1.c5 .barlogo_1 {
    background: url("../newpc/blogo/b_5.png") no-repeat center center;
}

.customers .customerList_1 .customerItem_1.c6 .barlogo_1 {
    background: url("../newpc/blogo/b_6.png") no-repeat center center;
}

.customers .customerList_1 .customerItem_1.c7 .barlogo_1 {
    background: url("../newpc/blogo/b_7.png") no-repeat center center;
}

.customers .customerList_1 .customerItem_1.c8 .barlogo_1 {
    background: url("../newpc/blogo/b_8.png") no-repeat center center;
}

.customers .customerList_1 .customerItem_1.c9 .barlogo_1 {
    background: url("../newpc/blogo/b_9.png") no-repeat center center;
}

.customers_1.customers {
    padding-bottom: 100px;
}

.customers .customerList .customerItem {
    position: relative;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 233.6px;
    height: 233.6px;
    margin-right: 8px;
    margin-bottom: 8px;
    background: #fff;
    *margin-right:4px;
    /* cursor: pointer; */
}

.customers .customerList .customerItem .barlogo {
    width: 100%;
    height: 100%;
}

.customers .customerList .customerItem .barlogo.hutaoli {
    background: url("../newpc/barlogo/barlogo_hutaoli.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.erma {
    background: url("../newpc/barlogo/barlogo_erma.jpg") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.hudie {
    background: url("../newpc/barlogo/barlogo_hudie.jpg") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.baican {
    background: url("../newpc/barlogo/barlogo_baican.jpg") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.huaer {
    background: url("../newpc/barlogo/barlogo_huaer.jpg") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.hhb {
    background: url("../newpc/barlogo/barlogo_hhb.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.bbq {
    background: url("../newpc/barlogo/barlogo_bbq.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.zhonger {
    background: url("../newpc/barlogo/barlogo_zhonger.jpg?r=1") no-repeat center center/100% 100%;
}

.customers .customerList .customerItem .barlogo.base {
    background: url("../newpc/barlogo/barlogo_base.jpg") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.fox {
    background: url("../newpc/barlogo/barlogo_fox.jpg") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.meeting {
    background: url("../newpc/barlogo/barlogo_meeting.jpg?t=2") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.sea {
    background: url("../newpc/barlogo/barlogo_sea.jpg") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.laojin {
    background: url("../newpc/barlogo/barlogo_laojin.jpg") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.muse {
    background: url("../newpc/barlogo/barlogo_muse.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.soho {
    background: url("../newpc/barlogo/barlogo_soho.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.ark {
    background: url("../newpc/barlogo/barlogo_ark.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.punk {
    background: url("../newpc/barlogo/barlogo_punk.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.hui {
    background: url("../newpc/barlogo/barlogo_hui.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.qing {
    background: url("../newpc/barlogo/barlogo_qing.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.tao {
    background: url("../newpc/barlogo/barlogo_tao.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.lang {
    background: url("../newpc/barlogo/barlogo_lang.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.fan {
    background: url("../newpc/barlogo/barlogo_fan.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.mhouse {
    background: url("../newpc/barlogo/barlogo_mhouse.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.chamagudao {
    background: url("../newpc/barlogo/barlogo_chamagudao.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.yeyan {
    background: url("../newpc/barlogo/barlogo_yeyan.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.lianhua {
    background: url("../newpc/barlogo/barlogo_lianhua.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.manyan {
    background: url("../newpc/barlogo/barlogo_manyan.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.cloud9 {
    background: url("../newpc/barlogo/barlogo_cloud9.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.queen {
    background: url("../newpc/barlogo/barlogo_queen.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.coco {
    background: url("../newpc/barlogo/barlogo_coco.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.dr {
    background: url("../newpc/barlogo/barlogo_dr.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.chun {
    background: url("../newpc/barlogo/barlogo_chun.png") no-repeat center center;
}

.customers .customerList .customerItem .barlogo.helen {
    background: url("../newpc/barlogo/barlogo_helen.png") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.livehouse97 {
    background: url("../newpc/barlogo/97livehouse.png") no-repeat center center/auto 100%;
}
.customers .customerList .customerItem .barlogo.linhunchaoshi {
    background: url("../newpc/barlogo/linghunchaoshi.png") no-repeat center center/100%;
}
.customers .customerList .customerItem .barlogo.shiershou {
    background: url("../newpc/barlogo/shiershou.png") no-repeat center center/auto 100%;
}
.customers .customerList .customerItem .barlogo.tiantangchaoshi {
    background: url("../newpc/barlogo/tiantangchaoshi.png") no-repeat center center/100%;
}


/* .customers .customerList .customerItem .barlogo.logo1 {
    background: url("../newpc/barlogo/1.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo2 {
    background: url("../newpc/barlogo/2.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo3 {
    background: url("../newpc/barlogo/3.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo4 {
    background: url("../newpc/barlogo/4.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo5 {
    background: url("../newpc/barlogo/5.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo6 {
    background: url("../newpc/barlogo/6.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo7 {
    background: url("../newpc/barlogo/7.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo8 {
    background: url("../newpc/barlogo/8.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo9 {
    background: url("../newpc/barlogo/9.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo10 {
    background: url("../newpc/barlogo/10.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo11 {
    background: url("../newpc/barlogo/11.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo12 {
    background: url("../newpc/barlogo/12.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo13 {
    background: url("../newpc/barlogo/13.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo14 {
    background: url("../newpc/barlogo/14.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo15 {
    background: url("../newpc/barlogo/15.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo16 {
    background: url("../newpc/barlogo/16.png") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo17 {
    background: url("../newpc/barlogo/17.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo18 {
    background: url("../newpc/barlogo/18.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo19 {
    background: url("../newpc/barlogo/19.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo20 {
    background: url("../newpc/barlogo/20.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo21 {
    background: url("../newpc/barlogo/21.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo22 {
    background: url("../newpc/barlogo/22.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo23 {
    background: url("../newpc/barlogo/23.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo24 {
    background: url("../newpc/barlogo/24.jpg") no-repeat center center;
}
.customers .customerList .customerItem .barlogo.logo25 {
    background: url("../newpc/barlogo/25.jpg") no-repeat center center;
} */


.customers .customerList .customerItem:nth-child(5n) {
    margin-right: 0;
}

/* 品牌故事 */
.brandStory {
    width: 100%;
    min-height: 640px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 80px;
    position: relative;
    background: url("../newpc/icons/brandbg.png") no-repeat center center;
    background-color: rgb(31, 40, 69);
}

.brandStory .brandStoryDetail {
    margin-top: 40px;
    max-width: 586px;
}

.brandStory .brandStoryDetail .detail {
    font-size: 14px;
    color: white;
    line-height: 24px;
    text-indent: 24px;
    margin: 9px 0;
}

.brandStory .brandStoryDetail .detail:first-child {
    margin-top: 0;
}

.brandStory .blackBg {
    position: absolute;
    width: 380px;
    height: 510px;
    top: -120px;
    right: 26%;
    z-index: 1;
    background: #1F2845;
    -webkit-transform-origin: center 0;
    transform-origin: center 0;
}

.brandStory .videoBox {
    width: 860px;
    height: 484px;
    position: absolute;
    z-index: 2;
    background: url("../newpc/icons/wemew_video.png") no-repeat center center;
    background-size: 100% 100%;
    right: 0;
    top: 80px;
    -webkit-transform-origin: center 0;
    transform-origin: center 0;
    border: 5px #E5156A solid;
    border-radius: 5px;
}

/* 联系我们 */
.concact {
    width: 100%;
    height: 776px;
    background: url("../newpc/icons/map.png") no-repeat center 0;
    background-color: rgb(244, 244, 244);
    padding-top: 320px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.concact .mapPoint {
    position: absolute;
    top: 173px;
    left: 46%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    *margin-left:-8px;
    width: 16px;
    height: 16px;
    background:url("../newpc/icons/c_icon.png") no-repeat center 0;
    background-size: cover;
    border-radius: 50%;
}

.concact .mapPoint::after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    /* background-color: #F73584; */
    border-radius: 50%;
    animation: shdowB 2s ease-in-out infinite;
    -webkit-animation: shdowB 2s ease-in-out infinite;
    border: 1px solid rgba(237, 108, 101, 0.2);
    *border: 1px solid rgb(237, 108, 101);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    *margin-left:-8px;
    *margin-top:-8px;
    background-color: #F73584;
    opacity: 0;
}

@keyframes shdowB {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        /* -webkit-box-shadow: 0 0 0px 1px   #F73584 inset;
               box-shadow: 0 0 0px 1px   #F73584 inset; */
        opacity: 0.5;
        fliter:Alpha(opacity = 50);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(3);
        transform: translate(-50%, -50%) scale(3);
        /* -webkit-box-shadow: 0 0 5px 1px   #F73584 inset;
                box-shadow: 0 0 5px 1px   #F73584 inset; */
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(3);
        transform: translate(-50%, -50%) scale(3);
        /* -webkit-box-shadow: 0 0 5px 1px   #F73584 inset;
                box-shadow: 0 0 5px 1px   #F73584 inset; */
        opacity: 0;
    }
}

@-webkit-keyframes shdowB {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        /* -webkit-box-shadow: 0 0  0px 1px   #F73584 inset;
               box-shadow: 0 0  0px 1px   #F73584 inset; */
        opacity: 0.5;
    }

    50% {
        -webkit-transform: translate(-50%, -50%) scale(3);
        transform: translate(-50%, -50%) scale(3);
        /* -webkit-box-shadow: 0 0 5px 1px   #F73584 inset;
                box-shadow: 0 0 5px 1px   #F73584 inset; */
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(3);
        transform: translate(-50%, -50%) scale(3);
        /* -webkit-box-shadow: 0 0 5px 1px   #F73584 inset;
                box-shadow: 0 0 5px 1px   #F73584 inset; */
        opacity: 0;
    }
}

.concactBox {
    margin-top: 40px;
    background: #fff;
    width: 100%;
    height: 240px;
    padding: 0 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.concactBox::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 80px;
    background: rgba(0, 0, 0, 0.2);
    *background: rgb(0, 0, 0);
    left: 50%;
    top: 90px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.concactBox::after {
    content: "";
    clear: both;
}

.concactBox>div {
    float: left;
    width: 520px;
    height: 100%;
}

.concactBox .leftBar .title {
    font-size: 22px;
    font-weight: 700;
    color: #333333;
    line-height: 48px;
    margin-top: 40px;
}

.concactBox .leftBar .detail {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}

.concactBox .rightBar {
    padding-left: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 55px;
}

.concactBox .rightBar .concactWays {
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 10px;
}

.concactBox .rightBar .concact_icons .concactItem {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

.concactBox .rightBar .concact_icons .concactItem.qq {
    background: url("../newpc/icons/QQ.png") no-repeat center center;
    background-color: rgb(244, 244, 244);
}

.concactBox .rightBar .concact_icons .concactItem.weixin {
    background: url("../newpc/icons/weixin.png") no-repeat center center;
    background-color: rgb(244, 244, 244);
}

.concactBox .rightBar .concact_icons .concactItem.sina {
    background: url("../newpc/icons/sina.png") no-repeat center center;
    background-color: rgb(244, 244, 244);
}

.concactBox .rightBar .concact_icons a:last-child .concactItem {
    margin-right: 0;
}