body {
	font-family: "Microsoft YaHei",微软雅黑,STHeiti !important;
}


/*yindao-index*/

/*.skip {
	font-size: 14px;
	display: block;
	position: absolute;
	top: 6px;
	right: 11px;
	border: 1px solid #e6e6e6;
	width: 60px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	display: none;
}*/

.yingdao_body {
	overflow: hidden;
}

.swiper-yingdao .swiper-slide {
	position: relative;
}

.yingdao {
	position: relative;
}

.closest-events_i {
	width: 80%;
	height: 360px;
	position: relative;
	display: block;
	margin: 10% auto 0;
}

.line-1,
.line-3 {
	height: 4px;
	width: 0;
	background: #000;
	position: absolute;
}

.line-1 {
	left: 0;
	top: 0;
}

.inview .line-1 {
	-webkit-transition-delay: 0s, 0.4s;
	-webkit-transition: background 0.5s ease, width 0.5s ease-out;
	-moz-transition: background 0.5s ease, width 0.5s ease-out 0.4s;
	-o-transition: background 0.5s ease, width 0.5s ease-out 0.4s;
	transition: background 0.5s ease, width 0.5s ease-out 0.4s;
	width: 0;
}

.line-1 i,
.line-3 i {
	display: block;
	position: absolute;
	height: 100%;
	width: 0;
	background: #333;
}

.line-1 i {
	left: 0;
	top: 0;
	-webkit-transition: width 0.4s ease-out;
	-webkit-transition-delay: 1.2s;
	-moz-transition: width 0.4s ease-out 1.2s;
	-o-transition: width 0.4s ease-out 1.2s;
	transition: width 0.4s ease-out 1.2s;
}

.line-2,
.line-4 {
	width: 4px;
	height: 0;
	background: #000;
	position: absolute;
}

.line-2 {
	top: 0;
	right: 0;
}

.inview .line-2 {
	-webkit-transition: background 0.4s ease, height 0.4s ease-out;
	-webkit-transition-delay: 0s, 0.8s;
	-moz-transition: background 0.4s ease, height 0.4s ease-out 0.8s;
	-o-transition: background 0.4s ease, height 0.4s ease-out 0.8s;
	transition: background 0.4s ease, height 0.4s ease-out 0.8s;
	height: 0;
}

.line-2 i,
.line-4 i {
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	background: #333;
}

.line-2 i {
	top: 0;
	left: 0;
	-webkit-transition: height 0.4s ease-out;
	-webkit-transition-delay: 0.8s;
	-moz-transition: height 0.4s ease-out 0.8s;
	-o-transition: height 0.4s ease-out 0.8s;
	transition: height 0.4s ease-out 0.8s;
}

.line-3 {
	right: 0;
	bottom: 0;
}

.inview .line-3 {
	-webkit-transition: background 0.4s ease, width 0.4s ease-out;
	-webkit-transition-delay: 0s, 1.2s;
	-moz-transition: background 0.4s ease, width 0.4s ease-out 1.2s;
	-o-transition: background 0.4s ease, width 0.4s ease-out 1.2s;
	transition: background 0.4s ease, width 0.4s ease-out 1.2s;
	width: 0;
}

.line-3 i {
	right: 0;
	top: 0;
	-webkit-transition: width 0.4s ease-out;
	-webkit-transition-delay: 0.4s;
	-moz-transition: width 0.4s ease-out 0.4s;
	-o-transition: width 0.4s ease-out 0.4s;
	transition: width 0.4s ease-out 0.4s;
}

.line-4 {
	bottom: 0px;
	left: 0px;
}

.inview .line-4 {
	-webkit-transition: background 0.4s ease, height 0.4s ease-out;
	-moz-transition: background 0.4s ease, height 0.4s ease-out;
	-o-transition: background 0.4s ease, height 0.4s ease-out;
	transition: background 0.4s ease, height 0.4s ease-out;
	height: 0;
}

.line-2,
.line-4 {
	width: 4px;
	height: 0;
	background: #000;
	position: absolute;
}

.line-4 i {
	bottom: 0;
	left: 0;
	-webkit-transition: height 0.4s ease-out;
	-webkit-transition-delay: 0s;
	-moz-transition: height 0.4s ease-out 0s;
	-o-transition: height 0.4s ease-out 0s;
	transition: height 0.4s ease-out 0s;
}

.yindao_txt {
	text-align: center;
	/* padding: 100px 0; */
	width: 100%;
	position: absolute;
	top: 535px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.5s ease 0.8s;
	-moz-transition: all 0.5s ease 0.8s;
	-ms-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	-webkit-transition: all 0.5s ease 0.8s;
	-webkit-transform: scale(1.8);
	-ms-transform: scale(1.8);
	transform: scale(1.8);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.yindao_txt.active {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.yindao_txt h3 {
	margin: 0;
	font-size: 18px;
	color: #333;
	font-weight: 800;
}

.yindao_txt h4 {
	font-size: 16px;
	color: #ccc;
	font-weight: 400;
	margin: 5px 0 20px;
	font-family: '微软雅黑', Arial, sans-serif !important;
	letter-spacing: 2px;
}

.yindao_txt .yindao_btn {
	text-align: center;
}

.yindao_txt .yindao_btn a {
	width: 130px;
	height: 40px;
	line-height: 37px;
	display: inline-block;
	border: 2px solid #555;
	font-size: 14px;
	letter-spacing: 2px;
	color: #fff;
	background: #333;
}

.swiper-slide {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.yindao_gouwu {
	position: absolute;
	top:170px;
	padding: 20px;
	width: 60%;
	right: 15%;
	background: #fff;
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
	transition: all 0.5s ease 0.8s;
	-moz-transition: all 0.5s ease 0.8s;
	-ms-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	-webkit-transition: all 0.5s ease 0.8s;
	webkit-transform: scale(1.8);
	-ms-transform: scale(1.8);
	transform: scale(1.8);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.yindao_gouwu.active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.yindao_gouwu .yindao_danpin {
	display: inline-block;
	width: 47%;
}

.yindao_danpin img {
	width: 100%
}

.yindao_danpin {
	margin-bottom: 10px;
}

.yindao_danpin:first-of-type {
	margin-right: 3%;
}

.yindao_danpin h6 {
	margin: 0;
	padding: 2px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;
}

.yindao_danpin_btn {
	position: absolute;
	bottom: 35px;
	right: -22px;
}

.yindao_danpin_btn a {
	display: block;
	width: 90px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #232132;
	color: #fff;
	letter-spacing: 1px;
}

.pagination1 {
	bottom: 10px;
}

.pagination1 span {
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	background: transparent;
	border: 1px solid #ccc;
	margin: 0 5px;
}

.pagination1 .swiper-active-switch {
	background: #ccc;
}

.yindao_img {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	width: 69%;
	position: absolute;
	top: 79px;
	left: -69%;
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}

.yindao_img.active {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	left: 0;
	transition: all 0.5s ease 0.4s;
	-moz-transition: all 0.5s ease 0.4s;
	-ms-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	-webkit-transition: all 0.5s ease 0.4s;
}

.yindao_img img {
	width: 100%;
}

.yindao_kuang1 {
	position: absolute;
	z-index: 99;
/*	top: 60px;*/
}

.yindao_kuang1 .line-4 {
	display: none;
}

.yindao_chanpin {
	width: 74%;
	padding: 10px 2px 7px;
	background: #fff;
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	position: absolute;
	z-index: 99;
}

.chanpin_img {
	width: 25%;
	float: left;
	border: 2px solid #222;
}

.chanpin_img img {
	width: 100%;
	webkit-transform: translate(-21%, 11%);
	-ms-transform: translate(-21%, 11%);
	transform: translate(-21%, 11%);
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}

.chanpin_detail {
	width: 72%;
	float: left;
	display: table;
	padding: 2px 10px 0;
}

.chanpin_detail h5 {
	margin: 0;
	font-size: 13px;
	line-height: 22px;
	display: table-cell;
}

.yindao_chanpin {}

.yindao_chanpin1 {
	top: 38%;
	left: -75%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.yindao_chanpin1.active {
	top: 38%;
	left: 20%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.yindao_chanpin2 {
	top: 35%;
	right: -80%;
	transition: all 0.8s ease 0.5s;
	-moz-transition: all 0.8s ease 0.5s;
	-ms-transition: all 0.8s ease 0.5s;
	-o-transition: all 0.8s ease 0.5s;
	-webkit-transition: all 0.8s ease 0.5s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.yindao_chanpin2.active {
	top: 35%;
	left: 23%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.yindao_chanpin3 {
	top: 22%;
	left: -75%;
	transition: all 0.8s ease 0.9s;
	-moz-transition: all 0.8s ease 0.9s;
	-ms-transition: all 0.8s ease 0.9s;
	-o-transition: all 0.8s ease 0.9s;
	-webkit-transition: all 0.8s ease 0.9s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.yindao_chanpin3.active {
	top: 22%;
	left: 12%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.yindao_chanpin4 {
	top: 30%;
	left: 7%;
	transition: all 0.8s ease 1.5s;
	-moz-transition: all 0.8s ease 1.5s;
	-ms-transition: all 0.8s ease 1.5s;
	-o-transition: all 0.8s ease 1.5s;
	-webkit-transition: all 0.8s ease 1.5s;
	webkit-transform: scale(1.8);
	-ms-transform: scale(1.8);
	transform: scale(1.8);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.yindao_chanpin4.active {
	top: 30%;
	left: 7%;
	webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.yindao_sec2_box{
	        width: 85%;
    position: absolute;
    left: 8%;
    top: 10.5%;
    transition: all 0.8s ease 1.5s;
	-moz-transition: all 0.8s ease 1.5s;
	-ms-transition: all 0.8s ease 1.5s;
	-o-transition: all 0.8s ease 1.5s;
	-webkit-transition: all 0.8s ease 1.5s;
	webkit-transform: scale(1.8);
	-ms-transform: scale(1.8);
	transform: scale(1.8);
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 99;
}
.yindao_sec2_box.active{
	webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index: 99;
}
.yindao_sec2_box img{
width: 100%;
}
.yindao_kuang2 {
	height: 418px;
}

.yindao_img3 {
	width: 66%;
	/* margin: 40% auto 0; */
	position: absolute;
	top: 63px;
	margin-left: 17%;
	-webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
	webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
	-o-transition: all 2s;
	-webkit-transition: all 2s;
}

.yindao_img3_text {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	font-family: 'Arial';
	text-align: center;
	color: #fff;
	padding-left: 8px;
}

.yindao_img3_text h1 {
	font-size: 36px;
	margin-top: 15px;
	margin-bottom: 0px;
	letter-spacing: 8px;
	text-transform: uppercase;
}

.yindao_img3_text span {
	font-size: 12px;
	letter-spacing: 9px;
	text-transform: uppercase;
}

.yindao_img3.active {
	webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}

.yindao_img3 img {
	width: 100%;
}

.yingdao_keys h6 {
	position: absolute;
	background: #fff;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	font-size: 14px;
	color: #666;
	width: 80px;
	height: 33px;
	line-height: 33px;
	text-align: center;
}

.key_year {
	top: 30%;
	left: -27%;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	-webkit-transition: all 0.8s;
}

.key_year.active {
	top: 30%;
	left: 3%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.key_skin {
	top: 44%;
	left: -27%;
	transition: all 0.8s ease 0.8s;
	-moz-transition: all 0.8s ease 0.8s;
	-ms-transition: all 0.8s ease 0.8s;
	-o-transition: all 0.8s ease 0.8s;
	-webkit-transition: all 0.8s ease 0.8s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	letter-spacing: 1px;
}

.key_skin.active {
	top: 44%;
	left: 3%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.key_height {
	right: -27%;
	top: 20%;
	transition: all 0.8s ease 0.4s;
	-moz-transition: all 0.8s ease 0.4s;
	-ms-transition: all 0.8s ease 0.4s;
	-o-transition: all 0.8s ease 0.4s;
	-webkit-transition: all 0.8s ease 0.4s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.key_height.active {
	right: 3%;
	top: 20%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.key_face {
	right: -27%;
	top: 37%;
	transition: all 0.8s ease 1.2s;
	-moz-transition: all 0.8s ease 1.2s;
	-ms-transition: all 0.8s ease 1.2s;
	-o-transition: all 0.8s ease 1.2s;
	-webkit-transition: all 0.8s ease 1.2s;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.key_face.active {
	right: 3%;
	top: 37%;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.inview.active .line-1 {
	width: 100%
}

.closest-events_i.active .line-3 {
	width: 100%
}

.closest-events_i.active .line-2 {
	height: 100%
}

.closest-events_i.active .line-4 {
	height: 100%
}


/*main*/


/*头部*/

.header {
	width: 100%;
	background-color: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
}

.header_con {
	width: 100%;
	height: 50px;
	padding: 10px 20px;
	position: relative;
}

.header_con_logo {
	width: 66px;
	margin-top: 0px;
}

.header_bt {
	width: 23px;
	height: 28px;
	position: absolute;
	top: 11px;
	right: 20px;
	padding-top: 9px;
}

.header_bt span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	margin-bottom: 6px;
}
.hea_peo {
    position: absolute;
    top: 8px;
    right: 60px;
    display: none;
}
.hea_peo img {
    width: 24px;
}


/*头部*/


/*下拉导航*/

/* .header_xiala {
	display: none;
	position: relative;
	z-index: 88
}

.xiala_search {
	padding: 20px 10px;
	padding: 18px;
}

.header_search {
	background: #333333;
	border: none;
}

.xiala_search_bt {
	background: #333333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
}

.xiala_search_bt .input-group-addon {
	background: #333333;
	border: none;
}

.xiala_search_bt .input-group-addon {
	background: #333333;
	border: none;
}

.xiala_search_bt .input-group-addon {
	color: #9c9c9c;
	font-size: 21px;
}

.xiala_img {
	float: left;
	width: 50%;
	position: relative;
	border: #fff 1px solid;
}

.xiala_img img {
	width: 100%
}

.xiala_simg_box img {
	width: 33.33%;
	float: left;
}

.xiala_img h6 {
	position: absolute;
	top: 50%;
	font-size: 16px;
	color: #000;
	left: 20%;
	margin: 0;
	background: rgba(255,255,255,0.7);
	line-height: 30px;
	width: 60%;
	text-align: center;
	border: #fff 1px solid;
}

.header_bt span {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header_bt.active span:last-of-type {
	webkit-transform: rotate(-41deg);
	-ms-transform: rotate(-41deg);
	transform: rotate(-41deg);
}

.header_bt.active span:first-of-type {
	webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	margin-bottom: 0;
}
 */

.header_xiala {
	display: none;
	position: relative;
	z-index: 88
}

.xiala_search {
	padding: 20px 10px;
	padding: 18px;
}

.header_search {
	background: #333333;
	border: none;
}

.xiala_search_bt {
	background: #333333;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
}

.xiala_search_bt .input-group-addon {
	background: #333333;
	border: none;
}

.xiala_search_bt .input-group-addon {
	background: #333333;
	border: none;
}

.xiala_search_bt .input-group-addon {
	color: #9c9c9c;
	font-size: 21px;
}

.xiala_img {
	float: left;
	width: 50%;
	position: relative;
	border: #fff 1px solid;
}

.xiala_img img {
	width: 100%
}

.xiala_simg_box img {
	width: 33.33%;
	float: left;
}
.xiala_wz{
	position: absolute;
	top: 8px;
	left: 0;
	text-align: center;
	width: 100%;
	}
.xiala_wz h6 {
	
font-size: 16px;
	
color: #000;
	
margin: 0;
	
line-height: 25px;
}
.xiala_wz p{
	
font-size: 12px;
	
color: #666;
	
text-transform: uppercase;
	}

.header_bt span {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.header_bt.active span:last-of-type {
	webkit-transform: rotate(-41deg);
	-ms-transform: rotate(-41deg);
	transform: rotate(-41deg);
}

.header_bt.active span:first-of-type {
	webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	margin-bottom: 0;
}



/*下拉导航*/

.banner_bottom {
	width: 100%;
	position: relative;
	z-index: 999;
	margin-top: -1px;
}

.banner_bottom img {
	width: 100%;
}

.banner_bottom a span {
	display: inline-block;
	width: 40px;
	height: 23px;
	border: 1px solid #fff;
	text-align: center;
	margin-right: 5px;
	line-height: 20px;
	position: absolute;
	top: 10px;
	left: 14px;
	color: #fff;
}


#sbanner_bottom {
        position: absolute;
    bottom: 9px;
    left: 57px;
    overflow: hidden;
}
#sbanner_bottom1{
	padding: 0
}

.banner_bottom #sbanner_bottom a {
	color: #fff;
	font-size: 15px;
	display: -webkit-box;
	letter-spacing: 1px;
	bottom: 8px;
	width: 90%;
	padding: 0 0 0 16px;
	margin: 0;
}
.banner_zs1{
	    position: absolute;
    top: 5px;
    left: 0;
    width: 3.5%!important;
}
.banner_zs2{
	    position: absolute;
    top: -17px;
    right: -19px;
    width: 11%!important;
}

/*sec1*/

.index_sec1 {
	padding: 40px 0;
}

.index_sec1_title {
	text-align: center;
	margin-bottom: 20px;
}

.index_sec1_title h3 {
	font-size: 18px;
	color: #333;
	margin: 0;
	margin-bottom: 5px;
	font-weight: 900;
	letter-spacing: 0px;
}

.index_sec1_title h4 {
	font-size: 15px;
	color: #666666;
	margin: 0;
	letter-spacing: 1px;
}

.index_sec1_left {
	float: left;
	width: 24%;
}

.index_sec1_left img {
	width: 100%;
}

.index_sec1_right {
	float: left;
	width: 150%;
	margin-left: 0%;
}

.index_sec1_right img {
	width: 100%
}

.swiper_index_sec1 {
	position: relative !important;
	left: 8%;
	overflow: inherit !important
}

.swiper_index_sec1 .index_sec1_sbox {
	transform: scale(0.95);
	-webkit-transform: scale(0.95, 0.9);
	-moz-transform: scale(0.95, 0.9);
	-o-transform: scale(0.95, 0.9);
	-ms-transform: scale(0.95, 0.9);
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.swiper_index_sec1 .swiper-slide-active .index_sec1_sbox {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

.swiper_index_sec1 .swiper-slide {
	margin-right: 0px !important;
}

.index_sec1_content {
	overflow: hidden;
}

.index_sec1_txt {
	background: #f7f7f7;
	padding: 15px;
}

.index_sec1_txt h5 {
	font-size: 15px;
	color: #333;
	letter-spacing: 0px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
}

.index_sec1_txt h6 {
	font-size: 12px;
	color: #999;
	margin-bottom: 0;
	font-family: arial;
	margin-top: 15px;
}

.index_sec1_txt h6 i {
	font-size: 15px;
	margin-right: 5px;
	font-weight: 100;
}

.index_sec1_txt h6 span {
	font-weight: 100;
	font-family: arial;
	margin-right: 20px;
	display:inline-block;
}


/*index_sec2*/

.index_sec2 {
	padding: 50px 0 20px;
	background: #f5f5f5;
}

.index_sec2_title h3 {
	color: #333
}

.index_sec2_title h4 {
	/*color: #e6e6e6;*/
	color:#666;
	font-size: 15px;
	margin: 0;
	letter-spacing: 1px;
}

.index_sec1_txt h6 em {
	font-style: normal;
	float: right;
	line-height: 16px
}
.index_sec1_txt h6 em i{
	font-family: "Microsoft YaHei",微软雅黑,STHeiti !important;
	font-style: normal !important;
	font-size:12px;
}

.index_sec2_top {}

.index_sec2_top img {
	width: 100%;
}

.index_sec2_bottom .row {
	margin-right: -5px;
	margin-left: -5px;
}

.index_sec2_bottom .col-xs-6 {
	padding-right: 5px;
	padding-left: 5px;
}

.index_sec2_imgbox {}

.index_sec2_img img {
	width: 100%;
}

.index_sec2_img {
	position: relative;
}

.index_sec2_img .index_sec_kt {
/*	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 80%;
	z-index: 3;*/
}
.index_sec_bg{
	display: none;
}
.index_sec2_img span {
	position: absolute;
	font-size: 13px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-khtml-border-radius: 50%;
	color: #fff;
	font-weight: 600;
	text-align: center;
	font-size: 12px;
}

.index_sec2_img .red_ys {
	width: 30px;
	height: 30px;
	background: #ea1541;
	line-height: 30px;
	top: 12px;
	left: 5px;
	z-index: 2;
}

.index_sec2_img .blue_dp {
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #003b82;
	top: 40px;
	right: 15px;
	z-index: 4;
	display: none;
}

.index_sec2_txt h5 {
	font-size: 15px;
	color: #666;
	margin-bottom: 0;
}

.index_sec2_txt h6 {
	margin-bottom: 0;
}

.index_sec2_bottom {
	margin-top: 20px;
	padding: 0 3%;
}

.index_sec2_txt h6 span.yuanjia {
	font-size: 12px;
	color: #999;
	text-decoration: line-through;
}

.index_sec2_txt h6 span {
	color: #ea1541;
	font-size: 18px;
}

.index_sec2_bottom .index_sec2_imgbox:last-of-type {
	margin-right: 0;
	margin-bottom: 30px;
}

.index_sec2_top{
	display: none;
}
.index_sec2_img{
	background-color: #ECECEC;
}
/*sec3*/

.index_sec3 {
	padding: 40px 0;
}

.index_sec3_imgbox {
	width: 94%;
	margin: 0 auto;
}

.index_sec3_img {
	position: relative;
	margin-bottom: 10px;
}

.index_sec3_img img {
	width: 100%;
}

.index_sec3_img .index_sec3_txt {
	position: absolute;
	width: 60%;
	right: 5%;
	top: 10%;
	height: 80%;
	display: none;
}

.index_sec3_txt {
	text-align: center;
	font-family: arial;
	padding: 15px;
}

.index_sec3_txt h3 {
	margin: 0;
}

.index_sec3_txt2 h3 img {
	width: 20%;
}

.index_sec3_txt h4 {
	font-size: 13px;
	color: #333;
	margin: 0;
}

.index_sec3_txt h4:after {
	content: " ";
	width: 100px;
	height: 1px;
	background: #333;
	display: block;
	margin: 5px auto;
}

.index_sec3_txt h5 {
	font-size: 15px;
	color: #333;
	margin-bottom: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 0px
}

.index_sec3_icon {
	float: left;
	width: 50%;
	text-align: center;
}

.index_sec3_icon img {
	width: 28%;
	display: block;
	margin: 0 auto;
}

.index_sec3_icon h6 {
	font-size: 12px;
	margin: 0;
}

.index_sec3_txt2 {
	left: 0;
	padding: 17px 0px;
	-webkit-box-shadow: 25px 0px 40px rgba(0, 0, 0, 0.5)!important;
	-moz-box-shadow: 25px 0px 40px rgba(0, 0, 0, 0.5)!important;
	box-shadow: 25px 0px 40px rgba(0, 0, 0, 0.5)!important;
}

.index_sec3_txt2 h3 {
	font-size: 20px;
}

.index_sec3_txt2 h4 {
	margin-top: 0;
}

.index_sec3_txt3 {
	right: 0!important;
	left: inherit;
	-webkit-box-shadow: -25px 0px 40px rgba(0, 0, 0, 0.5)!important;
	-moz-box-shadow: -25px 0px 40px rgba(0, 0, 0, 0.5)!important;
	box-shadow: -25px 0px 40px rgba(0, 0, 0, 0.5)!important;
}


/*sec4*/

.index_sec4 {
	border-top: 10px solid #f5f5f5;
	border-bottom: 10px solid #f5f5f5;
}

.index_sec4_box {}

.index_sec4_box h3 {
	float: left;
	width: 24%;
	background: #d5d5d5;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	-khtml-border-radius: 18px;
	padding: 7px;
	margin-top: 15px;
}

.index_sec4_box h3 img {
	width: 100%
}

.index_sec4_txt {
	float: left;
	text-align: center;
	padding: 12px 5px;
	width: 56%;
}

.index_sec4_txt img {
	width: 100%
}

.index_sec4_txt h2 {
	font-size: 15px;
	color: #f3f3f3;
	margin: 5px 0;
}

.index_sec4_txt h2 span {
	color: #484848;
	font-size: 20px;
	font-weight: 800;
}

.index_sec4_txt h4 {
	font-size: 12px;
	color: #f3f3f3;
	font-weight: 200;
	margin: 0;
	margin-bottom: 5px;
}

.index_sec4_txt h4 span {
	text-decoration: underline;
}

.index_sec4_txt h5 {
	font-size: 12px;
	color: #444;
	font-weight: 200;
	margin: 0;
	background: #fafafa;
	width: 80%;
	margin: 0 auto;
	padding: 3px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}

.index_sec4_box h6 {
	float: right;
	font-size: 14px;
	color: #fafafa;
	border: 1px solid #fafafa;
	width: 20%;
	margin: 13px 0;
	text-align: center;
	padding: 10px 14px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-khtml-border-radius: 25px;
	position: relative;
}

.index_sec4_box h6 i {
	position: absolute;
	right: 6px;
	top: 17px;
}


/*sec5*/

.index_sec5 {
	padding: 40px 0;
	width: 94%;
	margin: 0 auto;
}

.index_sec5_shaopin {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	margin-bottom: 10px;
	position: relative;
}

.index_sec5_img {
	width: 100%;
}

.index_sec5_detail {
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	background: rgba(255, 255, 255, .8);
	text-align: center;
	height: 100%;
	padding: 23px 0;
}

.index_sec5_detail h5 {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-weight: 600;
}

.index_sec5_detail h5:after {
	content: '';
	display: block;
	background: #a9a9a9;
	height: 1px;
	width: 84%;
	margin: 7px auto 0;
}

.index_sec5_detail h4 {
	margin: 0 auto;
	font-size: 12px;
	color: #fff;
	background: #323335;
	font-family: arial;
	margin-top: 40px;
	padding: 5px 0;
	width: 90%;
}

.index_sec5_img img {
	width: 100%;
}

.index_sec5_detail img {
	width: 38%;
	display: block;
	margin: 20px auto 15px;
}

.index_sec5_danpin {
	margin-right: 10px;
	position: relative;
}

.index_sec5_simg img {
	width: 100%;
}

.index_sec5_danpin span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	width: 43px;
	height: 20px;
	line-height: 20px;
	font-size: 13px;
	color: #fff;
	background: #ea1541;
	text-align: center;
	font-family: "微软雅黑";
}

.index_sec5_stxt h5 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 15px;
	height: 18px;
	line-height: 18px;
	color: #333;
	margin-bottom: 0;
	margin-top: 15px;
}

.index_sec5_stxt h4 {
	font-size: 14px;
	color: #ea1541;
	font-family: arial;
	margin-top: 5px;
	margin-bottom: 0;
}

.index_sec5_simgbox {
	margin-bottom: 20px;
}


/*footer*/

.footer {
	position: fixed;
	bottom: 0;
	left: 0;
	height: 60px;
	z-index: 1000;
	width: 100%;
	background: #1d1d1d;
}

.faxian img {
	width: 20px!important;
}

.footer_list {
	width: 100%;
	padding-left: 0;
	height: 60px;
    	margin-bottom: 0;
}

.footer_list li {
	width: 20%;
	float: left;
	padding: 10px 0 0 0;
	 height: 60px;
	position: relative;
}

.footer_list li img {
	margin: 0 auto;
	display: block;
	width: 20px;
}

.footer_list li p {
	color: #999;
	font-size: 14px;
	/* line-height: 30px; */
	text-align: center;
	margin: 3px 0 0 0;
}

.dz_db {
	border-radius: 50%;
	height: 75px;
	width: 20% !important;
	padding: 8px 0% !important;
}

.dz_db a>img {
	margin: 0 auto!important;
	width: 70% !important;
	border-radius: 50%;
	padding: 5px 13% 0;
	background: #1d1d1d;
}

.dz_db a {
	display: block;
	width: 100%;
	padding: 0px;
	border-radius: 60%;
	position: absolute;
    bottom: 0px;
    left: 0px;

}
.dz_db p img {
	width: 100%;
	margin-top: 9px
}

.dz_db p {
	position: relative;
}

.dz_db p span {
	position: absolute;
	top: 3px;
	left: 31%;
}


/*footer*/


/*****ind_o_list*******/

.index_o_list {
	padding: 20px 0px 40px;
}

.index_o_list_box {
	width: 25%;
	float: left;
	text-align: center;
}

.index_o_list_box_img {
	width: 45px;
    height: 45px;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #F3f3f3;
    line-height: 45px;
     margin-bottom: 5px;
	
}
.index_o_list_box_img2{
	background-color: #fff1f1;
}
.index_o_list_box_img3{
	background-color: #fdeee3;
}
.index_o_list_box_img4{
	background-color: #d4e8fd;
}
.index_o_list_box_img5{
	background-color: #e2fcff;
}
.index_o_list_box_img6{
	background-color: #f0efeb;
}
.index_o_list_box_img7{
	background-color: #d4e7d3;
}
.index_o_list_box_img8{
	background-color: #e3eaf0;
}
.index_o_list_box_img9{
	background-color: #f0efeb;
}
.index_o_list_box_img img {
	width: 26px;
}

.index_o_list_two {
	margin-top: 15px;
}


/*****ind_o_list*******/


/*****index_2_add*******/

.index_2_add {
	width: 94%;
	margin: 0 auto;
}

.index_2_add_box {
	width: 50%;
	float: left;
	padding-right: 1.5%;
	margin-bottom: -12px;
}

.index_2_add_box2 {
	padding-left: 1.5%;
	padding-right: 0%;
}

.index_2_add_box_left {
	width: 100%;
	padding: 25px 10px;
	position: relative;
	/* background: #fff1f1 url(../images/ind2_add1.png) no-repeat 100% center; */
	margin-bottom: 12px;
	background-size: 48%;
}

.index_2_add_box_left2 {
	/* background: #d4e8fd url(../images/ind2_add3.png) no-repeat 100% center; */
	background-size: 46%;
}

.index_2_add_box_left3 {
	/* background: #fdeee3 url(../images/ind2_add2.png) no-repeat 100% center; */
	background-size: 50%;
}

.index_2_add_box_left4 {
	/* background: #e2fcff url(../images/ind2_add4.png) no-repeat 100% center; */
	background-size: 46%;
}

.index_2_add_box_left h5 {
	font-size: 16px;
	position: relative;
	margin-bottom: 20px;

}

.index_2_add_box_left h5:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 20px;
	height: 1px;
	background-color: #999;
}

.index_2_add_box_left p {
	font-size: 12px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.index_2_add_img {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 48%;
	z-index: 1;
}


/*****index_2_add*******/


/*****index_sec3*******/

.index_sec3_box {
	width: 92%;
	margin: 0 auto;
}

.index_sec3_con {
	margin-bottom: -30px;
}

.index_sec3_con_kk {
	margin-bottom: 30px;
}

.index_sec3_con_kk_text {
	background-color: #f7f7f7;
	padding: 12px 10px;
}

.index_sec3_con_kk_text h3 {
	font-size: 16px;
	margin-bottom: 15px;
	letter-spacing: 1px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0px;
}

.index_sec3_text {
	color: #999;
	position: relative;
}

.index_sec3_text span {
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}

.index_sec3_text p {
	margin: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 12px;
}

.index_sec3_text span img {
	width: 22px;
	display: inline-block;
	vertical-align: top;
	margin-top: -3px;
	margin-right: 3px;
}

.index_sec3_con_kk_img {

	position: relative;
}

.index_sec3_con_kk_img span {
	position: absolute;
	background-color: #1f1f1f;
	font-size: 14px;
	padding: 3px 5px;
	top: 10px;
	left: -10px;
	color: #fff;
}
.index_sec1_txt h6 img{
	width: 22px;
    display: inline-block;
    vertical-align: top;
    margin-top: -6px;
    margin-right: 3px;
}

/*****index_sec3*******/

@media(max-width: 414px) {
	/*main*/
	.header_bt.active span:first-of-type {
		margin-bottom: -2px;
	}
	/*.dz_db {
		border-radius: 50%;
		height: 75px;
		width: 20% !important;
		padding: 20px 0% !important;
		margin-top: -29px;
	}
	.dz_db p img {
		width: 100%;
		margin-top: -3px;
	}
	.dz_db a {
		margin-top: -2px;
	}*/
}

@media(max-width: 412px) {
	.yindao_txt{
		top: 520px;
	}
	.closest-events_i {
		margin: 4% auto 0;
	}
	.yindao_img {
		top: 40px;
	}
	.yindao_gouwu {
		top: 140px;
	}
	.yindao_danpin_btn{
		right: -20px;
	}
	.pagination1 {
		bottom: 13px;
	}
	.yindao_kuang2 {
	    height: 350px;
	}
	.yindao_img3{
		top:60px;
		max-height: 376px;
		overflow: hidden;
	}
	.yindao_txt {
		top: 490px;
	}
	.yindao_txt .yindao_btn a{
		height: 35px;
		line-height: 32px;
	}
	.index_2_add_box_left {
		background-size: 36%;
	}
	.banner_bottom #sbanner_bottom a {
    width: 98%;
}
.index_sec2_img .blue_dp {
    top: 45px;
}
.yindao_sec2_box {
    top: 10%;
}
.blue_dp{
	display: none;
}
}

@media(max-width: 375px) and (min-width: 320px) {
	.index_2_add_box_left p {
		width: 80%;
	}
}

@media(max-width: 375px) {
	/*main*/
	.banner_bottom {
		margin-top: -1px;
	}
	.index_sec3_txt {
		padding: 10px 0 20px;
	}
	.index_sec3_txt h5 {
		margin-bottom: 5px;
		margin-top: 0px;
	}
	.index_sec3_txt2 {
		padding: 7px 0 20px;
	}
	.index_sec4_box h3 {
		font-size: 12px;
		padding: 12px 12px;
	}
	.index_sec4_txt {
		padding: 16px 5px;
	}
	.index_sec4_box h6 {
		margin: 15px 0;
		padding: 7px 14px;
	}
	.index_sec5_detail h4 {
		margin-top: 22px;
	}
	.header_bt.active span:first-of-type {
		margin-bottom: -2px;
	}
	.banner_bottom a span {
		top: 8px;
		left: 20px;
	}
	.banner_bottom #sbanner_bottom a {
    width: 96%;
}
	#sbanner_bottom {
    left: 52px;
}
	.index_sec1_txt h6 span {
		margin-right: 13px;
	}
	
	/*.dz_db a>img {
		padding: 5px 11% 0;
	}
	.dz_db a {
		margin-top: -12px;
	}
	.dz_db a {
		margin-top: 2px;
	}*/
	.index_sec3_icon img {
		width: 22%;
	}
	.index_sec2_img .blue_dp {
    top: 40px;
}
	.index_sec2_img .red_ys {
		top: 8px;
		left: 8px;
	}
	/*index*/
	.closest-events_i {
		height: 310px;
	}
	.yindao_img {
		top: 56px;
	}
	.yindao_gouwu {
		top: 123px;
	}
	.yindao_danpin_btn{
		bottom: 25px;
	}
	.yindao_txt {
		top: 456px;
	}
	.yindao_txt h4{
		margin-bottom: 20px;
	}
	.yindao_kuang2 {
		height: 381px;
	}
	.key_height.active {
		top: 18%;
	}
	.key_face.active {
		top: 35%;
	}
	.key_year.active {
		left: 3%;
	}
	.key_skin.active {
		top: 41%;
	}
	.closest-events_i {
		margin: 10% auto 0;
	}
	.yindao_img3_text span{
		letter-spacing: 6px;
	}
	.yindao_sec2_box {
    top: 10%;
}
}

@media(max-width: 360px) {
	.yindao_sec2_box {
    top: 9%;
}
	.closest-events_i {
		margin: 10% auto 0;
	}
	.yindao_img {
		top: 66px;
	}
	.yindao_gouwu {
		top: 126px;
	}
	.yindao_txt {
		top: 435px;
	}
	.yindao_kuang2 {
		height: 364px;
	}
	.yindao_danpin:first-of-type {
		margin-right: 2%;
	}
	.index_sec1_txt h6 i {
		margin-right: 2px;
	}
	/*main*/
	.index_sec4_box h3 {
		padding: 11px 9px;
	}
	.banner_bottom h6 {
		bottom: 5px;
	}
	.dz_db p img {
		width: 100%;
		margin-top: -5px;
	}
	.yindao_txt {
		top: 435px;
	}
	.yindao_gouwu {
	    top: 120px;
	}
}

@media(max-width: 320px) {
	/*main*/
	.banner_bottom {
	}
	.index_2_add_box_left {
    padding: 25px 5px;
}
	.banner_bottom h6 {
		font-size: 12px;
		letter-spacing: 0
	}
	.index_sec3_txt {
		padding: 10px 0 0px;
	}
	.index_sec3_txt h4:after {
		margin: 3px auto;
	}
	.index_sec3_txt h5 {
		font-size: 13px;
	}
	.index_sec3_txt h4 {
		font-size: 12px;
	}
	.index_sec3_icon img {
		width: 19%;
	}
	.index_sec3_img .index_sec3_txt {
		width: 66%;
	}
	.index_sec3_txt h3 {
		margin: -7px;
	}
	.index_sec4_box h3 {
		padding: 8px 5px;
		webkit-border-radius: 21px;
		-moz-border-radius: 21px;
		border-radius: 21px;
		-khtml-border-radius: 21px;
		margin-top: 18px;
	}
	.index_sec4_txt {
		padding: 18px 5px;
	}
	.index_sec4_box h6 {
		font-size: 14px;
		width: 20%;
		padding: 6px 6px;
		-khtml-border-radius: 17px;
		-webkit-border-radius: 17px;
		-moz-border-radius: 17px;
		border-radius: 17px;
		-khtml-border-radius: 17px;
	}
	.index_sec4_box h6 i {
		right: 2px;
		top: 13px;
	}
	.index_sec5_detail h4 {
		margin-top: 10px;
	}
	.index_sec5_detail img {
		margin: 0px auto 15px;
	}
	.index_sec5_detail {
		width: 57%;
	}
	.banner_bottom a span {
    width: 38px;
    height: 21px;
    line-height: 18px;
    top: 5px;
    left: 15px;
}
	.swiper_banner_bottom {
		bottom: 8px;
		left: 30px;
	}
	.index_sec1_txt h6 i {
		font-size: 13px;
		margin-right: 0px;
	}
	.index_sec1_txt h6 span {
		margin-right: 9px;
	}
	.index_sec1_txt h6 em {
		line-height: 11px;
	}
/*	.dz_db a {
		margin-top: 8px;
	}*/
	.dz_db p img {
		width: 100%!important;
		margin-top: -6px;
	}
	.footer {
		height: 60px;
	}
	.footer_list li img {
		width: 22px;
	}
	.faxian img {
		width: 22px!important;
	}
	.footer_list li p {
		font-size: 12px;
	}
/*	.dz_db a>img {
    padding: 5px 10% 0;*/
}
	.index_sec2_img .blue_dp {
    top: 34px;
    right: 2px;
}
	.index_sec2_img .red_ys {
		top: 2px;
		left: 0px;
	}
	.index_sec2_txt h5 {
    font-size: 14px;
}
.index_sec2_txt h6 span {
    font-size: 16px;
}
	/*yindao-index*/
	.closest-events_i {
		height: 270px;
		margin: 10% auto 0;
	}
	.yindao_txt {
		top: 350px;
	}
	.yindao_gouwu {
		top: 61px;
	}
	.yindao_danpin:first-of-type {
		margin-right: 2%;
	}
	.yindao_img {
		top: 35px;
	}
	.yindao_kuang2 {
		height: 300px;
	}
	.yindao_sec2_box {
    top: 10%;
}

		
	.closest-events_i{
		margin-top:8px;
	}
	.yindao_img3 {
    top: 40px;
        height: 283px;
    overflow: hidden;
}
}


@media(height: 567px)and(height: 568px){
	.yindao_gouwu {
	    top: 103px;
	}
	.yindao_txt {
	    top: 432px;
	}
	.yindao_img3 {
	    top: 49px;
	    max-height: 349px;
	}
}



/*引导页*/
/*引导页	*/
.index_yin{
	position:fixed;
	width: 100%;
	z-index: 999999;
	top:0px;
	left: 0px;
	background-color: #fff;
}
.index_yin_con{
	position: relative;

}

.index_yin_box1{
	background-color: #f5f5f5;


}
.index_yin_box{
	position: relative;;
}
.index_yin_box1 .fk1{
	position: absolute;
	top:40px;
	left: 20px;
	width: 40px;
}
.index_yin_box1 .fk2{
	position: absolute;
	left:15px;
	bottom: 25%;
	width: 60px;
}
.index_yin_box1 .fk3{
	position: absolute;
	top:0px;
	right:20%;
	width: 40px;
}
.index_yin_box1 .fk4{
	position: absolute;
	top:100px;
	right:0%;
	width: 40px;
}
.index_yin_box1_img{
	width: 90%;
	margin-left: 5%;
	top: 15%;
	position: absolute;
}
.index_yin_box1 .fk5{
	position: absolute;
	left:50px;
	bottom: 30px;
	width: 20px;
}
.index_yin_box1 .fk6{
	position: absolute;
	right:50px;
	bottom: 20%;
	width: 25px;
}
.yin1{
	float:left;
	width:60%;
	position: relative;
	left: -100px;
	filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;
}
.yin2{
	float:left;
	width:40%;
	
}
.index_yin_box1_img1 .yin2{
	position: relative;
	top: -100px;
	filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;

}
.yin2 img{
	width: 60%;
	margin-left: 10%;
	margin-top:20%;

}
.yin3
{

	position: relative;
	bottom: -100px;
	filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;
}
.yin3 img{
	width: 60%;
	margin-left:30%;
	margin-top:10%;
}
.yin4{
	margin-top:-44%;
	position:relative;
	box-shadow: rgba(0, 0, 0, .117647) 0 2px 5px;
	

}
.yin4_box{
	position: relative;
	left: auto;
	right: -100px;
	filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0;
}
.pagination_yin{
	position: absolute;
	z-index: 9999;
	width:100%;
	text-align: center;
	bottom:55px;
	margin: 0px;
}
.pagination_yin span{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #fff;
	border:1px solid #b8b8b8;
	margin: 0 4px;
}
.pagination_yin .swiper-active-switch{
	background-color:#333;
}
.come_in{
	position: absolute;
	width:100%;
	text-align: center;
	bottom: 85px;
	z-index: 2;
}
.come_in_logo img{
	width: 88px;
	box-shadow: rgba(0, 0, 0, .117647) 0 1px 3px;
	border-radius:5px;
}
.come_in_logo{
	text-align: center;
}
.come_in p{
	margin-bottom: 0px;
	margin-top:5px;
	letter-spacing: 2px;
	font-size: 16px;
}
.come_in h4{
	font-size: 18px;
	margin-top:0px;
	margin-bottom:0px;
	color: #000;
	font-weight: bold;
}
.skip{
	position: absolute;
	bottom: 15px;
	text-align: center;
	color: #666;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 999;
	font-family: arial;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
}
.skip:after{
	content: '';
	position: absolute;
	bottom: 0px;
	width: 100%;
	left: 0;
	height: 1px;
	background-color: #d8d8d8;
}
.index_yin_box2_img_box{
	width: 33.3%;
	float: left;
}
.index_yin_box3{
	overflow: hidden;

	
}
.index_yin_box2_img_box img{
	-webkit-transform: scale3d(0,0,0);
    transform: scale3d(0,0,0);
	-webkit-transition:-webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s,-webkit-transform 1s;
}
.index_yin_box2_show img{
	-webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.index_yin_box3_img{

	position: relative;
	-webkit-transition:-webkit-transform 6s;
    transition: -webkit-transform 6s;
    transition: transform 6s;
    transition: transform 6s,-webkit-transform 6s;
}
.index_yin_show{
	-webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}
.index_yin_box3_bg{
	position: absolute;
	top:0px;
	left: 0px;
	width:100%;
	height: 100%;
	background-color:#fff;
	 filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;
	 transition:all 3s linear;
	-webkit-transition:all 3s linear;
	-moz-transition: all 3s linear;
	-o-transition: all 3s linear;

}
.index_yin_box3_bgshow {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.come_in2{
	position: absolute;
	top:30%;
	left: 50%; 
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 999999;
}
.come_in2_text{
	margin-top:15px;
	padding-left: 0px;
}
.come_in2_text span{
	display: inline-block;
	font-size: 20px;
	padding:0 8px;
    width:30px;
    margin-left: -2px;
    font-weight: bold;

}
.come_in2 .come_in_logo img{
	width: 70px;
	border-radius: 8px;
}

.index_yin_hide{
	display: none !important;

}
.index_yin_box {
	background-color: #fff;
}
.index_yin_bottom{
	position: relative;
}
.come_in3 {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
}
/*引导页*/


/*引导页*/

@media (max-width: 412px){
	.hi_yin{
		display: none;
	}

	.pagination_yin{
		bottom:50px;
	}
	.show_yin{
		display: block;
	}

}

@media (max-width: 320px){
	.guan_box_text_con{
		left:10%;
	}
	.in_pro_left p{
		font-size: 12px;
	}

}

@media (max-height: 480px){
	.index_yin_box1_img{
		top:6%;
	}
	.come_in3{
		top:38%;
	}
}

.userarea {
	color:#333;
}

.q_index_sec3_Txt_yu{
	margin-top:10px;
}
.q_index_sec3_Txt_yu .pri{
	width: 100%;
	margin: 0px;
	color: #666;
}
.q_index_sec3_Txt_yu .pri .yu{
	color:#333;
	font-size: 16px;
}
.q_index_sec3_Txt_yu .pri .yuan{
	color: #999;
	text-decoration:line-through;
	font-size: 12px;
}
.q_index_sec3_Txt_yu .ding{
	width: 100%;
	margin: 0px;
	color: #666;
}
.q_index_sec3_Txt_yu .ding .mon{
	color: #ea5404;
	font-size: 20px;

}
.q_index_sec3_Txt_yu .ding .ding_text{
	color: #cf000e;
	font-size:12px;
	display: inline-block;
	margin-left: 10px;

}
.q_index_sec3_Txt_money span.b_yu{
	position: relative;
	left: 0px;
	display: inline-block;
}

.q_index_sec3{
	overflow: hidden;
	padding-bottom: 40px;
}
.q_index_sec3_box {
	width: 98%;
	margin-left: 3%;
	background: #fff;
	-webkit-box-shadow: 0px 0px  10px 5px rgba(204, 204, 204, 0.2);
	-moz-box-shadow: 0px 0px  10px 5px rgba(204, 204, 204, 0.2);
	box-shadow:0px 0px  10px 5px rgba(204, 204, 204, 0.2);
	padding-top:20px;
	overflow: hidden;
	border-radius: 5px;
}
.q_index_sec3_imgbox .q_index_sec3_swiper .q_index_sec3_img img,.q_index_sec3_imgbox .q_index_zu_swiper .q_index_sec3_img img {
	width: 100%
}
.q_index_sec3_title {
	padding: 0 5%;
}
.q_index_sec3_title h2 {
	font-size: 16px;
	margin: 0;
	padding-bottom: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	margin-left: 5px;
}
.q_index_sec3_tit {
	float: left;
	position:relative;
	margin-left:0px !important;
	padding-left: 10px;
}
.q_index_sec3_tit:after{
	content:'';
	position:absolute;
	top: 0px;
	left:0px;
	width: 5px;
	height: 18px;
	background-color: #e27537;
}
.q_index_sec3_num {
	float: right;
	font-size: 14px;
	color:#666;
	margin: 0px;
//font-family: Arial, Helvetica, sans-serif;
}
.q_index_sec3_num span {
	color: #ea5404;
}
.q_index_sec3_imgbox {
	width: 173%;
	margin: 0 auto;
}
.q_index_sec3_slide {
	margin: 0 0%;
}
.q_index_sec3_swiper .swiper-slide .q_index_sec3_slide,.q_index_zu_swiper .swiper-slide .q_index_sec3_slide{
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	margin-left: -8%
}
.q_index_sec3_swiper .swiper-slide-active .q_index_sec3_slide,.q_index_zu_swiper .swiper-slide-active .q_index_sec3_slide {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	margin-left: 5%
}
.q_index_sec3_Txt {
	background-color:#f7f7f7;
	padding: 12px 10px;

}

.q_index_sec3_Txt h3{
	font-size: 16px;
	margin-top:0px;
	margin-bottom: 5px;
	color: #333;
	font-weight: bold;
	height: 17px;
	line-height: 17px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow:hidden;
}
.q_index_sec3_Txt_money{
	margin-top:15px;
	position:relative;
	color: #666;
}
.q_index_sec3_Txt_money span.m{
	font-size: 20px;
	color: #ea5404;
	font-family: 'Arial';
}

.q_index_sec3_Txt_money span.b{
	position: absolute;
	top:0px;
	right: 10px;
	padding: 3px 15px;
	background-color: #ea5404;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}
.q_index_sec3_Txt_xing{
	color: #999;
	font-size: 13px;
	height: 17px;
	line-height: 17px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow:hidden;
}
/************* 首页12.14 ************/
.q_index_sec3_swiper{
	position: relative!important;
	overflow: inherit!important;
	left: 4%;
}
.q_index_sec3_imgbox {
	float: left;
	margin-left: 0;

}
.q_index_sec3_bigbox{
	overflow: hidden;
	width: 100%
}

.q_index_sec3_swiper .swiper-slide .q_index_sec3_slide, .q_index_zu_swiper .swiper-slide .q_index_sec3_slide {
	transform: scale(0.92);
	-webkit-transform: scale(0.92);
	-moz-transform: scale(0.92);
	-o-transform: scale(0.92);
	-ms-transform: scale(0.92);
	margin-left: 0%;
}
.q_index_sec3_swiper .swiper-slide-active .q_index_sec3_slide, .q_index_zu_swiper .swiper-slide-active .q_index_sec3_slide {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	margin-left: 0%!important;
}
.q_index_sec3_box {
	width: 100%;
	margin-left: 0%;
}
/************* 首页12.14 ************/

/*轮播*/
.index_sec4{
	position: relative;
}
.pagination_sec4{
	margin: 0px;
	z-index: 9999;
	bottom: 5px;
	width:100%;
	text-align: center;
}
.pagination_sec4 span{
	width: 12px;
}
.swiper-active-switch {
	background: #ea5404;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
}
.pagination_sec4 {
	margin: 0px;
	z-index: 9999;
	bottom: 5px;
}
/*轮播*/

.index_sec2_img .red_ys {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
}

/*优惠券*/
.ind_coupon{
	width: 100%;
	position: relative;
	background: -webkit-linear-gradient(left, #fc0553, #db47bd);
	background: -moz-linear-gradient(left, #fc0553, #db47bd);
	background: -o-linear-gradient(left, #fc0553, #db47bd);
	background: -ms-linear-gradient(left, #fc0553, #db47bd);
	background: linear-gradient( left, #fc0553, #db47bd);
	padding: 15px 0;
	border-radius: 5px;
}
.ind_coupon_son{
	width: 33.3%;
	float: left;
	text-align: center;
	border-right: 1px dashed #f95c9d;
}
.ind_coupon_son a{
	color: #fff;
}
.ind_coupon_son .mon{
	font-size:25px;
}
.ind_coupon_son .mon span{
	font-size: 12px;
}
.ind_coupon_son .text{
	font-size: 12px;
	margin-bottom: 5px;
}
.ind_coupon_son .bt{
	display: inline-block;
	color: #927003;
	width: 60px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	border-radius: 3px;
	background-color: #ffd802;
	cursor: pointer;
}
.ind_coupon_son .last{
	border-right: 0px;
}

/*优惠券*/

/*弹框*/
.wap_tanc {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	display: none;
}
.pro_class {
	width: 100%;
	background: #fff;
	margin-top: 0;
	padding: 0 7px;
}

.wap_tanc_con {
	width: 70%;
	height: 110px;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	left: 15%;
	top: 50%;
	margin-top: -55px;
	display: none;
}
.wap_tanc_btn a {
	display: inline-block;
	width: 50%;
	float: left;
	line-height: 50px;
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
	color: #666;
}
.wap_tanc_con h5 {
	margin: 0;
	line-height: 60px;
	text-align: center;
	font-size: 15px;
	font-weight: 600 !important;
	letter-spacing: 1px;
	border-bottom: 1px solid #f1f1f1;
}
/*弹框*/
.index_sec2_txt .zhuan{
	margin-top:5px;
	line-height:20px;
}
.index_sec2_txt .zhuan b{
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	background-color: #ea5404;
	color: #fff;
	font-size: 10px;
	margin-right: 8px;
}


.dz_db p img {
	margin-top: 0px;
}
.footer_list li p{
	margin-top:0px;}
.q_index_sec3_box{padding-bottom: 20px;}

.footer_list li p{
	font-size: 12px;
}
.index_sec5_danpin{
	margin: 0px;
	padding: 0 5px;
}
.index_sec3_con_kk_text h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

.index_sec5{
	padding-top:0px;
}

.index_o_list_box{
	font-size: 12px;
}
.footer{
	height: 55px;
}
.footer_list{
	height: 55px;
}
.footer_list li{
	height: 55px;
	padding-top:9px;
}
.footer_list li p{
	margin-top:2px;
}

.index_sec3_con_kk_text a.userarea span i{
	font-size: 16px;
	font-style: normal;
	font-family: 'arial';
	color: #ea1541;
}