.top-title{
	color:#fff;
    width: 1920px;
    height: 400px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
	font-size:48px;
	font-weight:600;
}
.subdocument{
	font-weight:normal;
	font-size:32px;
}
.product-container{
	width: 100%;
	/*padding: 100px 0;*/
	background: #fff;
}

.product-wrapper{
	width: 100%;
	/*max-width: 1200px;*/
	margin: 0 auto;
	overflow: hidden;
}
.product-top{
	width:100%;
	height:400px;

	
	
}

.product-right{
	width: 50%;
	float: left;
	text-align: center;
}
.content-wrapper{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0 0 0;
	
}
.content-wrapper .title{
	font-size: 26px;
	color:#0387d9;
}


.content{
	font-size: 20px;
	color: #999;
	line-height: 30px;
	margin-top: 30px;
}

.subtitle{
	color:#0387d9;
	font-size:22px;
	
}

.bottom{
	padding-bottom:80px;
}
