*{
	padding:0 0;
	margin:0 0;
	font: 12px/1.5 "Microsoft YaHei",tahoma,arial,Hiragino Sans GB,\5b8b\4f53;
	list-style:none;
	overflow: hidden;
}
.hidden{
	display: none !important;
}
.top-header{
	position: fixed;
	width: 100%;
	top:0;
	left: 0;
	z-index:999;
}
.header>p{
	display: inline-block;
	line-height: 22px;
}
.header{
	height: 24px;
	line-height: 26px;
    padding: 2px 140px 2px 100px;
	color: #fff;
	background:#1e1b29;
}
.header .left{
	float: left;
}
.header .left>span{
	margin-right: 25px;
	cursor:pointer;
}

.header .right{
	float: right;
}
.header .right>span{
	margin-left:5px;
	cursor:pointer;
}
.header .right>span:hover,
.header .left>span:hover,
.header .left>span.active{
	color:#db7793;
}
.header .right>span>i{
	display: inline-block;
	width: 0;
	height: 0;
    border-width: 5px 5px 0 5px;
    border-color: #eeeeee transparent transparent transparent;
    border-style: solid dashed dashed dashed;
	transition:transform .5s;
	-webkit-transition:transform .5s;
}
.header .right>span:hover>i{
	/*animation:trans 1s ease-in-out 0s 1;
	-webkit-animation:trans 1s 1;*/
	transform:rotate(180deg);
}
@keyframes trans{
	from {transform:rotate(0deg);}
	to {transform:rotate(180deg);}
}
@-webkit-keyframes trans{
	from {transform:rotate(0deg);}
	to {transform:rotate(180deg);}
}
 .services{
	    position: absolute;
    display: inline-block;
    /* float: right; */
    right: 128px;
    /* margin-right: 14px;*/
    color: #000;
    background: #fff;
    z-index: 999;
}
 .services li{
	padding:5px;
}


.main-nav{
	height: 80px;
	position: relative;
	    border-bottom: 1px #eeeeee solid;
    background-color: rgba(255,255,255,.9);
}
.main-nav .logo{
	display: inline-block;
	height: 69px;
    /*width: 114px;*/
    margin-top: 8px;
    margin-left: 100px;
    background: url(../image/boby.png) no-repeat;
    background-size: 54px 69px;
}
.main-nav .logo>h1{
    font-size: 30px;
    color: #db7793;
    margin-left: 62px;
    line-height: 65px;
}
.main-nav .nav{
    float: right;
    margin-top: 9px;	
    margin-right: 329px;

}
.main-nav .nav>li{
	display: inline-block;	
    padding: 20px 30px;
    cursor:pointer;
}
.main-nav .nav>li a{
    font-size: 16px;
    color: #000;
    text-decoration: none
}
.main-nav .nav>li a:hover,
.main-nav .nav>li.active a{
	color:#db7793;
}
.main-nav .nav>li.split-li{
	position: relative;
    margin-left: 20px;
    padding-left: 50px;
}
.main-nav .nav>li.split-li:before {
    content: "";
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    width: 1px;
    height: 16px;
    background: #444;
}

.containter{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: visible;
    /*transition: 500ms ease;
    transform: translate3d(0px, 0%, 0px);*/
}

.swiper-slide {
	line-height: 300px;
	color: #fff;
	font-size: 36px;
	text-align: center;
}
.containter .swiper-container .swiper-wrapper .swiper-slide {
	position:relative;
}
.containter .bg-img{
	height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center;
}
.containter  .gonext{
	/*font-family: "alipayhome";*/
    position: absolute;
    bottom: 20px;
    left: 49%;
    text-decoration: none;
    font-size: 36px;
    color: #fff;
    cursor:pointer;
     z-index: 999;

}
.containter .swiper-container .pagination {
	position: absolute;
	z-index: 20;
	top: 50%;
	right: 0;
	text-align: center;
}
.containter .swiper-container .swiper-pagination-switch {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #ccc;
	margin: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}
.containter .swiper-container .swiper-active-switch {
	background: #db7793;
	border-color: #db7793;
}

.containter .logo-content{
	    position: absolute;
    height: 200px;
    width: 420px;
    bottom: 30%;
    left: 35.4%;
	text-align:center;
	    z-index: 100;
}
.containter .logo-content .logo{
	height: 50%;
	background:url(https://i.alipayobjects.com/i/ecmng/png/201501/4JdljnmTmX.png) no-repeat;
}
.containter .logo-content .btn>a{
	display: inline-block;
	text-decoration:none;
	border:1px solid #fff;
	color:#fff;
	width: 186px;
	height: 30px;
    line-height: 28px;
    font-size: 14px;
    border-radius: 3px;
    margin-right: 20px;
}
.containter .logo-content .btn>a.active{
	background-color:#db7793;
	border-color:#db7793;

}

.containter .swiper-slide .tip{
	width: 100%;
	height: 60px;
	background:rgba(0,0,0,.3);
    position: absolute;
    bottom: 0;
    text-align: center;
}
.swiper-slide .tip ul{
    margin-top: 10px;
	padding-left: 216px;
}
.swiper-slide .tip.section2 ul{
	padding-left: 0;
}
.swiper-slide .tip ul>li{
	display: inline-block;
	width: 33%;
	text-align: left;
}
.swiper-slide .tip.section2 ul>li{
	margin-left: 235px;
}
.swiper-slide .tip ul>li>i{
	display: inline-block;
	height: 40px;
	width: 40px;
	text-align: center;
	font-size: 24px;
	border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.swiper-slide .tip ul>li>div{
	display: inline-block;
}
.swiper-slide .tip ul>li span{
	display: block;
	font-size: 14px;
}