/* CSS Document */
body{
	margin:0;
	padding:0;
}

.bannerW_pro{
	width:100%;
	background:#2B91E6;
}
.PRODUCTbanner{
	width:100%;
	background:url(../img/product1.png);
	background-position:center;
	background-height:100%;
	background-repeat:no-repeat;
	height:853px;
}
.PRODUCTbanner-two{
	width:100%;
	background:url(../img/product2.png);
	background-position:center;
	background-height:100%;
	background-repeat:no-repeat;
	height:854px;
}
.product-minWidth{	
	margin:0px auto;
	position:relative;
	height:853px;
}
.pos_div_sec{
	position:absolute;
	width:500px;
	top:270px;
	right:0px;
}
.pos_div_sec_img{
	position:absolute;
	top:241px;
	width:558px;
	height:429px;
	left:0;
	transition:top 1s;
-moz-transition:top 1s; /* Firefox 4 */
-webkit-transition:top 1s; /* Safari and Chrome */
-o-transition:top 1s; /* Opera */
}
.pos_div_sec_two{
	position:absolute;
	width:714px;
	top:175px;
	left:0%;
}
.pos_div_sec_two_img{
	position:absolute;
	top:121px;
	right:0;
	width:413px;
	height:589px;
	transition:top 1s;
	-moz-transition:top 1s; /* Firefox 4 */
	-webkit-transition:top 1s; /* Safari and Chrome */
	-o-transition:top 1s; /* Opera */
}

.pos_text_content_two{
	margin-top:46px;
	margin-bottom:52px;
	font-size:22px;
	line-height:49px;
	color:#7A7A7A;
}
.pos_text_content_icon{
	display:inline-block;
	margin-right:40px;
}
.pos_text_contImg{
	width:99px;
	height:99px;
}
.pos_text_contImg img{
	width:100%;
}
.pos_div_sec_two_img:hover{
	top:100px;
}
.pos_div_sec_img:hover{
	top:221px;
}
.pos_div_sec_two_img img,.pos_div_sec_img img{
	width:100%;
}
.pos_text_title{
	font-size:60px;
	color:#4B4B4B;
}
.pos_text_title2{
	font-size:54px;
	color:#4B4B4B;
}
.pos_text_class{
	font-size:32px;
	color:#4B4B4B;
	margin-top:36px;
}
.pos_text_content{
	font-size:22px;
	line-height:36px;
	margin-top:40px;
	color:#7A7A7A;
}
.pos_text_content i{
	display:block;
}

.pos_text_content span{
	padding:0px 10px;
}
.pos_text_button_button{
	background:#2B91E6;
	color:#fff;
	font-size:22px;
	text-align:center;
	width:241px;
	height:55px;
	line-height:55px;
	margin-top:39px;
	border-radius:27px;
	display:inline-block;
}
.pos_text_button_button:hover{
	background:#0973DE;
}
.clear{
	clear:both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
/*
@-moz-document url-prefix(){
.pos_div_sec{width:35%;top:15%;left:57%;}
.pos_div_sec_two{width:30%;top:15%;left:20%;}
.pos_text_content{margin-bottom:10%;}
.pos_text_ul_title{width:20%;}
}*/

@media screen and (min-width:769px) and (max-width: 1024px){
	.pos_text_title{ font-size:48px;}
	.pos_text_title2{ font-size:42px;}
	.pos_text_class{ font-size:30px;}
	.pos_div_sec_two{width:584px; top:150px;}
	.pos_div_sec{width:470px;}
}


@media screen and (max-width:768px){
	.PRODUCTbanner{width:100%;}
	.PRODUCTbanner-two{width:100%;}
	.product-minWidth{width:70%; padding:1% 0; position:relative;}
	.pos_div_sec_img{display:none;}
	.pos_div_sec_two_img{display:none;}
	.pos_text_title{ font-size:42px;}
	.pos_text_title2{ font-size:36px;}
	.pos_text_class{width:100%;}
	.pos_div_sec_two{left:10px; width:98%;}
	.pos_div_sec{ top:230px;}
}
@media screen and (max-width:415px){
	.pos_text_title{ font-size:28px;}
	.pos_text_title2{ font-size:22px;}
	.pos_text_class{ font-size:20px; line-height:30px}
	.pos_text_button_button{ width:165px; font-size:18px; height:42px; line-height:42px;}
	.pos_div_sec{ width:100%;}
	.pos_text_contImg{ width:50px; height:50px; margin:0 auto;}
	.pos_text_content_two{ font-size:16px;}
	.pos_text_content{ font-size:16px;}
	.pos_text_content_icon{ margin-right:10px;}
}

@media screen and (max-width: 374px){
	
}