@import url('https://fonts.googleapis.com/css?family=Play');

/********************************
	FUNCTION
********************************/

.clearfix:before,
.clearfix:after {
	content: "";
	display: table
}

.clearfix:after {
	clear: both
}

.clearfix {
	zoom: 1;
	display: block
}

.hide {
	display: none;
}

.header_menu_m,
.mini_menu_open,
.subcat .subcat_prev,
.subcat .subcat_next,
.cat_list_m {
	display: none;
}


/********************************
	BODY
********************************/

::-moz-selection {
	background: #FFFF00;
	color: #000;
}

::selection {
	background: #FFFF00;
	color: #000;
	text-decoration: none;
}

*:focus {
	outline: 0;
}

a {
	color: #000;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #333;
}

a:hover,
a:active,
a:focus {
	outline: 0;
}


/*body{ font-family:Arial; font-size:12px; line-height:1.5; width:100%; color:#000; background:#fff;}*/

body {
	font-family: 'Play', sans-serif, '微軟正黑體';
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	/*去除iOS點擊後的灰色背景	*/
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*
	color: #000;
	background: #fff;
*/
}

body.lock {
	position: fixed;
	overflow: hidden;
}

body.noscroll {
	width: 100%;
	display: block;
	height: 100vh;
	overflow: hidden;
	position: fixed;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}


/********************************
	INDEX
********************************/

#wrap {
	width: 100%;
}

.index_wrapper {
	width: 100%;
	display: block;
	position: relative;
	top: 0;
	right: 0;
	overflow: hidden;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	/*
	overflow: hidden;	
	touch-action: none;	
	-webkit-overflow-scrolling: touch;
	-ms-scroll-chaining: chained;
*/
}

.index_wrapper.active {
	right: 320px;
}

.overlay {
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

[aria-hidden="true"] {
	transition: opacity 1s, z-index 0s 1s;
	width: 100vw;
	z-index: -1;
	opacity: 0;
}

[aria-hidden="false"] {
	transition: opacity 1s;
	width: 100%;
	z-index: 1;
	opacity: 1;
}

#header {
	width: 100%;
	display: block;
	/*	padding-bottom: 35px;*/
	/*	background: #253746;*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(255, 255, 255, 0.9);
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

#header.active {
	background: #fff;
	box-shadow: -1px 3px 16px #dbdbdb;
	-webkit-box-shadow: -1px 3px 16px #dbdbdb;
	-moz-box-shadow: -1px 3px 16px #dbdbdb;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

#header.m_active {
	left: -320px;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

#header.active .header_menu {
	padding: 20px;
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}

#header.active .header_menu_m {
	padding: 10px 15px;
	transition: all 1s ease-out;
	-webkit-transition: all 1s ease-out;
}

#header.active .menu_more>li:nth-child(2):hover .menu_more_open {
	box-shadow: -1px 3px 3px #dbdbdb;
	-webkit-box-shadow: -1px 3px 3px #dbdbdb;
	-moz-box-shadow: -1px 3px 3px #dbdbdb;
}

.crumb {
	display: none;
}

.w90 {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

#various {
	width: 100%;
	display: block;
}

.var_Box {
	width: 100%;
	text-align: right;
	margin: 5px 0;
}

.var_Box li {
	display: inline-block;
	padding: 0 8px;
	border-right: 1px solid #8BACD8;
	font-weight: 100;
}

.var_Box li:last-child {
	border: none;
}

.var_Box li a {
	display: inline-block;
	font-size: 13px;
	color: #8BACD8;
}

.var_Box li a:hover {
	color: #fff;
}

.var_Box span {
	display: none;
}

.var_Box li a i {
	display: inline-block;
	background: url(../img/taiwan.jpg) no-repeat;
	width: 26px;
	height: 17px;
}

#var i.lang_01 {
	background-position: 0 0;
}

#var i.lang_02 {
	background-position: -26px 0;
}

#var i.lang_03 {
	background-position: -51px 0;
}

#var i.lang_04 {
	background-position: -77px 0;
}

h1#logo {
	float: left;
	width: 30%;
	text-indent: -9999px;
}

h1#logo a {
	display: block;
	cursor: pointer;
	float: left;
	width: 100%;
}

h1#logo a:hover {}

h1#logo img {
	float: left;
	/*width:100%;*/
}

#menu {
	float: right;
	width: 70%;
	text-align: right;
}

#nav {
	margin-top: 30px;
}

#nav li {
	display: inline-block;
	padding-left: 16px;
	margin-right: 12px;
	letter-spacing: 1px;
	background: url(../img/icon_1.png) left center no-repeat;
}

#nav li:last-child {
	margin-right: 0;
}

#nav li a {
	font-size: 24px;
	color: #fff;
}

#nav li a:hover {
	color: #4A82CE;
}

#info_banner {
	width: 100%;
	/*
	float: left;
	position: relative;
*/
}

#info_banner_m {
	width: 100%;
}

#info_banner img {
	width: 100%;
	/*	float: left;*/
}

#info_banner_m img {
	width: 100%;
}


/*
.owl-theme .owl-controls { position:absolute; bottom:7px; right:50%;}
.owl-theme .owl-dots .owl-dot span { width:15px; height:15px;}
*/

#container {
	width: 100%;
	float: left;
	padding-top: 3%;
	/*	padding-top: 5%;*/
	overflow: hidden;
}

#p_container {
	width: 100%;
	float: left;
	overflow: hidden;
	min-height: 500px;
}

.adBox {
	width: 115.5%;
	margin-left: -10%;
	margin-bottom: 60px;
}

.adBox ul {
	display: block;
	text-align: center;
	overflow: hidden;
}

.adBox li {
	display: inline-block;
	width: 100%;
	float: left;
}

.adBox li img {
	float: left;
	width: 100%;
}

.adBox li a {
	float: left;
	width: 100%;
}

.adBox li a:hover {
	cursor: default;
}

.adBox div {
	display: block;
}

.f32 {
	font-size: 32px;
	color: #253746;
}


/*.f32:hover{ color:#fff;}*/


/*****產品輪播******/

.idx_list {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}

.idx_list ul {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.idx_list li {
	display: inline-block;
	width: 100%;
	float: left;
	margin-right: 0%;
	vertical-align: top;
}

.idx_list li img {
	float: left;
	width: 100%;
}

.idx_list li:hover {
	display: block;
}

.idx_list li a {}

.idx_list li:hover h2 {
	color: #3C78B7;
}

.f20 {
	font-size: 20px;
	color: #141414;
	text-align: center;
}

.f20:hover {
	color: #344C6D;
}

.idx_list .tag_img,
.idx_list_2 .tag_img {
	width: 50% !important;
	max-width: 250px;
	margin: 0 auto;
	float: none;
	position: relative;
	top: -10px;
}

.idx_list .prev {
	cursor: pointer;
	position: absolute;
	top: 40%;
	left: 0;
	z-index: 99;
	background: url(../img/arrow.png);
	width: 15px;
	height: 30px;
	text-indent: -9999px;
	transition: .2s;
	padding: 0;
}

.idx_list .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	right: 0;
	z-index: 99;
	background: url(../img/arrow.png) 15px 0;
	width: 15px;
	height: 30px;
	text-indent: -9999px;
	transition: .2s;
	padding: 0;
}

.icon_mit {
	background: url(../img/icon_MIT.png);
	background-size: cover;
	width: 80px;
	height: 80px;
	text-indent: -9999px;
	position: absolute;
	z-index: 200;
	top: 3%;
	left: 3%;
	transform: rotate(-16deg);
	-webkit-transform: rotate(-16deg);
}

.icon_mit_p {
	background: url(../img/icon_MIT.png);
	background-size: cover;
	width: 80px;
	height: 80px;
	text-indent: -9999px;
	position: absolute;
	z-index: 200;
	top: 3%;
	left: -5%;
	transform: rotate(-16deg);
	-webkit-transform: rotate(-16deg);
}


/*****影片輪播******/

.video_list {
	width: 100%;
	background: #EEE;
	overflow: hidden;
	padding: 3% 0;
}

.video_list ul {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

.video_list li {
	position: relative;
	cursor: pointer;
}

.video_list .cover {
	background: url('../img/video_play_icon.png') center no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .2s;
}

.video_list li:hover .cover {
	background-color: rgba(255, 255, 255, .3);
}

.video_list li {
	display: inline-block;
	width: 100%;
	float: left;
	vertical-align: top;
}

.video_list li:nth-child(2n) {
	margin-right: 0;
}

.video_content .mediaV {
	width: 100%;
	margin: 0 0 10px 0;
}

.video_content .mediaV img {
	width: 100%;
	cursor: pointer;
}

.mediaV img.video_open {
	cursor: pointer;
	transition: .2s;
}

.mediaV img.video_open:hover {
	opacity: .8;
}

#player {
	width: 100%;
	height: 100%;
	background: #000;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: .2s;
	z-index: -1;
}

#player.active {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}

#player iframe {
	width: 90%;
	height: 80%;
	position: absolute;
	top: 20%;
	left: 5%;
	transition: .2s;
}

#player.active iframe {
	top: 10%;
}

#player span {
	cursor: pointer;
	font-size: 15px;
	color: #FFF;
	border: #FFF 1px solid;
	padding: 8px;
}

#player .video_close {
	position: absolute;
	top: 2%;
	right: 5%;
	background: rgba(0, 0, 0, 0.6);
}


/*****why+news******/

#whyBox {
	float: left;
	display: block;
	width: 100%;
	padding: 30px 0;
	background: url(../img/idx_bk.jpg) no-repeat;
	background-size: cover;
}

.fl_why {
	float: left;
	width: 50%;
	border-right: 1px solid #B7B7B7;
	padding: 2% 0;
}

.fl_why .txt {
	width: 83%;
	margin: 0 auto;
	font-size: 18px;
}

.fl_why h3 {
	color: #273C4E;
	font-size: 23px;
}

.whyPic {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}

.whyPic li {
	width: 25%;
	display: inline-block;
	margin-right: 3%;
}

.whyPic li img {
	width: 100%;
	display: inline-block;
	border: 1px solid #B7B7B7;
	box-sizing: border-box;
}

.whyPic li:last-child {
	margin-right: 0;
}

.f45 {
	font-size: 45px;
	color: #253746;
	margin-bottom: 10px;
	text-align: center;
}

.f15 {
	display: block;
	width: 96%;
	padding-right: 4%;
	clear: both;
	font-size: 15px;
	color: #373737;
}

.more {
	clear: both;
	text-align: center;
	display: block;
	width: 140px;
	margin: 20px auto;
	line-height: 35px;
	background-color: #344C6D;
	font-size: 18px;
	color: #FFF;
	border-radius: 4px;
}

.more:hover {
	opacity: 0.8;
	color: #fff;
}

.fr_news {
	float: right;
	width: 46%;
	padding: 2% 0;
}

.newPic {
	display: block;
	float: left;
	width: 100%;
}

.newPic li {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.newPic li .flimg {
	width: 20%;
	margin-right: 3%;
	float: left;
	border: 1px solid #B7B7B7;
	box-sizing: border-box;
}

.newPic li:hover {}

.frtext {
	float: right;
	width: 77%;
}

.f20gray {
	font-size: 20px;
	color: #273C4E;
	line-height: 1.2;
}

.f20gray:hover {
	color: #2B63B1;
}

.frtext time {
	font-size: 12px;
	color: #999;
	margin: 2px 0;
	width: 100%;
	float: left;
}

.frtext .f15gray {
	font-size: 15px;
	color: #373737;
	clear: both;
	float: left;
	line-height: 1.2;
}

.btn_8 {
	background: #344C6D url(../img/pro_btn08.png) 18px center no-repeat;
}

.ck_zone {
	font-size: 15px;
	min-height: 300px;
}


/*****footer******/

.blueline {
	display: block;
	float: left;
	width: 100%;
	height: 20px;
	/*	background-color: #66A0DE;*/
	background-color: #d9d9d9;
}

#foot {
	float: left;
	width: 100%;
	/*	background: url(../img/foot.jpg) no-repeat;*/
	overflow: hidden;
	/*	background-color: rgb(39, 57, 71);*/
	background-color: #000;
	display: block;
	margin: 0 0 -1px 0;
}

#foot a {
	color: #fff;
	text-decoration: underline;
}

#foot a:hover {
	color: #ccc;
}


/*left*/

.fl_cintact {
	float: left;
	width: 70%;
	max-height: 60px;
	overflow: hidden;
	transition: .2s;
	text-align: left;
}

.cir_close {
	background: url(../img/plus.png)no-repeat;
	display: none;
}

.cir_open {
	background: url(../img/plus.png) 34px 0;
	display: inline-block;
}

.cir_close,
.cir_open {
	line-height: 34px;
	width: 34px;
	height: 34px;
	text-indent: -9999px;
	cursor: pointer;
}

.f30_whi {
	position: relative;
	display: inline-block;
	margin: 20px 10px 20px 0;
	line-height: 34px;
	font-weight: 300;
	font-size: 30px;
	color: #fff;
}

.f16_whi {
	font-size: 16px;
	color: #fff;
	margin: 0 10px 10px 0;
	font-weight: 300;
}


/*right*/

.fr_logo {
	float: right;
	width: 20%;
	margin: 20px 0;
	transition: .2s;
}

.fr_logo img {
	float: right;
	width: 150px;
}

.f16_whi2 {
	float: left;
	font-size: 14px;
	color: #fff;
	margin: 10px 0;
	font-weight: 300;
	text-align: left;
}

.whiline {
	display: block;
	width: 100%;
	margin: 10px 0;
	height: 1px;
	background: #fff;
}


/*JQ執行active*/

#foot.active .fl_cintact {
	max-height: 300px;
}

#foot.active .cir_close {
	display: inline-block;
}

#foot.active .cir_open {
	display: none;
}

#foot.active .fr_logo {
	margin: 90px 0 0;
}


/*language*/

.language {
	float: right;
	margin: 10px 0;
	line-height: 16px;
	font-size: 16px;
	color: #fff;
}

.language a {
	font-size: 16px;
	color: #fff;
}

.language a:hover {
	color: #666;
}


/********************************
	WHY
********************************/

#page_banner {
	width: 100%;
	float: left;
}

#page_banner img {
	width: 100%;
	float: left;
}

#_m_page_banner {
	width: 100%;
	display: block;
	/*	float: left;*/
}

#_m_page_banner img {
	width: 100%;
	display: block;
	/*	float: left;*/
}


/*Sun Chain Metal*/

.whyText {
	width: 100%;
	display: inline-block;
	margin-bottom: 40px;
}

.w70 {
	width: 70%;
	margin: 0 auto;
}

.center {
	text-align: center;
}

h2.f28_blue {
	font-weight: bold;
}

.f28_blue {
	font-size: 28px;
	color: #344C6D;
	font-weight: 300;
	margin-bottom: 20px;
}

.f20_gray {
	font-size: 20px;
	color: #000;
}


/*Our Advantages*/

.ourBox {
	float: left;
	display: block;
	width: 100%;
	padding: 50px 0;
}

.iconBox {
	width: 100%;
}

.iconBox li {
	display: block;
	width: 90%;
	padding-left: 10%;
	margin-bottom: 20px;
}

.f23_gray {
	font-size: 20px;
	color: #000;
}

.f23_gray b {
	display: inline-block;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	vertical-align: middle;
	background: url(../img/why_icon.png) left center no-repeat;
}

.i_01 b {
	background-position: 0 0;
}

.i_02 b {
	background-position: -60px 0;
}

.i_03 b {
	background-position: -120px 0;
}

.i_04 b {
	background-position: -180px 0;
}

.i_05 b {
	background-position: -240px 0;
}

.i_06 b {
	background-position: -300px 0;
}

.i_07 b {
	background-position: -360px 0;
}

.i_08 b {
	background-position: -420px 0;
}

.i_09 b {
	background-position: -480px 0;
}

.i_10 b {
	background-position: -540px 0;
}

.i_11 b {
	background-position: -600px 0;
}

.why_ul_1 {
	margin-bottom: 5%;
}

.why_ul_1 li {
	width: 32%;
	margin-right: 2%;
	float: left;
}

.why_ul_1 li:nth-child(3) {
	margin-right: 0;
}

.why_ul_1 li img {
	width: 100%;
	margin-bottom: 20px;
}

.why_ul_1 .f28_blue {
	font-size: 25px;
}


/********************************
	PRODUCTS
********************************/

.flag_01 {
	display: inline-block;
	margin-right: 10px;
	background: url(../img/taiwan.jpg) left center no-repeat;
	width: 26px;
	height: 17px;
}

.tuma {
	display: block;
	margin: 20px auto;
}

.bear {
	display: block;
	width: 100%;
	margin: 20px 0;
}


/***按鈕-****************/

.btn123 {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.btn123 a {
	position: relative;
	display: block;
	float: left;
	border: 1px solid #fff;
}


/*.btn123 a:hover{ background-color:#ccc; border:1px solid #ccc;}*/

.btn123 a:hover .arrow_b_int,
.btn123 a.active .arrow_b_int {
	border-color: #ccc transparent transparent transparent;
	transition: .2s;
}

.btn123 a:hover .arrow_b_out,
.btn123 a.active .arrow_b_out {
	border-color: #ccc transparent transparent transparent;
	transition: .2s;
}

.btn123 .arrow_b_int {
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -20px;
	width: 0px;
	height: 0px;
	border-width: 20px;
	border-style: solid;
	border-color: /*#D9A300*/
	transparent transparent transparent;
}

.btn123 .arrow_b_out {
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -20px;
	width: 0px;
	height: 0px;
	border-width: 20px;
	border-style: solid;
	border-color: /*#F3F5F4*/
	transparent transparent transparent;
}


/*product*/

.listBox {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 0;
}

.listBox.active {
	height: auto;
	margin-bottom: 40px;
}

.listBox .prev {
	cursor: pointer;
	position: absolute;
	top: 40%;
	left: 0;
	z-index: 99;
	background: url(../img/arrow.png);
	width: 15px;
	height: 30px;
	text-indent: -9999px;
	transition: .2s;
	padding: 0;
}

.listBox .next {
	cursor: pointer;
	position: absolute;
	top: 40%;
	right: 0;
	z-index: 99;
	background: url(../img/arrow.png) 15px 0;
	width: 15px;
	height: 30px;
	text-indent: -9999px;
	transition: .2s;
	padding: 0;
}

.idx_list_2 {
	width: 100%;
}

.idx_list_2 ul {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.idx_list_2 li {
	display: inline-block;
	width: 25%;
	float: left;
	margin-right: 0%;
}

.idx_list_2 li:nth-child(4n+1) {
	clear: both;
}

.idx_list_2 li img {
	float: left;
	width: 100%;
}

.idx_list_2 li:hover {
	display: block;
}

.idx_list_2 li a {}

.idx_list_2 li:hover h2 {
	color: #3C78B7;
}


/*page*/

.pager {
	float: left;
	margin: 3% auto;
	width: 100%;
	text-align: center;
}

.pager a {
	display: inline-block;
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	color: #C4C4C4;
	width: 24px;
	margin: 20px 0 10px 0;
}

.pager a:hover,
.pager a.current {
	padding-bottom: 15px;
	background: url(../img/page.png) bottom no-repeat;
	transition: .3s;
	color: #4A81CD;
	font-weight: bold;
	cursor: default;
}


/********************************
	PRODUCTS-DETAIL
********************************/

#deatail {
	width: 100%;
	border-bottom: 1px solid #DDD;
	margin-bottom: 30px;
	position: relative;
	float: left;
}

#deatail .tag_img {
	width: 350px;
	position: absolute;
	top: 0;
	right: 5%;
}


/*left*/

.fl_detail {
	float: left;
	width: 35%;
}

.fl_detail .f50 {
	min-height: 150px;
}

.f70 {
	font-size: 70px;
	color: #39556C;
	font-weight: 300;
}

.f50 {
	font-size: 50px;
	color: #39556C;
	font-weight: 300;
}

.f25 {
	font-size: 25px;
	color: #344C6D;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.icon {
	padding-left: 20px;
	font-size: 15px;
	;
	color: #666;
	background: url(../img/page.png) left center no-repeat;
}

.disBox {
	display: inline-block;
	width: 100%;
}

.disBox li {
	width: 48%;
	display: inline-block;
	margin-right: 1%;
	vertical-align: top;
}

.f20_bl {
	font-size: 20px;
	color: #000;
}

.disBox img {
	width: 160px;
}

.btn_1 {
	/*	background: #344C6D url(../img/pro_btn01.png) 17% center no-repeat;*/
	background: #000 url(../img/pro_btn01.png) 17% center no-repeat;
	margin-right: 10px;
	clear: both;
}

.btn_2 {
	/*	background: #344C6D url(../img/pro_btn02.png) 8% center no-repeat;*/
	background: #000 url(../img/pro_btn02.png) 8% center no-repeat;
}

.btn_3 {
	/*	background: #344C6D url(../img/pro_btn03.png) 6% center no-repeat;*/
	background: #000 url(../img/pro_btn03.png) 6% center no-repeat;
}

.btn_4 {
	/*	background: #344C6D url(../img/pro_btn04.png) 6% center no-repeat;*/
	background: #000 url(../img/pro_btn04.png) 6% center no-repeat;
	float: right;
	border: 0;
	cursor: pointer;
	margin-right: 10px;
}

.btn_6 {
	/*	background: #344C6D url(../img/pro_btn06.png) 7% center no-repeat;*/
	background: #000 url(../img/pro_btn06.png) 7% center no-repeat;
	padding-left: 18px;
}

.btn_10 {
	/*	background: #344C6D url(../img/pro_btn10.png) 7% center no-repeat;*/
	background: #000 url(../img/pro_btn10.png) 7% center no-repeat;
	padding-left: 18px;
}

.btn_7 {
	/*	background: #344C6D url(../img/pro_btn07.png) 0 center no-repeat;*/
	background: #000 url(../img/pro_btn07.png) 0 center no-repeat;
}

.btn_1,
.btn_2,
.btn_3,
.btn_4,
.btn_7,
.btn_8,
.btn_10 {
	display: inline-block;
	float: left;
	width: 200px;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-radius: 4px;
	padding-left: 28px;
	transition: .2s;
	border: 2px solid #344C6D;
}

.btn_1:hover,
.btn_2:hover,
.btn_3:hover,
.btn_4:hover,
.btn_7:hover,
.btn_8:hover,
.btn_10:hover {
	opacity: .8;
	padding-left: 5px;
	background-color: #fff;
	color: #344C6D;
}

.btn_7 {
	width: 100%;
}

.howbuy {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 380px;
}

.howbuy img.ebay_paypal {
	margin-top: 24px;
	margin-left: 15px;
}

.howbuy .mb20.mt10 {
	background-color: #238DFF;
	border: 2px solid #238DFF;
	position: relative;
	line-height: 2.5;
}

.howbuy .mb20.mt10:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 22px;
	right: 5%;
}

.howbuy ul:hover .mb20.mt10 {
	color: #238DFF;
	background-color: #fff;
	padding-left: 5px;
}

.howbuy ul:hover .mb20.mt10:before {
	border-color: #238DFF transparent transparent transparent;
}

.howbuy ul {
	position: relative;
}

.howbuy ul ul {
	position: absolute;
	top: 50px;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
	background: #238DFF;
	border: 2px solid #238dff;
	width: 200px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.howbuy ul ul li {
	font-size: 15px;
	line-height: 2;
	border-bottom: 1px solid #fff;
	transition: .2s;
}

.howbuy ul ul li:last-child {
	border-bottom: 0;
}

.howbuy ul ul li:hover {
	padding-left: 5px;
}

.howbuy ul ul li a {
	display: block;
	padding: 0 10px;
	color: #fff;
}

.howbuy ul:hover ul {
	opacity: 1;
	visibility: visible;
	top: 62px;
}

.howbuy .btn_1 {
	background-position: 6% center;
}


/*right*/

.fr_detail {
	float: left;
	width: 100%;
	/*float:right; width:65%;*/
}

#prod_text {
	float: left;
	width: 30%;
	font-size: 15px;
}

#prod_text ul {
	padding: 5% 0 5% 20px;
}

#prod_text ul>li {
	list-style-type: disc;
}

#prod_text img {
	max-width: 100%;
}

#prod_slide {
	float: right;
	width: 70%;
}

#prod_slide img {
	float: left;
	width: 100%;
}

.borderBom {
	width: 100%;
	border-bottom: 1px solid #DDD;
	margin-bottom: 30px;
}


/********************************
	Inquiry
********************************/


/*tableBox*/

.tableBox {
	width: 100%;
}

.bk_gray {
	width: 100%;
	line-height: 50px;
	color: #fff;
	font-size: 18px;
	background-color: #999;
	font-weight: 300;
}

.tableBox tbody td {
	padding: 20px 0;
	border-bottom: 1px solid #CCC;
	text-align: center;
	vertical-align: middle;
}

.tableBox .s_4 {
	float: left;
	width: 100%;
}

.tableBox .s_4 a {
	display: inline-block;
	width: 100%;
}

.tableBox i {
	display: block;
	float: left;
	margin: 0 30px 0 10px;
	width: 200px;
	overflow: hidden;
	border: 1px #ccc solid;
	box-sizing: border-box;
}

.tableBox i img {
	display: inline-block;
	width: 100%;
}

.tableBox .txt {
	display: inline-block;
	float: left;
	font-size: 20px;
	color: #203547;
	text-align: left;
}

.tableBox tbody select {}

.tableBox tbody .pd_qty {
	padding-left: 10px;
	width: 135px;
	height: 50px;
	box-shadow: inset 2px 2px 10px rgba(20%, 20%, 40%, 0.2);
	border: 0;
	background-color: #EEE;
	font-size: 18px;
	letter-spacing: 1px;
	color: #333;
}

.del {
	display: block;
	width: 100px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	font-size: 20px;
	color: #fff;
	/*	background-color: #344C6D;*/
	background-color: #000;
	border-radius: 4px;
}

.del:hover {
	color: #fff;
}

.fr {
	float: right;
}

.rwd_table {
	width: 100%;
}

.rwd_table .label {
	display: none;
	width: 25%;
	padding-left: 3%;
	font-size: 16px;
	color: #000;
}


/*contact*/

.f17_gray {
	font-size: 17px;
	color: #666;
}

.conBox {
	width: 100%;
}

#contact_page {
	margin: 2% 0;
}

#Editform {}

#country {
	width: 43.5%;
	height: 40px;
	padding: 0 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .05) inset;
	border: 1px solid #ccc;
	/* background:#EEE;*/
	font-size: 17px;
	color: #999;
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
	/* IE6-9 */
}

.flower {
	display: inline-block;
	font-size: 20px;
	color: #4A81CD;
	margin-left: 5px;
}

.s_form_1 {}

.s_form_1 li {
	padding: 5px 0;
}

.s_form_1 li label {
	display: block;
	width: 230px;
	float: left;
	line-height: 40px;
	font-size: 18px;
	color: #333;
}

.s_form_1 li input[type=text],
.s_form_1 li input[type=password] {
	width: 40%;
	height: 40px;
	padding: 0 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .05) inset;
	border: 1px solid #ccc;
	background: #EEE;
}

.s_form_1 label.s_1 {
	width: auto;
	float: none;
	display: inline-block;
	font-size: 17px;
	color: #666;
}

input,
textarea,
select {
	background: #FDFDFD;
	border: 1px solid #ddd;
	border-radius: 2px;
	outline: none;
	padding: 3px;
}

.s_form_1 li textarea {
	width: 70%;
	height: 100px;
	padding: 0 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .05) inset;
	border: 1px solid #ccc;
	background: #EEE;
}

#cont_name {
	width: 10%;
}

#w50 {
	float: left;
	width: 50%;
}

#w100 {
	float: left;
	width: 100%;
}

#web {
	float: left;
	margin-bottom: 6px;
}

.up_web {}

.down_web {
	clear: both;
	margin-left: 230px;
}


/********************************
	Bulid yopur slides
********************************/

#build {
	width: 100%;
}

#build ul {
	display: block;
	width: 100%;
}

#build .bu {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

#build .bu a {}

#build .bu a:hover {}

.fl_bu {
	float: left;
	width: 200px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
}

.fr_bu {
	float: right;
	width: 80%;
}


/*SEARCH*/

#search_bar {
	display: inline-block;
	text-align: right;
	margin-bottom: 12px;
	width: 70%;
}

#search_bar .hide {
	display: none
}

#search_bar form {}

#search_bar label {
	color: #99CCCC;
	font-size: 12px;
}

#search_bar #qs_text {
	width: 40%;
	height: 40px;
	padding: 0 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .05) inset;
	border: 1px solid #ccc;
	background: #EEE;
}

::-webkit-input-placeholder {
	font-size: 15px;
	color: #000;
	margin-bottom: 20px;
}


/*SEARCH-按鈕*/

#search_bar #qs_submit {
	position: absolute;
	top: 7px;
	right: 5px;
	width: 15px;
	height: 16px;
	border: 0;
	text-indent: -9999px;
}

#qs_text {
	width: 600px;
	height: 40px;
	padding: 0 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .05) inset;
	border: 1px solid #ccc;
	background: #EEE;
}

.f17_gray_center {
	font-size: 17px;
	color: #666;
	text-align: center;
}

h5.f17_gray_center {
	font-weight: normal;
}


/*BLUE-HOOK*/

.hook {
	display: none;
	background: url(../img/hookbox.png) right bottom no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 5px solid #344C6D;
	box-sizing: border-box;
}


/*APPLICATION*/

#appli {
	display: inline-block;
	width: 100%;
}

#appli li {
	/*
	display: inline-block;
	float: left;
	width: 100%;
	vertical-align: top;
*/
	width: 100%;
	display: block;
}

#appli li input[type=checkbox] {
	display: none;
}


/*#appli li input[type=checkbox]:checked + label .hook{ display:block;}*/

#appli li label {
	position: relative;
	display: block;
	cursor: pointer;
}

#appli li img {
	display: inline-block;
	width: 100%;
	border: 1px solid #fff;
	box-sizing: border-box;
}


/*LOADING*/

#loadi {
	display: inline-block;
	width: 100%;
}

#loadi li {
	display: inline-block;
	float: left;
	width: 19%;
	margin-right: 1%;
	margin-bottom: 10px;
	vertical-align: top;
}

#loadi li input[type=checkbox] {
	display: none;
}

#loadi li input[type=checkbox]:checked+label .hook {
	display: block;
}

#loadi li label {
	position: relative;
	display: block;
	cursor: pointer;
}

#loadi li img {
	/*float:left;*/
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#loadi li:nth-child(5n) {
	margin-right: 0;
}

#loadi li:nth-child(5n+1) {
	clear: both;
}


/*Features*/

#features {
	display: inline-block;
	width: 100%;
}

#features li {
	display: inline-block;
	float: left;
	width: 19%;
	margin-right: 1%;
	margin-bottom: 10px;
	vertical-align: top;
}

#features li input[type=checkbox] {
	display: none;
}

#features li input[type=checkbox]:checked+label .hook {
	display: block;
}

#features li label {
	position: relative;
	display: block;
	cursor: pointer;
}

#features li img {
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#features li:nth-child(5n) {
	margin-right: 0;
}

#features li:nth-child(5n+1) {
	clear: both;
}


/*Search*/

#build button {
	display: block;
	margin: 0 auto;
	width: 200px;
}

#qs_submit {
	display: inline-block;
	width: 200px;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	/*	background: #344C6D url(../img/pro_btn05.png)8% center no-repeat;*/
	background: #000 url(../img/pro_btn05.png)8% center no-repeat;
	border: 0;
	cursor: pointer;
	border-radius: 4px;
	padding-left: 28px;
	transition: .2s;
}

#qs_submit:hover {
	opacity: .8;
	padding-left: 0;
	background-position: -30px 0;
}

#qs_submit a {
	color: #fff;
}


/********************************
	Bulid yopur slides-DETAIL
********************************/

#condition {
	display: block;
	width: 100%;
}

#condition li {
	display: inline-block;
	width: 45%;
	margin-bottom: 10px;
}

.f20_black {
	float: left;
	width: 120px;
	margin-right: 1%;
	;
	font-size: 20px;
	color: #000;
}

.f17_grayy {
	float: left;
	font-size: 17px;
	color: #000;
	margin-right: 10px;
}

.fr_Wrap {
	float: left;
	width: 76%;
}

#result {
	width: 100%;
}

#result ul {
	width: 95%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

#result li {
	display: inline-block;
	/*
	width: 25%;
	float: left;
*/
	width: calc(100% / 4 - 20px);
	vertical-align: middle;
	margin-right: 0%;
}

#result li img {
	float: left;
	width: 100%;
}

#result li:hover {
	opacity: .6;
	color: #000;
	display: inline-block;
}

#result li a {}

#result li a:hover {}


/********************************
	NEW
********************************/

.newBox {
	display: block;
	width: 100%;
}

.newBox li {
	display: inline-block;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	min-height: 150px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 4%;
}

.newBox a {
	display: block;
}

.newBox a:hover {
	color: #333;
}


/*left*/

.fl_pic {
	float: left;
	width: 300px;
	/* margin-right:2%;*/
}

.fl_pic img {
	float: left;
	width: 100%;
}


/*right*/

.fr_newBox {
	display: block;
	float: right;
	width: 69%;
	padding: 0 2%;
}

.fr_newBox:hover h3 {
	color: #2B63B1;
}

.f25_blu {
	display: block;
	font-size: 25px;
	color: #273C4E;
}

.fr_newBox time {
	display: block;
	font-size: 15px;
	color: #000;
	margin: 10px 0;
}

.f17_bla {
	font-size: 17px;
	color: #000;
	line-height: 1.3;
}

.f25_blu:hover,
.f17_bla:hover {
	color: #333;
}

.back {
	display: block;
	width: 150px;
	line-height: 35px;
	text-align: center;
	/*	background-color: #344C6D;*/
	background-color: #000;
	font-size: 20px;
	color: #fff;
	border-radius: 5px;
}


/*detail*/

.f25_blu_de {
	display: block;
	font-size: 25px;
	color: #273C4E;
}

.f17_bla_de {
	font-size: 17px;
	color: #373737;
	line-height: 1.3;
}


/********************************
	DOWNLOAD
********************************/

.b_line {
	border-bottom: 1px solid #ccc;
}

.downBox {
	display: block;
	width: 100%;
	overflow: hidden;
}

.downBox ul {
	margin-bottom: 20px;
}

.downBox li {
	display: inline-block;
	/*
	width: 20%;
	float: left;
*/
	width: calc(87% / 4 - 10px);
	vertical-align: top;
	margin-right: 5%;
	margin-bottom: 5%;
	text-align: center;
}

.downBox li:nth-child(4n) {
	margin-right: 0;
}

.book {
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
	position: relative;
	top: 0;
	left: 0;
}

.book img {
	width: 100%;
	float: left;
}

.bookimg {
	width: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
}

.bookimg img {
	width: 100%;
	float: left;
}

.size {
	display: block;
	font-size: 15px;
	color: #000;
	margin-bottom: 10px;
}

.down {
	display: inline-block;
	width: 90%;
	line-height: 35px;
	margin: 20px auto;
	text-align: center;
	background-color: #344C6D;
	font-size: 20px;
	color: #fff;
	border-radius: 4px;
}

.down span {
	display: block;
}

#top {
	position: fixed;
	right: 0;
	bottom: -100%;
	z-index: 999;
	transition: .3s;
	/*	background-color: #344C6D;*/
	background-color: rgba(0, 0, 0, 0.8);
	width: 80px;
	height: 80px;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: 2px 4px 10px #d9d9d9;
	-webkit-box-shadow: 2px 4px 10px #d9d9d9;
	-moz-box-shadow: 2px 4px 10px #d9d9d9;
}

#top:hover {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

#top div {
	display: block;
}

#top i {
	display: block;
	width: 48px;
	height: 42px;
	background-image: url(../img/cart_1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

#top b {
	position: absolute;
	top: -10px;
	right: -5px;
	display: block;
	text-align: center;
	width: 18px;
	height: 18px;
	line-height: 18px;
	/*	background-color: #213648;*/
	background-color: #404040;
	border-radius: 10px;
	font-family: monospace;
	font-size: 0.9rem;
	font-style: normal;
	color: #fff;
	border: #fff 1px solid;
}

#top a {
	display: inline-block;
	transition: .2s;
	position: relative;
	top: 20px;
	z-index: 500;
}


/*
#top a:hover {
	top: -5px;
}
*/

#top.active {
	bottom: 220px;
}


/********************************
	RWD
********************************/

#_m_banner,
#_m_page_banner {
	display: none;
}


/*#st-container{ display:none;}*/

.st-content {
	-webkit-overflow-scrolling: touch;
	-ms-scroll-chaining: chained;
}

.st-menu {
	width: 200px;
}


/*手機按鈕*/

#st-trigger-effects button#st-effect-11 {
	display: none;
	position: absolute;
	top: 14px;
	right: 0;
	background: url(../img/lay_3.png) no-repeat;
	width: 50px;
	height: 50px;
	cursor: pointer;
	border: 0;
	background-color: #ccc;
	text-indent: -9999px;
	/* float:right;*/
}

#m_logo {
	width: 80%;
	margin-left: 15px;
	display: inline-block;
}

#m_logo img {
	width: 100%;
}

#m_logo a {
	display: block;
	width: 100%;
}


/*手機選單 第一層*/

#m_menu .nav {
	display: block;
}

#m_menu .nav.active {
	display: none;
}

#m_menu .nav {
	display: block;
}

#m_menu .nav.active {
	display: block;
}

#m_menu .nav li {}

#m_menu .nav li a {
	display: block;
}

#m_menu .nav li a:hover {}


/*手機選單 第二層*/

#m_menu .nav_3 {
	display: none;
}

#m_menu .nav_3.active {
	display: block;
}

#m_menu .nav_3 li {}

#m_menu .nav_3 li a {}

#m_menu .nav_3 li a:hover {}


/*NEW CODE*/

.header_menu {
	font-size: 1.5rem;
	padding: 20px 0;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

.header_menu>li,
.n_menu>li,
.lang>li,
.menu_more>li,
.menu_language>li:first-child>* {
	display: inline-block;
	vertical-align: middle;
}

.header_menu>li:first-child {
	width: 300px;
	padding: 0 10px;
}

.header_menu>li:first-child>a>img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.header_menu>li:nth-child(2) {
	width: calc(100% - 615px);
}

.header_menu>li:nth-child(3) {
	width: 300px;
}

.menu_language>li {
	text-align: right;
	padding: 0 5px 0 0;
}

.menu_language>li:first-child:hover .lang {
	width: 195px;
}

.menu_more {
	font-weight: normal;
}

.n_menu>li,
.menu_more>li {
	margin: 0 5px;
	padding: 0 5px;
}

.menu_more>li>a {
	outline: 0;
}

.menu_more_open>li {
	margin: 3px 5px;
	padding: 3px 5px;
	position: relative;
}

.menu_more_open>li>a {
	display: block;
	text-align: center;
}

.n_menu>li {
	font-weight: bold;
	position: relative;
}

.menu_more>li:first-child {
	position: relative;
}

.n_menu>li::before,
.menu_more>li:first-child::before,
.menu_more_open>li::before {
	content: '';
	width: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-color: #000;
	opacity: 1;
	transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
}

.n_menu>li:hover::before,
.menu_more>li:first-child:hover::before,
.menu_more_open>li:hover::before {
	width: 103%;
	margin-left: -2%;
}

.n_menu>li:hover a,
.menu_more>li:first-child:hover a,
.menu_more_open>li:hover a {
	color: #fff;
}

.lang>li {
	margin: 0 3px;
	padding: 0 3px;
}

.lang {
	width: 43px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	transition: width 0.5s ease-out;
	-webkit-transition: width 0.5s ease-out;
}

.lang_icon {
	padding: 5px 0 0 0;
	cursor: pointer;
}

.lang_icon>span {
	animation: spin 2s infinite;
	transition: all 0.8s ease-out;
	-webkit-transition: all 0.8s ease-out;
}

.menu_more_open {
	padding: 0 2em 1em 2em;
	position: absolute;
	top: 119px;
	right: -400px;
	z-index: -2;
	background-color: rgba(255, 255, 255, 0.9);
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.menu_more_open.active {
	background-color: #fff;
}

.menu_more>li:nth-child(2):hover .menu_more_open {
	right: 0;
}

.menu_more>li:nth-child(2):hover>a>span {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

#menu_more_link:hover span {
	margin-left: 10px;
}


/*首頁scroll down動畫*/

.info_banner_wrapper {
	width: 100%;
	position: relative;
}

.info_banner_wrapper_m {
	width: 100%;
	display: none;
	position: relative;
}

.info_banner_img {
	width: 100%;
	display: block;
	position: relative;
	z-index: 100;
}

.info_banner_imgbox {
	width: 100%;
	display: block;
	padding-bottom: 53%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.info_banner_imgbox_m {
	width: 100%;
	display: block;
	padding-bottom: 125%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.info_banner_imgbox:hover,
.info_banner_imgbox_m:hover {
	filter: grayscale(20%);
	-webkit-filter: grayscale(20%);
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

.info_banner_link {
	padding: 5px 10px;
	color: #fff;
	font-size: 1.5rem;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	bottom: 18%;
	transform: translate(-50%, -85%);
	-webkit-transform: translate(-50%, -85%);
	z-index: 200;
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
}

.info_banner_link:hover {
	color: #000;
}

.info_banner_link::before {
	content: '';
	position: absolute;
	background-color: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	top: 100%;
	z-index: -1;
	transition: top 0.2s ease-in;
	-webkit-transition: top 0.2s ease-in;
}

.info_banner_link:hover::before {
	top: 0;
}

.info_banner_link:hover span {
	margin-left: 10px;
}

#wrapper {
	display: table;
	width: 100%;
	position: absolute;
	z-index: 800;
	bottom: 7%;
}

#wrapper-inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

#scroll-down {
	display: block;
	position: relative;
	padding-top: 70px;
	text-align: center;
}

.arrow-down {
	display: block;
	margin: 0 auto;
	width: 20px;
	height: 30px;
}

.arrow-down:after {
	content: '';
	display: block;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 20px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	behavior: url(-ms-transform.htc);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

#scroll-title {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: .1em;
}

#scroll-down::before {
	-webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* Safari 4+ */
	-moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* Fx 5+ */
	-o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* Opera 12+ */
	animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* IE 10+, Fx 29+ */
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 90px;
	background: #fff;
	content: ' ';
}

.cat {
	width: 90%;
	display: block;
	margin: 30px auto 0 auto;
}

.cat_title {
	font-size: 2rem;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 0 3% 0;
}

.cat_list {
	text-align: center;
}

.cat_list>li {
	width: calc(100% / 2 - 15px);
	display: inline-block;
	vertical-align: middle;
	padding: 15px;
	margin: 5px;
	position: relative;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
.cat_list>li.active{
	background-color: #000;
}
.cat_list>li.active::before {
	content: '';
	width: 0;
	height: 0;
	border: 0 solid transparent;
	border-left-width: 30px;
	border-right-width: 30px;
	border-top: 30px solid #000;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translate(-50%);
	-webkit-transform: translateX(-50%);
}

.cat_list .cat_box>a {
	font-size: 1.3rem;
	color: #fff;
	width: calc(100% - 30px);
	display: block;
	padding: 10px 0;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 15px;
	background-color: rgba(0, 0, 0, 0.5);
	transform: translate(-50%);
	-webkit-transform: translateX(-50%);
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}
.cat_list>li:hover a {
	padding: 20px 0;
	background-color: rgba(0, 0, 0, 0.8);
}

.cat_list .cat_box{
	width: 100%;
	display: block;
	padding-bottom: 48%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;	
}

.subcat_wrapper {
	width: 100%;
	display: block;
	margin: 25px 0 0 0;
}

.subcat_wrapper>li {
	width: calc(100% / 5);
	display: inline-block;
	vertical-align: top;
	margin-left: -4px;
	position: relative;
}

.subcat_wrapper>li>a {
	width: 100%;
	display: block;
	padding-bottom: 185%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
	/* Firefox4-34*/
	filter: gray;
	/* IE6-9 */
	-webkit-filter: grayscale(1);
	/* Old WebKit */
}

.subcat_wrapper>li:first-child {
	margin-left: 0;
}

.subcat_wrapper>li:hover>a {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-webkit-filter: none;
	filter: none;
}

.subcat_wrapper>li:hover .subcat_content {
	height: calc(25% + 20px);
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

.subcat_content {
	width: 100%;
	padding: 0 calc(15% + 20px);
	height: 0;
	background-color: rgba(255, 255, 255, 0.6);
	font-size: 1.5rem;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

.subcat_content>li {
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	color: #000;
}

.subcat_content>li:first-child {
	padding: 20px 0 0 0;
	word-wrap: break-word;
	overflow: hidden;
}

.subcat_content>li .subcat_circle {
	width: 50px;
	height: 50px;
	line-height: 45px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #6a6a6a;
	color: #fff;
	display: block;
	margin: 0 auto;
}

.subcat_content>li .subcat_circle:hover {
	background-color: #000;
	border: 2px solid #fff;
	transform: scale(0.85);
	-webkit-transform: scale(0.85);
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

.subcat_content>li .subcat_circle:hover a {
	color: #fff;
}

.subcat_content>li .subcat_circle>a {
	width: 100%;
	display: block;
}

.subcat_content>li .subcat_circle>a>span {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.listBox_header {
	width: 100%;
	padding-bottom: 23%;
	background-image: url(../img/index_product_header.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	margin: -2px 0 0 0;
}

.listBox_header p {
	width: 100%;
	text-transform: uppercase;
	font-size: 2.2rem;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.Product_list_wrapper {
	padding: 0 2%;
	display: block;
	position: relative;
	overflow: hidden;
}

.Product_list {
	width: 100%;
	height: 0;
	padding-bottom: 27%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.Product_list>ul {
	width: 90%;
	margin: 0 auto;
}

.Product_list>ul li {
	margin: 20px;
	padding: 10px;
	display: inline-block;
	vertical-align: top;
}

.Product_list>ul li:first-child {
	margin: 20px 20px 20px 30px;
}

.Product_list>ul li:hover {
	box-shadow: -3px 2px 50px #e6e6e6;
	-webkit-box-shadow: -3px 2px 50px #e6e6e6;
	-moz-box-shadow: -3px 2px 50px #e6e6e6;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

.Product_list .prev {
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 2rem;
	color: #d3d3d3;
	text-align: center;
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 200;
	cursor: pointer;
	border: 2px solid #d3d3d3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
}

.Product_list .prev span {
	margin-left: -4px;
}

.Product_list .next {
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 2rem;
	color: #d3d3d3;
	text-align: center;
	position: absolute;
	right: 0;
	top: 40%;
	z-index: 200;
	cursor: pointer;
	border: 2px solid #d3d3d3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	transform: translateY(-40%);
	-webkit-transform: translateY(-40%);
}

.Product_list .next span {
	margin-right: -4px;
}


/*Market News*/

.marketnews {
	width: 100%;
	padding-bottom: 41.5%;
	background-image: url(../img/latestnews_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.marketnews_wrapper {
	width: 100%;
	display: block;
	position: absolute;
	top: 55%;
	transform: translateY(-55%);
	-webkit-transform: translateY(-55%);
}

.marketnews_wrapper>li {
	display: inline-block;
	vertical-align: middle;
}

.marketnews_wrapper>li:first-child {
	width: calc(60% - 5px);
	padding: 10px;
	position: relative;
}

.marketnews_wrapper>li:nth-child(2) {
	width: calc(40% - 5px);
}

.marketnews_wrapper>li:nth-child(2)>p {
	font-size: 2rem;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.news_content {
	width: 100%;
	display: block;
	padding: 0 10%;
}

.news_content>.owl-stage-outer>.owl-stage>.owl-item>li {
	width: 90%;
	display: block;
	margin: 30px auto;
	box-shadow: -3px 2px 25px #dedede;
	-webkit-box-shadow: -3px 3px 25px #dedede;
	-moz-box-shadow: -3px 2px 25px #dedede;
}

.news_content>.owl-stage-outer>.owl-stage>.owl-item>li:hover {
	box-shadow: 3px 5px 5px #888888;
	-webkit-box-shadow: 3px 5px 5px #888888;
	-moz-box-shadow: 3px 5px 5px #888888;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

.news_content>.owl-stage-outer>.owl-stage>.owl-item>li>a {
	width: 100%;
	display: block;
	padding-bottom: 56.5%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.news_txt>li {
	padding: 10px;
	margin: 0 10px;
	font-size: 1rem;
	background-color: #fff;
}

.news_txt>li:first-child {
	color: #d3d3d3;
}

.news_txt>li:nth-child(2) {
	padding: 0 10px 15px 10px;
}

.news_txt>li>a:hover {
	color: #fff;
	background-color: #000;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

.marketnews .news_pre {
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 2rem;
	color: #d3d3d3;
	text-align: center;
	position: absolute;
	left: 30px;
	top: 50%;
	z-index: 200;
	cursor: pointer;
	border: 2px solid #d3d3d3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.marketnews .news_pre span {
	margin-left: -4px;
}

.marketnews .news_next {
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 2rem;
	color: #d3d3d3;
	text-align: center;
	position: absolute;
	right: 30px;
	top: 50%;
	z-index: 200;
	cursor: pointer;
	border: 2px solid #d3d3d3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.marketnews .news_next span {
	margin-right: -4px;
}

.news_more {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.news_more>a {
	width: 58px;
	line-height: 58px;
	padding: 18px 4px;
	background-color: #000;
	color: #fff;
	font-size: 1.1rem;
	text-transform: uppercase;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: 3px 3px 5px #dedede;
	-webkit-box-shadow: 3px 3px 5px #dedede;
	-moz-box-shadow: 3px 3px 5px #dedede;
}

.news_more:hover a {
	font-size: 0.9rem;
	padding: 15px 3px;
	background-color: #888888;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}


/*VIDEO*/

.video {
	width: 100%;
	padding-bottom: 41.5%;
	background-image: url(../img/video_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.video_wrapper {
	width: 100%;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.video_wrapper>li {
	display: inline-block;
	vertical-align: middle;
}

.video_wrapper>li:first-child {
	width: calc(40% - 5px);
}

.video_wrapper>li:nth-child(2) {
	width: calc(60% - 5px);
	padding: 10px;
	position: relative;
}

.video_wrapper>li:first-child>p {
	font-size: 2rem;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.video_content {
	width: 100%;
	height: 0;
	display: block;
	padding: 0 10%;
	padding-bottom: 45%;
	position: relative;
	z-index: 100;
	margin: -30px 0 0 0;
}

.video_content>.owl-stage-outer>.owl-stage>.owl-item>li {
	width: 90%;
	display: block;
	margin: 30px auto;
}

.owl-item {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.video_content>.owl-stage-outer>.owl-stage>.owl-item>li>.mediaV {
	box-shadow: -3px -7px 12px #b4b4b4;
	-webkit-box-shadow: -3px -7px 12px #b4b4b4;
	-moz-box-shadow: -3px -7px 12px #b4b4b4;
	display: inline-block;
}

.video_content>.owl-stage-outer>.owl-stage>.owl-item>li>.mediaV:hover {
	box-shadow: -3px -7px 12px #535353;
	-webkit-box-shadow: -3px -7px 12px #535353;
	-moz-box-shadow: -3px -7px 12px #535353;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

.video>.owl-stage-outer>.owl-stage>.owl-item>li>.mediaV>img {
	width: 100%;
	display: block;
	padding-bottom: 56.5%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.video .video_pre {
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 2rem;
	color: #d3d3d3;
	text-align: center;
	position: absolute;
	left: 30px;
	top: 50%;
	z-index: 200;
	cursor: pointer;
	border: 2px solid #d3d3d3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.video .video_pre span {
	margin-left: -4px;
}

.video .video_next {
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 2rem;
	color: #d3d3d3;
	text-align: center;
	position: absolute;
	right: 30px;
	top: 50%;
	z-index: 200;
	cursor: pointer;
	border: 2px solid #d3d3d3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.video .video_next span {
	margin-right: -4px;
}

.video_txt {
	font-size: 1.1rem;
	clear: both;
	margin: 10px 0 0 0;
}


/*brands*/

.brands_header {
	width: 100%;
	padding-bottom: 41.5%;
	background-image: url(../img/cooperation_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	margin: -6% 0 0 0;
}

.brands_header p {
	width: 100%;
	text-transform: uppercase;
	font-size: 2rem;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 30%;
	transform: translateY(-30%);
	-webkit-transform: translateY(-30%);
}

.brands_content {
	width: 80%;
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -70%);
	-webkit-transform: translate(-50%, -70%);
}

.brands_content>li {
	width: calc(100% / 5 - 5px);
	display: inline-block;
	vertical-align: middle;
}

.brands_content>li>a {
	width: 75%;
	display: block;
	margin: 0 auto;
	padding-bottom: 40%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.brands_content>li>a:hover {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}


/*why*/

.why_wrapper {
	width: 100%;
	display: block;
	margin: 3% 0;
}

.why_header>li {
	text-align: center;
	text-transform: uppercase;
}

.why_header>li:first-child>p {
	font-size: 2rem;
	display: inline-block;
	background-color: #000;
	color: #fff;
	padding: 10px;
}

.why_header>li:nth-child(2)>p {
	font-size: 1.5rem;
	display: inline-block;
	margin: 10px;
}

.why_content>li {
	width: calc(100% / 2 - 5px);
	display: inline-block;
	vertical-align: middle;
}

.why_content>li:first-child {
	padding-bottom: 28%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.why_content>li:nth-child(2) {
	padding: 0 0 0 3%;
}

.why_txt>li {
	width: calc(55% / 3 - 10px);
	display: inline-block;
	vertical-align: middle;
}

.why_txt>li:first-child {
	width: 80%;
	display: block;
	font-size: 1.5rem;
	padding: 20px 0;
	margin: 0 0 15px 0;
}

.why_txt>li>a>img {
	width: 90%;
}

.why_txt>li>a>img:hover {
	box-shadow: -3px -7px 12px #b4b4b4;
	-webkit-box-shadow: -3px -7px 12px #b4b4b4;
	-moz-box-shadow: -3px -7px 12px #b4b4b4;
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}

.why_more {
	width: 100%;
	text-align: center;
	margin: 2% 0 0 0;
}

.why_more>a {
	font-size: 1.5rem;
	display: inline-block;
	background-color: #d9d9d9;
	padding: 10px 35px;
}

.why_more>a:hover {
	color: #fff;
	background-color: #000;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transition: all 0.4s ease-out;
	-webkit-transition: all 0.4s ease-out;
}


/*RWD*/

@media screen and (max-width: 1620px) {
	.fl_pic {
		width: 250px;
	}
	.subcat_wrapper>li:hover .subcat_content {
		height: calc(30% + 20px);
	}
}

@media screen and (max-width: 1500px) {
	.cat {
		width: 100%;
	}
	.video_wrapper {
		top: 36%;
		transform: translateY(-36%);
		-webkit-transform: translateY(-36%);
	}
	.video_content .owl-controls {
		bottom: -60px;
	}
	.Product_list {
		padding-bottom: 32%;
	}
	.info_banner_imgbox {
		padding-bottom: calc(56.5% + 200px);
	}
}

@media screen and (max-width: 1520px) {
	#menu {
		float: left;
		width: 100%;
		text-align: left;
		margin-top: 0px;
	}
}

@media screen and (max-width: 1140px) {
	.fl_bu {
		width: 110px;
	}
}

@media screen and (max-width: 1350px) {
	body {
		font-size: 15px;
	}
	.fl_pic {
		width: 230px;
	}
	.video_wrapper>li:first-child {
		width: calc(37% - 5px);
	}
	.video_wrapper>li:nth-child(2) {
		width: calc(63% - 5px);
	}
	.subcat_content {
		font-size: 1.3rem;
	}
	.subcat_content>li .subcat_circle {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.subcat_content>li .subcat_circle>a {
		font-size: 1rem;
	}
}

@media screen and (max-width: 1320px) {
	h1#logo {
		width: 100%;
	}
	#nav {
		margin: 0;
	}
}

@media screen and (max-width: 1310px) {
	.fr_Wrap {
		width: 70%;
	}
}

@media screen and (max-width: 1300px) {
	#wrapper {
		bottom: 9%;
	}
	#scroll-down {
		padding-top: 60px;
	}
	#scroll-down::before {
		height: 75px;
		margin-left: -3px;
	}
	#scroll-title {
		font-size: 1rem;
	}
	.arrow-down {
		height: 20px;
	}
	.arrow-down:after {
		width: 15px;
		height: 15px;
	}	
	.marketnews {
		padding-bottom: 45%;
	}
}

@media screen and (max-width: 1240px) {
	.fl_pic {
		width: 25%;
		margin-right: 5%;
	}
}

@media screen and (max-width: 1200px) {
	.subcat_content {
		padding: 0 calc(13% + 20px);
	}
	.subcat_wrapper>li:hover .subcat_content {
		height: calc(35% + 20px);
	}
	.Product_list .owl-controls {
		bottom: -5px;
	}
}

@media screen and (max-width: 1150px) {
	body {
		font-size: 14px;
	}
	.fl_detail {
		width: 100%;
	}
	.fl_detail .f50 {
		min-height: auto;
	}
	.disBox li {
		width: 180px;
	}
	.fr_detail {
		float: left;
		width: 100%;
	}
	#deatail .tag_img {
		position: static;
		width: 170px;
		margin-bottom: 20px;
	}
	.Product_list {
		padding-bottom: 34%;
	}
	.video_txt {
		font-size: 1rem;
	}	
	.marketnews {
		padding-bottom: 50%;
	}
}

@media screen and (max-width: 1100px) {
	.idx_list_2 li {
		width: 33%;
	}
	.idx_list_2 li:nth-child(4n+1) {
		clear: none;
	}
	.idx_list_2 li:nth-child(3n+1) {
		clear: both;
	}
	.w70 {
		width: 90%;
	}
}

@media screen and (max-width: 1090px) {
	.header_menu {
		font-size: 1.3rem;
		height: 108px;
	}
	.header_menu>li:first-child {
		width: 220px;
	}
	.header_menu>li:nth-child(2) {
		width: calc(100% - 540px);
	}
	.menu_more_open {
		top: 108px;
	}
	.marketnews_wrapper>li:first-child {
		width: calc(63% - 5px);
	}
	.marketnews_wrapper>li:nth-child(2) {
		width: calc(37% - 5px);
	}
	.news_more>a {
		font-size: 0.9rem;
		padding: 14px 3px;
	}
	.news_more:hover a {
		font-size: 0.8rem;
		padding: 14px 3px;
	}
	.brands_content {
		width: 90%;
	}
	.subcat_content {
		padding: 0 calc(5% + 10px);
	}
	.video,
	.brands_header {
		padding-bottom: 45%;
	}
}

@media screen and (max-width: 1040px) {
	.f20_black,
	.fr_Wrap {
		width: 100%;
	}
	.icon_mit {
		width: 60px;
		height: 60px;
	}
	.video_wrapper {
		top: 30%;
		transform: translateY(-30%);
		-webkit-transform: translateY(-30%);
	}
	.video_content {
		padding-bottom: 48%;
	}
	.why_wrapper {
		margin: 5% 0;
	}
	.why_more {
		margin: 5% 0 0 0;
	}
	.why_txt>li:first-child {
		padding: 25px 0;
	}
	.marketnews {
		padding-bottom: 55%;
	}
}

@media screen and (max-width: 1000px) {
	body {
		font-size: 14px;
	}
	h1#logo {
		width: 50%;
	}
	#w50 {
		width: 100%;
	}
	.s_form_1 li textarea {
		width: 48%;
	}
	#prod_text {
		width: 100%;
	}
	#prod_slide {
		width: 100%;
	}
	#wrapper {
		bottom: 7%;
	}
}

@media screen and (max-width: 980px) {
	.fr_newBox {
		display: block;
		float: left;
		width: 70%;
		padding: 0;
	}
	.Product_list {
		padding-bottom: 36%;
	}
	.Product_list .prev {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.Product_list .prev,
	.Product_list .next {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}	
	.cat_title {
		font-size: 1.5rem;
		margin: 3% 0;
	}
	.listBox_header p {
		font-size: 1.5rem;
		top: 40%;
		transform: translateY(-40%);
		-webkit-transform: translateY(-40%);
	}
	.video_wrapper>li:first-child {
		width: calc(35% - 5px);
	}
	.video_wrapper>li:nth-child(2) {
		width: calc(65% - 5px);
	}
	.video_wrapper {
		top: 27%;
		transform: translateY(-27%);
		-webkit-transform: translateY(-27%);
	}
	.brands_header p,
	.marketnews_wrapper>li:nth-child(2)>p,
	.video_wrapper>li:first-child>p {
		font-size: 1.5rem;
	}
	.why_txt>li:first-child {
		font-size: 1.3rem;
	}
	.why_header>li:first-child>p {
		font-size: 1.5rem;
	}
	.why_header>li:nth-child(2)>p,
	.why_more>a,
	.info_banner_link {
		font-size: 1.3rem;
	}
	.f30_whi {
		font-size: 1.3rem;
	}
	.subcat_content {
		font-size: 1.1rem;
	}
	.subcat_content>li .subcat_circle {
		width: 35px;
		height: 35px;
		line-height: 33px;
	}
	.subcat_content>li .subcat_circle:hover {
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
	}
	.marketnews .news_pre,
	.video .video_pre {
		left: 15px;
	}
	.marketnews .news_next,
	.video .video_next {
		right: 15px;
	}
	.why_txt>li {
		width: calc(70% / 3 - 10px);
	}
	.brands_content>li>a {
		width: 80%;
	}
	.why_txt>li:first-child {
		width: 90%;
	}
	#top {
		width: 70px;
		height: 70px;
	}
	#top i {
		width: 40px;
		height: 36px;
	}
	#top b {
		top: -8px;
		right: -10px;
		width: 20px;
		height: 20px;
		line-height: 18px;
	}
	.icon_mit_p {
		width: 70px;
		height: 70px;
	}
}

@media screen and (max-width: 965px) {
	#header.active .header_menu {
		padding: 20px 10px;
	}
	.marketnews {
		padding-bottom: 60%;
	}
}

@media screen and (max-width: 930px) {
	.menu_more_open {
		top: 108px;
	}		
}

@media screen and (max-width: 950px) {
	#result li {
		width: calc(100% / 3 - 20px);
	}
	.header_menu {
		font-size: 1.2rem;
	}
	.header_menu>li:first-child {
		width: 185px;
	}
	.header_menu>li:nth-child(2) {
		width: calc(100% - 502px);
	}
	.menu_language>li:first-child:hover .lang {
		width: 170px;
	}	
}

@media screen and (max-width: 900px) {
	#qs_text {
		width: 96%;
	}
	.howbuy {
		position: static;
		clear: both;
		width: 100%
	}
	.video,
	.brands_header {
		padding-bottom: 50%;
	}
	.video_content .owl-controls {
		bottom: -100px;
	}
	.info_banner_link {
		bottom: 15%;
	}
	#scroll-down {
		padding-top: 45px;
	}
	#scroll-down::before {
		height: 60px;
		margin-left: -3px;
	}
	#scroll-title {
		font-size: 1rem;
	}
	.arrow-down {
		height: 18px;
	}
	.info_banner_imgbox {
		padding-bottom: calc(60.5% + 200px);
	}
}

@media screen and (max-width: 885px) {
	body {
		font-size: 13px;
	}
	#menu,
	#various {
		display: none;
	}
	/********************************************************/
	#st-trigger-effects button#st-effect-11 {
		display: block;
	}
	.header_menu>li:nth-child(2) {
		width: calc(100% - 440px);
	}
	.header_menu>li:nth-child(3) {
		width: 235px;
	}
}

@media screen and (max-width: 870px) {
	.lang {
		width: 35px;
	}
	.lang>li {
		padding: 0;
	}
	.menu_language>li:first-child:hover .lang {
		width: 145px;
	}
}

@media screen and (max-width: 860px) {
	.w70 {
		width: 90%;
	}
	.f28_blue {
		text-align: left;
	}
	.iconBox li {
		padding-left: 0;
	}
	.idx_list_2 li {
		width: 50%;
	}
	.idx_list_2 li:nth-child(3n+1) {
		clear: none;
	}
	.idx_list_2 li:nth-child(2n+1) {
		clear: both;
	}	
	.Product_list {
		padding-bottom: 41%;
	}
	.video,
	.brands_header {
		padding-bottom: 60%;
	}
	.marketnews_wrapper>li:first-child,
	.video_wrapper>li:nth-child(2) {
		width: calc(68% - 5px);
	}
	.marketnews_wrapper>li:nth-child(2),
	.video_wrapper>li:first-child {
		width: calc(32% - 5px);
	}
	.brands_content {
		width: 100%;
	}
	.brands_content>li>a {
		width: 90%;
	}
	.why_content>li:first-child {
		padding-bottom: 32%;
		background-position: center right;
	}
	.icon_mit_p {
		top: 10px;
	}
	.marketnews {
		padding-bottom: 65%;
	}
}

@media screen and (max-width: 820px) {
	.header_menu>li:nth-child(2) {
		width: calc(100% - 420px);
		;
	}
	.header_menu>li:nth-child(3) {
		width: 225px;
	}
	.n_menu>li,
	.menu_more>li {
		margin: 0 3px;
	}
	#menu_more_link:hover span {
		margin-left: 5px;
	}
}

@media screen and (max-width: 800px) {
	#whyBox {
		background-size: cover;
	}
	#page_banner {
		display: none;
	}
	#_m_page_banner {
		display: block;
		width: 100%;
		float: left;
	}
	.fl_why {
		float: left;
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #B7B7B7;
		text-align: left;
	}
	.fr_news {
		float: left;
		width: 100%;
	}
	.ourBox {
		padding: 10px 0;
	}
	.header_menu {
		display: none;
	}
	.header_menu_m {
		display: block;
		padding: 10px 0;
	}
	.header_menu_m>li {
		display: inline-block;
		vertical-align: middle;
	}
	.header_menu_m>li:first-child {
		width: calc(100% - 100px);
	}
	.header_menu_m>li:first-child>a {
		width: 260px;
		padding: 0 20px;
		display: inline-block;
	}
	.header_menu_m>li:first-child>a>img {
		width: 100%;
		display: block;
	}
	.header_menu_m>li:nth-child(2) {
		width: 40px;
		height: 40px;
	}
	.bar:after,
	.bar:before {
		content: "";
		position: absolute;
		left: 0;
		top: -9px;
	}
	.bar:after {
		top: 9px;
	}
	.bar {
		position: relative;
		display: block;
		margin: 18px 0 0 0;
	}
	.bar,
	.bar:after,
	.bar:before {
		width: 100%;
		height: 3px;
		background-color: #000;
		transition: all 0.4s ease-out;
		-webkit-transition: all 0.4s ease-out;
		backface-visibility: hidden;
		border-radius: 2px;
	}
	#mini_menu_icon.active .bar {
		background-color: transparent;
	}
	#mini_menu_icon.active .bar:before {
		transform: rotate(45deg) translate(5px, 5px);
		-webkit-transform: rotate(45deg) translate(5px, 5px);
	}
	#mini_menu_icon.active .bar:after {
		transform: rotate(-45deg) translate(7px, -8px);
		-webkit-transform: rotate(-45deg) translate(7px, -8px);
	}
	.mini_menu_open {
		width: 320px;
		height: 100vh;
		display: block;
		overflow-y: scroll;
		position: fixed;
		top: 0;
		right: -320px;
		bottom: 0;
		transition: all 0.5s ease-in;
		-webkit-transition: all 0.5s ease-in;
		background-color: rgba(0, 0, 0, 0.9);
		z-index: 1000;
		-webkit-overflow-scrolling: touch;
	}
	.mini_menu_open.active {
		right: 0;
		transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
	}
	.mini_menu_open>li,
	.menu_more_open_m>li {
		margin: 8px;
		padding: 8px;
		text-align: left;
		font-size: 1.3rem;
		text-align: center;
		position: relative;
	}
	.mini_menu_open>li:first-child>a {
		width: 230px;
		display: inline-block;
	}
	.mini_menu_open>li:first-child>span {
		width: 50px;
		font-size: 2rem;
		color: #fff;
		position: absolute;
		right: 0;
		top: 10px;
		display: none;
	}
	.mini_menu_open>li:first-child>span:hover {
		background-color: #fff;
		color: #000;
		border-radius: 50%;
		-webkit-border-radius: 50%;
	}
	.mini_menu_open>li:first-child>a>img {
		width: 100%;
		display: block;
	}
	.mini_menu_open>li:first-child>a:hover img {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transition: all 0.4s ease-out;
		-webkit-transition: all 0.4s ease-out;
	}
	.mini_menu_open>li>a,
	.menu_more_open_m>li>a {
		color: #fff;
	}
	.mini_menu_open>li>a {
		width: 100%;
		display: block;
	}
	.mini_menu_open>li>a:hover {
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
		transition: all 0.4s ease-out;
		-webkit-transition: all 0.4s ease-out;
	}
	.mini_menu_open>li:last-child>a {
		width: auto;
		display: inline-block;
	}
	/*
	.mini_menu_open>li:hover>a,
	.menu_more_open_m>li:hover>a {
		color: #000;
	}
*/
	/*
	.mini_menu_open>li:first-child::before,
	.mini_menu_open>li:nth-child(8)::before,
	.mini_menu_open>li:nth-child(9)::before {
		content: none;
	}
*/
	/*
	.mini_menu_open>li:first-child::before,
	.mini_menu_open>li:last-child::before {
		content: none;
	}
*/
	/*
	.mini_menu_open>li:nth-child(8)>a {
		color: #fff;
	}
*/
	/*
	.mini_menu_open>li::before,
	.menu_more_open_m>li::before {
		content: '';
		width: 0;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		background-color: #fff;
		opacity: 1;
		transform: skew(-20deg);
		-webkit-transform: skew(-20deg);
	}
	.mini_menu_open>li:hover::before,
	.menu_more_open_m>li:hover::before {
		width: 80%;
		display: block;
		margin: 0 auto;
	}
*/
	.mini_menu_open>li>a>span {
		font-size: 1rem;
		color: #fff;
	}
	.menu_more_open_m {
		height: 0;
		overflow: hidden;
	}
	#menu_more_link_m:hover .menu_more_open_m {
		height: 275px;
		transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
	}
	#menu_more_link_m:hover>a>span {
		transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	.menu_more_open>li {
		margin: 3px 5px;
		padding: 3px 5px;
		position: relative;
	}
	.menu_more_open>li>a {
		display: block;
		text-align: center;
	}
	#menu_lang_m>* {
		display: inline-block;
		vertical-align: top;
	}
	#menu_lang_m>a>span {
		animation: spin 2s infinite;
		transition: all 0.8s ease-out;
		-webkit-transition: all 0.8s ease-out;
	}
	.lang_m {
		color: #fff;
		min-height: 250px;
		/*
		height: 31px;
		overflow: hidden;
*/
	}
	/*
	#menu_lang_m:hover .lang_m {
		height: 130px;
		transition: all 0.5s ease-out;
		-webkit-transition: all 0.5s ease-out;
	}
*/
	.lang_m li a {
		color: #fff;
	}
	.lang_m li a:hover {
		background-color: #fff;
		color: #000;
	}
	.subcat_wrapper {
		margin: 25px 0 0 0;
	}
	.subcat_wrapper li a {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		padding-bottom: 185%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		position: relative;
		/*
		filter: grayscale(100%);
		-webkit-filter: grayscale(100%);
*/
	}
	/*
	.subcat_wrapper li a:hover {
		filter: grayscale(0);
		-webkit-filter: grayscale(0);
	}
*/
	.subcat_wrapper>li:first-child {
		margin-left: 0;
	}
	.subcat_wrapper li .subcat_content {
		height: calc(25% + 20px);
		/*
		transition: all 0.4s ease-out;
		-webkit-transition: all 0.4s ease-out;
*/
	}
	.subcat_content {
		padding: 0 calc(15% + 20px);
	}
	.subcat {
		position: relative;
	}
	.subcat .subcat_prev {
		display: block;
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 2rem;
		color: #fff;
		text-align: center;
		position: absolute;
		left: 1%;
		top: 50%;
		z-index: 200;
		cursor: pointer;
		border: 2px solid #fff;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.subcat .subcat_prev span {
		margin-left: -4px;
	}
	.subcat .subcat_next {
		display: block;
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 2rem;
		color: #fff;
		text-align: center;
		position: absolute;
		right: 1%;
		top: 50%;
		z-index: 200;
		cursor: pointer;
		border: 2px solid #fff;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.subcat .subcat_next span {
		margin-right: -4px;
	}
	.cat_list {
		display: none;
	}
	.cat_list_m {
		width: 65%;
		display: block;
		margin: 0 auto;
	}
	.cat_list_m>li {
		width: 100%;
		display: block;
		padding: 15px;
		margin: 5px;
		position: relative;
		transition: all 0.4s ease-out;
		-webkit-transition: all 0.4s ease-out;
	}
	.cat_list_m>li.active {
		background-color: #000;
	}
	.cat_list_m>li.active::before {
		content: '';
		width: 0;
		height: 0;
		border: 0 solid transparent;
		border-left-width: 30px;
		border-right-width: 30px;
		border-top: 30px solid #000;
		position: absolute;
		left: 50%;
		bottom: -30px;
		transform: translate(-50%);
		-webkit-transform: translateX(-50%);
	}
	.cat_list_m .cat_box>a {
		font-size: 1.3rem;
		color: #fff;
		width: calc(100% - 30px);
		display: block;
		padding: 10px 0;
		text-align: center;
		position: absolute;
		left: 50%;
		bottom: 15px;
		background-color: rgba(0, 0, 0, 0.5);
		transform: translate(-50%);
		-webkit-transform: translateX(-50%);
		transition: all 0.4s ease-out;
		-webkit-transition: all 0.4s ease-out;
	}
	.cat_list_m>li:hover a {
		padding: 20px 0;
		background-color: rgba(0, 0, 0, 0.8);
	}
	.cat_list_m .cat_box {
		width: 100%;
		display: block;
		padding-bottom: 48%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.Product_list {
		padding-bottom: 52%;
	}
	.marketnews_wrapper {
		top: 75%;
		transform: translateY(-75%);
		-webkit-transform: translateY(-75%);
	}
	.marketnews {
		padding-bottom: 95%;
		background-image: url(../img/latestnews_bg_m.png);
		background-position: right top;
	}
	.marketnews_wrapper>li:first-child,
	.marketnews_wrapper>li:nth-child(2) {
		width: 100%;
		display: block;
	}
	.marketnews_wrapper>li:nth-child(2)>p {
		width: 100%;
		color: #000;
		position: absolute;
		top: -30%;
		left: 50%;
		transform: translate(-50%, 30%);
		-webkit-transform: translate(-50%, 30%);
		text-shadow: 2px 1px 8px #333333;
	}
	.news_txt>li {
		margin: 0;
	}
	.video {
		padding-bottom: 75%;
		background-image: url(../img/video_bg_m.png);
		background-position: left bottom;
	}
	.video_wrapper>li:first-child,
	.video_wrapper>li:nth-child(2) {
		width: 100%;
		display: block;
	}
	.video_content {
		padding-bottom: 50%;
	}
	.video_wrapper>li:first-child>p {
		margin: 0 0 20px 0;
		text-shadow: 2px 1px 8px #333333;
	}
	.video_content .owl-controls {
		bottom: -70px;
	}
	.brands_header {
		padding-bottom: 75%;
		background-image: url(../img/cooperation_bg_m.png);
		background-position: center top;
	}
	.brands_header p {
		top: 15%;
		transform: translateY(-15%);
		-webkit-transform: translateY(-15%);
	}
	.brands_content {
		width: 80%;
		margin: 20px 0 0 0;
	}
	.brands_content>li>a {
		width: 80%;
		margin: 10px auto;
	}
	.brands_content>li {
		width: calc(100% / 3 - 5px);
	}
	.why_txt>li:first-child {
		width: 100%;
	}
	.info_banner_wrapper_m {
		display: block;
	}
	.info_banner_wrapper {
		display: none;
	}
	.info_banner_link {
		font-size: 1.5rem;
		bottom: 20%;
	}
	#scroll-down {
		padding-top: 55px;
	}
	#wrapper {
		bottom: 10%;
	}
	#scroll-down::before {
		height: 75px;
		margin-left: -1px;
	}
	.arrow-down {
		height: 30px;
	}
	.arrow-down:after {
		width: 20px;
		height: 20px;
	}
	.listBox_header {
		padding-bottom: 50%;
		background-image: url(../img/index_product_header_m.png);
	}
	.listBox_header p {
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}

@media screen and (max-width: 770px) {
	body {
		font-size: 12px;
	}
	.rwd_table thead {
		display: none;
	}
	.rwd_table .label {
		display: inline-block;
		float: left;
	}
	.rwd_table td {
		width: 100%;
		box-sizing: border-box;
		float: left;
		clear: left;
	}
	.rwd_table tr td:first-child {
		padding-top: 10px;
	}
	.rwd_table tr td:last-child {
		border-bottom: 1px solid #bbb;
	}
	.del {
		float: left;
	}
	._m_s_h2 {
		display: block;
	}
	._m_hide_1 {
		display: none;
	}
	._m_cart_tb_1 {
		display: block;
	}
	.tableBox {
		background: #f1f1f1;
	}
	.tableBox tr:nth-child(2n) {
		background: rgba(255, 255, 255, .5);
	}
	.tableBox tbody td {
		text-align: left;
	}
	.tableBox i {
		margin: 0 10px 0 0;
	}
	.tableBox .s_4 {
		width: 70%;
	}
	.s_h2 {
		font-size: 13px;
		text-indent: 10px;
	}
	#loadi li {
		width: 24%;
	}
	#loadi li:nth-child(4n) {
		margin-right: 0;
	}
	#loadi li:nth-child(4n+1) {
		clear: both;
	}
	#loadi li:nth-child(5n) {
		margin-right: 1%;
	}
	#loadi li:nth-child(5n+1) {
		clear: none;
	}
	#features li {
		width: 24%;
	}
	#features li:nth-child(4n) {
		margin-right: 0;
	}
	#features li:nth-child(4n+1) {
		clear: both;
	}
	#features li:nth-child(5n) {
		margin-right: 1%;
	}
	#features li:nth-child(5n+1) {
		clear: none;
	}
	.downBox li {
		width: calc(92% / 2 - 10px);
	}
}

@media screen and (max-width: 750px) {
	.f16_whi2 {
		width: 100%;
	}
	.language {
		margin-top: 0;
		float: left;
	}
	#condition li {
		width: 100%;
	}
	#result li {
		width: calc(100% / 2 - 20px);
	}
	.why_ul_1 li {
		width: 48%;
	}
	.why_ul_1 li:nth-child(3) {
		clear: both;
	}	
}

@media screen and (max-width: 700px) {
	.fl_bu {
		width: 100%;
		margin-bottom: 10px;
	}
	.fr_bu {
		width: 100%;
		float: left;
	}	
	#top {
		width: 65px;
		height: 65px;
	}
	#top b {
		font-size: 1.1rem;
	}
	.marketnews {
		padding-bottom: 110%;
	}
	.video,
	.brands_header {
		padding-bottom: 85%;
	}
	.why_wrapper {
		margin: 50px 0;
	}
	.why_content>li:first-child {
		width: 100%;
		display: block;
		padding-bottom: 61%;
		background-position: left center;
	}
	.why_content>li {
		width: 100%;
		display: block;
	}
	.why_txt {
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.Product_list {
		padding-bottom: 55%;
	}
}

@media screen and (max-width: 650px) {
	#loadi li {
		width: 32%;
	}
	#loadi li:nth-child(3n) {
		margin-right: 0;
	}
	#loadi li:nth-child(3n+1) {
		clear: both;
	}
	#loadi li:nth-child(4n) {
		margin-right: 1%;
	}
	#loadi li:nth-child(4n+1) {
		clear: none;
	}
	#features li {
		width: 32%;
	}
	#features li:nth-child(3n) {
		margin-right: 0;
	}
	#features li:nth-child(3n+1) {
		clear: both;
	}
	#features li:nth-child(4n) {
		margin-right: 1%;
	}
	#features li:nth-child(4n+1) {
		clear: none;
	}
	/*
	#appli li{ width:49%;}
	#appli li:nth-child(2n){ margin-right:0;}
	#appli li:nth-child(2n+1){ clear:both;}
	#appli li:nth-child(3){ margin-right:2%;}
*/
	.adBox div {
		margin-bottom: 10px;
	}
	.pic_hide {
		display: none;
	}
	.f32 {
		font-size: 21px;
		line-height: 1;
		margin-top: 10px;
		display: block;
	}
	.subcat_content {
		padding: 0 calc(15% + 15px);
	}
	.subcat_wrapper li .subcat_content {
		height: calc(25% + 30px);
	}
}

@media screen and (max-width: 640px) {
	.tuma {
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.language {
		margin: 0 0 20px 0;
	}
	.fl_pic {
		width: 25%;
		margin-right: 5%;
	}
	.newBox li {
		border-bottom: 1px solid #B7B7B7;
		padding-bottom: 20px;
	}
	.s_form_1 li label {
		width: 100%;
	}
	.s_form_1 li input[type=text],
	.s_form_1 li input[type=password] {
		width: 95%;
		padding: 0 2%;
	}
	.s_form_1 li textarea {
		width: 95%;
	}
	#country {
		width: 95%;
		padding: 0 2%;
	}
	#web {
		margin-bottom: 12px;
	}
	.down_web {
		margin-left: 0;
	}
	.marketnews {
		padding-bottom: 130%;
	}
	.video,
	.brands_header {
		padding-bottom: 110%;
	}
	.video_wrapper {
		top: 20%;
		transform: translateY(-20%);
		-webkit-transform: translateY(-20%);
	}
	.video_content .owl-controls {
		bottom: -210px;
	}
	.Product_list {
		width: 90%;
		padding-bottom: 80%;
	}
	.Product_list .owl-item img {
		width: 85%;
	}
	.Product_list>ul li {
		padding: 25px 20px;
	}
	.Product_list>ul li:hover {
		box-shadow: -3px 2px 30px #e6e6e6;
		-webkit-box-shadow: -3px 2px 30px #e6e6e6;
		-moz-box-shadow: -3px 2px 30px #e6e6e6;
	}
	.cat_list_m {
		width: 75%;
	}
	.brands_content>li {
		width: calc(100% / 2 - 5px);
	}
	.brands_content {
		width: 65%;
	}	
	.header_menu_m>li:first-child {
		width: calc(100% - 70px);
	}	
	.subcat_content {
		padding: 0 calc(15% + 20px);
	}
	.subcat_wrapper li .subcat_content {
		height: calc(25% + 20px);
	}	
}

@media screen and (max-width: 550px) {
	.idx_list_2 li {
		width: 100%;
	}	
	.arrow-down {
		height: 20px;
	}
	#scroll-down {
		padding-top: 45px;
	}
	#scroll-down::before {
		height: 60px;
		margin-left: -3px;
	}
	.arrow-down:after {
		width: 15px;
		height: 15px;
	}
	.info_banner_link {
		bottom: 17%;
	}
	.listBox_header p {
		padding: 0 20px;
	}
	.subcat_wrapper {
		margin: 16px 0 0 0;
	}
	.cat_list_m>li {
		padding: 8px;
	}
	.cat_list_m .cat_box>a {
		width: calc(100% - 15px);
		font-size: 1.1rem;
		padding: 8px 0;
		bottom: 8px;
	}
	.cat_list_m>li.active::before {
		border-left-width: 20px;
		border-right-width: 20px;
		border-top: 20px solid #000;
		bottom: -20px;
	}
	.pcat_list_m .pcat_title{
		font-size: 1.2rem;
		padding: 5px 0;
	}
}

@media screen and (max-width: 540px) {
	#loadi li {
		width: 49%;
	}
	#loadi li:nth-child(2n) {
		margin-right: 0;
	}
	#loadi li:nth-child(2n+1) {
		clear: both;
	}
	#loadi li:nth-child(3n) {
		margin-right: 1%;
	}
	#loadi li:nth-child(3n+1) {
		clear: none;
	}
	#features li {
		width: 49%;
	}
	#features li:nth-child(2n) {
		margin-right: 0;
	}
	#features li:nth-child(2n+1) {
		clear: both;
	}
	#features li:nth-child(3n) {
		margin-right: 1%;
	}
	#features li:nth-child(3n+1) {
		clear: none;
	}
	.f50 {
		font-size: 30px;
		font-weight: bold;
	}
	.btn_1,
	.btn_2,
	.btn_3,
	.btn_4,
	.btn_7,
	.btn_8,
	.btn_10 {
		margin: 5% auto;
		display: block;
		float: none;
		clear: both;
		width: 100%;
	}
	#deatail .tag_img {
		display: none;
	}
	.share_box {
		display: none;
	}
	#prod_slide {
		margin: 10% 0;
	}
	.fr {
		float: none;
		width: 95%;
	}
}

@media screen and (max-width: 520px) {
	.iconBox li {
		margin-bottom: 10px;
		padding-left: 81px;
		min-height: 65px;
	}
	.howbuy ul ul {
		width: 100%;
	}
	.howbuy ul:hover ul {
		top: 52px;
	}
}

@media screen and (max-width: 511px) {
	.f23_gray b {
		display: block;
		position: absolute;
		left: 0;
	}
}

@media screen and (max-width: 510px) {
	.tableBox .s_4 {
		width: 45%;
	}
	.tableBox i {
		width: 150px;
		height: 150px;
		margin: 0 0 10px 0;
	}
}

@media screen and (max-width: 500px) {
	.fl_cintact {
		width: 100%;
	}
	.fr_logo {
		width: 100%;
		display: block;
		float: left;
		margin: 20px 0;
	}
	#foot.active .fr_logo {
		margin: 0;
	}
	#result li {
		width: 90%;
		display: block;
		margin: 0 auto;
	}
	.why_ul_1 li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
	}
	.cat_list_m {
		width: 85%;
	}
	.Product_list {
		padding-bottom: 85%;
	}
	.marketnews {
		padding-bottom: 160%;
	}
	.video,
	.brands_header {
		padding-bottom: 125%;
	}
	.brands_content {
		width: 75%;
	}
	.header_menu_m>li:first-child>a,
	.mini_menu_open>li:first-child>a {
		width: 210px;
	}
	#top {
		width: 55px;
		height: 55px;
	}
	#top a {
		top: 10px;
	}
	.header_menu_m>li:first-child {
		width: calc(100% - 60px);
	}
	#top.active {
		bottom: 295px;
	}
	.info_banner_imgbox_m {
		padding-bottom: 130%;
	}
	.info_banner_link {
		bottom: 16%;
	}
	#wrapper {
		bottom: 7%;
	}
}

@media screen and (max-width: 480px) {
	h1#logo {
		width: 80%;
	}
	h1#logo img {
		width: 100%;
	}
	.howbuy img.ebay_paypal {
		margin: 0 0 20px;
		display: block;
		clear: both;
	}
}

@media screen and (max-width: 450px) {
	.subcat_wrapper li .subcat_content {
		height: calc(30% + 20px);
	}
	.Product_list {
		padding-bottom: 90%;
	}
	.marketnews_wrapper {
		top: 77%;
		transform: translateY(-77%);
		-webkit-transform: translateY(-77%);
	}
	.video_wrapper {
		top: 15%;
		transform: translateY(-15%);
		-webkit-transform: translateY(-15%);
	}
	.mini_menu_open>li:first-child>a {
		width: 180px;
	}	
}

@media screen and (max-width: 410px) {
	/*	#loadi li{ width:100%; margin-right:0;}
	#loadi li:nth-child(1n+1){ clear:both;}
	#loadi li:nth-child(2n+1){ clear:none;}
	#loadi li:nth-child(3n){ margin-right:0%;}

	#features li{ width:100%; margin-right:0;}
	#features li:nth-child(1n+1){ clear:both;}
	#features li:nth-child(2n+1){ clear:none;}
	#features li:nth-child(3n){ margin-right:0%;}*/
}

@media screen and (max-width: 400px) {
	.downBox li {
		width: 95%;
		display: block;
		margin: 0 auto;
	}
	.fr_logo img {
		width: 120px;
	}
	.f30_whi {
		font-size: 25px;
	}
	.f45 {
		font-size: 30px;
	}
	.f32 {
		font-size: 17px;
		line-height: 1.2;
		margin-bottom: 10px;
	}	
	.subcat_wrapper li a {
		padding-bottom: 125%;
	}
	.subcat_content {
		padding: 0px calc(25% + 20px);
	}
	.subcat_wrapper li .subcat_content {
		height: calc(25% + 20px);
	}
	.Product_list {
		padding-bottom: 105%;
	}
	.Product_list .owl-item img {
		width: 100%;
	}
	.marketnews {
		padding-bottom: 180%;
	}
	.video,
	.brands_header {
		padding-bottom: 135%;
	}
	.brands_content {
		width: 85%;
	}
	.brands_content>li>a {
		margin: 5px auto;
	}
	.why_txt>li {
  width: calc(85% / 2 - 10px);
  margin: 0 0 15px 0;
	}
	.info_banner_link {
		font-size: 1.3rem;
		bottom: 14%;
	}
	#wrapper {
		bottom: 6%;
	}
	#scroll-title {
		font-size: 0.8rem;
	}
	.arrow-down {
		height: 16px;
	}
	#scroll-down {
		padding-top: 35px;
	}
	#scroll-down::before {
		height: 50px;
		margin-left: -4px;
	}
	.arrow-down:after {
		width: 13px;
		height: 13px;
	}
	.header_menu_m>li:first-child>a {
		width: 190px;
	}
	.header_menu_m>li:nth-child(2) {
		width: 35px;
		height: 35px;
	}
	.header_menu_m>li:first-child {
		width: calc(100% - 50px);
	}
	.header_menu_m>li:first-child>a {
		padding: 0 10px;
	}
	.marketnews .news_pre,
	.video .video_pre {
		left: 5px;
	}
	.marketnews .news_next,
	.video .video_next {
		right: 5px;
	}
	#result li {
		width: 100%;
	}
}

@media screen and (max-width: 360px) {
	#loadi li:nth-child(2n+1) {
		clear: both;
	}
	#features li:nth-child(2n+1) {
		clear: both;
	}
}

@media screen and (max-width: 350px) {
	.cat_list_m {
		width: 100%;
	}
	.listBox_header {
		padding-bottom: 55%;
	}
	.Product_list {
		width: 100%;
		padding-bottom: 115%;
	}
	.subcat_wrapper li a {
		padding-bottom: 145%;
	}
	.marketnews {
		padding-bottom: 195%;
	}
	.video,
	.brands_header {
		padding-bottom: 145%;
	}
	.brands_header p {
		top: 12%;
		transform: translateY(-12%);
		-webkit-transform: translateY(-12%);
	}
	.brands_content {
		width: 90%;
	}
	.why_txt {
		margin: 0 auto 30px auto;
	}
	.why_txt>li {
		width: calc(100% / 3 - 10px);
	}
	.marketnews_wrapper>li:nth-child(2)>p {
		width: 100%;
	}
}

@media screen and (max-width: 320px) {
	.video,
	.brands_header {
		padding-bottom: 155%;
	}
	.brands_content {
		width: 100%;
	}
	.info_banner_link:hover span {
		margin-left: 3px;
	}
	.mini_menu_open>li:first-child>span {
		display: inline-block;
	}
}


/* Animate Keyframe*/

@-webkit-keyframes elasticus {
	0% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
	50% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50.1% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	100% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
}

@-moz-keyframes elasticus {
	0% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
	50% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50.1% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	100% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
}

@-o-keyframes elasticus {
	0% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
	50% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50.1% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	100% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
}

@keyframes elasticus {
	0% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
	50% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	50.1% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}
	100% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: scale(1, 1) translate(0px, 0px);
	}
	30% {
		-webkit-transform: scale(1, 0.8) translate(0px, 10px);
	}
	75% {
		-webkit-transform: scale(1, 1.1) translate(0px, -10px);
	}
	100% {
		-webkit-transform: scale(1, 1) translate(0px, 0px);
	}
}

@keyframes bounce {
	0% {
		transform: scale(1, 1) translate(0px, 0px);
		-moz-transform: scale(1, 1) translate(0px, 0px);
	}
	30% {
		transform: scale(1, 0.8) translate(0px, 10px);
		-moz-transform: scale(1, 0.8) translate(0px, 10px);
	}
	75% {
		transform: scale(1, 1.1) translate(0px, -10px);
		-moz-transform: scale(1, 1.1) translate(0px, -10px);
	}
	100% {
		transform: scale(1, 1) translate(0px, 0px);
		-moz-transform: scale(1, 1) translate(0px, 0px);
	}
}
