@charset "utf-8";
@font-face {
 font-family: iconfont;
 src: url(/) format("embedded-opentype"), url(../images/iconfont.woff) format("woff"), url(../images/iconfont.ttf) format("truetype"), url(/) format("svg");
}
.ui-dialog {
	outline: 0px;
	border-radius: 6px;
	border: 1px solid rgb(153, 153, 153);
	transition:transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
	border-image: none;
	color: rgb(51, 51, 51);
	line-height: 1.4285;
	font-family: Helvetica, arial, sans-serif;
	font-size: 14px;
	position: relative;
	opacity: 0;
	transform: scale(0);
	background-clip: padding-box;
	background-color: rgb(255, 255, 255);
	_float: left;
	-webkit-transform: scale(0);
-webkit-transition: -webkit-transform .15s ease-in-out, opacity .15s ease-in-out;
}
.ui-popup-show .ui-dialog {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.ui-popup-focus .ui-dialog {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.ui-popup-modal .ui-dialog {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1), 0px 0px 256px rgba(255, 255, 255, 0.3);
}
.ui-dialog-grid {
	background: none;
	margin: 0px;
	padding: 25px;
	border: 0px currentColor;
	border-image: none;
	width: auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.ui-dialog-header {
	background: none;
	padding: 0px;
	border: 0px currentColor;
	border-image: none;
	text-align: left;
}
.ui-dialog-body {
	background: none;
	padding: 0px;
	border: 0px currentColor;
	border-image: none;
	text-align: left;
}
.ui-dialog-footer {
	background: none;
	padding: 0px;
	border: 0px currentColor;
	border-image: none;
	text-align: left;
}
.ui-dialog-header {
	border-bottom-color: rgb(229, 229, 229);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	white-space: nowrap;
}
.ui-dialog-close {
	background: none;
	padding: 0px 4px;
	border: 0px currentColor;
	border-image: none;
	top: 13px;
	right: 13px;
	color: rgb(0, 0, 0);
	line-height: 1;
	font-size: 21px;
	font-weight: bold;
	float: right;
	position: relative;
	cursor: pointer;
	opacity: 0.2;
	text-shadow: 0px 1px 0px #fff;
	_position: absolute;
	_height: 26px;
	_background: #FFF;
	-webkit-appearance: none;
}
.ui-dialog-close:hover {
	outline: 0px;
	color: rgb(0, 0, 0);
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
}
.ui-dialog-close:focus {
	outline: 0px;
	color: rgb(0, 0, 0);
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
}
.ui-dialog-title {
	margin: 0px;
	padding: 15px;
	line-height: 1.4285;
	overflow: hidden;
	font-weight: bold;
	white-space: nowrap;
	cursor: default;
	-ms-text-overflow: ellipsis;
	min-height: 16.42px;
}
.ui-dialog-body {
	padding: 20px;
	text-align: center;
}
.ui-dialog-content {
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	position: relative;
}
.ui-dialog-footer {
	padding: 0px 20px 20px;
}
.ui-dialog-statusbar {
	padding: 6px 0px;
	color: rgb(136, 136, 136);
	line-height: 1.4285;
	font-size: 14px;
	margin-right: 20px;
	float: left;
	white-space: nowrap;
}
.ui-dialog-statusbar label:hover {
	color: rgb(51, 51, 51);
}
.ui-dialog-statusbar input {
	vertical-align: middle;
}
.ui-dialog-statusbar .label {
	vertical-align: middle;
}
.ui-dialog-button {
	float: right;
	white-space: nowrap;
}
.ui-dialog-footer button + button {
	margin-bottom: 0px;
	margin-left: 5px;
}
.ui-dialog-footer button {
	padding: 6px 12px;
	border-radius: 4px;
	border: 1px solid transparent;
	border-image: none;
	width: auto;
	text-align: center;
	line-height: 1.4285;
	overflow: visible;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0px;
	vertical-align: middle;
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
	-ms-user-select: none;
	background-image: none;
	_margin-left: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.ui-dialog-footer button:focus {
	outline: rgb(51, 51, 51) dotted thin;
	outline-offset: -2px;
}
.ui-dialog-footer button:hover {
	color: rgb(51, 51, 51);
	text-decoration: none;
}
.ui-dialog-footer button:focus {
	color: rgb(51, 51, 51);
	text-decoration: none;
}
.ui-dialog-footer button:active {
	outline: 0px;
	box-shadow: inset 0px 3px 5px rgba(0, 0, 0, 0.125);
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ui-dialog-footer button[disabled] {
	cursor: not-allowed;
	opacity: 0.65;
	pointer-events: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.ui-dialog-footer button {
	border-color: rgb(204, 204, 204);
	color: rgb(51, 51, 51);
	background-color: rgb(255, 255, 255);
}
.ui-dialog-footer button:hover {
	border-color: rgb(173, 173, 173);
	color: rgb(51, 51, 51);
	background-color: rgb(235, 235, 235);
}
.ui-dialog-footer button:focus {
	border-color: rgb(173, 173, 173);
	color: rgb(51, 51, 51);
	background-color: rgb(235, 235, 235);
}
.ui-dialog-footer button:active {
	border-color: rgb(173, 173, 173);
	color: rgb(51, 51, 51);
	background-color: rgb(235, 235, 235);
}
.ui-dialog-footer button:active {
	background-image: none;
}
.ui-dialog-footer button[disabled] {
	border-color: rgb(204, 204, 204);
	background-color: rgb(255, 255, 255);
}
.ui-dialog-footer button[disabled]:hover {
	border-color: rgb(204, 204, 204);
	background-color: rgb(255, 255, 255);
}
.ui-dialog-footer button[disabled]:focus {
	border-color: rgb(204, 204, 204);
	background-color: rgb(255, 255, 255);
}
.ui-dialog-footer button[disabled]:active {
	border-color: rgb(204, 204, 204);
	background-color: rgb(255, 255, 255);
}
.ui-dialog-footer button.ui-dialog-autofocus {
	border-color: rgb(53, 126, 189);
	color: rgb(255, 255, 255);
	background-color: rgb(66, 139, 202);
}
.ui-dialog-footer button.ui-dialog-autofocus:hover {
	border-color: rgb(40, 94, 142);
	color: rgb(255, 255, 255);
	background-color: rgb(50, 118, 177);
}
.ui-dialog-footer button.ui-dialog-autofocus:focus {
	border-color: rgb(40, 94, 142);
	color: rgb(255, 255, 255);
	background-color: rgb(50, 118, 177);
}
.ui-dialog-footer button.ui-dialog-autofocus:active {
	border-color: rgb(40, 94, 142);
	color: rgb(255, 255, 255);
	background-color: rgb(50, 118, 177);
}
.ui-dialog-footer button.ui-dialog-autofocus:active {
	background-image: none;
}
.ui-popup-top-left .ui-dialog {
	top: -8px;
}
.ui-popup-top .ui-dialog {
	top: -8px;
}
.ui-popup-top-right .ui-dialog {
	top: -8px;
}
.ui-popup-bottom-left .ui-dialog {
	top: 8px;
}
.ui-popup-bottom .ui-dialog {
	top: 8px;
}
.ui-popup-bottom-right .ui-dialog {
	top: 8px;
}
.ui-popup-left-top .ui-dialog {
	left: -8px;
}
.ui-popup-left .ui-dialog {
	left: -8px;
}
.ui-popup-left-bottom .ui-dialog {
	left: -8px;
}
.ui-popup-right-top .ui-dialog {
	left: 8px;
}
.ui-popup-right .ui-dialog {
	left: 8px;
}
.ui-popup-right-bottom .ui-dialog {
	left: 8px;
}
.ui-dialog-arrow-a {
	border: 8px dashed transparent;
	border-image: none;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: none;
	position: absolute;
	_color: #FF3FFF;
}
.ui-dialog-arrow-b {
	border: 8px dashed transparent;
	border-image: none;
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: none;
	position: absolute;
	_color: #FF3FFF;
}
.ui-popup-follow .ui-dialog-arrow-a {
	display: block;
}
.ui-popup-follow .ui-dialog-arrow-b {
	display: block;
}
.ui-popup-top-left .ui-dialog-arrow-a {
	bottom: -16px;
	border-top-color: rgb(124, 124, 124);
	border-top-width: 8px;
	border-top-style: solid;
}
.ui-popup-top .ui-dialog-arrow-a {
	bottom: -16px;
	border-top-color: rgb(124, 124, 124);
	border-top-width: 8px;
	border-top-style: solid;
}
.ui-popup-top-right .ui-dialog-arrow-a {
	bottom: -16px;
	border-top-color: rgb(124, 124, 124);
	border-top-width: 8px;
	border-top-style: solid;
}
.ui-popup-top-left .ui-dialog-arrow-b {
	bottom: -15px;
	border-top-color: rgb(255, 255, 255);
	border-top-width: 8px;
	border-top-style: solid;
}
.ui-popup-top .ui-dialog-arrow-b {
	bottom: -15px;
	border-top-color: rgb(255, 255, 255);
	border-top-width: 8px;
	border-top-style: solid;
}
.ui-popup-top-right .ui-dialog-arrow-b {
	bottom: -15px;
	border-top-color: rgb(255, 255, 255);
	border-top-width: 8px;
	border-top-style: solid;
}
.ui-popup-top-left .ui-dialog-arrow-a {
	left: 15px;
}
.ui-popup-top-left .ui-dialog-arrow-b {
	left: 15px;
}
.ui-popup-top .ui-dialog-arrow-a {
	left: 50%;
	margin-left: -8px;
}
.ui-popup-top .ui-dialog-arrow-b {
	left: 50%;
	margin-left: -8px;
}
.ui-popup-top-right .ui-dialog-arrow-a {
	right: 15px;
}
.ui-popup-top-right .ui-dialog-arrow-b {
	right: 15px;
}
.ui-popup-bottom-left .ui-dialog-arrow-a {
	top: -16px;
	border-bottom-color: rgb(124, 124, 124);
	border-bottom-width: 8px;
	border-bottom-style: solid;
}
.ui-popup-bottom .ui-dialog-arrow-a {
	top: -16px;
	border-bottom-color: rgb(124, 124, 124);
	border-bottom-width: 8px;
	border-bottom-style: solid;
}
.ui-popup-bottom-right .ui-dialog-arrow-a {
	top: -16px;
	border-bottom-color: rgb(124, 124, 124);
	border-bottom-width: 8px;
	border-bottom-style: solid;
}
.ui-popup-bottom-left .ui-dialog-arrow-b {
	top: -15px;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-width: 8px;
	border-bottom-style: solid;
}
.ui-popup-bottom .ui-dialog-arrow-b {
	top: -15px;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-width: 8px;
	border-bottom-style: solid;
}
.ui-popup-bottom-right .ui-dialog-arrow-b {
	top: -15px;
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-width: 8px;
	border-bottom-style: solid;
}
.ui-popup-bottom-left .ui-dialog-arrow-a {
	left: 15px;
}
.ui-popup-bottom-left .ui-dialog-arrow-b {
	left: 15px;
}
.ui-popup-bottom .ui-dialog-arrow-a {
	left: 50%;
	margin-left: -8px;
}
.ui-popup-bottom .ui-dialog-arrow-b {
	left: 50%;
	margin-left: -8px;
}
.ui-popup-bottom-right .ui-dialog-arrow-a {
	right: 15px;
}
.ui-popup-bottom-right .ui-dialog-arrow-b {
	right: 15px;
}
.ui-popup-left-top .ui-dialog-arrow-a {
	right: -16px;
	border-left-color: rgb(124, 124, 124);
	border-left-width: 8px;
	border-left-style: solid;
}
.ui-popup-left .ui-dialog-arrow-a {
	right: -16px;
	border-left-color: rgb(124, 124, 124);
	border-left-width: 8px;
	border-left-style: solid;
}
.ui-popup-left-bottom .ui-dialog-arrow-a {
	right: -16px;
	border-left-color: rgb(124, 124, 124);
	border-left-width: 8px;
	border-left-style: solid;
}
.ui-popup-left-top .ui-dialog-arrow-b {
	right: -15px;
	border-left-color: rgb(255, 255, 255);
	border-left-width: 8px;
	border-left-style: solid;
}
.ui-popup-left .ui-dialog-arrow-b {
	right: -15px;
	border-left-color: rgb(255, 255, 255);
	border-left-width: 8px;
	border-left-style: solid;
}
.ui-popup-left-bottom .ui-dialog-arrow-b {
	right: -15px;
	border-left-color: rgb(255, 255, 255);
	border-left-width: 8px;
	border-left-style: solid;
}
.ui-popup-left-top .ui-dialog-arrow-a {
	top: 15px;
}
.ui-popup-left-top .ui-dialog-arrow-b {
	top: 15px;
}
.ui-popup-left .ui-dialog-arrow-a {
	top: 50%;
	margin-top: -8px;
}
.ui-popup-left .ui-dialog-arrow-b {
	top: 50%;
	margin-top: -8px;
}
.ui-popup-left-bottom .ui-dialog-arrow-a {
	bottom: 15px;
}
.ui-popup-left-bottom .ui-dialog-arrow-b {
	bottom: 15px;
}
.ui-popup-right-top .ui-dialog-arrow-a {
	left: -16px;
	border-right-color: rgb(124, 124, 124);
	border-right-width: 8px;
	border-right-style: solid;
}
.ui-popup-right .ui-dialog-arrow-a {
	left: -16px;
	border-right-color: rgb(124, 124, 124);
	border-right-width: 8px;
	border-right-style: solid;
}
.ui-popup-right-bottom .ui-dialog-arrow-a {
	left: -16px;
	border-right-color: rgb(124, 124, 124);
	border-right-width: 8px;
	border-right-style: solid;
}
.ui-popup-right-top .ui-dialog-arrow-b {
	left: -15px;
	border-right-color: rgb(255, 255, 255);
	border-right-width: 8px;
	border-right-style: solid;
}
.ui-popup-right .ui-dialog-arrow-b {
	left: -15px;
	border-right-color: rgb(255, 255, 255);
	border-right-width: 8px;
	border-right-style: solid;
}
.ui-popup-right-bottom .ui-dialog-arrow-b {
	left: -15px;
	border-right-color: rgb(255, 255, 255);
	border-right-width: 8px;
	border-right-style: solid;
}
.ui-popup-right-top .ui-dialog-arrow-a {
	top: 15px;
}
.ui-popup-right-top .ui-dialog-arrow-b {
	top: 15px;
}
.ui-popup-right .ui-dialog-arrow-a {
	top: 50%;
	margin-top: -8px;
}
.ui-popup-right .ui-dialog-arrow-b {
	top: 50%;
	margin-top: -8px;
}
.ui-popup-right-bottom .ui-dialog-arrow-a {
	bottom: 15px;
}
.ui-popup-right-bottom .ui-dialog-arrow-b {
	bottom: 15px;
}
.ui-dialog-loading {
	margin: -16px auto 0px;
	top: 50%;
	width: 32px;
	height: 32px;
	color: rgb(102, 102, 102);
	text-indent: -999em;
	overflow: hidden;
	font-size: 0px;
	vertical-align: middle;
	display: block;
	position: relative;
}
.ui-dialog-loading {
}
.ui-dialog-loading::after {
 margin: 14.5px 0px 0px 14.5px;
border-radius: 100%;
animation:ui-dialog-loading 1.5s linear infinite;
width: 3px;
height: 3px;
position: absolute;
content: "";
box-shadow: 0px -10px 0px 1px #ccc, 10px 0px #ccc, 0px 10px #ccc, -10px 0px #ccc, -7px -7px 0px 0.5px #ccc, 7px -7px 0px 1.5px #ccc, 7px 7px #ccc, -7px 7px #ccc;
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-webkit-animation: ui-dialog-loading 1.5s infinite linear;
}
body {
	margin: 0px;
	padding: 0px;
}
ol {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
}
h5 {
	margin: 0px;
	padding: 0px;
}
h6 {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
th {
	margin: 0px;
	padding: 0px;
}
td {
	margin: 0px;
	padding: 0px;
}
dl {
	margin: 0px;
	padding: 0px;
}
dd {
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	margin: 0px;
	padding: 0px;
}
legend {
	margin: 0px;
	padding: 0px;
}
input {
	margin: 0px;
	padding: 0px;
}
textarea {
	margin: 0px;
	padding: 0px;
}
select {
	margin: 0px;
	padding: 0px;
}
body {
	font: 0.75em/1.5 Arial, Verdana, "Microsoft Yahei", "微软雅黑", "宋体", Helvetica, sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	-webkit-text-size-adjust: 100%;
}
h1 {
	font-weight: 400;
}
h2 {
	font-weight: 400;
}
h3 {
	font-weight: 400;
}
h4 {
	font-weight: 400;
}
h5 {
	font-weight: 400;
}
h6 {
	font-weight: 400;
}
a {
	color: rgb(51, 51, 51);
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
li {
	list-style: none;
}
img {
	border: 0px currentColor;
	border-image: none;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	-ms-word-wrap: break-word;
}
.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.default-article-content {
	text-align: justify;
	font-size: 14px;
}
.default-article-content a {
	color: blue;
}
.default-article-content ul {
	padding-left: 20px;
}
.default-article-content li {
	list-style-type: inherit;
}
.default-article-content h1 {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
.default-article-content h2 {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
.default-article-content h3 {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
.default-article-content h4 {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
.default-article-content h5 {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
.default-article-content h6 {
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 1em;
}
.default-article-content td {
	border: 1px solid rgb(51, 51, 51);
	border-image: none;
}
.default-article-content p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.default-article-content img {
	max-width: 100%;
}
.wp {
	margin: 0px auto;
	width: 1188px;
}
.w960 .wp {
	width: 960px;
}
.w960 .w1188 {
	width: 960px;
}
.l {
	float: left;
}
.left {
	float: left;
}
.r {
	float: right;
}
.right {
	float: right;
}
.cl {
	-ms-zoom: 1;
}
.cl::after {
 height: 0px;
clear: both;
display: block;
visibility: hidden;
content: ".";
}
.s {
	overflow: hidden;
	display: block;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
}
.ispc .mr0 {
	margin-right: 0px !important;
}
.block {
	display: block;
}
.none {
	display: none;
}
#global_showload {
	background: url("../images/showload.gif");
	left: 50%;
	top: 50%;
	width: 130px;
	height: 130px;
	margin-top: -75px;
	margin-left: -75px;
	position: fixed;
	z-index: 1025;
}
.imgloading {
	background: url("../images/load.gif");
	height: 100px;
	margin-top: -100px;
	position: relative;
}
#videoTab #upload {
	display: none;
}
#videoTab .tabhead span {
	display: none;
}
.ueditor_baidumap {
	min-width: 700px;
	max-width: 1188px;
}
.page {
	line-height: 28px;
	font-size: 14px;
}
.page a {
	padding: 0px 12px;
	border-radius: 3px;
	border: 1px solid rgb(222, 222, 222);
	border-image: none;
	margin-top: 8px;
	margin-right: 8px;
	float: left;
	display: block;
}
.page a.a {
	background: rgb(204, 204, 204);
	color: rgb(255, 255, 255);
}
.page a:hover {
	background: rgb(204, 204, 204);
	color: rgb(255, 255, 255);
}
.default-pc-nav-menu {
}
.default-pc-nav-menu li {
	position: relative;
}
.default-pc-nav-menu > li li {
	width: 100%;
	white-space: nowrap;
	position: relative;
}
.default-pc-nav-menu ul {
	display: none;
	position: absolute;
	z-index: 2;
}
.default-pc-nav-menu > li > ul {
	left: 0px;
	top: 100%;
}
.default-pc-nav-menu > li > ul > li > ul {
	left: 100%;
	top: 0px;
}
.default-pc-nav-menu > li {
	float: left;
}
.default-pc-nav-menu li a em {
	display: none;
}
.default-pc-nav-menu > li:hover > ul {
	display: block;
}
.default-pc-nav-menu > li ul > li:hover > ul {
	display: block;
}
.default-pc-links-text {
}
.default-pc-links-text dt {
	float: left;
}
.default-pc-links-text dd {
	float: left;
}
.default-pc-links-pic li {
	float: left;
}
.default-pc-copyright a {
	color: #FFF;
	font-size: 12px;
}
.default-pc-copyright span {
	margin-right: 10px;
	display: inline-block;
	white-space: nowrap;
}
.default-pc-button-publish {
	background: url("../images/publish.png") no-repeat;
	transition:opacity 0.3s;
	padding-left: 21px;
}
.default-pc-button-publish:hover {
	opacity: 0.5;
}
.default-pc-button-edit a {
	color: rgb(204, 204, 204);
	font-size: 14px;
	margin-left: 10px;
}
.default-pc-button-edit a:hover {
	color: rgb(0, 0, 0);
}
.default-bgmp3 {
	left: 30px;
	width: 200px;
	bottom: 60px;
	display: block;
	position: fixed;
	z-index: 999;
	max-width: 30%;
}
.default-bgmp3 audio {
	width: 100%;
	opacity: 0.5;
}
.default-append {
	display: none;
}
.default-slider {
	overflow: auto;
	position: relative;
}
.default-slider li {
	list-style: none;
}
.default-slider ul li {
	width: 100%;
	overflow: hidden;
	float: left;
}
.default-slider ul li img {
	left: 50%;
	height: auto;
	position: relative;
}
.default-slider .dots {
	width: 100%;
	text-align: center;
	bottom: 10px;
	position: absolute;
}
.default-slider .dots li {
	margin: 5px;
	width: 47px;
	height: 12px;
	font-size: 0px;
	display: inline-block;
	cursor: pointer;
	background-color: rgb(255, 255, 255);
}
.default-slider .dots li {
}
.default-slider .dots li.active {
	background-color: rgb(255, 228, 1);
}
.default-slider .next {
	font: 50px/100px Simsun;
	width: 50px;
	height: 100px;
	text-align: center;
	bottom: 50%;
	color: rgb(255, 255, 255);
	margin-bottom: -50px;
	position: absolute;
	font-size-adjust: none;
	font-stretch: normal;
	opacity: 0.7;
}
.default-slider .prev {
	font: 50px/100px Simsun;
	width: 50px;
	height: 100px;
	text-align: center;
	bottom: 50%;
	color: rgb(255, 255, 255);
	margin-bottom: -50px;
	position: absolute;
	font-size-adjust: none;
	font-stretch: normal;
	opacity: 0.7;
}
.default-slider .next:hover {
	background-color: rgb(0, 0, 0);
}
.default-slider .prev:hover {
	background-color: rgb(0, 0, 0);
}
.default-slider .next {
	right: 0px;
}
.default-slider .prev {
	left: 0px;
}
.default-pc-sidebar-dl {
	border: 1px solid rgb(222, 222, 222);
	border-image: none;
}
.default-pc-sidebar-dl dt {
	border-bottom-color: rgb(222, 222, 222);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.default-pc-sidebar-dl dd {
	border-bottom-color: rgb(222, 222, 222);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.default-pc-sidebar-dl dt {
	padding: 0px 28px;
	line-height: 48px;
	display: block;
}
.default-pc-sidebar-dl dd a {
	padding: 0px 28px;
	line-height: 48px;
	display: block;
}
.default-pc-contactcard li {
	background: no-repeat 0px;
	padding-left: 30px;
}
.default-pc-contactcard dd {
	background: no-repeat 0px;
	padding-left: 30px;
}
.default-pc-contactcard .add {
	background-image: url("../images/address.png");
}
.default-pc-contactcard .tel {
	background-image: url("../images/mobile.png");
}
.default-pc-contactcard .email {
	background-image: url("../images/email.png");
}
.default-pc-contactcard .fax {
	background-image: url("../images/weixin.png");
}
.default-slider-2 {
	position: relative;
}
.default-slider-2 .default-slider-box {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.default-slider-2 .next {
	position: absolute;
}
.default-slider-2 .prev {
	position: absolute;
}
.default-slider-2 .dots {
	width: 100%;
	text-align: center;
	bottom: 10px;
	position: absolute;
}
.default-slider-2 .dots span {
	margin: 5px;
	width: 47px;
	height: 12px;
	font-size: 0px;
	display: inline-block;
	cursor: pointer;
	background-color: rgb(255, 255, 255);
}
.default-slider-2 .dots span {
}
.default-slider-2 > .dots > span {
}
.default-slider-2 > .dots > span.active {
	background-color: red;
}
.default-slider-box > ul > li {
	overflow: hidden;
	position: relative;
}
.default-slider-effect-fadeIn > .default-slider-box > ul {
	position: relative;
}
.default-slider-effect-fadeIn > .default-slider-box > ul > li {
	left: 0px;
	top: 0px;
	display: none;
	position: absolute;
}
.default-slider-single > .default-slider-box > ul > li img {
	left: 50%;
	position: relative;
}
.default-slider-direction-left > .default-slider-box > ul > li {
	float: left;
}
.default-slider-direction-left > .next {
	top: 50%;
	color: rgb(255, 255, 255);
	line-height: 90px;
	font-size: 60px;
	margin-top: -45px;
	cursor: pointer;
	opacity: 0.1;
	background-color: rgb(0, 0, 0);
}
.default-slider-direction-left > .prev {
	top: 50%;
	color: rgb(255, 255, 255);
	line-height: 90px;
	font-size: 60px;
	margin-top: -45px;
	cursor: pointer;
	opacity: 0.1;
	background-color: rgb(0, 0, 0);
}
.default-slider-direction-left > .next:hover {
	opacity: 1;
}
.default-slider-direction-left > .prev:hover {
	opacity: 1;
}
.default-slider-direction-left > .next {
	right: 0px;
}
.default-slider-direction-left > .prev {
	left: 0px;
}
.default-slider-direction-left > .thumb {
	padding: 0px 30px;
	left: 50%;
	bottom: 10px;
	overflow: hidden;
	position: absolute;
}
.default-slider-direction-left > .thumb ul > li {
	float: left;
}
.default-slider-direction-left > .thumb ul > li img {
	margin: 5px;
	padding: 5px;
	border: 1px solid rgb(204, 204, 204);
	border-image: none;
	background-color: rgb(255, 255, 255);
}
.default-slider-direction-left > .thumb > .next {
	background: url("../images/slider_thumb_buttom.png") no-repeat;
	width: 20px;
	height: 31px;
	font-size: 0px;
	margin-top: -15px;
}
.default-slider-direction-left > .thumb > .prev {
	background: url("../images/slider_thumb_buttom.png") no-repeat;
	width: 20px;
	height: 31px;
	font-size: 0px;
	margin-top: -15px;
}
.default-slider-direction-left > .thumb > .next {
	background-position: -23px 0px;
	right: 0px;
}
.default-slider-direction-left > .thumb > .prev {
	background-position: 0px 0px;
	left: 0px;
}
.default-slider-direction-left > .thumb > .next:hover {
	background-position-y: -32px;
}
.default-slider-direction-left > .thumb > .prev:hover {
	background-position-y: -32px;
}
.default-slider-direction-left > .thumb > .active {
	background-color: rgb(51, 51, 51);
}
#SetHome {
	cursor: pointer;
}
#collection {
	cursor: pointer;
}
.ispc #diystart {
	padding: 5px 10px;
	border-radius: 0px 0px 10px 10px;
	transition:background 0.5s;
	top: 0px;
	text-align: center;
	right: 50px;
	color: rgb(255, 255, 255);
	display: block;
	position: fixed;
	z-index: 3;
	background-color: rgb(255, 153, 0);
}
.ispc #diystart:hover {
	background-color: rgb(186, 51, 21);
}
.default-article-content object {
	min-height: 500px;
}
.default-article-content video {
	height: auto;
	max-width: 100%;
}
.default-mobile-copyright2 {
	text-align: center;
	color: rgb(80, 80, 80);
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 12px;
	margin-top: 30px;
	background-color: rgb(0, 0, 0);
}
.default-mobile-copyright2 a {
	color: rgb(80, 80, 80);
}
#article-swiper {
	background: rgb(0, 0, 0);
}
#article-swiper .swiper-zoom-container {
	background: rgb(0, 0, 0);
}
#article-swiper .swiper-container {
	width: 100%;
	height: 100%;
}
#article-swiper .swiper-slide {
	background: rgb(0, 0, 0);
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
}
#article-swiper {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 100;
}
#article-swiper #logout {
	background: rgb(0, 122, 255);
	left: 50%;
	width: 72px;
	height: 32px;
	bottom: 40px;
	color: rgb(250, 250, 250);
	display: flex;
	position: absolute;
	z-index: 100;
	transform: translateX(-50%);
	justify-content: center;
	align-items: center;
}
.back000 {
	background-color: rgb(0, 0, 0);
}
body {
	background: rgb(255, 255, 255);
}
.banner_box {
	overflow: hidden;
	position: relative;
	max-height: 937px;
}
.nav_box {
	padding: 25px 100px;
	left: 0px;
	top: 0px;
	width: calc(100% - 200px);
	position: absolute;
}
.nav_box img {
	width: auto;
	max-height: 60px;
}
.nav01 li {
	margin: 10px 25px;
	padding: 10px;
	text-align: center;
}
.w960 .nav01 li {
	margin: 10px 15px;
}
.nav01 li span {
	transition:0.2s;
	width: 100%;
	height: 22px;
	color: rgb(255, 255, 255);
	line-height: 20px;
	font-size: 16px;
	display: block;
}
.nav01 li em {
	width: 100%;
	height: 18px;
	color: rgb(204, 204, 204);
	line-height: 18px;
	font-size: 12px;
	display: block !important;
}
.nav01 li ul li em {
	display: none !important;
}
.nav01 li a:hover span {
	color: rgb(247, 1, 6);
}
.banner01 .dots {
	left: 5%;
	width: 3px;
	text-align: right;
	bottom: 50%;
}
.banner01 .dots span {
	background: url("../images/bannernav1.png") no-repeat center;
	margin: 0px !important;
	width: 20px;
	height: 30px;
	display: block;
	opacity: 0.5;
}
.banner01 .dots span.active {
	background: url("../images/bannernav.png") no-repeat center;
	width: 60px;
	height: 30px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 31px;
	text-indent: 27px;
	font-size: 12px;
	border-bottom-color: currentColor;
	border-bottom-width: medium;
	border-bottom-style: none;
	opacity: 1;
}
.gnav {
	padding: 20px 100px;
}
.gnav img {
	width: auto;
	max-height: 60px;
}
.gnav .nav01 li {
	margin: 0px 25px;
}
.w960 .gnav .nav01 li {
	margin: 0px 15px;
}
.gnav .nav01 li span {
	color: rgb(0, 0, 0);
}
.nav01 li ul {
	background: rgb(249, 249, 249);
	padding: 0px;
	transition:0.3s;
	width: auto;
	margin-top: 0px;
	display: block;
	z-index: -1;
	opacity: 0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-o-transform: translateY(50px);
}
.nav01 li:hover ul {
	z-index: 1;
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
}
.nav01 li ul li {
	background: rgb(249, 249, 249) !important;
	margin: auto !important;
	padding: 0px 25px;
	width: auto;
	border-top-color: rgb(238, 238, 238);
	border-top-width: 1px;
	border-top-style: solid;
}
.nav01 li ul li {
	padding: 0px 30px;
}
.nav01 li:hover ul a {
	color: rgb(102, 102, 102);
}
.nav_box .nav01 li.a ul a {
	color: rgb(102, 102, 102);
}
.nav01 li ul li a {
	background: url("../images/go01.png") no-repeat right / 0px;
	transition:0.3s;
	line-height: 40px;
	padding-right: 60px;
	font-size: 14px;
	display: block;
}
.nav01 li ul li:hover a {
	color: rgb(51, 51, 51);
	padding-right: 50px;
	padding-left: 10px;
	background-size: 10px;
}
.nav01 li ul li:last-child {
	padding-right: 30px;
}
.nav01 li ul li span {
	height: 36px;
	color: rgb(102, 102, 102) !important;
	line-height: 36px;
	font-size: 14px;
}
.nybanner {
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	max-width: calc(100% - 120px);
}
.nybanner img {
	width: auto;
	height: 400px;
}
.nybanner .nytit {
	left: 50%;
	text-align: left;
	bottom: 120px;
	color: rgb(255, 255, 255);
	margin-left: -534px;
	position: absolute;
}
.nybanner .nytit span.xian {
	background: rgb(154, 5, 5);
	margin: 15px 0px;
	width: 40px;
	height: 3px;
	float: left;
	display: block;
}
.nybanner .nytit h1 {
	width: 100%;
	text-transform: uppercase;
	font-size: 32px;
	float: left;
}
.nybanner .nytit h2 {
	width: 100%;
	font-size: 18px;
	float: left;
}
.default-mod-add .nytit {
	display: none;
}
.default-api-diy .nytit {
	display: none;
}
.about {
	padding: 120px 0px;
	position: relative;
}
.about span.bg {
	background: rgb(154, 5, 5);
	left: 0px;
	top: 80px;
	width: 620px;
	height: 420px;
	position: absolute;
}
.ab_l {
	width: 45%;
	position: relative;
	z-index: 1;
}
.ab_l a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}
.ab_l a:hover img {
	transform: scale(1.08);
}
.ab_l img {
	transition:0.6s;
	width: 100%;
	height: auto;
}
.ab_r {
	width: 44%;
	margin-top: -15px;
	position: relative;
	z-index: 1;
}
.ab_r li {
	transition:0.4s;
	margin-bottom: 60px;
	position: relative;
}
.ab_r li h3 {
	color: rgb(0, 0, 0);
	line-height: 20px;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
.ab_r li h4 {
	color: rgb(102, 102, 102);
	text-transform: uppercase;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	float: left;
}
.ab_r li p {
	width: 100%;
	color: rgb(51, 51, 51);
	line-height: 24px;
	overflow: hidden;
	font-size: 13px;
	margin-top: 10px;
	float: left;
	max-height: 46px;
}
.ab_r li span {
	background: rgb(154, 5, 5);
	left: -40px;
	top: 9px;
	width: 30px;
	height: 2px;
	display: block;
	position: absolute;
}
.ab_r li:last-child {
	margin-bottom: 0px;
}
.ab_r li:hover {
	transform: translateX(-15px);
}
.case {
	padding-top: 80px;
	padding-bottom: 50px;
}
.case .tit01 div {
	width: 40%;
}
.case .tit01 div h1 {
	color: rgb(51, 51, 51);
	line-height: 24px;
	font-size: 18px;
	font-weight: bold;
	float: left;
}
.case .tit01 div h2 {
	color: rgb(154, 5, 5);
	line-height: 14px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 10px;
	float: left;
}
.case .tit01 div h3 {
	width: 100%;
	color: rgb(102, 102, 102);
	line-height: 16px;
	font-size: 12px;
	margin-top: 6px;
	float: left;
}
.case .tit01 ul li {
	margin: 15px 0px 15px 40px;
	line-height: 16px;
	font-size: 14px;
	float: left;
}
.case .tit01 ul li a {
	transition:0.2s;
	color: rgb(102, 102, 102);
}
.case .tit01 ul li:first-child a {
	color: rgb(154, 5, 5);
}
.case .tit01 ul li a:hover {
	color: rgb(154, 5, 5);
}
.case01 {
	margin-top: 40px;
}
.case01 li {
	width: 31.3%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
.case01 li a {
	display: block;
}
.case01 li .case_img {
	width: 100%;
	overflow: hidden;
}
.case01 li img {
	transition:0.4s;
	width: 100%;
	height: auto;
	border-radius: 5px 5px 5px 5px;
}
.case01 li:hover img {
	transform: scale(1.06);
}
.case01 li .case_t {
	padding: 10px 0px;
	transition:0.4s;
}
.case01 li:hover .case_t {
	background: rgb(255, 255, 255);
}
.case01 li .case_t div {
	transition:0.4s;
	float: left;
	max-width: 70%;
}
.case01 li:hover .case_t div {
	margin-left: 15px;
}
.case01 li .case_t div h3 {
	color: rgb(51, 51, 51);
	line-height: 25px;
	font-size: 16px;
}
.case01 li .case_t div h4 {
	color: rgb(153, 153, 153);
	line-height: 14px;
	font-size: 12px;
}
.case01 li .case_t span {
	background: url("../images/more01.png") no-repeat center / 20px rgb(255, 255, 255);
	border-radius: 16px;
	transition:0.4s;
	width: 32px;
	height: 32px;
	float: right;
	display: block;
	opacity: 0;
}
.case01 li:hover .case_t span {
	margin-right: 15px;
	opacity: 1;
	box-shadow: 0px 0px 10px -1px #ccc;
}
.ban01 {
	margin-bottom: 80px;
}
.ban01 a {
	overflow: hidden;
	display: block;
}
.ban01 img {
	transition:0.8s;
	width: 100%;
	height: auto;
}
.ban01:hover img {
	transform: scale(1.06);
}
.news .tit02 {
	margin-bottom: 40px;
}
.news .tit02 div {
	float: left;
}
.news .tit02 div h1 {
	color: #1776B2;
	text-transform: uppercase;
	line-height: 24px;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
.news .tit02 div h2 {
	color: rgb(0, 0, 0);
	line-height: 18px;
	font-size: 18px;
}
.news .tit02 a {
	background: url("../images/more02.png") no-repeat left rgb(255, 255, 255);
	margin: 18px 0px;
	transition:0.4s;
	width: 110px;
	text-align: right;
	color: rgb(154, 5, 5);
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	float: right;
}
.news .tit02 a:hover {
	width: 120px;
	color: rgb(69, 104, 206);
}
.news01 dt {
	width: 100%;
	margin-bottom: 30px;
}
.news01 a {
	display: block;
	position: relative;
}
.news01 dt img {
	width: 48%;
	height: auto;
	float: left;
}
.news01 dt div {
	width: 48%;
	margin-top: 20px;
	float: right;
}
.news01 dt div:hover h3 {
	color: rgb(154, 5, 5);
}
.news01 div h4 {
	transition:0.4s;
	color: rgb(102, 102, 102);
	line-height: 14px;
	font-size: 12px;
}
.news01 div ins {
	background: rgb(154, 5, 5);
	margin: 25px 0px;
	width: 24px;
	height: 3px;
	display: block;
}
.news01 div h3 {
	transition:0.4s;
	color: rgb(0, 0, 0);
	font-size: 16px;
	margin-bottom: 10px;
}
.news01 div p {
	transition:0.4s;
	color: rgb(102, 102, 102);
	line-height: 24px;
	overflow: hidden;
	font-size: 12px;
	max-height: 70px;
}
.news01 div span {
	background: url("../images/more03.png") no-repeat right;
	transition:0.3s;
	width: 115px;
	color: rgb(0, 58, 88);
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	margin-top: 40px;
	display: block;
}
.news01 div span:hover {
	width: 122px;
}
.news01 dd {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 0px;
	float: left;
}
.news01 dd img {
	width: 100%;
	height: auto;
}
.news01 dd div {
	background: rgb(242, 242, 242);
	padding: 0px 30px;
	transition:0.4s;
	left: 0px;
	top: 0px;
	width: calc(100% - 60px);
	height: 100%;
	position: absolute;
}
.news01 dd div h3 {
	margin-bottom: 5px;
}
.news01 dd div h4 {
	margin-top: 30px;
	margin-bottom: 15px;
}
.news01 dd div p {
	line-height: 18px;
	max-height: 18px;
}
.news01 dd div span {
	margin-top: 30px;
}
.news01 dd:hover div {
	background: rgba(154, 5, 5, 0.5);
}
.news01 dd:hover div h4 {
	color: rgb(204, 204, 204);
}
.news01 dd:hover div p {
	color: rgb(204, 204, 204);
}
.news01 dd:hover div h3 {
	color: rgb(255, 255, 255);
}
.news01 dd:hover div span {
	background: url("../images/more04.png") no-repeat right;
	color: rgb(255, 255, 255);
}
.partner {
	margin-top: 80px;
	margin-bottom: 70px;
}
.partner .tit03 {
	text-align: center;
	margin-bottom: 40px;
}
.partner .tit03 h1 {
	color: rgb(0, 58, 88);
	text-transform: uppercase;
	font-size: 26px;
	font-weight: bold;
}
.partner .tit03 h2 {
	color: rgb(0, 0, 0);
	line-height: 18px;
	font-size: 18px;
}
.partner ul li {
	width: 15.75%;
	margin-right: 1.1%;
	margin-bottom: 1.1%;
	float: left;
}
.partner ul li a {
	transition:0.3s;
	display: block;
}
.partner ul li a:hover {
	opacity: 0.7;
}
.partner ul li img {
	width: 100%;
	height: auto;
}
.online {
	text-align: center;
	overflow: hidden;
	position: relative;
	max-width: 100%;
}
.online img {
	width: 1920px;
	height: auto;
}
.online .message01 {
	background: rgb(255, 255, 255);
	padding: 40px 50px;
	border-radius: 4px;
	left: calc(50% - 300px);
	top: 40px;
	width: 500px;
	position: absolute;
}
.message01 label {
	display: none;
}
.message01 h4 {
	text-align: center;
	color: rgb(51, 51, 51);
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.message01 .default-form-item {
	width: 48%;
	margin-bottom: 10px;
	margin-left: 4%;
	float: left;
}
.message01 .default-form-item input {
	background: rgb(242, 242, 242);
	padding: 0px 10px;
	border: currentColor;
	border-image: none;
	width: calc(100% - 20px);
	height: 34px;
	line-height: 34px;
	outline-color: rgba(0, 0, 0, 0);
}
.message01 .default-form-item textarea {
	background: rgb(242, 242, 242);
	padding: 0px 10px;
	border: currentColor;
	border-image: none;
	width: calc(100% - 20px);
	height: 34px;
	line-height: 34px;
	outline-color: rgba(0, 0, 0, 0);
}
.message01 :first-child.default-form-item {
	margin-left: 0px;
}
.message01 :last-child.default-form-item {
	margin-left: 0px;
}
.message01 :last-child.default-form-item {
	width: 100%;
}
.message01 .default-form-item textarea {
	height: 68px;
}
.message01 input[type='submit'] {
	background: rgb(173, 4, 4);
	border: currentColor;
	transition:0.3s;
	border-image: none;
	width: 100%;
	height: 34px;
	color: rgb(255, 255, 255);
	line-height: 34px;
	cursor: pointer;
	outline-color: rgba(0, 0, 0, 0);
}
.message01 input[type='submit']:hover {
	opacity: 0.7;
}
.contact {
	display: none;
}
.contactus {
	background: rgb(54, 54, 54);
	padding-top:30px;
	padding-bottom:20px;
	border-bottom-color: rgb(68, 68, 68);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.contactus .contl h3 {
	color: rgb(255, 255, 255);
	font-size: 16px;
	margin-bottom: 10px;
}
.contactus .contl p {
	color: rgb(153, 153, 153);
	font-size: 14px;
}
.contactus .contl ul {
	margin-top: 10px;
}
.contactus .contl ul li {
	margin: auto 20px;
	float: left;
}
.contactus .contl ul li:first-child {
	margin-left: 0px;
}
.w960 .contactus .contl ul li {
	margin: auto 15px;
}
.w960 .contactus .contl ul li:first-child {
	margin-left: 0px;
}
.contactus .contl ul li a {
	color: rgb(255, 255, 255);
	font-size: 14px;
}
.contactus .contl ul li a:hover {
	color: rgb(173, 4, 4);
}
.contactus .contr div {
	width: 120px;
	text-align: center;
	margin-left: 60px;
	float: right;
}
.w960 .contactus .contr div {
	width: 110px;
	margin-left: 40px;
}
.contactus .contr img {
	width: 100%;
	height: auto;
}
.contactus .contr h4 {
	color: rgb(153, 153, 153);
	font-size: 12px;
}
.r_gd {
	top: 40%;
	right: 0px;
	position: fixed;
}
.r_gd li {
	background: rgb(154, 5, 5);
	border-radius: 4px 0px 0px 4px;
	width: 42px;
	height: 42px;
	margin-bottom: 1px;
	position: relative;
}
.r_gd li:last-child {
	border: currentColor;
	border-image: none;
}
.r_gd li a {
	border-radius: 4px 0px 0px 4px;
	transition:0.2s;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	z-index: 2;
}
.r_gd li a:hover {
	opacity: 0.8;
}
.r_gd li.r_wx a {
	background: url("../images/rf01.png") no-repeat center / 24px rgb(154, 5, 5);
}
.r_gd li.r_qq a {
	background: url("../images/rf02.png") no-repeat center / 24px rgb(154, 5, 5);
}
.r_gd li.r_tel a {
	background: url("../images/rf03.png") no-repeat center / 24px rgb(154, 5, 5);
}
.r_gd li.top a {
	background: url("../images/s-top.png") no-repeat center / 20px rgb(154, 5, 5);
}
.r_gd li h3 {
	background: rgb(136, 3, 3);
	transition:0.3s;
	left: 10px;
	top: 0px;
	width: 180px;
	height: 42px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 42px;
	padding-right: 2px;
	font-size: 16px;
	position: absolute;
}
.r_gd li.r_tel:hover h3 {
	left: -180px;
}
.ewm_box {
	background: rgba(0, 0, 0, 0.5);
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	z-index: 3;
}
.erweima {
	left: calc(50% - 120px);
	top: 35%;
	width: 260px;
	height: 260px;
	position: absolute;
}
.ewm_box img {
	width: 100%;
	height: auto;
}
.ewm_box ins {
	background: url("../images/close.png") no-repeat center / 100%;
	border-radius: 12px;
	top: -12px;
	width: 24px;
	height: 24px;
	right: -12px;
	display: block;
	position: absolute;
	cursor: pointer;
	box-shadow: 2px 2px 14px #333;
}
.pub01 {
	text-align: right;
	margin-bottom: 6px;
}
.l_news {
	margin-top: 60px;
	margin-bottom: 100px;
}
.lnew li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
.lnew li a {
	display: block;
}
.lnew li span {
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
	display: block;
}
.lnew li img {
	transition:0.4s;
	width: 100%;
	height: auto;
}
.lnew li:hover img {
	transform: scale(1.07);
}
.lnew li h3 {
	transition:0.4s;
	color: rgb(51, 51, 51);
	font-size: 15px;
	margin-bottom: 10px;
}
.lnew li p {
	color: rgb(136, 136, 136);
	line-height: 22px;
	overflow: hidden;
	font-size: 12px;
	margin-bottom: 30px;
	max-height: 44px;
}
.lnew li div {
	width: 100%;
	padding-top: 15px;
	border-top-color: rgb(221, 221, 221);
	border-top-width: 1px;
	border-top-style: solid;
	position: relative;
}
.lnew li div h4 {
	transition:0.4s;
	color: rgb(153, 153, 153);
	font-family: "Arial";
	font-size: 16px;
}
.lnew li div ins {
	background: rgb(154, 5, 5);
	transition:0.4s;
	left: 0px;
	top: -1px;
	width: 50%;
	height: 1px;
	display: block;
	position: absolute;
	z-index: 2;
	opacity: 0;
}
.lnew li:hover div ins {
	width: 100%;
	opacity: 1;
}
.lnew li:hover div h4 {
	color: rgb(154, 5, 5);
}
.lnew li:hover h3 {
	color: rgb(154, 5, 5);
}
.page {
	margin-top: 30px;
}
.page a {
	padding: 0px 11px;
	transition:0.1s;
}
.page a.a {
	background: rgb(173, 4, 4);
	border: 1px solid rgb(173, 4, 4);
	border-image: none;
}
.page a:hover {
	background: rgb(173, 4, 4);
	border: 1px solid rgb(173, 4, 4);
	border-image: none;
}
.listnav {
	width: 100%;
	margin-top: 20px;
	float: left;
}
.listnav li {
	margin-right: 20px;
	float: left;
}
.listnav li a {
	padding: 0px 15px;
	border: 1px solid rgb(255, 255, 255);
	transition:0.3s;
	border-image: none;
	color: rgb(255, 255, 255);
	line-height: 34px;
	font-size: 14px;
	display: block;
}
.listnav li:hover a {
	background: rgb(255, 255, 255);
	color: rgb(173, 4, 4);
}
.listnav li.a a {
	background: rgb(255, 255, 255);
	color: rgb(173, 4, 4);
}
.listnav li span {
	display: none;
}
.v_news {
	margin-bottom: 100px;
}
.vnew01 {
	width: 70%;
}
.elsenew {
	width: 25%;
}
.pox01 {
	color: rgb(136, 136, 136);
	margin-bottom: 60px;
}
.pox01 a {
	color: rgb(136, 136, 136);
}
.pox01 a:last-child {
	color: rgb(173, 4, 4);
}
.pox01 a:hover {
	color: rgb(173, 4, 4);
}
.vnew01 h1 {
	margin-bottom: 10px;
}
.look {
	width: 100%;
	color: rgb(136, 136, 136);
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-color: rgb(238, 238, 238);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.look em {
	color: rgb(136, 136, 136);
	font-size: 12px !important;
	font-style: normal;
	margin-right: 2px;
}
.next01 {
	color: rgb(102, 102, 102);
	margin-top: 30px;
}
.next01 p {
	font-size: 12px;
	margin-top: 5px;
}
.next01 a {
	color: rgb(102, 102, 102);
}
.next01 a:hover {
	color: rgb(173, 4, 4);
}
.elsenew dt h3 {
	color: rgb(51, 51, 51);
	padding-bottom: 15px;
	font-size: 16px;
	border-bottom-color: rgb(238, 238, 238);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.elsenew dd {
	padding: 15px 0px;
	border-bottom-color: rgb(238, 238, 238);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.elsenew dd:last-child {
	border: currentColor;
	border-image: none;
}
.elsenew dd h3 {
	transition:0.3s;
	color: rgb(51, 51, 51);
	font-size: 14px;
}
.elsenew dd h3:hover {
	color: rgb(173, 4, 4);
}
.l_show {
	margin-top: 60px;
	margin-bottom: 100px;
}
.lshow li {
	background: rgb(245, 245, 245);
	transition:0.4s;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
.lshow li:hover {
	background: rgb(255, 255, 255);
	box-shadow: 0px 0px 16px 1px #ccc;
}
.lshow li a {
	display: block;
}
.lshow li span {
	width: 100%;
	overflow: hidden;
	display: block;
}
.lshow li img {
	transition:0.4s;
	width: 100%;
	height: auto;
}
.lshow li div {
	width: 80%;
	text-align: center;
	margin-left: 10%;
}
.lshow li h3 {
	transition:0.4s;
	color: rgb(51, 51, 51);
	font-size: 15px;
	margin-top: 20px;
}
.lshow li ins {
	background: rgb(173, 4, 4);
	margin: 10px auto;
	transition:0.4s;
	width: 40px;
	height: 1px;
	display: block;
}
.lshow li h4 {
	transition:0.4s;
	color: rgb(119, 119, 119);
	font-size: 12px;
	margin-bottom: 20px;
}
.lshow li:hover ins {
	width: 100%;
}
.lshow li:hover h3 {
	color: rgb(173, 4, 4);
	transform: translateY(-5px);
}
.lshow li:hover h4 {
	transform: translateY(5px);
}
.vshow {
	margin-bottom: 100px;
}
.vshow h1 {
	text-align: center;
	padding-bottom: 30px;
	border-bottom-color: rgb(238, 238, 238);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.introduce {
	padding: 40px 80px;
	width: calc(100% - 160px);
	border-bottom-color: rgb(238, 238, 238);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.introduce .in01 {
	width: 20%;
}
.introduce .in01 h2 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}
.introduce .in01 h3 {
	color: rgb(102, 102, 102);
	font-size: 12px;
}
.introduce .in02 {
	width: 25%;
	margin-left: 5%;
}
.introduce .in02 h3 {
	color: rgb(102, 102, 102);
	font-size: 13px;
	margin-bottom: 5px;
}
.introduce p {
	width: 45%;
	color: rgb(102, 102, 102);
	line-height: 24px;
	font-size: 13px;
	float: right;
}
.article01 {
	padding: 30px 80px;
	width: calc(100% - 160px);
}
.l_partner {
	margin-top: 60px;
	margin-bottom: 100px;
}
.lpartner li {
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
.lpartner li a {
	display: block;
}
.lpartner li span {
	border: 1px solid rgb(238, 238, 238);
	transition:0.4s;
	border-image: none;
	width: 100%;
	display: block;
	box-sizing: border-box;
	opacity: 0.5;
}
.lpartner li:hover span {
	border: 1px solid rgb(255, 255, 255);
	border-image: none;
	opacity: 1;
	box-shadow: 0px 0px 16px 0px #ccc;
}
.lpartner li span img {
	transition:0.4s;
	width: 100%;
	height: auto;
	-moz-filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.lpartner li:hover span img {
	-moz-filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
.lpartner li h3 {
	text-align: center;
	color: rgb(102, 102, 102);
	font-size: 12px;
	margin-top: 10px;
}
.labout {
	margin-top: 100px;
	margin-bottom: 100px;
}
.lab01 li {
	width: 33.33%;
	text-align: center;
	float: left;
}
.lab01 li h3 {
	color: rgb(111, 111, 111);
	line-height: 54px;
	font-family: "Times New Roman";
	font-size: 72px;
}
.lab01 li h3 em {
	font-family: "微软雅黑";
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}
.lab01 li h4 {
	color: rgb(111, 111, 111);
	font-size: 16px;
}
.lab01 li h5 {
	color: rgb(204, 204, 204);
	font-size: 12px;
	margin-top: 5px;
}
.lab01 li.labimg {
	width: 100%;
	margin-top: 80px;
}
.lab01 li.labimg img {
	width: 100%;
	height: auto;
}
.lab02 {
	background: rgb(245, 245, 245);
	margin: 80px auto;
	padding: 80px 0px;
}
.lab02 li {
	width: 32%;
	margin-right: 2%;
	float: left;
}
.lab02 li h3 {
	color: rgb(111, 111, 111);
	line-height: 34px;
	font-size: 36px;
	float: left;
}
.lab02 li h4 {
	color: rgb(68, 68, 68);
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 15px;
	float: left;
}
.lab02 li p {
	width: 100%;
	color: rgb(153, 153, 153);
	line-height: 24px;
	padding-top: 30px;
	font-size: 13px;
	margin-top: 30px;
	border-top-color: rgb(224, 224, 224);
	border-top-width: 1px;
	border-top-style: dotted;
	float: left;
}
.lab02 li:last-child {
	margin-right: 0px;
}
.lab03 {
	text-align: center;
}
.lab03 h1 {
	color: rgb(0, 0, 0);
	font-size: 24px;
}
.lab03 h2 {
	color: rgb(153, 153, 153);
	font-size: 14px;
}
.lab03 p {
	margin: 40px auto 40px 10%;
	width: 80%;
	color: rgb(119, 119, 119);
	line-height: 28px;
	font-size: 14px;
}
.lab03 a {
	background: rgb(173, 4, 4);
	margin: auto;
	transition:0.3s;
	width: 110px;
	color: rgb(255, 255, 255);
	line-height: 34px;
	font-size: 12px;
	display: block;
}
.lab03 a:hover {
	opacity: 0.7;
}
.vabout {
	margin: 60px auto 100px;
	width: 900px;
}
.vabout h1 {
	background: rgb(245, 245, 245);
	padding: 20px 0px;
	text-align: center;
	font-size: 22px;
	margin-bottom: 40px;
}
.vabout .article01 {
	padding: 0px;
	width: 100%;
}
@media screen and (max-width:1024px) {
header h1 a span {
 display: none;
}
.nav_box {
 display: none;
}
.about span.bg {
 display: none;
}
.ab_l {
 display: none;
}
.nav-click {
 width: 48px;
right: 0px;
color: rgb(0, 0, 0);
line-height: 42px;
font-size: 30px;
}
.banner01 .dots {
 bottom: 40%;
}
.banner01 .dots span.active {
 height: 16px;
line-height: 16px;
}
header .bg {
 background: rgb(255, 255, 255);
opacity: 1;
box-shadow: 0px 0px 10px -3px #ccc;
}
.about {
 display: none;
}
.tit01 ul {
 display: none;
}
.case {
 background: rgb(255, 255, 255);
padding-top: 50px;
}
.case01 li {
 margin: auto 1% 20px;
width: 48%;
}
.case .tit01 div {
 width: 98%;
margin-left: 1%;
}
.case01 li:hover .case_t div {
 width: 100%;
}
.case01 li:hover .case_t div {
 margin-left: 0px;
}
.case01 li:hover .case_t span {
 margin-right: 15px;
display: none;
}
.case01 li .case_t {
 padding: 0px;
margin-top: 10px;
}
.ban01 {
 display: none;
}
.news01 div h4 {
 display: none;
}
.news01 div ins {
 display: none;
}
.news .tit02 div h1 {
 line-height: 16px;
font-size: 18px;
}
.news .tit02 div h2 {
 line-height: 10px;
font-size: 14px;
}
.news .tit02 a {
 margin: 0px;
width: 105px;
}
.news01 dt img {
 width: 100%;
}
.news01 dt div {
 width: 100%;
}
.news01 div p {
 height: 44px;
line-height: 22px;
}
.news01 div span {
 margin-top: 20px;
}
.news01 dd {
 background: rgb(255, 255, 255);
margin: auto auto 10px;
width: 100%;
border-top-color: rgb(238, 238, 238);
border-top-width: 1px;
border-top-style: solid;
}
.news01 dd img {
 display: none;
}
.news01 dd div {
 background: rgb(249, 249, 249);
padding: 20px 10px;
width: calc(100% - 20px);
position: inherit;
}
.news01 div h3 {
 font-size: 14px;
}
.news01 dd div span {
 margin-top: 15px;
}
.news01 div span {
 width: 105px;
font-size: 12px;
}
.partner {
 margin-top: 50px;
margin-bottom: 60px;
}
.partner .tit03 h1 {
 font-size: 20px;
}
.partner .tit03 h2 {
 font-size: 15px;
}
.partner ul li {
 margin: auto 1% 1%;
width: 31.33%;
}
.labout {
 margin-top: 60px;
}
.lab01 li {
 width: 100%;
margin-bottom: 40px;
}
.lab01 li.labimg {
 width: 100%;
height: 300px;
text-align: center;
overflow: hidden;
margin-top: 15px;
margin-bottom: 0px;
position: relative;
}
.lab01 li.labimg img {
 margin: auto auto auto -424px;
left: 50%;
width: 848px;
position: absolute;
max-width: none;
}
.lab02 li {
 width: 100%;
margin-right: 0px;
margin-bottom: 40px;
}
.lab02 li:last-child {
 margin-bottom: 0px;
}
.lab02 li p {
 padding-top: 20px;
margin-top: 20px;
}
.lab02 {
 margin: 60px auto;
padding: 50px 0px;
}
.lab03 p {
 margin: 30px auto 30px 2%;
width: 96%;
color: rgb(119, 119, 119);
line-height: 28px;
font-size: 12px;
}
.lab03 h1 {
 font-size: 22px;
}
.lab03 h2 {
 font-size: 12px;
}
.otherlist {
 display: none;
}
.ismobile article h3 {
 margin-top: 20px;
}
.default-mobile-list-cats {
 border: 1px solid rgb(224, 224, 224);
border-image: none;
margin-top: 30px;
}
.default-mobile-list-cats h3 {
 line-height: 25px;
font-size: 16px;
}
.default-mobile-list-cats h3 em {
 margin-top: 11px;
}
.default-mobile-list-cats nav ul li a {
 line-height: 40px;
font-size: 16px;
}
.default-mobile-list-cats ul {
 margin-top: 8px;
}
.ismobile article nav {
 margin: 20px auto 60px;
}
.ismobile article nav p {
 font-size: 12px;
}
.l_news {
 margin-top: 40px;
margin-bottom: 60px;
}
.lnew li {
 margin: auto 1% 20px;
width: 48%;
}
.lnew li span {
 margin-bottom: 25px;
}
.lnew li p {
 margin-bottom: 20px;
}
.lnew li h3 {
 margin-bottom: 6px;
}
.lnew li div {
 padding-top: 6px;
}
.lnew li div h4 {
 font-size: 14px;
}
.lnew li:hover h3 {
 color: rgb(51, 51, 51);
}
.lnew li:hover div h4 {
 color: rgb(153, 153, 153);
}
.lnew li:hover div ins {
 opacity: 0;
}
.default-article-content {
 overflow: hidden;
max-width: 100%;
}
}
@media screen and (max-width:480px) {
.lnew li {
 margin: auto auto 20px;
width: 100%;
}
}


.ltext01{

	background: #fff;

	border-bottom: 1px solid #ececec;

}

.ltext01 .pox01{

	float: left;

	line-height: 20px;

	margin: 20px 0;

	font-size: 12px;

	color: #888;

}

.ltext01 .pox01 a{

	color: #888;

	transition: 0.2s;

}

.ltext01 .pox01 a:hover{

	color: #aacd06;

}

.ltext01 .lnav{

	float: right;

}

.ltext01 .lnav li{

	float: left;

	margin: 15px 0;

	margin-left: 15px;

}

.ltext01 .lnav li a{

	display: block;

	line-height: 28px;

	padding: 0 12px;

	border-radius: 17px;

	border: 1px solid #dedede;

	color: #888;

	font-size: 14px;

	transition: 0.3s;

}

.ltext01 .lnav li.a a,.ltext01 .lnav li:hover a{

	background: #aacd06;

	color: #fff;

	border-color: #aacd06;

}

.ltext01 .lnav li span{

	display: none;

}

.ltext01 span{

	border-left: 8px solid #78BC29;
    padding-left: 8px;

}
