<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("font/iconfont.css");
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #333;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align:top;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea,select {
	-webkit-appearance: none;
} 
input,textarea,select {
	font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
	outline:none;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
}
a.wl:link, a.wl:visited, a.wl:active {
	color: #FFF;
	text-decoration: none;
}
a.wl:hover {
	color: #F90;
}
a.wb:link, a.wb:visited, a.wb:active {
	color: #069;
	text-decoration: none;
}
a.wb:hover {
	color: #C00;
}
a.wr:link, a.wr:visited, a.wr:active {
	color: #C00;
	text-decoration: none;
}
a.wr:hover {
	color: #000;
}
a.wg:link, a.wg:visited, a.wg:active {
	color: #999;
	text-decoration: none;
}
a.wg:hover {
	color: #C00;
}
.f_black {
	color: #000;
}
.f_red {
	color: #C00;
}
.f_white {
	color: #FFF;
}
.f_gray {
	color: #999;
}
.f_orange {
	color: #F90;
}
.f_green {
	color: #66A228;
}
.f_blue {
	color: blue;
}
.f_mblue {
	color: #1B75BC;
}
.f_dblue {
	color: #233F6F;
}
.f_gold {
	color: #F60;
}
.f_pink {
	color: #B5084A;
}
.f_Arial {
	font-family: Arial, Helvetica, sans-serif;
}
.f_yk {
	font-family: "微软雅黑";
}
.blod {
	font-weight: bold;
}
.noblod {
	font-weight: normal;
}
.px10 {
	font-size: 10px;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.px13 {
	font-size: 13px;
}
.px14 {
	font-size: 14px;
}
.px15 {
	font-size: 15px;
}
.px16 {
	font-size: 16px;
}
.px18 {
	font-size: 18px;
}
.px20 {
	font-size: 20px;
}
.px25 {
	font-size: 25px;
}
.input {
	height: 18px;
	border: solid 1px #ccc;
	margin-left: 5px;
	padding: 3px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt35 {
	margin-top: 35px;
}
.mt45 {
	margin-top: 45px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.v-m {
	vertical-align: middle;
}
.v-t {
	vertical-align: text-top;
}
.t-c {
	text-align: center;
}
.t-r {
	text-align: right;
}
.clear {
	clear: both;
	line-height: 0px;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.line {
	background: url(../images/line.png) repeat-x left center;
	height: 18px;
	width: 100%;
	margin: 0px auto;
	clear: both;
}
.kk {
 width: 92%;
 margin: 0 auto;
}
.success {
	-webkit-animation: fadeIn 01s ease 0.2s 1 both;
	animation: fadeIn 1s ease 0.2s 1 both;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
	opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
	opacity: 1;
}
}
/*分页*/
.page {
 width: 100%;
 text-align: center;
 font-size: 15px;
 margin: 30px 0;
}
.page span {
 margin: 0 2px;
}
.page span a {
 padding: 5px 10px;
 color: #666;
 border: solid 1px #DDD;
 background-color: #FFF;
}
.page span a:hover {
 border: solid 1px #be1b22;
 color: #666;
}
.page span.current {
 color: #FFF;
 background: #be1b22;
 padding: 5px 10px;
 border: solid 1px #be1b22;
}
/**/
header .logo{
	padding:10px;
	text-align:center;
}
header .menu {
	text-align:center;
	margin-bottom:10px;
}
header .menu ul li {
	display:inline-block;
	position:relative;
}
header .menu ul li a {
	display:block;
	padding:8px 20px;
	font-size:15px;
}
header .menu ul li a:hover {
	background:#000;
	color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
header .menu li ul {
 width:150px;
	position:absolute;
	background:#FFF;
	display:none;
	top:35px;
	left:0px;
	border:none;
	z-index:999;
}
header .menu li ul li {
	width:100%;
	vertical-align:bottom;
}
header .menu li ul li a {
	display:block;
 padding:8px 5px;
	font-size:13px;
	text-align:center;
	border-top:solid 1px rgba(0,0,0,0.05);
	overflow:hidden;
}
header .menu li ul li a:hover{
	border-radius:0;
}
#banner {
	position: relative;
	width: 100%;
}
#banner .prev, #banner .next {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -18px;
	background:#000;
	background-size: 100% 100%;
	border-radius: 50%;
	border:solid 1px #000;
	cursor: pointer;
	z-index: 3;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
}
#banner .prev:before, #banner .next:before {
	content:"\e7ab";
	font-family:"iconfont" !important;
	vertical-align:middle;
	position:absolute;
	width:100%;
	height:100%;
	line-height:35px;
	font-size:35px;
	color:#FFF;
	text-align:center;
}
#banner .prev {
	left: -40px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#banner .next {
	right: -40px;
}
#banner:hover .prev, #banner:hover .next,#banner .prev, #banner .next {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#banner:hover .prev {
	left: 10px;
}
#banner:hover .next {
	right: 10px;
}
#banner .img {
	height: 600px;
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#banner .img img {
	display:none;
}
#banner .swiper-pagination-bullet {
	width:12px;
	height:12px;
	background:#999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	filter: Alpha(opacity=70);
	-moz-opacity: .70;
	opacity: 0.70;
}
#banner .swiper-pagination-bullet-active {
	background:#ab0203;
}

#mid .hmpro {
	padding:50px 0;
}
#mid .hmpro h1 {
	text-align:center;
	font-size:26px;
	font-weight:400;
	color:#000;
	margin-bottom:50px;
}
#mid .hmpro h1 span {
	text-transform:uppercase;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
}
#mid .hmpro ul {
	text-align:center;
}
#mid .hmpro ul li {
	display:inline-block;
	width:23%;
	margin-right:2%;
	margin-left:-3px;
	margin-bottom:2%;
	overflow:hidden;
 text-align:center;
	vertical-align:top;
	background-color: #FFF;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 webkit-transition: all 0.2s linear;
 transition: all 0.2s linear;
}
#mid .hmpro ul li:hover {
 border-bottom: solid 5px rgba(0, 0, 0, 0.4);
 -webkit-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0);
 -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
	opacity: 0.8;
}
#mid .hmpro ul li:nth-child(4n+0) {
	margin-right:0;
}
#mid .hmpro ul li .img {
	width:100%;
}
#mid .hmpro ul li .img img {
	width:100%;
	height:100%;
 transition: transform 0.3s ease 0s;
 transition-property: transform;
 transition-duration: 0.3s;
 transition-timing-function: ease;
 transition-delay: 0s;
}
#mid .hmpro ul li:hover .img img {
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -ms-transform: scale(1.05);
 transform: scale(1.05);
}
#mid .hmpro ul li h3 {
	font-size:16px;
	padding:10px;
	color:#000;
}
#mid .hmpro ul li p {
	font-size:14px;
	color:rgba(0,0,0,0.8);
	line-height:1.5;
	text-overflow: ellipsis;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 	2;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
#mid .hmpro ul li .btn {
 display: inline-block;
	margin:20px 0;
 padding: 5px 10px;
	color:#000;
 background-color: rgba(0, 0, 0, 0.05);
 border: solid 1px rgba(0, 0, 0, 0.85);
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 position: relative;
 overflow: hidden;
 z-index: 1;
}
#mid .hmpro ul li .btn:before {
 content: "";
 position: absolute;
 width: 140%;
 height: 140%;
 background-color: rgba(0, 0, 0, 0.85);
 top: -140%;
 left: -20%;
 -webkit-border-radius: 100%;
 -moz-border-radius: 100%;
 border-radius: 100%;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 z-index: -1;
}
#mid .hmpro ul li:hover .btn:before {
 top: -20%;
}
#mid .hmpro ul li:hover .btn {
	color:#FFF;
}
#mid .hmpic {
	padding:50px 0;
	background:url(../images/bg.jpg) no-repeat center;
	background-size:cover;
	background-attachment:fixed;
	overflow:hidden;
}
#mid .hmpic ul li {
	margin-bottom:50px;
}
#mid .hmpic ul li:last-child {
	margin-bottom:0;
}
#mid .hmpic ul li img {
	max-width:100%;
}
#mid .hmab {
	padding:50px 0;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	overflow:hidden;	
}
#mid .hmab article {
	position:relative;
	width:85%;
	padding:50px;
 margin:50px auto;
	box-sizing:border-box;
	text-align:center;
 z-index:1;
}
#mid .hmab article:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:rgba(255,255,255,0.85);
	z-index:-1;
}
#mid .hmab article h1 {
	font-size:26px;
	font-weight:400;
	color:#000;
}
#mid .hmab article h1 span {
	text-transform:uppercase;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
}
#mid .hmab article aside {
	margin:30px 0;
	line-height:1.8;
	text-align:justify;
	font-size:16px;
	color:#000;
}
#mid .hmab article .more {
	display:inline-block;
}
#mid .hmab article .more a {
	display:block;
	padding:8px 25px;
	border:solid 1px #000;
	color:#000;
	font-size:14px;
	text-transform:uppercase;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 border-radius: 10px;
}
#mid .hmab article .more a:hover {
	border:solid 1px #000;
	color:#FFF;
	background:#000;
}
footer {
	background-color:#dce1e4;
	padding:20px 0;
}
footer h1 {
	font-size:20px;
	text-align:center;
	font-weight:400;
	margin-top:10px;
}
footer .logo{
	padding:10px;
	text-align:center;
}
footer .link {
	margin:30px 0;
}
footer .link ul {
	display:flex;
 justify-content: space-evenly;
	text-align:center;
}
footer .link ul li {
	font-size:14px;
}
footer .link ul li img {
	max-height:30px;
	vertical-align:middle;
	margin-right:10px;
}
footer article {
	font-size:14px;
	line-height:2;
	text-align:center;
	color:#000;
}
footer article a {
	color:#000;
}
.backtop {
	position:fixed;
	right:10px;
	bottom:10px;
	width:40px;
	height:40px;
	text-align:center;
	line-height:1.5;
	border:solid 1px rgba(0,0,0,0.2);
	background-color: rgba(0,0,0,0.6);
	cursor: pointer;
	z-index: 999;
}
.backtop:before {
	content:"\e6c4";
	font-family:"iconfont" !important;
	color:#FFF;
	font-size:30px;
}
.backtop:hover {
	border:solid 1px #000;
	background-color: #000;
}
.banner {
	text-align:center;
}
.banner img {
	max-width:100%;
}
#mid .location {
 padding: 10px 0;
 background-color: rgba(0,0,0,0.01);
 border-bottom: solid 1px rgba(0,0,0,0.05);
}
#mid .location ul li {
 display: inline-block;
 position: relative;
 color: #999;
}
#mid .location ul li:nth-child(n+2):before {
 content: "\e666";
 font-family: "iconfont" !important;
 margin: 0 5px;
 font-size: 15px;
}
#mid .location ul li a {
 font-size: 14px;
 position: relative;
 color: #888;
}
#mid .location ul li a:hover {
 color: #000;
}
#mid .piclist {}
#mid .piclist ul li {
 display: inline-block;
 width: 23.5%;
 margin-right: 2%;
 margin-left: -3px;
 margin-top: 2%;
 text-align: center;
 vertical-align: top;
}
#mid .piclist ul.od li {
 width: 22.75%;
 margin-right: 3%;
}
#mid .piclist ul li:nth-child(4n+0) {
 margin-right: 0;
}
#mid .piclist ul li .img {
 width: 100%;
 margin: 0 auto;
 text-align: center;
 overflow: hidden;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 border: solid 1px rgba(0,0,0,0.1);
}
#mid .piclist ul li .img:before {
 content: "";
 display: inline-block;
 vertical-align: middle;
 height: 100%;
 visibility: hidden;
 width: 1px;
}
#mid .piclist ul li .img img {
 vertical-align: middle;
 margin-left: -1px;
 width: 100%;
 height: 100%;
 max-height: 100% !important;
 max-width: 100% !important;
 transition: transform 0.3s ease 0s;
 transition-property: transform;
 transition-duration: 0.3s;
 transition-timing-function: ease;
 transition-delay: 0s;
}
#mid .piclist ul li .img:hover img {
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -ms-transform: scale(1.05);
 transform: scale(1.05);
}
#mid .piclist ul li h3 {
 font-size: 14px;
 margin: 10px 0;
}
#mid .list {
 padding: 30px 0;
}
#mid .list ul li {
 border-bottom: solid 1px #EEE;
 padding: 20px;
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
#mid .list ul li:hover {
 -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
 box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
#mid .list ul li .img {
 width: 20%;
 display: inline-block;
 overflow: hidden;
 vertical-align: top;
 margin-left: -3px;
}
#mid .list ul li .img img {
 height: 100%;
 width: 100%;
 vertical-align: bottom;
 transition: transform 0.3s ease 0s;
 transition-property: transform;
 transition-duration: 0.3s;
 transition-timing-function: ease;
 transition-delay: 0s;
}
#mid .list ul li:hover .img img {
 -webkit-transform: scale(1.08);
 -moz-transform: scale(1.08);
 -ms-transform: scale(1.08);
 transform: scale(1.08);
}
#mid .list ul li .timer {
 float: right;
 width: 10%;
 margin-top: 20px;
 margin-left: -3px;
 display: inline-block;
 text-align: center;
 color: #888;
}
#mid .list ul li .timer .icon {
 font-family: "iconfont" !important;
 font-size: 45px;
 color: #CCC;
}
#mid .list ul li .timer .monday {
 font-size: 24px;
}
#mid .list ul li .timer .year {
 font-size: 18px;
}
#mid .list ul li .timer .date {
 display: none;
 font-size: 16px;
}
#mid .list ul li .txt {
 width: 70%;
 display: inline-block;
 margin-left: -3px;
 vertical-align: top;
 padding-left: 30px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
#mid .list ul li .txt h3 {
 font-size: 16px;
 text-overflow: ellipsis;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
#mid .list ul li .txt article {
 font-size: 14px;
 line-height: 1.8;
 color: #888;
 margin-top: 20px;
 text-align: justify;
 text-overflow: ellipsis;
 word-break: break-all;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
 overflow: hidden;
}
#mid .list ul li .txt .btn {
 display: inline-block;
 margin-top: 20px;
 padding: 5px 10px 5px 15px;
 text-transform: uppercase;
 font-size: 14px;
 color: #666;
 background-color: #fff;
 border: solid 1px #CCC;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}
#mid .list ul li .txt .btn:after {
 content: "\e666";
 font-family: "iconfont" !important;
 font-size: 16px;
}
#mid .list ul li:hover .txt .btn {
 color: #fff;
 background-color: #be1b22;
 border: solid 1px #be1b22;
}
#mid .list ul li.nopic {
 padding: 30px 20px;
}
#mid .list ul li.nopic .txt {
 width: 86%;
}
#mid .content {
 margin: 30px 20px;
 line-height: 2;
 font-size: 14px;
}
#mid .content article {
 font-size: 16px !important;
}
#mid .content article img {
 max-width: 100%;
}
#mid .down {
 margin: 20px 0;
 font-size: 14px;
}
#mid .down span {
 font-weight: bold;
 color: #C30;
}
#mid .down img {
 vertical-align: middle;
}
#mid #form_msg .ipt {
	width: 97%;
	border: solid 1px #CCC;
	height: 33px;
	line-height: 33px;
	padding: 0 1%;
	margin-top: 10px;
}
#mid #form_msg .ipt:focus {
	border: solid 1px #c7000a;
	-moz-box-shadow: 1px 1px 3px #c7000a;
	-webkit-box-shadow: 1px 1px 3px #c7000a;
	box-shadow: 1px 1px 3px #c7000a;
}
#mid #form_msg textarea {
	width: 97%;
	padding: 1%;
	height: 60px;
	line-height: 20px;
	border: solid 1px #CCC;
	margin-top: 10px;
}
#mid #form_msg textarea:focus {
	border: solid 1px #c7000a;
	-moz-box-shadow: 1px 1px 3px #c7000a;
	-webkit-box-shadow: 1px 1px 3px #c7000a;
	box-shadow: 1px 1px 3px #c7000a;
}
#mid #form_msg .btn {
	background: #c40000;
	border: 1px solid #c40000;
	color: #FFF;
	height: 35px;
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
	margin-right: 10px;
	cursor: pointer;
	padding: 0 30px;
	font-size: 18px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
#mid #form_msg .btn:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #FFF;
	color: #c40000;
}
#mid .showinfo {
	display:inline-block;
	vertical-align:top;
	width:75%;
	margin:20px 20px 20px 0;
	padding:20px;
	line-height:2;
	font-size:14px;
	background-color:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
	border:solid 1px #E4E4E4;
}
#mid .user {
	width:100%;
	margin: 20px 0;
}
#mid .showinfo h2 {
	font-size:28px;
	font-weight:normal;
	text-align:center;
	color:#000;
}
#mid .showinfo article img {
	max-width:100%;
}
#mid .showinfo .tips {
	border-bottom:solid 1px #e4e4e4;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
	color:#999;
}
#mid .showinfo .tips span {
	display:inline-block;
	margin: 0 20px;
	vertical-align:top;
}
#mid .showinfo .tips span:before {
	font-family:"iconfont" !important;
	margin-right:5px;
	font-size:21px;
	vertical-align:middle;
	color:#666;
}
#mid .showinfo .tips span:nth-child(1):before {
	content:"\e6c8";
}
#mid .showinfo .tips span:nth-child(2):before {
	content:"\e63a";
}
#mid .showinfo .tips span:nth-child(3):before {
	content:"\e634";
}
#mid .showinfo .tips span .bdsharebuttonbox {
	display:inline-block !important;
	vertical-align:top;
}
#mid .btminfo {
	border-top:solid 1px #e4e4e4;
	margin:20px 0;
	padding-top:10px;
}
#mid .btminfo span {
	display:block;
	color:#666;
}
#mid .btminfo span a {
	color:inherit;
}
#mid .btminfo span a:hover {
	color:#c40000;
}
#mid .btminfo .btn {
	float:right;
}
#mid .btminfo .btn a {
	display:inline-block;
	background:#C40000;
	color:#FFF;
	font-size:16px;
	padding:5px 25px 5px 40px;
	margin:10px 0;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	position:relative;
	line-height:1.8;
}
#mid .btminfo .btn a:before {
	font-family:"iconfont" !important;
	content:"\e666";
	font-size:22px;
	position:absolute;
	left:20px;
	top:0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mid .showinfo .swiper-container {
	display:block;
	margin:20px 0;
	text-align:center;
}
#mid .showinfo .swiper-container .swiper-slide img {
	max-width:100%;
}
#mid .showinfo .swiper-container .swiper-pagination-bullet {
	width:12px;
	height:12px;
	background:#999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	filter: Alpha(opacity=70);
	-moz-opacity: .70;
	opacity: 0.70;
}
#mid .showinfo .swiper-container .swiper-pagination-bullet-active {
	background:#C40000;
}
#mid .odpro {
	display:inline-block;
	width:calc(25% - 25px);
	margin:20px 0;
	background-color:#fff;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
	border:solid 1px #E4E4E4;
	overflow:hidden;
}
#mid .odpro h2 {
	background-color:#c40000;
	padding:10px;
	color:#fff;
	font-size:18px;
	font-weight:400;
}
#mid .odpro h2:before {
	font-family:"iconfont" !important;
	content:"\e661";
	font-size:20px;
	vertical-align:middle;
	margin-right:5px;
}
#mid .odpro li {
	padding:15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#mid .odpro li:hover {
   border-bottom: solid 3px #DDD;
   -webkit-transform: translate3d(0, -2px, 0);
   transform: translate3d(0, -2px, 0);
   -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
   box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
#mid .odpro li .img {
	width:100%;
	text-align:center;
}
#mid .odpro li .img:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .odpro li .img img {
	vertical-align: middle;
	margin-left: -1px;
	max-height:100% !important;
	max-width:100% !important;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .odpro li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .odpro li h3 {
	width:100%;
	margin-top:10px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	font-weight:400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .showpro {
	padding:20px 0;
	line-height:2;
	font-size:14px;
} 
#mid .showpro .movepic {
	display:inline-block;
	vertical-align:top;
	width:480px;
	margin-top:10px;
	position:relative;
}
#mid .showpro .movepic &gt; a {
	display:block;
	border:solid 1px #DDD;
}
#mid .showpro .movepic &gt; a img {
	width:100%;
	vertical-align:bottom;
}
#mid .showpro .movepic .gallery-top {
	border:solid 1px #DDD;
	overflow:hidden;
	background-color:#FFF;
}
#mid .showpro .movepic .gallery-top .swiper-slide {
	text-align:center;
}
#mid .showpro .movepic .gallery-top .swiper-slide:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .showpro .movepic .gallery-top .swiper-slide img {
	max-width:100%;
	max-height:100%;
	vertical-align: middle;
	margin-left: -1px;
}
#mid .showpro .movepic .gallery-thumbs {
	height: 80px;
	width:100%;
	padding:20px 0;
	overflow:hidden;
	position:relative;
}
#mid .showpro .movepic .gallery-thumbs .swiper-slide {
	height:100%;
	opacity: 0.7;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:solid 1px #DDD;
	background-color:#FFF;
	text-align:center;
}
#mid .showpro .movepic .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border:solid 2px #c40000;
}
#mid .showpro .movepic .gallery-thumbs .swiper-slide:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;	
}
#mid .showpro .movepic .gallery-thumbs .swiper-slide img {
	vertical-align: middle;
	margin-left: -1px;
	max-height:100% !important;
	max-width:100% !important;
}
#mid .showpro .movepic .move-left {
	position:absolute;
	width:40px;
	height:40px;
	top:50%;
	margin-top:-75px;
	left:10px;
	cursor:pointer;
	text-align:center;
	z-index:1;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mid .showpro .movepic .move-left:after {
	content:"\e666";
	font-family:"iconfont" !important;
	font-size:30px;
	line-height:40px;
	color:#FFF;
	opacity: 0.2;
}
#mid .showpro .movepic .move-right {
	position:absolute;
	width:40px;
	height:40px;
	top:50%;
	margin-top:-75px;
	right:10px;
	cursor:pointer;
	text-align:center;
	z-index:1;
}
#mid .showpro .movepic .move-right:after {
	content:"\e666";
	font-family:"iconfont" !important;
	font-size:30px;
	line-height:40px;
	color:#FFF;
	opacity: 0.2;
}
#mid .showpro .movepic:hover .move-left,#mid .showpro .movepic:hover .move-right {
	background:#FFF;
	opacity: 0.6;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
#mid .showpro .movepic:hover .move-left:after,#mid .showpro .movepic:hover .move-right:after {
	color:#000;
	opacity:1;
}
#mid .showpro .protxt {
	display:inline-block;
	float:right;
	width: calc(100% - 510px);	
	width:610px\9;
}
#mid .showpro .protxt h2 {
	font-size:25px;
	margin-top:10px;
}
#mid .showpro .protxt article {
	border: dashed 1px #DDD;
	background-color:#f9f9f9;
	padding:10px;
	color:#555;
	font-size:15px;
	margin-top:10px;
}
#mid .showpro .protxt .btn {
	display:inline-block;
	margin-top:20px;
}
#mid .showpro .protxt .btn a {
	display:block;
	margin-right:15px;
	background-color:#3ab3d2;
	color:#fff;
	padding:3px 20px;
	font-size:15px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
#mid .showpro .protxt .btn a.on {
	margin-right:0;
	background-color:#1b6aa3;
}
#mid .showpro .protxt .odlist h3 {
	font-size:20px;
	margin-bottom:5px;
	margin-top:20px;
}
#mid .showpro .protxt .odlist li {
	display:inline-block;
	vertical-align:top;
	width:16.66666%;
	margin-right:-4px;
	border: solid 1px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:5px;
	background:#FFF;
	webkit-transition: all 0.2s linear;
 transition: all 0.2s linear;
}
#mid .showpro .protxt .odlist li:hover {
		border-bottom: solid 3px #DDD;
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);
		-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
		box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
#mid .showpro .protxt .odlist li .img {
	width:100%;
	text-align:center;
}
#mid .showpro .protxt .odlist li .img:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .showpro .protxt .odlist li .img img {
	vertical-align: middle;
	margin-left: -1px;
	max-height:100% !important;
	max-width:100% !important;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .showpro .protxt .odlist li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .showpro .protxt .odlist li h3 {
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	font-weight:400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .showpro .procon {
	margin-top:20px;
	line-height: 28px;
	font-size:14px;
	overflow:hidden;
	background-color:#fff;
	padding:20px;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
	border:solid 1px #E4E4E4;
}
#mid .showpro .procon h2{
	height:45px;
	background:#F3F3F3;
	margin-bottom:20px;
}
#mid .showpro .procon h2 div {
	display:inline-block;
	background: #1b6aa3;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}
#mid .showpro .procon .con {
	margin: 20px 10px;
	display:none;
}
#mid .showpro .procon .con img {
	max-width:100%;
}
#mid .showpro .procon .con.on {
	display:block;
}
#mid .showpro .tmenu {
	clear:both;
	border-bottom: solid 1px #DDD;
}
#mid .showpro .tmenu li {
	display:inline-block;
	line-height:50px;
	font-size:18px;
	margin-right:20px;
	padding:0 10px;
	cursor:pointer;
	font-weight:600;
}
#mid .showpro .tmenu li.on {
	color:#C40000;
	border-bottom: solid 2px #C40000;
}
#mid .showpro .tmenu li.on:before {
	color:#C40000;
}

@media screen and (max-width: 810px) {
 header {
		position:relative;
	}	
 header .overlay {
  position: fixed;
  z-index: 3;
  background-color: #000;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
 header .menubtn {
  position: absolute;
  cursor: pointer;
  text-align: center;
  right: 0;
  top: 50%;
		margin-top:-25px;
  z-index: 4;
 }
 header .menubtn.on {
  position: fixed;
  top: 0px;
		margin-top:0;
 }
 header .menubtn.on:after {
  content: "";
  position: absolute;
  left:0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  z-index: -1;
 }
 header .menubtn:before {
  content: "\e639";
  font-family: "iconfont" !important;
  color: #000;
  font-size: 25px;
  padding: 10px 15px;
  display: inline-block;
 } 
 header .menubtn.on:before {
  color: #FFF;
 }
	header .menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
		z-index:4;
 }
 header.wapopen .menubtn:before {
  color: #FFF;
  content: "\e654";
 }
	header.wapopen .overlay {
  height: 100%;
 }
	header.wapopen .menu {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
  visibility: visible;
  opacity: 1;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
 }
	header.wapopen .menu ul {
		text-align:left;
	}
 header.wapopen .menu ul li {
  display: block;
  padding: 10px;
  border-bottom: solid 1px rgba(255,255,255,0.1);
 }
 header.wapopen .menu ul li a {
  font-size: 16px;
  color: #FFF;
 }
	header.wapopen .menu ul li ul {
		top:57px;
		background-color:#000;
	}
	#banner .img {
		height:auto;
		background-image:none !important;
		overflow:hidden;
	}
	#banner .img img {
		width:140%;
		margin-left:-20%;
	    display:block;
	}
	#mid .hmpro h1 {
		font-size:20px;
	}
	#mid .hmpro h1 span {
		font-size:25px;
	}
	#mid .hmpro ul li {
		width:49%;
	}
	#mid .hmpro ul li:nth-child(2n+0) {
		margin-right:0;
	}
	#mid .hmab {
		padding:20px 0;
	}	
	#mid .hmab article {
		padding:30px;
		margin:20px auto;
	}
	#mid .hmab article h1 {
		font-size:20px;
	}
	#mid .hmab article h1 span {
		font-size:25px;
	}
	#mid .piclist ul li {
  width: 49%;
 }
 #mid .piclist ul li:nth-child(4n+0) {
  margin-right: 2%;
 }
 #mid .piclist ul li:nth-child(2n+0) {
  margin-right: 0;
 }
 #mid .piclist ul li h3 {
  font-weight:400;
 }
 #mid .list {
  padding: 0;
 }
 #mid .list ul li .img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
 }
 #mid .list ul li .timer,#mid .list ul li.nopic .timer {
  width: 50%;
  margin-left: 0;
  text-align: right;
  margin-top: -30px;
 }
 #mid .list ul li .timer .icon {
  font-size: 20px;
  color: #CCC;
  display: inline-block;
 }
 #mid .list ul li .timer .monday {
  display: none;
 }
 #mid .list ul li .timer .year {
  display: none;
 }
 #mid .list ul li .timer .date {
  display: inline-block;
 }
 #mid .list ul li .txt, #mid .list ul li.nopic .txt {
  width: 100%;
  padding-left: 0;
 }
 #mid .list ul li .txt h3 {
  font-size: 18px;
 } 	
	#mid .content {
		margin: 20px 10px;
	}
	#mid .showpro .movepic {
		width:100%;
		margin-top:0;
	}
	#mid .showpro .protxt {
		float:none;
		width: 100%;	
	}
	#mid .showpro .protxt h2 {
		font-size:20px;
	}	
	#mid .showpro .protxt .btn {
		margin:20px 0;
	}
	#mid .showpro .procon {
		margin-top:10px;
	}	
	#mid .showpro .btminfo .btn {
		float:none;
		text-align:center;
	}
	#mid .showpro .protxt .odlist li {
		width:50%;
	}		
	#mid .showinfo {
		width:98%;
		margin:20px 1%;
	}
	#mid .showinfo h2 {
		font-size:25px;
		line-height:1.5;
	}
	#mid .odpro {
		width:98%;
		margin:30px 1%;
	}
	#mid .odpro li {
		display:inline-block;
		width:50%;
		margin-left:-3px;
	}	
}

@media screen and (max-width: 430px) {
	.page span {
		display:none;
	}	
	.page span.current, .page span.param {
		display:inline-block;
	}
	#mid .showinfo .tips {
		padding:10px 0;
	}
	#mid .showinfo .tips span {
		display:block;
		margin: 0;
		text-align:left;
		line-height:1.5;
	}
	#mid .showinfo h2 {
		text-align:left;
		font-size:20px;
	}
	#mid .showinfo .btminfo .btn {
		float:none;
		text-align:center;
	}
}
</pre></body></html>