﻿.nav{
	border-top:#0095dc solid 4px;
	position: fixed;
	border-bottom: #f0f0f0 solid 1px;
	height: 70px;
	background-color: #fff;
	top:0;
	z-index: 9999;
	width: 100%;
	box-shadow:0px 0px 9px 0px #ddd;

}
.nav>div>a{
	color:#333;
	font-size: 16px;
	font-weight: bold;
	margin-top: 14px;
	letter-spacing: 2px;
}
.nav>div>div>div.locat{
	position: relative;
}
.nav>div>div>div.locat span{

	background: url("../img/arrow1.png") no-repeat right 7px;
	color: #333;
	font-size: 14px;
	width: 86px;
	display: block;
	cursor: pointer;
}
.nav>div>div>div.locat span.show{
	background-position-y: -8px;
}
.nav>div>div>div>ul>li:hover{
	background-color:#61a5ee;

}
.nav>div>div>div>ul>li:hover a{
	color: #fff;
}
.nav>div>div>div>ul{
	position: absolute;
	top:44px;
	width: 1340px;
	left: -320px;
	display: none;
	z-index: 10000;
}
.nav>div>div>div>ul.show{
	display: block;
}
.nav>div>div>div>ul>li{
	float: left;
	background-color: #000;
	border:#d0d0d0 solid 1px;
	margin-left: -1px;
	opacity: 0.6;
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	-khtml-opacity: 0.6;
}
.nav>div>div>div>ul>li>a{
	color: #fffefe;
	font-size: 16px;
	line-height: 30px;
	padding: 0 20px;
	height: 30px;
	display: block;
}
.nav>div>div>ul>li{
	float: left;
	margin-left: 59px;
	margin-top: 26px;
}
.nav>div>div>ul>li.active a,.nav>div>div>ul>li>a:hover{
	color: #0090ff;
	font-weight: bold;
}
.nav>div>div>ul>li>a{
	color: #666;
	font-size: 14px;
}
.nav>div>div>div>span{
	float: left;
}
.nav>div>div>div>a{
	background: url("../img/group2.png") no-repeat 0 0;
	color: #61a5ee;
	font-size: 12px;
	padding-left: 20px;
	margin-left: 30px;
	display: block;
	float: left;
}
.nav>div>div>div{
	margin-top: 26px;
	margin-left: 20px;
}
.nav>div>div>div>span>input[type="text"]{
	border: none;
	height: 22px;
}
.nav>div>div>div>span{
	margin-left: 100px;
}
.nav>div>div>div>span>a{
	background: url("../img/group.png") no-repeat 0 0;
	width: 22px;
	height: 22px;
	/*border: none;*/
	cursor: pointer;
	display: block;
}
.banner>img{
	width: 100%;
	height: auto;
	margin:70px auto 20px;
}
.fotter{
	background: url("../img/fotter.jpg") no-repeat 0 0;
	width: 100%;
	text-align: center;
	height: 133px;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 30px;
}
.fotter .fotter-left{
	position: relative;
	display: inline-block;
	height: 100%;
}
.fotter .fotter-left .fotter-left-img{
	position: absolute;
	top: 50%;
	margin-top: -40px;
	margin-left: -150px;
}
.fotter a{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
.fotter em{
	font-style: normal;
}
.fotter span{
	//background: url("../img/country.png") no-repeat 0 0;
	padding-left: 25px;
}
.fotter p{
	margin-top: 10px;
	display: inline-block;
}
.outer-content{
	min-height: calc(71vh - 1.00px);
}
@media only screen and (max-width: 1366px){
	.fotter {
		background: url("../img/fotter1.jpg") no-repeat 0 0;
		height: 103px;
		line-height: 18px;
	}
}