@charset "utf-8";
html {
    width: 100%
}

body {
    width: 100%;
    margin: 0 auto;
    font-family: "Microsoft YaHei", Verdana, Arial;
    overflow-x: hidden;
    background: url(../image/bg21.jpg) no-repeat center 1040px, url(../image/bg1.jpg) no-repeat center 1040px, #f2b78a
}

.pc {
    display: block;
	font-family:"宋体";
	
	
		
}

.H5 {
    display: none
}

.banner {

    position: relative;
    width: 100%;
    height: 960px;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.banner.PC{
    background: url("../static/image/banner1.jpg") no-repeat center top;
}

.banner .logo {
    width: 1200px;
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    top: 20px;
    z-index: 9;
    margin: 0 auto;
}

.bannerImgBox {
    position: relative;

}

.bannerImgBox img {
    position: absolute;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    top: 0;
}

.sendSisterBox {
    width: 1200px;
    font-size: 14px;
    color: #fff;
    margin: 70px auto 150px;
    text-align: center;
}

.promotion-1 .leftBox, .promotion-1 .rightBox {

    position: relative;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.promotion-1 .leftBox {
    width: 52%;
}

.promotion-1 .rightBox {
    width: 47%;
}

.promotion-1 .rightBox .videoBox {
    display: inline-block;
    cursor: pointer;
    padding: 2px 0;
}

.sendSisterBox .hr {
    margin: 45px auto;
}

.dg-container {
    width: 100%;
    height: 900px;
    position: relative;
    margin: 120px auto;
}

.dg-wrapper {
    position: relative;
    width: 860px;
    height: auto;
    margin: 0 auto;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.dg-wrapper a {
    display: block;
    position: absolute;
    left: 50px;
    top: 0;
}

.dg-wrapper a.dg-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}

.dg-wrapper a img {
    display: block;
}

.dg-wrapper a.dg-imgSmail img {
    width: 760px;
}

.dg-wrapper a.dg-center img {
    transform: scale(1.2, 1.2);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dg-wrapper a div {
    font-style: italic;
    text-align: center;
    line-height: 50px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    color: #333;
    font-size: 16px;
    width: 100%;
    bottom: -55px;
    display: none;
    position: absolute;
}

.dg-wrapper a.dg-center div {
    display: block;
}

.dg-container nav {
    width: 100%;
    height: 700px;
    position: absolute;
    z-index: 1000;
    top: 50px;
}

.dg-container nav span {
    text-indent: -9000px;
    float: left;
    cursor: pointer;
    width: 500px;
    height: 100%;
}

.dg-container nav span:hover {
    opacity: 1;
}

.dg-container nav span.dg-next {
    background-position: top right;
    margin-left: 200px;
}

#j-banner {

}

#carousel {
    width: 1136px;
    height: 580px;
    
    padding: 80px 0;
    margin: 0 auto;
    overflow: hidden;
}

#carousel img {
    cursor: pointer;
}

#carousel img.carousel-center:hover {
    -webkit-animation-name: scaleDraw; 
    -webkit-animation-timing-function: ease-in-out; 
    -webkit-animation-iteration-count: infinite; 
    -webkit-animation-duration: 3s; 
}

@keyframes scaleDraw { 
    0% {
        transform: scale(1); 
    }
    25% {
        transform: scale(1.1); 
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
}

.promotion-3 .title, .promotion-4 .title {
    margin-bottom: 20px
}

.promotion-3 .title img, .promotion-4 .title img, .promotion-3 .msgBox img, .promotion-4 .msgBox img {
    text-align: center;
    margin: 0 auto;
}

.promotion-3 .msgBox {
    margin-bottom: 50px;
	
	
}


@-webkit-keyframes Rota {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#videobox {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    text-align: center;
    top:0;
    z-index: 9999;
}

.js-video {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
    background: rgba(0, 0, 0, 0.2);
    transform: translateY(20%);
    border-radius: 8px;
}

video {
    width: 100%;
    height: 70vh;
    background-size: cover;
    background-position: center center;
}

.icon-x {
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: -50px;
    font-size: 50px;
    z-index: 999;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    html, body {
        width: 100%;
        height: 100%
    }

    body {
        font-size: 14rem;
        background: url(../images/h5/bg.jpg) no-repeat center 390px, #f2b78a;
        background-size: 100%;

    }

    .banner.H5 {
        width: 100%;
        background: url(../images/h5/banner1.jpg) no-repeat center 40px ;
        background-size: 100%;
        padding-top: 40px;
        height: 380px;
    }

    .banner .logo {
        width: 100%;
    }

    .banner .logo img.H5 {
        width: 50%;
        padding: 40px 0;
    }

    .pc {
        display: none
    }

    .H5 {
        display: block;

    }

    .sendSisterBox {
        width: 100%;
        margin: 0 auto;
    }

    .promotion-1 {
        width: 100%;
        text-align: center;
    }

    .promotion-1 .leftBox {
        width: 100%;
        padding-bottom: 30px;
    }

    .promotion-1 .rightBox {
        width: 100%;
    }

    .promotion-1 .rightBox .videoBox {
        width: 40%;
        padding: 8px;
    }

    .promotion-1 .leftBox img, .promotion-1 .rightBox .videoBox img, .promotion-3 .msgBox img, .promotion-4 .msgBox img {
        width: 95%;
        margin: 0 auto;
    }

    .promotion-2 .title img {
        width: 50%;
        margin: 0 auto;
        text-align: center;
    }

    .promotion-3, .promotion-4 {
        width: 90%;
        text-align: center;
        margin: 0 auto;
    }

    .promotion-3 .title img, .promotion-4 .title img {
        width: 30%;
        margin: 0 auto;
        text-align: center;
    }

    .promotion-3 .msgBox, .promotion-4 .msgBox {
        margin-bottom: 50px;
    }
	

    .sendSisterBox .hr {
        margin: 10px auto 30px;
    }

    .sendSisterBox .hr img {
        width: 100%;
    }

    #carouselH5 {
        width: 100%;
        height: 340px;
        padding: 0;
        margin: 0 auto;
        overflow: hidden;
    }

    #carouselH5 img {
        cursor: pointer;
    }

    #j-bannerH5 {
        margin-bottom: 60px;
    }

    #videobox {
        padding: 0
    }

}

@media screen and (max-width: 414px) {
    .banner {
        height: 400px;
    }

    body {
        background: url(../images/h5/bg.jpg) no-repeat center 425px, #f2b78a;
        background-size: 100%;
    }

    .banner.H5 {
        height:  385px;
    }


    .sendSisterBox .hr {
        margin: 20px auto 50px;
    }

    .promotion-1 .leftBox {
        width: 100%;
        padding: 30px 0;
    }

    .promotion-2 .title img {
        width: 60%;
    }

    .promotion-3 .title img, .promotion-4 .title img {
        width: 35%;
    }
}

@media screen and (max-width: 375px) and (-webkit-device-pixel-ratio: 3) {
    body {
        font-size: 14rem;
        background: url(../images/h5/bg.jpg) no-repeat center 390px, #f2b78a;
        background-size: 100%;

    }

    .banner.H5 {
        width: 100%;
        padding-top: 40px;
        height: 380px;
    }

    .sendSisterBox .hr {
        margin: 20px auto;
    }

    #j-bannerH5 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 375px) and (-webkit-device-pixel-ratio: 2) {
    body {
        background: url(../images/h5/bg.jpg) no-repeat center 390px, #f2b78a;
        background-size: 100%;
    }

    .banner.H5 {
        height: 360px;
    }

    .promotion-1 .leftBox {
        width: 100%;
        padding: 10px 0 30px 0;
    }

    #j-bannerH5 {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 319px)and (max-width: 320px) {
    body {
        background: url(../images/h5/bg.jpg) no-repeat center 335px, #f2b78a;
        background-size: 100%;
    }

    .banner.H5 {
        height: 300px;
    }

    .sendSisterBox .hr {
        margin: 10px auto;
    }

    #j-bannerH5 {
        margin-bottom: 30px;
    }
}