@charset "utf-8";
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
.clearfix:after {
	height: 0;	visibility: hidden;	content: ".";	display: block;	clear: both;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
a.tapCtrl, input.tapCtrl,
.tapCtrl a, .tapCtrl input {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
/*------------------------------------------------------------
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 1em;}
body,table,input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
}
article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
}
a,
a:link {
	color: #5b5b5b;
	text-decoration: none;
}
a:visited {
	color: #5b5b5b;
}
a:hover {
	color: #ff4291;
}
a:active {
	color: #ff4291;
}
/*------------------------------------------------------------
------------------------------------------------------------*/
html,body {
	/*touch-callout:none;
-webkit-touch-callout:none;*/
}
* {
	/*-webkit-user-select: none;
	-moz-user-select: none;*/
}

body {
	color: #5b5b5b;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 1.2;
}
#container {
	padding-bottom: 73px;
	text-align: left;	
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#header {
	padding: 10px 0 10px;
	position: relative;
	z-index: 100;
	box-sizing: border-box;
	background-color: #FFF;
}
#header.on {
	z-index: 9999;
}
#header:before {
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -3px;
	z-index: 101;
	background: url(../Images/com/header_bg.png) repeat-x left top;
	content: "";
}
#header .menu {
	padding: 0 0 0 23px;
	width: 6.2%;
	float: left;
}
#header .search {
	padding: 0 22px 0 0;
	width: 6.2%;
	float: right;
}
#header h1 {
	margin: 0 auto;
	width: 35%;
}
#header .menuBox {
	padding: 19px 29px 1px 31px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	box-sizing: border-box;
	background: url(../Images/com/menu_bg.png) repeat;
}
#header .menuBox .searchBox {
	margin-bottom: 11px;
	padding-right: 105px;
	position: relative;
}
#header .menuBox .searchBox input {
	margin: 0;
	padding: 0 10px;
	width: 100%;
	color: #919191;
	font-size: 12px;
	line-height: 33px;
	border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #EA5198;
	background-color: #fff;
}
#header .menuBox .searchBox a {
	width: 105px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	background-color: #EA5198;
}
#header .menuBox .searchBox a img {
	margin: -3px 5px 0 0;
	width: 15px;
	display: inline-block;
	vertical-align: middle;
}
#header .menuBox li {
	border-bottom: 1px solid #BFBFBF;
}
#header .menuBox li:last-child {
	border: none;
}
#header .menuBox li a {
	padding: 9px 10px 8px;
	display: block;
	position: relative;
	color: #000;
	font-size: 16px;
}
#header .menuBox li a:before {
	width: 8px;
	height: 9px;
	position: absolute;
	right: 11px;
	top: 14px;
	background: url(../Images/com/icon04.png) no-repeat;
	content: "";
}

/*------------------------------------------------------------
	main
------------------------------------------------------------*/
#main {
	margin: 0 10px 20px;
}
img {
	width: 100%;
}
input[type=text],
input[type=password] {
	border-radius: 0;
	appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
}
#main .comTopBox {
	padding: 21px 0 0;
	min-height: 222px;
	box-sizing: border-box;
	background: url(../Images/com/com_bg.jpg) no-repeat center top;
	background-size: cover;
}
#main .comTopBox .photo {
	margin: 0 auto 11px;
	padding: 1px 5px 10px 4px;
	width: 107px;
	background: url(../Images/com/com_photo_bg.png) no-repeat center top;
}
#main .comTopBox .photo span {
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
#main .comTopBox p {
	margin-top: 7px;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
#main .comTopBox p a {
	color: #fff;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
	width: 100%;
	padding: 7px 0 5px;
	height: 51px;
	overflow: hidden;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 1000;
	border-top: 2px solid #DCDCDC;
	background-color: #F4F4F4;
}
#footer li {
	width: 20%;
	float: left;
	font-size: 13px;
}
#footer li a {
	display: block;
	color: #9a9a9a;
	text-align: center;
}
#footer li a span {
	margin: 0 auto 4px;
	width: 26px;
	display: block;
}