* {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑", Helvetica, Arial, Tahoma;
	line-height: 15px;
	vertical-align: baseline;
	word-wrap: break-word;
	word-break: break-all;
	-webkit-text-size-adjust: none;
	color: #000;
	box-sizing: border-box;
}

div,
p,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
a,
b,
u,
em,
input,
textarea,
button,
select,
form,
section,
label,
span,
td,
li,
nav,
footer,
body,
ul,
i {
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	word-wrap: break-word;
	word-break: break-all;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none
}

ul,
li,
ol {
	font-family: "微软雅黑", helvetica, arial;
	list-style: none;
	font-weight: normal;
	color: #999;
	font-size: 12px;
}

a {
	color: #333;
	text-decoration: none;
}

a,
img,
input,
button,
textarea {
	-webkit-touch-callout: none;
}

a:focus,
a:active,
a:hover,
input,
button,
textarea {
	outline: none;
}

.tem_inner {
	width: 1200px;
	margin: 0 auto;
}

.tem_top {
	border-bottom: 1px solid #e7e8ed;
	background: #f7f8fa;
}

.tem_top h2 {
	height: 35px;
	line-height: 35px;
}

.tem_top h2 a,
.tem_top h2 span {
	height: 35px;
	color: #53555a;
	font-size: 16px;
	line-height: 35px;
}

.tem_top h2 span {
	color: rgb(255, 0, 0);
	font-weight: bold;
	margin-left: 10px;
}

.tem_head {
	height: 125px;
	line-height: 100px;
	padding-bottom: 25px;
}

.tem_head h1 {
	float: left;
	height: 100px;
	line-height: 100px;
}

.tem_head h1 a {
	display: block;
	width: 360px;
	height: 60px;
	margin-top: 20px;
	font-size: 45px;
	line-height: 60px;
	font-weight: bold;
}

.tem_head nav {
	float: right;
	height: 40px;
	line-height: 40px;
	margin-top: 30px;
}

.tem_head nav a {
	float: left;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	font-size: 18px;
	margin-left: 10px;
}

.tem_head nav a.current {
	border-radius: 5px;
	background: #e9280c;
	color: #fff;
}

.tem_banner {
	width: 100%;
	height: 600px;
	position: relative;
}

.tem_banner ul {
	width: 100%;
	height: 600px;
}

.tem_banner ul li {
	max-width: 4000px;
	height: 600px;
	display: none;
}

.tem_banner ul li.b1 {
	background: url(../img/b1.png) no-repeat center;
	background-size: 100% 600px;
}

.tem_banner ul li.b2 {
	background: url(../img/b1.png) no-repeat center;
	background-size: 100% 600px;
}

.tem_banner ol {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	text-align: center;
}

.tem_banner ol li {
	display: inline-block;
	margin: 0 6px;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	border-radius: 12px;
	text-indent: -999em;
	cursor: pointer;
	background: none;
}

.tem_banner ul li.current {
	display: block;
}

.tem_banner ol li.current {
	background: #FFF;
}

.tem_about {
	margin-top: 10px;
}

.tem_about h3 {
	margin: 0 0 40px 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 22px;
	height: 60px;
}

.tem_about h3 span {
	line-height: 60px;
	font-size: 22px;
	border-bottom: 4px solid #666;
	height: 60px;
	padding: 0px 15px;
	display: inline-block;
}

.tem_inner_about_cont {
	padding: 20px 0;
}

.tem_inner_about_cont:after {
	display: block;
	content: '';
	clear: both;
}

.tem_inner_about_txt {
	float: left;
	width: 55%;
	padding: 0px 50px 0;
	height: 336px;
}

.tem_inner_about_txt h4 {
	color: rgb(51, 51, 51);
	line-height: 24px;
	padding-top: 10px;
	font-weight: bold;
}

.tem_inner_about_txt p {
	line-height: 2;
	font-size: 16px;
}

.tem_index_about_more {
	display: inline-block;
	padding: 0 30px;
	height: 40px;
	border: 2px solid #eee;
	color: #999!important;
	text-decoration: none;
	font-weight: normal;
	line-height: 40px;
	border-radius: 5px;
	font-size: 18px;
}

.tem_inner_about_img {
	float: right;
	overflow: hidden;
	width: 45%;
	height: 227px;
	font-size: 0;
}

.tem_inner_about_img .a3 {
	float: left;
	overflow: hidden;
	width: 70%;
	height: 227px;
}

.tem_inner_about_img ul {
	float: right;
	overflow: hidden;
	width: 30%;
}

.tem_inner_about_img ul li {
	position: relative;
	margin-bottom: 8px;
	margin-left: 20px;
	padding: 4px;
	border: 1px solid #eee;
}

.tem_inner_about_img ul li img {
	width: 100%;
	height: 60px;
	cursor: pointer;
}

.tem_footer {
	position: relative;
	padding: 10px 0;
	background: #eee;
	color: #4a4a4a;
	font-size: 14px;
}

.tem_footer div {
	padding: 20px 0 0;
}

.tem_footer p {
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	/*margin-bottom: 20px;*/
}

.tem_headborder {
	border-bottom: 1px solid #ddd
}

.met_section {
	position: relative;
	padding: 40px 0 50px;
}

.met_section {
	position: relative;
	padding: 40px 0 50px;
}

.met_section:after {
	display: block;
	content: '';
	clear: both;
}

.met_section aside {
	position: relative;
	float: left;
	width: 230px;
	border: 1px solid #ddd;
	margin-right: 20px;
}

.met_section aside h2 {
	padding: 0 20px;
	height: 60px;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	line-height: 60px;
	font-weight: bold;
}

.met_section aside ul li {
	padding: 0 20px;
	color: #333;
	height: 50px;
	line-height: 50px;
	background: #efefef;
	border-left: 4px solid #e9280c;
	margin: 10px 0;
	font-size: 16px;
}

.met_section .met_article {
	float: left;
	width: 850px;
}

.met_article_head {
	position: relative;
	padding: 0 10px;
	height: 60px;
	border-bottom: 1px solid #ddd;
	line-height: 60px;
}

.met_article_head h2 {
	color: #000;
	font-weight: normal;
	font-size: 20px;
	line-height: 60px;
}

.met_position {
	position: absolute;
	top: 0;
	right: 10px;
	color: #aaa;
	font-family: '宋体';
}

.met_position a {
	color: #999;
	line-height: 60px;
}

.met_module1 {
	padding: 30px 10px;
	line-height: 2;
}

.met_editor div {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	border-left: 4px solid #ddd;
	margin: 14px 40px;
}

.met_editor div h3 {
	font-size: 24px;
	color: #333;
	line-height: 48px;
	font-weight: bold;
}

.met_editor div p {
	font-size: 18px;
	line-height: 36px;
}

.met_editor p {
	font-size: 18px;
	line-height: 36px;
}

.pd {
	padding-left: 20px;
}

.met_module2_list {
	padding: 10px 10px;
}

.met_module2_list li {
	list-style: none;
	border-bottom: 1px solid #ddd;
	padding: 20px 20px 20px 20px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.met_module2_list li a {
	color: #333;
	text-decoration: none;
	line-height: 40px;
	float: left;
	font-size: 20px;
}

.met_module2_list li span {
	color: #333;
	line-height: 40px;
	float: right;
	font-size: 20px;
}

.met_section_head {
	height: 50px;
	line-height: 50px;
}

.met_section_head a {
	color: #aaa;
}

.article {
	padding: 40px 0 50px;
}

.article:after {
	display: block;
	content: '';
	clear: both;
}

.article aside {
	float: left;
	width: 330px;
	border: 1px solid #ddd;
	margin-top: 20px;
}

.article aside h3 {
	padding: 0 20px;
	height: 62px;
	border-bottom: 1px solid #ddd;
	font-size: 22px;
	line-height: 62px;
	font-weight: bold;
}

.article aside ul {
	padding: 20px;
}

.article aside ul li {
	margin-bottom: 8px;
	height: 30px;
}

.article aside ul li a {
	color: #333;
	line-height: 30px;
}

.article aside ul li a:hover {
	color: #f00;
}

.met_article {
	float: right;
	width: 840px;
}

.met_article h2 {
	font-size: 28px;
	font-weight: normal;
	padding: 5px 0;
	line-height: 56px;
}

.met_article .met_infos {
	color: #818181;
	font-size: 12px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.met_article .met_infos span {
	padding-right: 6px;
}

.met_article .met_infos a {
	color: #607fa6;
	padding-right: 6px;
}

.met_article .met_editor {
	padding: 0 10px;
}

.met_article .met_editor a {
	background: url(../img/icon_rar.gif) no-repeat center left;
	padding-left: 20px;
	color: #1c57c4;
	font-size: 20px;
	margin-bottom: 60px;
	display: inline-block;
}

.met_tools {
	border-top: 1px solid #ddd;
	margin-top: 30px;
	position: relative;
	padding: 10px 10px 0;
	height: 50px;
	line-height: 50px;
}

.met_tools li {
	float: right;
	line-height: 50px;
	margin-left: 30px;
}

.met_tools li span {
	padding-right: 5px;
	font-size: 18px;
}

.met_tools li a {
	color: #607fa6;
	font-size: 18px;
}

.met_editor h5 {
	color: #333333;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 5px;
}

.met_editor h5 a {
	margin-bottom: 0px !important;
	font-weight: normal;
}

.met_editor p {
	text-indent: 2em;
	line-height: 32px;
}

.download_list {
	padding: 15px;
}

.download_list li {
	margin-bottom: 20px;
}

.download_list li h3 {
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 5px 8px 0;
	line-height: 36px;
}

.download_list li h3 a {
	color: #333;
}

.download_list li .met_list {
	color: #999;
	padding: 8px;
	background: #f7f8fa;
	overflow: hidden;
}

.download_list li .met_list p {
	float: left;
	font-size: 16px;
	line-height: 32px;
}

.download_list li .met_list p span {
	display: inline-block;
	padding-right: 20px;
	color: #999;
	font-size: 16px;
	line-height: 32px;
}

.download_list li .met_list div {
	float: right;
}

.download_list li .met_list div a {
	color: #1c57c4;
	font-size: 16px;
	line-height: 32px;
	display: inline-block;
}

.download_list li .met_list div a.download {
	color: #fa1a1a;
}

.showdownload {
	padding: 15px;
}

.showdownload h1 {
	font-size: 24px;
	padding: 15px 5px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	line-height: 48px;
	font-weight: bold;
}

.paralist {
	background: #8c989f;
	padding: 5px 10px;
	color: #fff;
}

.paralist li {
	padding: 8px 5px;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
}

.paralist li:last-child {
	border-bottom: 0;
}

.paralist li span,
.paralist li i {
	color: #FFFFFF;
	line-height: 40px;
	font-size: 18px;
	margin-right: 20px;
}

.downloadbox {
	display: inline-block;
	background: #23b7e5;
	height: 40px;
	line-height: 40px;
	padding: 0 35px;
	color: #fff;
	border-radius: 5px;
	margin-top: 30px;
	font-size: 18px;
}

.showdownload h3 {
	margin: 30px 0 10px;
	padding: 0 10px;
	font-size: 20px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}

.showdownload .img_list:after {
	display: block;
	content: '';
	clear: both;
}

.showdownload .img_list {
	width: 100%;
	margin: 30px 0;
}

.showdownload .img_list li {
	width: 32%;
	float: left;
	margin-right: 2%;
}

.showdownload .img_list li:last-child {
	margin-right: 0;
}

.showdownload .img_list li img {
	width: 100%;
}

.member h1 i {
	display: inline-block;
	font-size: 30px;
	color: #ddd;
	padding: 0 10px;
	line-height: 100px;
}

.member h1 a {
	display: inline-block;
}

.member h1 span {
	display: inline-block;
	font-size: 22px;
	color: #333;
}

.member .back {
	float: right;
	color: #337ab7;
	line-height: 100px;
	font-size: 20px;
}

.member .back:hover {
	text-decoration: underline;
}

.login_index {
	width: 100%;
	background: url(../img/huiyuanbg.jpg) no-repeat center;
	padding: 100px 0px;
	background-size: 100% auto;
	margin-bottom: 50px;
}

.container {}

.container .frm {
	margin: 0px 10px;
	background-color: rgba(255, 255, 255, .7);
	padding: 30px;
	width: 500px;
}

.container .frm input {
	display: block;
	height: 60px;
	width: 100%;
	line-height: 60px;
	padding: 0 12px;
	font-size: 22px;
	color: #555;
	background-color: #fff;
	margin-bottom: 25px;
}

.container .frm .login_link {
	margin-bottom: 20px;
	height: 43px;
	width: 100%;
	line-height: 43px;
	text-align: right;
}

.container .frm .login_link a {
	color: #337ab7;
	text-decoration: none;
	font-size: 20px;
}

.container .frm .btn_lg {
	display: block;
	width: 100%;
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	height: 55px;
	line-height: 55px;
	font-size: 24px;
}

.game_pic {
	position: relative;
}

.game_pic ul li {
	height: 300px;
	display: none;
}

.game_pic ul li.b1 {
	background: url(../img/game1.jpg) no-repeat center;
	background-size: 100% auto;
}

.game_pic ul li.b2 {
	background: url(../img/game2.png) no-repeat center;
	background-size: 100% auto;
}

.game_pic ul li.current {
	display: block;
}

.game_pic ol {
	position: absolute;
	right: 0;
	bottom: 40px;
	left: 0;
	text-align: center;
}

.game_pic ol li.current {
	background: #FFF;
}

.game_pic ol li {
	display: inline-block;
	margin: 0 6px;
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	border-radius: 12px;
	text-indent: -999em;
	cursor: pointer;
	background: none;
}

.tem_inner_game_notice {
	float: right;
	overflow: hidden;
	width: 45%;
	height: 300px;
	font-size: 0;
	text-align: center;
}

.tem_inner_game_notice h4 {
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	border-bottom: 2px solid #ccc;
}

a.wh {
	display: block;
	line-height: 40px;
	margin-top: 10px;
	height: 40px;
}

.wh b,
.gx b {
	float: left;
	line-height: 40px;
	font-size: 18px;
}

.wh img,
.gx img {
	float: left;
	height: 26px;
	margin-top: 7px;
	margin-right: 8px;
}

.wh i,
.gx i {
	float: right;
	line-height: 40px;
	font-size: 14px;
}

a.gx {
	display: block;
	line-height: 40px;
	margin-top: 10px;
	height: 40px;
}

.more {
	font-size: 16px;
	line-height: 40px;
	color: blue;
	text-decoration: underline;
	display: inline-block;
	margin-top: 10px;
}

.zdcp_icon {
	position: absolute;
	width: 100px;
	top: -38px;
	left: 0px;
}

.item_notice {
	padding: 20px 30px;
	border: 1px solid #666;
	margin-bottom: 40px;
	position: relative;
}

.item_notice .title {
	height: 40px;
	line-height: 40px;
}

.item_notice .title span {
	height: 40px;
	line-height: 40px;
	float: left;
	font-size: 17px;
	font-weight: bold;
}

.item_notice .title i {
	height: 40px;
	line-height: 40px;
	float: right;
}

.item_notice .content {
	line-height: 30px;
}

.whgg,.gxgg {
	position: absolute;
	width: 100px;
	top: -50px;
	right: -50px;
}
.weihu_notice h4{
	text-align: center;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 20px;
}
.weihu_notice p{
       font-size: 16px;
    line-height: 36px;
    width: 60%;
    margin: auto;
}
