/* 联系我们 */
.callusbox{
	display: flex;
	justify-content: space-between;
}
.lefttel{
	width:30%;
	height:600px;
}
.righttel{
	width:60%;
	height:600px;
}
.breadnav{
	margin-top:30px;
	border-bottom:1px solid #C6C8CA;
	padding-bottom:20px;
}
.breadnav a{
	color: #666666 !important;
}

.mapbox{
	width:100%;
	height:400px;
	overflow:hidden;
}
.mapbox img{
	width:100%;
}
.totop{
	width:200px;
	height:200px;
	background:#33A6ED;
	color: #fff;
	position:absolute;
	margin-top:-100px;
}
.totop .enlish{
	font-size:30px;
	margin-top:40px;
}
.totop p{
	padding-left:30px;
}
.totop p:nth-child(2){
	font-size:18px;
}
