* {
	margin: 0;
	padding: 0;
	float: none;
	box-sizing: border-box;
	font-size: 12px;
}

html,
body {
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 1600px) {
	* {
		font-size: 16px;
	}
}

@media screen and (min-width:1900px) {
	* {
		font-size: 20px;
	}
}

.container {
	width: 100%;
	height: 100%;
	min-width: 1366px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}

.white {
	width: 100%;
	height: 5rem;
	background-color: #ffffff;
	display: inline-flex;
	align-items: center;
}

.banner {
	width: 100%;
	height: 35.1rem;
	background: url(imgs/banner1.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;

}

.white .logo {
	width: 10rem;
	height: 3rem;
	position: absolute;
	left: 2.5rem;
	top: 1.35rem;
}

.white .btn_group {
	width: 10rem;
	height: 2rem;
	position: absolute;
	right: 4.8rem;
	top: 1.6rem;
}

.white .btn_group span {
	height: 100%;
	width: 4.5rem;
	display: block;
	float: left;
	background-color: #ecd6bc;
	color: #b97a2f;
	font-size: 0.8rem;
	line-height: 2rem;
	cursor: pointer;
	text-align: center;
	border-radius: 0.2rem;
	transition: all 0.5s;
}

.white .btn_group span:hover {

	background-color: #fff;

}

.white .btn_group span:first-child {
	margin-right: 1rem;
	background-color: #bd823c;
	color: #fff;
}

.white .btn_group span:first-child:hover {

	background-color: #e5922e;

}

.white .menu {
	list-style: none;
	display: inline-flex;
	margin-left: 42rem;
	align-items: center;
	height: 5rem;
	width: 30%;
	flex-wrap: wrap;

}

.white .menu li {
	float: left;
	padding: 0rem 0.8rem;
	height: 2rem;
	line-height: 2rem;
	font-size: 0.9rem;
	cursor: pointer;
	color: #000000;
	transition: all 0.5s;
}

.white .menu li:hover {
	background-color: #bd823c;
	color: #fff;
	border-radius: 0.2rem;
}



.foot {
	width: 100%;
	height: 6rem;
	background-color: #e6e6e6;
	padding-top: 1rem;
	position: relative;

}

.foot::after {
	content: '';
	width: 23rem;
	height: 3.76rem;
	position: absolute;
	background: url(imgs/foot_icon.png) no-repeat;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.1rem;
	background-size: 100% 100%;
}

.foot .copyright {
	color: #333;
	display: block;
	font-size: 0.8rem;
	width: 100%;
	text-align: center;
}

.foot .copyright a{
	color: #333;
	font-size: 0.8rem;
}

.chooseThis{
	background-color: #bd823c;
	color:#fff !important;
	border-radius: 0.2rem;
}

.language_group{
	display: inline-flex;
	width:10rem;
	height:2rem;
	position: absolute;
	right:-6.5rem;
	top:1.6rem;
}

.language_group span{
	height:100%;
	width:2.5rem;
	display: block;
	float:left;
	background-color: #ecd6bc;
	color: #b97a2f;
	font-size: 0.8rem;
	line-height: 2rem;
	cursor: pointer;
	text-align: center;
	border-radius: 0.2rem;
	transition: all 0.5s;
}
.language_group span:hover{
	background-color: #fff;
}

.user_group span {
	width: 80%;
	color: #0a59a7;
	margin-left: 5px;
	cursor: pointer;
}

.user_group {
	display: inline-flex;
	width: 10rem;
	height: 2rem;
	position: absolute;
	right: 6.5rem;
	top: 1.6rem;
}

.user_group img {
	width: 20%;
}
.dropdown-menu {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	padding: 1px 0 0 0;
	border-top-width: 0;
	width: 138px;
}
.dropdown-menu {
	border: medium none;
	display: none;
	float: left;
	font-size: 12px;
	left: -32px;
	list-style: none outside none;
	padding: 0;
	position: absolute;
	text-shadow: none;
	top: 100%;
	z-index: 1000;
	border-radius: 0;
	box-shadow: 0 0 3px rgba(86, 96, 117, 0.3);
	min-width: auto;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu li {
	display: block;
}

.dropdown-menu li a {
	padding: 3px 20px;
	min-height: 0;
}
.nav.navbar-top-links a {
	font-size: 14px;
}
.dropdown-menu > li > a {
	border-radius: 3px;
	color: inherit;
	line-height: 25px;
	margin: 4px;
	text-align: left;
	font-weight: normal;
	padding: 0px 5px;
}
.nav li > a {
	display: block;
}

.nav-title {
	width: 40rem;
	position: absolute;
	left: 1rem;
	font-size: 1.9rem;
	font-weight: 600;
	color: #bd823c;
	cursor: pointer
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	font-size: 14px;
}
a {
	cursor: pointer;
}
a {
	color: #1890ff;
	text-decoration: none;
}
a {
	background-color: transparent;
}
