@charset "utf-8";
/* CSS Document */
html, body {
	margin-top: 00px;
	color: #000;
	font: 15px/1.7 "微软雅黑";
	/*background-color: #4d547d;*/
	background-repeat: repeat;
	background-position: 50% 0%;
	background-attachment: fixed;
	/*background-image: url("bg.gif");*/
}


.gongail {
	text-align: center;
	background: #fffff0;
}

	.gongail ul {
		padding: 5px 0;
	}

		.gongail ul li {
		}

			.gongail ul li a {
				width: 100%;
				height: 35px;
				line-height: 35px;
				font-size: 22px;
				font-weight: bold;
				color: #330066;
				margin: 3px 0;
				-moz-box-shadow: 0 0px 5px #000;
				-webkit-box-shadow: 0 0px 5px #000;
				box-shadow: 0 0px 5px #000;
				border-radius: 4px;
				display: inline-block;
				background-image: linear-gradient(to top, #FFFBEA,#FFFBEA);
			}

				.gongail ul li a font {
					text-shadow: 0px 1px 0px #000;
				}

				.gongail ul li a:hover {
					background: #93EDD9;
				}

.slide_container {
	position: relative;
	width: 100%;
}

.img-list {
}

	.img-list h3 {
		padding: 5px 10px;
		color: #d70000;
		font-weight: normal;
		font-size: 15px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}

	.img-list ul {
	}

.img-list {
	background-color: #FFFFFF;
}

	.img-list h3 {
		padding-top: 20px;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 5px;
		color: #d70000;
		font-weight: normal;
		font-size: 15px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
	}

	.img-list ul {
	}

		.img-list ul li {
			float: left;
			width: 100%;
			height: 40px;
			line-height: 40px;
			border-bottom: 1px solid #FFE1EE;
			/* [disabled]border-right-color: #f5f5f5; */
			/* [disabled]border-right-style: solid; */
			/* [disabled]border-right-width: 1px; */
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

			.img-list ul li:nth-child(even) {
			}

			.img-list ul li a {
				display: inline-block;
				margin-left: 10px;
			}

				.img-list ul li a span {
					height: 33px;
					line-height: 33px;
					display: inline-block;
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
				}

			.img-list ul li em {
				height: 33px;
				line-height: 33px;
				margin-right: 10px;
				font-style: normal;
				display: inline-block;
				vertical-align: top;
			}

			.img-list ul li i {
				width: 16px;
				height: 33px;
				line-height: 33px;
				margin-left: 15px;
				display: inline-block;
				/*background: url("../images/sc.png") center center no-repeat;*/
				background-size: 16px;
			}
				.img-list ul li i.scd {
					/*background: url("../images/sc2.png") center center no-repeat;*/
					background-size: 16px;
				}

				.img-list ul li i.bianji {
					/*background: url("../images/close.png") center center no-repeat;*/
					background-size: 16px;
				}

body {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
}


* {
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

a {
	color: #444;
}

	a:link {
		text-decoration: none;
	}

	a:visited {
		text-decoration: none;
	}

	a:hover {
		position: relative;
		left: 1px;
		top: 1px;
		text-decoration: none;
	}

	a:active {
		text-decoration: none;
	}

	a:focus {
		outline: none;
	}

	a.hidefocus {
		outline: none
	}

input[type=text], input[type=button], input[type=submit] {
	-webkit-appearance: none;
	outline: none;
}

button {
	border: 0;
	outline: none;
	cursor: pointer;
}

input {
	outline: none
}



.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.center {
	text-align: center;
}

.pad {
	padding: 2px;
}

table {
	width: 100%;
}

	table td {
		border: 1px solid #e5e5e5;
		padding: 3px 2px;
		word-break: break-all;
	}

		table td a {
			height: 100%;
		}



.f14 {
	font-size: 14pt;
}

.f13 {
	font-size: 13pt;
}

.f12 {
	font-size: 12pt;
}

.shade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	z-index: 9000;
}

.dialog {
	width: 320px;
	height: 450px;
	/*background: url("../../Index/Public/wap/hongbao.png-id=2134211111") center no-repeat;*/
	-webkit-background-size: cover;
	background-size: cover;
	position: fixed;
	z-index: 9001;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: -225px;
	padding-top: 140px;
	box-sizing: border-box;
}

.golink {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	z-index: 4;
	font-size: 16px;
	text-align: center;
	color: #4a17ee;
	line-height: 2em;
}

.close {
	position: absolute;
	right: 0;
	top: 30px;
	width: 60px;
	height: 40px;
	z-index: 10;
}

input, button, textarea {
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.con-wrap {
	display: -moz-box;
	display: -webkit-box;
	display: box;
	width: 100%;
}

.se-input {
	display: block;
	-moz-box-flex: 1;
	-webkit-box-flex: 1;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
	padding: 7px 42px 7px 6px;
	height: 42px;
	line-height: 28px;
	resize: none;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.index-form {
	display: none;
	margin: 10px;
	height: 42px;
	background: #fff;
	border: 1px solid #949494;
	border-bottom-color: #bcbcbc;
}

.se-inner {
	width: 160px;
	position: relative;
}

.se-select {
	width: 82px;
	height: 40px;
	outline: none;
	border: none;
	overflow: hidden;
	background-color: transparent;
	font-size: 14px;
	padding-left: 1em;
}

.se-bn {
	position: absolute;
	top: -1px;
	right: -1px;
	width: 82px;
	height: 42px;
	background: #38f;
	color: #fff;
	white-space: nowrap;
	line-height: 42px;
	letter-spacing: -1px;
	font-size: 16px;
	border-top: 1px solid #38f;
	border-bottom: 1px solid #38f;
	box-sizing: inherit;
}

.dialog a {
	text-decoration: none;
}