
/*banner */
.banner{
	background: #f7f7f7;
	height: 600px;
	overflow: hidden;
}
.banner .section1{
	position: relative;
}
.banner .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:600px;
	position: relative;
}

.banner .section1 .index_banner .items{
	background-position: top center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.banner .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}
.banner .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 50px;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.banner .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.banner .section1 .index_banner .item .inner .block_txt h4{
	font-size: 24px;
	color: #fdc8e9;
	text-align: center;
	font-family: '微软雅黑';
	padding-top: 20px;
}
.banner .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 60px;
	text-align:center;
	letter-spacing:5px;
}


.banner .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.banner .section1 .left{
	left: 0;
}
.banner .section1 .right{
	right:0;
}
.banner .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.banner .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.banner .section1 .slick_txt .prev{
	background-image:url(../images/ban_prev.png);
	left:60px;
}
.banner .section1 .slick_txt .next{
	background-image:url(../images/ban_next.png);
	right:60px;
	border:none;
}
.banner .section1 .slick_txt .prev:hover{
	background-image:url(../images/ban_prev_hover.png);
}
.banner .section1 .slick_txt .next:hover{
	background-image:url(../images/ban_next_hover.png);
}
.banner .section1 .number{
	position: absolute;
	bottom:20px;
	left: 50%;
	padding-bottom: 5px;
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.banner .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	text-indent: -9999px;
	width: 40px;
	height: 10px;
	background: #e7d9eb;
	margin-right:20px;
	display: inline-block;
	cursor: pointer;
	border-radius: 10px;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.banner .section1 .number span:last-child{
	margin-right: 0;
}
.banner .section1 .number span.active{
	background: #ff487e;
}

.footer-fixed {
	position: fixed;
	bottom: 0px;
	left: 0;
	width: 100%;
	height: 150px;
	background-color: rgba(178, 82, 158, 0.95);
}
.footer-fixed-1 {
	width: 100%;
	display: table;
}
.footer-fixed-left {
	float: left;
	margin-left: 40px;
	margin-top: 40px;
	color: #fff;
}
.footer-fixed-left h2 {
	font-size: 14px;
	line-height: 24px;
}
.footer-fixed-left p {
	font-size: 14px;
}
.footer-fixed-left p span {
	font-size: 40px;
	letter-spacing: 2px;
}
.footer-fixed-center {
	float: left;
	margin-left: 40px;
	margin-top: 30px;
	border:1px solid #fff;
	padding:15px 30px;
	border-radius: 5px;
	
}
.footer-fixed-center p span{
	color: #fff;
	font-size: 16px;
	display: inline-block;
	width: 210px;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	background: url(../images/fixed-1.png) no-repeat left center;
}
.footer-fixed-zixun {
	float: left;
	margin-left: 40px;
	width: 200px;
}
.footer-fixed-zixun h2{
	color: #fff;
	padding-top: 40px;
	line-height: 36px;
	font-size: 16px;
	font-weight: 400;
}
.footer-fixed-zixun p {
	font-size: 24px;
	color: #fff;
	letter-spacing: 1px;
}
.footer-fixed-reg {
	float: right;
	margin-right: 40px;
	line-height: 150px;

}
.footer-fixed-reg a {
	display: inline-block;
	height: 30px;
	width: 92px;
	background: #fff;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	color: #7e318e;
	font-size: 16px;
}




