@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC');
body,
input,
select {
	font-family:"微软雅黑", sans-serif;
}

body {
	background-color: #fff;
	margin: 0px;
	font-size: 14px;
	color: #444444;
	cursor: default;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
}

div,
span,
select,
input,
td,
a,
header,
footer,
main,
nav {
	box-sizing: border-box;
}

input,
select,
textarea {
	width: 100%;
	margin: 0px;
	padding: 0px;
	color: #666666;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	box-shadow: none;
	border-radius: 0px;
	background-color: transparent;
}

select {
	font-size: 16px;
	height: 20px;
	cursor: pointer;
	background-image: url('/c/image/svg/arrow_down_select.svg');
	background-size: 18px 12px;
	background-repeat: no-repeat;
	background-position: right center;
}

select::-ms-expand {
	display: none;
}

option {
	color: #444444;
}

input,
textarea {
	font-size: 16px;
	line-height: 24px;
}

textarea {
	resize: none;
}

input:-webkit-autofill {
	-webkit-text-fill-color: #666666 !important;
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}

table {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
}

img {
	width: 100%;
	display: block;
}

th {
	text-align: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

td,
img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

td {
	vertical-align: top;
}

hr {
	border-top: 1px solid #888888;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #444444;
	text-decoration: none;
}

.content_container_bg_white {
	background-color: #ffffff;
}

.content_container_bg_grey {
	background-color: #dbdbdb;
}

main {
	min-height:400px;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}

main>div {
	position: relative;
}

main>span {
	position: relative;
	margin: 0 auto;
	max-width: 1366px;
	display: block;
}

.brands_banner {
	margin-bottom: 20px;
}

.contact_us_banner {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.contact_us_con {
	padding-bottom: 80px;
}

.contact_us_area_title {
	padding: 40px 0px 10px 0px;
	text-align: center;
	font-size: 30px;
}

.contact_us_info {
	padding: 15px 15px 50px 15px;
	max-width: 667px;
	margin: auto;
	font-size: calc(14px + .6vw);
	line-height: calc(22px + 1.12vw);
}

.contact_us_info_title {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: calc(14px + 1.04vw);
	line-height: calc(22px + 1.94vw);
}

.contact_us_info_tb {
	padding-top: 15px;
}

.contact_us_info_tb a:hover {
	text-decoration: underline;
}

.contact_us_info_qr>div {
	padding-right: 50px;
	line-height: 40px;
	text-align: center;
}

.dealerships_banner {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.dealerships_country_title {
	background: linear-gradient(to right, #bbbbbb, #e1e1e1, #bbbbbb);
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: 30px;
}

.dealerships_con {
	padding-bottom: 80px;
}

.dealerships_area_title {
	padding: 40px 0px 10px 0px;
	text-align: center;
	font-size: 30px;
}

.dealerships_info {
	padding: 15px 15px 30px 15px;
	max-width: 667px;
	margin: auto;
	font-size: calc(14px + .6vw);
	line-height: calc(22px + 1.12vw);
}

.dealerships_info_title {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 8px;
	font-weight: bold;
	font-size: calc(14px + 1.04vw);
	line-height: calc(22px + 1.94vw);
}

.dealerships_info_tb {
	padding-top: 15px;
}

.dealerships_info_tb a:hover {
	text-decoration: underline;
}

.error_page_title {
	font-size: 48px;
	text-align: center;
	letter-spacing: 2px;
	padding: 100px 15px 30px 15px;
}

.error_page_content {
	font-size: 18px;
	color: #666666;
	text-align: center;
	line-height: 28px;
	padding: 0px 15px 0px 15px;
	min-height: 300px;
}

.error_page_btn {
	text-align: center;
	padding: 20px;
}

.error_page_btn a {
	font-size: 18px;
	color: #666666;
	text-decoration: underline;
	transition: color 500ms;
}

.error_page_btn a:hover {
	color: #444444;
	transition: color 200ms;
}

footer {
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
}

footer>div {
	max-width: 1366px;
	margin: auto;
}

.footer_link a,
.footer_link div,
.footer_cr {
	color: #a2a2a2;
}
.footer_cr > div > a{color: #a2a2a2}

.footer_link a {
	transition: color 500ms;
	letter-spacing: 2px;
}

.footer_link a:hover {
	color: #444;
	transition: color 200ms;
}

.footer_cr div {
	line-height: 20px;
	text-align: center;
}

.header_banner>div {
	margin: 0 auto;
	background-image: url('/image/svg/header/bg_main.svg');
	background-size: cover;
	background-position: 50% 100%;
	max-width: 1366px;
	height: 370px;
	position: relative;
}

.header_banner>div>div {
	margin: 0 auto;
	max-width: 1366px;
	overflow: hidden;
	width: 100%;
}

.header_banner>div>div>img {
	position: absolute;
	left: 50%;
	margin-left: -200px;
	bottom: 0px;
}

#header_language {
	float: right;
	padding-top: 10px;
}

#header_language>span {
	padding: 0px 5px 0px 5px;
	line-height: 20px;
	cursor: pointer;
	color: #bfaf7c;
	transition: color 500ms;
}

#header_language>span:hover {
	color: #fff;
	transition: color 200ms;
}

.header_banner>div>div>span {
	display: block;
	float: right;
}

header {
	position: relative;
}

.m_logo {
	width: calc(100% - 120px);
	color: #fff;
	height: 60px;
	text-align: center;
}

.m_logo>img {
	display: inline-block;
}

header>nav>a,
header>nav>span {
	display: block;
}

header>nav>span {
	cursor: default;
}

.list_language {
	position: absolute;
	top: 0px;
	right: 5px;
	visibility: hidden;
	opacity: 0;
}

.list_language>span {
	display: block;
	float: left;
	padding: 20px 10px 20px 10px;
	font-size: 16px;
	line-height: 20px;
	cursor: pointer;
	color: #fff;
	transition: color 500ms;
}

.list_language>span:hover {
	color: #aaa;
	transition: color 200ms;
}

.profile_banner {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.profile_con {
	padding-top: 20px;
}

.profile_con p {
	text-align: justify;
	margin-top: 0px;
	font-size: calc(14px + .6vw);
	line-height: calc(22px + 1.12vw);
}

@media only screen and (max-width:1366px) {
	.header_banner>div {
		padding-right: 10px;
	}
	.profile_con {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media only screen and (max-width:1023px) {
	.contact_us_banner {
		height: 237px;
	}
	.contact_us_banner img {
		position: absolute;
		left: 25%;
		top: 50%;
		height: 100%;
		width: auto;
		transform: translate(-25%, -50%);
	}
	.dealerships_banner {
		height: 237px;
	}
	.dealerships_banner img {
		position: absolute;
		left: 50%;
		top: 50%;
		height: 100%;
		width: auto;
		transform: translate(-50%, -50%);
	}
	.header_banner>div>div>span>img {
		clear: both;
		float: right;
	}
	.profile_banner {
		height: 237px;
	}
	.profile_banner img {
		position: absolute;
		left: 60%;
		top: 50%;
		height: 100%;
		width: auto;
		transform: translate(-60%, -50%);
	}
}

@media only screen and (max-width:666px) {
	.brands_banner_split_2>div {
		margin-bottom: 20px;
		width: 100%;
	}
	.error_page_title {
		font-size: 32px;
		letter-spacing: 1px;
		padding: 50px 15px 20px 15px;
	}
	.error_page_content {
		font-size: 14px;
		line-height: 22px;
	}
}

@media only screen and (max-width:567px) {
	.contact_us_info_qr {
		display: none;
	}
	.footer_link {
		padding: 20px 5%;
	}
	.footer_link a {
		display: block;
		float: left;
		width: 50%;
		line-height: 40px;
		text-align: center;
	}
	.footer_link div {
		display: none;
	}
	.footer_cr {
		padding: 0px 10% 30px 10%;
	}
	.header_banner {
		display: none;
	}
	header {
		height: 60px;
		background: linear-gradient(to right, #585858, #a0a0a0);
	}
	header>div {
		float: left;
	}
	#list_btn {
		padding: 20px;
		cursor: pointer;
		transition: opacity 500ms;
	}
	#list_btn:hover {
		opacity: 0.5;
		transition: opacity 200ms;
	}
	header>nav {
		width: 100%;
		position: absolute;
		z-index: 99;
		top: 60px;
		padding: 20px 0px;
		background-color: #fff;
		border-bottom: 5px solid #a0a0a0;
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
	}
	header>nav>a,
	header>nav>span {
		height: 40px;
		line-height: 40px;
		letter-spacing: 2px;
		padding-left: 40px;
		transition: color 500ms;
		font-size: 16px;
	}
	header>nav>span {
		font-weight: bold;
	}
	header>nav>span:before {
		content: '〉';
		display: inline-block;
		width: 25px;
		margin-left: -25px;
		color: #444;
	}
	header>nav>a:hover {
		color: #999;
		transition: color 200ms;
	}
	.show_list {
		visibility: visible;
		opacity: 1;
		transition: opacity 1000ms;
	}
}

@media only screen and (max-width:413px) {
	.contact_us_info_tb>div>div:nth-child(1) {
		font-weight: bold;
		flex-basis: 75px;
		font-size: 14px;
		line-height: 16px;
	}
	.contact_us_info_tb>div>div:nth-child(2) {
		display: none;
	}
	.contact_us_info_tb>div>div:nth-child(3) {
		padding-bottom: 15px;
	}
	.dealerships_info_tb>div>div:nth-child(1) {
		font-weight: bold;
		flex-basis: 75px;
		font-size: 14px;
		line-height: 16px;
	}
	.dealerships_info_tb>div>div:nth-child(2) {
		display: none;
	}
	.dealerships_info_tb>div>div:nth-child(3) {
		padding-bottom: 15px;
	}
}

@media only screen and (max-width:320px) {
	body {
		width: 320px;
	}
}

@media only screen and (min-width:414px) {
	.contact_us_info_tb>div {
		display: flex;
	}
	.contact_us_info_tb>div>div:nth-child(1) {
		flex-basis: 75px;
	}
	.contact_us_info_tb>div>div:nth-child(2) {
		text-align: center;
		flex-basis: 40px;
	}
	.contact_us_info_tb>div>div:nth-child(3) {
		flex: 1;
	}
	.dealerships_info_tb>div {
		display: flex;
	}
	.dealerships_info_tb>div>div:nth-child(1) {
		flex-basis: 75px;
	}
	.dealerships_info_tb>div>div:nth-child(2) {
		text-align: center;
		flex-basis: 40px;
	}
	.dealerships_info_tb>div>div:nth-child(3) {
		flex: 1;
	}
}

@media only screen and (min-width:568px) {
	.contact_us_info_qr {
		display: flex;
		padding-top: 30px;
	}
	.footer_link {
		padding-top: 20px;
	}
	.footer_link a {
		margin: 0px 20px;
		line-height: 30px;
		display: inline-block;
	}
	.footer_link div {
		display: inline-block;
		line-height: 40px;
		padding: 0px 10px;
	}
	.footer_cr {
		line-height: 30px;
		padding: 20px 0px 30px 20px;
	}
	.footer_cr div {
		display: inline;
	}
	.header_banner {
		height: 370px;
		background: linear-gradient(to right, #bfaf7c, #bfaf7c 50%, #806f3e 50%, #806f3e) no-repeat;
		background-size: 100% 179px;
	}
	header {
		height: 52px;
		background: linear-gradient(to right, #585858, #a0a0a0);
		border-bottom: 3px solid #000;
	}
	header>div {
		display: none;
	}
	header>nav {
		margin: 0 auto;
		max-width: 1000px;
	}
	header>nav>a,
	header>nav>span {
		float: left;
		height: 52px;
		line-height: 52px;
		text-align: center;
		width: 12%;
		margin: 0px 2%;
		color: #000 !important;
		transition: color 500ms;
		font-size: 18px;
	}
	header>nav>span,
	header>nav>a:hover {
		color: #BEAE83 !important;
		transition: color 200ms;
	}
}

@media only screen and (min-width:667px) {
	.brands_banner_split_2 {
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
	}
	.brands_banner_split_2>div {
		width: 49.27%;
	}
	.contact_us_info {
		font-size: 18px;
		line-height: 30px;
	}
	.contact_us_info_title {
		font-size: 21px;
		line-height: 35px;
	}
	.dealerships_info {
		font-size: 18px;
		line-height: 30px;
	}
	.dealerships_info_title {
		font-size: 21px;
		line-height: 35px;
	}
}

@media only screen and (min-width:768px),
print {
	.profile_con p {
		margin-bottom: 16px;
	}
}

@media only screen and (min-width:1024px) {
	.contact_us_banner img {
		max-width: none !important;
	}
	.dealerships_banner img {
		max-width: none !important;
	}
	.footer_link {
		float: right;
	}
	.header_banner>div>div>span>img {
		display: inline-block;
	}
	.profile_banner img {
		max-width: none !important;
	}
	.profile_con p {
		margin-bottom: 20px;
	}
}

@media only screen and (min-width:1164px) {
	.profile_con p {
		font-size: 21px;
		line-height: 35px;
	}
}

.dealerships_info_tb:after,
.footer_link:after,
header>nav:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

header>nav {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.dealerships_con .custTitle{height:40px;line-height:40px;font-size:16px;text-align:center;}
.dealerships_con .custUl{max-width:667px;list-style:none;padding:10px 0 0 8px;margin:0 auto;}
.dealerships_con .custUl li{width:48%;float:left;padding:0;margin:0 0 5px 0;height:100px;line-height:100px;text-align:center;font-size:30px;overflow:hidden;}
.dealerships_con .custUl li a{display:block;background:#ddd;border-left:solid #fff 5px;}
.dealerships_con .custInput{max-width:300px;padding:10px 0 0 0;margin:0 auto;text-align:center;position:relative;overflow:hidden;}
.dealerships_con .custInput input[type=text]{border:solid #ddd 1px;padding:0 4px 0 80px;height:30px;line-height:30px;position:absolute;top:10px;left:0;right:0;font-size:16px;z-index:90;}
.dealerships_con .custInput span{display:block;width:100%;line-height:40px;height:40px;font-size:16px;background:#beae83;color:#fff;vertical-align:middle;margin:10px auto;border-radius:4px;cursor:pointer;}
.dealerships_con .custInput i{display:block;width:80px;height:30px;line-height:30px;font-size:14px;font-style:normal;cursor:pointer;color:#aaa;background:#fff;text-align:right;float:left;}
.dealerships_con .custResult{display:none;max-width:300px;padding:0;margin:30px auto;overflow:hidden;}
.dealerships_con .custResult div{padding:0;margin:0;line-height:20px;font-size:14px;}
.dealerships_con .custResult .crpLeft{width:80px;height:20px;color:#999;text-align:right;float:left;}
.dealerships_con .custResult .crpRight{margin-left:80px;overflow:hidden;color:#666;}
.dealerships_con .custResult .crpRight span{font-weight:700;}


