@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family:微软雅黑;
	color: #666;
	overflow-x: hidden;
}
a {
	color: #666;
	text-decoration: none;
	outline: none;
}

img {
	border: 0px;
	vertical-align: middle;
}
a:link {
	text-decoration: none;
	outline: none;
}
a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
    text-decoration: none;
    color: #cc0505;
    outline: none;
}
ul, p, dl, dt, dd {
	padding: 0px;
	margin: 0px;
}
li {
	list-style-position: outside;
	list-style-type: none;
}
h1, h2, h3, h4, h5 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear_f {
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	_display: inherit;
}
.navIcoPC {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 74px;
	height: 80px;
	background: #C7161D;
	text-align: center;
	line-height: 80px;
}
.navIco {
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0.74rem;
	height: 0.92rem;
	text-align: center;
	line-height: 0.92rem;
	background: #0a624b;
}
.navIco img {
	width: 0.19rem;
}
.navRight {
	height:auto;
	width: 488px;
	overflow: hidden;
	position: fixed;
	z-index: 10;
	right: -488px;
	top: 0px;
	background: #fff;
}
.navRight .txt {
	height: 83px;
	line-height: 83px;
	border-bottom: #f2edea solid 3px;
	padding-left: 28px;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
}
.navRight .closeBtn {
	height: 80px;
	width: 74px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 22;
	background: #C7161D;
	text-align: center;
	line-height: 80px;
}
.rightNav {
	padding: 12px 50px 0 26px;
	width: 100%;
}
.rightNav li {
	padding-bottom: 30px;
}
.rightNav li:last-child {
	border-bottom: none;
}
.rightNav li h2 {
	line-height: 24px;
	font-size: 18px;
	color: #4c4c4c;
	padding-left: 30px;
	background: url(../images/ico3.png) left center no-repeat;
}
.rightNav li dl {
	padding: 10px 0 0 30px;
	overflow: hidden;
}
.rightNav li dd {
	height: 18px;
	line-height: 18px;
	padding-right: 18px;
	float: left;
}
.rightNav li dd a {
	color: #9c9c9c;
}
.rightNav li dd a:hover {
	color: #efaa00;
}
.navRight .botDiv {
	height: 192px;
	border-top: #f2edea solid 3px;
	width: 100%;
	left: 0px;
	bottom: 0px;
}
.navRight .leftDiv {
		padding: 30px 0 0 58px;
	font-size: 20px;
	font-weight: bold;
	color: #C7161D;
}
.navRight .rightDiv {
	padding: 30px 0 0 86px;
}
.navRight .wen {
	font-weight: bold;
	color: #4c4c4c;
	font-size: 14px;
	height: 32px;
}
.navRight .ewm {
	-webkit-box-shadow: 0 5px 10px 0 hsla(230,9%,48%,.2);
	box-shadow: 0 5px 10px 0 hsla(230,9%,48%,.2);
}
.navRight .name {
	font-family: "Microsoft JhengHei";
	color: #4c4c4c;
}
.navRight .share {
	padding-top: 40px;
}
.navRight .share li {
	float: left;
	margin-right: 15px;
}
.navRight .share li .img1 {
	display: none;
}
.navRight .share li:hover img {
	display: none;
}
.navRight .share li:hover .img1 {
	display: inline-block;
}
.pageBg {
	position: fixed;
	z-index: 8;
	height: 100%;
	display: none;
	background: rgba(0,0,0,0.3);
	left: 0px;
	top: 0px;
}
.sb-Bg {
	position: fixed;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,0.3);
	left: 0px;
	top: 0px;
}
