/*聯繫我們彈窗*/
.call_bg{
	width:100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999998;
	background: rgba(0,0,0,0.4);
}
.call_bigbox{
	width:400px;
	position: fixed;
	z-index: 999999999999;
	top:50%;
	left:50%;
	margin-top: -125px;
	margin-left: -200px;
	border-radius: 5px;
}
.call_title{
	width:100%;
	height:40px;
	line-height: 40px;
	font-size: 18px;
	padding-left:10px;
	background: #ff4400;
	color: #fff;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.call_title a{
	display: block;
	float: right;
}
.call_title a img{
	width: 16px;
	float: right;
	margin: 12px 10px;
	cursor: pointer;
}
.call_text{
	padding:10px 20px 20px;
	background: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.margin_t10{
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
}
.margin_t10 img{
	height: 20px;
}
.dizhi_one{
	display: block;
	width:74px;
	float: left;
}
.dizhi_two{
	display: block;
	float:left;
}
/*内容样式*/

#content .index_parts {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	overflow: hidden;
	background: black;
}

.index_first_parts {
	top: 100%;
}

.index_sec_parts {
	top: 200%;
}

.index_third_parts {
	top: 300%;
}

.index_third_parts_xiangying {
	top: 300%;
	display: none;
}

.index_4th_parts {
	top: 400%;
}

.index_5th_parts {
	top: 500%;
}

.index_6th_parts {
	top: 600%;
}

.index_6th_parts_xiangying {
	top: 600%;
	display: none;
}

.index_parts_bg_img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 50%;
	margin-top: -500px;
}

.index_parts_content {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.index_parts_title {
	text-align: center;
	font-size: 30px;
	margin: 20px 0 10px 0;
}

.index_parts_memo {
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}
/*使用美业范围*/

.index_first_parts .index_parts_bg_img {
	top: 50%;
	margin-top: -500px;
	opacity: 1;
	left: 50%;
	margin-left: -960px;
}

.index_first_parts_body {
	width: 1050px;
	margin: 40px auto 0 auto;
}

.index_first_parts_body_peace {
	float: left;
	padding: 10px 30px;
}

.index_first_parts_title {
	height: 40%;
	position: relative;
}

.index_first_parts_title>div {
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -32px;
}

.vlCenter_box {
	position: relative;
	width: 100%;
	height: 100%;
}

.zhuangshi_icon {
	width: 200px;
	display: block;
	opacity: 0.4;
	position: absolute;
	top: -50px;
	left: 50%;
	margin-left: -100px;
}

.index_first_parts_body_peace .img_box {
	width: 150px;
	height: 150px;
	border-radius: 2px;
	border: 2px solid orange;
	text-align: center;
	line-height: 150px;
	margin-bottom: 7px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	overflow: hidden;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	/* Firefox 4 */
-webkit-transition: all 1s ease-out;
/* Safari 和 Chrome */
-o-transition: all 1s ease-out;
/* Opera */
}

.index_first_parts_body_peace:hover .img_box {
	background-color: white;
}

.index_first_sp_img {
	width: 100%!important;
}

.index_first_parts_body_peace img {
	width: 50%;
	position: relative;
	top: 0;
	left: 0;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	/* Firefox 4 */
-webkit-transition: all 1s ease-out;
/* Safari 和 Chrome */
-o-transition: all 1s ease-out;
/* Opera */
}

.index_first_parts_body_peace:hover img {
	top: -150px;
}

.index_first_parts_body_peace .info_text {
	text-align: center;
	font-size: 16px;
	color: white;
}
/*我们能做什么*/

.index_sec_parts_title {
	height: 40%;
	padding-top: 80px;
	;
	width: 100%;
	/* background: rgba(0,0,0,0.4);*/
	margin: 0;
	color: white;
	position: absolute;
	top: 0%;
}

.index_sec_parts_title>span {
	display: block;
	text-align: center;
	width: 210px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -105px;
	top: 50%;
	margin-top: -20px;
}

.index_sec_parts .index_parts_bg_img {
	position: absolute;
	margin: 0;
	left: 50%;
	margin-left: -960px;
	top: 0;
}

.index_sec_parts_body {
	height: 60%;
	position: absolute;
	width: 100%;
	top: 30%;
	left: 0;
}

.index_sec_parts_body_peace {
	float: left;
	width: 25%;
	height: 100%;
	position: relative;
}

.index_sec_parts_body_peace .img_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index_sec_parts_body_peace .img_box img {
	position: absolute;
	left: 50%;
	margin-left: -240px;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	/* Firefox 4 */
-webkit-transition: all 1s ease-out;
/* Safari 和 Chrome */
-o-transition: all 1s ease-out;
/* Opera */
transform: scale(1);
-ms-transform: scale(1);
/* IE 9 */
-webkit-transform: scale(1);
/* Safari 和 Chrome */
-o-transform: scale(1);
/* Opera */
-moz-transform: scale(1);
/* Firefox */
}

.index_sec_parts_body_peace:hover img {
	opacity: 0.6;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9 */
-webkit-transform: scale(1.1);
/* Safari 和 Chrome */
-o-transform: scale(1.1);
/* Opera */
-moz-transform: scale(1.1);
/* Firefox */
}

.index_sec_parts_body_peace .info_text {
	position: absolute;
	width: 60%;
	height: 180px;
	z-index: 2;
	text-align: center;
	color: white;
	left: 20%;
	top: 50%;
	margin-top: -90px;
	border-radius: 4px;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	/* Firefox 4 */
-webkit-transition: all 1s ease-out;
/* Safari 和 Chrome */
-o-transition: all 1s ease-out;
/* Opera */
	font-size: 16px;
}

.index_sec_parts_body_peace .info_text span {
	/* background: rgba(0,0,0,0.2);
  padding:5px;*/
}

.index_sec_parts_body_peace .info_text_img {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	/* border:2px solid orange;*/
	text-align: center;
	line-height: 150px;
	margin-bottom: 7px;
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.3)
}

.index_sec_parts_body_peace .info_text_img img {
	width: 50%;
}

.index_sec_parts_body_peace:hover .info_text {
	/* width:100%;
left:0;
background: rgba(255,64,0,0.6);*/
}
/*摩美客5大产品*/

.index_third_parts .index_parts_bg_img {
	top:50%;
	margin-top: 0;
	left: 50%;
	margin-left: -960px;
	margin-top: -500px;
}

.index_third_parts .zhuangshi_icon {
	position: absolute;
	top: -120px;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	z-index: 3;
	opacity: 1;
}

.index_third_parts .img_box {
	background: white;
	width: 200px;
	height: 200px;
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	border: 2px solid #484848;
	margin-top: -100px;
	margin-left: -100px;
}

.index_third_parts .img_box img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -225px;
	margin-left: -320px;
	transform: scale(1);
	-ms-transform: scale(1);
	/* IE 9 */
-webkit-transform: scale(1);
/* Safari 和 Chrome */
-o-transform: scale(1);
/* Opera */
-moz-transform: scale(1);
/* Firefox */
transition: all 1s ease-out;
-moz-transition: all 1s ease-out;
/* Firefox 4 */
-webkit-transition: all 1s ease-out;
/* Safari 和 Chrome */
-o-transition: all 1s ease-out;
/* Opera */
}

.index_third_parts_body {
	width: 100%;
	height: 100%;
}

.index_third_parts_body_peace {
	position: relative;
	z-index: 4;
}

.index_third_parts_body_peace .zhezhaoceng {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	color: white;
	top: 0px;
	left: 0px;
	padding-top: 20px;
	box-sizing: border-box;
	opacity: 1;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	/* Firefox 4 */
-webkit-transition: all 1s ease-out;
/* Safari 和 Chrome */
-o-transition: all 1s ease-out;
/* Opera */
}

.index_third_parts_body_peace:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	/* IE 9 */
-webkit-transform: scale(1.1);
/* Safari 和 Chrome */
-o-transform: scale(1.1);
/* Opera */
-moz-transform: scale(1.1);
/* Firefox */
}

.index_third_parts_body_peace:hover .info_text {
	opacity: 1;
	color: #ff4000;
	background: white;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	/* Firefox 4 */
-webkit-transition: all 1s ease-out;
/* Safari 和 Chrome */
-o-transition: all 1s ease-out;
/* Opera */
}

.index_third_parts_body_peace:hover .info_text a {
	color: #ff4000;
}

.index_third_parts_body_peace .info_text a {
	color: #2e2e2e;
	text-decoration: none;
}

.index_third_parts_body_peace {
	float: left;
	width: 33.33%;
	height: 100%;
	position: relative;
}

.index_third_parts_body_peace .info_text {
	color: #2e2e2e;
	text-align: center;
	position: absolute;
	z-index: 2;
	width: 220px;
	height: 50px;
	font-size: 16px;
	line-height: 50px;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	opacity: 1;
	background: white;
	margin-left: -110px;
	transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	/* Firefox 4 */
-webkit-transition: all 1s ease-out;
/* Safari 和 Chrome */
-o-transition: all 1s ease-out;
/* Opera */
}

.index_third_parts_body_peace:hover .info_text {
	margin-top: 50px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.index_third_parts_body_peace:hover .zhezhaoceng {
	height: 0;
	overflow: hidden;
	padding-top: 0;
	background: white;
}

.index_third_parts_title {
	position: absolute;
	line-height: 40px;
	color: white;
	top: 20%;
	margin-top: -20px;
	width: 250px;
	text-align: center;
	left: 50%;
	margin-left: -125px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
/*第4版*/

.index_4th_parts .info_text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 160px;
	margin-left: -150px;
	margin-top: -80px;
}

.index_4th_parts .info_text>div {
	width: 300px;
	height: 40px;
	font-size: 30px;
	color: white;
	text-align: center;
	line-height: 40px;
}


/*合作客戶*/
.cooperation_bigbox{
	position: absolute;
	z-index: 100;
	width: 100%;
}
.cooperation_bigbox .cooperation_title{
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #fff;
	margin-top: 30px;
}
.cooperation_bigbox .cooperation_text{
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.cooperation_bigbox .cooperation_box{
	width:100%;
	height: 100%;
	float: left;
	margin-top: 50px;
}
.cooperation_bigbox .cooperation_box ul{
	width:80%;
	margin: 0 auto;
}
.cooperation_bigbox .cooperation_box ul li{
	width:33.33%;
	float: left;
	margin: 15px 0px;
	text-align: center;
}



/*最下面的一版*/

.index_6th_parts_body {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
}

.index_6th_parts_body_peace {
	float: left;
	width: 33.33%;
	height: 100%;
	background: black;
	position: relative;
}

.index_6th_parts_body_peace .img_box {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index_6th_parts_body_peace .img_box img {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -320px;
	margin-top: -450px;
}

.index_6th_parts_body_peace .text_info {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -110px;
}

.index_6th_parts_body_peace .text_info .icon_title {
	height: 40px;
	text-align: center;
}

.index_6th_parts_body_peace .text_info .icon_title img {
	height: 100%;
}

.index_6th_parts_body_peace .text_info .text_title {
	font-size: 20px;
	color: white;
	width: 200px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	;
	margin: 10px 0;
}

.index_6th_parts_body_peace .text_info a {
	color: white;
	text-decoration: none;
}

.index_6th_parts_body_peace .other_parts {
	width: 200px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: white;
}
/*index_6th_xiangying_nav*/

.index_6th_xiangying_nav {
	position: absolute;
	width: 100%;
	height: 30%;
	padding-top: 40%;
	box-sizing: border-box;
	z-index: 3;
	text-align: center;
}

.index_6th_xiangying_nav span {
	color: white;
	position: absolute;
	bottom: -10px;
	display: block;
	width: 100px;
	text-align: center;
	left: 50%;
	margin-left: -50px;
}

.index_6th_xiangying_nav>div {
	float: left;
	width: 33.33%;
	position: relative;
}

.index_6th_xiangying_nav>div img {
	width: 45px;
	margin: 0 auto;
	display: block;
	padding: 20px 10px;
}

.index_6th_xiangying_view {
	position: absolute;
	top: 30%;
	height: 70%;
	text-align: center;
	width: 100%;
}

.index_6th_xiangying_view_parts {
	display: block;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	font-size: 16px;
	color: white;
	left: 0;
}

.index_6th_xiangying_view_parts {
	display: none;
}

.index_6th_xiangying_view_parts_show {
	display: block;
}

.index_6th_xiangying_view_parts_show .text_title {
	color: #ff4000;
}

.index_6th_xiangying_view_parts a {
	font-size: 14px;
	color: white;
}

.index_6th_xiangying_view_parts .text_title {
	font-size: 20px;
	line-height: 50px;
	margin-top: 90px;
}

.index_6th_xiangying_view_parts .other_parts {
	margin-bottom: 10px;
	font-size: 14px;
}

.index_6th_xiangying_nav_parts .yuanlai_nav_pars {
	display: block;
}

.index_6th_xiangying_nav_parts_change .yuanlai_nav_pars {
	display: none;
}

.index_6th_xiangying_nav_parts_change span {
	color: #ff4000;
}

.index_6th_xiangying_nav_parts .change_nav_parts {
	display: none;
}

.index_6th_xiangying_nav_parts_change .change_nav_parts {
	display: block;
}

.index_6th_parts_xiangying_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.index_6th_parts_xiangying_bg_parts {
	float: left;
	width: 33.33%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.index_6th_parts_xiangying_bg_parts img {
	position: absolute;
	left: 50%;
	margin-left: -320px;
	top: 50%;
	margin-top: -500px;
}
/*响应样式*/

@media screen and (max-width:1100px) {
	/*美业结盟*/
	.index_first_parts_body {
		width: 900px;
	}
	.index_first_parts_body_peace .img_box {
		width: 120px;
		height: 120px;
		line-height: 120px;
	}
	.index_first_parts_body_peace:hover img {
		top: -120px;
	}
}

@media screen and (max-width:950px) {
	/*美业结盟*/
	.index_first_parts_body {
		width: 800px;
	}
	.index_first_parts_body_peace .img_box {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
	.index_first_parts_body_peace:hover img {
		top: -100px;
	}
}

@media screen and (max-width:950px) {
	/*美业结盟*/
.index_first_parts_title {
	height: 30%;
	font-size: 26px;
}
.index_first_parts_body {
	width: 480px;
}
.index_first_parts_body_peace .img_box {
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.index_first_parts_body_peace:hover img {
	top: -100px;
}
/*我们能做什么*/
.index_sec_parts_title {
	height: 30%;
}
.index_sec_parts_body {
	top: 30%;
}
.index_sec_parts_body_peace .info_text_img {
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.index_sec_parts_body_peace .info_text {
	font-size: 14px;
	width: 80%;
	left: 10%;
}
/*摩美客五大产品*/
.index_third_parts_title {
	font-size: 20px;
}
.index_third_parts .img_box {
	width: 150px;
	height: 150px;
	line-height: 150px;
}
.index_third_parts_body_peace .zhezhaoceng {
	width: 150px;
	height: 150px;
	left: 50%;
	top: 50%;
	margin-left: -75px;
	margin-top: -75px;
	padding-top: 0;
}
.index_third_parts_body_peace .info_text {
	width: 170px;
	margin-left: -85px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-top: 10px;
}
.index_third_parts_body_peace:hover .info_text {
	margin-top: 42px;
}
.index_third_parts .img_box {
	margin-top: -75px;
	margin-left: -75px;
}
/*加密*/
	.index_4th_parts .info_text>div {
		font-size: 20px;
	}
}

@media screen and (max-width:650px) {
	#header {
		height: 500px;
	}
	#content .index_parts {
		position: absolute;
		height: 500px;
	}
	.index_first_parts {
		top: 500px;
	}
	.index_sec_parts {
		top: 1000px;
	}
	.index_third_parts {
		top: 1500px;
	}
	.index_third_parts_xiangying {
		top: 1500px;
		display: none;
	}
	.index_4th_parts {
		top: 2000px;
	}
	.index_5th_parts {
		top: 2500px;
	}
	.index_6th_parts {
		top: 3000px;
	}
	.index_6th_parts_xiangying {
		top: 3000px;
	}
	/*美业结盟*/
.index_first_parts_title {
	height: 30%;
	font-size: 20px;
}
.index_parts_memo {
	font-size: 16px;
}
.index_first_parts .index_parts_bg_img {
	margin-left: 0;
	margin-top: 0;
	top: initial;
	left: 0;
	bottom: 0;
	width: 100%;
}
/*我们能做什么*/
.index_sec_parts_title {
	font-size: 20px;
}
.index_sec_parts_body_peace {
	width: 50%;
	height: 50%;
}
.index_sec_parts_body_peace .info_text {
	padding-top: 20px;
}
.index_sec_parts .index_parts_bg_img {
	margin-left: 0;
	margin-top: 0;
	top: initial;
	left: 0;
	bottom: 0;
	width: 100%;
}
.index_first_parts_body_peace .img_box {
	border: 1px solid orange;
}
/*摩美客5大产品*/
.index_third_parts {
	display: none;
}
.index_third_parts_xiangying {
	display: block;
}
.index_third_parts_title {
	font-size: 20px;
}
.index_third_parts .img_box {
	width: 112px;
	height: 112px;
	line-height: 20px;
}
.index_third_parts_body_peace .zhezhaoceng {
	width: 112px;
	height: 112px;
	left: 50%;
	top: 50%;
	margin-left: -56px;
	margin-top: -56px;
	padding-top: 20px;
	font-size: 12px;
	padding: 0 5px;
}
.index_third_parts_body_peace .info_text {
	width: 112px;
	margin-left: -56px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	margin-top: 10px;
}
.index_third_parts_body_peace:hover .info_text {
	margin-top: 42px;
}
.index_third_parts .img_box {
	margin-top: -56px;
	margin-left: -56px;
}
/*简介*/
.index_6th_parts_body_peace .text_info .text_title {
	font-size: 16px;
	height: 24px;
	line-height: 24px;
}
.index_6th_parts_body_peace .other_parts {
	font-size: 12px;
}
.index_6th_parts_body_peace {
	width: 50%;
	height: 50%;
}
/*最下面的导航*/
.index_6th_parts {
	display: none;
}
.index_6th_parts_xiangying {
	display: block;
}

/*聯繫我們彈窗*/			
	.call_bigbox{
		width:400px;
		position: fixed;
		z-index: 999999999999;
		top:50%;
		left:50%;
		margin-top: -125px;
		margin-left: -200px;
		border-radius: 5px;
	}
}

@media screen and (max-width:500px) {
	.index_first_parts_title {
		height: 30%;
		font-size: 18px;
	}
	.index_first_parts_title_name {
		padding: 0 10px;
	}
	.index_parts_memo {
		font-size: 15px;
	}
	.index_first_parts_body {
		width: 315px;
	}
	.index_first_parts_body_peace .img_box {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.index_first_parts_body_peace:hover img {
		top: -60px;
	}
	.index_first_parts_body_peace {
		padding: 10px 20px;
	}
	.index_first_parts_body_peace .info_text {
		font-size: 14px;
	}
	/*聯繫我們彈窗*/			
	.call_bigbox{
		width:300px;
		position: fixed;
		z-index: 999999999999;
		top:50%;
		left:50%;
		margin-top: -125px;
		margin-left: -150px;
		border-radius: 5px;
	}
	.dizhi_two{
		width: 180px;
		display: block;
		float:left;
	}
	
	.cooperation_bigbox .cooperation_box ul{
		width:100%;
		padding: 0;
	}
	.cooperation_bigbox .cooperation_box ul li{
		width:50%;
		float: left;
		margin: 15px 0px;
		text-align: center;
	}
}

@media screen and (max-width:370px) {
	/*摩美客5大产品*/
.index_third_parts_title {
	font-size: 20px;
}
.index_third_parts .img_box {
	width: 100px;
	height: 100px;
}
			.index_third_parts_body_peace .zhezhaoceng {
	width: 100px;
	height: 100px;
	left: 50%;
	top: 50%;
	margin-left: -50px;
	margin-top: -50px;
	padding-top: 10px;
	font-size: 12px;
}
.index_third_parts_body_peace .info_text {
	width: 100px;
	margin-left: -50px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	margin-top: 10px;
}
.index_third_parts_body_peace:hover .info_text {
	margin-top: 42px;
}
.index_third_parts .img_box {
	margin-top: -50px;
	margin-left: -50px;
}
 /*聯繫我們彈窗*/		
	.call_bigbox{
		width:300px;
		position: fixed;
		z-index: 999999999999;
		top:50%;
		left:50%;
		margin-top: -125px;
		margin-left: -150px;
		border-radius: 5px;
	}
	.dizhi_two{
		width: 180px;
		display: block;
		float:left;
	}
	.cooperation_bigbox .cooperation_box ul{
		width:100%;
		padding: 0;
	}
	.cooperation_bigbox .cooperation_box ul li{
		width:50%;
		float: left;
		margin: 15px 0px;
		text-align: center;
	}
}


.index_third_xiangying_title {
	position: absolute;
	height: 20%;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
}

.index_third_xiangying_title>div {
	position: absolute;
	width: 100%;
	color: white;
	left: 0;
	top: 50%;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	text-align: center;
	font-size: 20px;
}

.jiantou_box {
	position: absolute;
	width: 280px;
	height: 260px;
	left: 50%;
	margin-left: -140px;
	top: 50%;
	margin-top: -130px;
	overflow: hidden;
	border: 4px solid white;
	background: white;
}

.index_third_xinagying_body {
	position: absolute;
	width: 280px;
	height: 260px;
	left: 50%;
	margin-left: -140px;
	top: 50%;
	margin-top: -130px;
	overflow: hidden;
	border: 4px solid white;
	background: white;
}

.index_third_xinagying_body>div {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
}

.index_third_xinagying_body>ul {
	height: 100%;
	width: 1440px;
	padding-left: 0px;
}

.index_third_xinagying_body>ul li {
	margin-right: 8px;
	list-style: none;
}

.index_third_xinagying_body>ul .index_third_xiangying_body_peace {
	float: left;
	width: 272px;
}

.index_third_xinagying_body>ul .index_third_xiangying_body_peace img {
	width: 100%;
}

.index_third_xinagying_body>ul .index_third_xiangying_body_peace .info_text {
	width: 100%;
	text-align: center;
	margin-top:10px;
}

.index_third_xinagying_body>ul .index_third_xiangying_body_peace .info_text div {
	font-size: 16px;
}

.index_third_xinagying_body>ul .index_third_xiangying_body_peace .info_text .miaosu {
	color: #909090;
	font-size: 13px;
}

.vlCenter_box .left_arrow {
	position: absolute;
	left: 5px;
	top: 210px;
	width: 30px;
	height: 30px;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
-webkit-transform: rotate(180deg);
/* Safari 和 Chrome */
-o-transform: rotate(180deg);
/* Opera */
-moz-transform: rotate(180deg);
/* Firefox */
	z-index: 5;
}

.vlCenter_box .right_arrow {
	position: absolute;
	right: 5px;
	top: 210px;
	width: 30px;
	height: 30px;
	z-index: 5;
	left: initial;
}

.vlCenter_box .left_arrow img {
	width: 100%;
}

.vlCenter_box .right_arrow img {
	width: 100%;
}