.mapshow{
	width: 100%;
	height: 300px;
}

.contactusfg{
	width: 100%;
	height: 43px;
	background-image: url("/cn/img/contactus/contactusfg.png");
	position: relative;
	background-size: 100% 100%;
}
.contactusfg .title{
	position: absolute;
    color: #fff;
    display: inline-block;
    line-height: 43px;
    top: 0px;
    left: 100px;
    font-size: 16px;
    font-weight: bold;
	
}
.contactusfg .addr img{
	width: 17px;
    margin-top: 11px;
    vertical-align: top;
    margin-right: 5px;
}
.contactusfg .addr{
	position: absolute;
    color: #fff;
    display: inline-block;
    line-height: 43px;
    top: 0px;
    left: 570px;
    font-size: 16px;
    font-weight: bold;
}
.cimg{
	text-align: center;
	margin-bottom: 10px;
}
.cimg img{
	width: 30px;
}
.cul li{
	color: #333;
	line-height: 25px;
	
}
.borderright{
	border-right: 1px solid #ddd;
}
.cphone{
	line-height: 25px;
	color: #333;
	padding-left: 70px;
}
.require{
	display: inline-block;
	width: 80%;
}
.require textarea {
	width: 100%;
	resize: none;
	height: 50px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f7f7f7;
	border: none;
	border-radius: 4px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}

.require input{
	width: 100%;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #f7f7f7;
	border: none;
	border-radius: 4px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}
.require button{
	border: none;
	border-radius: 4px;
	display: inline-block;
	width: 100%;
	line-height: 30px;
	text-align: center;
	background-color: #013d93;
	cursor: pointer;
	color: #fff;
}