/* support IE10+ */


/* global */


/* ref */


/* file:///D:/note/example/_template/layout/Metro-UI-CSS-master/docs/helpers.html */


/* file:///D:/note/example/_template/layout/Metro-UI-CSS-master/docs/typography.html */

body {
	font-family: "微軟正黑體";
	color: #000000;
	font-size: 100%;
	line-height: 1.2;
}
.br {
	display: none;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

::-moz-focus-inner {
 border: 0;
 padding: 0;
}
a:focus, input:focus {
	outline: none;
}
.no_list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tl {
    text-align: left;
}
.btn1 {
	display: inline-block;
	background-color: #b09b6a;
	padding: 10px 25px 10px 40px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
}
.btn1:hover {
	text-decoration: none;
	opacity: 0.7;
}
.btn1:before {
	/*	position: absolute;
	content: "";
	height: 100%;
	width: 6px;
	background: #8f7d52;
	left: 0;
	top: 0;*/
	position: absolute;
	content: "";
	border: solid #ffffff;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	top: 50%;
	left: 15px;
	width: 6px;
	height: 6px;
}
.btn1:after {
	width: 16px;
	height: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	border: 2px solid #ffffff;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
}
.inner {
	width: 1028px;
	margin: auto;
}
/*三主題QA頁面*/
.qa { 
/*border-bottom:1px #333333 dotted;*/
}
.qa_title { 
color:#FFF; 
font-family:"微軟正黑體"; 
font-weight:bold; 
font-size:24px; 
background:#444444;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:#999 1px solid; 
	line-height:1.4;
	padding:10px 20px; 
	margin:10px 20px 10px 70px;
	}
.qa_title:before {
	position: absolute;
	content: "";
	width: 56px;
	height: 56px;
	background: url(../../img/EN/more/q.png) no-repeat; margin:-16px 0 0 -82px;
	
	
}
.qa_answer { 
font-family:"微軟正黑體"; 
font-size:15px; 
background:#FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border:#ed623a 1px solid; 
	line-height:1.5;
	padding:10px 20px; 
	margin:10px 20px 10px 70px;
	}
.qa_answer:before {
	position: absolute;
	content: "";
	width: 56px;
	height: 56px;
	background: url(../../img/EN/more/a.png) no-repeat; margin:-16px 0 0 -82px;
	
	
}
.qa_answer ul li { list-style-type:disc; margin-left:20px;}

.qa_answer img { width:100%;}
.full2 {
	width: 100%;
	display: block;
	margin-bottom: 40px; 
	margin-top:50px;
}
.qa_table { margin:20px 0;}
.qa_table td { 
margin:0; 
padding:5px 0; 
text-align: center;  
display:table-cell; 
vertical-align:middle; 
border:1px solid #f2eee3; 
background:#fcfcf9;
}
.qa_table th { 
margin:0; 
padding:5px 0; 
text-align: center; 
display:table-cell; 
vertical-align:middle; 
background:#e1dac8;
border:1px solid #f2eee3;
}
.qa_table th.cor01 { background:#c5c0b2; }
.qa_table th:not(:last-of-type) {
	border-right: 1px solid #f2eee3;
}
.qa_table td.cor02 { background:#fdf8ed; }
.cor03 { color:#ed623a;}

.qa_link {
	color: #f25500;/*#8f7d52*/
	position: relative;	
	padding-left: 25px; padding-top:10px; padding-bottom:10px;
	display: inline-block;
	font-size: 1em;
	text-decoration: underline; line-height:1.5em;
	/*display: block;*/
}
.qa_link:before {
	position: absolute;
	content: "";
	background: url(../../img/EN/more/q2.png) no-repeat;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	margin-top: -10px;
	-moz-transition: left .2s linear;
	-webkit-transition: left .2s linear;
	-o-transition: left .2s linear;
	-ms-transition: left .2s linear;
}
.qa_link:hover:before {
	left: 3px;
}

.more2 img { margin:20px 0 60px 0;}
.note01 { color:#ed623a; margin-left:70px; margin-right:20px;}

.youtube01 { min-height:504px; min-width:100%;}
/*三主題QA頁面end*/


/*.main .inner ol{ list-style:decimal;margin-left: 40px;}
.main .inner ul{ list-style:disc;margin-left: 40px;}*/
p {
	margin-left: 15px;
	margin-bottom: 30px;
	/* 0818 by vincent */
	line-height: 1.5;
	text-align: justify;
}
.ml {
	margin-left: 15px;
}
/* IE not support */
.padding5 {
	padding: 10px;
}
.padding10 {
	padding: 10px;
}
.margin5 {
	margin: 5px;
}
.margin10 {
	margin: 10px;
}
.mr {
	margin-right: 10px;
}
.mb {
	margin-bottom: 10px;
}
.place_right {
	float: right;
}
.place_left {
	float: left;
}
.hidden {
	overflow: hidden;
}
h2, h3, h4, h5, h6 {
	margin: 10px 0;
}
h1, .h1 {
	font-size: 1.625em;
	position: relative;
	font-weight: bold;
	padding-left: 25px;
	margin: 50px 0;
}
h1:before, .h1:before {
	position: absolute;
	content: "";
	width: 17px;
	height: 17px;
	left: 0;
	background: url(../../img/EN/title_icon.png) no-repeat;
	top: 50%;
	margin-top: -10px;
}
h2, .h2 {
	font-size: 1.25em;
	position: relative;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 25px;
}
h2:before, .h2:before {
	position: absolute;
	left: 0;
	content: "/";
	color: #e7161a;
	font-weight: bold;
}
h3, .h3 {
	position: relative;
	font-weight: bold;
	padding-left: 15px;
	margin-top: 25px;
}
h3:before, .h3:before {
	position: absolute;
	left: 0;
	content: "/";
	color: #e7161a;
	font-weight: bold;
}
h3.list:before, .h3.list:before {
	position: absolute;
	left: 0;
	content: "•";
	color: #e7161a;
	font-weight: bold;
}
h4 {
	font-size: 18px;
	font-weight:bold;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

.subtext1 { vertical-align:sub; font-size:10px !important;}
.subtext2 { vertical-align:sub; font-size:15px;}
.subtext3 { vertical-align:super; font-size:10px;}
select {font-family: "微軟正黑體";}
.title2 {
	font-size: 1.25em;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
}
.title3 {
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 10px;
}
.to_top {
	position: fixed;
	right: 30px;
	bottom: 30px;
}
.to_top:hover {
	opacity: 0.7;
}
.bold {
	font-weight: bold;
}
.i {
	font-style: italic;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.align_center img {
	margin-bottom: 50px;
}
/* ul */

.list1 {
	margin-left: 15px;
	margin-bottom: 50px;
	line-height: 1.5;
	list-style-position: inside !important;
    list-style: none;
}
.list1 li {
	margin: 5px 0;
}
ul.circle {
	list-style: disc;
}
ul.decimal {
	list-style: decimal;
}
ul.lr li {
	overflow: hidden;
}
ul.lr li span:first-of-type {
	float: left;
}
ul.lr li span:last-of-type {
	overflow: hidden;
	display: block;
}
.list2 {
	margin-left: 20px;
	margin-bottom: 50px;
	line-height: 1.5;
	list-style-position: inside !important;
    list-style: none;
}
.list2 li {
	margin: 5px 0;
}
ul.no_l {
	margin-left: 0;
}
ul.no_b {
	margin-bottom: 0;
}
hr {
	border-top: 1px solid #cccccc;
	margin-bottom: 50px;
	margin-top: 10px;
}
.full {
	width: 100%;
	display: block;
	margin-bottom: 50px; 
	margin-top:20px;
}
header {
	background: url(../../img/EN/h_bg.png) repeat-x bottom left;
}
.logo {
	margin: 20px 0;
	display: inline-block;
}
header .right {
	float: right;
	margin-top: 8px;
	margin-right: 25px;
	text-align: right;
}

header .right .pc .tool-L{ display:none;}
header .right .pc .tool-R{ display:inline-table; width:130px; vertical-align: middle;}
header .right .pc .tool-R .language{ text-align:left;}
header .right .pc .tool-L .wisdom-steel{display:inline-block; font-size:15px; text-align:center; margin-right:15px; border-bottom:1px solid #C00;}
header .right .pc .tool-L a.wisdom-steel:hover{ text-decoration:none;}

.search{ width:115px; text-align:left;}

@media only screen and (max-width: 769px) {
	header .right .pc{ display:block !important;}
	header .right .pc .tool-L{ display:none;}
	header .right .pc .tool-R{ width:100%;}
	header .right .pc .tool-R .language{display:none;}
	header .right .pc{ width: calc(100% - 40px); display:block; float:left;}
	.search{ position:relative; z-index:9999999; width:100%; left: -120%; margin-left: 25px; margin-top: -3px; }
	.sliding-menu a.back { padding: 1.1em 1em; }
}


.line {
	color: #f50303;
	margin: 0 5px;
}
.home {
	position: relative;
	line-height: 23px;
	display: inline-block;
	margin-left: 15px;
	width: 26px;
	height: 23px;
}
.home:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 1px;
	background: url(../../img/EN/to_home.png) no-repeat;
	width: 26px;
	height: 23px;
	background-size: 80%;
	margin-top: -5px;
}
.h_bottom {
	background: #333333;
	border-bottom: 2px solid #eeeeee;
	position: relative;
}
.h_bottom ul {
	list-style: none;
}
.h_bottom ul.inner {
	text-align: center;
}
.h_bottom .inner > * {
/*    float: left;*/
}
.h_bottom a {
	color: #ffffff;
	/*font-weight: bold;*/
	font-size: 1em;
}
.h_bottom .inner > li {
	position: relative;
	display: inline-block;
	padding: 15px 0;
}
.h_bottom .inner ul li a {
	font-size: 0.9em;
	display: block;
	padding: 10px 20px;
}
.h_bottom .inner ul li a:hover {
	text-decoration: none;
	background: #e7161a;
}
.h_bottom .inner > li:not(:last-of-type):before {
	position: absolute;
	content: "";
	background: url(../../img/EN/italic.png) no-repeat;
	width: 18px;
	height: 18px;
	right: -40px;
	top: 50%;
	margin-top: -9px;
}
.h_bottom .inner > li:not(:first-of-type) {
	margin-left: 25px;
}
.h_bottom .inner > li.cur:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 5px;
	background: #e7161a;
	bottom: 0;
	left: 0;
}
.h_bottom .inner > li:not(:last-of-type) {
	margin-right: 25px;
}
.h_bottom .inner > li:nth-of-type(1) ul {
	left: -10px;
	width:100px;
}
.h_bottom .inner > li:nth-of-type(2) ul {
	left: -10px;
	width: 200px;
}
.h_bottom .inner > li:nth-of-type(3) ul {
	width: 120px;
}
.h_bottom .inner > li:nth-of-type(4) ul {
	width: 254px;
}
.h_bottom .inner > li:nth-of-type(5) ul {
	left: -20px;
	width: 200px;
}
.h_bottom .inner > li:nth-of-type(6) ul {
	left: -5px;
	width: 140px;
}
.h_bottom .inner > li:hover ul {
	display: inline-block;
}
/*.h_bottom .inner ul li:first-of-type {
    padding-top: 15px;
}*/

.h_bottom .inner ul li:first-of-type:after {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #e60012;
	top: 0;
	left: 0;
	content: "";
}
/*.h_bottom .inner ul li:last-of-type {
    padding-bottom: 15px;
}*/

.h_bottom .inner ul {
	background: rgba(0, 0, 0, 0.8);
	border-top: 2px solid #eeeeee;
	width: 130px;
	display: inline-block;
	position: absolute;
	top: 49px;
	z-index: 9999999;
	left: -15px;
	display: none;
	text-align: left;
}
.h_bottom .inner ul li {
	position: relative;
}
.italic {
	margin: 0 25px;
	vertical-align: bottom;
}
.menu {
	background: #000000;
	opacity: 0.8;
	border-top: 1px solid #e60012;
	position: absolute;
	width: 100%;
	display: none;
	top: 51px;
	z-index: 9999999;
}
.menu a {
	font-size: 1em;
	font-weight: normal;
}
.menu ul {
	display: inline-block;
	float: left;
	padding-right: 65px;
	min-height: 225px;
}
.menu ul:first-of-type {
	padding-right: 75px;
}
.menu ul:nth-of-type(2) {
	padding-left: 30px;
}
.menu ul:nth-of-type(3) {
	padding-left: 30px;
	padding-right: 75px;
}
.menu ul:nth-of-type(4) {
	padding-left: 25px;
	padding-right: 50px;
}
.menu ul:nth-of-type(5) {
	padding-left: 30px;
	padding-right: 30px;
}
.menu ul:last-of-type {
	padding-left: 30px;
}
.menu ul:not(:last-of-type) {
	border-right: 2px solid #aaaaaa;
}
.menu li {
	padding-bottom: 15px;
}
.menu_inner {
	overflow: hidden;
	padding: 20px 0;
	text-align: left;
}
.q_link {
	padding: 23px 0;
	background-color: #f4f4f4;
}
.q_link li {
	display: inline-block;
	margin-right: 45px;
}
.q_link li.row2 {
	position: relative;
}
.q_link li:not(.out) a:before {
	background: url(../../img/EN/q_link.png) no-repeat;
	width: 21px;
	height: 20px;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.q_link li.out a:before {
	background: url(../../img/EN/out.png) no-repeat;
	width: 20px;
	height: 20px;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.q_link a {
	position: relative;
	padding-left: 25px;
	color: #333333;
	font-weight: bold;
}
.q_link a:hover {
	text-decoration: none;
}
.q_link a:before {
	position: absolute;
	content: "";
	-moz-transition: left .2s linear;
	-webkit-transition: left .2s linear;
	-o-transition: left .2s linear;
	-ms-transition: left .2s linear;
}
.q_link li:hover a:before {
	left: 3px;
}
.link_inner {
	text-align: center;
}
.q_link .row2 a {
	position: absolute;
	width: 155px;
	top: 50%;
	margin-top: -22px;
	font-size: 0.9em;
}
.q_link .row2:before {
	margin-top: -16px;
}
footer {
	background: #eae8e2;
	padding-top: 35px;
	padding-bottom: 30px;
}
footer ul {
	list-style: none;
}
.f_inner {
	overflow: hidden;
}
footer ul {
	display: inline-block;
	float: left;
	font-size: 0.9em;
	margin-bottom: 65px;
}
footer ul:first-of-type {
	padding-left: 40px;
	padding-right: 75px;
}
footer ul:nth-of-type(2) {
	padding-right: 38px;
}
footer ul:nth-of-type(3) {
	padding-right: 78px;
}
footer ul:nth-of-type(4) {
	padding-right: 35px;
    width: 115px;
}
footer ul:nth-of-type(5) {
	padding-right: 23px;
}
footer li {
	padding-bottom: 15px;
}
footer .border {
	border-bottom: 1px solid #bbbbbb;
	padding: 0 40px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	overflow:hidden;
}
footer .border a {
	font-weight: bold;
	display: inline-block;
}
footer .border:not(.other) a:hover {
	text-decoration: none;
}
footer .top a {
	padding-right: 85px;
	display: inline-block;
    float: left;
}
footer .top a:nth-of-type(2) {
	padding-right: 180px;
}
footer .top a:nth-of-type(5) {
	padding-right: 105px;
}
footer .top a:last-of-type {
	padding-right: 0;
}
footer .other {
	clear: both;
}
footer .other > a {
	margin-right: 90px;
}
.copy {
	background: #222222;
	border-top: 2px solid #bd1819;
	text-align: center;
	color: #ffffff;
	font-size: 0.75em;
	padding: 20px 0;
	line-height: 2;
}
.copy a {
	color: #ffffff;
}
.copy li {
	display: inline-block;
	position: relative;
}
.copy li:not(:first-of-type) {
	padding-left: 10px;
}
.copy li:not(:last-of-type) {
	padding-right: 10px;
}
.copy li:not(:last-of-type):before {
	position: absolute;
	content: "|";
	right: 0;
}
.tabs {
	font-size: 1.1em;
	border-bottom: 2px solid #b09b6a;
	margin-bottom: 50px;
}
.tabs a {
	display: inline-block;
	width: 110px;
	text-align: center;
	background: #e2d9c3;
	border: solid #cccccc;
	border-width: 1px 1px 0 1px;
	padding: 10px 20px;
	position: relative;
	font-size:0.9em;
}
.tabs a:hover {
	opacity: 0.7;
}
.tabs a:not(:first-of-type) {
	margin-right: 5px;
}
.tabs a:hover {
	text-decoration: none;
}
.tabs a:before {
	height: 0;
	width: 0;
	content: " ";
	display: block;
	border: 7px solid transparent;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -3px;
	border-top: 7px solid #e7283d;
	z-index: 2;
}
.tabs .cur {
	background: #b09b6a;
	color: #ffffff;
}
.tabs .cur:before {
/*    content: "";
    position: absolute;
    width: 107px;
    height: 2px;
    background: #b09b6a;
    bottom: -2px;
    left: 0;*/
}
.list_wrap {
	display: block;
	overflow: hidden;
	margin-bottom: 50px;
}
.list_wrap:hover {
	text-decoration: none;
	opacity: 0.8;
}
.list_wrap img {
	float: left;
	margin-right: 25px;
	height: 100px;
}
.list_wrap > div {
	overflow: hidden;
}
.date {
	color: #b09b6a;
	font-weight: bold;
	font-size: 0.9em;
}
.title {
	color: #e7161a;
	font-weight: bold;
}
.list_wrap .date {
	margin-bottom: 5px;
}
.list_wrap .title {
	margin-bottom: 10px;
	font-size: 1.1em;
}
.list_wrap .con {
	line-height: 1.5;
}
.news_title .date {
}
.news_title .title {
	font-size: 1.25em;
	margin-bottom: 30px;
}
.to_main {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}
.to_main:before {
	position: absolute;
	background: url(../../img/EN/to_main.png) no-repeat;
	width: 25px;
	height: 20px;
	content: "";
	left: 0;
	-moz-transition: left .2s linear;
	-webkit-transition: left .2s linear;
	-o-transition: left .2s linear;
	-ms-transition: left .2s linear;
}
.to_main:hover:before {
	left: -2px;
}
.col_title {
	margin-bottom: 10px;
}
.col_img {
	margin-bottom: 10px;
}
.plist .col_img {
	margin-bottom: 0;
}
.col2 {
	overflow: hidden;
}
.col2 li {
	display: inline-block;
	width: 489px;
	float: left;
}
.col2 li:nth-of-type(odd) {
	margin-right: 50px;
}
.col3 {
	overflow: hidden;
}
.col3 li {
	display: inline-block;
	width: 326px;
	float: left;
}
.col3 li:nth-of-type(3n-2), .col3 li:nth-of-type(3n-1) {
	margin-right: 25px;
}
.col6 {
	margin-bottom: 50px;
	overflow: hidden;
}
.col6 li {
	display: inline-block;
	width: 135px;
}
.col6 li:not(:last-of-type) {
	margin-right: 40px;
	float: left;
}
.col3 p {
	margin-top: 10px;
}
.ad_title .con {
	margin-bottom: 50px;
}
.rlist h2 {
	margin-bottom: 10px;
}
.rlist .img_wrap {
	position: relative;
	margin-bottom: 25px;
	display: block;
}
.rlist .img_wrap:before {
	position: absolute;
	content: "";
	background: url(../../img/EN/go.png) no-repeat;
	width: 20px;
	height: 20px;
	right: 10px;
	top: 10px;
}
.rlist .img_wrap:hover {
	opacity: 0.8;
}
.dtitle {
	display: inline-block;
	margin: 0;
}
.dtitle:after {
	position: absolute;
	content: "";
	background: url(../../img/EN/download.png) no-repeat;
	width: 20px;
	height: 20px;
	top: 50%;
	right: -25px;
	margin-top: -10px;
}
.dbox {
	display: block;
	padding: 10px 40px 10px 20px;
	border: 1px solid #cccccc;
	/*    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.25) inset;*/
	background: #eeeeee;
	margin-bottom: 20px;
	position: relative;
	font-weight: bold;
}
.dbox:hover {
	opacity: 0.7;
	text-decoration: none;
}
.dbox:last-of-type {
	margin-bottom: 100px;
}
.dbox:after {
	position: absolute;
	content: "";
	background: url(../../img/EN/note.png) no-repeat;
	width: 19px;
	height: 24px;
	right: 10px;
	top: 50%;
	margin-top: -12px;
}
.dbox2 {
	background: #eeeeee;
	border: 1px solid #cccccc;
	display: inline-block;
	position: relative;
	padding: 10px 25px 10px 40px;
	margin-left: 15px;
}
.dbox2:hover {
	opacity: 0.7;
	text-decoration: none;
}
.dbox2:before {
	position: absolute;
	content: "";
	background: url(../../img/EN/note.png) no-repeat;
	width: 19px;
	height: 24px;
	left: 10px;
	top: 50%;
	margin-top: -12px;
}
.dbox2:last-of-type {
	margin-bottom: 100px;
}
.pro_tmp .q_link li {
/*margin-right: 37px;*/
}
.fixture hr {
	margin-bottom: 25px;
}
/*.fixture.app .place_right .select1 select {
	width: 95px;
}*/
.fixture > .inner:last-of-type { margin-bottom:20px;}
.fixture .dbox2:last-of-type { margin-bottom:0;}
.factory_tmp .tabs a:nth-of-type(1) {width:150px;}
.factory_tmp .tabs a:nth-of-type(3) { width:210px;}
.factory_tmp .tabs a:nth-of-type(4) { width:120px;}
.factory_tmp .q_link li {
 margin-right: 10px; 
}
.factory_tmp .q_link li a {
    font-size: 0.9em;
}
.tlist div {
	font-size: 0.9em;
	margin-top: 10px;
}
table {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
thead {
	background: #eeeeee;
}
th, td {
	padding: 10px;
}
th:not(:last-of-type) {
	border-right: 5px solid #ffffff;
}
.img_table {
	margin-bottom: 50px;
}
.img_table img:first-of-type {
	margin-right: 7px;
}
.link {
	color: #8f7d52;
	position: relative;
	display: inline-block;
	padding-left: 25px;
	font-size: 1.1em;
	text-decoration: underline;
	/*display: block;*/
}
.link:before {
	position: absolute;
	content: "";
	background: url(../../img/EN/q_link.png) no-repeat;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 0;
	margin-top: -10px;
	-moz-transition: left .2s linear;
	-webkit-transition: left .2s linear;
	-o-transition: left .2s linear;
	-ms-transition: left .2s linear;
}
.link:hover:before {
	left: 3px;
}
.plist li {
	margin-bottom: 50px;
}
.plist div {
	margin-bottom: 15px;
}
.plist p {
	margin-bottom: 0;
}
.left_space {
	margin-left: 20px;
}
.factory_tmp .lr span:first-of-type {
	width: 80px;
}
.name {
	font-size: 1.25em;
	margin-bottom: 30px;
	display: block;
}
.sale_tmp .q_link li {
/*margin-right: 85px;*/
}
.clist {
	margin-bottom: 30px;
}
.clist li {
	background-color: #eeeeee;
	padding: 40px 60px 0 60px;
	width: 369px;
	margin-bottom: 20px;
	min-height:235px;
}
.clist .bold {
	margin-bottom: 40px;
	font-size: 1.2em;
}
.clist .name {
	letter-spacing: 1px;
}
.wlist {
	margin-bottom: 30px;
}
.wlist li {
	background-color: #eeeeee;
	padding: 40px 60px;
	width: 206px;
	margin-bottom: 20px;
}
.wlist .name {
	letter-spacing: 1px;
	font-size: 1em;
}
.windows .clist .bold {
	margin-bottom: 20px;
}
.windows .clist .name {
	margin-bottom: 15px;
}
.windows .wlist li {
padding: 40px 40px;
    width: 246px;
}
.windows .wlist p {
	text-align:left;
}
.relist {
	margin-bottom: 20px;
}
.relist li {
	margin-bottom: 30px;
}
.relist .img_wrap {
	margin-right: 20px;
	position: relative;
}
.relist .img_wrap:hover {
	opacity: 0.7;
}
.relist .img_wrap:before {
	position: absolute;
	background: url(../../img/EN/zoom-in.png) no-repeat;
	width: 20px;
	height: 20px;
	content: "";
	right: 5px;
	bottom: 10px;
}
.relist .con {
	color: #e7161a;
	font-weight: bold;
}
.alist li {
	margin-bottom: 50px;
}
.alist p {
	margin-bottom: 0;
}
.lrlist img {
	margin-right: 40px;
	margin-bottom: 10px;
}
.lrlist .btn_wrap {
/*width: 400px;
    display: inline-block;
    text-align: center;*/
}
.lrlist:last-of-type {
	margin-bottom: 30px;
}
.pages {
	text-align: center;
	margin-bottom: 50px;
}
.pages a {
	display: inline-block;
	margin: 0 10px;
	color: rgba(51, 51, 51, 0.5);
	font-size: 1.2em;
}
.pages a.cur {
	color: #333333;
}
.pages a.pre {
	position: relative;
	text-indent: -999999px;
	width: 14px;
}
.pages a.pre.none, .pages a.next.none {
	opacity: 0.5;
}
.pages a.pre:before {
	height: 0;
	width: 0;
	content: " ";
	display: block;
	border: 7px solid transparent;
	position: absolute;
	border-right: 7px solid #333333;
	z-index: 2;
	left: 0;
	top: 50%;
	margin-top: -6px;
}
.pages a.next {
	position: relative;
	text-indent: -999999px;
	width: 14px;
}
.pages a.next:before {
	height: 0;
	width: 0;
	content: " ";
	display: block;
	border: 7px solid transparent;
	position: absolute;
	border-left: 7px solid #333333;
	z-index: 2;
	left: 0;
	top: 50%;
	margin-top: -6px;
}
.about_tmp .intro .list1.circle {
	margin-bottom: 0;
}
.investors_tmp .shareowner.msg .list1 {
	margin-bottom: 0;
}
.investors_tmp .row2 a {
	width: 228px;
}
.pro_tmp .shape.detail .lrlist .top_con .hidden {
	line-height: 1.5;
	text-align: justify;
}
.btable {
	text-align: left;
	width: 850px;
	margin: auto;
	margin-bottom: 50px;
}
.btable td {
	border: 5px solid #ffffff;
	padding: 5px 20px;
	vertical-align: middle;
}
.btable td:first-of-type {
	background: #dddddd;
}
.btable td:last-of-type {
	background: #eeeeee;
}
.bar1 {
	background-color: #dbc48f;
	padding: 10px 10px 10px 30px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	font-size: 1.1em;
	margin-bottom: 50px;
}
.bar1:before {
	height: 0;
	width: 0;
	content: " ";
	display: block;
	border: 7px solid transparent;
	position: absolute;
	border-left: 13px solid #ffffff;
	z-index: 2;
	left: 10px;
	top: 50%;
	margin-top: -7px;
}
.bar2 {
	background-color: #dbc48f;
	padding: 10px 10px 10px 35px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	font-size: 1.1em;
	margin-bottom: 10px;
}
.bar2:before {
	position: absolute;
	content: "";
	border: solid #ffffff;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -4px;
	top: 50%;
	left: 15px;
	width: 6px;
	height: 6px;
}
.bar2:after {
	width: 16px;
	height: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	border: 2px solid #ffffff;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -10px;
}
.bar1 .tit, .bar2 .tit {
	line-height: 30px;
}
.place_right .select1 select {
	min-width: 85px;
}
.btn2 {
	color: #ffffff;
	background-color: #b09b6a;
	font-size: 0.9em;
	padding: 5px;
	font-weight: normal;
	display: inline-block;
}
.select1 {
	position: relative;
	display: inline-block;
}
.select1 select {
	font-size: 15px;
	border: 1px solid #cccccc;
	color: #555555;
	display: block;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	background: #ffffff;
	-webkit-appearance: listbox;
	height: 30px;
	width: 100%;
    z-index:1;
    text-shadow: none;
}
.select1 .arrow { 
	border-radius: 0 3px 3px 0;
	position: absolute;
	right: 0;
	top: 0;
    height: 30px;
    /*height: 0px\0/IE8+9;*/
	line-height: 30px;
	pointer-events: none;
	display: none;
}
.ie9 .arrow {
height: 0;
}
.select1 .arrow:before {
	content: "";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-top: 7px solid #222222;
    /*border-width: 0px\0/IE8+9;*/
	position: absolute;
	top: 50%;
	margin-top: -3px;
	z-index: 100;
	right: 10px;
}
.ie9 .select1 .arrow:before {
border-width: 0px;
}
 select::-ms-expand {
 display: none;
}
.place_right .select1 {
	float: left;
	margin-right: 10px;
}
.place_right .btn2 {
	float: left;
}
.sub_title {
	margin: 0 45px 40px 45px;
}
.sub_title li {
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}
.sub_title li:not(:last-of-type) {
	margin-right: 20px;
}
.sub_title li:not(:last-of-type):before {
	position: absolute;
	content: "|";
	right: -15px;
}
.sub_title a:hover {
	text-decoration: none;
	color: #e7161a;
}
.sub_title .cur {
	color: #e7161a;
}
#rule_select {
	margin-bottom: 25px;
}
.mo {
	display: none;
}
.investors_tmp .rule.org .wlist li {
	min-height: 200px;
	padding: 15px 35px 0 35px;
	width: 256px;
}
.investors_tmp .rule.org .wlist li p { line-height:1.2;
}
.acc .dbox {
	margin-bottom: 0;
}
.investors_tmp .rule.norm h3 {
	margin-bottom: 20px;
}
.investors_tmp .rule.norm h3 span {
	display: inline-block;
	margin-left: 20px;
}
.investors_tmp .rule.norm .dbox {
	margin-left: 15px;
}
.dlist {
	margin-bottom: 50px;
}
.dlist li {
	padding: 10px;
	overflow: hidden;
}
.dlist li:not(:last-of-type) {
	margin-bottom: 10px;
}
.dlist span {
	float: left;
	display: inline-block;
	width: 44%;
	padding: 2%;
	margin: 1%;
}
.dlist span:first-of-type {
	background: #eeeeee;
}
.btitle {
	padding: 10px;
	background: #eeeeee;
	font-size: 1.25em;
}
.dtable th:not(:last-of-type) {
	border: none;
}
.dtable tr:nth-of-type(odd) {
	background: #eeeeee;
}
.dtable tbody td:not(:first-of-type) {
	text-align: right;
}
.ptable td:not(:last-of-type) {
	border-right: 5px solid #ffffff;
}
.ptable tr:not(:last-of-type) {
	border-bottom: 5px solid #ffffff;
}
.ptable tr:nth-of-type(odd) td {
	background: #e5e5e5;
}
.ptable tr:nth-of-type(even) td {
	background: #f5f5f5;
}
.box1 {
	display: block;
	padding: 10px 50px 10px 20px;
	border: 1px solid #cccccc;
	background: #eeeeee;
	margin-bottom: 20px;
	position: relative;
}
.box1:hover {
	text-decoration: none;
	opacity: 0.7;
}
.box1:before {
	position: absolute;
	background: url(../../img/EN/q_link.png) no-repeat;
	content: "";
	width: 21px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	right: 20px;
}
.box1.out:before {
	position: absolute;
	background: url(../../img/EN/out.png) no-repeat;
	content: "";
	width: 20px;
	height: 20px;
	top: 50%;
	margin-top: -10px;
	right: 20px;
}
.box1:last-of-type {
	/*margin-bottom: 100px;*/
}
.investors_tmp .shareowner.windows .wlist li {
	padding: 40px 43px;
	width: 240px;
}
.investors_tmp .shareowner.windows .wlist .name {
	padding-bottom: 20px;
	border-bottom: 1px solid;
	margin-bottom: 20px;
}
.investors_tmp .shareowner.windows .wlist a {
	color: #0000ff;
}
.investors_tmp .shareowner.windows .wlist .con {
	line-height: 1.5;
}
.img_two {
	overflow: hidden;
	margin-bottom: 50px;
}
.img_two img:first-of-type {
	margin-right: 1%;
}
.img_two img {
	float: left;
	width: 49.5%;
}
.unit {
	font-size: 0.8em;
	padding-bottom: 5px;
	padding-right: 5px;
}
.index_tmp .home {
	visibility: hidden;
}
.blank {
	position: relative;
	display: inline-block;
}
.blank:before {
	position: absolute;
	content: "";
	right: -25px;
	top: 50%;
	background: url(../../img/EN/out.png) no-repeat;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	background-size: 85%;
}
.investors_tmp .shareowner.resolution .bar_content {
	padding: 0;
}
.adlist a {
	display: block;
}
.adlist a:hover {
	opacity: 0.8;
}
.img_with_txt {
	position: relative;
	display: block;
}
.img_with_txt:hover {
	opacity: 0.8;
}
.img_with_txt:before {
	position: absolute;
	content: "";
	background: url(../../img/EN/go.png) no-repeat;
	width: 20px;
	height: 20px;
	right: 10px;
	top: 10px;
}
.img_with_txt img {
	margin-bottom: 25px;
}
.img_with_txt span {
	position: absolute;
	bottom: 0;
	display: block;
	padding: 10px;
	background-color: rgba(0,0,0,0.7);
	color: #fff;
}
.scroll {
	margin-bottom: 30px;
}
.banner {
	display: block;
	width: 100%;
}
.banner.top {
	position: absolute;
	bottom: 0;
}
.scroll_inner {
	position: relative;
	overflow: hidden;
}
.scroll_inner h1 {
	opacity: 0;
	width: 1000px;
	position: relative;
	margin: auto;
	top: 50px;
	z-index: 1;
	font-size: 1.8em;
	animation-delay: 0.5s;
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation: LogoMove 0.5s ease forwards 0.5s;
	-moz-animation: LogoMove 0.5s ease forwards 0.5s;
	-webkit-animation: LogoMove 0.5s ease forwards 0.5s;
}
 @keyframes LogoMove {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
 @-moz-keyframes LogoMove {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
 @-webkit-keyframes LogoMove {
 from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
.white {
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.btn3 {
	font-size: 12px;
	color: #ffffff;
	background: #e7161a;
	padding: 10px 35px 10px 12px;
	display: inline-block;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	position: relative;
    line-height: 1;
}
.btn3:hover {
	opacity: 0.8;
	text-decoration: none;
}
.btn3:before {
position: absolute;
    content: "";
    border: solid #ffffff;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -3px;
    top: 50%;
    right: 17px;
    width: 6px;
    height: 6px;
}
.btn3:after {
width: 16px;
    height: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 2px solid #ffffff;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -9px;
}
.index_tmp .desc {
	position: absolute;
	padding: 10px 0;
	text-align: center;
    width: 100%;
	height:20%;
	margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.index_tmp .mo .desc {
height: 32%;
    position: static;
    background-color: rgba(0, 0, 0, 0.6);
}
.index_tmp .pc .d1 {
	background-color: rgba(255,255,255,0.5);
    height: 145px;
        top: 10%;
    bottom: initial;
}
.index_tmp .pc .d1d {
    font-size:18px;
    font-weight:normal; 
    line-height:25px;
    text-shadow:0px 0px 0px rgba(255,255,255,0);
    position: relative;
    margin: auto; 
    text-align: center;
}
.index_tmp .pc .d2 {
	background-color: rgba(46, 33, 30, 0.5);
    height: 133px;
}
.index_tmp .pc .d3 {
	background-color: rgba(0, 0, 0, 0.5);
} 
.index_tmp .pc .d4 {
	background-color: rgba(0, 0, 0, 0.6);
    height: 125px;
    top:auto;
    top: initial;
    bottom: 20%;
}
.index_tmp .subtitle {
    font-family: "Arial","sans-serif";
}
.index_tmp .mo .img_item > span {
text-align: center;display:block;margin:15px;
margin-bottom: 50px;
}

.index_tmp .mo .img_item > span .btn3 {
margin-top:15px;
}

.index_tmp .desc .title {
color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	font-size: 1.5em;
	margin:0 11% 10px 11%;
	width:78%;
}
.index_tmp .d4 .title {
    font-size: 1.4em;
}
.index_tmp .mo .desc .title {
font-size: 1em;
}
.main.more { padding: 60px 0; background-color: #f6f4ef;}
.main.more .inner { width:770px;}
.main.more .inner2 { width:1028px;}
.main.more .mtit { margin-bottom:20px;}
.iframe_wrap { position: relative;}
.iframe_wrap img { position: absolute;
    right: 0;}
.iframe_wrap .video-container {
    padding-top: 100px;
}
.hide { display:none !important;}
.investors_tmp .link_inner { width: auto;}
.investors_tmp .q_link li { margin-right: 10px;}
.investors_tmp .link_inner ul {display: inline-block;}

/* for mobile */
@media only screen and (max-width: 1680px) {
.index_tmp .desc {
	height:22%;
}
    .index_tmp .pc .d4 {
        height: 18%;
    }
}
@media only screen and (max-width: 1400px) {
.investors_tmp .q_link li {
margin-right: 10px;
}
.investors_tmp .q_link li:nth-of-type(5) {
    margin-top: 20px;
}
.investors_tmp .q_link li.row2 {
    text-align: center;
}
.investors_tmp .q_link li a {
    font-size: 0.9em;
}
}
@media only screen and (max-width: 1367px) {
    .index_tmp .pc .d4 {
        height: 26%;
    }
}
@media only screen and (max-width: 1280px) {
.index_tmp .desc {
	height:30%;
}
    .index_tmp .pc .d4 {
        height: 34%;
    }
}
@media only screen and (max-width: 1260px) {

}
@media only screen and (max-width: 1051px) {
    .investors_tmp .q_link .link_inner {
   text-align: left;
    padding-left: 10px; 
}
    .investors_tmp .link_inner ul:first-of-type {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 1040px) {

}
@media only screen and (max-width: 1025px) {
.index_tmp .desc {
	height:30%;
}
.inner {
	width: auto;
	padding: 10px;
}
.main.more .inner2 {
	width: auto;
	padding: 10px;
}
.q_link .inner {
	padding: 0;
}
.h_bottom > .inner {
	padding: 0;
}
.h_bottom .inner > a:first-of-type {
	margin-left: 10px;
}
.menu_inner {
	padding: 20px 0;
}
header .right {
	margin-right: 0
}
.menu ul:first-of-type {
	padding-left: 10px;
}
.tabs .inner {
	padding: 0;
}
.col3 li {
	width: 311px;
}
.col2 li {
	width: 479px;
}
.investors_tmp .rule.org .wlist li {
	width: 241px;
}
.sub_title {
	margin: 0 25px 50px 25px;
}
.investors_tmp .shareowner.windows .wlist li {
	width: 225px;
}
.investors_tmp .shareowner.windows .wlist .con {
	font-size: 0.9em;
}
.clist li {
	width: 359px;
}
.wlist li {
	width: 191px;
}
.col2 li:nth-of-type(odd) {
	margin-right: 25px;
}
.h_bottom .inner > li:first-of-type {
	margin-left: 10px;
}
.scroll {
	padding: 0;
}
.scroll_inner h1 {
	width: 90%;
	position: relative;
	margin: auto;
	top: 20px;
	z-index: 1;
	font-size: 1.8em;
}
.index_tmp .desc .title {
	font-size:1.2em;
}
    .index_tmp .pc .d1d {
width:508px;
}
    .index_tmp .pc .d1d div {
        text-align: center;
    }
        .index_tmp .pc .d1 {
    height: 140px;
}
    .index_tmp .pc .d2 {
    height: 124px;
    }
    .index_tmp .pc .d4 {
    height: 170px;
    }
    .index_tmp .desc .title span:not(.subtitle) {
    font-size: 16px;
        text-align: left;
    }
    .br {
	display: block;
}
.h_bottom .inner > li {
	padding: 10px 0;
}
.h_bottom a {
	font-size: 0.9em;
}
.h_bottom .inner > li:not(:last-of-type):before {
	right: -30px;
}
.h_bottom .inner > li:not(:first-of-type) {
	margin-left: 20px;
}
.h_bottom .inner > li:not(:last-of-type) {
	margin-right: 20px;
}
.h_bottom .inner ul {
	top: 39px;
}
.h_bottom .inner > li:nth-of-type(1) ul {
	left: -5px;
	width: 110px;
}
.h_bottom .inner > li:nth-of-type(2) ul {
	left: -10px;
	width: 120px;
}
.h_bottom .inner > li:nth-of-type(3) ul {
	left: -15px;
	width: 100px;
}
.h_bottom .inner > li:nth-of-type(4) ul {
	left: -15px;
	width: 100px;
}
.h_bottom .inner > li:nth-of-type(5) ul {
	width: 120px;
	left: -15px;
}
.h_bottom .inner > li:nth-of-type(6) ul {
	width: 120px;
	left: 0;
}
.h_bottom .inner ul li a {
	padding: 10px;
}
     footer .border {
         padding: 0 10px;
     }
footer .top a {
	padding-right: 30px;
}
    footer .top a:nth-of-type(1) {
    padding-right: 25px;
}
footer .top a:nth-of-type(2) {
    padding-right: 85px;
}
footer .top a:nth-of-type(4) {
    padding-right: 60px;
}
footer .top a:nth-of-type(5) {
    padding-right: 100px;
}
footer ul:first-of-type {
	    padding-right: 15px;
    padding-left: 10px;
}
footer ul:nth-of-type(2) {
	width: 100px;
    padding-right: 15px;
}
footer ul:nth-of-type(3) {
	padding-right: 20px;
}
footer ul:nth-of-type(4) {
	padding-right: 5px;
}
footer ul:nth-of-type(5) {
	padding-right: 15px;
    width: 155px;
}
.index_tmp .desc { height:36%;}
    .f_inner a {font-size: 0.9em;}
    .csr_tmp .q_link li {    margin-right: 10px;}
    .investors_tmp .link_inner ul:first-of-type {margin-bottom: 20px;}
    .main.more .inner { width: auto;}
}
 @media only screen and (max-width: 895px) {
     .bar1 .tit, .bar2 .tit {
         font-size: 0.9em;
     }
}
 @media only screen and (max-width: 769px) {
.logo {
	margin: 0;
}
.logo img {
	width: 80%;
}
header .right {
	margin: 0;
	position: absolute;
	top: 10px;
	right: 20px;
	left: 20px;
    text-align: left;
}
header .right img {
	width: 50%;
}
header {
	border-bottom: 2px solid #333333;
	position: relative;
}
.h_inner.inner {
	padding: 10px 20px;
}
.inner {
	width: auto;
	padding: 10px;
}
.inner2 {
	width: auto;
	padding: 10px;
}
h1 {
	margin: 25px 0;
}
.copy li:first-of-type {
	padding: 0;
	display: block;
}
.copy li:first-of-type:before {
	display: none;
}
.copy li:nth-of-type(2) {
	padding-left: 0;
}
.align_center img {
	width: 100%;
}
a:hover {
	text-decoration: none;
}
.tabs .inner {
	padding-bottom: 0;
}
.list_wrap img {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
.tabs a {
	margin: 0;
}
.tabs a:first-of-type {
	margin-right: 10px;
}
.tabs a:before {
	left: 15px;
}
p img {
	width: 100%;
}
.col2, .col3 {
	margin-bottom: 0;
}
.col2 li, .col3 li {
	display: block;
	width: 100%;
	margin-bottom: 30px;
}
.col3 p {
	margin-top: 5px;
	margin-bottom: 0;
}
.col2 li:not(:last-of-type), .col3 li:not(:last-of-type) {
	margin-right: 0;
}
.rlist p {
	margin-bottom: 0;
}
.rlist .img_wrap {
	margin-bottom: 10px;
}
.rlist .full {
	margin-bottom: 0;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ad_title .con {
	margin-bottom: 10px;
}
.col_title {
	margin-bottom: 10px;
}
.col_img {
	margin-bottom: 10px;
}
.flist p {
	margin-bottom: 0;
}
.fixture .dbox:last-of-type {
	margin-bottom: 30px;
}
.col6 li {
	width: 49%;
}
.col6 li:not(:last-of-type) {
	margin-right: 0;
}
.col6 li {
	margin-bottom: 10px;
}
.col6 li:nth-of-type(odd) {
	margin-right: 2%;
}
.tlist div {
	margin-top: 5px;
}
.tlist {
	margin-bottom: 0;
}
.tlist .full {
	margin-bottom: 0;
}
.img_table img {
	width: 100%;
}
.img_table img:first-of-type {
	margin-right: 0;
	margin-bottom: 10px;
}
.factory_tmp .tabs, .pro_tmp .tabs {
	border: none;
}
.factory_tmp .tabs span, .pro_tmp .tabs span {
	display: block;
}
.factory_tmp .tabs a, .pro_tmp .tabs a {
	margin-bottom: 10px;
	margin-right: 0;
}
.factory_tmp .tabs a:nth-of-type(odd), .pro_tmp .tabs a:nth-of-type(odd) {
	margin-right: 5px;
}
.factory_tmp .tabs .cur:before, .pro_tmp .tabs .cur:before {
	left: 15px;
}
.factory_tmp .tabs a:not(.cur), .pro_tmp .tabs a:not(.cur) {
	position: relative;
}
.factory_tmp .tabs a:not(.cur):before, .pro_tmp .tabs a:not(.cur):before {
	content: "";
	position: absolute;
	bottom: -2px;
}
.left_space {
	margin-left: 0;
}
.clist li {
	width: 82%;
	display: block;
	padding: 6% 9%;
}
.clist .bold {
	margin-bottom: 10px;
	font-size: 1.1em;
}
.clist .name {
	margin-bottom: 10px;
}
.clist .contact {
	font-size: 0.9em;
}
.wlist li {
	width: 82%;
	display: block;
	padding: 6% 9%;
}
.wlist .name {
	font-size: 1.1em;
}
.wlist .contact {
	font-size: 0.9em;
}
.lrlist img {
	margin-right: 0;
	float: none;
	width: 100%;
}
.lrlist .btn_wrap {
	display: block;
	width: auto;
	float: none;
	margin-bottom: 10px;
}
.bot_con .dbox {
	margin-bottom: 25px;
}
.sliding-menu .lan {
	margin-top: 5em;
	text-align: right;
	background-color: #222222;
	margin-left: 1em;
}
.sliding-menu .lan a {
	display: inline-block;
}
.sliding-menu .lan a:first-of-type {
	padding-right: 0.5em;
}
.sliding-menu .lan a:last-of-type {
	padding-left: 0.5em;
}
.pages a {
	margin: 0 5px;
	font-size: 1em;
}
.btable {
	width: 100%;
}
.btable td {
	padding: 10px;
}
.day30 {
	padding: 0;
}
.investors_tmp .rule.norm h3 span {
	margin-left: 0;
	display: block;
}
.img_two img {
	float: none;
	width: 100%;
}
.img_two img:first-of-type {
	margin: 0 0 10px 0;
}
.investors_tmp .rule.org .wlist li {
	width: 100%;
}
.img_item {
	position: relative;
}
.img_item img {
	width: 100%;
	display: block;
}
.img_item .ctitle {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	font-size: 1.2em;
}
.img_item span div:first-of-type {
         margin-bottom: 15px;
}
.scroll {
	padding: 0;
}
.scroll_inner {
	position: static;
}
.scroll_inner h1 {
	position: relative;
	color: #000000;
	text-shadow: none;
	font-size: 1.625em;
	margin: 25px 0;
	width: auto;
	left: 20px;
	top: 0;
	opacity: 1;
	animation-delay: 0;
	-moz-animation-delay: 0;
	-webkit-animation-delay: 0;
	animation: none;
	-moz-animation: none;
	-webkit-animation: none;
}
.banner.top {
	position: static;
}
.banner.mask {
	display: none;
}

.main.more .inner { width:auto;}
.main.more .mtit { width: 100%;}
.iframe_wrap img {display: none;}
.pc {
	display: none !important;
}
.mo {
	display: block;
}
}
 @media only screen and (max-width: 721px) {
/*    .factory_tmp .tabs span,
    .pro_tmp .tabs span {
        display: inherit;
    }
    
    .factory_tmp .tabs a,
    .pro_tmp .tabs a {
        width: 38%;
    }*/
}
 @media only screen and (max-width: 321px) {
.tabs a {
	width: 41%;
	padding: 10px;
}
.tabs a:first-of-type {
	margin-right: 0;
}
.tabs a:before {
	display: none;
}
.factory_tmp .tabs span, .pro_tmp .tabs span {
	display: inherit;
}
.factory_tmp .tabs a:nth-of-type(odd), .pro_tmp .tabs a:nth-of-type(odd) {
	margin-right: 1px;
}
}
