﻿@charset "utf-8";

/*  ===== 全局应用 =====*/
* {
	margin: 0px;
	padding: 0px;
	border: none;
	position: relative;
	text-decoration: none;
	list-style-type: none;
}
::selection {
background: #F36;
color: #FFF;
}
div {
	text-shadow: 0px 1px 10px #FFFFFF;
}
a {
	cursor: pointer;
}
a:link {
	color: #0086DB;
}
a:visited {
	color: #0086DB;
}
a:hover {
	color: #D52934;
}
a:active {
	color: #00426C;
}
form input,textarea,select {
	background-color: rgba(255,255,255,0.75);
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.8);
}
form input:hover,textarea:hover,select:hover {
	background-color: rgba(255,255,255,0.95);
	-webkit-box-shadow: 0px 0px 1px 2px rgba(0,134,219,1.00);
	box-shadow: 0px 0px 1px 2px rgba(0,134,219,1.00);
}
.gradient {
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.08) 0%,rgba(0,0,0,0.08) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.08) 0%,rgba(0,0,0,0.08) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.08) 0%,rgba(0,0,0,0.08) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.08) 0%,rgba(0,0,0,0.08) 100%);
}
p img {
	margin-bottom: -0.2em;
}
.webico img {
	width: 16px;
	height: 16px;
	margin: 0px 2px -2px 2px;
}
.warn {
	z-index: 999;
	margin: 0px 30%;
	position: fixed;
	width: 30%;
	background-color: rgba(255,255,255,0.80);
	-webkit-box-shadow: 0px 1px 12px 2px rgba(0,0,0,0.15);
	box-shadow: 0px 1px 12px 2px rgba(0,0,0,0.15);
	font-weight: bold;
	color: #FF0000;
	left: 0px;
	font-size: 1.2em;
	padding: 40px 5%;
	right: 0px;
}
#counter {
	opacity: 0.5;
	cursor: pointer;
	border-radius: 10em;
	width: 20px;
	height: 20px;
	margin: 4px;
	padding: 0px;
	overflow: hidden;
	background-color: rgba(255,255,255,0.40);
	border: 5px solid rgba(255,255,255,0.98);
	position: absolute;
	top: 26px;
	right: 26px;
}
#counter:hover {
	opacity: 1;
	width: 256px;
	height: 20px;
	margin: 0px;
	padding: 8px;
	border: 1px solid rgba(255,255,255,0.98);
}

/*  ===== 全局类样式 =====*/
.ts03 {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.ts1s {
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.wh100 {
	width: 100%;
	height: 100%;
}
.w100 {
	width: 100%;
}
.both {
	clear: both;
}
div.hr {
	margin: -20px auto 0 auto;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.30);
	box-shadow: 0px 1px 0px 0px rgba(0,0,0,0.30);
	height: 22px;
}
.border{
	-webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.30);
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.30);
}

/*  ===== 全局布局栏目 =====*/
body {
	height: 100%;
	width: 100%;
	position: fixed;
}
#body {
	text-align: center;
	padding: 20px;
	font-size: 0.9em;
	color: #000;
	font-family: "微软雅黑", "宋体", Arial, "Times New Roman";
	overflow-x: auto;
	overflow-y: scroll;
	background-color: #F8F8F8;
	background-image: url(../image/bg196082.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	position: absolute;
}
#wrap {
	width: auto;
	height: auto;
	margin: 0px auto;
	padding: 0px 0px;
	border-radius: 40px;
	-webkit-box-shadow: 0px 4px 8px rgba(0,0,0,0.50);
	box-shadow: 0px 4px 8px rgba(0,0,0,0.50);
	max-width: 1300px;
	overflow-x: hidden;
	background-color: rgba(241,241,241,0.90);
	/* [disabled]background-image: url(../image/abg90.png); */
	background-repeat: repeat;
}
header {
	padding: 10px 0 15px 0px;
	min-height: 100px;
	text-align: center;
}
article {
	padding: 60px 0px;
	text-align: center;
}
footer {
	padding: 30px 0px;
	text-align: center;
	min-height: 28px;
}
nav {
	min-height: 64px;
}
nav ul {
	margin: 0px auto;
	min-height: 64px;
	width: 420px;
}
nav ul li {
	line-height: 64px;
	overflow: hidden;
	height: 64px;
	width: 64px;
	border-radius: 10em;
	margin: 0px 10px;
	float: left;
	border: 0px solid #000000;
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.50);
	box-shadow: 0px 2px 6px rgba(0,0,0,0.50);
	background-color: rgba(255,255,255,0.20);
}
nav ul li:hover {
	-webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.70);
	box-shadow: 0px 2px 6px rgba(0,0,0,0.70);
	background-color: rgba(255,255,255,0.30);
}

/*  ===== 置顶层800 =====*/
#apex_box {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.70);
	float: left;
	left: 0px;
	top: 0px;
	z-index: 800;
	bottom: 0px;
	right: 0px;
	text-align: center;
}
#apex_box #apex {
	margin: -160px -160px auto -160px;
	top: 50%;
	left: 50%;
	right: 50%;
	float: left;
	position: absolute;
	width: 320px;
	border-radius: 1.6em;
	background-color: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.9);
	box-shadow: 0px 0px 26px 3px rgba(0,0,0,0.9);
}
#apex_box #apex #apex_off {
	line-height: 50px;
	width: 50px;
	height: 50px;
	margin: -40px -40px auto auto;
	right: 0px;
	float: right;
	position: absolute;
	background-color: rgba(178,178,178,1.00);
	cursor: pointer;
	border-radius: 50%;
	opacity: 0.5;
}
#apex_box #apex #apex_off:hover {
	opacity: 1;
}
#apex_off .icooff { /* 关闭按钮 */
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	background-color: rgba(0,0,0,1.00);
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	float: left;
}

/*  ===== wrap分栏目布局 =====*/
article .workdl {
	margin: 10px 0;
	width: 100%;
	position: static;
	text-align: center;
}
article .workul {
	height: 100%;
	width: 70%;
	margin: -20px 0% 0 0%;
	clear: left;
	padding: 20px 12% 0 18%;
	float: none;
}
article .workul .workli {
	margin: 0 5px 5px 5px;
	/* [disabled]width: 100px; */
	height: 100%;
	float: left;
}
article .workul .lia {
	text-align: center;
	min-height: 20px;
	line-height: 20px;
	padding: 4px;
	border: 1px solid rgba(0,0,0,0.30);
	border-radius: 5px;
}
article .workul .lis {
	text-align: center;
	height: 30px;
	line-height: 30px;
}
article .workul strong {
	width: 100px;
	text-align: center;
	line-height: 100%;
	height: 100%;
	padding: 4px;
	margin: 20px 0;
}
article .img100px  {
	width: 100px;
	text-align: center;
	float: none;
}
article .img100px *  {
	max-height: 80px;
	max-width: 100px;
}
#blog ul li {
	margin: 18px 9%;
	position: relative;
	min-height: 38px;
	text-align: left;
	border-radius: 9px;
	-webkit-box-shadow: 0 2px 6px 1px rgba(0,0,0,0.50);
	box-shadow: 0 2px 6px 1px rgba(0,0,0,0.50);
	padding: 0.4em 0.6em;
}
#blog ul li p {
	float: left;
	font-size: 75%;
	color: #434343;
	min-width: 210px;
	clear: none;
}
#blog ul li span {
	clear: left;
	float: left;
}
#bm_ul {
	margin: 0 10%;
	padding-bottom: 30px;
}
#bm_ul li {
	width: 23%;
	min-width: 130px;
	height: 18px;
	margin: -8px 1% 16px 1%;
	padding: 3px 0;
	border-radius: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	background-color: rgba(255,255,255,0.35);
	-webkit-box-shadow: 0 0px 0px 1px rgba(0,0,0,0.30);
	box-shadow: 0 0px 0px 1px rgba(0,0,0,0.30);
	text-indent: 2px;
	float: left;
}
#bm_ul li:hover {
	background-color: rgba(255,255,255,0.40);
	-webkit-box-shadow: 0 0.5px 0px 1.5px rgba(0,0,0,0.30);
	box-shadow: 0 0.5px 0px 1.5px rgba(0,0,0,0.30);
}
#bm_ul h4 {
	-webkit-box-shadow: 0 1.5px 0px 0px rgba(0,0,0,0.70);
	box-shadow: 0 1.5px 0px 0px rgba(0,0,0,0.70);
	margin: 10px 5% 16px 5%;
	clear: both;
}
#bm #bm_inp_on {
	width: 115px;
	height: 22px;
	line-height: 19.5px;
	margin: 0 auto 0 60px;
	-webkit-box-shadow: 0px 0px 2px 2px rgba(0,134,219,1.00);
	box-shadow: 0px 0px 2px 2px rgba(0,134,219,1.00);
	float: left;
	left: 50%;
	top: -20px;
	border-radius: 1.2em;
	text-align: left;
	text-indent: 5px;
	white-space: nowrap;
	overflow: hidden;
	opacity: 0.7;
	cursor: pointer;
	color: rgba(0,134,219,1.00);
	background-color: rgba(0,134,219,0.15);
}
#bm #bm_inp_on * {
}
#bm #bm_inp_on span{
	font-weight: normal;
	font-size: 0.8em;
}
#bm #bm_inp_on:hover {
	background-color: rgba(114,200,255,0.15);
	-webkit-box-shadow: 0px 0px 3px 2.5px #0086DB;
	box-shadow: 0px 0px 3px 2.5px #0086DB;
	opacity: 1;
}
#bm_form {
	padding: 25px 25px 15px 25px;
	margin: 0px auto;
	width: 270px;
}
#bm_form li {
	margin: 8px auto 22px auto;
	width: 100%;
}
#bm_form .input_text {
	height: 1.4em;
	width: 200px;
	text-align: left;
}
#bm_form textarea.input_text {
	height: 2.8em;
	width: 200px;
	max-width: 200px;
	max-height: 5.6em;
}
#bm_form .input_submit {
	width: 70px;
	height: 30px;
	background-color: rgba(255,255,255,0.75);
	padding: 5px 10px;
	border-radius: 2em;
	-webkit-box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.6);
	box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.6);
	font-weight: bold;
}
#bm_form .input_submit:hover {
	background-color: rgba(255,255,255,0.9);
	-webkit-box-shadow: 0px 1.5px 3px 1.5px rgba(0,0,0,0.6);
	box-shadow: 0px 1.5px 3px 1.5px rgba(0,0,0,0.6);
}
