﻿@import url("hover.css");
@import url("animate.css");
@import url("swiper.min.css");
@import url("font/font.css");
@import url("font/iconfont.css");
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #333;
	font-family: 'Open Sans',"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: 'Open Sans',"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: #C00;
}
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 !important;
}
.px11 {
	font-size: 11px !important;
}
.px12 {
	font-size: 12px !important;
}
.px13 {
	font-size: 13px !important;
}
.px14 {
	font-size: 14px !important;
}
.px15 {
	font-size: 15px !important;
}
.px16 {
	font-size: 16px !important;
}
.px18 {
	font-size: 18px !important;
}
.px20 {
	font-size: 20px !important;
}
.px25 {
	font-size: 25px !important;
}
.px30 {
	font-size: 30px !important;
}
.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;
}
.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 !important;
}
.show {
	display: block !important;
}
.kk {
	width: 1280px;
	margin: 0 auto;
}
.success {
	-webkit-animation: fadeIn 0.5s ease 0.2s 1 both;
	animation: fadeIn 0.5s 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 12px;
	color:#666;
	border:solid 1px #DDD;
	background-color:#FFF;
}
.page span a:hover{
	border:solid 1px #e70012;
	color:#666;
}
.page span.current {
	color:#FFF;
	background:#e70012;
	padding:5px 12px;
	border:solid 1px #e70012;
}
/**/
header,header .kk {
	position: relative;
}
header .btop {
	height:80px;
	-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 .box {
	position:fixed;
	z-index: 3;
	top: 0;
	width: 100%;
	height: 80px;
	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 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 {
	display: inline-block;
	height: 80px;
	-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:55px;
	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 .od {
	float: right;
	min-width: 240px;
	display: inline-block;
	margin-top: 23px;
	margin-left: 20px;
	-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;
	text-align: right;
}
header .od ul li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
header .od ul li.tel {
	color: #e70012;
	font-size: 22px;
	margin-left: 20px;
}
header .od ul li.tel:after {
	content: "";
	position: absolute;
	left: -13px;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background-color: #999;
}
header .od ul li.tel:before {
	content: "\e688";
	font-family:"iconfont" !important;
	font-size:24px;
	margin-right: 5px;
}
header .od ul li.search {
	z-index: 3;
	line-height: 32px;
}
header .od ul li.search span {
	display: block;
	font-family:"iconfont" !important;
	font-size:32px;
	color: #666;
}
header .od ul li.search div {
	position:absolute;
	width:0px;
	background:#e70012;
	color:#FFF;
	height:32px;
	right:0px;
	top:0px;
	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;
}
header .od ul li.search:hover div {
	width:260px;
}
header .od ul li.search div span {
	color: #fff;
}
header .od ul li.search div input {
	border:none;
	background:none;
	width:100%;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#FFF;
}
header .od ul li.search div input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color:#FFF;
}
header .od ul li.search div input::-moz-placeholder,textarea::-moz-placeholder{/* Mozilla Firefox 19+ */
	color:#FFF;
}
header .od ul li.search div input:-moz-placeholder,textarea:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
	color:#FFF;
}
header .od ul li.search div input:-ms-input-placeholder,textarea:-ms-input-placeholder{/* Internet Explorer 10-11 */
	color:#FFF;
}
header .od ul li.search div button {
	position:absolute;
	width:40px;
	right:-2px;
	top:-2px;
	border:none;
	background:none;
	cursor:pointer;
	color:#FFF;
}
header .od ul li dl {
	display:inline-block;
	margin-top:3px;
	margin-left: 20px;
	height:24px;
	line-height:24px;
	border:solid 1px #d1d1d1;
	background-color:#fff;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	overflow:hidden;
	text-align:center;
}
header .od ul li dl dd {
	float:left;
	width:40px;
	font-size:15px;
}
header .od ul li dl dd:last-child {
	background-color:#e70012;
}
header .od ul li dl dd:last-child a {
	color:#fff;
}
header .menu {
	height:80px;
	position:relative;
	float:right;
	display: inline-block;
	-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 #e70012;
	-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:2;
}
header .menu ul li {
	float:left;
	padding:20px 0;
	-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 ul li a {
	display:block;
	padding: 5px 20px;
	font-size:16px;
	height:30px;
	line-height:30px;
	font-weight: 400;
	margin-top:-2px;
	overflow: hidden;
}
header .menu ul li a span {
	position: relative;
	display: block;
	margin-top: 0px;
	-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 .menu ul li:hover a span {
	margin-top: -30px;
	-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 .menu ul li a span:before {
    content: attr(data-title);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	color:#e70012;
}
header .menu ul li.mainlevel{
	position:relative;
	z-index:2;
}
#home .menu ul li#m0 > a,#page1 .menu ul li#m1 > a, #page2 .menu ul li#m2 > a, #page3 .menu ul li#m3 > a, #page4 .menu ul li#m4 > a, #page5 .menu ul li#m5 > a, #page6 .menu ul li#m6 > a, #page7 .menu ul li#m7 > a {
	color:#e70012;
}
#home .menu ul li#m0 > a:after,#page1 .menu ul li#m1 > a:after, #page2 .menu ul li#m2 > a:after, #page3 .menu ul li#m3 > a:after, #page4 .menu ul li#m4 > a:after, #page5 .menu ul li#m5 > a:after, #page6 .menu ul li#m6 > a:after, #page7 .menu ul li#m7 > a:after {
	content: "";
	position: absolute;
	width: calc(100% - 50px);
	left: 25px;
	bottom: -2px;
	border-bottom:solid 2px #e70012;
}
header .menu li ul {
	width:120px;
	position:absolute;
	background:#FFF;
	border-top:solid 2px #e70012;
	display:none;
	top:78px;
	left:-10px;
	filter: Alpha(opacity=95);
	-moz-opacity:.95;
	opacity:0.95;
}
header .menu li ul li {
	background: none;
	width:120px;
	margin:0;
	padding:0;
}
header .menu li ul li a {
	font-size:13px;
	font-weight:400;
	width:120px;
	display:block;
	text-align:center;
	padding:5px 0;
	overflow:hidden;
	border-bottom:solid 1px #EEE;
}
header .menu li ul li a:hover {
	color:#FFF;
	font-weight:normal;
	background-color:#e70012;
	border-bottom:solid 1px #e70012;
}
header .menu li ul.w100 {
	width: 1280px !important;
	padding:20px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}
header .menu li ul.w100 dl {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
header .menu li ul.w100 dl dt a {
	font-size: 16px;
	font-weight: bold;
}
header .menu li ul.w100 dl dd a {
	font-size: 14px;
	height:auto;
	line-height: 1.8;

}
/*scoll*/
header.scroll .btop {
	height:60px;
}
header.scroll .box {
	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: 13px;
}
header.scroll .menu {
	height: 60px;
}
header.scroll .menu ul li {
	padding:10px 0;
}
header.scroll .menu li ul {
	top:58px;
}
header.scroll .menu ul li ul li {
	padding: 0;
}
/*幻灯片*/
#bn {
	position: relative;
	width: 100%;
}
#bn .prev, #bn .next {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	z-index: 3;
}
#bn .prev:focus,#bn .next:focus {
	outline: none;
}
#bn .prev:before, #bn .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;
	color:rgba(255,255,255,0.7);
	text-align:center;
}
#bn .prev:hover:before, #bn .next:hover:before {
	color:rgba(255,255,255,1);
}
#bn .prev {
	left: -60px;
}
#bn .prev:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#bn .next {
	right: -60px;
}
#bn:hover .prev, #bn:hover .next,#bn .prev, #bn .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;
}
#bn:hover .prev {
	left: 10px;
}
#bn:hover .next {
	right: 10px;
}
#bn .img {
	height: 600px;
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
#bn .img img {
	display:none;
}
#bn h1,#bn h2 {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 2;
	font-weight: 300;
	color: rgba(255,255,255,0.9);
	text-shadow: 5px 5px 15px rgba(0,0,0,0.9);
}
#bn h1 {
	font-size: 48px;
	top: 50%;
	margin-top: -80px;
	letter-spacing: 5px;
}
#bn h2 {
	font-size: 25px;
	top: 50%;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
}
#bn .swiper-pagination-bullet {
	width:10px;
	height:10px;
	background:#f0f0f0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
	-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;
}
#bn .swiper-pagination-bullet-active {
	background:#e70012;
	width:20px;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
	opacity: 0.90;
	-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 a.ann {
	position:relative;
	display:block;
	width:150px;
	height:40px;
	margin:30px auto;
	line-height:40px;
	background-color: #fff;
	color:#e70012;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	cursor:pointer;
	z-index:1;
}
#mid a.ann .hover {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	display:block;
	border:1px solid #e70012;
	width:100%;
	height:100%;
	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;
}
#mid a.ann:hover .hover {
	background:#e70012;
	transform:rotateX(180deg);
	-webkit-transform:rotateX(180deg);
	-moz-transform:rotateX(180deg);
}
#mid a.ann:hover {
	color:#FFF;
}
#mid .ann2 {
	margin-top:30px;
	text-align:center;
}
#mid .ann2 a {
	display:inline-block;
	padding:7px 35px;
	text-transform:uppercase;
	font-size:16px;
	border:solid 1px #e70012;
	color:#FFF;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
#mid .ann2 a:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#e70012;
	z-index:-1;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
#mid .tit {
	background-color:#FFF;
	text-align:center;
	padding:50px 0;
}
#mid .tit h1 {
	font-size:40px;
	font-weight:400;
	padding:0 10px;
	display:inline-block;
	text-transform:uppercase;
	position:relative;
	font-family: "Roboto Condensed";
}
#mid .tit h1:after {
	content:"";
	position:absolute;
	width:50px;
	height:3px;
	background-color:#e70012;
	bottom:-10px;
	left:50%;
	margin-left:-25px;
}
#mid .tit h2 {
	font-size:30px;
	font-weight:400;
	padding:0 10px;
	margin-top:20px;
	letter-spacing: 2px;
}
#mid .hmpro {
	position: relative;
	z-index: 1;
	background-image: url("../images/probg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
#mid .hmpro .tit {
	background-color: unset;
}
#mid .hmpro:before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background-color: #fff;
	filter: Alpha(opacity=85);
	-moz-opacity: .85;
	opacity: 0.85;
}
#mid .hmpro nav {
	text-align: center;
	padding-bottom: 40px;
}
#mid .hmpro nav span {
	display: inline-block;
	margin: 0 20px;
}
#mid .hmpro nav span a {
	display: block;
	padding: 10px 30px;
	font-size: 15px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#mid .hmpro nav span.on a,#mid .hmpro nav span a:hover {
    background-color: #e70012;
	color: #fff;
}
#mid .hmpro .procon {
	padding-bottom: 50px;
	width: 94%;
}
#mid .hmpro .procon .swiper-slide {
	text-align: center;
	pointer-events: inherit !important;
	padding-top: 15px;
}
#mid .hmpro .procon .swiper-slide a {
	display: block;
	padding: 10px 10px 20px 10px;
	-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;
}
#mid .hmpro .procon .swiper-slide a:hover {
	background-color: #FFF;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.3);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#mid .hmpro .procon .swiper-slide .img {
	width: 100%;
	overflow: hidden;
}
#mid .hmpro .procon .swiper-slide .img:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .hmpro .procon .swiper-slide .img img{
	max-width: 100%;
	max-height: 100%;
	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;
}
#mid .hmpro .procon .swiper-slide h2 {
	margin-top: 10px;
	font-size: 16px;
}
#mid .hmpro .procon .swiper-slide h3 {
	font-size: 16px;
	margin-top: 5px;
	font-weight: 400;
}
#mid .hmpro .procon .swiper-slide .btn {
	display: inline-block;
	padding: 5px 10px 5px 15px;
	background-image: linear-gradient(to right, #e70012 , #ec4244);
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
	margin-top: 20px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#mid .hmpro .procon .swiper-slide .btn i {
	display: inline-block;
	font-family:"iconfont" !important;
	vertical-align:middle;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-left: 20px;
	font-size: 18px;
	font-style: normal;
	background-color: #FFF;
	color: #e70012;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 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 .hmpro .procon .swiper-slide:hover .img img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
#mid .hmpro .procon .swiper-slide:hover .btn i {
	margin-left: 10px;
}
#mid .hmpro .protab .move-left,#mid .hmpro .protab .move-right {
	position:absolute;
	width:50px;
	height:50px;
	line-height: 50px;
	top:50%;
	margin-top:-25px;
	cursor:pointer;
	text-align: center;
	z-index:2;
	opacity: 0.5;
	background-color: #FFF;
	border: solid 1px #CCC;
	color:#333;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.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;
}
#mid .hmpro .protab .move-left {
	/*right:-50px;*/
	right: 5px;
}
#mid .hmpro .protab .move-left:after,#mid .hmpro .protab .move-right:after {
	content:"\e666";
	font-family:"iconfont" !important;
	font-size:25px;
	font-weight: bold;
	position: absolute;
	left: 50%;
	margin-left: -12px;
}
#mid .hmpro .protab .move-right:after {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
#mid .hmpro .protab .move-right {
	/*left:-50px;*/
	left: 5px;
}
#mid .hmpro .protab:hover .move-left {
	right: 5px;
}
#mid .hmpro .protab:hover .move-right {
	left: 5px;
}
#mid .hmpro .protab .move-left:hover,#mid .hmpro .protab .move-right:hover {
	color:#fff;
	background-color: #e70012;
	opacity: 1;
	border: unset;
}

#mid .newpro {
	background-color: #f5f5f5;
}
#mid .newpro .gallery-top {
	overflow:hidden;
	position: relative;
	padding: 50px 0;
}
#mid .newpro .gallery-top .swiper-slide .img {
	float: right;
	display: inline-block;
	width: 50%;
	padding: 0 50px;
	text-align: center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mid .newpro .gallery-top .swiper-slide .img:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .newpro .gallery-top .swiper-slide .img img {
	max-width: 100%;
	max-height:100%;
	vertical-align: middle;
	margin-right: -1px;
}
#mid .newpro .gallery-top .swiper-slide article {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-right: -6px;
	padding-left: 100px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mid .newpro .gallery-top .swiper-slide article .new {
	color: #e70012;
	font-size: 14px;
	margin-top: 10px;
}
#mid .newpro .gallery-top .swiper-slide article .new:before {
	content: "NEW";
	font-family: "Roboto";
	background-color: #e70012;
	color: #fff;
	font-size: 12px;
	padding: 3px 5px;
	margin-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 2px 2px 1px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 1px rgba(0,0,0,0.3);
}
#mid .newpro .gallery-top .swiper-slide article h2 {
	margin-top: 20px;
	font-size: 35px;
	font-weight: 400;
	color: #000;
}
#mid .newpro .gallery-top .swiper-slide article h3 {
	font-size: 30px;
	font-weight: 400;
	color: #000;
}
#mid .newpro .gallery-top .swiper-slide article .txt {
	margin-top: 30px;
	font-size: 18px;
	line-height: 1;
}
#mid .newpro .gallery-top .swiper-slide article .txt p:before {
	content: "\e61e";
	font-family:"iconfont" !important;
	color: #e70012;
	font-size: 40px;
	vertical-align: middle;
}
#mid .newpro .gallery-top .swiper-slide article .btn a {
	display: inline-block;
	padding: 10px 20px;
	background-image: linear-gradient(to right, #e70012 , #ec4244);
	font-size: 15px;
	color: #fff;
	margin-top: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#mid .newpro .gallery-top .swiper-slide article .btn a i {
	display: inline-block;
	font-family:"iconfont" !important;
	vertical-align:middle;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-left: 20px;
	font-size: 18px;
	font-style: normal;
	background-color: #FFF;
	color: #e70012;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 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 .newpro .gallery-top .swiper-slide article .btn a:hover i {
	margin-left: 10px;
}
#mid .newpro .gallery-top .move-left,#mid .newpro .gallery-top .move-right {
	position:absolute;
	width:50px;
	height:50px;
	line-height: 50px;
	top:50%;
	margin-top:-25px;
	cursor:pointer;
	text-align: center;
	z-index:1;
	opacity: 0.5;
	background-color: #e70012;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.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;
}
#mid .newpro .gallery-top .move-left {
	/*right:-50px;*/
	right: 5px;
}
#mid .newpro .gallery-top .move-left:after,#mid .newpro .gallery-top .move-right:after {
	content:"\e666";
	font-family:"iconfont" !important;
	font-size:25px;
	font-weight: bold;
	color:#fff;
}
#mid .newpro .gallery-top .move-right {
	/*left:-50px;*/
	left: 5px;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
#mid .newpro .gallery-top:hover .move-left {
	right: 5px;
}
#mid .newpro .gallery-top:hover .move-right {
	left: 5px;
}
#mid .newpro .gallery-top .move-left:hover,#mid .newpro .gallery-top .move-right:hover {
	opacity: 0.8;
}
#mid .newpro .gallery-thumbs {
	overflow:hidden;
	position:relative;
	padding-bottom: 50px;
}
#mid .newpro .gallery-thumbs .swiper-slide {
	opacity: 0.7;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	border: solid 1px rgba(0,0,0,0.1);
	background-color: #fff;
	padding: 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#mid .newpro .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border: solid 1px rgba(0,0,0,0.2);
}
#mid .newpro .gallery-thumbs .swiper-slide .img {
	width:100%;
	margin-bottom: 10px;
}
#mid .newpro .gallery-thumbs .swiper-slide .img:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .newpro .gallery-thumbs .swiper-slide .img img {
	max-height:100%;
	max-width:100%;
	vertical-align: middle;
	margin-right: -1px;
}
#mid .newpro .gallery-thumbs .swiper-slide p {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
#mid .hmab {
	background-color: #FFF;
}
#mid .hmab .about_con {
	background-image: url("../images/abbg.png");
	background-repeat: no-repeat;
	background-position:right top;
	background-size: contain;
}
#mid .hmab .about_con h1 {
	display: inline-block;
	font-size: 130px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Arial";
	color: rgba(0,0,0,0.025);
	position: relative;
}
#mid .hmab .about_con h1:before {
	content: "关于我们";
	font-size: 45px;
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: 25px;
	color: #333;
	font-weight: 400;
}
#mid .hmab .about_con .img {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin-bottom: -140px;
}
#mid .hmab .about_con .img img {
	width: 100%;
	height: 100%;
}
#mid .hmab .about_con article {
	display: inline-block;
	width: 50%;
	margin-left: -6px;
	padding-left: 50px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mid .hmab .about_con article h3 {
	font-size: 30px;
	font-weight: 400;
}
#mid .hmab .about_con article p {
	line-height: 1.8;
	font-size: 14px;
	text-indent: 28px;
	margin-top: 20px;
}
#mid .hmab .about_con article .btn {
	text-align: right;
	margin: 20px 0;
}
#mid .hmab .about_con article .btn a {
	display: inline-block;
	padding: 10px 20px;
	background-image: linear-gradient(to right, #e70012 , #ec4244);
	font-size: 15px;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#mid .hmab .about_con article .btn a i {
	display: inline-block;
	font-family:"iconfont" !important;
	vertical-align:middle;
	text-align: center;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-left: 20px;
	font-size: 18px;
	font-style: normal;
	background-color: #FFF;
	color: #e70012;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 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 .hmab .about_con article .btn a:hover i {
	margin-left: 10px;
}
#mid .hmab .about_num {
	background-color: #e70012;
	text-align: right;
	height: 140px;
}
#mid .hmab .about_num ul li {
    display: inline-block;
	vertical-align: top;
	color: #FFF;
	text-align: center;
	margin: 30px 0;
	padding: 0 30px;
	border-right: solid 2px rgba(255,255,255,0.3);
}
#mid .hmab .about_num ul li:last-child {
	border-right: unset;
}
#mid .hmab .about_num ul li .num {
	font-size: 45px;
	font-family: "Roboto";
	margin-right: 5px;
}
#mid .hmab .about_num ul li p {
	font-size: 30px;
}
#mid .hmab .about_num ul li p:last-child {
	font-size: 16px;
}
#mid .hmnews .news-tabs {
	text-align:  center;
}
#mid .hmnews .news-tabs ul li {
	display: inline-block;
	padding: 0px 30px;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	margin-left: 30px;
	color: #666;
	cursor: pointer;
	background-color: #dedede;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#mid .hmnews .news-tabs ul li.on {
	background-color: #e70012;
	color: #FFF;
}
#mid .hmnews .news-container {
	margin-top: 50px;
}
#mid .hmnews .swiper-slide ul li {
	display: inline-block;
    width: 22.75%;
	margin-left: -3px;
	margin-right: 3%;
	vertical-align: top;
	overflow: hidden;
}
#mid .hmnews .swiper-slide ul li:nth-child(4n+0) {
	margin-right: 0;
}
#mid .hmnews .swiper-slide ul li .img {
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#mid .hmnews .swiper-slide ul li .img img {
	width: 100%;
	height: 100%;
}
#mid .hmnews .swiper-slide ul li h3 {
	font-size: 15px;
	margin-top: 10px;
}
#mid .hmnews .swiper-slide ul li .date {
	color: #7b7b7b;
	margin: 10px 0;
}
#mid .hmnews .swiper-slide ul li p {
	line-height: 1.8;
	font-size: 13px;
	color: #616161;
	text-align: justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .hmnews .swiper-slide ul li .btn {
	display: inline-block;
	margin: 15px 0 15px -65px;
	color: rgba(0,0,0,0.2);
	font-size: 14px;
	-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 .hmnews .swiper-slide ul li .btn:after {
	content: "\e666";
	font-family: "iconfont";
	font-size: 15px;
	font-weight: 600;
	padding: 1px;
	vertical-align: middle;
	text-align: center;
	border: solid 2px rgba(0,0,0,0.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: 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;
}
#mid .hmnews .swiper-slide ul li:hover .btn {
	color: #e70012;
	margin: 15px 0;
}
#mid .hmnews .swiper-slide ul li:hover .btn:after {
	border: solid 2px #e70012;
}
#mid .hmserv {
	background-color: #f5f5f5;
	padding-bottom: 50px;
}
#mid .hmserv .tit {
	background-color: unset;
}
#mid .hmserv ul li {
	display: inline-block;
	width: 23.5%;
	margin-left: -3px;
	margin-right: 2%;
	text-align: center;
}
#mid .hmserv ul li:nth-child(4n+0) {
	margin-right: 0;
}
#mid .hmserv ul li span {
	display: inline-block;
	width: 100px;
	height: 100px;
	border: solid 1px rgba(0,0,0,0.15);
	box-shadow: 1px 5px 10px -1px rgba(0,0,0,0.2);
	font-weight: 300;
	background-color: #FFF;
	color: rgba(0,0,0,0.5);
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	-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 .hmserv ul li span:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .hmserv ul li span:after {
	content: "\e64f";
	font-family: "iconfont";
	font-size: 50px;
	vertical-align: middle;
	margin-left: -1px;
}
#mid .hmserv ul li:nth-child(2) span:after {
	content: "\e661";
}
#mid .hmserv ul li:nth-child(3) span:after {
	content: "\e624";
}
#mid .hmserv ul li:nth-child(4) span:after {
	content: "\e604";
}
#mid .hmserv ul li h3 {
	font-size: 16px;
	margin-top: 20px;
}
#mid .hmserv ul li p {
	font-size: 13px;
	margin-top: 10px;
	color: #666;
}
#mid .hmserv ul li:hover span {
	background-color: #e70012;
	color: #FFF;
}
footer {
	border-top: rgba(255,255,255,0.1) solid 1px;
	background-color:#1b1b1b;
}
footer .link {
	padding:20px 0;
	margin-bottom: 20px;
	background-color:#222;
	color:#999;
	border-bottom:solid 1px rgba(255,255,255,0.2);
}
footer .link h1 {
	font-size:16px;
	display:inline-block;
}
footer .link ul {
	display:inline-block;
}
footer .link ul li {
	display:inline-block;
	margin-top:10px;
	margin-right:20px;
	font-size:14px;
}
footer .link ul li:last-child {
	margin-right:0;
}
footer .link ul li a {
	color:#999;
}
footer .link ul li a:hover {
	color:#e70012;
}
footer .btm_box {
	display:inline-block;
	vertical-align:middle;
	color:#999;
}
footer .btm_box a {
	color:#999;
}
footer .btm_box:nth-child(1) img {
	max-width:250px;
	max-height:100px;
	-webkit-filter:contrast(0%) brightness(150%);
	filter:contrast(0%) brightness(150%);
}
footer .btm_box:nth-child(2) {
	padding:10px;
	margin-left:50px;
	line-height:2;
	font-size:14px;
}
footer .btm_box:nth-child(3) {
	float:right;
}
footer .btm_box:nth-child(3) span {
	display:inline-block;
	text-align:center;
	margin-left: 20px;
	margin-bottom:10px;
	font-size:14px;
	vertical-align:top;
}
footer .btm_box:nth-child(3) span img {
	width:100px;
	display:block;
	margin-bottom:10px;
}
.backtop {
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	position:fixed;
	right:20px;
	bottom:20px;
	background:#333;
	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;
}
.backtop:hover {
	background: #e70012;
}
.bdsharebuttonbox .sina {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -50px 0px;
}
.bdsharebuttonbox .weixin {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat 0px 0px;
}
.bdsharebuttonbox .qzone {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -150px 0px;
}
.bdsharebuttonbox .tqq {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -100px 0px;
}
.bdsharebuttonbox .sqq {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -200px 0px;
}
#banner{ clear:both; width:100%; height:300px; position:relative; overflow:hidden;}
#banner div{ width:1920px; height:300px; position:absolute; left:50%; margin-left:-960px;top:0; text-align:center;}
.banner {
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
}
.banner.bn {
	height: 400px !important;
	text-align: center;
}
.banner:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color: #444;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
}
.banner.bn:before {
	filter: Alpha(opacity=20);
	-moz-opacity: .20;
	opacity: 0.20;
}
.banner .kk {
	position:relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner .kk h1 {
	font-size:30px;
	color:rgba(255,255,255,0.9);
	font-weight:400;
}
.banner.bn .kk h1 {
	font-size: 40px;
}
.banner .kk h2 {
	font-size:18px;
	font-family: "Roboto Condensed";
	color:rgba(255,255,255,0.9);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight:300;
	margin-top: 5px;
}
.banner.bn .kk h2 {
	font-size: 25px;
}
.banner .img {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    bottom:0;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:cover;
    z-index:-2;
    animation:vsImg 2s linear;
    -webkit-animation:vsImg 2s linear;
    -moz-animation:vsImg 2s linear;
}
@keyframes vsImg {
    0% { transform:scale(1.1); }
    100% { transform:scale(1); }
}
@-webkit-keyframes vsImg {
    0% { -webkit-transform:scale(1.1); }
    100% { -webkit-transform:scale(1); }
}
@-moz-keyframes vsImg {
    0% { -moz-transform:scale(1.1); }
    100% { -moz-transform:scale(1); }
}
.banner .img img {
    display: none;
    width:160%;
    margin-left:-30%;
}
.movedown {
	-webkit-animation: down 0.5s ease 0.2s 1 both;
	animation: down 0.5s ease 0.2s 1 both;
}
@-webkit-keyframes down {
	from {
		opacity: 0;
		margin-top: -20px;
	}
	to {
		opacity: 1;
		margin-top: 0px;
	}
}
@keyframes down {
	from {
		opacity: 0;
		margin-top: -20px;
	}
	to {
		opacity: 1;
		margin-top: 0px;
	}
}
.moveup {
	-webkit-animation: up 0.5s ease 0.2s 1 both;
	animation: up 0.5s ease 0.2s 1 both;
}
@-webkit-keyframes up {
	from {
		opacity: 0;
		margin-top: 50px;
	}
	to {
		opacity: 1;
		margin-top: 5px;
	}
}
@keyframes up {
	from {
		opacity: 0;
		margin-top: 50px;
	}
	to {
		opacity: 1;
		margin-top: 5px;
	}
}
.mbg {
	background:#fafafa;
}
#mid .topnav {
	background:#FFF;
	height:60px;
	box-shadow: 0px 2px 4px -2px #CCC;
}
#mid .topnav .kk {
	position:relative;
}
#mid .type {
	margin-left:4px;
}
#mid .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;

}
#mid .type ul li:hover,#mid .type ul > li.on  {
	background-color: #e70012;
	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;
}
#mid .type ul li a {
	display:block;
	font-size:15px;
	color: #888;
}
#mid .type ul li:hover > a,#mid .type ul li.on > a {
	color:#FFF;
}
#mid .type ul li span {
	position: relative;
	display: inline-block;
	width: 10px;
	float: right;
}
#mid .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;
}
#mid .type ul li:hover span:after,#mid .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;
}
#mid .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;
}
#mid .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;
}
#mid .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);
}
#mid .type ul li ul li {
	display:block;
	white-space:nowrap;
	line-height:1.5;
	padding:5px 10px;
	height:auto;
	background-color: #fff !important;
}
#mid .type ul li ul li a {
	font-size:13px;
	color: #888 !important;
}
#mid .type ul li ul li.on a,#mid .type ul li ul li a:hover,#mid .type ul li ul li:hover a {
	color: #e70012 !important;
}
#mid .stype {
	background-color: #fff;
	padding: 15px;
	border: solid 1px #eee;
}
#mid .stype h3 {
	display: inline-block;
	font-size: 15px;
}
#mid .stype ul {
	display: inline-block;
}
#mid .stype ul li {
	display: inline-block;
}
#mid .stype ul li a {
	display: block;
	font-size: 14px;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mid .stype ul li.on a {
	background-color: #e70012;
	color: #FFF;
}
#mid .location {
	float:right;
	margin-top:20px;
}
#mid .location ul li {
	display:inline-block;
	position:relative;
	color: #888;
}
#mid .location ul li:nth-child(1):before {
	content:"\e62b";
	font-family:"iconfont" !important;
	font-size:15px;
	margin:0;
	margin-right:5px;
}
#mid .location ul li:hover:nth-child(1):before {
	color:#e70012;
}
#mid .location ul li: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:#e70012;
}
#mid .main {
	padding:20px 0;
}
#mid .main .content {
	margin:30px 20px;
	line-height:2;
	font-size:14px;
}
#mid .main .content article {
	font-size:16px !important;
}
#mid .main .content article img {
	max-width:100%;
}
#mid .main .down {
	margin:20px 0;
	font-size:14px;
}
#mid .main .down span {
	font-weight:bold;
	color:#C30;
}
#mid .main .down img {
	vertical-align:middle;
}
#mid .main .newslist {
	background: #EEE;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 5px 10px;
}
#mid .main .newslist.wt {
	background: #FFF;
}
#mid .main .newslist a {
	padding-left: 10px;
	background: url(../images/tb.png) no-repeat left center;
	font-size: 14px;
}
#mid .main .piclist {}
#mid .main .piclist ul li {
	display:inline-block;
	width:32%;
	margin-right:2%;
	margin-left:-3px;
	margin-top:20px;
	text-align:center;
	vertical-align:top;
}
#mid .main .piclist ul li:nth-child(3n+0) {
	margin-right:0;
}
#mid .main .piclist ul.od li {
	width:23.5%;
}
#mid .main .piclist ul.od li:nth-child(3n+0) {
	margin-right:2%;
}
#mid .main .piclist ul.od li:nth-child(4n+0) {
	margin-right:0;
}
#mid .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;
}
#mid .main .piclist ul li .img:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .main .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 .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);
}
#mid .main .piclist ul li h3 {
	font-size:15px;
	margin:10px 0;
	font-weight:normal;
}
#mid .main .videolist {
	padding: 10px;
}
#mid .main .videolist ul li {
	display:inline-block;
	width:25%;
	margin-left:-3px;
	margin-bottom:20px;
	vertical-align:top;
}
#mid .main .videolist ul li .img {
	width:90%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#mid .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;
}
#mid .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;
}
#mid .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;
}
#mid .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)
}
#mid .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;
}
#mid .main .list {
	padding:0px;
}
#mid .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;
}
#mid .main .list ul li:hover {
	background-color: #FFF;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
#mid .main .list ul li .img {
	width:20%;
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
	margin-left:-3px;
}
#mid .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;
}
#mid .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);
}
#mid .main .list ul li .timer {
	float:right;
	width:10%;
	margin-top:10px;
	margin-left:-3px;
	display:inline-block;
	text-align:center;
	color:#888;
}
#mid .main .list ul li .timer .icon {
	font-family: "iconfont" !important;
	font-size: 45px;
	color: #CCC;
}
#mid .main .list ul li .timer .monday {
	font-size:24px;
}
#mid .main .list ul li .timer .year {
	font-size:18px;
}
#mid .main .list ul li .timer .date {
	display:none;
	font-size:16px;
}
#mid .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;
}
#mid .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;
}
#mid .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;
}
#mid .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;
}
#mid .main .list ul li .txt .btn:after {
	content: "\e666";
	font-family:"iconfont" !important;
	font-size:16px;
}
#mid .main .list ul li:hover .txt .btn {
	color:#fff;
	background-color:#e70012;
	border:solid 1px #e70012;
}
#mid .main .list ul li.nopic .txt {
	width:86%;
}
#mid .main .list2 {
	padding:0px;
}
#mid .main .list2 ul li {
	display:inline-block;
	width:32%;
	margin-left:-3px;
	margin-right: 2%;
	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;
}
#mid .main .list2 ul li:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
#mid .main .list2 ul li:nth-child(3n+0) {
	margin-right: 0;
}
#mid .main .list2 ul li .img {
	width:100%;
	overflow: hidden;
}
#mid .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;
}
#mid .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);
}
#mid .main .list2 ul li .txt {
	background-color: #fff;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .main .list2 ul li .txt h3 {
	margin-top:10px;
	font-size:18px;
	font-weight:400;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .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;
}
#mid .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:#e70012;
	border:solid 1px #e70012;
}
#mid .main .download {
	height: 80px;
	margin-top:15px;
}
#mid .main .download h3 {
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	overflow:hidden;
}
#mid .main .download div {
	background: #EEE;
	height: 45px;
	border-top: 1px solid #DDD;
	line-height: 45px;
	padding-left: 10px;
	padding-right: 10px;
}
#mid .main .download .btn {
	float:right;
	background:#DDD;
	border:solid 1px #CCC;
	padding:0 10px;
	line-height:28px;
	margin-top:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#mid .main .download .btn:hover {
	background:#e70012;
	border:solid 1px #e70012;
}
#mid .main .download .btn:before {
	content:"\e661";
	font-family:"iconfont" !important;
	font-size:18px;
	vertical-align:middle;
	color:#333;
	margin-right:5px;
}
#mid .main .download .btn a {
	color:#333;
	font-size:14px;
}
#mid .main .download .btn:hover a {
	color:#FFF;
}
#mid .main .download .btn:hover:before {
	color:#FFF;
}
#mid .main .prolist {
	margin-top:20px;
}
#mid .main .prolist ul li {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin-right: 3.5%;
	margin-left: -3px;
	margin-bottom: 50px;
	text-align: center;
}
#mid .main .prolist ul li:nth-child(3n+0) {
	margin-right: 0;
}
#mid .main .prolist ul li .img {
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 15px;
	-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;
	box-shadow: 0 10px 80px -10px rgba(44,54,92,.3);
	overflow: hidden;
}
#mid .main .prolist ul li .img:after {
	content: "";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:0;
	background-color:#e70012;
	filter: Alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 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;
}
#mid .main .prolist ul li:hover .img:after {
	height: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;
}
#mid .main .prolist ul li .img .num {
	position: absolute;
	width: 100%;
	height: 30%;
	left: -100%;
	top: 20%;
	z-index: 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 .main .prolist ul li:hover .img .num {
	left: -55%;
}
#mid .main .prolist ul li .img .num:before {
	content: "";
	position: absolute;
	left: 0;
	top: 30%;
	width: 75%;
	height: 1px;
	background-color: rgba(255,255,255,0.5);
}
#mid .main .prolist ul li .img .num:after {
	content: attr(data-num);
	font-size: 60px;
	color: rgba(255,255,255,0.9);
	position: absolute;
	top:0;
	right: 0;
	width: 30%;
}
#mid .main .prolist ul li .img img {
	width: 100%;
	height: 100%;
}
#mid .main .prolist ul li .img .con {
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: -100%;
	left: 0;
	padding: 15% 20%;
	color: rgba(255,255,255,0.9);
	font-size: 15px;
	text-align: justify;
	line-height: 1.8;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 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 .main .prolist ul li:hover .img .con {
	bottom: 20%;
}
#mid .main .prolist ul li h3 {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.5;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .main #form_msg .ipt {
	width: 97%;
	border: solid 1px #CCC;
	height: 33px;
	line-height: 33px;
	padding: 0 1%;
	margin-top: 10px;
}
#mid .main #form_msg .ipt:focus {
	border: solid 1px #e70012;
	-moz-box-shadow: 1px 1px 3px #e70012;
	-webkit-box-shadow: 1px 1px 3px #e70012;
	box-shadow: 1px 1px 3px #e70012;
}
#mid .main #form_msg textarea {
	width: 97%;
	padding: 1%;
	height: 60px;
	line-height: 20px;
	border: solid 1px #CCC;
	margin-top: 10px;
}
#mid .main #form_msg textarea:focus {
	border: solid 1px #e70012;
	-moz-box-shadow: 1px 1px 3px #e70012;
	-webkit-box-shadow: 1px 1px 3px #e70012;
	box-shadow: 1px 1px 3px #e70012;
}
#mid .main #form_msg .btn {
	background: #e70012;
	border: 1px solid #e70012;
	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 .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: #e70012;
}
#mid .main .showinfo {
	padding:20px;
	line-height:2;
	font-size:14px;
	background-color:#fff;
	-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 .main .showinfo h1 {
	font-size:28px;
	font-weight:normal;
	text-align:center;
	color:#000;
}
#mid .main .showinfo article img {
	max-width:100%;
}
#mid .main .showinfo .tips {
	border-bottom:solid 1px #e4e4e4;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
	color:#999;
}
#mid .main .showinfo .tips span {
	display:inline-block;
	margin: 0 20px;
	vertical-align:top;
}
#mid .main .showinfo .tips span:before {
	font-family:"iconfont" !important;
	margin-right:5px;
	font-size:21px;
	vertical-align:middle;
	color:#666;
}
#mid .main .showinfo .tips span:nth-child(1):before {
	content:"\e6c8";
}
#mid .main .showinfo .tips span:nth-child(2):before {
	content:"\e63a";
}
#mid .main .showinfo .tips span:nth-child(3):before {
	content:"\e634";
}
#mid .main .showinfo .tips span .bdsharebuttonbox {
	display:inline-block !important;
	vertical-align:top;
}
#mid .main .btminfo {
	border-top:solid 1px #e4e4e4;
	margin:20px 0;
	padding-top:10px;
}
#mid .main .btminfo span {
	display:block;
	color:#666;
}
#mid .main .btminfo span a {
	color:inherit;
}
#mid .main .btminfo span a:hover {
	color:#e70012;
}
#mid .main .btminfo .btn {
	float:right;
}
#mid .main .btminfo .btn a {
	display:inline-block;
	background:#e70012;
	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 .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);
}
#mid .main .showinfo .swiper-container {
	display:block;
	margin:20px 0;
	text-align:center;
}
#mid .main .showinfo .swiper-container .swiper-slide img {
	max-width:100%;
}
#mid .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;
}
#mid .main .showinfo .swiper-container .swiper-pagination-bullet-active {
	background:#e70012;
}
#mid .main .odpro {
	display:inline-block;
	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;
}
#mid .main .odpro h2 {
	background-color:#e70012;
	padding:10px;
	color:#fff;
	font-size:18px;
	font-weight:400;
}
#mid .main .odpro h2:before {
	font-family:"iconfont" !important;
	content:"\e661";
	font-size:20px;
	vertical-align:middle;
	margin-right:5px;
}
#mid .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;
}
#mid .main .odpro li:hover {
	border-bottom: solid 3px #e70012;
	-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 .main .odpro li .img {
	width:100%;
}
#mid .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;
}
#mid .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);
}
#mid .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;
}
#mid .main .showpro {
	padding:20px;
	line-height:2;
	font-size:14px;
}
#mid .main .showpro .movepic {
	display:inline-block;
	vertical-align:top;
	width:50%;
	margin-top:10px;
	position:relative;
}
#mid .main .showpro .movepic > a {
	width:100%;
	display:block;
	border:solid 1px #DDD;
}
#mid .main .showpro .movepic > a img {
	vertical-align:bottom;
}
#mid .main .showpro .movepic .gallery-top {
	border:solid 1px #DDD;
	overflow:hidden;
}
#mid .main .showpro .movepic .gallery-top .swiper-slide {
	text-align:center;
}
#mid .main .showpro .movepic .gallery-top .swiper-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .main .showpro .movepic .gallery-top .swiper-slide img {
	max-width: 100%;
	max-height:100%;
	vertical-align: middle;
	margin-right: -1px;
}
#mid .main .showpro .movepic .gallery-thumbs {
	height: 80px;
	width:100%;
	margin:20px auto;
	overflow:hidden;
	position:relative;
}
#mid .main .showpro .movepic .gallery-thumbs .swiper-wrapper {
	justify-content:center;
}
#mid .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;
	text-align: center;
}
#mid .main .showpro .movepic .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border:solid 2px #e70012;
}
#mid .main .showpro .movepic .gallery-thumbs .swiper-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .main .showpro .movepic .gallery-thumbs .swiper-slide img {
	max-width: 100%;
	max-height:100%;
	vertical-align: middle;
	margin-right: -1px;
}
#mid .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);
}
#mid .main .showpro .movepic .move-left:after {
	content:"\e666";
	font-family:"iconfont" !important;
	font-size:30px;
	line-height:40px;
	color:#FFF;
	opacity: 0.2;
}
#mid .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;
}
#mid .main .showpro .movepic .move-right:after {
	content:"\e666";
	font-family:"iconfont" !important;
	font-size:30px;
	line-height:40px;
	color:#FFF;
	opacity: 0.2;
}
#mid .main .showpro .movepic:hover .move-left,#mid .main .showpro .movepic:hover .move-right {
	background:#FFF;
	opacity: 0.6;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
#mid .main .showpro .movepic:hover .move-left:after,#mid .main .showpro .movepic:hover .move-right:after {
	color:#000;
	opacity:1;
}
#mid .main .showpro .protxt {
	display:inline-block;
	float:right;
	width:50%;
	padding-left: 50px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mid .main .showpro .protxt h2 {
	font-size:25px;
}
#mid .main .showpro .protxt article {
	border: dashed 1px #DDD;
	background-color:#FFF;
	padding:10px;
	color:#555;
	font-size:15px;
	margin-top:10px;
}
#mid .main .showpro .protxt .btn {
	display:inline-block;
	margin-top:20px;
}
#mid .main .showpro .protxt .btn a {
	display:block;
	margin-right:15px;
	background-color:#e70012;
	color:#fff;
	padding:3px 20px;
	font-size:15px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
#mid .main .showpro .protxt .btn a.on {
	margin-right:0;
	background-color:#e70012;
}
#mid .main .showpro .protxt .odlist h3 {
	font-size:18px;
	margin-bottom:5px;
}
#mid .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;
}
#mid .main .showpro .protxt .odlist li:hover {
	border-bottom: solid 3px #e70012;
	-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 .main .showpro .protxt .odlist li .img {
	width:100%;
}
#mid .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;
}
#mid .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);
}
#mid .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;
}
#mid .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;
}
#mid .main .showpro .procon h2{
	height:45px;
	background:#F3F3F3;
	margin-bottom:20px;
}
#mid .main .showpro .procon h2 div {
	display:inline-block;
	background: #e70012;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}
#mid .main .showpro .procon .con {
	margin: 20px 10px;
	display:none;
}
#mid .main .showpro .procon .con img {
	max-width:100%;
}
#mid .main .showpro .procon .con.on {
	display:block;
}
#mid .main .showpro .procon .dw a {
	font-size: 18px !important;
}
#mid .main .showpro .procon .dw p {
	margin-bottom: 20px;
}
#mid .main .showpro .tmenu {
	clear:both;
	border-bottom: solid 1px #DDD;
}
#mid .main .showpro .tmenu li {
	display:inline-block;
	line-height:50px;
	font-size:18px;
	margin-right:20px;
	padding:0 10px;
	cursor:pointer;
}
#mid .main .showpro .tmenu li.on {
	color:#e70012;
	border-bottom: solid 2px #e70012;
}
#mid .main .showpro .tmenu li.on:before {
	color:#e70012;
}
#mid .sslist {
	padding:40px;
	background-color: #fff;
}
#mid .sslist h2 {
	font-size:20px;
	font-weight:400;
	color:#e70012;
}
#mid .sslist h2:before {
	content:"\eafe";
	font-family:"iconfont" !important;
	font-size:30px;
	vertical-align:middle;
}
#mid .sslist ul li {
	border-bottom: solid 1px #EEE;
	padding:20px;
}
#mid .sslist ul li:last-child {
	border-bottom:none;
}
#mid .sslist ul li h3 {
	font-size:16px;
	line-height:28px;
}
#mid .sslist ul li p {
	margin-top:10px;
	font-size:14px;
	color:#666;
}
#mid .movelist {
	position: relative;
	padding: 50px 0;
}
#mid .movelist .swiper-slide {
	float:left;
	width: 600px;
	height: 600px;
	background: #fff;
	border: solid 1px #EEE;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	position:relative;
	overflow:hidden;
	text-align: center;
}
#mid .movelist .swiper-slide .img {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	padding:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .movelist .swiper-slide .img:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .movelist .swiper-slide .img img{
	max-width: 100%;
	max-height:100%;
	vertical-align: middle;
	margin-right: -1px;
}
#mid .movelist .swiper-slide p {
	position:absolute;
	width:100%;
	height:50px;
	background-color:#fff;
	bottom:-50px;
	left:0;
	line-height:50px;
	font-size:15px;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-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;
}
#mid .movelist .swiper-slide p.on {
	bottom:0;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-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;
}
#mid .movelist .swiper-pagination {
	width: 100%;
	bottom: -10px;
}
#mid .movelist .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#mid .movelist .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #e70012;
	background-color: #fff;
}
#mid .movelist .move-left,#mid .movelist .move-right {
	position:absolute;
	width:50px;
	height:50px;
	line-height: 50px;
	top:50%;
	margin-top:-25px;
	cursor:pointer;
	text-align: center;
	z-index:2;
	opacity: 0.8;
	background-color: #FFF;
	border: solid 1px #CCC;
	color:#333;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.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;
}
#mid .movelist .move-left {
	/*right:-50px;*/
	right: 5px;
}
#mid .movelist .move-left:after,#mid .movelist .move-right:after {
	content:"\e666";
	font-family:"iconfont" !important;
	font-size:25px;
	font-weight: bold;
	position: absolute;
	left: 50%;
	margin-left: -12px;
}
#mid .movelist .move-right:after {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
#mid .movelist .move-right {
	/*left:-50px;*/
	left: 5px;
}
#mid .movelist:hover .move-left {
	right: 5px;
}
#mid .movelist:hover .move-right {
	left: 5px;
}
#mid .movelist .move-left:hover,#mid .movelist .move-right:hover {
	color:#fff;
	background-color: #e70012;
	opacity: 1;
	border: unset;
}
/*wap*/
header .overlay {
	position: fixed;
	z-index: 99;
	background-color: rgba(0,0,0,.5);
	bottom: 0;
	right: 0;
	left: 0;
}
header .openmenu .overlay {
	top: 0
}
header #pgcontainer {
	padding: 0;
	margin: 0
}
header #menu {
	height: 100%;
	width: 0;
	background: #494D50;
	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);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
header #menu .close {
	height:35px;
	width:35px;
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
}
header #menu .close:before {
	content:"\e654";
	font-family:"iconfont" !important;
	color:#FFF;
	font-size:20px;
	line-height:35px;
}
header #menu ul {
	margin-top: 45px;
	z-index: 101;
	overflow-y: auto;
	overflow-x: hidden
}
header #menu ul li {
	display: block
}
header #menu ul li a {
	display: block;
	min-width: 130px;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	font-weight:400;
}
header #menu li a:hover {
	color: #FFF;
	background: #e70012;
}
header #menu ul li ul {
	display:none;
	margin-top: 0px;
}
header #menu ul li ul li a {
	padding: 8px 10px 8px 35px;
	font-size: 14px;
}
header #menu li form {
	margin-bottom:10px;
	padding: 10px 20px;
	position:relative;
}
header #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;
}
header #menu li button {
	position:absolute;
	width:40px;
	height:100%;
	right:20px;
	top:0;
	border:none;
	background:none;
	cursor:pointer;
}
header #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: #e70012;
	z-index: 999;
	-moz-box-shadow: 0px -1px 1px #9a0707;
	-webkit-box-shadow: 0px -1px 1px #9a0707;
	box-shadow: 0px -1px 1px #9a0707;
}
.odline li {
	display:inline-block;
	width:25%;
	height: 45px;
	line-height:45px;
	margin-right:-3px;
	text-align:center;
	border-right: solid 1px #C00;
	-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:#e70012;
	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:"\e604";
}
.odline li:nth-child(3) span:before {
	content:"\e610";
}
@media screen and (max-width: 768px) {
	.kk {
		width: 100%;
		margin: 0 auto;
	}
	.odline {
		display:block;
	}
	header .menu,header .od {
		display:none;
	}
	header .menubtn {
		position:absolute;
		cursor:pointer;
		text-align:center;
		right:10px;
		top:50%;
		margin-top:-11px;
	}
	header .menubtn:after {
		content:"\e639";
		font-family:"iconfont" !important;
		color:#333;
		font-size:22px;
		margin-left:5px;
		vertical-align:middle;
	}
	header .menubtn:hover  {
		color:#e70012;
	}
	header .menubtn:hover:after {
		color:#e70012;
	}
	header .btop {
		height:60px;
	}
	header .box {
		height: 60px;
	}
	header .logo {
		height: 60px;
	}
	header .logo img {
		margin-left: 10px;
		max-height:35px;
	}
	/*scoll*/
	header.scroll .btop {
		height:40px;
	}
	header.scroll .box {
		height:40px;
	}
	header.scroll .logo {
		height: 40px;
		-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.scroll .logo img {
		max-height: 30px;
	}
	#bn .img {
		height: 30vh;
	}
	#bn .img img {
		width:160%;
		margin-left:-30%;
		display:none;
	}
	#bn h1 {
		font-size: 25px;
		margin-top: -40px;
		letter-spacing: 0px;
	}
	#bn h2 {
		font-size: 16px;
	}
	#mid .tit {
		padding:30px 0;
	}
	#mid .tit h1 {
		font-size:30px;
	}
	#mid .tit h2 {
		font-size:25px;
	}
	#mid .hmpro nav {
		padding-bottom: 30px;
	}
	#mid .hmpro nav span {
		margin: 0 10px;
	}
	#mid .hmpro nav span a {
		padding: 10px 20px;
	}
	#mid .hmpro .protab .move-left:focus,#mid .hmpro .protab .move-right:focus {
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-appearance:none;
	}
	#mid .hmpro .protab .move-right {
		transform: translateZ(100px);
		-webkit-tap-highlight-color:rgba(0,0,0,0);
		-webkit-appearance:none;
	}
	#mid .hmpro .procon .swiper-slide a:hover {
		background-color: unset;
		-webkit-transform: unset;
		transform: unset;
		-webkit-box-shadow: unset;
		box-shadow: unset;
	}
	#mid .newpro .gallery-top {
		padding: 30px 0;
	}
	#mid .newpro .gallery-top .move-left,#mid .newpro .gallery-top .move-right {
		top:40%;
	}
	#mid .newpro .gallery-top .swiper-slide .img {
		float: unset;
		width: 100%;
	}
	#mid .newpro .gallery-top .swiper-slide article {
		width: 100%;
		margin-right: 0px;
		padding: 20px;
	}
	#mid .newpro .gallery-top .swiper-slide article h2 {
		font-size: 25px;
	}
	#mid .newpro .gallery-top .swiper-slide article h3 {
		font-size: 20px;
	}
	#mid .newpro .gallery-top .swiper-slide article .txt {
		margin-top: 20px;
		font-size: 15px;
		line-height: 1;
	}
	#mid .newpro .gallery-top .swiper-slide article .txt p:before {
		font-size: 25px;
	}
	#mid .newpro .gallery-top .swiper-slide article .btn {
		text-align: center;
	}
	#mid .newpro .gallery-thumbs .swiper-slide p {
		padding: 0 10px;
		font-size: 15px;
	}
	#mid .hmab .about_con h1 {
		display: block;
		font-size: 100px;
		text-align: center;
	}
	#mid .hmab .about_con h1:before {
		font-size: 30px;
		margin-left: -60px;
	}
	#mid .hmab .about_con .img {
		width: 100%;
		margin-bottom: 0px;
	}
	#mid .hmab .about_con article {
		width: 100%;
		margin-left: 0px;
		padding: 20px;
	}
	#mid .hmab .about_con article h3 {
		font-size: 25px;
		text-align: center;
	}
	#mid .hmab .about_con article .btn {
		text-align: center;
	}
	#mid .hmab .about_num {
		text-align: center;
		height: auto;
	}
	#mid .hmab .about_num ul li {
		margin: 0;
		width: 100%;
		padding: 20px 0;
		border-right: unset;
		border-bottom: solid 2px rgba(255,255,255,0.2);
	}
	#mid .hmab .about_num ul li:last-child {
		border-bottom: unset;
	}
	#mid .hmab .about_num ul li .num {
		font-size: 35px;
	}
	#mid .hmab .about_num ul li p {
		font-size: 20px;
	}
	#mid .hmnews .news-tabs ul li {
		margin: 0 10px;
	}
	#mid .hmnews .news-container {
		margin-top: 20px;
	}
	#mid .hmnews .swiper-slide ul li {
		width: 90%;
		margin: 10px 5%;
	}
	#mid .hmserv {
		padding-bottom: 30px;
	}
	#mid .hmserv ul li {
		width: 49%;
		margin-bottom: 20px;
	}
	#mid .hmserv ul li:nth-child(2n+0) {
		margin-right: 0;
	}
	footer {
		padding-bottom:60px;
	}
	footer .link {
		padding:20px;
	}
	footer .btm_box {
		display:block;
		width:100%;
		text-align:center;
		margin-top: 20px;
	}
	footer .btm_box:nth-child(2) {
		padding: 0 20px;
		margin-left:0;
		text-align:left;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	footer .btm_box:nth-child(3) {
		float:none;
	}
	.banner,.banner.bn {
		height: 160px !important;
		text-align: center;
	}
	.banner .kk h1,.banner.bn .kk h1 {
		font-size:25px;
	}
	.banner .kk h2,.banner.bn .kk h2 {
		font-size:18px;
	}
	#mid .topnav {
		height:auto;
	}
	#mid .location,#mid .typemenu {
		display:none !important;
	}
	#mid .type {
		margin-left:3px;
		display:block !important;
	}
	#mid .type ul > li {
		width:50%;
		height:38px;
		line-height:38px;
		text-align:center;
		margin-left:-3px;
	}
	#mid .type ul > li a {
		text-overflow: ellipsis;
		word-break: break-all;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	#mid .type ul li ul li {
		width:100%;
		text-align:left;
		margin-left:0px;
	}
	#mid .type ul li.all {
		display:none;
	}
	#mid .stype h3 {
		display: none;
	}
	#mid .main .list {
		padding:0;
	}
	#mid .main .list ul li .img {
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
	#mid .main .list ul li .timer {
		float: unset;
		width:100%;
		margin-left:0;
		text-align:right;
		margin-top: 10px;
	}
	#mid .main .list ul li .timer .icon {
		font-size: 20px;
		color: #CCC;
		display:inline-block;
	}
	#mid .main .list ul li .timer .monday {
		display:none;
	}
	#mid .main .list ul li .timer .year {
		display:none;
	}
	#mid .main .list ul li .timer .date {
		display:inline-block;
	}
	#mid .main .list ul li .txt,#mid .main .list ul li.nopic .txt {
		width:100%;
		padding-left:0;
	}
	#mid .main .list ul li .txt h3 {
		font-size:18px;
	}
	#mid .main .showinfo h2 {
		font-size:25px;
		line-height:1.5;
	}
	#mid .main .odpro {
		width:98%;
		margin:30px 1%;
	}
	#mid .main .odpro li {
		display:inline-block;
		width:50%;
		margin-left:-3px;
	}
	#mid .main .prolist {
		padding: 10px;
	}
	#mid .main .prolist ul li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 50px;
	}
	#mid .main .prolist ul li:nth-child(3n+0) {
		margin-right: 3%;
	}
	#mid .main .prolist ul li:nth-child(2n+0) {
		margin-right: 0;
	}
	#mid .main .prolist ul li .img .num,
	#mid .main .prolist ul li .img .con {
		display: none;
	}
	#mid .main .prolist ul li:hover .img:after {
		height: 0;
	}
	#mid .main .prolist ul li h3 {
		font-size: 14px;
	}
	#mid .main .prolist ul li h3:last-child {
		margin-top: 0;
	}
	#mid .movelist {
		padding: 30px 0;
	}
	#mid .movelist .swiper-slide {
		width:70%;
		height:auto;
	}
}
@media screen and (max-width: 420px) {
	.page span:nth-child(1),.page span:nth-child(2),.page span:nth-child(3),.page span:nth-last-child(1),.page span:nth-last-child(2){
		display:none;
	}
	#mid .main .piclist {
		padding:0 10px;
	}
	#mid .main .piclist ul {
		margin-left:3px;
		margin-right:-3px;
	}
	#mid .main .piclist ul li {
		width:49%;
		margin-top:0;
		margin-bottom:10px;
	}
	#mid .main .piclist ul li:nth-child(3n+0) {
		margin-right:2%;
	}
	#mid .main .piclist ul li:nth-child(2n+0) {
		margin-right:0;
	}
	#mid .main .piclist ul.od li {
		width:49%;
	}
	#mid .main .piclist ul.od li:nth-child(2n+0) {
		margin-right:0;
	}
	#mid .main .piclist ul li h3 {
		font-size:14px;
	}
	#mid .main .videolist ul li {
		width:50%;
	}
	#mid .main .list2 {
		padding:0px 10px;
	}
	#mid .main .list2 ul {
		margin-left:0;
	}
	#mid .main .list2 ul li {
		width:100%;
		margin-left:0;
	}
	#mid .main .list2 ul li .img {
		width:100%;
		margin-left:0;
	}
	#mid .main .list2 ul li .txt {
		width:100%;
		margin-left:0px;
		padding:20px;
	}
	#mid .main .list2 ul li .txt h3 {
		margin-top:0;
	}
	#mid .main .list2.od ul li {
		width:100%;
		margin-right:0;
		padding-right:0;
	}
	#mid .main .list2.od ul li .img {
		width:100%;
		position:relative;
	}
	#mid .main .list2.od ul li .txt {
		width:100%;
	}
	#mid .main .list2.od ul li .txt h3 {
		margin-top:0;
	}
	#mid .main .showinfo .tips {
		padding:10px 0;
	}
	#mid .main .showinfo .tips span {
		display:block;
		margin: 0;
		text-align:left;
		line-height:1.5;
	}
	#mid .main .showinfo h2 {
		text-align:left;
		font-size:20px;
	}
	#mid .main .showinfo .btminfo .btn {
		float:none;
		text-align:center;
	}
	#mid .main .showpro {
		padding:0 10px;
	}
	#mid .main .showpro .movepic {
		width:100%;
		margin-top:0;
	}
	#mid .main .showpro .protxt {
		float:none;
		width: 100%;
		padding-left: 0;
	}
	#mid .main .showpro .protxt h2 {
		font-size:20px;
	}
	#mid .main .showpro .protxt .btn {
		margin:20px 0;
	}
	#mid .main .showpro .tmenu li {
		margin: 0;
		padding: 0 5px;
		font-size: 15px;
	}
	#mid .main .showpro .procon {
		margin-top:10px;
	}
	#mid .main .showpro .btminfo .btn {
		float:none;
		text-align:center;
	}
	#mid .main .showpro .protxt .odlist li {
		width:50%;
	}
	#mid .sslist {
		padding:10px;
	}
}
@media screen and (max-width: 320px) {

}