/*home*/
.relative{
	position: relative;
}

.banner-h {
    width: 100%;
    height: 100%;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*首页*/
.location{
	position: absolute;
}
.location .dot{
	width: 23px;
	height: 23px;
	background: rgba(255,119,45,0.1);
	border-radius: 100%;
	overflow: hidden;
}
.location .dot-in{
	width: 8px;
	height: 8px;
	margin: 7.5px;
	background: rgba(255,119,45,1);
	border-radius: 100%;
}
.bubble{
	line-height: 34px;
	padding: 0 20px;
	background: #fff;
	color: #535353;
	font-size: 16px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 12px;
	background: rgba(255,255,255,0.8);
	position: absolute;
	left: 50%;
	top:-30px;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}
.bubble-hidden{
	line-height: 34px;
	padding: 0 20px;
	background: #fff;
	color: #535353;
	font-size: 16px;
	border-radius: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 12px;
	background: rgba(255,255,255,0.8);
	position: absolute;
	left: 50%;
	top:-30px;
	transform: translate(-50%, -50%);
	white-space: nowrap;
	display:none;
}
.icon-triangle{
	display: inline-block;
	width: 13px;
	height: 10px;
	background: url('../images/icon-triangle.png') no-repeat center top;
	background-size: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom:-10px;
	margin:0 auto;
}










/*sitemap*/
.sitemap-title{
	position: absolute;
	left: 20%;
	bottom: 100px;
	color: #2f515f;
	text-transform: uppercase;
	font-style:italic;
	font-family: 'GOTHICB';
}
.sitemap-title h3{
	font-size: 72px;
	font-weight: bold;
	margin-bottom: 20px;
}
.sitemap-title h4{
	font-size: 36px;
	margin-bottom: 10px;
	line-height: 34px;
}
.sitemap-title p{
	font-size: 30px;
	line-height: 34px;
	font-family: 'GOTHICB';
}









/*联系*/
.contact{
	background: #fff;
	font-family: 'GOTHICB';
}

.contact-left{
	width: 52%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	/*display: flex;*/
	/*align-items: center;*/
}
.left-contnt{

	margin-top: 25%;
	padding: 0 19% 0 24%;
}
.left-contnt .title{
	margin-bottom: 55px;
}
.left-contnt h3{
	color: #2f515f;
	font-size: 36px;
	line-height: 50px;
	font-weight: bold;
	text-transform: uppercase;
}
.left-contnt .text{
	color: #666666;
	font-size: 18px;
	line-height: 30px;
}


.contact-right{
	width: 48%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.w-50{
	width: 50%;
}
.contact-right>div{
	height: 50%;
}
.contact-right .email{
	display: flex;
	margin-bottom: 20px;
}
.contact-right .email .text{
	flex: 1;
	line-height: 20px;
}
.contact-right .email img{
	width: 20px;
	margin-right: 25px;
}
.emailphone{
	position: absolute;
	left: 14%;
	bottom: 50px;
}
.contact-right .email p{
	margin-bottom: 10px;
}

.contact-right .being{
	height: 100%;
	padding: 0 10%;
	background: url('../images/bg.png') no-repeat center top;
	background-size: cover;
	overflow: hidden;
}
.contact-right .being-title{
	margin: 80px 0 50px;
}
.contact-right .being-title h3{
	color: #34a9d3;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'GOTHICB';
	font-weight: bold;
}
.contact-right .being-text{
	color: #7c7c7c;
	font-size: 14px;
	line-height:36px;
	text-transform: uppercase;
}