/* company */
*{
	margin: 0;
	padding: 0;
	list-style: none;
}
.company_banner{
	width: 100%;
	
	position: relative;
}
.company_banner img{
	width: 100%;
	min-height: 437px;
	display: block;
}
.company_banner .wenzi{
	margin: 0 auto;
	position: absolute;
	top: 120px;
	right: 40%;
	color: #fff;
}
.company_banner .wenzi h1{
	font-weight: 10;
	letter-spacing: 4px;
	line-height: 50px;
	font-size:40px;
}
.company_banner .wenzi h2{
	font-weight: 600;
	font-size: 40px;
	letter-spacing: 2px;
	line-height: 20px;
}
.company_banner .wenzi h3{
	font-weight: 400;
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 2px;
}
.text{
	margin: 0 auto;
}
.text .biaoti1 {
	color: #f6f6f6;
	font-size: 35px;
	text-align:center;
	font-weight: 800;
	margin-top: 20px;
}
.text .biaoti2{
	color: #444;
	font-size: 40px;
	text-align:center;
	font-weight: 400;
}
.text .p{
	margin: 0 auto;
	width: 63%;
	font-size: 17px;
	color: #888;
	line-height: 40px;
	letter-spacing: 0.5px;
	font-weight: 400;
	padding: 60px 0 150px 0;
	
}



/***********行业应用 ***********/
.title{
	width: 100%;
	margin: 70px 0 110px 0;
}
.title{
	margin-top: 0px !important;
}
.title h1{
	margin-left: 20%;
	font-size: 35px;
	color: #fafafa;
	font-weight: 600;
}
.title h2{
	margin-left: 20%;
	margin-top: 2px;
	font-size: 40px;
	color: #444;
	font-weight: 500;
	letter-spacing: 1px;
}
.title .line{
	margin-left: 20%;
	width: 30px;
	height: 2px;
	border: 1px solid #7e7e7e;
	margin-top: 50px;
	margin-bottom: 50px;
}
.title .detail{
	/* margin-left: 20%; */
}
.title .detail p{
	float: left;
	width: 36%;
	font-size: 12px;
	color: #888;
	line-height: 26px;
}
.title .detail img{
	margin-left: 4%;
}
/***********联系我们***********/
.adress-box{
	width: 100%;
	height: 600px;
	/* margin-top: 70px; */
}
.adress-box .p{
	/* margin-left: 20%; */
	float: left;
}
.adress-box .p h1{
	font-size: 35px;
	color: #fafafa;
	font-weight: 600;
}
.adress-box .p h2{
    margin-top: 2px;
	font-size: 40px;
	color: #444;
	font-weight: 500;
	letter-spacing: 1px;
}
.adress-box .p .line{
	width: 30px;
	height: 2px;
	border: 1px solid #7e7e7e;
	margin-top: 50px;
	margin-bottom: 50px;
}
.adress-box .p .detail{
	float: left;
	width:80%;
	font-size: 12px;
	color: #888;
	line-height: 26px;
}
.adress-box img{
    float: right;
	/* margin-right: 20%; */
	margin-top: 70px;
}






















