@charset "utf-8";
/* CSS Document */

/*首页banner*/
.banner_wrap{width:100%;background:url(../img/bannerbg.jpg) no-repeat center center;background-size:cover;overflow:hidden;position:relative;}

.banner_wrap .owl-carousel{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.banner_wrap .owl-carousel div{
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.banner_wrap .owl-carousel .owl-dots{
    position: absolute;
    bottom: 20px;
    height: 20px;
    padding: 5px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.banner_wrap .owl-carousel .owl-dots .owl-dot{
    display: inline-block;
    zoom: 1;
    border: none;
    outline: none;
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.banner_wrap .owl-carousel .owl-dots .owl-dot span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #d53983;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 5px 7px;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
}

.banner_wrap .owl-carousel .owl-dots .owl-dot.active span{
    background: #d53983;
}

section{height:7.3rem;background:url(../img/section2bg.jpg) no-repeat center center;text-align:center;}
section .welcome-text h3{padding-top:23.75%;box-sizing:border-box;}
section .welcome-text h3{font-size:46px;font-family:'思源黑体';color:#d53983;text-align:center;margin-bottom:2.5%;}
section .welcome-text p{font-size:14px;color:#fff;margin-bottom:6.25%;}
section .welcome-text p a{color:#fff;}
section .welcome-text p a:hover{color:#d53983;}

.section1 dl{width:100%;color:#000000;}
.section1 dl dd:nth-child(2){background:#eeeeee;}
.section1 dl dd:nth-child(4){background:#eeeeee;}
.section1 dl dt {float:left;text-align:center;padding-top:4.72%;box-sizing:border-box;}
.section1 dl dt h3{font-size:30px;}
.section1 dl dt p{font-size:14px;line-height:42px;margin-bottom:7.08%;}
.section1 dl dt a{display:inline-block;width:98px;height:33px;border:1px solid #7f7f7f;font-size:14px;color:#000000;line-height:33px;margin-bottom:22.22%;}
.section1 dl dt a:hover{border:1px solid #d53983;color:#d53983;}
.section1 dl dd{padding:4.68% 2.6% 0;box-sizing:border-box;position:relative;overflow:hidden;}
.section1 dl dd a{color:#000000;}
.section1 dl dd h4{font-size:14px;margin-bottom:8.33%;}
.section1 dl dd p{font-size:16px;line-height:1.7;height:62px;margin-bottom:9.37%;overflow:hidden;}
.section1 dl dd b{display:inline-block;font-size:20px;margin-bottom:22.22%;}
.section1 dl dd div{position:absolute;left:0;top:100%;width:100%;height:100%;z-index:-1;transition:all 0.8s;-webkit-transition:all 0.8s;}
.section1 dl dd div img{width:100%;height:100%;}
.section1 dl dd div span{display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(213,57,131,0.8);z-index:10;}
.section1 dl dd:hover div{top:0;}
.section1 dl dd:hover{color:#fff;background-color:transparent;}
.section1 dl dd:hover a{color:#fff;}
.section1 dl dd:hover a:hover{text-decoration:underline;}



.section2_wrap{background:#f6f6f6;padding-top:6.25%;}
.section2 h3{margin-bottom:2.5%;text-align:center;font-size:46px;font-family:'思源黑体';}
.section2 p{font-size:14px;text-align:center;margin-bottom:6.5%;}
.brand_cooperation{position:relative;margin-bottom:5.2%;}
.brand_cooperation_logo{margin-bottom:6.66%;}
.brand_cooperation_logo li div:nth-of-type(1){background:#eeeeee;}
.brand_cooperation_logo li div:nth-of-type(3){background:#eeeeee;}
.brand_cooperation_logo li div:nth-of-type(6){background:#eeeeee;}
.brand_cooperation_logo li div:nth-of-type(8){background:#eeeeee;}
.brand_cooperation_logo li div:nth-of-type(2){background:#fff;}
.brand_cooperation_logo li div:nth-of-type(4){background:#fff;}
.brand_cooperation_logo li div:nth-of-type(5){background:#fff;}
.brand_cooperation_logo li div:nth-of-type(7){background:#fff;}
.brand_cooperation_logo li div{overflow:hidden;}
.brand_cooperation_logo li div img{width:100%;transform:scale(1);transition:0.5s;}
.brand_cooperation_logo li div:hover img{transform:scale(1.1);transition:0.5s;}

.rslides_tabs{position:absolute;left:50%;bottom:0;width:1000px;height:10px;margin-left:-500px;text-align:center;z-index:10;}
.rslides_tabs li{display:inline-block;width:10px;height:10px;margin:0 5px 0 5px;border:1px solid #000000;border-radius:50%;transition:all 0.3s;cursor:pointer;}
.rslides_tabs li a{display:block;width:10px;height:10px;}
.rslides_tabs .rslides_here{background:#000000;transition:all 0.3s;}

