body{
	padding: 0;
	margin: 0;
}


.container{
	width: 100%;
	position: relative;
}

.company-name{
	position: absolute;
	color: #666;
	left: 20px;
	top: 20px;
	padding: 0;
	margin: 0;
}

.container img{
	width: 100%;
	margin-top: 30px;
}

.copyright{
	color: #999;
	text-align: center;
	height: 40px;
	line-height: 2;
}

.address{
	padding-top: 30px;
	text-align: center;
	height: 120px;
	color: #fefefe;
	background-color: #1F6BFE;
	line-height: 2;
}

.copyright .banquan{
	color: #fefefe;
	height: 60px;
	line-height: 60px;
}

.copyright a{
	color: #fefefe;
	text-decoration: underline;
	cursor: pointer;
}


.main{
	width: 1200px;
	margin: 0 auto;
}

.main-title{
	margin-top: 50px;
	text-align: center;
}

.main-product-title{
	font-size: 20px;
	font-weight: 600;
}

.main-product-en{
	height: 30px;
	line-height: 30px;
	color: #999;
}

.product-item-layout{
	display: flex;
	flex-direction: row;
	padding-bottom: 30px;
}

.product-image{
	width: 140px;
}


.product-right{
	margin-left: 50px;
	flex: 1;
}

.product-logo{
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 30px;
}


.product-clear{
	font-size: 20px;
	font-weight: 600;
}

.product-clear:after{
	display: block;
	content: '';
	clear: both;
}

.product-desc{
	text-indent: 40px;
	line-height: 2;
	text-align: justify;
	color: #999;
}