@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900,900i|Teko);
@import url(font-awesome.min.css);
@import url(base.css);

/* =============================================================================
   BASIC
   ========================================================================== */
html,
body {
	height: 100%;
}

body {
	background: rgb(43, 43, 43);
}

body.c2 {
	background: rgb(43, 43, 43);
}

body,
th,
td,
input {
	font-family: 'Lato', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	font-family: 'Lato', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

p {
	font-size: 0.9em;
	line-height: 1.4em;
}

h1.nomb {
	margin: 0 0 5px 0;
}

h2.nomb {
	margin: 0 0 5px 0;
}

h3.nomb {
	margin: 0 0 5px 0;
}

.loadbar {
	position: fixed;
	background: #e60012;
	width: 0;
	height: 4px;
	top: 0;
	left: 0;
	z-index: 2000;
	overflow: hidden;
	transition: 400ms ease-in-out;
}

.loadbar.ed {
	width: 0 !important;
	border: none;
	right: 0;
	left: inherit;
	opacity: 0;
}

.imgLiquidCenter,
.imgLiquidFill {
	opacity: 0;
	transition: opacity 400ms ease-in-out, transform 400ms ease-in;
}

.imgLiquid_ready {
	opacity: 1;
}

/*Element*/
.ie {
	position: fixed;
	width: 60%;
	height: 80%;
	padding: 10% 20%;
	text-align: center;
	left: 0;
	top: 0;
	background: #CCC;
	z-index: 9999;
}

.ie h2,
.ie h4 {
	color: #333 !important;
}

.ie p {
	text-align: center;
	color: #333 !important;
	font-size: 13px;
}

.ie a {
	color: #F36;
}

/*Package*/
.inner-width {
	position: relative;
	max-width: 1200px;
	margin: auto;
}

.txt-width {
	position: relative;
	max-width: 960px;
	margin: auto;
}

.btn_send {
	display: inline-block;
	text-align: center;
	background: #da2036;
	padding: 8px 50px;
	color: #FFF;
	border: none;
	font-size: 18px;
	box-sizing: border-box;
	margin: 5px 0;
}

.btn_send:hover,
.btn_send:focus {
	background: #ad182a;
	color: #FFF;
}

.more_bar {
	position: relative;
	padding: 20px;
	text-align: center;
}

.more_bar.s1 {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #CCC;
}

.more_bar.s2 {
	padding-top: 30px;
	margin-top: 30px;
	border-top: solid 1px #CCC;
}

.more_bar.s3 {
	text-align: right;
}

.btn_more {
	display: inline-block;
	padding: 0 15px;
	background: #e60012;
	color: #FFF;
	line-height: 36px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	opacity: 0.8;
	;
	transition: 400ms ease-in-out;
}

.btn_more i {
	padding: 0 0 0 5px;
	margin: 0 -5px 0 0;
	font-size: 18px;
	transition: 400ms ease-in-out;
}

.btn_more:hover,
.btn_more:active,
.btn_more.cur {
	background: #e60012;
	color: #FFF;
	border-radius: 5px;
	opacity: 1;
}

.btn_more:hover i {
	padding: 0 0 0 30px;
}

.pager_bar {
	padding: 30px;
	text-align: center;
}

.pager_bar.right {
	text-align: right;
}

.pager_bar a {
	display: inline-block;
	line-height: 40px;
	min-width: 24px;
	padding: 5px 10px;
	text-align: center;
	margin: 2px;
	color: #FFF;
	font-size: 24px;
	font-family: 'Teko', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
}

.pager_bar.white a {
	color: #FFF;
}

.pager_bar a.con {
	width: auto;
	padding: 0 10px;
}

.pager_bar a.arrow {
	color: #da2036;
}

.pager_bar a:hover,
.pager_bar a.cur {
	color: #FFF;
	background: #da2036;
}

.pager_bar.white a:hover,
.pager_bar.white a.cur {
	background: #FFF;
	color: #da2036;
}

/*BLOCK*/
#wrapper {
	position: relative;
	z-index: 1;
	width: 100%;
	margin: auto;
	top: 0;
	overflow: hidden;
}

#header {
	position: fixed;
	z-index: 1000;
	width: 100%;
	padding: 0;
	left: 0;
	transition: 300ms ease-in-out;
}

#header .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, 0);
	transition: 300ms ease-in-out;
}

#content {
	padding: 0;
	margin: 0;
}

#footer {
	position: relative;
	color: #FFF;
	padding: 40px 0;
	overflow: auto;
	margin: auto;
	box-sizing: border-box;
	z-index: 100;
}

#footer .terms {
	font-size: 14px;
	float: right;
	text-align: right;
	width: 50%;
	box-sizing: border-box;
	padding: 0 30px;
}

#footer .terms a {
	color: #FFF;
	display: inline-block;
	margin: 0 10px;
}

#footer .terms a:hover {
	text-decoration: underline;
}

#footer .media {
	width: 50%;
	float: left;
	text-align: left;
	box-sizing: border-box;
	padding: 0 30px;
}

#footer .media h4 {
	font-size: 24px;
	display: inline-block;
	margin: 0 30px 0 0;
}

#footer .media a {
	font-size: 24px;
	color: #FFF;
	display: inline-block;
	margin: 0 10px;
}

#footer .copyright {
	font-size: 14px;
}

#full_block {
	position: relative;
	z-index: 10;
}

/**logo**/
.logo {
	position: absolute;
	top: 25px;
	left: 20px;
	width: 190px;
	z-index: 101;
	transition: 300ms ease-in-out;
}

.logo img {
	width: 100%;
	height: auto;
	transition: 300ms ease-in-out;
}

.logo img.sub {
	position: absolute;
	right: -30px;
	top: 75%;
	left: 50%x;
	width: 70%;
}

/*TOPMENU*/
.top_menu {
	position: absolute;
	right: 0;
	top: 18px;
	z-index: 100;
	text-align: right;
	width: 100%;
	transition: 300ms ease-in-out;
}

.top_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	box-sizing: border-box;
}

.top_menu ul.m1>li {
	position: relative;
	display: inline-block;
	text-align: center;
}

.top_menu ul.m1>li>a {
	position: relative;
	display: block;
	font-weight: 700;
	color: #FFF;
	padding: 0 15px;
	text-align: left;
	line-height: 46px;
	font-family: 'Teko', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
	font-size: 24px;
	transition: 500ms ease-in-out;
}

.top_menu ul.m1>li>a::before {
	content: '';
	display: block;
	position: absolute;
	top: 40px;
	left: 18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: #e60013 transparent transparent transparent;
	transition: 500ms ease-in-out;
	transform: translateX(20px) translateY(20px);

}

.top_menu ul.m1>li>a:hover,
.top_menu ul.m1>li>a.cur,
.top_menu ul.m1>li.on>a {
	color: #e60013;
}

.top_menu ul.m1>li>a:hover::before,
.top_menu ul.m1>li>a.cur::before,
.top_menu ul.m1>li.on>a::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #e60013 transparent transparent transparent;
	transform: translateX(0) translateY(0);
}



.top_menu ul.submenu {
	position: absolute;
	top: 55px;
	left: 0;
	max-height: 0;
	overflow: hidden;
	background: #e60013;
	width: 180px;
	transition: 500ms ease-in-out;
}

.top_menu .on ul.submenu {
	max-height: 400px;
}

.top_menu ul.submenu a {
	display: block;
	text-align: center;
	color: #FFF;
	padding: 10px 5px;
	font-size: 14px;
	line-height: 18px;
	margin: 4px;
}

.top_menu ul.submenu a:hover {
	background: #FFF;
	color: #e60013;
}

.top_menu .lan {
	position: absolute;
	top: 42px;
	left: 20px;
	color: #FFF;
	transition: 500ms ease-in-out;
}

.top_menu .lan a {
	color: #FFF;
	font-size: 13px;
}

.top_menu .lan a.on {
	color: #e60012;
	/* cursor: default; */
}

.top_menu .lan i {
	font-size: 14px;
	margin: 0 5px 0 0;
}

#header.ed .bg {
	background: rgba(0, 0, 0, 0.8);
}

#header.ed .logo {
	width: 160px;
	top: 16px;
}

#header.ed .top_menu .lan {
	position: absolute;
	top: 26px;
}

.sitemap_box {
	position: relative;
	z-index: 100;
	padding: 60px 30px 0;
	background: #0e0e0e;
	color: #FFF;
}

.sitemap_box a {
	position: relative;
	color: #FFF;
}

.sitemap_box a:hover {
	color: #da2036;
}

.sitemap_box ul {
	margin: 0;
	position: relative;
	list-style: none;
	overflow: auto;
}

.sitemap_box>div>ul {
	padding: 0 0 30px 0;
}

.sitemap_box>div>ul>li {
	position: relative;
	float: left;
	margin: 0 25px;
	font-size: 16px;
}

.sitemap_box>div>ul>li li {
	font-size: 14px;
}

/*BANNER*/
.full_banner {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 2;
	margin: 0;
}

.full_banner .item {
	width: 100%;
	height: 100%;
}

.full_banner .item .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}

.full_banner .item .txt {
	position: absolute;
	top: 420px;
	left: 20px;
	width: 450px;
}

.full_banner .item .txt h1 {
	color: #FFF;
	font-size: 50px;
	font-weight: 900;
	font-style: italic;
	opacity: 0;
	transition: 300ms ease-in-out;
	transform: translateX(30px);
}

.full_banner .item .txt p {
	color: #c6c6c6;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4em;
	opacity: 0;
	transition: 500ms ease-in-out;
	transform: translateX(30px);
}

.full_banner .item .txt a {
	display: inline-block;
	padding: 0 30px;
	background: #e60012;
	color: #FFF;
	line-height: 46px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	opacity: 0;
	transition: 700ms ease-in-out;
	transform: translateX(30px);
}

.full_banner .item .txt a i {
	padding: 0 0 0 10px;
	margin: 0 -10px 0 0;
}

.full_banner .item.active-slide .txt h1 {
	transform: translateX(0px);
	opacity: 1;
}

.full_banner .item.active-slide .txt p {
	transform: translateX(0px);
	opacity: 1;
}

.full_banner .item.active-slide .txt a {
	transform: translateX(0px);
	opacity: 1;
}

.full_banner .item .pic {
	z-index: -1;
}

.tires_banner {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin: 0;
}

.tires_banner .bxslider {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 2;
}

.tires_banner .item {
	width: 100%;
	height: 100%;
}

.tires_banner .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}

.tires_banner .item .tires {
	position: absolute;
	top: 150px;
	left: 0;
	width: 490px;
	height: 490px;
}

.tires_banner .txt {
	position: absolute;
	top: 250px;
	right: 20px;
	width: 50%;
	background: rgba(0, 0, 0, 0.4);
	padding: 40px 60px;
	box-sizing: border-box;
	z-index: 2;
}

.tires_banner .txt .sub {
	font-size: 30px;
	color: #e60012;
	font-family: 'Teko', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
}

.tires_banner .txt h1 {
	color: #FFF;
	font-size: 40px;
	font-weight: 900;
	font-style: italic;
}

.tires_banner .txt h3 {
	color: #FFF;
}

.tires_banner .txt p {
	color: #c6c6c6;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
}

.tires_banner .txt a {
	display: inline-block;
	padding: 0 10px;
	margin: 0 10px 0 0;
	background: #e60012;
	color: #FFF;
	line-height: 36px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.tires_banner .txt a i {
	padding: 0 0 0 10px;
	margin: 0 -10px 0 0;
}

.tires_banner .txt .mark {
	color: #FFF;
}

.tires_banner .item.active-slide .txt .sub {
	transform: translateX(0px);
	opacity: 1;
}

.tires_banner .item.active-slide .txt h1 {
	transform: translateX(0px);
	opacity: 1;
}

.tires_banner .item.active-slide .txt p {
	transform: translateX(0px);
	opacity: 1;
}

.tires_banner .item.active-slide .txt a {
	transform: translateX(0px);
	opacity: 0.7;
}

.tires_banner .pic {
	z-index: -1;
}

.tires_banner .txt a:hover {
	opacity: 1;
}

.page_banner {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	margin: 0;
}

.page_banner .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	transition: 500ms ease-in-out;
}

.page_banner.ed .pic {
	opacity: 0.2;
}

.page_banner .txt {
	position: absolute;
	top: 200px;
	right: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.4);
	padding: 40px 60px;
	box-sizing: border-box;
	z-index: 2;
}

.page_banner .txt .sub {
	color: #e60012;
	font: 700 26px/1.2em 'Teko', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
}

.page_banner .txt h1 {
	color: #FFF;
	font-size: 40px;
	font-weight: 900;
	font-style: italic;
}

.page_banner .txt h1.last {
	margin: 0;
}

.page_banner .txt h3 {
	color: #FFF;
}

.page_banner .txt p {
	color: #c6c6c6;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
	margin: 0;
}

.page_banner .txt a {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	padding: 0;
	margin: 0 10px 0 0;
	background: #e60012;
	color: #FFF;
	width: 36px;
	line-height: 36px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.page_banner .txt a i {
	padding: 0 0 0 10px;
	margin: 0 -10px 0 0;
}

.page_banner .txt a:hover {
	opacity: 1;
}

.bx-wrapper {
	position: absolute !important;
	width: 100%;
}

.bx-wrapper .bx-viewport {
	z-index: 1;
}

/*INDEX*/
.inx_ad_box {
	position: relative;
	padding: 730px 0 0 0;
}

.inx_ad_box ul {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 10px;
	list-style: none;
	z-index: 1;
}

.inx_ad_box ul li {
	width: calc(100% / 2);
	float: left;
}

.inx_ad_box a {
	position: relative;
	display: block;
	margin: 10px;
	color: #FFF;
	overflow: hidden;
}

.inx_ad_box a h3 {
	font-size: 30px;
	line-height: 1.1em;
	margin: 0 0 10px 0;
}

.inx_ad_box a p {
	font-size: 18px;
	color: #c6c6c6;
	margin: 0;
	line-height: 1.6em;
}

.inx_ad_box a .pic {
	height: 400px;
	transition: opacity 400ms ease-in-out, -webkit-filter 400ms ease-in-out, transform 400ms ease-in;
	-webkit-filter: grayscale(1) brightness(.5);
}

.inx_ad_box a .tip {
	color: #e60012;
	font-size: 18px;
	font-weight: 700;
	opacity: 0;
	transform: translateX(-10px);
	transition: 400ms ease-in-out;
}

.inx_ad_box ul li:nth-child(1) a {
	margin-right: 20px;
}

.inx_ad_box ul li:nth-child(1) .txt {
	position: absolute;
	top: 16%;
	width: 60%;
	left: 20px;
}

.inx_ad_box ul li:nth-child(1) h3 {
	font-size: 40px;
}

.inx_ad_box ul li:nth-child(1) .txt {
	position: absolute;
}

.inx_ad_box ul li:nth-child(2) .pic,
.inx_ad_box ul li:nth-child(3) .pic {
	width: 190px;
	height: 190px;
	margin: 0 20px 0 0;
	float: left;
}

.inx_ad_box a:hover .pic {
	-webkit-filter: grayscale(0) brightness(0.9);
	transform: scale(1.05);
}

.inx_ad_box a:hover .tip {
	opacity: 1;
	transform: translateX(0px);
}

.inx_pro_box {
	position: relative;
	padding: 80px 100px;
	overflow: hidden;
	z-index: 1;
}

.inx_pro_box .title {
	position: relative;
	font-size: 60px;
	text-align: left;
	color: #FFF;
	font-weight: 900;
	font-style: italic;
	margin: 0 0 150px 30%;
}

.inx_pro_box .title::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 180px;
	height: 7px;
	background: #e60012;
}

.inx_pro_box ul {
	display: block;
	margin: 0;
	list-style: none;
}

.inx_pro_box li {
	display: block;
	width: 100%;
}

.inx_pro_box .item {
	position: relative;
	height: 250px;
}

.inx_pro_box .txt {
	width: 60%;
	float: left;
	height: 250px;
	background: rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
	padding: 20px 30px;
	transition: 400ms ease-in-out;
}

.inx_pro_box .txt h3 {
	font-size: 40px;
	margin: 0 0 20px 0;
}

.inx_pro_box .txt p {
	color: #454545;
	margin: 0 0 20px 0;
	font-size: 16px;
}

.inx_pro_box .txt a {
	font-size: 18px;
	color: #e60012;
	font-weight: 700;
}

.inx_pro_box .bg {
	width: 40%;
	float: right;
	height: 250px;
	background: #FFF;
}

.inx_pro_box .pic {
	position: absolute;
	bottom: 0;
	right: 60px;
	width: 370px;
	height: 366px;
	transition: 400ms ease-in-out;
	transform: translateX(0px);
}

.inx_pro_box .pic img {
	display: block;
}

.inx_pro_box .item:hover .txt {
	background: rgba(255, 255, 255, 1);
}

.inx_pro_box .item:hover .pic {
	transform: translateX(20px);
}

.inx_pro_box .owl-carousel .owl-stage-outer {
	overflow: visible;
}


.inx_news_box {
	position: relative;
	padding: 80px 100px 60px;
	overflow: hidden;
	background: rgba(69, 69, 69, 0.2);
	z-index: 1;
}

.inx_news_box .title {
	position: relative;
	font-size: 60px;
	text-align: left;
	color: #FFF;
	font-weight: 900;
	font-style: italic;
	margin: 0 0 80px 30%;
}

.inx_news_box .title::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 180px;
	height: 7px;
	background: #e60012;
}

.inx_news_box ul {
	display: block;
	list-style: none;
	margin: 0;
}

.inx_news_box li {
	position: relative;
	display: block;
}

.inx_news_box li a {
	position: relative;
	display: block;
	overflow: hidden;
}

.inx_news_box li a .pic {
	width: 100%;
	height: 290px;
	transition: opacity 400ms ease-in-out, -webkit-filter 400ms ease-in-out, transform 400ms ease-in;
	-webkit-filter: brightness(.9);
}

.inx_news_box li a .txt {
	box-sizing: border-box;
	padding: 15px 10px;
}

.inx_news_box li a .tip {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 30%;
	font-size: 18px;
	opacity: 0;
	font-weight: 700;
	transition: 400ms ease-in-out;
}

.inx_news_box li a .txt h3 {
	color: #FFF;
	font-size: 20px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	margin: 0 0 0.5em 0;
	font-weight: 700;
}

.inx_news_box li a .txt .date {
	color: #FFF;
	font-size: 16px;
}

.inx_news_box li:hover {
	z-index: 1;
}

.inx_news_box li a:hover .pic {
	opacity: 1;
	-webkit-filter: brightness(0.4) blur(3px);
}

.inx_news_box li a:hover h3 {
	color: #e60012;
}

.inx_news_box li a:hover .date {
	color: #e60012;
}

.inx_news_box li a:hover .tip {
	color: #e60012;
	opacity: 1;
}



.media_box {
	position: relative;
	padding: 80px 100px 60px;
	overflow: hidden;
	z-index: 1;
}

.media_box .title {
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}

.media_box .title h2 {
	position: relative;
	display: inline-block;
	font-size: 30px;
	color: #FFF;
	font-weight: 900;
	font-style: italic;
}

.media_box .title h2::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 50px;
	height: 4px;
	background: #e60012;
}

.media_box ul {
	display: block;
	list-style: none;
	margin: 0;
}

.media_box li {
	position: relative;
	display: block;
}

.media_box li a {
	position: relative;
	display: block;
	overflow: hidden;
}

.media_box li a .pic {
	width: 100%;
	height: 290px;
	transition: opacity 400ms ease-in-out, -webkit-filter 400ms ease-in-out, transform 400ms ease-in;
	;
	-webkit-filter: brightness(.9);
}

.media_box li a .txt {
	box-sizing: border-box;
	padding: 15px 10px;
}

.media_box li a .tip {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 30%;
	font-size: 18px;
	opacity: 0;
	font-weight: 700;
	transition: 400ms ease-in-out;
}

.media_box li a .txt h3 {
	color: #FFF;
	font-size: 20px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	margin: 0 0 0.5em 0;
	font-weight: 700;
}

.media_box li a .txt .date {
	color: #FFF;
	font-size: 16px;
}

.media_box li:hover {
	z-index: 1;
}

.media_box li a:hover .pic {
	opacity: 1;
	-webkit-filter: brightness(0.4) blur(3px);
}

.media_box li a:hover h3 {
	color: #e60012;
}

.media_box li a:hover .date {
	color: #e60012;
}

.media_box li a:hover .tip {
	color: #e60012;
	opacity: 1;
}

.tires_box {
	position: relative;
	padding: 750px 0 0 0;
}

.tires_box.list {
	padding: 400px 0 0 0;
}

.tires_box h3 {
	position: relative;
	display: inline-block;
	font-size: 30px;
	color: #FFF;
	font-weight: 900;
	font-style: italic;
}

.tires_box h3::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 50px;
	height: 4px;
	background: #e60012;
}

.tires_box .info {
	position: relative;
	z-index: 1;
	float: left;
	width: 45%;
}

.tires_box .info.right {
	position: relative;
	z-index: 1;
	float: right;
	width: 45%;
}

.tires_box .info.full {
	position: relative;
	z-index: 1;
	float: none;
	width: 100%;
	margin: 0;
}

.tires_box .photos {
	position: relative;
	z-index: 1;
	float: right;
	width: 45%;
}

.tires_box .info.full .title {
	text-align: center;
	margin: 30px 0;
}

.tires_box .info.full table {
	width: 100%;
}

.tires_box .info.full table th {
	font-size: 85%;
}

.tires_box .info.full tr:hover {
	background: #333;
}

.tires_box .info.full .locked_Top,
.tires_box .info.full th {
	background: #3e3e3e;
}

.tires_box .info.full .scroll {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	max-width: 100%;
}

.photos {
	position: relative;
	padding: 0 0 100px 0;
}

.photos ul {
	display: block;
	list-style: none;
	margin: 0;
}

.photos a {
	position: relative;
	display: block;
	float: left;
	width: calc(100%/4 - 10px);
	height: 200px;
	overflow: hidden;
	box-sizing: border-box;
	margin: 5px;
	opacity: 0.5;
}

.photos a img {
	position: absolute;
	display: block !important;
	top: 50%;
	left: 50%;
	opacity: 0;
	width: 0%;
	height: 0%;
}

.photos a figure {
	display: none;
}

.photos a:hover {
	transform: scale(1.05);
	z-index: 1;
	opacity: 1;
}

/*ABOUT*/
.title_box {
	position: relative;
	text-align: center;
	color: #FFF;
	height: 200px;
}

.title_box .txt {
	position: relative;
	top: -30px;
}

.title_box .txt.title {
	top: 0;
	max-width: 800px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 30px;
}

.title_box .txt.title a {
	color: #FFF;
	margin: 4px 0 0 -24px;
	float: left;
	font-size: 24px;
}

.title_box .txt.title h1 {
	font-size: 24px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.title_box .txt h1 {
	font-size: 30px;
}

.title_box .txt h2 {
	font-size: 50px;
}

.title_box .bg {
	position: absolute;
	top: -100px;
	left: -10%;
	width: 120%;
	height: 240px;
	transform: rotate(-5deg);
	background: #e04841;
	z-index: -1;
}

.title_box .bg2 {
	position: absolute;
	top: -70px;
	left: -10%;
	width: 120%;
	height: 220px;
	transform: rotate(-4deg);
	background: #fceae9;
	z-index: -2;
}

.inner_box {
	position: relative;
	padding: 50px 0;
}

.edit {
	padding: 20px 0;
}

.edit h4 {
	color: #FFF;
	font-size: 20px;
	font-weight: 900;
	font-style: italic;
}

.edit h5 {
	color: #da2036;
	font-size: 18px;
	font-weight: 900;
	font-style: italic;
}

.edit p {
	font-size: 15px;
	line-height: 1.6em;
	margin: 0 0 0.6em 0;
	color: #f2f2f2;
	letter-spacing: 1px;
	text-align: justify;
}

.edit th,
.edit td,
.edit li {
	line-height: 1.4em;
	color: #f2f2f2;
}

.edit li {
	margin: 0 0 10px 0;
}

.edit th,
.edit td {
	padding: 8px;
}

.edit img {
	max-width: 100%;
	height: auto;
}

.edit iframe {
	max-width: 100%;
}

.edit ol,
.edit ul {
	margin: 0 0 1em 1em;
	font-size: 15px;
}

.edit .mv {
	max-width: 640px;
	margin: 0 auto 20px;
}

.edit hr {
	clear: both;
}

.edit a {
	color: #FFF;
	font-size: 24px;
}

.pic_right {
	width: 320px;
	height: 250px;
	float: right;
	margin: 0 0 20px 20px;
}

.pic_left {
	width: 320px;
	height: 250px;
	float: left;
	margin: 0 20px 20px 0;
}

.inner_box .list {
	position: relative;
}

.inner_box .list ul {
	display: block;
	margin: 0;
	list-style: none;
}

.inner_box .list li {
	display: block;
	width: calc(100%/2);
	float: left;
	border-bottom: solid 1px #f2f2f2;
	margin: 0 0 30px 0;
}

.inner_box .list li:nth-child(1) {
	width: 100%;
}

.inner_box .list.s2 li:nth-child(1) {
	width: 50%;
}

.inner_box .list.s3 li:nth-child(1) {
	width: 50%;
}

.inner_box .list .pic {
	width: 160px;
	height: 160px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	float: left;
	margin: 0 30px 30px 30px;
}

.inner_box .list.s2 .pic {
	width: 200px;
	height: 160px;
	float: left;
	margin: 0 30px 30px 30px;
	border: solid 5px #FFF;
	box-sizing: border-box;
	background: #FFF;
}

.inner_box .list .name {
	font-size: 20px;
	color: #000;
	margin: 5px 0 0;
}

.inner_box .list .job {
	font-size: 15px;
	color: #da2036;
	margin: 0;
}

.inner_box .list .company {
	font-size: 15px;
	color: #333;
	margin: 0 0 10px 0;
}

.inner_box .list .contact i {
	font-size: 16px;
	color: #da2036;
	margin: 0 10px 0 0;
	width: 16px;
	text-align: center;
}

.about_box {
	position: relative;
	padding: 550px 0 0 0;
}

.about_box.news {
	position: relative;
	padding: 550px 0 0 0;
}

.about_box h3 {
	position: relative;
	display: inline-block;
	font-size: 30px;
	color: #FFF;
	font-weight: 900;
	font-style: italic;
}

.about_box h3::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 50px;
	height: 4px;
	background: #e60012;
}

.about_box .info {
	position: relative;
	z-index: 1;
	float: left;
	width: 50%;
}

.about_box .info.con {
	padding: 0 0 60px;
}

.about_box .info.right {
	position: relative;
	z-index: 1;
	float: right;
	width: 45%;
}

.about_box .info.full {
	position: relative;
	z-index: 1;
	float: none;
	width: 100%;
	margin: 0;
}

.about_box .photos {
	position: relative;
	z-index: 1;
}

.about_box .info.full .title {
	text-align: center;
	margin: 30px 0;
}

.about_box .info.full table {
	width: 100%;
}

.about_box .info.full tr:hover {
	background: #333;
}

.about_box .info.full .locked_Top,
.about_box .info.full th {
	background: #3e3e3e;
}

.about_box .info.full .scroll {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	max-width: 100%;
}

/*pro_box*/
.pro_box {
	position: relative;
	padding: 300px 0 80px;
	overflow: hidden;
	z-index: 1;
}

.pro_box .title {
	text-align: center;
	padding-bottom: 150px;
}

.pro_box .title h2 {
	position: relative;
	display: inline-block;
	font-size: 60px;
	color: #FFF;
	font-weight: 900;
	font-style: italic;
}

.pro_box .title h2::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 180px;
	height: 7px;
	background: #e60012;
}

.pro_box ul {
	display: block;
	margin: 0;
	list-style: none;
}

.pro_box li {
	display: block;
	width: 100%;
}

.pro_box .item {
	position: relative;
	margin: 0 0 120px 0;
}

.pro_box .txt {
	box-sizing: border-box;
	padding: 20px 30px;
	transition: 400ms ease-in-out;
}

.pro_box .txt .title {
	text-align: center;
	padding: 20px 0;
	background: rgba(0, 0, 0, 0.5);
	margin-bottom: 50px;
}

.pro_box .txt h3 {
	position: relative;
	display: inline-block;
	font-size: 40px;
	text-align: center;
	color: #FFF;
	font-family: 'Teko', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
}

.pro_box .txt h3::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 50px;
	height: 4px;
	background: #e60012;
}

.pro_box .txt p {
	color: #FFF;
	margin: 0 10px;
}

.pro_box .list {
	position: relative;
	display: block;
	width: calc(100% / 3 - 20px);
	float: left;
	box-sizing: border-box;
	padding: 20px;
	margin: 100px 10px 0;
	transition: 400ms ease-in-out;
}

.pro_box .list:hover {
	background: #e60014;
}

.pro_box .list .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: #FFF;
}

.pro_box .list .pic {
	position: absolute;
	bottom: 0;
	left: 15%;
	width: 70%;
	z-index: 100;
	transition: 400ms ease-in-out;
}

.pro_box .list .pic img {
	max-width: 100%;
	display: block !important;
}

.pro_box .list .name {
	font-size: 20px;
	margin: 200px 0 10px 0;
	font-weight: 700;
	color: #e60014;
}

.pro_box .list p {
	color: #f2f2f2;
	margin: 0;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.pro_box .list:hover .pic {
	left: 10%;
	width: 80%;
}

.pro_box .list:hover .bg {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.pro_box .list:hover .name {
	color: #FFF;
}


.filter_menu {
	position: relative;
	padding: 20px;
	text-align: center;
}

.filter_menu a {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0 20px;
	color: #FFF;
	line-height: 40px;
	font-size: 15px;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
	transition: 400ms ease-in-out;
}

.filter_menu a:hover,
.filter_menu a.active {
	background: #e60012;
	color: #FFF;
}

/*NEWS*/
.news_box {
	position: relative;
	padding: 500px 0 80px;
	overflow: hidden;
	z-index: 1;
}

.news_box .title {
	position: relative;
	margin: 0 0 1.5em 0;
	font-weight: 400;
	font-size: 30px;
	text-align: center;
}

.news_box ul {
	display: block;
	list-style: none;
	margin: 0;
}

.news_box li {
	position: relative;
	display: block;
	float: left;
	width: calc(100%/3);
}

.news_box.news li {
	position: relative;
	display: block;
	float: left;
	width: calc(100%/4);
}

.news_box li a {
	position: relative;
	display: block;
	margin: 10px;
	box-sizing: border-box;
}

.news_box li a .pic {
	width: 100%;
	height: 240px;
	transition: opacity 400ms ease-in-out, -webkit-filter 400ms ease-in-out, transform 400ms ease-in;
	;
	-webkit-filter: brightness(.5);
}

.news_box.ps li a .pic {
	border-radius: 10px;
}

.news_box.news li a .pic {
	height: 200px;
}

.news_box.news li:nth-child(8n-7) {
	width: calc(100%/2);
}

.news_box.news li:nth-child(8n-7) a .pic {
	height: 498px;
}

.news_box.news li:nth-child(8n) {
	width: calc(100%/2);
}

.news_box li a .txt {
	box-sizing: border-box;
	padding: 15px 10px;
}

.news_box li a .date {
	position: absolute;
	bottom: 90px;
	left: 10px;
	color: #FFF;
	font-size: 24px;
	line-height: 24px;
	font-family: 'Teko', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
}


.news_box li a .txt h3 {
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin: 0 0 0.5em 0;
}

.news_box li a .txt p {
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	margin: 0;
}

.news_box li:hover {
	z-index: 1;
}

.news_box.ps li a:hover .pic {
	opacity: 1;
	transform: scale(1.05);
	-webkit-filter: brightness(.9);
}

.news_box.news li a:hover .pic {
	opacity: 1;
	-webkit-filter: brightness(.2);
}

.news_box li a:hover h3 {
	color: #da2036;
}

.news_box li a:hover .date {
	color: #da2036;
}

.news_box li.mix {
	display: none;
}


/*FAQ*/
.faq_box {
	position: relative;
	padding: 550px 0 80px;
	overflow: hidden;
	z-index: 1;
}

.faq_box .title_bar {
	text-align: center;
	margin: 80px 0 20px;
}

.faq_box .title_bar {
	text-align: center;
	padding: 20px 0;
	background: rgba(0, 0, 0, 0.5);
	margin-bottom: 50px;
}

.faq_box .title_bar h3 {
	position: relative;
	display: inline-block;
	font-size: 40px;
	text-align: center;
	color: #FFF;
	font-family: 'Teko', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
}

.faq_box .title_bar h3::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 50px;
	height: 4px;
	background: #e60012;
}

.faq_box .title_bar p {
	color: #FFF;
	margin: 0 10px;
}


.faq_box ul {
	position: relative;
	margin: 0;
	list-style: none;
}

.faq_box li {
	width: 100%;
	display: none;
}

.faq_box .list {
	counter-reset: my-badass-counter my-badass-counter2;
}

.faq_box .title {
	position: relative;
	font-size: 18px;
	color: #FFF;
	padding: 15px 40px 15px 80px;
	cursor: pointer;
}

.faq_box .title.on {
	border: none;
}

.faq_box .title:hover {
	background: #f2f2f2;
	color: #da2036;
}

.faq_box .title:after {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 24px;
	color: #CCC;
	content: "\f107";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	margin: 0 5px 0 0;
}

.faq_box .title.on:after {
	content: "\f106";
}

.faq_box .title:before {
	position: absolute;
	top: 15px;
	left: 10px;
	font-weight: bold;
	font-size: 24px;
	color: #da2036;
	content: 'Q' counter(my-badass-counter);
	counter-increment: my-badass-counter;
}

.faq_box .txt {
	position: relative;
	font-size: 16px;
	color: #f2f2f2;
	max-height: 0;
	padding: 0 20px 0 80px;
	border-bottom: solid 1px #CCC;
	overflow: hidden;
	transition: 0.5s ease-in;
}

.faq_box .txt:before {
	position: absolute;
	top: 15px;
	left: 10px;
	font-weight: bold;
	font-size: 24px;
	color: #FFF;
	content: 'A' counter(my-badass-counter2);
	counter-increment: my-badass-counter2;
}

.faq_box .txt.on {
	max-height: 3000px;
	padding: 10px 20px 10px 80px;
}

.map_box {
	position: relative;
	padding: 500px 0 0 0;
}

.map_box .menu_bar {
	position: relative;
	overflow: auto;
	padding: 20px;
	background: rgba(0, 0, 0, 0.5);
}

.map_box .menu_bar .t1,
.map_box .menu_bar .t2,
.map_box .menu_bar .t3 {
	position: relative;
	width: calc(100%/3 - 20px);
	margin: 0 10px;
	float: left;
	height: 50px;
}

.map_box .menu_bar button,
.map_box .menu_bar input {
	font-size: 20px;
	font-family: 'Teko', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 0 1.4rem;
}

.map_box .menu_bar button {
	background: #da2036;
	color: #FFF;
	transition: 200ms ease-in-out;
}

.map_box .menu_bar input {
	color: #da2036;
}

.map_box .menu_bar button:hover {
	transform: scale(1.02);
}

.map_box .menu_bar .t2 {
	background-color: #fff;
}

.map_box .menu_bar select {
	font-family: 'Teko', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 1.4rem;
	height: 100%;
	cursor: pointer;
	border: none;
	background: none;
	width: 100%;
	color: #da2036;
	font-size: 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.map_box .map {
	position: relative;
	height: 70vh;
}


.forms_box {
	position: relative;
	color: #FFF;
}

.forms_box label {
	position: relative;
	display: block;
	margin: 0 0 20px 0;
}

.forms_box button,
.forms_box input {
	font-size: 20px;
	font-family: 'Teko', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 0 1.4rem;
}

.forms_box textarea {
	font-size: 20px;
	font-family: 'Teko', '微軟正黑體', Microsoft JhengHei, Arial, Helvetica, sans-serif;
	width: 100%;
	text-align: left;
	padding: 0 1.4rem;
	height: 6em;
}

.forms_box input[type="checkbox"] {
	margin: 4px 4px 0 0;
	width: 24px;
	height: 24px;
}

.forms_box .tips {
	font-size: 14px;
}

.forms_box li {
	font-size: 13px;
	line-height: 1.5em;
}


/*con_box*/
.con_box {
	position: relative;
	padding: 0 0 30px 0;
	overflow: hidden;
	z-index: 1;
}

.con_box .title {
	text-align: center;
	margin: 0 0 20px 0;
}

.con_box .title h2 {
	position: relative;
	display: inline-block;
	font-size: 60px;
	color: #FFF;
	font-weight: 900;
	font-style: italic;
}

.con_box .title h2::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 180px;
	height: 7px;
	background: #e60012;
}

.con_box .list {
	position: relative;
	display: block;
	width: calc(100% - 20px);
	float: left;
	box-sizing: border-box;
	padding: 20px;
	transition: 400ms ease-in-out;
}

.con_box .list+.list {
	border-top: solid 1px #FFF;
}

.con_box .list:hover {
	background: rgba(255, 255, 255, 0.1);
}

.con_box .list .pic {
	float: left;
	width: 100px;
	margin: 0 20px;
}

.con_box .list .pic img {
	max-width: 100%;
	display: block !important;
}

.con_box .list .ser {
	font-size: 15px;
	font-weight: 700;
	color: #e60014;
}

.con_box .list .name {
	font-size: 18px;
	font-weight: 700;
	color: #FFF;
}

.con_box .list .txt {
	font-size: 15px;
	font-weight: 300;
	color: #FFF;
}

.con_box .list p {
	color: #f2f2f2;
	margin: 0;
	font-size: 16px;
}

.con_box .list .del {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	font-size: 24px;
	color: #FFF;
	cursor: pointer;
	opacity: 0.6;
	background: #c73246;
	width: 30px;
	text-align: center;
	line-height: 30px;
}

.con_box .list .del:hover {
	opacity: 1;
}

/*RWD*/
.desk-show {
	display: block !important;
}

.mobile-show {
	display: none !important;
}

.peload {
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in-out;
	-moz-transition: opacity 400ms ease-in-out;
	-ms-transition: opacity 400ms ease-in-out;
	-o-transition: opacity 400ms ease-in-out;
	transition: opacity 400ms ease-in-out;
}

.peload.ed {
	opacity: 1;
}

.pehide.ed {
	display: none;
}

.phone_btn {
	display: none;
}



@media only screen and (min-width: 1921px) {
	.full_banner .item .pic {
		background-size: 100%;
	}

	.tires_banner .pic {
		background-size: 100%;
	}

	.page_banner .pic {
		background-size: 100%;
	}
}

@media only screen and (max-width: 1200px) {
	.inner-width {
		box-sizing: border-box;
		padding: 0 20px;
	}

	.txt-width {
		box-sizing: border-box;
		padding: 0 20px;
	}

	.top_menu ul.m1>li>a {
		font-size: 20px;
	}

	.inx_pro_box {
		padding: 80px 50px;
	}

	.inx_pro_box .title {
		font-size: 38px;
	}

	.inx_pro_box .txt h3 {
		font-size: 24px;
		margin: 0 0 10px
	}

	.inx_pro_box .pic {
		width: 270px;
		height: 270px;
		transform: translateX(0);
	}

	.inx_pro_box .item {
		height: 160px;
	}

	.inx_pro_box .txt {
		width: 70%;
		height: 160px;
		background: rgba(255, 255, 255, 1);
		box-sizing: border-box;
		padding: 10px 20px;
	}

	.inx_pro_box .txt p {
		font-size: 14px;
		width: 90%;
		margin: 0 0 10px;
	}

	.inx_pro_box .bg {
		width: 30%;
		height: 160px;
	}

	.inx_news_box {
		padding: 40px 50px;
		background: rgba(69, 69, 69, 0.6);
	}

	.inx_news_box .title {
		font-size: 38px;
		margin: 0 0 50px 34%;
	}

	.sitemap_box>div>ul>li {
		margin: 0 25px;
	}
}

@media only screen and (max-width: 1024px) {
	.tires_box .info {
		width: 46%;
		margin-left: 2%;
	}

	.tires_box .photos {
		width: 48%;
		margin-right: 2%;
	}

	.tires_banner .txt {
		width: 45%;
	}

	.page_banner .txt {
		top: 150px;
	}

	.about_box {
		padding: 500px 0 0 0;
	}

	.pro_box .list {
		width: calc(100%/2 - 20px);
	}
}


@media only screen and (max-width: 960px) {
	.desk-show {
		display: none !important;
	}

	#header .logo {
		width: 140px;
		top: 24px !important;
		left: 50%;
		margin: 0 0 0 -70px;
	}

	#header.ed .logo {
		width: 140px;
		top: 24px !important;
		left: 50%;
		margin: 0 0 0 -70px;
	}

	#header.ed .bg {
		height: 70px;
	}

	#header .top_menu .lan {
		top: -38px !important;
		left: inherit;
		right: 20px;
	}

	.top_menu .lan a {
		padding: 0 4px;
	}

	.top_menu .lan a.on {
		color: #e60012;
		background: #FFF;
	}

	.top_menu ul.m1>li>a:hover::before,
	.top_menu ul.m1>li>a.cur::before,
	.top_menu ul.m1>li.on>a::before {
		border-color: #FFF transparent transparent transparent;
		transform: translateX(-7px) translateY(0);
	}

	.sitemap_box>div>ul>li {
		margin: 0 15px;
	}

	.sitemap_box>div>ul>li:nth-child(4),
	.sitemap_box>div>ul>li:nth-child(5),
	.sitemap_box>div>ul>li:nth-child(6) {
		float: right;
	}

	#footer .media {
		width: auto;
		float: none;
	}

	#footer .terms {
		width: auto;
		float: none;
		text-align: left;
		padding: 20px 20px 0 20px;
	}

	#footer .copyright {
		padding: 10px 30px;
	}

	/*MENU*/
	.menu_btn {
		position: absolute;
		top: 5px;
		left: 0;
		display: block;
		width: 60px;
		height: 60px;
		z-index: 3000;
		cursor: pointer;
	}

	.menu_btn>div {
		position: absolute;
		width: 32px;
		height: 3px;
		background: #FFF;
		left: 12px;
		-webkit-transition: 0.2s ease-in;
		-moz-transition: 0.2s ease-in;
		-ms-transition: 0.2s ease-in;
		-o-transition: 0.2s ease-in;
		transition: 0.2s ease-in;
	}

	.menu_btn.on>div {
		background: #FFF;
	}

	.menu_btn .m1 {
		top: 20px;
	}

	.menu_btn .m2 {
		top: 28px;
	}

	.menu_btn .m3 {
		top: 36px;
	}

	.menu_btn:hover .m1,
	.menu_btn:hover .m2,
	.menu_btn:hover .m3 {
		width: 32px;
	}

	.menu_btn.on .m1 {
		top: 29px;
		width: 32px;
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		transform: rotateZ(45deg);
	}

	.menu_btn.on .m2 {
		opacity: 0;
		width: 0;
		left: 50%;
	}

	.menu_btn.on .m3 {
		top: 29px;
		width: 32px;
		-webkit-transform: rotateZ(-45deg);
		-moz-transform: rotateZ(-45deg);
		-o-transform: rotateZ(-45deg);
		transform: rotateZ(-45deg);
	}

	.top_menu {
		padding: 60px 0;
		background: #da2036;
		position: fixed;
		top: 0;
		left: -100%;
		width: 270px;
		z-index: 200;
		height: 100%;
		box-sizing: border-box;
		-webkit-transition: 400ms ease-in-out;
		-moz-transition: 400ms ease-in-out;
		-ms-transition: 400ms ease-in-out;
		-o-transition: 400ms ease-in-out;
		transition: 400ms ease-in-out;
	}

	.top_menu ul {
		list-style: none;
		margin: 0;
		padding: 20px;
		width: 100%;
		display: block;
		box-sizing: border-box;
		-webkit-transition: 400ms ease-in-out;
		-moz-transition: 400ms ease-in-out;
		-ms-transition: 400ms ease-in-out;
		-o-transition: 400ms ease-in-out;
		transition: 400ms ease-in-out;
	}

	.top_menu ul.m1>li {
		display: inline;
		text-align: center;
		border-left: none;
		float: none;
		margin: 0;
	}

	.top_menu ul.m1>li>a {
		position: relative;
		display: block;
		font-weight: 400;
		padding: 15px 10px;
		text-align: centlefter;
		line-height: 1.2em;
		border-top: solid 1px #f2f2f2;
		font-size: 24px;
		color: #FFF;
		-webkit-transition: 500ms ease-in-out;
		-moz-transition: 500ms ease-in-out;
		-ms-transition: 500ms ease-in-out;
		-o-transition: 500ms ease-in-out;
		transition: 500ms ease-in-out;
	}

	.top_menu ul.m1>li:first-child>a {
		border: none;
	}

	.top_menu.on {
		left: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}

	.top_menu_mask {
		display: block;
		position: fixed;
		top: 0;
		left: 100%;
		;
		width: 100%;
		height: 100%;
		z-index: 0;
		opacity: 0;
		background: rgba(0, 0, 0, 0.8);
		-webkit-transition: opacity 400ms ease-in;
		-moz-transition: opacity 400ms ease-in;
		-ms-transition: opacity 400ms ease-in;
		-o-transition: opacity 400ms ease-in;
		transition: opacity 400ms ease-in;
	}

	.top_menu_mask.on {
		left: 0;
		opacity: 1;
	}



	.top_menu ul.submenu {
		position: relative;
		max-height: inherit;
		top: inherit;
		width: auto;
	}

	.top_menu .on ul.submenu {
		max-height: inherit;
	}

	.top_menu ul.submenu a {
		text-align: left;
		padding: 10px;
		border-top: solid 1px #e04841;
	}

	.top_menu ul.submenu a br {
		display: none;
	}

	.top_menu ul.submenu a::before {
		content: '- '
	}

	.top_menu ul.m1>li>a:hover,
	.top_menu ul.m1>li>a.cur,
	.top_menu ul.m1>li.on>a {
		color: #FFF;
	}

	.full_banner .item .pic {
		background-size: 180%;
	}

	.full_banner .item .txt {
		top: 310px;
		width: 400px;
	}

	.full_banner .item .txt h1 {
		font-size: 40px;
	}

	.full_banner .item .txt p {
		font-size: 14px;
	}


	.inx_ad_box {
		padding: 560px 0 0 0;
	}

	.inx_ad_box a {
		margin: 0;
	}

	.inx_ad_box a .pic {
		height: 250px;
	}

	.inx_ad_box ul li h3 {
		font-size: 20px;
	}

	.inx_ad_box ul li:nth-child(1) h3 {
		font-size: 24px;
	}

	.inx_ad_box a p {
		font-size: 13px;
	}

	.inx_ad_box ul li:nth-child(2) .pic,
	.inx_ad_box ul li:nth-child(3) .pic {
		width: 120px;
		height: 120px;
		margin: 0 10px 10px 0;
	}

	.inx_ad_box ul li:nth-child(2) p,
	.inx_ad_box ul li:nth-child(3) p {
		line-height: 15px;
		height: 30px;
		overflow: hidden;
	}

	.inx_ad_box a .tip {
		font-size: 15px;
		opacity: 1;
		transform: translateX(0px);
	}

	.inx_pro_box .title {
		margin: 0 0 90px 23%;
	}

	.inx_pro_box .pic {
		width: 220px;
		height: 220px;
		transform: translateX(30px);
	}

	.inx_pro_box .txt p {
		font-size: 13px;
		line-height: 1.3em;
		margin: 0 0 5px;
	}

	.btn_more {
		transform: scale(0.9);
	}


	.inx_news_box {
		padding: 40px 10px;
		background: rgba(69, 69, 69, 0.6);
	}

	.inx_news_box .title {
		margin: 0 0 50px 29%;
	}

	.tires_banner .item .tires {

		top: 80px;
		left: -40px;
		width: 450px;
		height: 450px;
	}

	.tires_banner .txt {
		position: absolute;
		top: 150px;
		right: 20px;
		width: 50%;
		padding: 20px;
	}

	.tires_box {
		padding: 650px 0 0 0;
	}

	.photos a {
		width: calc(100%/2 - 10px);
	}

	.media_box {
		padding: 40px 20px;
	}

	.page_banner .txt {
		padding: 60px 20px;
	}

	.news_box {
		padding: 400px 0 0 0;
	}

	.news_box li {
		width: calc(100%/2);
	}

	.faq_box {
		padding: 400px 0 0 0;
	}



	.news_box.news li {
		width: calc(100%/2);
	}

	.news_box.news li:nth-child(8n-7) {
		width: calc(100%/2);
	}

	.news_box.news li:nth-child(8n-7) a .pic {
		height: 200px;
	}

	.news_box.news li:nth-child(1) {
		width: calc(100%);
	}

	.news_box.news li:nth-child(1) a .pic {
		height: 400px;
	}

	.about_box.news {
		padding: 400px 0 0 0;
	}

	.about_box .info {
		width: auto;
		float: none;
		margin: 0 0 20px 0;
	}

	.about_box .info.right {
		width: auto;
		float: none;
		margin: 0 0 20px 0;
	}

	.about_box .info.right iframe {
		height: 400px;
	}

	.about_box .info.con {
		width: auto;
		float: none;
		margin: 0 0 20px 0;
	}

}

@media only screen and (max-width: 640px) {
	.mobile-show {
		display: block !important;
	}

	.mobile-show .tips {
		text-align: center;
		color: #FFF;
		font-size: 15px;
	}

	.mobile-show i {
		display: block;
		font-size: 24px;
		color: #FFF;
	}

	.sitemap_box {
		display: none;
	}

	.full_banner .item .txt {
		top: 230px;
		width: 90%;
	}

	.full_banner .item .txt a {
		padding: 0 20px;
		line-height: 40px;
		font-size: 16px;
	}

	.full_banner .item .pic {
		background-size: 150%;
	}

	.page_banner .txt {
		top: 80px;
		padding: 50px 20px 20px;
	}


	.inx_ad_box ul li {
		width: 100%;
	}

	.inx_ad_box ul li:nth-child(1) a {
		margin: 0 0 10px 0;
	}

	.inx_ad_box a h3 {
		margin: 10px 0;
	}

	.inx_ad_box {
		padding: 480px 0 0 0;
	}

	/*
	.inx_ad_box a .pic {
		-webkit-filter: grayscale(0) brightness(0.8);
	}

	.inx_ad_box ul li:nth-child(1){
		margin-bottom: 20px;
	}
	.inx_ad_box ul li:nth-child(1) a .pic{
		width: 100%;
		height: 240px;
	}
	.inx_ad_box ul li:nth-child(1) .txt {
		position: relative;
		top: inherit;
		width: auto;
		left: inherit;
	}
	*/
	.inx_ad_box ul li {
		margin-bottom: 20px;
	}

	.inx_ad_box ul li:nth-child(1) .txt {
		position: absolute;
		top: 20%;
		width: 60%;
		left: 15px;
	}

	.inx_pro_box {
		background: url(../images/demo/banner_1.jpg) center 125%;
		background-size: 150%;
		padding: 5px;
	}

	.inx_pro_box .item {
		height: 320px;
	}

	.inx_pro_box .title {
		margin: 0 0 90px 0;
	}

	.inx_pro_box .bg {
		width: auto;
		float: none;
	}

	.inx_pro_box .txt {
		width: auto;
		float: none;
		height: auto;
	}

	.inx_pro_box .pic {
		bottom: inherit;
		top: 0;
		transform: translateX(-30%) translateY(-60px);
	}

	.inx_pro_box .item:hover .pic {
		bottom: inherit;
		top: 0;
		transform: translateX(-30%) translateY(-60px);
	}

	.inx_pro_box .txt h3 {
		font-size: 20px;
		margin: 0 0 10px;
	}

	.inx_pro_box .txt p {
		width: auto;
	}

	.inx_news_box .title {
		margin: 0 0 50px 0;
	}

	.inx_news_box li a .txt h3 {
		margin: 0;
	}

	.tires_banner .item .tires {
		top: 10px;
		left: 0;
		width: 100%;
		height: 450px;
	}

	.tires_banner .txt {
		top: 390px;
		right: 30px;
		width: calc(100% - 60px);
		padding: 20px;
	}

	.tires_box {
		padding: 880px 10px 10px 10px;
	}

	.tires_banner .txt a {
		font-size: 14px;
		opacity: 1;
	}

	.tires_box .info,
	.tires_box .info.right {
		width: auto;
		margin-left: 0;
		float: none;
	}

	.tires_box .photos {
		width: auto;
		margin-right: 0;
		float: none;
	}

	.page_banner .txt h1 {
		font-size: 30px;
	}

	.about_box {
		padding: 400px 0 0 0;
	}

	.about_box.news {
		padding: 350px 0 0 0;
	}

	.about_box .info {
		width: auto;
		float: none;
		margin: 0 0 20px 0;
	}

	.pro_box {
		padding: 150px 0 50px;
	}

	.pro_box .txt {
		padding: 15px;
	}

	.pro_box .title {
		padding: 0 0 50px 0;
	}

	.pro_box .title h2 {
		font-size: 40px;
		padding: 0;
	}

	.pro_box .list {
		width: calc(100%);
		padding: 0;
		margin: 100px 0 0;
	}

	.pro_box .list .bg {
		height: 160px;
	}

	.pro_box .list .name {
		margin: 170px 0 10px 0;
	}

	.news_box {
		padding: 360px 0 0 0;
	}

	.news_box.ps {
		padding: 360px 0 0 0;
	}

	.news_box li {
		width: calc(100%);
	}

	.faq_box {
		padding: 330px 0 0 0;
	}

	.map_box {
		padding: 350px 0 0 0;
	}

	.map_box .menu_bar .t1,
	.map_box .menu_bar .t2,
	.map_box .menu_bar .t3 {

		width: calc(100% - 20px);
		margin: 10px;
		float: none;

	}


}

@media only screen and (max-width: 375px) {
	#footer .media {
		padding: 0 20px;
	}

	#footer .terms {
		padding: 20px 10px 0 10px;
	}

	#footer .copyright {
		font-size: 12px;
		padding: 10px 20px;
	}

	.full_banner .item .txt h1 {
		font-size: 32px;
	}

	.inx_pro_box .title {
		font-size: 32px;
	}

	.inx_pro_box .pic {
		bottom: inherit;
		top: 0;
		transform: translateX(-20%) translateY(-60px) !important;
	}

	.inx_pro_box .txt p {

		line-height: 15px;
		height: 60px;
		overflow: hidden;
	}

	.inx_pro_box {
		background: url(../images/demo/banner_1.jpg) center 140%;
	}

	.tires_banner .item .txt {
		right: 10px;
		width: calc(100% - 20px);
	}

	.pro_box .title h2 {
		font-size: 30px;
	}

	.about_box .info.right iframe {
		height: 240px;
	}

}

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

	.inx_info_box h1 {
		font-size: 32px;
	}

	.inx_cover_box .bg {
		width: 130%;
	}

	.pho_box a {
		width: 100% !important;
		margin: 5px 0;
	}

}


.print_pic {
	display: none;
}

.print_logo {
	display: none;
}



.cookie_check {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
	box-sizing: border-box;
	padding: 20px;
	z-index: 2000;
}

.cookie_check.on {
	display: none;
}

.cookie_check p a {
	color: #e60012;
}

.cookie_check h3 {
	color: #FFF;
	margin: 0 0 5px 0;
}

.cookie_check p {
	color: #FFF;
	margin: 0 0 5px 0;
}

.cookie_check a.btn_send {
	display: inline-block;
	padding: 0 10px;
	background: #e60012;
	color: #FFF;
	line-height: 32px;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 700;
	transition: 700ms ease-in-out;
}


@media only screen and (max-width:979px) {
	.cookie_check {
		bottom: 48px;
	}
}

@media print {
	body {
		background: #fff;
		color: #000;
	}

	.noPrint {
		display: none;
	}

	.print_pic {
		display: block;
		width: 50%;
		float: left;
	}

	.print_pic img {
		max-width: 80%;
	}

	.print_pic img {
		display: none;
	}

	.print_pic img:nth-child(1) {
		display: block;
	}

	#header {
		display: none;
	}

	.bx-wrapper,
	.bx-controls {
		display: none;
	}

	.sitemap_box {
		display: none;
	}

	#footer {
		display: none;
	}


	.tires_banner {
		position: relative;
		top: initial;
		right: initial;
		height: auto;
		width: auto;
		overflow: auto;
		margin: 0;
	}

	.tires_banner .pic {
		display: none;
	}

	.tires_banner .txt {
		position: relative;
		top: initial;
		right: initial;
		width: 50%;
		background: #FFF;
		padding: 40px;
		float: right;
	}

	.tires_banner .txt h1 {
		color: #000;
	}

	.print_logo {
		display: block;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		border-bottom: solid 1px #CCC;
	}

	.print_logo img {
		width: 4cm;
	}

	.tires_banner .txt p {
		color: #666;
	}

	.tires_box {
		padding: 1cm 0 0 0;
	}

	.tires_box h3 {
		color: #000;
	}

	.edit th,
	.edit td,
	.edit li,
	.edit p {
		color: #333;
	}

	.edit p {
		letter-spacing: 0;
		text-align: left;
	}

	.tires_box .info.full .title {
		text-align: left;
		margin: 10px 0;
	}

	.tires_box .info.full .locked_Top,
	.tires_box .info.full th {
		background: #f2f2f2;
	}

	.edit {
		padding: 10px 0;
	}

	.edit th,
	.edit td {
		padding: 2px;
		border: solid 1px #CCC;
		font-size: 10px;
	}

	.edit th,
	.edit td,
	.edit li {
		line-height: 1.2em;
		color: #333;
	}

	#at4-thankyou {
		display: none;
	}

	.tires_banner .mark {
		display: none;
	}

	.tires_banner .txt a {
		display: none;
	}
}

/*====2022 Edit====*/
/*---cer_box---*/
.pswp__bg {
	background: rgba(0, 0, 0, 0.85) !important;
}

.cer_box {
	position: relative;
	padding: 500px 0 80px;
	overflow: hidden;
	z-index: 1;
}

.cer_box .title {
	position: relative;
	display: inline-block;
	font-size: 24px;
	letter-spacing: 2px;
	color: #FFF;
	font-weight: 900;
	font-style: italic;
	margin-bottom: 20px;
}

.cer_box .title::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 50px;
	height: 4px;
	background: #e60012;
}

.cer_box .list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 40px;
}

.cer_box .list a {
	position: relative;
	display: block;
	overflow: hidden;
	background: #CCC;
	flex: 0 0 calc(100% / 5 - 20px);
	margin: 10px;
	transition: opacity 500ms ease, filter 800ms ease;
}

.cer_box .list a figure {
	position: absolute;
	display: block;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.8);
	color: #FFF;
	padding: 5px;
	text-align: center;
	opacity: 0.5;
	font-size: 0.9em;
	transition: 500ms ease-in-out;
}

.cer_box .list a img {
	position: absolute;
	display: block !important;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	transition: 500ms ease-in-out;
	opacity: 0;
}

.cer_box .list a::before {
	content: '';
	display: block;
	position: relative;
	color: #FFF;
	opacity: 0;
	z-index: 2;
	top: 0%;
	left: 0%;
	width: 100%;
	padding-bottom: 140%;
	background: #333;
	transition: 500ms ease-in-out;
}

.cer_box .list.square a::before {
	padding-bottom: 100%;
}

.cer_box .list a::after {
	display: block;
	position: absolute;
	color: #FFF;
	opacity: 0;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 1.2em;
	font-family: "FontAwesome";
	content: "\f00e";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transition: 500ms ease-in-out;
	text-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2);
}

.cer_box .list a:hover figure {
	background: rgba(0, 0, 0, 1);
	opacity: 1;
}

.cer_box .list a:hover::before {
	opacity: 0.4;
}

.cer_box .list a:hover::after {
	opacity: 1;
}

@media only screen and (max-width: 1200px) {
	.cer_box .list a {
		flex: 0 0 calc(100% / 4 - 20px);
	}
}

@media only screen and (max-width: 992px) {
	.cer_box .list a {
		flex: 0 0 calc(100% / 3 - 20px);
	}
}

@media only screen and (max-width: 720px) {
	.cer_box .list a {
		flex: 0 0 calc(100% / 2 - 20px);
	}
}

/*------*/

/*---his_box---*/
.his_box {
	position: relative;
	padding: 500px 0 0;
	overflow: hidden;
	z-index: 1;
}

.pswp__img--placeholder--blank {
	background: #FFF !important;
}

.his_box .list {
	position: relative;
	padding-top: 130px;
}

.his_box .list .line {
	position: absolute;
	width: 4px;
	height: 100%;
	background: #E60012;
	top: 0;
	left: 50%;
	margin-left: -2px;
}

.his_box .list .items {
	display: flex;
	flex-flow: column wrap;
	align-content: space-between;
	margin: 0 -50px;
}

.his_box .list .items::before,
.his_box .list .items::after {
	content: "";
	flex-basis: 100%;
	width: 0;
	order: 2;
}

.his_box .list .items .item {
	position: relative;
	overflow: visible;
	background: rgba(255, 255, 255, 0.9);
	padding: 40px 50px;
	margin: 50px;
	width: calc(100% / 2 - 200px);
	order: 1;
	border-radius: 20px 0 20px 20px;
}

.his_box .list .items .item .title {
	font: 900 30px/30px 'Lato', sans-serif;
	margin-bottom: 10px;
}

.his_box .list .items .item::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -27px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 27px 27px 0 0;
	border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;
}

.his_box .list .items .item::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #FFF;
	position: absolute;
	top: -10px;
	right: -60px;
}

.his_box .list .items .item.right {
	order: 2;
	transform: translateY(-180px);
	border-radius: 0 20px 20px 20px;
}

.his_box .list .items .item.right::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -27px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 27px 27px 0;
	border-color: transparent rgba(255, 255, 255, 0.9) transparent transparent;
}

.his_box .list .items .item.right::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 10px;
	background: #FFF;
	position: absolute;
	top: -10px;
	left: -60px;
}

.his_box .list .items .item a {
	display: flex;
	padding: 10px 0;
}

.his_box .list .items .item a+a {
	border-top: solid 1px #CCC;
}

.his_box .list .items .item a .pic {
	display: block;
	flex: 0 0 100px;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	background: #FFF;
}

.his_box .list .items .item a .pic img {
	opacity: 0;
}

.his_box .list .items .item a figure {
	font-size: 16px;
	font-weight: 700;
	color: #222;
	height: 100px;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 992px) {

	.his_box .list .line {
		position: absolute;
		top: 12px;
		left: 8px;
		margin-left: 0;
	}

	.his_box .list {
		padding-top: 0;
	}

	.his_box .list .items {
		height: auto !important;
		flex-flow: column;

		margin: 0;
	}

	.his_box .list .items .item {
		padding: 20px;
		margin: 20px 40px 20px 60px;
		border-radius: 0 20px 20px 20px;
		width: calc(100% - 120px);
	}

	.his_box .list .items .item.right {
		order: 1;
		transform: translateY(0);
		border-radius: 0 20px 20px 20px;
	}

	.his_box .list .items .item::before {
		position: absolute;
		top: 0;
		left: -27px;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 27px 27px 0;
		border-color: transparent rgba(255, 255, 255, 0.9) transparent transparent;
	}

	.his_box .list .items .item::after {
		top: -10px;
		left: -60px;
	}

	.his_box .list .items .item .title {
		font: 900 24px/24px 'Lato', sans-serif;
	}
}

/*------*/

/*---lan_menu---*/
.lan_menu {
	position: absolute;
	top: 30px;
	left: 0;
	width: 150px;
	background: rgba(0, 0, 0, 0.95);
	padding: 0;
	overflow: hidden;
	max-height: 0;
	transition: 500ms ease-in-out;
}

.lan_menu.on {
	max-height: 500px;
}

.lan_menu ul {
	position: relative;
	display: block;
	list-style: none;
	margin: 0;
	padding: 10px;
}

.lan_menu ul li {
	text-align: left;
}

.lan_menu ul li+li {
	border-top: solid 1px rgba(255, 255, 255, 0.4);
}

.lan_menu ul li a {
	display: block;
	padding: 5px 10px !important;
	font-size: 14px;
	transition: 30ms ease;
}

.lan_menu ul li a:hover {
	background: #ad182a;
}


.top_menu .lan i.fa-caret-down {
	margin-left: 0.6em !important;
}

@media only screen and (max-width: 960px) {
	.lan_menu {
		left: inherit;
		top: 30px;
		right: 0;
	}
}

/*------*/

/*---download_box---*/
.page_banner .catalog {
	position: relative;
	padding: 20px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.page_banner .catalog a {
	position: relative;
	width: auto;
	display: block;
	background: transparent;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	padding: 5px 10px;
	margin: 0;
	line-height: 1.2em;
	border: solid 0.5px #FFF;
}

.page_banner .catalog a.on {
	background: #da2036;
	cursor: default;
}

.download_box {
	position: relative;
	padding: 500px 0 80px;
	overflow: hidden;
	z-index: 1;
}

.download_box .title {
	position: relative;
	display: inline-block;
	font-size: 24px;
	letter-spacing: 2px;
	color: #FFF;
	font-weight: 900;
	font-style: italic;
	margin-bottom: 20px;
}

.download_box .title::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 50px;
	height: 4px;
	background: #e60012;
}

.download_box .list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 40px;
}

.download_box .list a {
	position: relative;
	display: block;
	overflow: hidden;
	background: #222;
	flex: 0 0 calc(100% / 5 - 20px);
	margin: 10px;
	transition: opacity 500ms ease, filter 800ms ease;
}

.download_box .list a figure {
	position: absolute;
	display: block;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.8);
	color: #FFF;
	padding: 5px;
	text-align: center;
	opacity: 0.5;
	font-size: 0.9em;
	transition: 500ms ease-in-out;
}

.download_box .list a img {
	position: absolute;

	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	opacity: 0;
	transition: 500ms ease-in-out;
}

.download_box .list a.pic::before {
	content: '';
	display: block;
	position: relative;
	color: #FFF;
	opacity: 0;
	z-index: 2;
	top: 0%;
	left: 0%;
	width: 100%;
	padding-bottom: 70%;
	background: #333;
	transition: 500ms ease-in-out;
}

.download_box .list a.pic::after {
	display: block;
	position: absolute;
	color: #FFF;
	opacity: 0;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin: -64px 0 0 -64px;
	width: 128px;
	height: 128px;
	line-height: 128px;
	text-align: center;
	font-size: 128px;
	font-family: "FontAwesome";
	content: "\f0ed";
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	transition: 500ms ease-in-out;
	text-shadow: 0 0 0 10px rgba(0, 0, 0, 0.2);
}

.download_box .list a:hover figure {
	background: rgba(0, 0, 0, 1);
	opacity: 1;
}

.download_box .list a:hover::before {
	opacity: 0.4;
}

.download_box .list a:hover::after {
	opacity: 1;
}

.download_box .list.focus a {
	flex: 0 0 calc(100% / 2 - 20px);
}

.download_box .list a.item {
	position: relative;
	box-sizing: border-box;
	padding: 20px 20px 20px 60px;
	background: #000;
	color: #FFF;
	flex: 0 0 calc(100% / 2 - 20px);
	border: solid 1px transparent;
}

.download_box .list a.item .type {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 24px;
}

.download_box .list a.item .name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.download_box .list a.item .con {
	font-size: 13px;
}


.download_box .list a.item:hover {
	border: solid 1px #da2036;
}

.download_box .list a.item:hover .name {
	color: #da2036;
}

.download_box .list a.item:hover .type i {
	color: #da2036;
}

@media only screen and (max-width: 1200px) {
	.download_box .list a {
		flex: 0 0 calc(100% / 2 - 20px);
	}

	.download_box .list.focus a {
		flex: 0 0 calc(100% / 2 - 20px);
	}
}

@media only screen and (max-width: 992px) {
	.download_box .list.focus a {
		flex: 0 0 calc(100% / 2 - 20px);
	}
}

@media only screen and (max-width: 720px) {
	.download_box .list a {
		flex: 0 0 calc(100% - 20px);
	}

	.download_box .list.focus a {
		flex: 0 0 calc(100% - 20px);
	}

	.download_box .list a.item {
		flex: 0 0 calc(100% - 20px);
	}
}

.icon_list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.icon_list .icon {
	margin-right: 5px;
	margin-bottom: 5px;
}

.icon_list img {
	display: block;
}

.icon_list.car .icon img {
	height: 50px;
	width: auto;
}

.icon_list.feature .icon img {
	height: 60px;
	width: 50px;
}

.icon_list.award .icon img {
	height: 50px;
	width: auto;
}

@media only screen and (max-width: 1200px) {
	.icon_list.car .icon img {
		height: 45px;
	}

	.icon_list.feature .icon img {
		height: 50px;
		width: 40px;
	}

	.icon_list.award .icon img {
		height: 45px;
	}
}

@media only screen and (max-width: 720px) {
	.icon_list.car .icon img {
		height: 40px;
	}

	.icon_list.feature .icon img {
		height: 50px;
		width: 40px;
	}

	.icon_list.award .icon img {
		height: 40px;
	}
}

/*------*/