<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 织梦帮（dede58.com）做最好的织梦整站模板下载网站 */
/*!

 * ui-dialog.css

 * Date: 2014-07-03

 * https://github.com/aui/artDialog

 * (c) 2009-2014 TangBin, http://www.planeArt.cn

 *

 * This is licensed under the GNU LGPL, version 2.1 or later.

 * For details, see: http://www.gnu.org/licenses/lgpl-2.1.html

 */

.ui-dialog {
 *zoom:1;
	_float: left;
	position: relative;
	background-color: #FFF;
	border: 1px solid #999;
	border-radius: 6px;
	outline: 0;
	background-clip: padding-box;
	font-family: Helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #333;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform .15s ease-in-out, opacity .15s ease-in-out;
	transition: transform .15s ease-in-out, opacity .15s ease-in-out;
}
.ui-popup-show .ui-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.ui-popup-focus .ui-dialog {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.ui-popup-modal .ui-dialog {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1), 0 0 256px rgba(255, 255, 255, .3);
}
.ui-dialog-grid {
	width: auto;
	margin: 0;
	padding: 25px;
	border: 0 none;
	border-collapse: collapse;
	border-spacing: 0;
	background: transparent;
}
.ui-dialog-header,  .ui-dialog-body,  .ui-dialog-footer {
	padding: 0;
	border: 0 none;
	text-align: left;
	background: transparent;
}
.ui-dialog-header {
	white-space: nowrap;
	border-bottom: 1px solid #E5E5E5;
}
.ui-dialog-close {
	position: relative;
	_position: absolute;
	float: right;
	top: 13px;
	right: 13px;
	_height: 26px;
	padding: 0 4px;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	opacity: .2;
	filter: alpha(opacity=20);
	cursor: pointer;
	background: transparent;
	_background: #FFF;
	border: 0;
	-webkit-appearance: none;
}
.ui-dialog-close:hover,  .ui-dialog-close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.ui-dialog-title {
	margin: 0;
	line-height: 1.428571429;
	min-height: 16.428571429px;
	padding: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	cursor: default;
}
.ui-dialog-body {
	padding: 20px;
	text-align: center;
}
.ui-dialog-content {
	display: inline-block;
	position: relative;
	vertical-align: middle;
 *zoom: 1;
 *display: inline;
	text-align: left;
}
.ui-dialog-footer {
	padding: 0 20px 20px 20px;
}
.ui-dialog-statusbar {
	float: left;
	margin-right: 20px;
	padding: 6px 0;
	line-height: 1.428571429;
	font-size: 14px;
	color: #888;
	white-space: nowrap;
}
.ui-dialog-statusbar label:hover {
	color: #333;
}
.ui-dialog-statusbar input,  .ui-dialog-statusbar .label {
	vertical-align: middle;
}
.ui-dialog-button {
	float: right;
	white-space: nowrap;
}
.ui-dialog-footer button+button {
	margin-bottom: 0;
	margin-left: 5px;
}
.ui-dialog-footer button {
	width: auto;
	overflow: visible;
	display: inline-block;
	padding: 6px 12px;
	_margin-left: 5px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.ui-dialog-footer button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.ui-dialog-footer button:hover,  .ui-dialog-footer button:focus {
	color: #333333;
	text-decoration: none;
}
.ui-dialog-footer button:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ui-dialog-footer button[disabled] {
	pointer-events: none;
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.ui-dialog-footer button {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
.ui-dialog-footer button:hover,  .ui-dialog-footer button:focus,  .ui-dialog-footer button:active {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
}
.ui-dialog-footer button:active {
	background-image: none;
}
.ui-dialog-footer button[disabled],  .ui-dialog-footer button[disabled]:hover,  .ui-dialog-footer button[disabled]:focus,  .ui-dialog-footer button[disabled]:active {
	background-color: #ffffff;
	border-color: #cccccc;
}
.ui-dialog-footer button.ui-dialog-autofocus {
	color: #ffffff;
	background-color: #428bca;
	border-color: #357ebd;
}
.ui-dialog-footer button.ui-dialog-autofocus:hover,  .ui-dialog-footer button.ui-dialog-autofocus:focus,  .ui-dialog-footer button.ui-dialog-autofocus:active {
	color: #ffffff;
	background-color: #3276b1;
	border-color: #285e8e;
}
.ui-dialog-footer button.ui-dialog-autofocus:active {
	background-image: none;
}
.ui-popup-top-left .ui-dialog,  .ui-popup-top .ui-dialog,  .ui-popup-top-right .ui-dialog {
	top: -8px;
}
.ui-popup-bottom-left .ui-dialog,  .ui-popup-bottom .ui-dialog,  .ui-popup-bottom-right .ui-dialog {
	top: 8px;
}
.ui-popup-left-top .ui-dialog,  .ui-popup-left .ui-dialog,  .ui-popup-left-bottom .ui-dialog {
	left: -8px;
}
.ui-popup-right-top .ui-dialog,  .ui-popup-right .ui-dialog,  .ui-popup-right-bottom .ui-dialog {
	left: 8px;
}
.ui-dialog-arrow-a,  .ui-dialog-arrow-b {
	position: absolute;
	display: none;
	width: 0;
	height: 0;
	overflow: hidden;
	_color: #FF3FFF;
	_filter: chroma(color=#FF3FFF);
	border: 8px dashed transparent;
}
.ui-popup-follow .ui-dialog-arrow-a,  .ui-popup-follow .ui-dialog-arrow-b {
	display: block;
}
.ui-popup-top-left .ui-dialog-arrow-a,  .ui-popup-top .ui-dialog-arrow-a,  .ui-popup-top-right .ui-dialog-arrow-a {
	bottom: -16px;
	border-top: 8px solid #7C7C7C;
}
.ui-popup-top-left .ui-dialog-arrow-b,  .ui-popup-top .ui-dialog-arrow-b,  .ui-popup-top-right .ui-dialog-arrow-b {
	bottom: -15px;
	border-top: 8px solid #fff;
}
.ui-popup-top-left .ui-dialog-arrow-a,  .ui-popup-top-left .ui-dialog-arrow-b {
	left: 15px;
}
.ui-popup-top .ui-dialog-arrow-a,  .ui-popup-top .ui-dialog-arrow-b {
	left: 50%;
	margin-left: -8px;
}
.ui-popup-top-right .ui-dialog-arrow-a,  .ui-popup-top-right .ui-dialog-arrow-b {
	right: 15px;
}
.ui-popup-bottom-left .ui-dialog-arrow-a,  .ui-popup-bottom .ui-dialog-arrow-a,  .ui-popup-bottom-right .ui-dialog-arrow-a {
	top: -16px;
	border-bottom: 8px solid #7C7C7C;
}
.ui-popup-bottom-left .ui-dialog-arrow-b,  .ui-popup-bottom .ui-dialog-arrow-b,  .ui-popup-bottom-right .ui-dialog-arrow-b {
	top: -15px;
	border-bottom: 8px solid #fff;
}
.ui-popup-bottom-left .ui-dialog-arrow-a,  .ui-popup-bottom-left .ui-dialog-arrow-b {
	left: 15px;
}
.ui-popup-bottom .ui-dialog-arrow-a,  .ui-popup-bottom .ui-dialog-arrow-b {
	margin-left: -8px;
	left: 50%;
}
.ui-popup-bottom-right .ui-dialog-arrow-a,  .ui-popup-bottom-right .ui-dialog-arrow-b {
	right: 15px;
}
.ui-popup-left-top .ui-dialog-arrow-a,  .ui-popup-left .ui-dialog-arrow-a,  .ui-popup-left-bottom .ui-dialog-arrow-a {
	right: -16px;
	border-left: 8px solid #7C7C7C;
}
.ui-popup-left-top .ui-dialog-arrow-b,  .ui-popup-left .ui-dialog-arrow-b,  .ui-popup-left-bottom .ui-dialog-arrow-b {
	right: -15px;
	border-left: 8px solid #fff;
}
.ui-popup-left-top .ui-dialog-arrow-a,  .ui-popup-left-top .ui-dialog-arrow-b {
	top: 15px;
}
.ui-popup-left .ui-dialog-arrow-a,  .ui-popup-left .ui-dialog-arrow-b {
	margin-top: -8px;
	top: 50%;
}
.ui-popup-left-bottom .ui-dialog-arrow-a,  .ui-popup-left-bottom .ui-dialog-arrow-b {
	bottom: 15px;
}
.ui-popup-right-top .ui-dialog-arrow-a,  .ui-popup-right .ui-dialog-arrow-a,  .ui-popup-right-bottom .ui-dialog-arrow-a {
	left: -16px;
	border-right: 8px solid #7C7C7C;
}
.ui-popup-right-top .ui-dialog-arrow-b,  .ui-popup-right .ui-dialog-arrow-b,  .ui-popup-right-bottom .ui-dialog-arrow-b {
	left: -15px;
	border-right: 8px solid #fff;
}
.ui-popup-right-top .ui-dialog-arrow-a,  .ui-popup-right-top .ui-dialog-arrow-b {
	top: 15px;
}
.ui-popup-right .ui-dialog-arrow-a,  .ui-popup-right .ui-dialog-arrow-b {
	margin-top: -8px;
	top: 50%;
}
.ui-popup-right-bottom .ui-dialog-arrow-a,  .ui-popup-right-bottom .ui-dialog-arrow-b {
	bottom: 15px;
}
 @-webkit-keyframes ui-dialog-loading {
 0% {
 -webkit-transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
}
}
 @keyframes ui-dialog-loading {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(360deg);
}
}
.ui-dialog-loading {
	vertical-align: middle;
	position: relative;
	display: block;
 *zoom: 1;
 *display: inline;
	overflow: hidden;
	width: 32px;
	height: 32px;
	top: 50%;
	margin: -16px auto 0 auto;
	font-size: 0;
	text-indent: -999em;
	color: #666;
}
.ui-dialog-loading {
	width: 100%\9;
	text-indent: 0\9;
	line-height: 32px\9;
	text-align: center\9;
	font-size: 12px\9;
}
.ui-dialog-loading::after {
	position: absolute;
	content: '';
	width: 3px;
	height: 3px;
	margin: 14.5px 0 0 14.5px;
	border-radius: 100%;
	box-shadow: 0 -10px 0 1px #ccc, 10px 0px #ccc, 0 10px #ccc, -10px 0 #ccc, -7px -7px 0 0.5px #ccc, 7px -7px 0 1.5px #ccc, 7px 7px #ccc, -7px 7px #ccc;
	-webkit-transform: rotate(360deg);
	-webkit-animation: ui-dialog-loading 1.5s infinite linear;
	transform: rotate(360deg);
	animation: ui-dialog-loading 1.5s infinite linear;
	display: none\9;
}
 @charset "utf-8";
/***

 .ispc //PC专用

 .ismobile //移动专用

***/

/*初始化样式表*/

body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
	margin: 0;
	padding: 0;
}
body {
	font: 0.75em/1.5 Arial, Verdana, "Microsoft Yahei", "微软雅黑", "宋体", Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/*

*{

	transition-property:border-color, background-color, color;

	transition-duration:.3s;

	transition-timing-function:ease-in;

	transition-delay:.1s;

}

*/



li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	word-wrap: break-word
}
/*icon 字体样式*/

@font-face {
	font-family: "iconfont";
	src: url("../fonts/iconfont.eot"); /* IE9*/
	src: url("/") format('embedded-opentype'), /* IE6-IE8 */  url("/temp/temp/default/default-0001/1/images/font/iconfont.woff") format('woff'), /* chrome、firefox */  url("../fonts/iconfont.ttf") format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/  url("/") format('svg'); /* iOS 4.1- */
}
.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,  .default-article-content h2,  .default-article-content h3,  .default-article-content h4,  .default-article-content h5,  .default-article-content h6 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}
.default-article-content td {
	border: 1px solid #333;
}
.default-article-content p {
	margin-top: 1em;
	margin-bottom: 1em;
}
.default-article-content img {
	max-width: 100%;
}
/*控制网页宽度*/

.wp {
	width: 1188px;
	margin: 0 auto;
}
.w960 .wp, .w960 .w1188 {
	width: 960px;
}
/*浮动设置*/

.l, .left {
	float: left;
}
.r, .right {
	float: right;
}
/*清除浮动*/

.cl {
	zoom: 1;
}
.cl:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*单行文本*/

.s {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}
/*边距*/

.ispc .mr0 {
	margin-right: 0 !important;
}
/*快转化 可见*/

.block {
	display: block;
}
.none {
	display: none;
}
/*页面加载中*/

#global_showload {
	background: url("../images/showload.gif");
	position: fixed;
	z-index: 1025;
	top: 50%;
	left: 50%;
	width: 130px;
	height: 130px;
	margin-left: -75px;
	margin-top: -75px;
}
/*图片上传中状态*/

.imgloading {
	background: url(../images/load.gif);
	height: 100px;
	margin-top: -100px;
	position: relative;
}
/*禁止编辑器上传本地视频*/

#videoTab #upload, #videoTab .tabhead span {
	display: none;
}
/*百度地图默认宽度*/

.ueditor_baidumap {
	width: 700px;
}
/*分页按钮*/

.page {
	font-size: 14px;
	line-height: 28px;
}
.page a {
	display: block;
	float: left;
	padding: 0 12px;
	border: 1px solid #dedede;
	border-radius: 3px;
	margin-right: 8px;
}
.page a.a, .page a:hover {
	background: #ccc;
	color: #fff;
}
/*默认导航样式*/

.default-pc-nav-menu {
}
.default-pc-nav-menu li {
	position: relative;
}
.default-pc-nav-menu &gt; li li {
	position: relative;
	width: 100%;
	white-space: nowrap;
}
.default-pc-nav-menu ul {
	display: none;
	position: absolute;
	z-index: 2;
}
.default-pc-nav-menu &gt; li &gt; ul {
	top: 100%;
	left: 0;
}
.default-pc-nav-menu &gt; li &gt; ul &gt; li &gt; ul {
	top: 0;
	left: 100%;
}
.default-pc-nav-menu &gt; li {
	float: left;
}
.default-pc-nav-menu li a em {
	display: none;
	font-style: initial;
}
.default-pc-nav-menu &gt; li:hover &gt; ul {
	display: block;
}
.default-pc-nav-menu &gt; li ul &gt; li:hover &gt; ul {
	display: block;
}
/*友情链接默认样式*/

.default-pc-links-text {
}
.default-pc-links-text dt, .default-pc-links-text dd {
	float: left;
}
.default-pc-links-pic li {
	float: left;
}
/*默认版权样式*/

.default-pc-copyright {
	width: 70%;
	line-height: 2;
	color: #666;
	font-size: 12px;
}
.default-pc-copyright a {
	color: #FFD400;
	font-size: 12px;
}
.default-pc-copyright span {
	display: inline-block;
	white-space: nowrap;
	margin-right: 10px;
}
/*默认发布文章按钮*/

.default-pc-button-publish {
	padding-left: 21px;
	background: no-repeat url("../images/publish.png");
	transition: opacity .3s;
}
.default-pc-button-publish:hover {
	opacity: 0.5;
}
/*默认编辑文章 &amp;&amp; 删除*/

.default-pc-button-edit a {
	margin-left: 10px;
	font-size: 14px;
	color: #ccc;
}
.default-pc-button-edit a:hover {
	color: #000;
}
/*默认背景音乐*/

.default-bgmp3 {
	display: block;
	position: fixed;
	bottom: 60px;
	left: 30px;
	z-index: 999;
	width: 200px;
	max-width: 30%;
}
.default-bgmp3 audio {
	width: 100%;
	opacity: 0.5;
}
.default-append {
	display: none;
}
/*幻灯片默认样式*/

.default-slider {
	position: relative;
	overflow: auto;
}
.default-slider li {
	list-style: none;
}
.default-slider ul li {
	float: left;
	width: 100%;
	overflow: hidden;
}
.default-slider ul li img {
	position: relative;
	left: 50%;
	height: auto;/*margin-left:-960px;*/

}
.default-slider .dots {
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.default-slider .dots li {
	display: inline-block;
	cursor: pointer;
	background-color: #fff;
	margin: 5px;
	width: 47px;
	font-size: 0;
	height: 12px;
}
.default-slider .dots li {
 *display: inline;
}
.default-slider .dots li.active {
	background-color: #FFE401;
}
.default-slider .next, .default-slider .prev {
	position: absolute;
	bottom: 50%;
	width: 50px;
	height: 100px;
	margin-bottom: -50px;
	opacity: 0.7;
	font: 50px/58px Simsun;
	color: #fff;
	line-height: 100px;
	text-align: center;
}
.default-slider .next:hover, .default-slider .prev:hover {
	background-color: #000;
}
.default-slider .next {
	right: 0;
}
.default-slider .prev {
	left: 0;
}
.default-pc-sidebar-dl {
	border: 1px solid #dedede;
}
.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd {
	border-bottom: 1px solid #dedede;
}
.default-pc-sidebar-dl dt, .default-pc-sidebar-dl dd a {
	display: block;
	line-height: 48px;
	padding: 0 28px;
}
.default-pc-contactcard li, .default-pc-contactcard dd {
	background: no-repeat;
	background-position: 0 center;
	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 {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.default-slider-2 .next,  .default-slider-2 .prev {
	position: absolute;
}
.default-slider-2 .dots {
	position: absolute;
	width: 100%;
	bottom: 10px;
	text-align: center;
}
.default-slider-2 .dots span {
	display: inline-block;
	background-color: #fff;
	margin: 5px;
	width: 47px;
	font-size: 0;
	height: 12px;
	cursor: pointer;
}
.default-slider-2 .dots span {
*display: inline
} /*IE兼容*/
.default-slider-2 &gt; .dots &gt; span {
*display:inline;
}	/*IE兼容*/
.default-slider-2 &gt; .dots &gt; span.active {
	background-color: red;
}
.default-slider-box &gt; ul &gt; li {
	position: relative;
	overflow: hidden;
}
.default-slider-effect-fadeIn &gt; .default-slider-box &gt; ul {
	position: relative;
}
.default-slider-effect-fadeIn &gt; .default-slider-box &gt; ul &gt; li {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
/*单屏滚动模式*/

.default-slider-single &gt; .default-slider-box &gt; ul &gt; li img {
	position: relative;
	left: 50%;
}
.default-slider-direction-left &gt; .default-slider-box &gt; ul &gt; li {
	float: left;
}
.default-slider-direction-left &gt; .next,  .default-slider-direction-left &gt; .prev {
	cursor: pointer;
	top: 50%;
	margin-top: -45px;
	opacity: .1;
	color: #fff;
	line-height: 90px;
	font-size: 60px;
	background-color: #000;
}
.default-slider-direction-left &gt; .next:hover,  .default-slider-direction-left &gt; .prev:hover {
	opacity: 1;
}
.default-slider-direction-left &gt; .next {
	right: 0;
}
.default-slider-direction-left &gt; .prev {
	left: 0;
}
.default-slider-direction-left &gt; .thumb {
	position: absolute;
	bottom: 10px;
	left: 50%;
	padding: 0 30px;
	overflow: hidden;
}
.default-slider-direction-left &gt; .thumb ul &gt; li {
	float: left;
}
.default-slider-direction-left &gt; .thumb ul &gt; li img {
	padding: 5px;
	margin: 5px;
	border: 1px #ccc solid;
	background-color: #fff;
}
.default-slider-direction-left &gt; .thumb &gt; .next,  .default-slider-direction-left &gt; .thumb &gt; .prev {
	margin-top: -15px;
	width: 27px;
	width: 20px;
	height: 31px;
	font-size: 0;
	background: url(../images/slider_thumb_buttom.png) no-repeat;
}
.default-slider-direction-left &gt; .thumb &gt; .next {
	right: 0;
	background-position: -23px 0;
}
.default-slider-direction-left &gt; .thumb &gt; .prev {
	left: 0;
	background-position: 0 0;
}
.default-slider-direction-left &gt; .thumb &gt; .next:hover,  .default-slider-direction-left &gt; .thumb &gt; .prev:hover {
	background-position-y: -32px;
}
.default-slider-direction-left &gt; .thumb &gt; .active {
	background-color: #333;
}
/*设为首页加入收藏*/

#SetHome,  #collection {
	cursor: pointer;
}
/*DIY 按钮*/

.ispc #diystart {
	display: block;
	position: fixed;
	top: 0;
	right: 50px;
	background-color: #F90;
	color: #fff;
	z-index: 3;
	text-align: center;
	padding: 5px 10px;
	border-radius: 0 0 10px 10px;
	transition: background .5s;
}
.ispc #diystart:hover {
	background-color: #BA3315;
}
/*文章内容页视频默认高度*/

.default-article-content object {
	min-height: 500px;
}
.main {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-slide {
	position: relative;
}
.header {
	position: fixed;
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 2;
	background: url("../images/bg03.png");
}
.w960 .header {
	height: 60px;
}
.logo {
	margin-top: 7px;
	margin-left: 50px;
	float: left;
}
.w960 .logo {
	margin-top: 4px;
}
.logo img {
	max-height: 68px;
}
.w960 .logo img {
	max-height: 50px;
}
.scrr {
	display: block;
	width: 58px;
	height: 89px;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 20px;
	z-index: 11;
	background: url("../images/sw2.png") no-repeat;
}
.scrr {
	animation: scrr 1s infinite;
	cursor: pointer;
}

/***向下按钮***/

@keyframes scrr {
 0% {
 transform:translateY(5px);
}
 50% {
 transform:translateY(-5px);
}
 100% {
 transform:translateY(5px);
}
}
.menu li {
	padding: 0 30px;
}
.menu li a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 80px;
}
.menu li:hover a, .menu li.a a {
	color: #CE9E40;
}
.menu li ul {
	width: 100%;
	background: url("../images/bg03.png");
}
.menu li ul li {
	padding: 0;
}
.menu li ul li a {
	line-height: 30px;
	text-align: center;
	border-top: 1px solid #666;
}
.menu li:hover ul a, .menu li.a ul a {
	color: #fff;
}
.menu li ul li:hover a, .menu li.a ul li:hover a {
	color: #CE9E40;
}
.w960 .menu li a {
	line-height: 60px;
}
.w960 .con01 {
	margin-top: 10px;
}
.con01 {
	margin-top: 20px;
	margin-right: 50px;
}
.con01 li {
	float: left;
	border-radius: 50%;
	margin: 0 5px;
	background: url("../images/bg23.png") no-repeat;
}
.con01 li.wx01 {
	background-position: -46px 0;
}
.con01 li.wb01 {
	background-position: -95px 0;
}
.con01 li a {
	display: block;
	width: 40px;
	height: 40px;
}
.con01 li:hover {
	opacity: .7;
}
.bgscreen {
	background: url("../images/bg01.jpg") no-repeat center center;
	width: 100%;
	height: 100%;
}
.bgscreen ul {
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.57);
}
.bgscreen02 {
	width: 100%;
	height: 100%;
	background: url("../images/bg03.png");
}
.brand {
	width: 94%;
	margin: 0 auto;
	padding-top: 100px;
	transition: all .5s;
}
.brand h2 {
	text-align: center;
	color: #fff;
	font-size: 80px;
	margin-bottom: 40px;
	font-family: "simsun";
}
.brand ul li {
	float: left;
	width: 33.3333%;
	overflow: hidden;
	position: relative;
}
.brand ul li a {
	display: block;
	transition: all 2s;
}
.brand ul li:hover a {
	transform: scale(1.02);
}
.brand ul li a img {
	width: 100%;
	height: auto;
}
.brand ul li span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
}
.brand ul li:hover span {
	background: url("../images/bg004.png");
}
.brand ul li span img {
	width: 200px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -57px;
	opacity: 0;
}
.brand ul li:hover span img {
	opacity: 1;
}
.brand ul li a.b2 {
	display: none;
}
.banner {
	max-height: 980px;
	overflow: hidden;
}
.banner .prev, .banner .next {
	width: 30%;
	height: 100%;
	top: 0;
	background-color: transparent;
	opacity: 0;
	font-size: 0;
}
.banner .prev {
	cursor: url("/temp/temp/52/52-0133/201706070929/images/icon_prev.png") 10 10, all!important;
}
.banner .next {
	cursor: url("/temp/temp/52/52-0133/201706070929/images/icon_next.png") 10 10, all!important;
}
.banner li a {
	cursor: url("/temp/temp/52/52-0133/201706070929/images/icon_view.png") 10 10, all!important;
	display: block;
}
.banner li div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s;
	background: url("../images/bg004.png");
}
.banner li:hover div {
	opacity: 1;
}
.banner li span {
	display: none;
	position: absolute;
	width: 200px;
	height: 114px;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	margin-top: -57px;
	z-index: 2;
}
.banner li:hover span {
	display: block;
}
.banner02 .default-slider-2 {
	bottom: 120px;
}
.default-slider-direction-left &gt; .next, .default-slider-direction-left &gt; .prev {
	opacity: .5;
}
.banner02 .thumb &gt; .prev, .banner02 .thumb &gt; .prev:hover {
	background: url("../images/k1.png") no-repeat center center;
}
.banner02 .thumb &gt; .next, .banner02 .thumb &gt; .next:hover {
	background: url("../images/k2.png") no-repeat center center;
}
#banner02 {
	top: 50px !important;
}
.ispc .default-slider-single &gt; .default-slider-box &gt; ul &gt; li img {
	width: 100%;
	height: auto;
	left: 0 !important;
	margin-left: 0 !important;
}
.banner02 .thumb {
	height: 113px !important;
}
.banner02 .thumb img {
	height: 80px !important;
}
.d1 {
	top: 40%;
}
.d2 {
	top: 45%;
}
.d3 {
	top: 50%;
}
.d4 {
	top: 55%;
}
.d1, .d2, .d3, .d4 {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-bottom: 15px;
}
.dot {
	position: fixed;
	right: 30px;
	z-index: 11;
	cursor: pointer;
	background: #fff;
	box-shadow: inset 2px 1px 3px #000;
}
.swiper-slide-dd .dot {
	background: #D10E17;
}
.screen4 {
	width: 100%;
	height: 100%;
	background: url("../images/bg4.jpg") no-repeat center center;
}
.con02 {
	position: absolute;
	top: 50%;
	margin-top: -235px;
	left: 50%;
	margin-left: -215px;
	width: 260px;
	padding: 50px 80px;
	box-shadow: 8px 14px 12px rgba(0, 0, 0, 0.61);
	background: url("../images/bg5.png");
}
.con02 h2 {
	width: 100%;
	height: 65px;
	margin-bottom: 20px;
	background: url("../images/con1.png") no-repeat center center;
}
.con02 p {
	font-size: 15px;
	margin-bottom: 8px;
}
.con02 p em {
	font-style: normal;
	font-family: Georgia;
	font-size: 25px;
}
.con02 li p {
	text-align: center;
}
.con03 {
	margin-top: 15px;
}
.con03 li img {
	width: 120px;
	height: auto;
}
.links {
	position: absolute;
	bottom: 100px;
	text-align: center;
	height: 40px;
	background: rgba(0, 0, 0, 0.1);
	width: 80%;
	margin: 0 10%;
	border-radius: 5px;
}
.w960 .links {
	bottom: 60px;
}
.links dt, .links dd {
	display: inline-block;
	float: none;
	margin: 0 5px;
	line-height: 40px;
	font-size: 14px;
	color: #222;
}
.links dt, .links dd {
 *display:inline;
}
.links dd a {
	color: #222;
}
.links dd a:hover, .default-pc-copyright a:hover {
	color: #fff;
}
.copy {
	position: absolute;
	bottom: 30px;
	width: 100%;
}
.default-pc-copyright {
	width: 100%;
	text-align: center;
	color: #222;
}
.default-pc-copyright a {
	color: #222;
}
.erweima {
	width: 384px;
	background: #CCC;
	opacity: 0.9;
	position: fixed;
	z-index: 2000;
	margin-left: -206px;
	left: 50%;
	bottom: 30%;
	border-radius: 10px;
	display: none;
}
.erweima-1 {
	width: 94%;
	margin: 3%;
	background: #FFFFFF;
	z-index: 2000;
}
.erweima-1 p a.sao {
	float: left;
	font-size: 16px;
	color: #666;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-top: 15px;
	width: 85%;
}
.erweima-1 img {
	width: 96%;
	margin: 0 2.4%;
}
.close {
	display: block;
	background: url("../images/cls.gif") no-repeat;
	height: 20px;
	width: 20px;
	float: right;
	margin: 9px 10px 0 0;
}
.close:hover {
	background-position: 0 -20px;
}
/*--------------list-show--------------*/ 

.tit {
	text-align: center;
	height: 60px;
}
.tit h2 {
	display: inline-block;
	padding: 0 20px;
	background: #fff;
	font-size: 25px;
	line-height: 50px;
}
.tit h2 {
 *display:inline;
}
.tit p {
	border-top: 1px solid #000;
	width: 800px;
	margin: 0 auto;
	margin-top: -25px;
}
.list-page {
	transition: all .5s;
}
.list-nav {
	text-align: center;
	margin-top: 10px;
}
.list-nav li {
	display: inline-block;
	margin: 0 5px;
}
.list-nav li a {
	display: block;
	font-size: 18px;
	padding: 5px 35px;
	border-radius: 5px;
}
.list-nav li:hover a, .list-nav li.a a {
	background: #000;
	color: #fff;
}
.list-nav li {
 *display:inline;
}
.pub {
	text-align: right;
	margin: 5px 0;
}
.list-show {
	width: 90%;
	margin: 0 5%;
}
.list-show ul {
	margin-top: 20px;
}
.list-show li {
	float: left;
	width: 24%;
	margin-right: 1.32%;
	margin-bottom: 1.32%;
	position: relative;
	overflow: hidden;
}
.list-show li a {
	display: block;
	color: #fff;
}
.list-show li a img {
	width: 100%;
	height: auto;
}
.list-show li a div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	display: none;
	transition: all.3s;
	background: url("../images/bg004.png");
}
.list-show li:hover a div {
	display: block;
}
.list-show li a div h3 {
	font-size: 18px;
	margin-top: 55%;
	font-weight: bold;
}
.list-show li a div p {
	font-family: Georgia;
}
.list-show li a div em {
	display: block;
	border-top: 1px solid #ccc;
	width: 50px;
	margin: 10px auto;
}
.list-show li .goumai {
	display: block;
	position: absolute;
	width: 60px;
	height: 49px;
	bottom: 20px;
	right: 20px;
	background: url("../images/gwc.png") no-repeat center center;
	background-size: 40px;
	opacity: 0;
}
.list-show li:hover .goumai {
	opacity: 1;
}
.page {
	text-align: center;
}
.page a {
	display: inline-block;
	float: none;
}
/*----------------view-show-------------------*/

/********-----------colorbox插件------------********/



/*

    Colorbox Core Style:

    The following CSS is consistent between example themes and should not be altered.

*/

#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}
#cboxWrapper {
	max-width: none;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
}
#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}
.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
/* 

    User Style:

    Change the following styles to modify the appearance of Colorbox.  They are

    ordered &amp; tabbed in a way that represents the nesting of the generated HTML.

*/

#cboxOverlay {
	background: url("../images/overlay.png") repeat 0 0;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}
#colorbox {
	outline: 0;
}
#cboxTopLeft {
	width: 21px;
	height: 21px;
	background: url("../images/controls.png") no-repeat -101px 0;
}
#cboxTopRight {
	width: 21px;
	height: 21px;
	background: url("../images/controls.png") no-repeat -130px 0;
}
#cboxBottomLeft {
	width: 21px;
	height: 21px;
	background: url("../images/controls.png") no-repeat -101px -29px;
}
#cboxBottomRight {
	width: 21px;
	height: 21px;
	background: url("../images/controls.png") no-repeat -130px -29px;
}
#cboxMiddleLeft {
	width: 21px;
	background: url("../images/controls.png") left top repeat-y;
}
#cboxMiddleRight {
	width: 21px;
	background: url("../images/controls.png") right top repeat-y;
}
#cboxTopCenter {
	height: 21px;
	background: url("../images/border.png") 0 0 repeat-x;
}
#cboxBottomCenter {
	height: 21px;
	background: url("../images/border.png") 0 -29px repeat-x;
}
#cboxContent {
	background: #fff;
	overflow: hidden;
}
.cboxIframe {
	background: #fff;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	margin-bottom: 28px;
}
#cboxTitle {
	position: absolute;
	bottom: 4px;
	left: 0;
	text-align: center;
	width: 100%;
	color: #949494;
}
#cboxCurrent {
	position: absolute;
	bottom: 4px;
	left: 58px;
	color: #949494;
}
#cboxLoadingOverlay {
	background: url("../images/loading_background.png") no-repeat center center;
}
#cboxLoadingGraphic {
	background: url("../images/loading.gif") no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0;
}
#cboxSlideshow {
	position: absolute;
	bottom: 4px;
	right: 30px;
	color: #0092ef;
}
#cboxPrevious {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url("../images/controls.png") no-repeat -75px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
#cboxPrevious:hover {
	background-position: -75px -25px;
}
#cboxNext {
	position: absolute;
	bottom: 0;
	left: 27px;
	background: url("../images/controls.png") no-repeat -50px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
#cboxNext:hover {
	background-position: -50px -25px;
}
#cboxClose {
	position: absolute;
	bottom: 0;
	right: 0;
	background: url("../images/controls.png") no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
#cboxClose:hover {
	background-position: -25px -25px;
}
/*

  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill

  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.

  See: http://jacklmoore.com/notes/ie-transparency-problems/

*/

.cboxIE #cboxTopLeft,  .cboxIE #cboxTopCenter,  .cboxIE #cboxTopRight,  .cboxIE #cboxBottomLeft,  .cboxIE #cboxBottomCenter,  .cboxIE #cboxBottomRight,  .cboxIE #cboxMiddleLeft,  .cboxIE #cboxMiddleRight {
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
.view-show {
	width: 90%;
	margin: 0 auto;
	margin-top: 150px;
}
.w960 .view-show {
	margin-top: 100px;
}
.fh01 {
	display: block;
	width: 200px;
	padding-left: 40px;
	line-height: 30px;
	font-size: 24px;
	color: #D8B869;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
	background: url("../images/return_dot.png") no-repeat center left;
}
.fh01:hover {
	opacity: .8;
}
.cover01 {
	width: 328px;
	position: relative;
}
.cover01 img {
	width: 100%;
	height: auto;
}
.cover01 div.ww {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	top: 0;
	left: 0;
	background: url("../images/bg004.png");
}
.cover01 div.ww h3 {
	font-size: 30px;
	margin-top: 55%;
}
.cover01 div.ww strong {
	display: block;
	width: 100px;
	margin: 10px auto;
	border-top: 1px solid #D8B869;
}
.cover01 div.ww ins {
	font-size: 14px;
	text-decoration: none;
}
.cover01 div.ww .pub {
	text-align: center;
}
.cover01 div.ww .pub a:hover {
	color: #D8B869;
}
.cover01 div.ww .gm02 {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	margin-top: 10px;
}
.cover01 div.ww .gm02:hover {
	background: #fff;
	color: #000;
}
.cover02 {
	background: #fff;
	float: right;
}
.cover02-1 {
	margin: 60px;
	min-height: 469px;
}
.cover02 h3 {
	font-size: 36px;
	line-height: 48px;
	font-weight: normal;
	text-transform: uppercase;
	color: #e5c470;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #dedede;
}
.cover02 ul {
	margin-top: 40px;
}
.cover02 ul li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.cover02 ul li a {
	display: block;
	background: #fff;
	border: 5px solid #dedede;
	transition: all 0.3s;
}
.cover02 ul li:hover a {
	border-color: #e5c470;
}
.cover02 ul li a img {
	width: auto;
	height: 100px;
}
.fanye {
	border-top: 1px dashed #dedede;
	padding-top: 20px;
}
.fanye p {
	line-height: 28px;
	font-size: 14px;
}
.fanye p a:hover {
	color: #FF9900;
}
/*-----------list-news-------------*/

.list-news {
	margin-top: 60px;
	margin-bottom: 20px;
}
.w960 .list-news {
	margin-top: 30px;
}
.news01 {
	width: 45%;
}
.news01 li {
	padding: 0 10px;
	border-bottom: 1px solid #aaa;
}
.news01 li a {
	display: block;
	line-height: 79px;
	font-size: 18px;
	background: url("../images/icon02.png") no-repeat center right;
}
.w960 .news01 li a {
	line-height: 68px;
}
.news01 li:hover, .news01 li.a {
	background: #eee;
}
.news01 li:hover a, .news01 li.a a {
	background: url("../images/con01.png") no-repeat center right;
}
.news01 li em {
	display: block;
	float: right;
	margin-right: 10px;
	width: 20px;
	height: 79px;
}
.news02 {
	width: 50%;
	height: 479px;
	overflow: hidden;
}
.w960 .news02 {
	height: 414px;
}
.news02 li {
	float: left;
	width: 100%;
}
.news02 li a {
	display: block;
	position: relative;
}
.news02 li a img {
	width: 100%;
	height: auto;
}
.news02 li div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}
.news02 li a h3 {
	font-size: 30px;
	color: #fff;
	margin-top: 20%;
}
.news02 li p {
	width: 177px;
	height: 65px;
	margin: 0 auto;
	margin-top: 20px;
	background: url("../images/more.png") no-repeat center center;
}
/*---------view-nes--------------*/



.view-news {
	background: url("../images/2806.jpg") no-repeat;
	padding-top: 150px;
	padding-bottom: 100px;
	background-size: 100%;
	background-attachment: fixed;
}
.view-news .wp {
	width: 960px !important;
}
.view-news01 {
	padding: 65px 0;
	/*width:550px;*/

	margin: 0 auto;
}
.view-news01 h3 {
	font-size: 30px;
	line-height: 40px;
}
.view-news01 .ww {
	font-size: 12px;
	color: #888;
	padding: 10px 0;
	margin-bottom: 40px;
	border-bottom: 1px dashed #ccc;
}
.view-news01 .fanye {
	border-top: 1px dashed #ccc;
}
.view-news01 .pub a {
	color: #999;
}
.view-news01 .pub a:hover {
	color: #333;
}
/*-----------view-store-------*/

.view-store {
	background: url("../images/2m806.jpg") no-repeat center center;
	background-attachment: fixed;
	overflow: hidden;
}
.store {
	padding-top: 150px;
	text-align: center;
	padding-bottom: 100px;
}
.store h3 {
	font-size: 40px;
}
.store li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-shadow: 5px 5px 5px 0px #333;
}
.store li a {
	display: block;
}
.store li a img {
	width: 100%;
	height: auto;
}
.store .pub a {
	color: #333;
}
.store .pub a:hover {
	color: #B97F05;
}
/*------view-about-------*/

.view-about {
	background: url("../images/2806.jpg") no-repeat center top;
	background-attachment: fixed;
	padding-top: 150px;
	padding-bottom: 120px;
}
.about02 {
	padding: 100px;
	padding-top: 50px;
}
.w960 .view-about .wp {
	width: 1188px !important;
}
.about-l {
	width: 600px;
}
.about-l h3 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 40px;
}
.about-r {
	width: 284px;
}
.about-nav {
	margin-bottom: 80px;
	width: 100%;
	text-align: right;
	padding: 10px 0;
	border-bottom: 1px dashed #ccc;
}
.about-nav li {
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #ccc;
}
.about-nav li {
 *display:inline;
}
.about-nav li a {
	display: block;
	font-size: 16px;
	height: 14px;
	line-height: 1;
}
.about-nav li:hover a, .about-nav li.a a {
	color: #CE884C;
}
/*-----------------list-brand----------

.list-brand{

	background:url("../images/2m806.jpg") no-repeat;

	background-attachment: fixed;

}

.list-brand h2 {

  font-size: 50px;

  padding-top: 150px;

  text-align: center;

}

.list-brand ul{

	margin-top:50px;

	padding-bottom:50px;

}

.list-brand ul li{

	padding-bottom:50px;

}

.list-brand .b01{

	width:48%;

}

.list-brand .b01 span{

	display:block;

	margin-bottom:10px;

}

.list-brand .b01 span img {

  max-height: 100px;

  width: auto;

}

.w960 .list-brand .b01 span img {

	max-height:80px;

}

.list-brand .b01 .b011 {

  font-size: 15px;

  line-height: 1.8;

  font-family:"宋体";

}

.w960 .list-brand .b01 .b011 {

  font-size: 13px;

  line-height: 1.5;

}

.list-brand .b02{

	width:48%;

}

.list-brand .b02 img{

	width:100%;

	height:auto;

}

------*/

/*--------list-video-----------*/

.list-video li {
	width: 33%;
	margin-right: 0.5%;
}
.list-video li a div h3 {
	margin-top: 21%;
}
.list-page09 {
	margin-top: 130px;
}
.w960 .list-page09 {
	margin-top: 100px;
}
.list-video li .action_but {
	position: absolute;
	width: 82px;
	top: 10px;
	right: 3px;
}
.list-video li .action_but a {
	margin-right: 5px;
	display: inline-block;
	padding: 2px 5px;
	border-radius: 5px;
	color: #4EC3F9;
}
.list-video li div.tc {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 11;
	left: 0;
	background: url("../images/bg02.png");
}
.list-video li div.tc img {
	max-width: 800px;
	max-height: 500px;
	border-radius: 5px;
}
.list-video li div.tc .tc01 {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 8px solid #fff;
	background: #fff;
	padding: 0;
	box-shadow: 0 0 20px #000;
}
.list-video li div.tc em {
	position: absolute;
	display: block;
	top: -18px;
	right: -18px;
	width: 30px;
	height: 30px;
	background: transparent url("../images/fancybox.png") -40px 0px;
	cursor: pointer;
}
.list-video li div.tc em:hover {
	color: #099;
}
.list-video li div.tc p {
	padding: 0;
	height: auto !important;
}
.list-video object {
	width: 1060px;
	height: 600px;
}
.list-video li div.tc iframe {
	width: 800px;
	height: 500px;
}
.list-show02 {
	margin-top: 50px;
	width: 94%;
	margin: 0 auto;
}
.w960 .list-show02 {
	margin-top: 10px;
}
.list-show02 ul {
	text-align: center;
	margin-top: 20px;
}
.list-show02 li {
	display: inline-block;
	width: 23%;
	margin: 0 0.8%;
}
.list-show02 li {
 *display:inline;
}
.list-show02 li a {
	display: block;
	position: relative;
}
.list-show02 li img {
	width: 100%;
	height: auto;
}
.list-show02 li span {
	display: block;
	position: absolute;
	width: 200px;
	margin-left: -100px;
	height: 296px;
	left: 50%;
	top: 50%;
	margin-top: -158px;
	opacity: 0;
	transition: all .3s;
}
.list-show02 li span img {
	width: 200px;
	height: auto;
}
.list-show02 li a div {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s;
	background: url("../images/bg004.png");
}
.list-show02 li:hover span, .list-show02 li:hover a div {
	opacity: 1;
}
 @media screen and (max-width:1024px) {
header .bg, footer .fcontact .bg {
	background-color: #000;
}
.banner .prev, .banner .next {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 30px;
	text-align: center;
	color: #fff;
	top: 50%;
	margin-top: -25px;
	line-height: 50px;
	opacity: 1;
}
.brand {
	width: 100%;
	padding-top: 20px;
}
.brand h2 {
	color: #000;
	font-size: 30px;
	margin-bottom: 10px;
}
.brand ul li {
	width: 100%;
	margin-bottom: 10px;
}
.mbstore a {
	display: block;
	position: relative;
}
.mbstore img {
	width: 100%;
	height: auto;
}
.mbstore p {
	background-color: transparent;
	border: 1px solid #fff;
	width: 146px;
	margin: 0 auto;
	top: 50%;
	margin-top: -24px;
	left: 50%;
	margin-left: -74px;
	position: absolute;
}
.mbstore em {
	display: block;
	width: 140px;
	height: 40px;
	background: rgba(0, 0, 0, 0.55);
	text-align: center;
	line-height: 40px;
	color: #fff;
	border: 1px solid #fff;
	margin: 2px;
	font-style: normal;
}
.mbtit h2 {
	text-align: center;
	font-size: 25px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 5px;
	font-family: "simsun";
}
.mbtit ul {
	text-align: center;
}
.mbtit ul li {
	display: inline-block;
}
.mbtit ul li {
 *display:inline;
}
.mbtit ul li a {
	display: block;
	font-size: 12px;
	padding: 0 15px;
	border: 1px solid #eee;
	border-radius: 3px;
	line-height: 25px;
	color: #666;
}
.mbshow01 {
	margin-top: 10px;
}
.mbshow01 li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
.mbshow01 li:nth-child(2n) {
	margin-right: 0 !important;
}
.mbshow01 li a {
	display: block;
}
.mbshow01 li p {
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: rgba(0, 0, 0, 0.45);
	margin-top: -30px;
	position: relative;
	font-size: 12px;
}
.mbshow01 li a img {
	width: 100%;
	height: auto;
}
.mbnews h2 {
	font-family: "simsun";
	margin-top: 20px;
	padding: 0px 10px;
	background: #000;
	color: #fff;
	border-radius: 4px;
	font-size: 20px;
	line-height: 50px;
	margin-bottom: 10px;
}
.mbnews h2 a {
	color: #fff;
	font-size: 15px;
	line-height: 50px;
	font-family: "simhei";
}
.mbnews {
	padding-bottom: 20px;
	border-bottom: 5px solid #eee;
	margin-bottom: 20px;
}
.mbnews ul {
	margin-top: 10px;
}
.mbnews ul li a {
	display: block;
}
.mbnews ul li h3 {
	font-size: 14px;
	background: url("../images/icon02.png") no-repeat center right;
}
.mbnews li em {
	font-size: 12px;
	color: #ccc;
	font-style: normal;
}
.mbnews li p {
	font-size: 12px;
	line-height: 1.5;
	height: 37px;
	overflow: hidden;
	margin-top: 5px;
}
.con02 {
	position: initial;
	top: 50%;
	margin-top: 0;
	left: 0;
	margin-left: 0;
	width: 300px !important;
	padding: 0;
	box-shadow: none;
	width: 100%;
	margin: 0 auto;
}
.con02 h2 {
	background-size: auto 50px;
}
.mbnews ul li {
	border-bottom: 2px solid #eee;
	line-height: 35px;
	padding: 0 10px;
	margin-bottom: 5px;
	background-color: #eee;
	font-size: 13px;
}
.brand ul li a.b2 {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.con02 p em {
	font-family: inherit;
	font-size: 15px;
}
.nav-click .text {
	font-size: 10px !important;
}
.brand ul li a.b3 {
	display: block;
	padding-top: 20px;
	font-size: 12px;
	background: url("../images/jj8.png") no-repeat center top;
	text-align: center;
	margin: 10px 0;
}
.brand ul li span {
	display: none;
}
}
 @media screen and (max-width:768px) {
}
 @media screen and (max-width:480px) {
.uid-2685 header h1 img {
	height: 30px !important;
	margin-left: 10px !important;
}
.mbnews {
	margin-bottom: 0;
}
.con02 {
	transform: scale(0.7);
}
.con02 h2 {
	margin-top: -30px;
}
article h3 {
	font-size: 25px !important;
}
.article-info {
	font-size: 14px;
}
.brand ul li span img {
	opacity: 1;
	width: 120px;
	margin-left: -60px;
	margin-top: -34px;
	top: 38%;
}
.default-mobile-list-cats {
	padding: 0 10px;
}
.date {
	width: 200px;
	border: 1px solid #ccc;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
	text-align: center;
	border-radius: 5px;
	background-color: #050600;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
}
header h1 a {
	font-size: 0;
}
</pre></body></html>