/*** icon link ***/
header .icon-link {
	position: relative;
	padding-left: 22px;
}
header .icon {
	width: 22px;
	height: 18px;
	position: absolute;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 5px 1px;
	top: 0;
	left: 0;
}
header .shop-icon {
	background-image: url('../../images/shop_icon.png');
}
header .icon-link:hover .shop-icon {
	background-image: url('../../images/shop_icon_hover.png');
}
/*** icon link ***/

/*** header common ***/
header {
	position: relative;
	/*z-index: 1100000;*/
	z-index: 1100;
}
header * {
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
header .shadow {
	position: absolute;
	z-index: 5000;
	width: 100%;
	height: 5px;
	left: 0;
	bottom: -5px;
}
header .holder {
	z-index: 5000;
	padding-top: 10px;
}
header ul {
	list-style-type: none;
}
header ul li {
	display: inline-block;
}
header li.sp_line {
	background: url('../../images/topmenu_line.png') no-repeat 8px -4px;
}
header .web_icon img {
	margin-bottom: -2px;
}
header a {
	color: #646464;

	-webkit-backface-visibility: hidden;
	transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
}
header a.warranty {
	font-weight: bold;
	color: #21a3aa;
}
header a:hover, header a.on, header a.active {
	color: #00a1e4;
}
/*** header common ***/

/*** header top ***/
header .top {
	padding-bottom: 5px;
	text-align: right;
	font-size: 12px;
	color: #333;
}
header .top .lang {
	/*width: 38px;*/
	color: #646464;
	cursor: pointer;
	text-align: left;
	position: relative;
	/*background: url('../../images/down_arrow.gif') no-repeat 30px center;*/
}
header .top .lang ul {
	position: absolute;
	top: 15px;
	left: 0;
	width: 32px;
	display: none;
}
header .top .lang ul li {
	margin: 0;
	padding: 0;
}
header .top .search {
	cursor: pointer;
	position: relative;
	z-index: 5000;
	width: 15px;
	height: 15px;
}
header .top .search .angle {
	background: url('../../images/angle.png') no-repeat right top;
	height: 7px;
	width: 100%;
}
header .top .search .search-form {
	position: absolute;
	display: none;
	width: 352px;
	top: 15px;
	right: -10px;
	padding-top: 5px;
}
header .top .search .search-text {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*font-family: 'Microsoft JhengHei', '宋体';*/
	font-family: 'Source Sans Pro', 'Microsoft JhengHei', sans-serif;
	background-color: #d3e4ea;
	padding: 10px 22px;
	font-weight: 300;
	font-size: 24px;
	color: #5d5d5d;
	border: 0;
	width: 75%;
}
header .top .search .search-submit {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: transparent;
	font-family: 'Source Sans Pro', 'Microsoft JhengHei', sans-serif;
	padding-right: 18px;
	padding-left: 18px;
	font-weight: 400;
	font-size: 16px;
	color: white;
	border: 0;
	width: 25%;
}
header .top .search .icon {
	background: url('../../images/search.png') no-repeat center center;
	width: 100%;
	height: 100%;
}
header .top .search .search-form>form {
	background-color: #7eb7cd;
}
header .top .search:hover .icon {
	position: absolute;
}
header .top img {
	margin-right: 5px;
}
header .top ul {
	display: inline-block;
}
header .top li {
	padding-left: 20px;
	vertical-align: text-top;
}
header .logo {
	display: inline-block;
	height: 25px;
}
/*** header top ***/

/*** header jump ***/
header .jump {
	font-family: 'Source Sans Pro', 'Microsoft JhengHei', sans-serif,"SimHei";
	text-align: right;
	font-size: 16px;
	color: #646464;

}
header .jump li {
	padding-left: 24px;
}
header .jump li a {
	display: block;
	padding-bottom: 18px;
}
header .jump li.sp_line {
	background-position: 12px 0px;
}
header .jump li br {
	display: none;
}
/*** header jump ***/

/*** header sub-menu ***/
header .sub-menu {
	left: 0;
	width: 100%;
	display: none;
	z-index: 5000;
	color: #646464;
	font-size: 12px;
	position: absolute;
	background-color: white;
	font-family: Arial;
}
header .sub-menu.blocks {
	padding-top: 45px;
	padding-bottom: 92px;
}
header .sub-menu.blocks.text-right {
	text-align: right;
}
header .sub-menu.blocks.text-right .block {
	text-align: left;
}
header .sub-menu .right {
	margin-bottom: 20px;
	text-align: right;
	margin-top: 20px;
}
header .sub-menu .shadow {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
}
header .sub-menu>.inner {
	max-width: 980px;
	margin: 0 auto;
}
header .sub-menu .block {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
header .sub-menu .block.last {
	margin-right: 0;
}
header .sub-menu .title {
	font-family: 'Source Sans Pro', 'Microsoft JhengHei', sans-serif;
	font-size: 16px;
}
header .sub-menu.blocks .title {
	padding-bottom: 8px;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 10px;
}
header .sub-menu.blocks ul {
	margin: 0;
	padding: 0;
	padding-right: 35px;
}
header .sub-menu.blocks li {
	margin: 0;
	padding: 0;
	display: block;
}
header .sub-menu li a {
	padding-top: 4px;
	display: block;
}
header .sub-menu .right li a {
	padding-left: 18px;
	padding-right: 18px;
}
header .sub-menu .right li.last a {
	padding-right: 0;
}
/*** header sub-menu ***/

/*** header mobile ***/
#menu-btn {
	position: absolute;
	right: 5%;
	top: 22px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#menu-btn.shown {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

header .top-mobile {
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 70px;
	z-index: 5000;
	background-color: #fff;
}

header .mobile-ul {
	display: none;
}
header .mobile-ul li {
	border-top: none;
	float: left\9;
}
/*** header mobile ***/

@media (max-width:1023px) {
	header .sub-menu>.inner {
		width: 98%;
	}
	#about.sub-menu>.inner {
		width: 90%;
	}
	header .sub-menu.blocks {
		text-align: center;
	}
	header .sub-menu.blocks ul {
		padding-right: 12px;
	}
	header .sub-menu .block {
		text-align: left;
	}
}
@media (max-width:919px) {
	header .sub-menu .block {
		margin-right: 8px;
	}
}
@media (max-width:849px) {
	header {
		position: fixed;
		height: 70px;
		left: 0;
		top: 0;
		width: 100%;
        /*z-index: 1100000;*/
        z-index: 1100;
	}
	header .icon {
		position: static;
	}
	header .holder {
		width: 100%;
		height: 100%;
		position: relative;
		padding: 0;
	}
	header .top-mobile {
		display: block;
	}
	header .mobile-ul {
		display: block;
	}
	header .top {
		display: none;
	}
	header .jump {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		z-index: 4500;
		padding-top: 70px;
		text-align: center;
		overflow-y: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background-image: url('../../images/black60.png');
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-webkit-transition-delay: 0.45s;
		-moz-transition-delay: 0.45s;
		-o-transition-delay: 0.45s;
		transition-delay: 0.45s;
	}
	header .jump.shown {
		height: 100%;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-webkit-transition: opacity 0.4s linear;
		-moz-transition: opacity 0.4s linear;
		-o-transition: opacity 0.4s linear;
		transition: opacity 0.4s linear;
	}
	header .jump .inner {
		border-top: 1px #e8e8e8 solid;
		z-index: 5000;
		height: 0px;
		display: block;
		overflow: hidden;
		-webkit-transition: height 0.3s linear;
		-moz-transition: height 0.3s linear;
		-o-transition: height 0.3s linear;
		transition: height 0.3s linear;
	}
	header .jump.shown .inner {
                height: 100%;
	}
	header .jump ul {
		width: 100%;
		word-spacing: 0;
		font-size: 0;
	}
	header .jump li {
		margin-left: 0;
		padding-left: 0;
		width: 100%;
		font-size: 18px;
		border-bottom: 1px #e8e8e8 solid;
		background-color: #fff;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	header .jump li a {
		padding: 20px 0;
		display: block;
		white-space: nowrap;
	}
	header .jump li.sp_line {
		background-image: none;
	}
	header .jump .mobile-ul.ext-link li {
		width: 50%;
		font-size: 14px;
		border-right: 1px #e8e8e8 solid;
	}
	header .jump .mobile-ul li:nth-child(even) {
		border-right: none;
	}
	header .jump .mobile-ul.ext-link li.search-li {
		border-bottom: 0;
		width: 100%;
	}
	header .jump .mobile-ul .search {
		padding: 18px 0;
		position: relative;
		background-color: #ccc;
	}
	header .jump .mobile-ul .search form {
		position: relative;
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	header .jump .mobile-ul .search input {
		border: none;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		-ms-border-radius: 15px;
		border-radius: 15px;
		height: 30px;
		width: 100%;
		text-indent: 15px;
		display: block\9;
		line-height: 1\9;
	}
	header .jump .mobile-ul .search .search-submit {
		background-color: transparent;
		position: absolute;
		font-size: 0;
		width: 12%;
		right: 0;
		top: 0;
	}
	header .jump .mobile-ul .search .icon {
		background: url('../../images/search.png') no-repeat center center;
		pointer-events: none;
		position: absolute;
		height: 100%;
		width: 15px;
		right: 10%;
		left: auto;
		top: 0;
	}
	#menu-btn {
		top: 24px;
	}
	#menu-btn img {
		width: 30px;
	}
	header .logo {
		z-index: 5000;
		position: absolute;
		top: 20px;
		left: 20px;
	}
	header .logo img {
		height: 30px;
	}
}