@charset "utf-8";

* {
	box-sizing: border-box;
	-webkit-appearance: none;
}

*:focus {
	outline: none;
}

html,
body {
	height: 100%;
}

body {
	margin: 0;
	line-height: 1.5;
	font-size: 14px;
	font-family: "微软雅黑", microsoft yahei;
	color: #333;
	background: #fff;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

img {
	max-width: 100%;
	vertical-align: middle;
}

.title {
	text-align: center;
	color: #333;
	font-size: 20px;
	margin: 25px 0;
}

.w-accor {
	overflow: hidden;
	position: relative;
}

.w-accor ul,
.w-accor li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.w-accor ul {
	width: 101%;
}

.w-accor li {
	position: relative;
	overflow: hidden;
	float: left;
}

.accorClick li {
	cursor: pointer;
}

.w-accor li .item {
	position: relative;
}

.w-accor li>a {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.w-accor h3 {
	font-size: 125%;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.w-accor .acr_p {
	margin-top: 0.5em;
	font-size: 16px;
}

.w-accor0 li img {
	max-width: 100%;
}



.w-accor4 li img {
	max-width: 100%;
}

.w-accor4 li .cont_ar {
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.w-accor4 li .cont_ar:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.35;
	*filter: alpha(opacity=35);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.w-accor4 li h3 {
	width: 100%;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	z-index: 1;
	letter-spacing: 4px;
	/* left: 50%;
	margin-left: -0.6em; */
	top: 50%;
	top: 10%\9;
	*top: 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

:root .w-accor4 li h3 {
	top: 50%;
	font-weight: bold;
	font-size: 20px;
}

.w-accor4 li .dec_ar {
	line-height: 1.7;
	max-height: 100%;
	position: absolute;
	z-index: 1;
	left: 40px;
	right: 40px;
	top: 50%;
	top: 10%\9;
	*top: 10%;
	transform: translateY(-50%) scale(0);
	-webkit-transform: translateY(-50%) scale(0);
	padding: 30px;
	color: #222;
	opacity: 0;
	*filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #fff;
}

:root .w-accor4 li .dec_ar {
	top: 50%;
}

.w-accor4 li .i_img {
	text-align: center;
	margin-bottom: 1em;
	font-size: 24px;
	color: #FFC000;
	font-weight: bold;
	letter-spacing: 5px;
}

.w-accor4 li .i_img img {
	max-width: 80%;
	max-height: 80px;
}

.w-accor4 li.cur .cont_ar:before {
	opacity: 0;
	*filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.w-accor4 li.cur h3 {
	opacity: 0;
	*filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.w-accor4 li.cur .dec_ar {
	opacity: 1;
	*filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	transform: translateY(-50%) scale(1);
	-webkit-transform: translateY(-50%) scale(1);
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}


.w-accor5 li img {
	max-width: 100%;
}

.w-accor5 li .cont_ar {
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.w-accor5 li .cont_ar:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.35;
	*filter: alpha(opacity=35);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.w-accor5 li h3 {
	width: 1.2em;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -0.6em;
	top: 50%;
	top: 10%\9;
	*top: 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

:root .w-accor5 li h3 {
	top: 50%;
	font-weight: bold;
	font-size: 24px;
}

.w-accor5 li .dec_ar {
	line-height: 1.7;
	max-height: 100%;
	position: absolute;
	z-index: 1;
	left: 30px;
	right: 30px;
	top: 50%;
	top: 10%\9;
	*top: 10%;
	transform: translateY(-50%) scale(0);
	-webkit-transform: translateY(-50%) scale(0);
	padding: 30px;
	color: #222;
	opacity: 0;
	*filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #fff;
}

:root .w-accor5 li .dec_ar {
	top: 50%;
}

.w-accor5 li .i_img {
	text-align: center;
	margin-bottom: 1em;
	font-size: 24px;
	color: #FFC000;
	font-weight: bold;
	letter-spacing: 5px;
}

.w-accor5 li .i_img img {
	max-width: 80%;
	max-height: 80px;
}

.w-accor5 li.cur .cont_ar:before {
	opacity: 0;
	*filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.w-accor5 li.cur h3 {
	opacity: 0;
	*filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.w-accor5 li.cur .dec_ar {
	opacity: 1;
	*filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	transform: translateY(-50%) scale(1);
	-webkit-transform: translateY(-50%) scale(1);
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.w-accor6 li img {
	max-width: 100%;
}

.w-accor6 li .cont_ar {
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.w-accor6 li .cont_ar:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.35;
	*filter: alpha(opacity=35);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.w-accor6 li h3 {
	width: 1.2em;
	text-align: center;
	line-height: 1.5;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -0.6em;
	top: 50%;
	top: 10%\9;
	*top: 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

:root .w-accor6 li h3 {
	top: 50%;
	font-weight: bold;
	font-size: 24px;
}

.w-accor6 li .dec_ar {
	line-height: 1.7;
	max-height: 100%;
	position: absolute;
	z-index: 1;
	left: 30px;
	right: 30px;
	top: 50%;
	top: 10%\9;
	*top: 10%;
	transform: translateY(-50%) scale(0);
	-webkit-transform: translateY(-50%) scale(0);
	padding: 30px;
	color: #222;
	opacity: 0;
	*filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	color: #fff;
}

:root .w-accor6 li .dec_ar {
	top: 50%;
}

.w-accor6 li .i_img {
	text-align: center;
	margin-bottom: 1em;
	font-size: 24px;
	color: #FFC000;
	font-weight: bold;
	letter-spacing: 5px;
}

.w-accor6 li .i_img img {
	max-width: 80%;
	max-height: 80px;
}

.w-accor6 li.cur .cont_ar:before {
	opacity: 0;
	*filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.w-accor6 li.cur h3 {
	opacity: 0;
	*filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.w-accor6 li.cur .dec_ar {
	opacity: 1;
	*filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	transform: translateY(-50%) scale(1);
	-webkit-transform: translateY(-50%) scale(1);
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}


@media (max-width:960px) {
	.w-accor h3 {
		font-size: 110%;
	}

	.w-accor .acr_p {
		font-size: 16px;
	}

	.w-accor1 li .acr_p,
	.w-accor2 li .acr_p {
		display: none;
	}

	.w-accor3 li .img_ar {
		height: 350px !important;
	}

	.w-accor3 li .img_ar img {
		height: 100%;
		max-width: inherit;
	}

	.w-accor4 li .img_ar {
		height: 350px !important;
	}

	.w-accor4 li .img_ar img {
		height: 100%;
		max-width: inherit;
	}

	.w-accor5 li .img_ar {
		height: 350px !important;
	}

	.w-accor5 li .img_ar img {
		height: 100%;
		max-width: inherit;
	}

	/* .w-accor5 li .i_img {
		height: 80px;
		line-height: 80px;
		margin-top: -40px;
	} */

	.w-accor6 li .img_ar {
		height: 350px !important;
	}

	.w-accor6 li .img_ar img {
		height: 100%;
		max-width: inherit;
	}
}

@media (max-width:767px) {

	.w-accor4 li .dec_ar {
		left: 0px;
		right: 0px;
		padding: 15px;
	}

	.w-accor6 li .dec_ar {
		left: 0px;
		right: 0px;
	}
	
	.w-accor ul {
	    width: 101%;
	    display: flex;
	    flex-wrap: wrap;
	}
	
	.w-accor li {
	    width: 100%!important;
	}
	
	.w-accor5 li .i_img {
	    height: 0;
	    line-height: 0;
	    margin-top: 0;
	}
	
	.w-accor5 li .dec_ar {
	    left: 0px;
	    right: 0px;
	}
	
	.right-box {
	    width: 100%;
	}

}







@media (max-width:640px) {
	.w-accor {
		height: auto !important;
	}

	.w-accor0 ul,
	.w-accor1 ul,
	.w-accor2 ul,
	.w-accor3 ul {
		width: 100%;
	}

	.w-accor0 li,
	.w-accor1 li {
		width: 100% !important;
		float: none;
	}

	.w-accor0 li .img_ar,
	.w-accor1 li .img_ar {
		height: auto !important;
		width: 100% !important;
	}

	.w-accor2 li {
		width: 50% !important;
		float: left;
	}

	.w-accor2 li .img_ar {
		height: auto !important;
		width: 100% !important;
	}

	.w-accor3 li .acr_p {
		max-height: 12em;
		line-height: 1.5;
		overflow: hidden;
	}

}

/* @media (max-width:480px) {
	body {
		font-size: 3.5vw;
	}

	.w-accor2 li .dec_ar {
		padding: 2em 1em 0.6em;
	}

	.w-accor2 li .i_img {
		width: 3em;
		height: 3em;
		margin-left: -1.5em;
		margin-top: -1.5em;
	}

	.w-accor3 li .img_ar,
	.w-accor3.accorNoClick li .img_ar {
		height: 20em !important;
	}

	.w-accor3 li .i_img img {
		max-height: 3em;
	}

	.w-accor4 li .dec_ar {
		left: 1em;
		right: 1em;
		padding: 1em;
	}

	.w-accor4 li .img_ar {
		height: 20em !important;
	}

	.w-accor4 li .i_img img {
		max-height: 3em;
	}

	.w-accor5 li .img_ar {
		height: 20em !important;
	}

	.w-accor5 li .i_img {
		height: 5em;
		line-height: 5em;
		margin-top: -2.5em;
	}

	.w-accor6 li .dec_ar {
		left: 1em;
		right: 1em;
	}

	.w-accor6 li .img_ar {
		height: 20em !important;
	}

	.w-accor6 li .i_img img {
		max-height: 3em;
	}
} */