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

body {
	background-color: #fff;
	margin: 0;
	font-size: 14px;
	color: #444;
	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: 0;
	padding: 0;
	color: #666;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	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: #444
}

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

textarea {
	resize: none
}

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

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

img {
	width: 100%;
	display: block
}

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

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

td {
	vertical-align: top
}

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

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

.content_container_bg_white {
	background-color: #fff
}

.content_container_bg_grey {
	background-color: #dbdbdb
}

main {
	min-height: 800px;
	overflow: hidden;
	padding-top: 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: 0 0 10px;
	text-align: center;
	font-size: 30px
}

.contact_us_info {
	padding: 15px 15px 50px;
	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: 700;
	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
}

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

.dealerships_con {
	padding-bottom: 80px
}

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

.dealerships_info {
	padding: 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: 700;
	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
}

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

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

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

.error_page_btn a:hover {
	color: #444;
	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: 0
}

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

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

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

#header_language>a {
	padding: 0 5px;
	line-height: 20px;
	cursor: pointer;
	color: #bfaf7c;
	transition: color 500ms
}
#header_language>a: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: 0;
	right: 5px;
	visibility: hidden;
	opacity: 0
}

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

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

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

.list_language>a: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: 0;
	font-size: calc(14px + .6vw);
	line-height: calc(22px + 1.12vw)
}

.videoBox{margin:50px 0 20px 0;text-align:center;background:url(video/FourteNoir.jpg) no-repeat;background-size:100% auto;overflow:hidden;min-height:500px;position:relative;cursor:pointer;}
.videoBox video{width:80%;}
.videoBtn{color:#fff;text-align:center;position:absolute;left:50%;top:50%;margin:-50px 0 0 -50px;}
.videoBtn img{width:100px;height:100px;}
.videoPlay{display:none;outline:none;width:100%;}
@media screen and (max-width:800px){
	.videoBox{min-height:200px;}
	.videoBox video{width:100%;}
}




@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: 21%;
		top: 50%;
		width: 115%;
		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
	}
	.error_page_content {
		font-size: 14px;
		line-height: 22px
	}
}

@media only screen and (max-width:567px) {
	.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: 0 10% 30px
	}
	.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: .5;
		transition: opacity 200ms
	}
	header>nav {
		width: 100%;
		position: absolute;
		z-index:99;
		top: 60px;
		padding: 20px 0;
		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: 700
	}
	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: 700;
		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: 700;
		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) {
	.footer_link {
		padding-top: 20px
	}
	.footer_link a {
		margin: 0 20px;
		line-height: 30px;
		display: inline-block
	}
	.footer_link div {
		display: inline-block;
		line-height: 40px;
		padding: 0 10px
	}
	.footer_cr {
		line-height: 30px;
		padding: 20px 0 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: 0 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
}
.follow_us{
	text-align:center;
	margin-top:10px;
	line-height:50px;
	color:#aaa;
}

.follow_us a{color:#aaa !important;}
.follow_us i{font-size:30px;margin-left:10px;cursor:pointer;}
.follow_us i:hover{color:#666;}
.wechart{max-width:300px;margin:0 auto;}
.custA{color:#BEAE83 !important}
#h_list .custLink{position:relative;}
#h_list .custUl{display:none;position:absolute;top:49px;left:0;right:0;z-index:99999;list-style:none;text-align:center;padding:10px 0;margin:0;background:#eee;color:#999;border-top:solid 3px #000;}
#h_list .custUl li{height:36px;font-size:14px;line-height:36px;}
#h_list .custUl li:hover{color:#333}
#h_list .custMhide{display:block;}
#h_list .custMshow{display:none;}
.dealerships_con .custPos{width:90%;margin:0 auto;}
.dealerships_con .custPos .custBig{font-weight:700;line-height:30px;}
.dealerships_con .custPos .custSmall{overflow:hidden;line-height:30px;}

@media screen and (max-width:568px){
	#h_list .custMhide{display:none;}
	#h_list .custMshow{display:block;}
}
