body {
	padding: 0;
	margin: 0;
}

.site-header {
	height: 168px;
	background: #007DDB;
	/*background-size: cover; */
	/* border: 1px solid red; */
}

.site-header-content {
	border-bottom: 1px solid rgba(255,255,255,0.6);
	padding: 60px 0;
}

.site-logo,
.site-nav {
	height: 166px;
}

.site-nav {
	display: inline-block;
	float: right;
	margin-top: 8px;
}

.site-nav li {
	float: left;
	font-size: 16px;
	display: inline-block;
	margin-left: 50px;
	cursor: pointer;
	text-align: center;
}

.site-nav li>a>.title {
	width: 65px;
	display: block;
	color: rgba(255, 255, 255, 1);
}

.site-nav li>a>.hover-line {
	display: inline-block;
	cursor: pointer;
	margin-top: 8px;
	height: 2px;
	width: 0;
	background-color: rgba(255, 255, 255, 1);
	transition: all 0.4s;
}

.site-nav li:hover>a>.hover-line {
	width: 65px;
}

.site-nav li.active>a>.hover-line {
	width: 65px;
}



.introduce1{
	margin-top: 30px;
	color: #fff;
	font-size: 25px;
}
.introduce1 li{
	padding:10px 0;
}
.contactus{
	margin-top: 30px;
}
.contactus-btn{
	margin-top: 30px;
	background-color: #35C884;
	width:220px;
	color: rgba(255,255,255,0.8);
	text-align: center;
	padding:10px 0;
	font-size: 16px;
	display: inline-block;
}
.contactus-btn:hover{
	color: rgba(255,255,255,1);
}

.contactus-icon{
	width: 40px; 
	height: 40px;
	cursor: pointer;
	margin-top: -2px;
	margin-left: 15px;
}

.introduce2{
	margin-top: 50px;
	font-size: 16px;
	color: #fff;
}
.introduce2 li{
	padding:8px 0;
}



.bottominfo{
	text-align: center;
}
.bottominfo-title{
	border-bottom: 1px solid #ACE1FC;
	padding-bottom: 30px;
	text-align: center;
}
.bottominfo-content{
	display: inline-block;
	margin-bottom: 100px;
}
.bottominfo-content li{
	float: left;
}




.hover-btn {
	transition: all 0.4s;
	cursor: pointer;
}

.hover-btn:hover {
	margin-left: -8px;
}


.hover-btn2 {
	transition: all 0.4s;
	cursor: pointer;
	opacity: 0.8;
}


.hover-btn2:hover {
	opacity: 1;
}

.underline{
	height: 3px;
	width: 70px;
	background-color: #2456C5;
	display: inline-block;
	margin-top: 3px;
}


.bgcontainer{
	width: 100%;
	height: 100%;
	position: absolute;
	right: -100px;
	top: 0;
	background-image: url(../img/bg5.png);
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -100;
}