@charset "utf-8";
.w50bf {
    width: 50%;
}

.biezao {
    width: 100%;
    height: 100%;
    background: url("../images/retail/biezao_bg.png") repeat;
}

.biezao-a {
    margin: 0 auto;
    display: block;
    width: 150px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    position: relative;
    transition: 0.4s;
    z-index: 2;
}

.biezao-a:hover {
    color: #353e8c;
    background: #fff;
}

.biezao-a:hover .move-effect {
    width: 100%;
    z-index: -1;
    background: #fff;
}

.biezao-online {
    padding-top: 70px;
    /*height: 945px;*/
    /*background: rgba(0, 0, 0, 0.2);*/
}

.biezao-online h2 {
    margin-bottom: 25px;
    padding-top: 70px;
    font-size: 36px;
    line-height: 1;
    color: #ffea00;
    text-align: center;
}

.biezao-online p {
    /*margin-bottom: -60px;*/
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.biezao-video-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6010;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
}

.biezao-video-area {
    position: relative;
    width: 100%;
    height: 100%;
}

.biezao-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    margin: -225px 0 0 -400px;
    font-size: 0;

    box-shadow: #000 0 5px 13px;
}

.close-video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -225px 0 0 400px;
    line-height: 50px;
    font-size: 36px;
    color: #fff;
    text-align: center;
    background: rgba(255, 0, 0, 0.75) url(../images/close-video.png) no-repeat center;
}

.play-video {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    margin: 30px auto 10px;
    border: #fff 2px solid;
    border-radius: 50%;
    cursor: pointer;
}

.play-video::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    margin: -17px 0 0 -10px;
    border-radius: 5px;
    border-style: solid;
    border-width: 17px 17px 17px 27px;
    border-color: transparent transparent transparent #fff;
}

.play-txt {
    opacity: 0.6;
}
.videobtn {
    width: 30px;
    height: 30px;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    background: url(../images/videobtn.png) no-repeat;
    background-size: cover;
    left: 50%;
    top: 50%;
    margin: -218px 0 0 365px;
    z-index: 99;
    box-shadow: #fff 0 0 2px inset;
}

.videobtn:hover {
    background: url(../images/videobtn1.png) no-repeat;
    background-size: cover;
}

.biezao-online-box {
    margin: -60px auto 10px;
    width: 1060px;
    height: 594px;
    background: url("../images/xls-1.png") no-repeat center;
}

.biezao-who {
    /*height: 936px;*/
    /*background: rgba(0, 0, 0, 0.05);*/
}

.biezao-who-box {
    margin: 0 auto;
    width: 1060px;
}

.biezao-who-box ul {
    margin-bottom: 60px;
}

.biezao-who-box ul li {
    margin-bottom: 24px;
    padding-top: 50px;
}

.biezao-who-box ul li h3 {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 1;
    color: #1bd6be;
}

.biezao-who-box ul li p {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
}

.biezao-who-box ul li p span {
    color: #fdda16;
}

.biezao-img {
    text-align: center;
}

.biezao-suit {
    margin: 0 auto;
    padding-top: 110px;
    width: 1060px;
}

.biezao-suit h2 {
    margin-left: -16px;
    margin-bottom: 38px;
    font-size: 30px;
    line-height: 1;
    color: #1bd6be;
}

.biezao-suit ul li {
    padding-bottom: 170px;
    overflow: hidden;
}

.biezao-suit ul li h3 {
    margin: 70px 0 25px;
    font-size: 30px;
    line-height: 1;
    color: #1bd6be;
}

.biezao-suit ul li h4 {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1;
    color: #fdda16;
}

.biezao-suit ul li p {
    margin-bottom: 70px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.biezao-suit ul li:last-child .biezao-img {
    margin-bottom: 30px;
}

.biezao-suit ul li:last-child p {
    margin-bottom: 30px;
}


