﻿@import url("hover.css");
@import url("animate.css");
@import url("swiper.min.css");
@import url("font/iconfont.css");
@font-face {
	font-family: 'DIN Condensed Bold';
	src: url('font/DIN Condensed Bold.eot');
	src: url('font/DIN Condensed Bold.eot?#iefix') format('embedded-opentype');
	src: url('font/DIN Condensed Bold.woff') format('woff'), url('font/DIN Condensed Bold.ttf') format('truetype'), url('font/DIN Condensed Bold.svg#DIN Condensed Bold') format('svg'), local('DIN Condensed Bold');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ZhengQingKeHuangYouTi';
	font-style: normal;
	font-weight: 400;
	src: url(font/ZhengQingKeHuangYouTi-1.woff) format('woff'), url('font/ZhengQingKeHuangYouTi-1.ttf') format('truetype');
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #333;
	font-family: "PingFang SC", Microsoft Yahei, Arial, Helvetica, sans-serif;
}
ul {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align: bottom;
}
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: "PingFang SC", Microsoft Yahei, Arial, Helvetica, sans-serif;
	outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #666;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #666;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #666;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #666;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #be1b22;
}
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: #390;
}
.f_blue {
	color: #36F;
}
.f_mblue {
	color: #09C;
}
.f_dblue {
	color: #069;
}
.f_gold {
	color: #F60;
}
.f_pink {
	color: #F6C;
}
.f_Arial {
	font-family: Arial, Helvetica, sans-serif;
}
.f_yk {
	font-family: Microsoft Yahei;
}
.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;
}
.mb30 {
	margin-bottom: 30px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.line {
	background: url(../images/line.png) repeat-x left center;
	height: 18px;
	width: 100%;
	margin: 0px auto;
	clear: both;
}
.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;
}
.kk {
	width: 92%;
	margin: 0 auto;
}
.success {
	-webkit-animation: fadeIn 0.5s ease 0s 1 both;
	animation: fadeIn 0.5s ease 0s 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 {
	position: relative;
	z-index: 2;
}
/*幻灯片*/
header .banner {
	position: relative;
	width: 100%;
	background-color: #000;
	z-index: 1;
}
header .banner .swiper-container {
	height: inherit;
}
header .banner .prev, header .banner .next {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	z-index: 3;
	-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;
}
header .banner .prev:focus, header .banner .next:focus {
	outline: none;
}
header .banner .prev:before, header .banner .next:before {
	content: "\e666";
	font-family: "iconfont" !important;
	vertical-align: middle;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 50px;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	color: rgba(255, 255, 255, 0.3);
}
header .banner .prev:hover:before, header .banner .next:hover:before {
	color: rgba(255, 255, 255, 0.8);
}
header .banner .prev {
	left: -60px;
}
header .banner .prev:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
header .banner .next {
	right: -60px;
}
header .banner:hover .prev {
	left: 10px;
}
header .banner:hover .next {
	right: 10px;
}
header .banner .img {
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}
header .banner .img img {
	display: none;
}
header .od {
	background: #ac1f27;
	height: 40px;
	line-height: 40px;
	border-bottom: solid 1px #ddd;
	font-size: 13px;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header .od ul {
	float: right;
}
header .od ul li {
	display: inline-block;
	margin-left: 20px;
	position: relative;
	z-index: 2;
}
header .od ul li:before {
	content: "/";
	position: absolute;
	left: -12px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.6);
}
header .od ul li:first-child:before {
	content: normal;
}
header .od ul li a span {
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -50px;
}
header .od ul li a {
	display: block;
	color: inherit;
}
header .od ul li a:hover {
	color: #fac1b5;
}
header .od ul li a:hover span {
	display: block;
}
header .od .tel {
	float: right;
	margin-right: 20px;
	position: relative;
}
header .od .tel span {
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}
header .od .tel span i {
	font-family: "iconfont" !important;
	margin-right: 5px;
	font-style: normal;
	font-size: 16px;
}
header .od .tel span:first-child {
	border-right: none;
}
header .od .tel span:first-child a {
	color: #FFF;
	vertical-align: bottom;
	font-size: 20px;
	font-family: 'DIN Condensed Bold';
}
header .logo {
	display: inline-block;
	height: 100px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header .logo:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
header .logo img {
	max-height: 80px;
	vertical-align: middle;
	margin-right: -1px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header .logo_name {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
	line-height: 1.5;
}
header .logo_name h1 {
	font-size: 30px;
	font-weight: 400;
	color: #222;
	font-family: "ZhengQingKeHuangYouTi" !important;
}
header .logo_name h2 {
	font-size: 15px;
	font-weight: 400;
	color: #888;
	letter-spacing: 2px;
	font-family: "ZhengQingKeHuangYouTi" !important;
}
header .menu {
	position: relative;
	float: right;
	clear: right;
	display: inline-block;
	z-index: 1;
	margin-top: 30px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header .menu .mod {
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: solid 2px #be1b22;
	-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;
}
header .menu ul li {
	display: inline-block;
	margin-right: 30px;
}
header .menu ul li:last-child {
	margin-right: 0;
}
header .menu ul li a {
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	font-weight: 400;
	color: #000;
}
header .menu ul li a:hover {
	color: #be1b22;
}
header .btop {
	height: 140px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header .boxfix {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 140px;
	opacity: 1;
	z-index: 3;
	background-color: #FFF;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
	-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;
}
header .boxfix.close {
	height: 0;
	opacity: 0;
}
/*scoll*/
header.scroll .btop {
	height: 60px;
}
header.scroll .boxfix {
	height: 60px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
header.scroll .logo {
	height: 60px;
}
header.scroll .logo img {
	max-height: 40px;
}
header.scroll .od {
	margin-top: -40px;
}
header.scroll .logo_name h2 {
	display: none;
}
header.scroll .menu {
	margin-top: 10px;
}
.midbody {
	position: relative;
	z-index: 1;
}
.midbody a.ann {
	position: relative;
	width: 160px;
	display: block;
	margin: 30px auto 0 auto;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	cursor: pointer;
	z-index: 1;
}
.midbody a.ann .hover {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	border: 1px solid #be1b22;
	width: 100%;
	height: 100%;
	background: #be1b22;
	transition: transform .25s ease-out;
	-webkit-transition: transform .25s ease-out;
	-moz-transition: transform .25s ease-out;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.midbody a.ann:hover .hover {
	background: rgba(0, 0, 0, 0.05);
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
}
.midbody a.ann:hover {
	color: #be1b22;
}
.midbody .tit {
	color: #000;
	font-size: 25px;
	font-weight: 400;
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.midbody .tit h1 {
	font-size: 28px;
	font-weight: 400;
}
.midbody .tit h1:before {
	content: "\e653";
	font-family: "iconfont" !important;
	font-size: 30px;
	vertical-align: middle;
	margin-right: 5px;
	font-weight: bold;
	color: #ac1f27;
}
.midbody .tit h2 {
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	color: #666;
}
.midbody .hmab {
	padding: 50px 0;
	background-image: url(../images/abbg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.midbody .hmab .ab_box {
	width: 60%;
	display: inline-block;
}
.midbody .hmab .ab_box h1 {
	color: #000;
	font-size: 28px;
	font-weight: 400;
}
.midbody .hmab .ab_box h1:before {
	content: "\e653";
	font-family: "iconfont" !important;
	font-size: 30px;
	vertical-align: middle;
	margin-right: 5px;
	font-weight: bold;
	color: #ac1f27;
}
.midbody .hmab .ab_box h2 {
	font-size: 28px;
	font-weight: 600;
	margin-top: 10px;
	font-family: Microsoft JhengHei;
}
.midbody .hmab .ab_box article {
	font-size: 15px;
	line-height: 2;
	text-align: justify;
	margin-top: 20px;
}
.midbody .hmab .ab_img {
	display: inline-block;
	width: 35%;
	margin-right: -3px;
	float: right;
}
.midbody .hmab .ab_img img {
	max-width: 100%;
	max-height: 100%;
}
.midbody .hmad {
	padding: 50px 0;
	text-align: center;
	background-image: url(../images/ysbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.midbody .hmad:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.3;
	z-index: -1;
}
.midbody .hmad .tit {
	color: rgba(255, 255, 255, 0.8);
}
.midbody .hmad .tit h1 {
	font-size: 28px;
	font-weight: 400;
}
.midbody .hmad .tit h1:before {
	content: "\e653";
	font-family: "iconfont" !important;
	font-size: 30px;
	vertical-align: middle;
	margin-right: 5px;
	font-weight: bold;
	color: inherit;
}
.midbody .hmad .tit h2 {
	font-size: 16px;
	font-weight: 400;
	color: inherit;
}
.midbody .hmad ul li {
	display: inline-block;
	width: 22%;
	margin-left: -3px;
	margin-right: 4%;
	padding-top: 60px;
	text-align: center;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 1;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.midbody .hmad ul li:after {
	content: "";
	position: absolute;
	z-index: -2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #F4F4F4 url("../images/mast.png") no-repeat 55% 10%;
	background-size: 55%;
}
.midbody .hmad ul li:nth-child(4n+0) {
	margin-right: 0;
}
.midbody .hmad ul li .tb {
	display: inline-block;
	text-align: center;
	width: 55%;
	margin-bottom: 20px;
	border: 2px solid #D11F27;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
	-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;
}
.midbody .hmad ul li .tb img {
	width: 100%;
	height: 100%;
}
.midbody .hmad ul li article {
	width: 100%;
	padding: 0 40px 60px 40px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.midbody .hmad ul li article:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 10%;
	height: 2px;
	left: 45%;
	bottom: 40px;
	background-color: #be1b22;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.midbody .hmad ul li:hover article:before {
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	padding-top: 50px;
	-webkit-border-radius: 50px 50px 0 0;
	-moz-border-radius: 50px 50px 0 0;
	border-radius: 50px 50px 0 0;
}
.midbody .hmad ul li h3 {
	font-size: 18px;
	color: #000;
	-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;
}
.midbody .hmad ul li p {
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.8;
	text-align: justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-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;
}
.midbody .hmad ul li:hover .tb {
	color: #be1b22;
	margin-bottom: 70px;
	margin-top: -20px;
}
.midbody .hmad ul li:hover h3, .midbody .hmad ul li:hover p {
	color: rgba(255, 255, 255, 0.8);
}
.midbody .hmad ul li:hover p {
	-webkit-line-clamp: 10;
}
.midbody .hmpro {
	padding: 50px 0;
}
.midbody .hmpro ul {
	background: #f3f1ed url(../images/product_bg.jpg) repeat center top;
	background-size: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.midbody .hmpro ul li {
	display: inline flex;
	width: 50%;
	margin-right: -3px;
	vertical-align: top;
}
.midbody .hmpro ul li .img {
	width: 55%;
	text-align: center;
}
.midbody .hmpro ul li .img:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
.midbody .hmpro ul li .img img {
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
	margin-right: -1px;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.midbody .hmpro ul li:nth-child(4n+1) .img, .midbody .hmpro ul li:nth-child(4n+2) .img {
	order: 0;
}
/* 匹配“2”的位置：第3、4、7、8、11、12...个元素 */
.midbody .hmpro ul li:nth-child(4n+3) .img, .midbody .hmpro ul li:nth-child(4n) .img { /* 4n 等价于 4n+4，简化写法 */
	order: 1;
}
.midbody .hmpro ul li:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.midbody .hmpro ul li .txt {
	width: 45%;
	padding: 10% 30px;
	box-sizing: border-box;
}
.midbody .hmpro ul li .txt h3 {
	font-size: 30px;
	font-family: Microsoft JhengHei;
}
.midbody .hmpro ul li .txt p {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.8;
	text-align: justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.midbody .hmpro ul li .txt .btn {
	display: inline-block;
	margin-top: 20px;
	border: solid 2px #ac1f27;
	padding: 0px 30px;
	font-family: "iconfont" !important;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	font-size: 25px;
	font-weight: 900;
	line-height: 1;
	color: #ac1f27;
	-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;
}
.midbody .hmpro ul li:hover .txt .btn {
	padding: 0px 40px;
}
.midbody .hmnews {
	padding-bottom: 50px;
	text-align: center;
}
.midbody .hmnews .img {
	display: inline-block;
	width: 48%;
	margin-right: -3px;
	overflow: hidden;
	text-align: left;
}
.midbody .hmnews .img img {
	width: 100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.midbody .hmnews .img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.midbody .hmnews .img article {
	margin-top: 20px;
	padding-right: 20px;
}
.midbody .hmnews .img article .date {
	display: inline-block;
	width: 20%;
	margin-left: -3px;
	vertical-align: top;
	font-size: 55px;
	color: #ac1f27;
	text-align: center;
}
.midbody .hmnews .img article .date p {
	font-size: 16px;
}
.midbody .hmnews .img article .con {
	display: inline-block;
	width: 80%;
	margin-left: -3px;
}
.midbody .hmnews .img article .con h3 {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #ac1f27;
}
.midbody .hmnews .img article .con p {
	line-height: 1.5;
	font-size: 13px;
	color: #666;
	text-align: justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.midbody .hmnews .list {
	display: inline-block;
	width: 52%;
	padding-left: 40px;
	vertical-align: top;
	text-align: left;
	margin-right: -3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.midbody .hmnews .list ul li {
	border-bottom: dashed 1px #CCC;
	padding: 25px 10px;
}
.midbody .hmnews .list ul li:last-child {
	border-bottom: none;
}
.midbody .hmnews .list ul li .date {
	display: inline-block;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	margin-right: 30px;
}
.midbody .hmnews .list ul li .date:after {
	content: "";
	position: absolute;
	height: 100%;
	top: 0;
	right: -15px;
	border-right: solid 1px #DDD;
}
.midbody .hmnews .list ul li .date span {
	font-size: 32px;
	display: block;
}
.midbody .hmnews .list ul li article {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: calc(100% - 100px);
}
.midbody .hmnews .list ul li article h3 {
	font-size: 16px;
}
.midbody .hmnews .list ul li article p {
	color: #666;
	text-align: justify;
	margin-top: 10px;
	line-height: 1.5;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
footer {
	position: relative;
	z-index: 1;
}
footer .link {
	padding-bottom: 15px;
	border-top: solid 1px rgba(0, 0, 0, 0.08);
	background-color: rgba(0, 0, 0, 0.05);
}
footer .link h1 {
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
}
footer .link ul {
	display: inline-block;
}
footer .link ul li {
	display: inline-block;
	margin-top: 15px;
	margin-right: 20px;
	font-size: 14px;
}
footer .link ul li:last-child {
	margin-right: 0;
}
footer .btm_con {
	background-color: rgba(0, 0, 0, 0.85);
	padding: 30px 0;
}
footer .btm_con .btm_box {
	display: inline-block;
	vertical-align: top;
}
footer .btm_con .btm_box ul {
	margin-left: 50px;
}
footer .btm_con .btm_box ul li {
	color: rgba(255,255,255,0.95);
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	padding-left: 35px;
	margin-top: 15px;
}
footer .btm_con .btm_box ul li:before {
	content: "\e610";
	font-family: "iconfont" !important;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: -5px;
}
footer .btm_con .btm_box ul li:nth-child(2):before {
	content: "\e62a";
}
footer .btm_con .btm_box ul li:nth-child(3):before {
	content: "\e649";
}
footer .btm_con .btm_box ul li a {
	color:#FFF;
}
footer .btm_con .btm_box span {
	display: inline-block;
	text-align: center;
	margin: 0 20px;
	font-size: 14px;
	color: #fff;
	vertical-align: top;
}
footer .btm_con .btm_box span img {
	width: 110px;
	display: block;
	margin-bottom: 10px;
}
footer .btm_con .btm_box:nth-child(3) {
	float: right;
}
footer .btm_con .btm_box:nth-child(1) {
	margin-top: 10px;
}
footer .btm_con .btm_box:nth-child(1) img {
	max-height: 120px;
	-webkit-filter: contrast(0%) brightness(200%);
	filter: contrast(0%) brightness(200%);
}
footer .btm_con2 {
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 1.5;
	background-color: rgba(0, 0, 0, 0.9);
}
footer .btm_con2 a {
	color: #fff;
}
.backtop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	position: fixed;
	right: 10px;
	bottom: 10px;
	background: #000;
	cursor: pointer;
	z-index: 9999;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	display: none;
}
.backtop:before {
	content: "\e6c4";
	font-family: "iconfont" !important;
	color: #FFF;
	font-size: 25px;
}
.mbg {
	background: #fcfcfc;
}
.midbody .topnav {
	background: #FFF;
	height: 60px;
	box-shadow: 0px 2px 4px -2px #CCC;
}
.midbody .topnav .kk {
	position: relative;
}
.midbody .type {
	margin-left: 4px;
}
.midbody .type ul li {
	display: inline-block;
	position: relative;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	margin-left: -4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.midbody .type ul li:hover, .midbody .type ul > li.on {
	background-color: #c01920;
	color: #fff;
	-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;
}
.midbody .type ul li a {
	display: block;
	font-size: 15px;
	color: #888;
}
.midbody .type ul li:hover > a, .midbody .type ul li.on > a {
	color: #FFF;
}
.midbody .type ul li span {
	position: relative;
	display: inline-block;
	width: 10px;
	float: right;
}
.midbody .type ul li span:after {
	content: "\e6aa";
	font-family: "iconfont" !important;
	position: absolute;
	right: -10px;
	top: 3px;
	font-size: 11px;
	color: #888;
	-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;
}
.midbody .type ul li:hover span:after, .midbody .type ul li.on span:after {
	color: #fff;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-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;
}
.midbody .type ul li ul {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: -1;
	background: #FFF;
	padding: 10px;
	text-align: left;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 1px 2px 4px -1px #CCC;
	border: solid 1px #DDD;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-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;
}
.midbody .type ul li:hover ul {
	top: 60px;
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-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: 999;
}
.midbody .type ul li ul:before {
	content: "";
	border: solid 1px #DDD;
	border-top: none;
	border-right: none;
	height: 10px;
	width: 10px;
	background: #FFF;
	position: absolute;
	left: 20px;
	top: -6px;
	z-index: -1;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.midbody .type ul li ul li {
	display: block;
	white-space: nowrap;
	line-height: 1.5;
	padding: 5px 10px;
	height: auto;
	background-color: #fff !important;
}
.midbody .type ul li ul li a {
	font-size: 13px;
	color: #888 !important;
}
.midbody .type ul li ul li.on a, .midbody .type ul li ul li a:hover, .midbody .type ul li ul li:hover a {
	color: #c01920 !important;
}
.midbody .location {
	float: right;
	margin-top: 20px;
}
.midbody .location ul li {
	display: inline-block;
	position: relative;
	color: #888;
}
.midbody .location ul li:nth-child(1):before {
	content: "\e62b";
	font-family: "iconfont" !important;
	font-size: 15px;
	margin: 0;
	margin-right: 5px;
}
.midbody .location ul li:hover:nth-child(1):before {
	color: #c01920;
}
.midbody .location ul li:before {
	content: "\e666";
	font-family: "iconfont" !important;
	margin: 0 5px;
	font-size: 15px;
}
.midbody .location ul li a {
	font-size: 14px;
	position: relative;
	color: #888;
}
.midbody .location ul li a:hover {
	color: #c01920;
}
.midbody .main {
	padding: 20px 0;
}
.midbody .main .content {
	margin: 30px 20px;
	line-height: 2;
	font-size: 14px;
}
.midbody .main .content article {
	font-size: 16px !important;
}
.midbody .main .content article img {
	max-width: 100%;
}
.midbody .main .down {
	margin: 20px 0;
	font-size: 14px;
}
.midbody .main .down span {
	font-weight: bold;
	color: #C30;
}
.midbody .main .down img {
	vertical-align: middle;
}
.midbody .main .newslist {
	background: #EEE;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 5px 10px;
}
.midbody .main .newslist.wt {
	background: #FFF;
}
.midbody .main .newslist a {
	padding-left: 10px;
	background: url(../images/tb.png) no-repeat left center;
	font-size: 14px;
}
.midbody .main .piclist {
}
.midbody .main .piclist ul li {
	display: inline-block;
	width: 23.5%;
	margin-right: 2%;
	margin-left: -3px;
	margin-top: 20px;
	text-align: center;
	vertical-align: top;
}
.midbody .main .piclist ul li:nth-child(4n+0) {
	margin-right: 0;
}
.midbody .main .piclist ul.od li {
	width: 32%;
}
.midbody .main .piclist ul.od li:nth-child(4n+0) {
	margin-right: 2%;
}
.midbody .main .piclist ul.od li:nth-child(3n+0) {
	margin-right: 0;
}
.midbody .main .piclist ul li .img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #E6E6E6;
	background-color: #fff;
}
.midbody .main .piclist ul li .img:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
.midbody .main .piclist ul li .img img {
	vertical-align: middle;
	margin-left: -1px;
	width: 100%;
	height: 100%;
	max-height: 95% !important;
	max-width: 95% !important;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.midbody .main .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);
}
.midbody .main .piclist ul li h3 {
	font-size: 16px;
	margin: 10px 0;
	font-weight: normal;
}
.midbody .main .videolist {
	padding: 10px;
}
.midbody .main .videolist ul li {
	display: inline-block;
	width: 25%;
	margin-left: -3px;
	margin-bottom: 20px;
	vertical-align: top;
}
.midbody .main .videolist ul li .img {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.midbody .main .videolist ul li:hover .img:before {
	content: "\e617";
	font-family: "iconfont" !important;
	font-size: 60px;
	color: #FFF;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -30px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index: 3;
}
.midbody .main .videolist ul li:hover .img:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
	z-index: 2;
}
.midbody .main .videolist ul li .img img {
	width: 100%;
	height: 100%;
	vertical-align: bottom;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.midbody .main .videolist ul li .img img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.midbody .main .videolist ul li .txt {
	width: 80%;
	margin: 0 auto;
	padding: 10px 5%;
	text-align: center;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.midbody .main .list {
	padding: 0px;
}
.midbody .main .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;
}
.midbody .main .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;
}
.midbody .main .list ul li .img {
	width: 20%;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin-left: -3px;
}
.midbody .main .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;
}
.midbody .main .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);
}
.midbody .main .list ul li .timer {
	float: right;
	width: 10%;
	margin-top: 10px;
	margin-left: -3px;
	display: inline-block;
	text-align: center;
	color: #888;
}
.midbody .main .list ul li .timer .icon {
	font-family: "iconfont" !important;
	font-size: 45px;
	color: #CCC;
}
.midbody .main .list ul li .timer .monday {
	font-size: 24px;
}
.midbody .main .list ul li .timer .year {
	font-size: 18px;
}
.midbody .main .list ul li .timer .date {
	display: none;
	font-size: 16px;
}
.midbody .main .list ul li .txt {
	width: 70%;
	display: inline-block;
	margin-top: 10px;
	margin-left: -3px;
	vertical-align: top;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.midbody .main .list ul li .txt h3 {
	font-size: 20px;
	font-weight: 400;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.midbody .main .list ul li .txt article {
	font-size: 15px;
	line-height: 1.5;
	color: #888;
	margin-top: 10px;
	text-align: justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.midbody .main .list ul li .txt .btn {
	display: inline-block;
	margin-top: 20px;
	padding: 7px 18px;
	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;
}
.midbody .main .list ul li .txt .btn:after {
	content: "\e666";
	font-family: "iconfont" !important;
	font-size: 16px;
}
.midbody .main .list ul li:hover .txt .btn {
	color: #fff;
	background-color: #c01920;
	border: solid 1px #c01920;
}
.midbody .main .list ul li.nopic .txt {
	width: 86%;
}
.midbody .main .list2 {
	padding: 0px;
}
.midbody .main .list2 ul {
	margin-left: 3px;
}
.midbody .main .list2 ul li {
	display: inline-block;
	width: 50%;
	margin-left: -3px;
	border-bottom: solid 1px #ddd;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-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;
}
.midbody .main .list2 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;
}
.midbody .main .list2 ul li .img {
	width: 40%;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin-left: -3px;
}
.midbody .main .list2 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;
}
.midbody .main .list2 ul li:hover .img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
.midbody .main .list2 ul li .txt {
	width: 60%;
	display: inline-block;
	margin-left: -3px;
	vertical-align: top;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.midbody .main .list2 ul li .txt h3 {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 400;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.midbody .main .list2 ul li .txt article {
	font-size: 15px;
	line-height: 1.6;
	color: #888;
	margin-top: 10px;
	text-align: justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.midbody .main .list2 ul li .txt .btn {
	display: inline-block;
	margin-top: 20px;
	padding: 5px 20px;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	background-color: #c01920;
	border: solid 1px #c01920;
}
.midbody .main .list2.od ul li {
	width: 49%;
	padding: 0;
	margin-bottom: 30px;
	margin-right: 2%;
	padding-right: 20px;
	border: solid 1px #eee;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.midbody .main .list2.od ul li:nth-child(2n+0) {
	margin-right: 0;
}
.midbody .main .list2.od ul li .img {
	width: 45%;
	position: relative;
}
.midbody .main .list2.od ul li .txt {
	width: 55%;
}
.midbody .main .list2.od ul li .txt h3 {
	margin-top: 30px;
}
.midbody .main .list2.od ul li:hover {
	background-color: rgba(175, 123, 22, 0.6);
}
.midbody .main .list2.od ul li .img:before {
	content: "\e607";
	font-family: "iconfont" !important;
	position: absolute;
	width: 50px;
	height: 50px;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -25px;
	font-size: 50px;
	color: #fff;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-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: 2;
}
.midbody .main .list2.od ul li:hover .img:before {
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
	opacity: 0.90;
	-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;
}
.midbody .main .list2.od ul li:hover .img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(175, 123, 22, 0.6);
	z-index: 1;
}
.midbody .main .list2.od ul li:hover .txt h3 {
	color: #fff;
}
.midbody .main .list2.od ul li:hover .txt article {
	color: rgba(255, 255, 255, 0.8);
}
.midbody .main .list2.od ul li:hover .txt .btn {
	color: #666;
	background-color: #fff;
	border: solid 1px #fff;
}
.midbody .main #form_msg .ipt {
	width: 97%;
	border: solid 1px #CCC;
	height: 33px;
	line-height: 33px;
	padding: 0 1%;
	margin-top: 10px;
}
.midbody .main #form_msg .ipt:focus {
	border: solid 1px #c01920;
	-moz-box-shadow: 1px 1px 3px #c01920;
	-webkit-box-shadow: 1px 1px 3px #c01920;
	box-shadow: 1px 1px 3px #c01920;
}
.midbody .main #form_msg textarea {
	width: 97%;
	padding: 1%;
	height: 60px;
	line-height: 20px;
	border: solid 1px #CCC;
	margin-top: 10px;
}
.midbody .main #form_msg textarea:focus {
	border: solid 1px #c01920;
	-moz-box-shadow: 1px 1px 3px #c01920;
	-webkit-box-shadow: 1px 1px 3px #c01920;
	box-shadow: 1px 1px 3px #c01920;
}
.midbody .main #form_msg .btn {
	background: #c01920;
	border: 1px solid #c01920;
	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;
}
.midbody .main #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: #c01920;
}
.midbody .main .showinfo {
	display: inline-block;
	vertical-align: top;
	width: 78%;
	margin: 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;
}
.midbody .main .showinfo h2 {
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	color: #000;
}
.midbody .main .showinfo article img {
	max-width: 100%;
}
.midbody .main .showinfo .tips {
	border-bottom: solid 1px #e4e4e4;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	color: #999;
}
.midbody .main .showinfo .tips span {
	display: inline-block;
	margin: 0 20px;
	vertical-align: top;
}
.midbody .main .showinfo .tips span:before {
	font-family: "iconfont" !important;
	margin-right: 5px;
	font-size: 21px;
	vertical-align: middle;
	color: #666;
}
.midbody .main .showinfo .tips span:nth-child(1):before {
	content: "\e6c8";
}
.midbody .main .showinfo .tips span:nth-child(2):before {
	content: "\e63a";
}
.midbody .main .showinfo .tips span:nth-child(3):before {
	content: "\e634";
}
.midbody .main .showinfo .tips span .bdsharebuttonbox {
	display: inline-block !important;
	vertical-align: top;
}
.midbody .main .btminfo {
	border-top: solid 1px #e4e4e4;
	margin: 20px 0;
	padding-top: 10px;
}
.midbody .main .btminfo span {
	display: block;
	color: #666;
}
.midbody .main .btminfo span a {
	color: inherit;
}
.midbody .main .btminfo span a:hover {
	color: #c01920;
}
.midbody .main .btminfo .btn {
	float: right;
}
.midbody .main .btminfo .btn a {
	display: inline-block;
	background: #c01920;
	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;
}
.midbody .main .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);
}
.midbody .main .showinfo .swiper-container {
	display: block;
	margin: 20px 0;
	text-align: center;
}
.midbody .main .showinfo .swiper-container .swiper-slide img {
	max-width: 100%;
}
.midbody .main .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;
}
.midbody .main .showinfo .swiper-container .swiper-pagination-bullet-active {
	background: #c01920;
}
.midbody .main .odpro {
	display: inline-block;
	float: right;
	width: 20%;
	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;
}
.midbody .main .odpro h2 {
	background-color: #c01920;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.midbody .main .odpro h2:before {
	font-family: "iconfont" !important;
	content: "\e661";
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
.midbody .main .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;
}
.midbody .main .odpro li:hover {
	border-bottom: solid 3px #c01920;
	-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);
}
.midbody .main .odpro li .img {
	width: 100%;
}
.midbody .main .odpro 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;
}
.midbody .main .odpro li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.midbody .main .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;
}
.midbody .main .showpro {
	padding: 20px;
	line-height: 2;
	font-size: 14px;
}
.midbody .main .showpro .movepic {
	display: inline-block;
	vertical-align: top;
	width: 480px;
	margin-top: 10px;
	position: relative;
}
.midbody .main .showpro .movepic > a {
	display: block;
	border: solid 1px #DDD;
}
.midbody .main .showpro .movepic > a img {
	width: 100%;
	vertical-align: bottom;
}
.midbody .main .showpro .movepic .gallery-top {
	border: solid 1px #DDD;
	overflow: hidden;
}
.midbody .main .showpro .movepic .gallery-top .swiper-slide {
	text-align: center;
}
.midbody .main .showpro .movepic .gallery-top .swiper-slide img {
	width: 100%;
	height: 100%;
}
.midbody .main .showpro .movepic .gallery-thumbs {
	height: 80px;
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
}
.midbody .main .showpro .movepic .gallery-thumbs .swiper-wrapper {
	justify-content: center;
}
.midbody .main .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;
}
.midbody .main .showpro .movepic .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border: solid 2px #c01920;
}
.midbody .main .showpro .movepic .gallery-thumbs .swiper-slide img {
	height: 100%;
	width: 100%;
}
.midbody .main .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);
}
.midbody .main .showpro .movepic .move-left:after {
	content: "\e666";
	font-family: "iconfont" !important;
	font-size: 30px;
	line-height: 40px;
	color: #FFF;
	opacity: 0.2;
}
.midbody .main .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;
}
.midbody .main .showpro .movepic .move-right:after {
	content: "\e666";
	font-family: "iconfont" !important;
	font-size: 30px;
	line-height: 40px;
	color: #FFF;
	opacity: 0.2;
}
.midbody .main .showpro .movepic:hover .move-left, .midbody .main .showpro .movepic:hover .move-right {
	background: #FFF;
	opacity: 0.6;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.midbody .main .showpro .movepic:hover .move-left:after, .midbody .main .showpro .movepic:hover .move-right:after {
	color: #000;
	opacity: 1;
}
.midbody .main .showpro .protxt {
	display: inline-block;
	float: right;
	width: calc(100% - 510px);
	width: 610px\9;
}
.midbody .main .showpro .protxt h2 {
	font-size: 25px;
}
.midbody .main .showpro .protxt article {
	border: dashed 1px #DDD;
	background-color: #f9f9f9;
	padding: 10px;
	color: #555;
	font-size: 15px;
	margin-top: 10px;
}
.midbody .main .showpro .protxt p {
	margin-top: 5px;
	font-size: 14px;
}
.midbody .main .showpro .protxt p span {
	margin-right: 30px;
}
.midbody .main .showpro .protxt .price {
	font-size: 25px;
	font-style: normal;
	color: #c30202;
}
.midbody .main .showpro .protxt .tag {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 3px 6px;
	border: solid 1px #e9410a;
	color: #e9410a;
	font-size: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.midbody .main .showpro .protxt .tag a {
	color: #e9410a;
}
.midbody .main .showpro .protxt .tag:nth-child(2) {
	border: solid 1px #369;
	color: #369;
}
.midbody .main .showpro .protxt .tag:nth-child(2) a {
	color: #369;
}
.midbody .main .showpro .protxt .tag:nth-child(3) {
	border: solid 1px #390;
	color: #390;
}
.midbody .main .showpro .protxt .tag:nth-child(3) a {
	color: #390;
}
.midbody .main .showpro .protxt .tag:nth-child(4) {
	border: solid 1px #936;
	color: #936;
}
.midbody .main .showpro .protxt .tag:nth-child(4) a {
	color: #936;
}
.midbody .main .showpro .protxt .tag:nth-child(5) {
	border: solid 1px #09F;
	color: #09F;
}
.midbody .main .showpro .protxt .tag:nth-child(5) a {
	color: #09F;
}
.midbody .main .showpro .protxt .btn {
	display: inline-block;
	margin-top: 20px;
}
.midbody .main .showpro .protxt .btn a {
	display: block;
	margin-right: 15px;
	background-color: #c01920;
	color: #fff;
	padding: 3px 20px;
	font-size: 15px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.midbody .main .showpro .protxt .btn a.on {
	margin-right: 0;
	background-color: #1b6aa3;
}
.midbody .main .showpro .protxt .odlist h3 {
	font-size: 18px;
}
.midbody .main .showpro .protxt .odlist li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	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;
}
.midbody .main .showpro .protxt .odlist li:hover {
	border-bottom: solid 3px #c01920;
	-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);
}
.midbody .main .showpro .protxt .odlist li .img {
	width: 100%;
}
.midbody .main .showpro .protxt .odlist 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;
}
.midbody .main .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);
}
.midbody .main .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;
}
.midbody .main .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;
}
.midbody .main .showpro .procon h2 {
	height: 45px;
	background: #F3F3F3;
	margin-bottom: 20px;
}
.midbody .main .showpro .procon h2 div {
	display: inline-block;
	background: #c01920;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}
.midbody .main .showpro .procon .con {
	margin: 20px 10px;
}
.midbody .main .showpro .procon .con img {
	max-width: 100%;
}
.midbody .main .showpro .procon .con.on {
	display: block;
}
.midbody .main .showpro .procon .con .cxtab {
	border-top: solid 1px #DDD;
	border-left: solid 2px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.midbody .main .showpro .procon .con .cxtab ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
	margin-left: -1px;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.midbody .main .showpro .procon .con .cxtab ul li:nth-child(odd) {
	width: 15%;
	background: #F3F3F3;
}
.midbody .main .showpro .procon .con .cxtab ul li:nth-child(even) {
	width: 35%;
}
.midbody .main .showpro .procon .con .list {
}
.midbody .main .showpro .procon .con .list li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin-right: -4px;
	border: solid 1px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 5px 20px 5px;
	background: #FFF;
	webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.midbody .main .showpro .procon .con .list li:hover {
	border-bottom: solid 3px #df291a;
	-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);
}
.midbody .main .showpro .procon .con .list li .img {
	width: 100%;
	overflow: hidden;
}
.midbody .main .showpro .procon .con .list 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;
}
.midbody .main .showpro .procon .con .list li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.midbody .main .showpro .procon .con .list li h3 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-top: 10px;
	font-size: 15px;
	font-weight: 300;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.midbody .main .showpro .procon .con .list li p {
	line-height: 24px;
	font-size: 14px;
	color: #666;
	padding: 0 10px;
}
.midbody .main .showpro .tmenu {
	clear: both;
	border-bottom: solid 1px #DDD;
}
.midbody .main .showpro .tmenu li {
	display: inline-block;
	line-height: 50px;
	font-size: 18px;
	margin-right: 20px;
	padding: 0 10px;
	cursor: pointer;
	font-weight: 600;
}
.midbody .main .showpro .tmenu li.on {
	color: #c01920;
	border-bottom: solid 2px #c01920;
}
.midbody .main .showpro .tmenu li.on:before {
	color: #c01920;
}
.midbody .newspiclist li {
	position: relative;
	line-height: 24px;
	margin-bottom: 40px;
	padding: 10px;
	-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;
}
.midbody .newspiclist li:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	border-bottom: dotted 1px #CCC;
}
.midbody .newspiclist 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;
}
.midbody .newspiclist li .img {
	height: 180px;
	width: 240px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #E6E6E6;
	overflow: hidden;
}
.midbody .newspiclist 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;
}
.midbody .newspiclist li:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.midbody .newspiclist li .txt {
	float: right;
	width: calc(100% - 270px);
	width: 630px\9;
	margin-top: 10px;
}
.midbody .newspiclist li .txt h3 {
	font-size: 20px;
	font-weight: normal;
}
.midbody .newspiclist li .txt h3:before {
	content: "\e6c0";
	font-family: "iconfont" !important;
	margin-right: 5px;
	margin-left: -2px;
}
.midbody .newspiclist li .txt p {
	margin-top: 10px;
	color: #666;
	font-size: 14px;
}
.midbody .newspiclist li .txt p span {
	font-family: "iconfont" !important;
	font-size: 16px;
	color: #666;
	margin-right: 5px;
}
.midbody > .search {
	margin-top: 20px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.midbody .search .newspiclist ul li .img {
	height: 120px;
	width: 180px;
}
.midbody .search .newspiclist li .txt {
	width: calc(100% - 200px);
	margin-bottom: 10px;
}
.midbody .search .newspiclist li .txt.wd100 {
	width: 100%;
}
.midbody .typemenu {
	display: none;
	width: 75%;
	position: absolute;
	left: 0;
	top: 0;
}
.midbody .typemenu .swiper-container {
	width: 92%;
	height: 60px;
	margin: 0;
}
.midbody .typemenu .swiper-container .swiper-slide {
	display: inline-block;
	line-height: 60px;
	padding: 0 20px;
	width: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.midbody .typemenu .swiper-container .swiper-slide.on {
	background: #c01920;
}
.midbody .typemenu .swiper-container .swiper-slide a {
	font-size: 15px;
	color: #888;
}
.midbody .typemenu .swiper-container .swiper-slide.on a {
	color: #fff;
}
.midbody .typemenu .swiper-button {
	position: absolute;
	width: 7%;
	height: 100%;
	right: 0;
	top: 0;
}
.midbody .typemenu .swiper-button .button-prev, .midbody .typemenu .swiper-button .button-next {
	display: inline-block;
	width: 50%;
	height: 100%;
	background-color: #f3f3f3;
	margin-left: -3px;
	vertical-align: top;
	cursor: pointer;
	position: relative;
}
.midbody .typemenu .swiper-button .button-prev:before, .midbody .typemenu .swiper-button .button-next:before {
	content: "\e7ab";
	font-family: "iconfont" !important;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 2px;
	line-height: 2;
	font-size: 30px;
}
.midbody .typemenu .swiper-button .button-prev:before {
	top: 0px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.midbody .typemenu .swiper-button .button-prev:hover, .midbody .typemenu .swiper-button .button-next:hover {
	background-color: #c01920;
	color: #fff;
}
/*wap*/
.overlay {
	position: fixed;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.85);
	bottom: 0;
	right: 0;
	left: 0;
}
.openmenu .overlay {
	top: 0
}
#pgcontainer {
	padding: 0;
	margin: 0
}
#menu {
	height: 100%;
	width: 0;
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 101;
	overflow: auto;
	-webkit-box-shadow: 3px 0 7px rgba(0, 0, 0, .55);
	-moz-box-shadow: 3px 0 7px rgba(0, 0, 0, .55);
	box-shadow: 3px 0 7px rgba(0, 0, 0, .55);
	display: none;
}
#menu .close {
	height: 35px;
	width: 35px;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}
#menu .close:before {
	content: "\e654";
	font-family: "iconfont" !important;
	color: #FFF;
	font-size: 20px;
	line-height: 35px;
}
#menu ul {
	margin-top: 45px;
	z-index: 101;
	overflow-y: auto;
	overflow-x: hidden
}
#menu ul li {
	display: block
}
#menu ul li a {
	display: block;
	min-width: 130px;
	padding: 10px 20px;
	color: #cdcdcd;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
}
#menu li a:hover {
	color: #FFF;
	background: #ac1f27;
}
#menu ul li ul {
	display: none;
	margin-top: 0px;
}
#menu ul li ul li a {
	padding: 5px 10px 5px 35px;
	font-size: 14px;
}
#menu li form {
	margin-bottom: 10px;
	padding: 10px 20px;
	position: relative;
}
#menu li input {
	border: none;
	background: #FFF;
	width: 100%;
	padding: 8px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu li button {
	position: absolute;
	width: 40px;
	height: 100%;
	right: 20px;
	top: 0;
	border: none;
	background: none;
	cursor: pointer;
}
#menu li i {
	font-family: "iconfont" !important;
	font-size: 24px;
	font-style: normal;
}
.odline {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 45px;
	background: #222;
	z-index: 999;
}
.odline li {
	display: inline-block;
	width: 25%;
	height: 45px;
	line-height: 45px;
	margin-right: -3px;
	text-align: center;
	border-right: solid 1px rgba(0, 0, 0, 0.8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.odline li:nth-child(2) {
	width: 30%;
}
.odline li:nth-child(3) {
	width: 45%;
	background-color: #ac1f27;
	border-right: none;
}
.odline li a {
	color: #FFF;
	font-size: 16px;
}
.odline li span:before {
	font-family: "iconfont" !important;
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle;
}
.odline li:nth-child(1) span:before {
	content: "\e62b";
}
.odline li:nth-child(2) span:before {
	content: "\e649";
}
.odline li:nth-child(3) span:before {
	content: "\e610";
}
@media screen and (max-width: 1680px) {
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1440px) {
}
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 810px) {
	.kk {
		width: 100%;
		margin: 0 auto;
	}
	.odline {
		display: block;
	}
	header .boxfix {
		height: 60px;
		position: absolute;
		width: 100%;
		top: 0;
		background-color: #FFF;
		z-index: 1;
	}
	header .od, header .menu {
		display: none;
	}
	header .btop {
		height: 60px;
	}
	header .logo {
		height: 60px;
	}
	header .logo img {
		margin-left: 10px;
		max-height: 40px;
	}
	header .logo_name h1 {
		font-size: 25px;
	}
	header .logo_name h2 {
		display: none;
	}
	header .menubtn {
		position: absolute;
		cursor: pointer;
		text-align: center;
		right: 15px;
		top: 15px;
		z-index: 2;
	}
	header .menubtn:before {
		content: "\e639";
		font-family: "iconfont" !important;
		color: #000;
		font-size: 25px;
	}
	header .menubtn:hover:before {
		color: #ee362a;
	}
	.midbody .tit h1 {
		font-size: 22px;
	}
	.midbody .tit h1:before {
		font-size: 25px;
	}
	.midbody .hmab {
		padding: 30px 20px;
	}
	.midbody .hmab .ab_box h1 {
		font-size: 22px;
	}
	.midbody .hmab .ab_box h1:before {
		font-size: 25px;
	}
	.midbody .hmab .ab_box h2 {
		font-size: 22px;
	}
	.midbody .hmab .ab_box {
		width: 100%;
	}
	.midbody .hmab .ab_img {
		width: 100%;
		margin-right: 0;
		float: none;
	}
	.midbody .hmad {
		padding: 30px 0;
	}
	.midbody .hmad .tit h1 {
		font-size: 22px;
	}
	.midbody .hmad .tit h1:before {
		font-size: 25px;
	}
	.midbody .hmad .tit h2 {
		font-size: 16px;
	}
	.midbody .hmad ul li {
		width: 45%;
		margin-top: 20px;
	}
	.midbody .hmad ul li:nth-child(2n+0) {
		margin-right: 0;
	}
	.midbody .hmpro {
		padding: 30px 0;
	}
	.midbody .hmpro ul {
		background: none;
	}
	.midbody .hmpro ul li {
		width: 100%;
		margin-right: 0;
	}
	.midbody .hmpro ul li:nth-child(4n+1) .img, .midbody .hmpro ul li:nth-child(4n+2) .img {
		order: unset;
	}
	/* 匹配“2”的位置：第3、4、7、8、11、12...个元素 */
	.midbody .hmpro ul li:nth-child(4n+3) .img, .midbody .hmpro ul li:nth-child(4n) .img { /* 4n 等价于 4n+4，简化写法 */
		order: unset;
	}
	.midbody .hmpro ul li:nth-child(1n) {
		background-image: url(../images/product_bg.jpg);
	}
	.midbody .hmpro ul li:nth-child(2n) {
		background-image: url(../images/product_bg.jpg);
		background-position: right top;
	}
	.midbody .hmpro ul li:nth-child(3n) {
		background-image: url(../images/product_bg.jpg);
		background-position: right bottom;
	}
	.midbody .hmpro ul li:nth-child(4n) {
		background-image: url(../images/product_bg.jpg);
		background-position: left bottom;
	}
	.midbody .hmpro ul li:nth-child(2n+1) .img {
		order: 1;
	}
	.midbody .hmpro ul li .img {
		width: 50%;
		text-align: center;
	}	
	.midbody .hmpro ul li .txt {
	    width: 50%;
		padding: 20px;
	}
	.midbody .hmpro ul li .txt h3 {
		font-size: 20px;
	}	
	.midbody .hmpro ul li .txt .btn {
		margin-top: 10px;
	}
	.midbody .hmnews .img {
		width: 100%;
		margin-right: 0;
	}
	.midbody .hmnews .img article {
		margin-top: 20px;
		padding: 0 10px;
	}
	.midbody .hmnews .img article .date {
		display: none;
	}
	.midbody .hmnews .img article .con {
		width: 100%;
		margin-left: 0;
	}
	.midbody .hmnews .img article .con h3 {
		text-align: center;
	}
	.midbody .hmnews .list {
		width: 100%;
		padding-left: 0;
		margin-right: 0;
		margin-top: 0;
		padding: 10px;
	}
	footer .link {
		display: none;
	}
	footer .btm_con {
		padding: 20px 0;
	}
	footer .btm_con .btm_box:nth-child(1) {
		display: none;
	}
	footer .btm_con .btm_box:nth-child(2) {
		float: none;
		width: 100%;
	}
	footer .btm_con .btm_box:nth-child(3) {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	footer .btm_con .btm_box ul {
		margin-left: 20px;
	}
	footer .btm_con2 {
		padding: 20px 20px 60px 20px;
	}
	.midbody .topnav {
		height: auto;
	}
	.midbody .location, .midbody .typemenu {
		display: none !important;
	}
	.midbody .type {
		margin-left: 3px;
		display: block !important;
	}
	.midbody .type ul > li {
		width: 50%;
		height: 38px;
		line-height: 38px;
		text-align: center;
		margin-left: -3px;
	}
	.midbody .type ul > li a {
		text-overflow: ellipsis;
		word-break: break-all;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.midbody .type ul li ul li {
		width: 100%;
		text-align: left;
		margin-left: 0px;
	}
	.midbody .type ul li.all {
		display: none;
	}
	.midbody .main .list {
		padding: 0;
	}
	.midbody .main .list ul li .img {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.midbody .main .list ul li .timer {
		width: 50%;
		margin-left: 0;
		text-align: right;
		margin-top: -30px;
	}
	.midbody .main .list ul li .timer .icon {
		font-size: 20px;
		color: #CCC;
		display: inline-block;
	}
	.midbody .main .list ul li .timer .monday {
		display: none;
	}
	.midbody .main .list ul li .timer .year {
		display: none;
	}
	.midbody .main .list ul li .timer .date {
		display: inline-block;
	}
	.midbody .main .list ul li .txt, .midbody .main .list ul li.nopic .txt {
		width: 100%;
		padding-left: 0;
	}
	.midbody .main .list ul li .txt h3 {
		font-size: 18px;
	}
	.midbody .main .showinfo {
		width: 98%;
		margin: 0 1%;
	}
	.midbody .main .showinfo h2 {
		font-size: 25px;
		line-height: 1.5;
	}
	.midbody .main .odpro {
		width: 98%;
		margin: 30px 1%;
	}
	.midbody .main .odpro li {
		display: inline-block;
		width: 50%;
		margin-left: -3px;
	}
	.midbody .main .piclist {
		padding: 0 10px;
	}
	.midbody .main .piclist ul {
		margin-left: 3px;
		margin-right: -3px;
	}
	.midbody .main .piclist ul li {
		width: 49%;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.midbody .main .piclist ul li:nth-child(2n+0) {
		margin-right: 0;
	}
	.midbody .main .piclist ul.od li {
		width: 49%;
	}
	.midbody .main .piclist ul.od li:nth-child(3n+0) {
		margin-right: 2%;
	}
	.midbody .main .piclist ul.od li:nth-child(2n+0) {
		margin-right: 0;
	}
	.midbody .main .piclist ul li h3 {
		font-size: 14px;
	}
	.midbody .main .videolist ul li {
		width: 50%;
	}
	.midbody .main .list2 {
		padding: 0px 10px;
	}
	.midbody .main .list2 ul {
		margin-left: 0;
	}
	.midbody .main .list2 ul li {
		width: 100%;
		margin-left: 0;
	}
	.midbody .main .list2 ul li .img {
		width: 100%;
		margin-left: 0;
	}
	.midbody .main .list2 ul li .txt {
		width: 100%;
		margin-left: 0px;
		padding: 20px;
	}
	.midbody .main .list2 ul li .txt h3 {
		margin-top: 0;
	}
	.midbody .main .list2.od ul li {
		width: 100%;
		margin-right: 0;
		padding-right: 0;
	}
	.midbody .main .list2.od ul li .img {
		width: 100%;
		position: relative;
	}
	.midbody .main .list2.od ul li .txt {
		width: 100%;
	}
	.midbody .main .list2.od ul li .txt h3 {
		margin-top: 0;
	}
	.midbody .main .showinfo .tips {
		padding: 10px 0;
	}
	.midbody .main .showinfo .tips span {
		display: block;
		margin: 0;
		text-align: left;
		line-height: 1.5;
	}
	.midbody .main .showinfo h2 {
		text-align: left;
		font-size: 20px;
	}
	.midbody .main .showinfo .btminfo .btn {
		float: none;
		text-align: center;
	}
	.midbody .main .showpro {
		padding: 0 10px;
	}
	.midbody .main .showpro .movepic {
		width: 100%;
		margin-top: 0;
	}
	.midbody .main .showpro .protxt {
		float: none;
		width: 100%;
	}
	.midbody .main .showpro .protxt h2 {
		font-size: 20px;
	}
	.midbody .main .showpro .protxt .btn {
		margin: 20px 0;
	}
	.midbody .main .showpro .procon {
		padding-top: 10px;
		margin-top: 20px;
		border-top: dotted 1px #CCC;
	}
	.midbody .main .showpro .procon .con .cxtab ul li:nth-child(odd) {
		width: 35%;
	}
	.midbody .main .showpro .procon .con .cxtab ul li:nth-child(even) {
		width: 65%;
	}
	.midbody .main .showpro .procon .con .list li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.midbody .main .showpro .tmenu li {
		display: inline-block;
		width: 25%;
		margin-right: -4px;
		padding: 0;
		font-size: 16px;
		text-align: center;
	}
	.midbody .main .showpro .btminfo .btn {
		float: none;
		text-align: center;
	}
	.midbody .main .showpro .protxt .odlist li {
		width: 50%;
	}
	.midbody .newspiclist li .img {
		height: 240px;
		width: 100%;
		float: none;
	}
	.midbody .newspiclist li .txt {
		float: none;
		width: 100%;
	}	
}
@media screen and (max-width: 430px) {
	.page span {
		display: none;
	}
	.page span.current, .page span.param {
		display: inline-block;
	}
}
