ul:after {
	content: " ";
	clear: both;
	display: block;
}

html,
body,
ul,
p,
h1,
h2,
h3 {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

a,
a:hover {
	text-decoration: none;
}

* {
	box-sizing: border-box;
	font-family: "微软雅黑";
}

.btn-bars {
	display: none;
}

.fixednav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100% !important;
	background: rgba(255, 255, 255, 0.8);
	transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-webkit-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
}

.abnav {
	border-radius: 8px;
	padding: 20px 15px;
	position: absolute;
	top: 50px;
	left: 50%;
	z-index: 10;
	background: rgba(255, 255, 255, 0.8);
	transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
}

.logo {
	float: left;
}

.logo img {
	height: 35px;
}

.nav-r {
	margin-top: 4px;
	float: right;
}

.nav-r li {
	float: left;
}

.nav-r li:first-child .nav-a {
	width: 68px;
	height: 32px;
}

.nav-r li .nav-a {
	color: #333;
	font-weight: 600;
	width: 96px;
	height: 32px;
	display: inline-table;
	padding: 5px 15px;
	font-size: 14px;
}

.hover-border {
	display: inline-block;
	position: absolute;
	z-index: 100
}

.left-right-border {
	height: 0;
}

.left-border {
	left: 0px;
	top: 0px;
}

.right-border {
	right: 0px;
	bottom: 0px;
}

.left-right-top-bottom-border {
	width: 0;
}

.left-top-border {
	right: 50%;
	top: 0px;
}

.left-bottom-border {
	left: 0px;
	bottom: 0px;
}

.right-top-border {
	right: 0px;
	top: 0px;
}

.right-bottom-border {
	left: 50%;
	bottom: 0px;
}

.nav-input {
	padding-top: 3px;
	width: 150px;
	position: relative;
}

.nav-input input {
	float: right;
	outline: none;
	width: 70px;
	padding: 2px 0 2px 15px;
	background: none;
	border: 1px solid #676767;
	opacity: 0.6;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40);
	border-radius: 15px;
	transition: all 1.5s ease-out;
	-ms-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-webkit-transition: all 1.5s ease-out;
	-o-transition: all 1.5s ease-out;
}

.nav-input button {
	position: absolute;
	right: 10px;
	color: #676767;
	outline: none;
	border: none;
	opacity: 0.6;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
	filter: alpha(opacity=40);
	background: none;
}

.nav-input:hover input {
	width: 100%;
}

.flag:first-child {
	color: #999;
	margin-left: 5px;
}

.flag {
	color: #333;
	font-size: 16px;
}


/*banner*/

.carousel-inner,
.item {
	height: inherit;
}

footer {
	background: #313538;
}

.f-title {
	padding: 40px 0 60px 0;
}

.f-title p {
	text-align: left;
	font-size: 18px;
	color: #fff;
}

.f-title p:nth-child(2) {
	color: #827b64;
}

.f-title p:nth-child(1) {
	margin-bottom: 5px;
}

.f-title p:nth-child(1) span {
	color: #827b64;
	margin-left: 15px;
}

#allmap {
	width: 100%;
	height: 350px;
}

.f-ul {
	float: left;
	width: 16.6%;
}

.f-ul li a {
	text-align: center;
	display: block;
	margin-bottom: 10px;
	color: #fff;
	transition: all 1.5s ease-out;
	-ms-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-webkit-transition: all 1.5s ease-out;
	-o-transition: all 1.5s ease-out;
}

.f-ul li:first-child a {
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
}

.f-ul li a:hover {
	color: #0082c8;
}

.f-txt p a {
	color: #fff;
	font-size: 16px;
}

.f-txt p {
	margin-bottom: 10px;
	color: #fff;
}

.f-txt img {
	height: 120px;
}

.ulMap {
	position: absolute;
	background: #313538;
	top: 0;
	left: 200px;
	height: 100%;
}

.ulMap li:first-child {
	padding: 8px 15px;
	background: #2c2c2c;
}

.ulMap li:first-child p:nth-child(1) {
	color: #fff;
	font-size: 15px;
	margin-bottom: 2px;
}

.ulMap li:first-child p:nth-child(2) {
	color: #a1a1a1;
}

.ulMap li:nth-child(2) p span {
	display: block;
	font-size: 12px;
}

.ulMap li:nth-child(2) {
	background: #313538;
	position: relative;
	/*background: url(../img/index/earth.png)no-repeat left center;*/
	padding: 0 15px 0 50px;
	border-bottom: 3px solid #000;
	border-left: 5px solid #827b64;
}

.earth {
	position: absolute;
	top: 50%;
	left: 5px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
}

.ulMap li:nth-child(2) p {
	color: #a1a1a1;
}

.ulMap li:nth-child(2) p a {
	color: #a1a1a1;
}

.ulMap li:nth-child(2) p:nth-child(1) {
	margin-bottom: 15px;
}
.innerbanner{
	width: 100%;
	margin-bottom: 80px;
}
.menu{
	border-radius: 0 0 5px 5px;
	border: 1px solid #BDBCBC;
}
.menu li:first-child {
	background: #bbb;
	color: #fff;
	padding: 8px 15px;
	font-size: 20px;
}
.menu li a{
	color: #737373;
	display: block;
	padding:15px 35px;
	font-size: 14px;
	border-bottom: 1px solid #bbb;
}
.menu li:last-child a{
	border-bottom: none;
}

.pmenu{
	border-radius: 0 0 5px 5px;
	border: 1px solid #BDBCBC;
}
.pmenu li:first-child {
	background: #bbb;
	color: #fff;
	padding: 8px 15px;
	font-size: 20px;
}
.pmenu li a{
	color: #737373;
	display: block;
	padding:15px 35px;
	font-size: 14px;
	border-bottom: 1px solid #bbb;
}
.pmenu li:last-child a{
	border-bottom: none;
}
.btn-slide{
	display: none;
}
.linegroup{
	margin-bottom: 35px;
	text-align: right;
}
.linegroup li a{
	font-size: 14px;
	color: #333;
	transition: all 1.5s ease-out;
	-ms-transition: all 1.5s ease-out;
	-moz-transition: all 1.5s ease-out;
	-webkit-transition: all 1.5s ease-out;
	-o-transition: all 1.5s ease-out;
}
.linegroup li a:hover{
	color: #0182c8;
}
.linegroup li:nth-child(3) a{
	color: #0182c8;
}
@media screen and (min-width:768px) {
	.fixednav {}
	.abnav {
		margin-left: -375px !important;
	}
}

@media screen and (min-width:992px) {
	.abnav {
		margin-left: -485px !important;
	}
}

@media screen and (min-width:1200px) {
	.abnav {
		margin-left: -585px !important;
	}
}

@media screen and (min-width:1300px) {
	.container {
		width: 1250px;
	}
	.abnav {
		margin-left: -625px !important;
	}
}

@media only screen and (max-width:768px) {
	.btn-bars {
		position: relative;
		display: block;
		outline: none;
		float: right;
		border: none;
		background: none;
		color: #222222;
		z-index: 20;
	}
	.nav-r {
		padding-top: 50px;
		display: none;
		position: fixed;
		width: 100%;
		background: rgba(255, 255, 255, 0.6);
		z-index: 5;
	}
	.nav-r li {
		width: 100%;
		height: 12.5%;
		float: none;
	}
	.nav-r li .nav-a {
		display: block;
		height: 100%;
		font-weight: normal;
		width: 100% !important;
		text-align: center;
		font-size: 20px;
	}
	.nav-r li:nth-child(8) {
		display: none;
	}
	.nav-r li:nth-child(9) {
		text-align: center;
	}
	.nav-r li:nth-child(9) .flag {
		font-size: 20px;
	}
	.ulMap{
		left: 0;
	}
	.btn-slide{
		display: block;
		position: fixed;
		left: 0;
		top: 50%;
		width: 30px;
		padding: 0;
		height: 120px;
		margin-top: -60px;
		border: none;
		background: #0082C8;
		outline: none;
		color: #fff;
		border-radius:0 5px 5px 0 ;
		z-index: 100;
	}
	.menu{
		display: none;
	}
	
	.pmenu{
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(255,255,255,0.7);
		z-index: 58;
		width: 100%;
		height: 100%;
		z-index: 98;
	}
	.pmenu li{
		height: 14.27%;
	}
	.pmenu li:first-child{
		text-align: center;
		padding: 45px 0;
	}
	.pmenu li a{
		text-align: center;
		padding: 45px 0;
		font-size: 18px;
		display:block;
		height: 100%;
	}
}

@media only screen and (max-width:450px) {
	.abnav {
		left: 0;
		top: 0;
		border-radius: 0;
		width: 100%;
	}
	.logo img {
		margin-top: 1.5px;
		height: 25px;
	}
	.f-ul {
		width: 33%;
	}
	.f-ul-group{
		display: none;
	}
	.earth{
		display: none;
	}
	.ulMap{
		width: 180px;
	}
	.ulMap li:nth-child(2){
		padding: 5px 15px;
	}
}