@charset "utf-8";
body{background: #fff;}
.menu ul li.home a span.cn{
	color: #ef73bf;
	border-bottom: 3px solid #ef73bf;
}


#banner{
	width: 100%;
	position: relative;
	z-index: 0;
	margin-bottom: 15px;
	margin-top: 75px;
	overflow: hidden;
}
#banner .bannerBox {
	width: 100%;
	overflow: hidden;
	margin:0 auto;
	max-width: 1200px;
	min-width:1000px;
	background: #eee;
	position: relative;
}
#banner .bannerBox ul li,
#banner .bannerBox ul li a,
#banner .bannerBox ul li img{
	width: 100%;
	line-height: 0;
}
#banner .bannerNum{
	position: absolute;
	bottom: 7px;
	width: 100%;	
	text-align: center;
}
#banner .bannerNum ul li{
	display: inline-block;
	width: 25px;
	height: 3px;
	background: #ccc;
	background: rgba(255,255,255,0.5);
	overflow: hidden;
	text-indent: -999em;
	margin: 0 5px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
#banner .bannerNum ul li.on{
	background: #fff;
}

#search {
	height: 80px;
	position: relative;
}
#search .win{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	background: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}

#search .mainBox{
	height: 70px;
	background: #f1f1f1;
	max-width: 1200px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}

#search .con {
	float: left;
}
#search .con a{
	background: #ef73bf;
	display: block;
	width: 180px;
	float: left;
	color: #fff;
	font-size:16px;
	margin:10px 15px 0 0px;
	text-align: center;
	line-height: 50px;
	border-radius: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}
#search .con a:hover{
	background: #e74ba2;
	box-shadow: 0 5px 10px rgba(255,86,190,0.3);
}

#search .search_con{
	width: 400px;
	float: right;
	margin:10px 0px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}

#search .search_con .search_input{
	font:16px/50px Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
	height: 50px;
	padding-left: 20px;
	background:#fff;
	border:1px solid #e6e6e6;
	width: 99%;
	border-radius: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
#search .search_con .btn{
	font:16px/50px Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
	height: 50px;
	text-align: center;
	background-color: #ef73bf;
	width: 80px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
#search .search_con .btn:hover{
	background: #e74ba2;
}
#search .win.suspend{
	position: fixed;
	top: 100px;
	height: 60px;
	background: #555;
}

#search .win.suspend .mainBox{
	height: 60px;
	background: #555;
	padding: 0;
}

#search .win.suspend .con a{
	width: 160px;
	line-height: 40px;
}
#search .win.suspend .search_con{
	width: 360px;
}

#search .win.suspend .search_con .search_input{
	line-height: 40px;
	height: 40px;
}
#search .win.suspend .search_con .btn{
	line-height: 40px;
	height: 40px;
}



#main{
	overflow: hidden;
}
#main .list{
	padding-top: 8px;
}
#main .list ul{
	margin:0 -10px;
}
#main .list ul li{
	width: 25%;
	float: left;
	margin-bottom: 20px;
	line-height: 0;
	position: relative;
	top: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
@media screen and (max-width: 1050px) {
	#main .list ul li{
		width: 33.3%;
	}
}
#main .list ul li:hover{
	top: -5px;
}
#main .list ul li .block{
	margin: 0 10px;
	position: relative;
}
#main .list ul li .pic img{
	width: 100%;
	z-index: 1;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
#main .list ul li:hover .pic{
	box-shadow: 0 5px 10px rgba(255,86,190,0.2);
}
#main .list ul li .pic img.b{
	z-index: 0;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
#main .list ul li:hover .pic img.b{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	opacity: 1;
}
#main .list ul li a.link{
	background: #ef73bf;
	padding: 6px 5px;
	line-height: 18px;
	margin-bottom:1px;
	display: block;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
#main .list ul li a.link:hover{
	background: #e74ba2;
}
#main .list ul li:hover a.link{
	box-shadow: 0 6px 10px rgba(255,86,190,0.3);
}
#main .list ul li .window_buy{
	display: none;
	width: 100%;
	background: rgba(0,0,0,0.8);
	height: 100%;
	position: fixed;
	left: 0;
	z-index: 9;
	top: 0;
}
#main .list ul li .window_buy .con{
	width: 300px;
	background: #fff;
	box-shadow: 0 3px 25px rgba(50,50,50,0.1);
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-80px 0 0 -150px;
	padding: 30px;
}
#main .list ul li .window_buy a.cancel{
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	right: 2px;
	top: 2px;
	background: #999;
	line-height: 20px;
	text-align: center;
	box-shadow: none;
}
#main .list ul li .window_buy a.cancel:hover{
	background: #555;
}

#main .list ul li .window_buy i{
	font-style: normal;
	text-align: center;
	line-height: 24px;
	min-height: 50px;
	display: block;
}
#main .list ul li .window_buy form{
	overflow: hidden;
}
#main .list ul li .window_buy button,
#main .list ul li .window_buy a{
	background: #ef73bf;
	line-height: 36px;
	margin-bottom:1px;
	width: 100%;
/*	float: left;
*/	padding: 0;
	border:0;
	display: block;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
#main .list ul li .window_buy button:hover{
	background: #e74ba2;
}

#main .list ul li:hover  .window_buy form a{
	box-shadow: none;
}

.window_msg{
	display: none;
	width: 100%;
	background: rgba(0,0,0,0.8);
	height: 100%;
	position: fixed;
	left: 0;
	z-index: 9;
	top: 0;
}
.window_msg .con{
	width: 300px;
	background: #fff;
	box-shadow: 0 3px 25px rgba(50,50,50,0.1);
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-80px 0 0 -150px;
	padding: 30px;
}
.window_msg a.cancel{
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	right: 2px;
	top: 2px;
	background: #999;
	line-height: 20px;
	text-align: center;
	box-shadow: none;
}
.window_msg a.cancel:hover{
	background: #555;
}
.window_msg i{
	font-style: normal;
	text-align: center;
	line-height: 24px;
	min-height: 50px;
	display: block;
}
.window_msg form{
	overflow: hidden;
}
.window_msg  button,
.window_msg  a{
	background: #ef73bf;
	line-height: 36px;
	margin-bottom:1px;
	width: 100%;
/*	float: left;
*/	padding: 0;
/*	margin-right: 2%;
*/	border:0;
	display: block;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
.window_msg  button:hover{
	background: #e74ba2;
}
.window_msg form a{
	box-shadow: none;
}
@media screen and (max-width: 768px) {


#focus{
	margin-top:60px;
	position: relative;
}
#focus .hd{ width:100%; height:11px;  position:absolute; z-index:1; bottom:10px; text-align:center;  }
#focus .hd ul{ display:inline-block; height:5px; padding:3px 5px; vertical-align:top;}
#focus .hd ul li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 3px;  vertical-align:top; overflow:hidden;   }
#focus .hd ul .on{ background:#FE6C9C;  }
#focus .bd ul li{
	line-height: 0;
	position: relative;
	overflow: hidden;
}
#focus .bd ul li a{
	overflow: hidden;
	display: block;
}
#focus .bd ul li img{
	width: 140%;
	left: -20%;
	line-height: 0;
	position: relative;
}


#search {
	height: auto;
	position: relative;
}
#search .win{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
	background: #fff;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}

#search .mainBox{
	background: #f1f1f1;
	max-width: 100%;
	height: auto;
	padding: 0;
	overflow: hidden;
}

#search .con {
	float: none;
	text-align: center;
}
#search .con a{
	background: #ef73bf;
	display: inline-block;
	width: 31.3%;
	float: none;
	color: #fff;
	font-size:16px;
	margin:10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 30px;
}

#search .search_con{
	width: 97%;
	float: none;
	margin:0 auto 10px auto;	
}

#search .search_con .search_input{
	font:16px/40px Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
	height: 40px;
	padding-left: 20px;
	background:#fff;
	border:1px solid #e6e6e6;
	width: 100%;
	border-radius: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
#search .search_con .btn{
	font:16px/40px Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
	height: 40px;
	text-align: center;
	background-color: #ef73bf;
	width: 80px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
#search .search_con .btn:hover{
	background: #e74ba2;
}
#search .win.suspend{
	position: fixed;
	top: 100px;
	height: 60px;
	background: #555;
}

#search .win.suspend .mainBox{
	height: 60px;
	background: #555;
	padding: 0;
}

#search .win.suspend .con a{
	width: 160px;
	line-height: 40px;
}
#search .win.suspend .search_con{
	width: 360px;
}

#search .win.suspend .search_con .search_input{
	line-height: 40px;
	height: 40px;
}
#search .win.suspend .search_con .btn{
	line-height: 40px;
	height: 40px;
}


#main .list ul{
	margin:0 -5px;
}
#main .list ul li{
	width: 50%;
	float: left;
	margin-bottom: 10px;
	line-height: 0;
	position: relative;
	top: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
#main .list ul li .block{
	margin: 0 5px;
	position: relative;
}

}