@charset "utf-8";
/* CSS Document */


.product-body .boxs {
	width: 100%;
	height: 624px;
	background: #f1f1f1;
	background-size: 100% 624px;
	transition: all .2s;
	-webkit-transition: all .2s;
	position: relative;
	padding-top:30px;
}

.product-body .box1 {
	background: url(../images/mpic-1.jpg) no-repeat center top;
}



.product-body .box2 {
	background: url(../images/mpic-2.jpg) no-repeat center top;
}

.product-body .box3 {
	background:#eee;
}

.product-body .box4 {
	background:#fff;
}



.product-body .box5 {
		background:#eee;
}

.product-body .box6 {
		background:#eee;
}


.product-body .boxs .product-content {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index:1;
	background:#fff;
}

.product-body .boxs .product-content .c-txt {
	float: left;
	width: 40%;
	padding: 40px 5%;
	margin-top: 150px;
	transition: all .5s;
	-webkit-transition: all .5s;

}

.product-body .boxs .product-content .c-txt .p-tit {
	font-size: 40px;
	color: #333;
	padding-left: 20px;
	line-height: 60px;
}

.product-body .boxs .product-content .c-txt .p-tit img {
	height: 100%
}

.product-content img{ max-width:600px;}


.product-body .boxs .product-content .c-txt .p-main {
	font-size: 16px;
	color: #333;
	padding: 15px 0px 0 25px;
	line-height: 30px
}

.product-body .boxs .product-content .c-txt .p-main p{ position:relative; font-size:16px; line-height:30px; padding-left:20px;}

.product-body .boxs .product-content .c-txt .p-main p:before { position:absolute; content:">"; left:0; font-family: "Courier New", Courier, monospace}


.product-body .boxs .product-content .c-txt .fubiaoti { font-size:30px; color:#363636; line-height:50px; padding-bottom:15px;}


.product-body .box1 .product-content .c-txt .p-tit { color:#fff;}
.product-body .box1 .product-content .c-txt .fubiaoti { color:#fff;}

.product-body .box1 .product-content .c-txt .p-main p{ color:#fff;}


.product-body .boxs .product-content .c-txt .p-more a {
	display: block;
	width: 100px;
	height: 40px;
	font-size: 15px;
	color: #fff;
	background:#0798C5;
	text-align: center;
	margin-left:15px;
	line-height:40px;
	font-weight:700;
	 text-align:left;
	 padding-left:25px;
}

.product-body .boxs.odd .product-content .c-txt .p-main,.product-body .boxs.odd .product-content .c-txt .p-tit {
	color: #fff
}

.product-body .boxs:after {
	content: "";
	position: absolute;
	top: 0;
	right: -10%;
	width: 100%;
	height: 100%;
	background: url(../images/bg-mask1.png) no-repeat right center;
	background-size: auto 100%;
	transition: all .5s;
	-webkit-transition: all .5s
}

.product-body .boxs.box1:after {
	background-image: url(../images/bg-mask2.png)
}

.product-body .boxs.box3:after,.product-body .boxs.box5:after {
	background-image: url(../images/bg-mask3.png)
}

@media screen and (min-width:1201px) {
	.product-body .boxs .product-content .c-txt .p-more a:hover {
		background: #EC872B;
		 color:#fff;
	}

	.product-body .boxs:hover .product-content .c-txt {
		margin-top: 115px
	}

	.product-body .boxs .product-content .c-txt .p-more a {
		margin-left: 400px;
		opacity: 0;
		filter: alpha(opacity=0)
	}

	.product-body .boxs:hover .product-content .c-txt .p-more a {
		opacity: 1;
		filter: alpha(opacity=100);
		margin-left: 20px;
		animation: more .8s ease-out;
		-webkit-animation: more .8s ease-out
	}@	-webkit-keyframes more {
		0%{margin-left: 400px;
		opacity: 0
	}

	70% {
		margin-left: 0;
		opacity: 1
	}

	85% {
		margin-left: 30px
	}

	95% {
		margin-left: 10px
	}

	100% {
		margin-left: 20px
	}
}

@keyframes more {
	0% {
		margin-left: 400px;
		opacity: 0
	}

	70% {
		margin-left: 0;
		opacity: 1
	}

	85% {
		margin-left: 30px
	}

	95% {
		margin-left: 10px
	}

	100% {
		margin-left: 20px
	}
}

.product-body .boxs:hover:after {
	right: 50%
}}




@media screen and (width:1024px) {
	
	
	.product-body .boxs {
		height: auto;
		padding-bottom: 40px
	}
}

@keyframes bolang2 {
	0% {
		background-position: 0 0
	}

	100% {
		background-position: -2223px 0
	}
}

@-webkit-keyframes bolang1 {
	0% {
		background-position: 0 50px
	}

	100% {
		background-position: 2223px 50px
	}
}