@charset "utf-8";
html, body {
	height: 100%;
}
body {
	position: relative;
	margin: 0;
	color: #000;
	cursor: default;
	font: normal 14px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
	background-color: #f9f9f9;
	-webkit-tap-highlight-color: transparent;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
* {
	outline: none;
}
@font-face {
	font-family: ico;
	src: url(../img/ico.woff);
	font-display: block;
}
p, ul, li, form, input, textarea, h1, h2, h3, figure {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
}
a {
	color: #333;
	text-decoration: none;
}
a.btn {
	display: inline-block;
	padding: 0 50px;
	height: 36px;
	line-height: 36px;
	border-radius: 3px;
	background-color: #fc0;
	color: #000;
}
a.btn:hover {
	background-color: #fd0;
	color: #000;
}
img {
	border: none;
}
input, textarea {
	font-family: Arial, SimSun, sans-serif;
	font-size: 13px;
	resize: none;
}
.wrap {
	margin: auto;
	padding: 0 20px;
	box-sizing: border-box;
	max-width: 1300px;
}
#topBar {
	height: 35px;
	line-height: 35px;
	color: #eee;
	background-color: #222629;
}
#topBar .l {
	float: left;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}
#topBar .r {
	float: right;
}
#topBar .r:before {
	content: "\e001";
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	font-size: 19px;
	font-family: ico;
}
#header {
	position: absolute;
	z-index: 10;
	height: 100px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0);
	transition: box-shadow .3s;
}
#header.f {
	position: fixed;
	top: 0;
	height: 50px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
}
#header>div {
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
#logo {
	margin-right: 20px;
	width: 300px;
	border-radius: 3px;
}
#logo img {
	display: block;
	width: 100%;
	height: auto;
	min-width: 232px;
	transition: all .3s;
}
#header.f #logo img {
	width: 232px;
}
#menu {
	display: flex;
	width: 660px;
	justify-content: space-around;
}
#menu>li {
	flex-grow: 1;
}
#menu>li:before {
	content: "";
	float: left;
	margin-top: 15px;
	width: 1px;
	height: 20px;
	background-color: #aaa;
	pointer-events: none;
}
#menu>li:first-child:before {
	display: none;
}
#menu>li>a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
#s_menu>a:after {
	content: "\e002";
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	font-size: 20px;
	font-family: ico;
}
#s_menu>div {
	position: absolute;
	z-index: 1;
	left: 0;
	width: 100%;
	height: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,.5);
	background-color: #fff;
	transition: height .2s;
	overflow: hidden;
}
#s_menu>div>div {
	padding: 20px;
	box-sizing: border-box;
}
#s_menu>div>div, #s_menu.s>div {
	height: 327px;
}
#s_menu.s>a {
	color: #f60;
}
#s_menu>div>div.l {
	width: 70%;
	padding-left: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
#s_menu>div>div.r {
	width: 30%;
}
#s_menu>div>div.r:before {
	content: "";
	float: left;
	margin-left: -20px;
	width: 1px;
	height: 100%;
	background-color: #ccc;
	pointer-events: none;
}
#s_menu>div>div.l>p>* {
	float: left;
	margin: 0 10px;
}
#s_menu>div>div.l>p a {
	text-decoration: underline;
}
#s_menu>div>div.l>p>strong {
	width: 125px;
	text-align: right;
	font-size: 15px;
	line-height: 25px;
	white-space: nowrap;
}
#s_menu>div>div.l>p>strong:after {
	content: "\e003";
	margin-left: 10px;
	font-family: ico;
}
#s_menu>div>div.r>a {
	display: block;
	padding-bottom: 8px;
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
}
#s_menu>div>div.r>a:last-child {
	border: none;
}
#s_menu>div>div.r>a:hover {
	background-color: #f5f5f5;
}
#s_menu>div>div.r figure {
	float: left;
	margin: 10px 0 0 10px;
	width: 100px;
	height: 75px;
}
#s_menu>div>div.r h3 {
	margin: 8px 0 0 120px;
	height: 25px;
	font-size: 15px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#s_menu>div>div.r p {
	margin: 0 0 0 120px;
	font-size: 12px;
	line-height: 18px;
	color: #444;
	max-height: 54px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
#searchBar {
	margin-left: 20px;
	position: relative;
}
#searchBar>input {
	width: 30px;
	padding: 0;
	height: 30px;
	box-sizing: border-box;
	border-radius: 15px;
	border: 1px solid #ccc;
	transition: all .3s;
}
#searchBar>label {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #fc0;
	overflow: hidden;
	transition: all .3s;
	cursor: pointer;
}
#searchBar>label:before {
	content: "\e004";
	display: block;
	width: 30px;
	height: 30px;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	font-family: ico;
}
#searchBar>label input {
	visibility: hidden;
}
#searchBar.s>input {
	width: 200px;
	padding: 0 35px 0 10px;
}
input.tip::placeholder {
    color: red;
}
figure>img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top {
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	left: 0;
	display: flex;
	height: 50px;
	justify-content: space-between;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
#top>* {
	height: 50px;
}
#top>a {
	box-sizing: border-box;
	padding: 5px;
	overflow: hidden;
}
#top>a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#top>div {
	flex: 0 0 50px;
	overflow: hidden;
}
#top>div:active {
	background-color: #f5f5f5;
}
#menuBtn p {
	margin: 0 auto;
	position: relative;
	width: 22px;
	height: 8px;
	transition: all .2s;
}
#menuBtn p:first-child {
	margin-top: 15px;
}
#menuBtn p:before, #menuBtn p:after {
	content: "";
	position: absolute;
	top: 0px;
	width: 13px;
	height: 3px;
	border-radius: 2px;
	background-color: #000;
	transition: all .2s;
}
#menuBtn p:before {
	left: 0px;
}
#menuBtn p:after {
	right: 0px;
}
#menuBtn.o p:before, #menuBtn.o p:after {
	transform: rotate(30deg);
}
#menuBtn.o p:before {
	left: 0;
	transform: rotate(-30deg);
}
#menuBtn.o p:after {
	right: 0;
	transform: rotate(30deg);
}
#menuBtn.o p:first-child {
	margin-top: 18px;
}
#menuBtn.o p:nth-child(2) {
	margin-top: 3px;
}
#menuBtn.o p:last-child {
	margin-top: 3px;
	opacity: 0;
}
#searchBtn {
	position: relative;
}
#searchBtn:before, #searchBtn:after {
	content: "";
	position: absolute;
	transition: all .2s;
}
#searchBtn:before {
	top: 12px;
	left: 12px;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 3px solid #000;
	transform: rotate(-45deg);
}
#searchBtn:after {
	right: 15px;
	bottom: 13px;
	width: 13px;
	height: 3px;
	border-radius: 2px;
	background-color: #000;
	transform-origin: right center;
	transform: rotate(45deg);
}
#searchBtn.o:before {
	top: 24px;
	left: 12px;
	width: 27px;
	height: 3px;
	border-radius: 2px;
	border-width: 0;
	background-color: #000;
}
#searchBtn.o:after {
	width: 27px;
}
#cover {
	position: fixed;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	transition: opacity .3s, z-index 0s .2s;
}
#cover.o {
	z-index: 2;
	opacity: 1;
	transition: opacity .3s, z-index 0s;
}
#sMenu, #sSubMenu {
	position: absolute;
	z-index: 2;
	top: 51px;
	left: 100%;
	width: 100%;
	max-height: calc(100% - 51px);
	background-color: #fff;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#sMenu.s, #sMenu.h+#sSubMenu {
	left: 0;
	transition: all .3s;
}
#sMenu.s+#sSubMenu {
	transition: all .3s;
}
#sMenu.h {
	left: -100%;
	transition: all .3s;
}
#sMenu>* {
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
#sMenu>p:after {
	float: right;
	content: "\e006";
	line-height: 26px;
	font-family: ico;
}
#sSubMenu {
	border-bottom: 1px solid #ccc;
}
#sSubMenu>div {
	padding: 0 46px 0 0;
	height: 46px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
#sSubMenu>div>span {
	float: left;
	width: 46px;
	height: 46px;
	text-align: center;
	font: bold 26px/48px ico;
	overflow: hidden;
}
#sSubMenu>div>a {
	display: inline-block;
	margin-top: 11px;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
}
#sSubMenu a {
	text-decoration: underline;
}
#sSubMenu>p {
	overflow: hidden;
	margin: 0 20px;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}
#sSubMenu>p:last-child {
	border: none;
}
#sSubMenu>p>* {
	float: left;
	margin: 0 10px;
	height: 24px;
	overflow: hidden;
}
#sSubMenu>p>strong {
	font-size: 15px;
	margin-right: 0;
}
#sSubMenu>p>strong:after {
	content: "\e003";
	margin-left: 10px;
	font-family: ico;
}
#sMenu>p:active, #sSubMenu>div>span:active {
	background-color: #f5f5f5;
}
#sSearchBar {
	position: absolute;
	z-index: 2;
	top: -10px;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	transition: top .3s;
}
#sSearchBar>div {
	position: relative;
	width: 90%;
	margin: 10px auto;
}
#sSearchBar>div>input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 70px 0 10px;
	box-sizing: border-box;
	border-radius: 20px;
	border: 1px solid #ccc;
}
#sSearchBar label {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 60px;
	height: 38px;
	border-radius: 20px;
	background-color: #fc0;
	overflow: hidden;
}
#sSearchBar label:active {
	background-color: #fd0;
}
#sSearchBar label:before {
	content: "\e004";
	display: block;
	width: 60px;
	height: 38px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	font-family: ico;
}
#sSearchBar label input {
	visibility: hidden;
}
#footer {
	background-color: #f0f0f0;
}
#socialLinks {
	padding: 50px 0 40px;
}
#socialLinks h3 {
	padding-bottom: 20px;
	font-size: 25px;
}
#socialLinks p {
	overflow: hidden;
}
#socialLinks a {
	float: left;
	font-size: 18px;
	line-height: 30px;
	margin: 0 30px 10px 0;
	white-space: nowrap;
}
#socialLinks img {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	height: 30px;
	width: auto;
}
#address {
	padding: 40px 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}
#address li {
	padding: 10px 0;
}
#address h3 {
	font-size: 16px;
}
#foot {
	padding: 30px 0;
	line-height: 28px;
	overflow: hidden;
}
#foot>div {
	float: left;
}
#foot>div a {
	display: inline-block;
	text-decoration: underline;
	margin-right: 35px;
}
#foot>div a:after {
	content: "";
	float: right;
	width: 1px;
	height: 12px;
	background-color: #aaa;
	margin: 9px -17px 0 0;
	pointer-events: none;
}
#foot>div a:last-child {
	margin: 0;
}
#foot>div a:last-child:after {
	display: none;
}
#foot>p {
	float: right;
	padding-top: 2px;
	font-size: 13px;
	color: #999;
}
#s_menu>div>div.l>p a.s, #sSubMenu>p a.s {
	color: #f50;
}
#goTop {
	position: fixed;
	z-index: -1;
	width: 45px;
	height: 45px;
	right: 20px;
	bottom: 20px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.66);
	box-shadow: inset 0 0 0 2px #d4d4d4, 0 0 5px rgba(0,0,0,.5);
	opacity: 0;
	transition: opacity .5s, z-index 0s .5s;
	cursor: pointer;
}
#goTop.s {
	z-index: 1;
	opacity: 1;
	transition: opacity .3s, z-index 0s;
}
#goTop:before {
	content: '';
	display: block;
	margin: 18px auto 0;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
}
#goTop>svg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#goTop>svg>path {
    fill: none;
    stroke: #e00;
    stroke-width: 4;
    box-sizing: border-box;
}
@media screen and (min-width:992px){
	a {
		transition: all .2s;
	}
	a:hover {
		color: #f60;
	}
	#top, #cover, #sMenu, #sSubMenu, #sSearchBar {
		display: none;
	}
}
@media screen and (max-width:991px){
	html, body {
		overflow: hidden;
	}
	body {
		min-width: 320px;
	}
	#topBar, #header {
		display: none;
	}
	#wrap {
		position: absolute;
		top: 51px;
		right: 0;
		bottom: 0;
		left: 0;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	a:active {
		color: #f60;
	}
}
@media screen and (max-width:700px){
	#foot>div, #foot>p {
		float: none;
		text-align: center;
	}
	#goTop {
		width: 40px;
		height: 40px;
		right: 10px;
		bottom: 10px;
	}
	#goTop:before {
		width: 13px;
		height: 13px;
		margin-top: 16px;
	}
}