﻿.con_bg{
	width:100%;
	overflow:hidden;
}
.con_l{
	width:65%;
	height:100%;
	background:url(../images/contact01.jpg);
	background-position:center;
	background-size:auto 100%;
	float:left;
	position:relative;
	top:0;
	left:0;
}
.con_r{
	width:500px;
	height:100%;
	background:orange;
	float:left;
	position:relative;
	top:0;
	left:0;
}
.cr_bg{
	width:200%;
	height:100%;
	background:white;
}
.cr_l{
	height:100%;
	float:left;
	background:white;
	background:rgb(245,245,245);
	position:relative;
	top:0;
	left:0;
	z-index:2;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.cr_r{
	height:100%;
	float:left;	
	background-position:center;
	position:relative;
	background:url(../images/contact02.jpg);
}
.cr_r img{
	width:1920px;
}
/*联系信息*/
.logo_img{
	width:200px;
	height:200px;
	float:left;
	background:url(../images/logo02.png);
	margin-top:100px;
	margin-left:10%;
	clear:both;
}
.cr_l h1{
	float:left;
	margin-top:20px;
	margin-left:10%;
	width:90%;
	clear:both;
}
.cr_l h5{
	float:left;
	margin-top:10px;
	margin-left:10%;
	width:90%;
	clear:both;
}
.cr_l hr{
	float:left;
	margin-top:10px;
	margin-left:10%;
	width:80%;
	height:1px;
	background:black;
	border:none;
	clear:both;
}
.cr_l p{
	float:left;
	margin-top:10px;
	margin-left:10%;
	width:90%;
	clear:both;
}
.cr_l div.qrcode{
	float:left;
	margin-top:20px;
	margin-left:10%;
	width:80%;
	height:80px;
}
.qrcode span{
	float:left;
	padding-top:5px;
}
.qrcode em{
	font-size:0.8em;
	color:gray;
}
.qrcode img{
	width:80px;
	height:80px;
	float:left;
	margin-right:10px;
}
.cr_l div.map{
	float:left;
	margin-top:10px;
	margin-left:10%;
	width:80%;
	height:150px;
	background:gray;
	border:1px solid rgb(230,230,230);
}
