#portfolio-detail-11-page-hero {
	background-image: url("../image/2d.jpg");
	background-size: cover;
	background-position: center;
	height:600px;
	position: relative;
	margin-top: 80px;
	z-index: 3;	
	min-height: 600px;
}
.backgroundImg{
	width: 100%;
	background-image:url("../image/bbg.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.arrow{
	width: 150px;
	height: 100px;
	margin: 0px 40px 0 80px;
}
.company-logo{
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
.content-area-box{
	width: 1140px;
	margin: 0 auto;
}


.productIntr-wrap{
	padding: 50px 0;
}
.productIntr-boxs1-h1{
	padding: 40px 0 0 0;
	font-size: 34px;
	letter-spacing: 3px;
	text-align: center;
}
.productIntr-boxs2{
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	padding: 30px 30px;
	align-items: center;
}
.productIntr-boxs2-h3{
	width:500px;
	color:#bf182f;
	font-size: 25.6px;
	margin-top: 4px;
}
.productIntr-boxs2-h5{
	padding:20px 0 0 30px;
	font-family: 'YouYuan';
	line-height: 40px;
}


.productGood-wrap{
	padding: 50px 0;
	background-color:#f5f5f5;
}
.productGood-boxs{
	padding: 30px 0 10px 0;
}
.productGood-box{
	display: flex;
	align-items: center;
	padding: 0 0 30px 0;
}
.productGood-box-icon{
	font-size: 40px;
	color: #32CD32;
}
.productGood-box-text{
	font-size: 20px;
	font-family: sans-serif;
}


.productDeve-wrap{
	padding: 50px 0 90px 0;
}
.productDeve-h5{
	font-family: YouYuan;
	font-size: 21px;
	line-height: 40px;
	padding-top: 20px;
}
.productDeve-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 60px 0 0 0;
}
.productDeve-box-left{
	width: 400px;
	height: 260px;
}
.productDeve-box-right{
	height: 350px;
	height: 330px;
	padding: 20px 40px;
	border-bottom: 3px solid #fff;
}
.productDeve-box-right:hover{
	cursor: pointer;
	box-shadow: 0 0 20px 0 #ccc;
	transition: 1s;
	border-bottom: 3px solid #63a3ff;
	transform: scale(1.1);
}
.productDeve-right-h3{
	color: orange;
	padding: 20px 0;
	text-align: center;
}
.productDeve-right-text{
	width: 500px;
	font-size:18px;
	line-height: 40px;
	text-align: left;
}


.productShow-boxs{
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}
.productShow-boxs-img{
	width: 180px;
	height: 180px;
	border-radius: 50%;
}
.productShow-boxs-h4{
	padding: 30px 0 0 0; 
	font-family: 'YouYuan';
	text-align: center;
}


.productUseTo-wrap{
	padding: 50px 0 90px 0;
}
.productUseTo-box{
	display: flex;
	justify-content: space-between;
}
.productUseTo-text{
	width: 350px;
	height: 280px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	justify-content: center;
	text-align: center;
	text-indent: 2rem;
	box-shadow: 0 0 10px #eee;
}
.productUseTo-box-hover:hover{
	cursor: pointer;
	transition: 1s;
	transform: scale(1.1);
}
.productUseTo-title{
	text-align: center;
	padding:40px 0;
	color: orange;
	font-family: 'YouYuan';
}


#body_img:hover p{
	cursor: pointer; 
}
#body_img:hover img{
	animation:fadenum 2s;
	cursor: pointer; 
}
#body_img h4{
	cursor: pointer;
}
#body_img:hover h3{
	color: #63a3ff;
	cursor: pointer;
}
@keyframes fadenum{
	100%{transform:rotate(360deg);}
}
#body_phone img{
	transition: 1s;
	overflow: hidden;
	padding-left: 70px;
}
#body_phone img:hover{
	cursor: pointer;
	transition: 1s;
	transform: scale(1.2);
	
	overflow: hidden;
}
#body_phones img:hover{
	cursor: pointer;
	transition: 1s;
	transform: scale(1.2);
	
	overflow: hidden;
}