#product_img{
	width: 100%;
	height: 400px;
	background: url(../images/banner3.jpg) no-repeat center;
	background-size: 100% 100%;
}
#inside{
	width: 100%;
	height: 45px;
	background-color: #08122B;
	padding-top:20px;
}
#inside >div{
	width: 1200px;
	height: 25px;
	margin: 0 auto;
	text-align: center;
}
#inside >div >div{
	width: 16%;
	float: left;
	color:#fff;
	line-height: 30px;
	font-size: 20px;
	border-right: 1px solid #fff;
}
#picture{
	clear: both;
	width: 1200px;
	height: 430px;
	margin: 0 auto;
	margin-top:80px;
}
#picture img{
	width: 100%;
	height: 100%;
}
#picture >div{
	width: 32%;
	height: 350px;
	float: left;
	margin-left: 1%;
}
#prodoct_con{
	background-color:#060C26;
	padding-bottom: 50px;
}
#prodoct_name{
	height: 50px;
	padding-top:40px;
	line-height: 30px;
	text-align: center;
	font-size: 25px;
	color:#fff;
}
.prodoct_conimg{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.prodoct_conimg1{
	width: 46%;
	height: 280px;
	float: left;
	background: url(../img/background.png) no-repeat;
	padding-left: 35px;
	padding-top:22px;
	margin-left: 1%;
}
.prodoct_conimg2 {
	width: 250px;
	height: 190px;
	float: left;
}
.prodoct_conimg2 >img{
	width: 100%;
	height: 100%;
	border-bottom-left-radius:15px;
	border-top-left-radius:15px;
}
.prodoct_contnet{
	width: 270px;
	height: 170px;
	float: left;
	border-bottom-right-radius:15px;
	border-top-right-radius:15px;
	background-color:#fff;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:20px;
	color:#2A71E7;
	position: relative;
}
#prodoct_contnet1{
	color:#000;
	font-size: 10px;
}
#prodoct_chakan{
	width: 90px;
	height: 20px;
	border: 2px solid #B29DFF;
	border-radius: 10px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	line-height: 20px;
	font-size: 12px;
}