body,dir,h1,h2,h3,h4,ul,li{
  padding: 0;
  margin: 0;
}

body{
	color: #fff;
	font-family: "Microsoft YaHei",Arial,sans-serif;
	font-size: 0.9em;
	line-height: 1.8;
}
a{
	color: #d7e7f3;
	text-decoration: none;
	font-weight: 500;
	transition: color 0.25s ease;
}

a:hover{
	color: #fff;
}

h1.title{
	font-size: 60px;
	font-weight: 600;
	margin-top: -50px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: normal;
	-webkit-font-smoothing: subpixel-antialiased;
}

div.block{
	position: relative;
	height: 80vh;
	text-align: center;
	padding: 20vh 15vw 0 15vw;
}
div.block svg{
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	width: 30px;
	margin: 0 auto;
	color: #fff;
	animation: chevronAnimation 4s ease-in-out 0s infinite;
}

div.block svg path{
	fill: #7e9aae;
}
div.block h2{
	padding-top: 10px;
	font-size: 1.4em;
	font-weight: normal;
	-webkit-font-smoothing: subpixel-antialiased;
}
div.block .phonetop{
	margin-top: 50px;
}

.hbg1{
	overflow: hidden;
	background: url(../images/bg1.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
.hbg2{
	overflow: hidden;
	background: url(../images/bg2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.hbg3{
	overflow: hidden;
	background: url(../images/bg3.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.pic{
	padding: 5vh 5vw 0 5vw;
}

.haifoot{
	padding-top: 20px;
	font-size: 0.9em;
}

.hnav{
	position:fixed;
	width: 1100px;
	height: 60px;
	left: 0;
	right: 0;
	margin-left:auto;
	margin-right:auto;
	z-index: 999;
}
.hcontainer{
	width: 1100px;
	margin: 0 auto;
}
.hlogo{
	float: left;
	padding-top: 10px;
	padding-left: 8px;
}
.hlogo img{
	border: none;
}


ul,li{
	list-style: none;
}
.hmenu{
	float: right;
}
.hmenu li{
	float: left;
	margin-left: 15px;
}
.hmenu li a{
	display: inline-block;
	color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
}


@media (max-width:1900px){
	h1.title {
		font-size: 50px;
		margin-top: -95px;
	}	
	div.block .phonetop{
		margin-top: 20px;
	}
	.hb1 img{
		width: 70%;
	}
	.hb2 img{
		width: 30%;
	}
	.hb3 img{
		width: 60%;
	}
}

@media ( max-width: 642px){
	.hlogo{
		padding-top: 10px;
		padding-left: 15px;
	}
	.hlogo img{
		width: 100px;
	}
	.hmenu{
		float: left;
	}
	h1.title {
	    font-size: 2.2em;
	    margin-top: -10px;
	}
	div.block h2 {
	    padding-top: 15px;
	    font-size: 1.3em;
	    line-height: 2;
	}
	.hb1{
		margin-top: 35px;
	}
	.hb1 img {
	    width: 100%;
	}
	.hb2 img{
		width: 60%;
	}
	.hb3 img{
		width: 95%;
	}
}

/**
 * Simple keyframes animation for the chevron on the first slide
 */
@keyframes chevronAnimation {
	0% {
		transform: translate(0,0) scale(1.0,1.0);
	}
	50% {
		transform: translate(0,20px) scale(0.8,0.8);
	}
	100% {
		transform: translate(0,0) scale(1.0,1.0);
	}
}

/**
 * Responsiveness
 */
@media screen and (max-width: 1024px)
{	
	body
	{
		font-size: 18px;
		line-height: 27px;
	}
}

@media screen and (max-width: 800px)
{	
	h1 span
	{
		display: block;
	}
	
	div.block
	{
		height: 85vh;
		padding: 15vh 10vw 0 10vw;
	}
}

@media screen and (max-width: 420px)
{	
	body
	{
		font-size: 12px;
		line-height: 18px;
	}
}

@media screen and (max-width: 360px)
{	
	h1
	{
		font-size: 3em;
	}
}