﻿@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: top;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea, select {
	-webkit-appearance: none;
}
input, textarea, select {
	font-family: "PingFang SC", Microsoft Yahei, Arial, Helvetica, sans-serif;
	outline: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #173164;
}
a:active {
	text-decoration: none;
}
a.wl:link, a.wl:visited, a.wl:active {
	color: #FFF;
	text-decoration: none;
}
a.wl:hover {
	color: #F90;
}
a.wb:link, a.wb:visited, a.wb:active {
	color: #069;
	text-decoration: none;
}
a.wb:hover {
	color: #C00;
}
a.wr:link, a.wr:visited, a.wr:active {
	color: #C00;
	text-decoration: none;
}
a.wr:hover {
	color: #000;
}
a.wg:link, a.wg:visited, a.wg:active {
	color: #999;
	text-decoration: none;
}
a.wg:hover {
	color: #C00;
}
.f_black {
	color: #000;
}
.f_red {
	color: #C00;
}
.f_white {
	color: #FFF;
}
.f_gray {
	color: #999;
}
.f_orange {
	color: #F90;
}
.f_green {
	color: #66A228;
}
.f_blue {
	color: blue;
}
.f_mblue {
	color: #1B75BC;
}
.f_dblue {
	color: #233F6F;
}
.f_gold {
	color: #F60;
}
.f_pink {
	color: #B5084A;
}
.f_Arial {
	font-family: Arial, Helvetica, sans-serif;
}
.f_yk {
	font-family: "微软雅黑";
}
.blod {
	font-weight: bold;
}
.noblod {
	font-weight: normal;
}
.px10 {
	font-size: 10px;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.px13 {
	font-size: 13px;
}
.px14 {
	font-size: 14px;
}
.px15 {
	font-size: 15px;
}
.px16 {
	font-size: 16px !important;
}
.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;
}
.mb20 {
	margin-bottom: 20px;
}
.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;
}
.t-l {
	text-align: left !important;
}
.clear {
	clear: both;
	line-height: 0px;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.line {
	background: url(../images/line.png) repeat-x left center;
	height: 18px;
	width: 100%;
	margin: 0px auto;
	clear: both;
}
.kk {
	width: 82%;
	margin: 0 auto;
}
.success {
	-webkit-animation: fadeIn 01s ease 0.2s 1 both;
	animation: fadeIn 1s ease 0.2s 1 both;
}
@-webkit-keyframes fadeIn {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}
@keyframes fadeIn {
  from {
	opacity: 0;
  }
  to {
	opacity: 1;
  }
}
/*分页*/
.page {
	width: 100%;
	text-align: center;
	font-size: 15px;
	margin: 30px 0;
}
.page span {
	margin: 0 2px;
}
.page span a {
	padding: 5px 10px;
	color: #666;
	border: solid 1px #DDD;
	background-color: #FFF;
}
.page span a:hover {
	border: solid 1px #173164;
	color: #666;
}
.page span.current {
	color: #FFF;
	background: #173164;
	padding: 5px 10px;
	border: solid 1px #173164;
}
/**/
header {
	position: relative;
	height:130px;
	background-color:#173164;
	background-image: -webkit-linear-gradient(45deg, #0640ac 30%, #062f82 50%, #092865 70%);
	background-image: -moz-linear-gradient(45deg, #0640ac 30%, #062f82 50%, #092865 70%);
	background-image: -o-linear-gradient(45deg, #0640ac 30%, #062f82 50%, #092865 70%);
	background-image: linear-gradient(45deg, #0640ac 30%, #062f82 50%, #092865 70%);	
}
header .logo {
	display: inline-block;
	height: 130px;
}
header .logo:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
header .logo img {
	max-height: 90px;
	vertical-align: middle;
	margin-right: -1px;
}
header .logo_name {
	display: inline-block;
	vertical-align: middle;
	padding-left: 5px;
	line-height: 1.5;
}
header .logo_name h1 {
	font-size: 28px;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 1px;
}
header .logo_name h2 {
	font-size: 14px;
	font-weight: 400;
	color: rgba(255,255,255,0.8);
	letter-spacing: 2px;
}
header .menu {
	position: relative;
	float: right;
	clear: right;
	display: inline-block;
	z-index: 1;
	margin-top: 55px;
}
header .menu .mod {
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: solid 2px rgba(255,255,255,0.8);
	-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: 2vw;
	position: relative;
}
header .menu ul li:last-child {
	margin-right: 0;
}
header .menu ul li a {
	display: block;
	font-size: 17px;
	height: 50px;
	line-height: 50px;
	font-weight: 400;
	color: #FFF;
}
header .menu ul li a:hover {
	color: rgba(255,255,255,0.8);
}
header .menu2 {
	display: none;
	opacity:0;
}
#banner {
	position: relative;
	width: 100%;
}
#banner .swiper-container {
	height: inherit;
}
#banner .prev, #banner .next {
	position: absolute;
	width: 50px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	background: #000;
	background-size: 100% 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #000;
	cursor: pointer;
	z-index: 3;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
}
#banner .prev:before, #banner .next:before {
	content: "\e666";
	font-family: "iconfont" !important;
	vertical-align: middle;
	position: absolute;
	width:100%;
	top:50%;
	margin-top:-25px;
	font-size: 50px;
	color: #FFF;
	text-align: center;
}
#banner .prev {
	left: -60px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#banner .next {
	right: -60px;
}
#banner:hover .prev, #banner:hover .next, #banner .prev, #banner .next {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#banner:hover .prev {
	left: 10px;
}
#banner:hover .next {
	right: 10px;
}
#banner .img {
	height: 100%;
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#banner .img img {
	display: none;
}
#banner .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	filter: Alpha(opacity=70);
	-moz-opacity: .70;
	opacity: 0.70;
}
#banner .swiper-pagination-bullet-active {
	background: #173164;
}
#mid 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;
}
#mid a.ann .hover {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	border: 1px solid #173164;
	width: 100%;
	height: 100%;
	background: #173164;
	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: #FFF;
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
}
#mid a.ann:hover {
	color: #173164;
}
#mid .more {
	float:right;
	margin-top:15px;
}
#mid .more a{
	display:block;
	border:solid 2px #173164;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding:5px 15px;
	font-size: 13px;
	line-height: 1;
	color: #173164;
	background-color:#FFF;
	opacity:0.5;
	-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 .more a:hover {
	opacity:1;
	color: #fff;
	background-color:#173164;
}
#mid .hmad {
	margin-top:40px;
}
#mid .hmad ul {
	display:flex;
	flex-wrap: wrap;
	align-items:stretch;
	justify-content:space-between;
}
#mid .hmad ul li {
	display:inline-block;
	width:calc(50% - 5px);
	margin-right:-3px;
	margin-left:10px;
	margin-top:10px;
	background-color:#f3f3f3;
	vertical-align:top;
	box-sizing:border-box;
	padding:40px 0 40px 40px;
	-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 .hmad ul li:nth-child(odd) {
	margin-left:0;
}
#mid .hmad ul li .tb {
	display: inline-block;
	width: 15%;
	vertical-align:top;
}
#mid .hmad ul li .tb img {
	width: 70%;
	height: 70%;
	-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 .hmad ul li article {
	display: inline-block;
	width: 80%;
	color: #173164;
	line-height:1.5;
	-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 .hmad ul li article h3 {
	font-size:32px;
	font-weight:600;
}
#mid .hmad ul li article h4 {
	font-size:28px;
	font-weight:400;
	opacity:0.9;
	margin-top:10px;
}
#mid .hmad ul li article p {
	font-size:17px;
	margin-top:10px;
	color:#173164;
	opacity:0.8;
	-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 .hmad ul li:hover {
	background-color:#173164;
}
#mid .hmad ul li:hover .tb img {
	-webkit-filter:contrast(0%) brightness(180%);
	filter:contrast(0%) brightness(180%);
}
#mid .hmad ul li:hover article,#mid .hmad ul li:hover article p {
	color: #FFF;
}
#mid .hmab {
	margin-top:50px;
	padding: 40px 0;
	overflow: hidden;
	background-image: url(../images/bg1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
#mid .hmab article ul {
	display:flex;
	flex-wrap: wrap;
	align-items:stretch;
	justify-content:space-between;
}
#mid .hmab article ul li {
	position:relative;
	margin:1% 0;
}
#mid .hmab article ul li img {
	width:100%;
	height:100%;
}
#mid .hmab article ul li:nth-child(1) {
	width:49%;
}
#mid .hmab article ul li:nth-child(2) {
	width:49%;
	display:flex;
	flex-direction: column;
	justify-content:flex-end;
	padding:20px 0;
}
#mid .hmab article ul li:nth-child(3) {
	width:49%;
}
#mid .hmab article ul li:nth-child(4) {
	width:24%;
}
#mid .hmab article ul li:nth-child(5) {
	width:24%;
}
#mid .hmab article h1 {
	font-size: 32px;
	font-weight: 600;
	color:#173164;
}
#mid .hmab article h1 span {
	color:#173164;
}
#mid .hmab article h3 {
	font-size: 28px;
	font-weight: 400;
	margin-top:10px;
	color:#173164;
}
#mid .hmab article .con {
	margin-top: 10px;
	line-height: 2;
	font-size: 16px;
	color: #66748e;
	text-overflow: ellipsis;
	text-align:justify;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#mid .hmab .area ul {
	text-align: center;
	position: relative;
	margin-top: 30px;
}
#mid .hmab .area ul li {
	display: inline-block;
	font-size: 14px;
	color: #000;
	width: 30%;
	vertical-align: top;
}
#mid .hmab .area ul li p {
	margin-top: 10px;
}
#mid .hmab .area ul li .mun {
	font-size:16px;
}
#mid .hmab .area ul li .mun span {
	font-size: 60px;
	font-family: 'DIN Condensed Bold';
	color: #000;
}
#mid .hmindustry {
	margin-top:50px;
}
#mid .hmindustry ul {
	display:flex;
	flex-wrap: wrap;
	align-items:stretch;
	justify-content:space-between;
}
#mid .hmindustry ul li {
	position:relative;
	margin:1% 0;
}
#mid .hmindustry ul li 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 .hmindustry ul li:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .hmindustry ul li:nth-child(1) {
	width:58%;
}
#mid .hmindustry ul li:nth-child(2) {
	width:40%;
}
#mid .hmindustry ul li:nth-child(3) {
	width:26%;
}
#mid .hmindustry ul li:nth-child(4) {
	width:30%;
}
#mid .hmindustry ul li:nth-child(5) {
	width:40%;
}
#mid .hmindustry ul li .tit {
	position:absolute;
	top:50px;
	left:20px;
	background-color:#173164;
	color:#FFF;
	padding:15px;
	min-width:6vw;
	font-size:18px;
	text-align:left;
	border-left:solid 3px rgba(255,255,255,0.9);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);	
}
#mid .hmpro {
	margin-top:50px;
	padding: 50px 0;
	text-align: center;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;	
}
#mid .hmpro h1 {
	font-size: 45px;
	font-weight: 600;
	color:#000;
}
#mid .hmpro h1 span {
	color:#173164;
}
#mid .hmpro h4 {
	font-size: 18px;
	font-weight: 400;
	color:#9e9ea0;
	margin-top:10px;
}
#mid .hmpro nav {
	padding:40px 0;
}
#mid .hmpro nav span {
	display: inline-block;
	margin-left: 20px;
	margin-right:20px;
	position: relative;
}
#mid .hmpro nav span a {
	display: block;
	font-size: 30px;
	padding: 5px 25px;
	letter-spacing:1px;
}
#mid .hmpro nav span a:hover {
	color: #173164;
}
#mid .hmpro nav span.on a {
	color: #FFF;
}
#mid .hmpro nav span.on:before {
	background-color: #173164;
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#mid .hmpro ul {} 
#mid .hmpro ul li {
	display:none;
}
#mid .hmpro ul li:nth-child(1) {
	display:block;
}
#mid .hmpro ul li .img {
	width: 50%;
	display: inline-block;
	margin-left: -3px;
	text-align:center;
}
#mid .hmpro ul li .img img {
	max-width: 100%;
	max-height: 100%;
}
#mid .hmpro ul li article {
	width: 50%;
	display: inline-block;
	margin-left: -3px;
	padding: 40px;
	vertical-align: top;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #173164;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#mid .hmpro ul li article h2 {
	font-size: 30px;
	font-weight: 400;
	color:#FFF;
}
#mid .hmpro ul li article h3 {
	font-size: 16px;
	font-weight: 400;
	color:#FFF;
	margin-top:20px;
}
#mid .hmpro ul li article .con {
	margin-top: 20px;
	line-height: 2;
	font-size: 16px;
	color: rgba(255,255,255,0.8);
	text-overflow: ellipsis;
	text-align:justify;
	display: -webkit-box;
	-webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#mid .hmpro ul li article .swiper-container {
	margin-top:20px;
}
#mid .hmpro ul li article .swiper-slide img {
	width: 100%;
	height: 100%;	
}
#mid .hmpro ul li article .btn {
	margin-top:30px;
	display:inline-block;
	font-family: "iconfont" !important;
	border:solid 2px rgba(255,255,255,0.8);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding:5px 40px;
	font-size: 25px;
	font-weight: 900;
	line-height: 1;
	color: rgba(255,255,255,0.8);
	-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 ul li article .btn:hover {
	padding: 5px 50px;
}
#mid .hmprotype {
	padding: 50px 0;
	text-align: center;
}
#mid .hmprotype ul {
	text-align: left;
}
#mid .hmprotype ul li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 23.5%;
	margin-right: 2%;
	margin-left: -3px;
	margin-bottom: 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;
}
#mid .hmprotype ul li:nth-child(4n+0) {
	margin-right: 0;
}
#mid .hmprotype ul li .img {
	width: 100%;
	background-color: #f3f3f3;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	overflow: hidden;
	position:relative;
}
#mid .hmprotype ul li .img:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .hmprotype ul li .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 .hmprotype ul li:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#mid .hmprotype ul li .img:after {
	content:"NEW";
	position:absolute;
	left:10px;
	top:10px;
	border:solid 1px #f14036;
	color:#f14036;
	font-weight:600;
	font-size:0.6rem;
	padding:2px 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#mid .hmprotype ul li h3 {
	font-size: 18px;
	font-weight: 400;
	margin-top:20px;
	color:#000;
}
#mid .hmprotype ul li h4 {
	font-size: 16px;
	font-weight: 400;
	color:#9e9ea0;
	margin-top:10px;
}
#mid .hmzszz {
	padding: 50px 0;
	background-image: url(../images/bg2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;	
    border-radius: 10px;
}
#mid .hmzszz .kk {
	position:relative;
}
#mid .hmzszz .tit {
	display:inline-block;
	width:35%;
	padding-right:5%;
	margin-right:-3px;
	vertical-align:middle;
}
#mid .hmzszz .tit h1 {
	font-size: 45px;
	font-weight: 600;
	color:#000;
}
#mid .hmzszz .tit h2 {
	font-size: 28px;
	font-weight: 400;
	color:#173164;
	margin-top:20px;
}
#mid .hmzszz .tit h4 {
	font-size: 16px;
	font-weight: 300;
	color:#163264;
	margin-top:30px;
	line-height:2;
}
#mid .hmzszz .zs {
	display:inline-block;
	width:60%;
	margin-right:-3px;
	vertical-align:middle;
}
#mid .hmzszz .zs .swiper-slide .img {
	width: 100%;
	background-color:#FFF;
	padding:10px;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#mid .hmzszz .zs .swiper-slide .img img {
	max-width: 100%;
	height: 100%;
}
#mid .hmzszz .zs .swiper-slide ul {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-around;
	background-color:#FFF;
	padding:10px;
	margin-top:20px;
}
#mid .hmzszz .zs .swiper-slide ul li {
	width:30%;
	height:100%;
	padding:10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .hmzszz .zs .swiper-slide ul li img {
	width: 100%;
	height: 100%;
}
#mid .hmzszz .swiper-button-next,#mid .hmzszz .swiper-button-prev {
	position: absolute;
	width: 40px;
	height: 80px;
	top: 50%;
	margin-top: -40px;
	background: #000;
	border: solid 1px #000;
	cursor: pointer;
	z-index: 3;
	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 .hmzszz .swiper-button-prev:before, #mid .hmzszz .swiper-button-next:before {
	content: "\e666";
	font-family: "iconfont" !important;
	vertical-align: middle;
	position: absolute;
	width:100%;
	top:50%;
	margin-top:-20px;
	font-size: 40px;
	color: #FFF;
	text-align: center;
}
#mid .hmzszz .swiper-button-next {
	right:-100px;
}
#mid .hmzszz .swiper-button-prev {
	left:-100px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mid .hmzszz:hover .swiper-button-next {
	right:-80px;
	filter: Alpha(opacity=80);
	-moz-opacity: .80;
	opacity: 0.80;
}
#mid .hmzszz:hover .swiper-button-prev {
	left:-80px;
	filter: Alpha(opacity=80);
	-moz-opacity: .80;
	opacity: 0.80;
}
#mid .hmzszz .zz {
	display:inline-block;
	width:60%;
	box-sizing:border-box;
	padding-left:6vw;
	margin-left:-6px;
	vertical-align:top;
}
#mid .hmzszz .zz ul {
	margin-top:30px;
}
#mid .hmzszz .zz ul li {
	display:inline-block;
	width:49.5%;
	margin-left:-3px;
	margin-right:1%;
	margin-bottom:1%;
	vertical-align:top;
	position:relative;
	overflow:hidden;
}
#mid .hmzszz .zz ul li:nth-child(even) {
	margin-right:0;
}
#mid .hmzszz .zz ul li:nth-child(1) {
    border-radius: 20px 0 20px 0;
}
#mid .hmzszz .zz ul li:nth-child(2) {
    border-radius: 0 20px 0 20px;
}
#mid .hmzszz .zz ul li:nth-child(3) {
    border-radius: 0 20px 0 20px;
}
#mid .hmzszz .zz ul li:nth-child(4) {
    border-radius: 20px 0 20px 0;
}
#mid .hmzszz .zz ul li .img {
	width:100%;
}
#mid .hmzszz .zz ul li .img:before {
	content:"";
	position:absolute;
	z-index:2;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color: #173164;
	opacity:0.2;	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmzszz .zz ul li .img:hover:before {
	opacity:0;
}
#mid .hmzszz .zz ul li .img img {
	width:100%;
	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 .hmzszz .zz ul li:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#mid .hmzszz .zz ul li .tit {
	position:absolute;
	z-index:1;
	left:0;
	bottom:-50px;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#fff;
	font-size:16px;
	-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 .hmzszz .zz ul li .tit:before {
    content:"";	
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color: #173164;
	z-index:-1;
	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 .hmzszz .zz ul li:hover .tit {
	bottom:0;
}
#mid .hmzszz .zz ul li:hover .tit:before {
	opacity:0.8;
}
#mid .hmhb {
	width:100%;
	overflow:hidden;
}
#mid .hmhb .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
#mid .hmhb .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 填充容器，保持比例，可能会裁剪 */
}
#mid .hmhb .swiper-button-next,#mid .hmhb .swiper-button-prev {
	position: absolute;
	width: 40px;
	height: 80px;
	top: 50%;
	margin-top: -40px;
	background: #000;
	border: solid 1px #000;
	cursor: pointer;
	z-index: 3;
	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 .hmhb .swiper-button-prev:before, #mid .hmhb .swiper-button-next:before {
	content: "\e666";
	font-family: "iconfont" !important;
	vertical-align: middle;
	position: absolute;
	width:100%;
	top:50%;
	margin-top:-20px;
	font-size: 40px;
	color: #FFF;
	text-align: center;
}
#mid .hmhb .swiper-button-next {
	right:-100px;
}
#mid .hmhb .swiper-button-prev {
	left:-100px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mid .hmhb:hover .swiper-button-next {
	right:50px;
	filter: Alpha(opacity=80);
	-moz-opacity: .80;
	opacity: 0.80;
}
#mid .hmhb:hover .swiper-button-prev {
	left:50px;
	filter: Alpha(opacity=80);
	-moz-opacity: .80;
	opacity: 0.80;
}
#mid .hmpn {
	margin-top:50px;
	padding: 50px 0;
	background-image: url(../images/bg3.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	text-align:center;
}
#mid .hmpn h1 {
	font-size: 40px;
	font-weight: 600;
	color:#000;
}
#mid .hmpn h2 {
	font-size: 18px;
	font-weight: 400;
	color:#9e9ea0;
	line-height:2;
}
#mid .hmpn article {
	padding:50px 0;
}
#mid .hmpn article img {
	max-width:80%;
}
#mid .hmct {
	padding: 50px 0;
	background-image: url(../images/bg4.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow:hidden;
}
#mid .hmct h1 {
	display:inline-block;
	vertical-align:middle;
	font-size: 35px;
	font-weight: 600;
	color:#FFF;
	line-height:1.5;
	position:relative;
	padding-right:50px;
	margin-right:50px;
}
#mid .hmct h1 span {
	display:block;
	font-size:18px;
	color:#FFF;
	font-weight: 400;
	margin-top:10px;
}
#mid .hmct h1:before {
   content: "";
   height: 100%;
   position: absolute;
   width: 2px;
   right: 0;
   top: 0;
   background-color: rgba(255,255,255,0.8);
   background-image: radial-gradient( rgba(255,255,255,0.8),#0640ac);
}
#mid .hmct ul {
	display:inline-block;
	vertical-align:middle;
	line-height:1.5;
	margin-top:10px;
}
#mid .hmct ul li {
	font-size:25px;
	position:relative;
	color:#FFF;
}
#mid .hmct ul li a {
	color: inherit;
	font-size:35px;
}
footer {
	border-top:solid 1px rgba(0,0,0,0.1);
	background-color:#f4f4f4;
	padding:30px 0;
}
footer .logo{
	display:inline-block;
	vertical-align: bottom;
	position:relative;
}
footer .logo:after {
	content:"\00AE";
	position:absolute;
	left:65px;
	font-size:16px;
	color:#000;
	font-weight:600;
}
footer .logo img{
	height:80px;
	vertical-align: middle;
}
footer .logo h1 {
	display:inline-block;
	font-size:28px;
	color:#000;
	font-weight:600;
	margin-left:10px;
	vertical-align: bottom;
}
footer .logo h1 span {
	display:block;
	font-size:15px;
	font-weight:300;
}
footer nav {
	float:right;
	clear:right;
	display:inline-block;
	width:50%;
	text-align:right;
	vertical-align: bottom;
	margin-top:50px;
}
footer nav li {
	display: inline-block;
	margin-right: 8%;
}
footer nav li:last-child {
	margin-right:0;
}
footer nav li a {
	font-size: 16px;
	color: #000 !important;
}
footer nav li a:hover {
	color:#173164 !important;
}
footer .btm_box {
	border-top:solid 1px rgba(0,0,0,0.25);
	margin-top:30px;
	padding-top:30px;
	font-size:16px;
}
footer .btm_box .appurl {
	float:right;
	margin-top:-10px;
}
footer .btm_box .appurl a {
	display:inline-block;
	background-color:#0640ac;
	width:40px;
	height:40px;
	border-radius:50%;
	font-family:"iconfont" !important;
	font-size:30px;
	color:#FFF;
	line-height:40px;
	text-align:center;
	margin-left:10px;
}
.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;
}
.banner {
	width: 100%;
	height: 350px;
	position: relative;
	overflow: hidden;
}
.banner:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color: rgba(0,0,0,0.3);
}
.banner .kk {
	position:relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner .kk h1 {
	font-size:35px;
	color:rgba(255,255,255,0.9);
	font-weight:400;
	display:none;
}
.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: rgba(0,0,0,0.015);
}
#mid .location {
	padding: 10px 0;
	background-color: rgba(0,0,0,0.03);
	border-bottom: solid 1px rgba(0,0,0,0.05);
}
#mid .location .kk {
	display:flex;
	justify-content:space-between;
    align-items:center;
}
#mid .location ul {
	display: inline-block;
}
#mid .location ul li {
	display: inline-block;
	position: relative;
	color: #999;
}
#mid .location ul li:nth-child(n+2):before {
	content: "\e666";
	font-family: "iconfont" !important;
	margin: 0 5px;
	font-size: 15px;
}
#mid .location ul li a {
	font-size: 14px;
	position: relative;
	color: #888;
}
#mid .location ul li a:hover {
	color: #000;
}
#mid .location .ss {
	display:inline-block;
	width:20%;
}
#mid .location .ss form {
	width:100%;
	height:25px;
	line-height:25px;
	border:solid 1px rgba(0,0,0,0.4);
	background-color:#fff;
	position:relative;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	overflow:hidden;
}
#mid .location .ss input {
	border:none;
	background:none;
	width:100%;
	height:100%;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .location .ss button {
	position:absolute;
	width:45px;
	height:25px;
	right:0;
	top:0;
	border:none;
	cursor:pointer;
	background-color:#fff;
}
#mid .location .ss button i {
	font-family:"iconfont" !important;
	font-style:normal;
	font-size:25px;
	color:#333;
	vertical-align:middle;
}
#mid .types {
	margin-top: 30px;
	text-align: center;
}
#mid .types ul li {
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
}
#mid .types ul li a {
	display: block;
	font-size: 16px;
	padding: 8px 20px;
}
#mid .types ul li a:hover {
	color: #173164;
	font-weight: 600;
}
#mid .types ul li.on a {
	font-weight: 600;
	color: #FFF;
}
#mid .types ul li.on:before {
	background-color: #173164;
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-ms-transform: skewX(-13deg);
	-webkit-transform: skewX(-13deg);
	transform: skewX(-13deg);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#mid .stypes {
	margin-top: 30px;
	padding: 10px;
	text-align: center;
	border-top: solid 1px rgba(0,0,0,0.1)
}
#mid .stypes ul li {
	display: inline-block;
	margin: 0 15px;
}
#mid .stypes ul li a {
	font-size: 14px;
}
#mid .stypes ul li.on a {
	color: #173164;
	font-weight: 600;
}
#mid .prolist {
	padding: 20px 0;
}
#mid .prolist ul li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 23.5%;
	margin-right: 2%;
	margin-left: -3px;
	margin-bottom: 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;
}
#mid .prolist ul li:nth-child(4n+0) {
	margin-right: 0;
}
#mid .prolist ul li .img {
	width: 100%;
	background-color: #f3f3f3;
	overflow: hidden;
	position:relative;
}
#mid .prolist ul li .img:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .prolist ul li .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 .prolist ul li:hover .img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#mid .prolist ul li h3 {
	font-size: 18px;
	font-weight: 400;
	margin-top:20px;
	color:#000;
}
#mid .prolist ul li h4 {
	font-size: 16px;
	font-weight: 400;
	color:#9e9ea0;
	margin-top:10px;
}
#mid .piclist {}
#mid .piclist ul li {
	display: inline-block;
	width: 23.5%;
	margin-right: 2%;
	margin-left: -3px;
	margin-top: 2%;
	text-align: center;
	vertical-align: top;
}
#mid .piclist ul.od li {
	width: 22.75%;
	margin-right: 3%;
}
#mid .piclist ul li:nth-child(4n+0) {
	margin-right: 0;
}
#mid .piclist ul li .img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px rgba(0,0,0,0.1);
	background-color:#FFF;
}
#mid .piclist ul li .img:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .piclist ul li .img img {
	vertical-align: middle;
	margin-left: -1px;
	/*width: 100%;
	height: 100%;*/
	max-height: 100% !important;
	max-width: 100% !important;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .piclist ul li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .piclist ul li h3 {
	font-size: 14px;
	margin: 10px 0;
}
#mid .list {
	padding: 30px 0;
}
#mid .list ul li {
	border-bottom: solid 1px #EEE;
	padding: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .list ul li:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .list ul li .img {
	width: 20%;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin-left: -3px;
}
#mid .list ul li .img img {
	height: 100%;
	width: 100%;
	vertical-align: bottom;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .list ul li:hover .img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
#mid .list ul li .timer {
	float: right;
	width: 10%;
	margin-top: 20px;
	margin-left: -3px;
	display: inline-block;
	text-align: center;
	color: #888;
}
#mid .list ul li .timer .icon {
	font-family: "iconfont" !important;
	font-size: 45px;
	color: #CCC;
}
#mid .list ul li .timer .monday {
	font-size: 24px;
}
#mid .list ul li .timer .year {
	font-size: 18px;
}
#mid .list ul li .timer .date {
	display: none;
	font-size: 16px;
}
#mid .list ul li .txt {
	width: 70%;
	display: inline-block;
	margin-left: -3px;
	vertical-align: top;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .list ul li .txt h3 {
	font-size: 16px;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#mid .list ul li .txt article {
	font-size: 14px;
	line-height: 1.8;
	color: #888;
	margin-top: 20px;
	text-align: justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
#mid .list ul li .txt .btn {
	display: inline-block;
	margin-top: 20px;
	padding: 5px 10px 5px 15px;
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
	background-color: #fff;
	border: solid 1px #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mid .list ul li .txt .btn:after {
	content: "\e666";
	font-family: "iconfont" !important;
	font-size: 16px;
}
#mid .list ul li:hover .txt .btn {
	color: #fff;
	background-color: #173164;
	border: solid 1px #173164;
}
#mid .list ul li.nopic {
	padding: 30px 20px;
}
#mid .list ul li.nopic .txt {
	width: 86%;
}
#mid .videolist {
	padding: 10px;
}
#mid .videolist ul li {
	display: inline-block;
	width: 25%;
	margin-left: -3px;
	margin-bottom: 20px;
	vertical-align: top;
}
#mid .videolist ul li .img {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#mid .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 .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 .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 .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 .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 .newslist {
	background: #EEE;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	padding: 5px 10px;
}
#mid .newslist.wt {
	background: #FFF;
}
#mid .newslist a {
	padding-left: 10px;
	background: url(../images/tb.png) no-repeat left center;
	font-size: 14px;
}
#mid .downlist {
	height: 80px;
	margin-top: 15px;
}
#mid .downlist h3 {
	font-size: 15px;
	line-height: 30px;
	height: 30px;
}
#mid .downlist div {
	background: #EEE;
	height: 45px;
	border-top: 1px solid #DDD;
	line-height: 45px;
	padding-left: 10px;
	padding-right: 10px;
}
#mid .downlist .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 .downlist .btn:hover {
	background: #173164;
	border: solid 1px #173164;
}
#mid .downlist .btn:before {
	content: "\e645";
	font-family: "iconfont" !important;
	font-size: 16px;
	vertical-align: middle;
	color: #333;
	margin-right: 5px;
}
#mid .downlist .btn a {
	color: #333;
	font-size: 14px;
}
#mid .downlist .btn:hover a {
	color: #FFF;
}
#mid .downlist .btn:hover:before {
	color: #FFF;
}
#mid .content {
	margin: 30px 0px;
	line-height: 2;
	font-size: 14px;
}
#mid .content article {
	font-size: 16px !important;
}
#mid .content article img {
	max-width: 100%;
}
#mid .content article .map {
	float:right;
	clear:right;
	display:inline-block;
	width:50%;
	height:500px;
	vertical-align:top;
}
#mid .content article .con {
	display:inline-block;
	width:45%;
	vertical-align:top;
}
#mid .down {
	margin: 20px 0;
	font-size: 14px;
}
#mid .down span {
	font-weight: bold;
	color: #C30;
}
#mid .down img {
	vertical-align: middle;
}
#form_msg .ipt {
	width: 97%;
	border: solid 1px #CCC;
	height: 33px;
	line-height: 33px;
	padding: 0 1%;
	margin-top: 10px;
}
#form_msg .ipt:focus {
	border: solid 1px #173164;
	-moz-box-shadow: 1px 1px 3px #173164;
	-webkit-box-shadow: 1px 1px 3px #173164;
	box-shadow: 1px 1px 3px #173164;
}
#form_msg textarea {
	width: 97%;
	padding: 1%;
	height: 60px;
	line-height: 20px;
	border: solid 1px #CCC;
	margin-top: 10px;
}
#form_msg textarea:focus {
	border: solid 1px #173164;
	-moz-box-shadow: 1px 1px 3px #173164;
	-webkit-box-shadow: 1px 1px 3px #173164;
	box-shadow: 1px 1px 3px #173164;
}
#form_msg .btn {
	background: #173164;
	border: 1px solid #173164;
	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;
}
#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: #173164;
}
#mid .showinfo {
	display: inline-block;
	vertical-align: top;
	width: 75%;
	margin: 20px 20px 20px 0;
	padding: 20px;
	line-height: 2;
	font-size: 14px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
	border: solid 1px #E4E4E4;
}
#mid .showinfo h2 {
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	color: #000;
}
#mid .showinfo article {
	word-wrap: break-word; /* 或者 overflow-wrap: break-word; */
    hyphens: auto;
}
#mid .showinfo article img {
	max-width: 100%;
}
#mid .showinfo .tips {
	border-bottom: solid 1px #e4e4e4;
	text-align: center;
	padding: 10px;
	margin-bottom: 20px;
	color: #999;
}
#mid .showinfo .tips span {
	display: inline-block;
	margin: 0 20px;
	vertical-align: top;
}
#mid .showinfo .tips span:before {
	font-family: "iconfont" !important;
	margin-right: 5px;
	font-size: 21px;
	vertical-align: middle;
	color: #666;
}
#mid .showinfo .tips span:nth-child(1):before {
	content: "\e6c8";
}
#mid .showinfo .tips span:nth-child(2):before {
	content: "\e63a";
}
#mid .showinfo .tips span:nth-child(3):before {
	content: "\e634";
}
#mid .showinfo .tips span .bdsharebuttonbox {
	display: inline-block !important;
	vertical-align: top;
}
#mid .btminfo {
	border-top: solid 1px #e4e4e4;
	margin: 20px 0;
	padding-top: 10px;
}
#mid .btminfo span {
	display: block;
	color: #666;
}
#mid .btminfo .btn {
	float: right;
}
#mid .btminfo .btn a {
	display: inline-block;
	background: #063ca9;
	color: #FFF;
	font-size: 16px;
	padding: 5px 25px 5px 40px;
	margin: 10px 0;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	position: relative;
	line-height: 1.8;
}
#mid .btminfo .btn a:before {
	font-family: "iconfont" !important;
	content: "\e666";
	font-size: 22px;
	position: absolute;
	left: 15px;
	top: -2px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mid .showinfo .swiper-container {
	display: block;
	margin: 20px 0;
	text-align: center;
}
#mid .showinfo .swiper-container .swiper-slide img {
	max-width: 100%;
}
#mid .showinfo .swiper-container .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	filter: Alpha(opacity=70);
	-moz-opacity: .70;
	opacity: 0.70;
}
#mid .showinfo .swiper-container .swiper-pagination-bullet-active {
	background: #063ca9;
}
#mid .odpro {
	display: inline-block;
	width: calc(25% - 25px);
	margin: 20px 0;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
	border: solid 1px #E4E4E4;
	overflow: hidden;
}
#mid .odpro h2 {
	background-color: #063ca9;
	padding: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
#mid .odpro h2:before {
	font-family: "iconfont" !important;
	content: "\e661";
	font-size: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
#mid .odpro li {
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#mid .odpro li:hover {
	border-bottom: solid 3px #DDD;
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
#mid .odpro li .img {
	width: 100%;
	text-align: center;
}
#mid .odpro li .img:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .odpro li .img img {
	vertical-align: middle;
	margin-left: -1px;
	max-height: 100% !important;
	max-width: 100% !important;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .odpro li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .odpro li h3 {
	width: 100%;
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .showpro {
	padding: 20px 0;
	line-height: 2;
	font-size: 14px;
}
#mid .showpro .movepic {
	display: inline-block;
	vertical-align: top;
	width: 480px;
	margin-top: 10px;
	position: relative;
}
#mid .showpro .movepic > a {
	display: block;
	border: solid 1px #DDD;
}
#mid .showpro .movepic > a img {
	width: 100%;
	vertical-align: bottom;
}
#mid .showpro .movepic .gallery-top {
	border: solid 1px #DDD;
	overflow: hidden;
	background-color: #FFF;
}
#mid .showpro .movepic .gallery-top .swiper-slide {
	text-align: center;
}
#mid .showpro .movepic .gallery-top .swiper-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .showpro .movepic .gallery-top .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	margin-left: -1px;
}
#mid .showpro .movepic .gallery-thumbs {
	height: 80px;
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}
#mid .showpro .movepic .gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #DDD;
	background-color: #FFF;
	text-align: center;
}
#mid .showpro .movepic .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border: solid 2px #063ca9;
}
#mid .showpro .movepic .gallery-thumbs .swiper-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .showpro .movepic .gallery-thumbs .swiper-slide img {
	vertical-align: middle;
	margin-left: -1px;
	max-height: 100% !important;
	max-width: 100% !important;
}
#mid .showpro .movepic .move-left {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -75px;
	left: 10px;
	cursor: pointer;
	text-align: center;
	z-index: 1;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mid .showpro .movepic .move-left:after {
	content: "\e666";
	font-family: "iconfont" !important;
	font-size: 30px;
	line-height: 40px;
	color: #FFF;
	opacity: 0.2;
}
#mid .showpro .movepic .move-right {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -75px;
	right: 10px;
	cursor: pointer;
	text-align: center;
	z-index: 1;
}
#mid .showpro .movepic .move-right:after {
	content: "\e666";
	font-family: "iconfont" !important;
	font-size: 30px;
	line-height: 40px;
	color: #FFF;
	opacity: 0.2;
}
#mid .showpro .movepic:hover .move-left, #mid .showpro .movepic:hover .move-right {
	background: #FFF;
	opacity: 0.6;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#mid .showpro .movepic:hover .move-left:after, #mid .showpro .movepic:hover .move-right:after {
	color: #000;
	opacity: 1;
}
#mid .showpro .protxt {
	display: inline-block;
	float: right;
	width: calc(100% - 510px);
	width: 610px\9;
}
#mid .showpro .protxt h2 {
	font-size: 25px;
	margin-top: 10px;
}
#mid .showpro .protxt .tag {
	display:inline-block;
	margin-top:15px;
	margin-right:20px;
	padding:2px 15px;
	background-color: #0640ac;
	color:#FFF;
	font-size:14px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius:20px;
}
#mid .showpro .protxt .price {
	font-family: 'DIN Condensed Bold';
	border: dashed 1px #DDD;
	background-color: #f9f9f9;
	padding: 15px;
	color: #0640ac;
	font-size: 45px;
	margin-top: 30px;
	line-height:1;
}
#mid .showpro .protxt .price i {
	font-style:normal;
	font-size:30px;
}
#mid .showpro .protxt .price span {
	font-size:12px;
	color:#999;
}
#mid .showpro .protxt .sx {
	padding:15px 0;
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2; /* 标准语法 */
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    width: 100%;
}
#mid .showpro .protxt .sx dl {
	display:flex;
	padding:5px 10px;
}
#mid .showpro .protxt .sx dl dt {
	color:#000;
	font-weight:600;
}
#mid .showpro .protxt .btn {
	display: inline-block;
	margin-top: 20px;
}
#mid .showpro .protxt .btn a {
	display: block;
	margin-right: 15px;
	background-color: #173164;
	color: #fff;
	padding: 3px 20px;
	font-size: 18px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#mid .showpro .protxt .btn a.on {
	margin-right: 0;
	background-color: #063ca9;
}
#mid .showpro .protxt .btn a span {
	font-family: "iconfont" !important;
	margin-right:5px;
	font-size:20px;
}
#mid .showpro .protxt .odlist h3 {
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 20px;
}
#mid .showpro .protxt .odlist li {
	display: inline-block;
	vertical-align: top;
	width: 16.66666%;
	margin-right: -4px;
	border: solid 1px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	background: #FFF;
	webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#mid .showpro .protxt .odlist li:hover {
	border-bottom: solid 3px #DDD;
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
#mid .showpro .protxt .odlist li .img {
	width: 100%;
	text-align: center;
}
#mid .showpro .protxt .odlist li .img:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .showpro .protxt .odlist li .img img {
	vertical-align: middle;
	margin-left: -1px;
	max-height: 100% !important;
	max-width: 100% !important;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .showpro .protxt .odlist li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .showpro .protxt .odlist li h3 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .showpro .procon {
	display: inline-block;
	vertical-align: top;
	width: 75%;
	margin-top: 20px;
	margin-right: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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .showpro .procon h2 {
	height: 45px;
	background: #F3F3F3;
	margin-bottom: 20px;
}
#mid .showpro .procon h2 div {
	display: inline-block;
	background: #173164;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}
#mid .showpro .procon .con {
	margin: 20px 10px;
	display: none;
}
#mid .showpro .procon .con img {
	max-width: 100%;
}
#mid .showpro .procon .con.on {
	display: block;
}
#mid .showpro .tmenu {
	clear: both;
	border-bottom: solid 1px #DDD;
}
#mid .showpro .tmenu li {
	display: inline-block;
	line-height: 50px;
	font-size: 20px;
	margin-right: 20px;
	padding: 0 10px;
	cursor: pointer;
	font-weight: 600;
}
#mid .showpro .tmenu li.on {
	color: #063ca9;
	border-bottom: solid 2px #063ca9;
}
#mid .showpro .tmenu li.on:before {
	color: #063ca9;
}


@media screen and (max-width: 810px) {
.kk {
	width: 98%;
}
header {
	height:80px;
}
header .logo {
	height: 80px;
}
header .logo:after {
	content:"广州大祥机械";
	font-size:25px;
	color:#FFF;
	margin-left:10px;
	line-height:80px;
	display:inline-block;
	vertical-align:middle;
}
header .logo img {
	max-height: 60px;
}
header .logo_name h1,header .logo_name h2 {
	display:none;
}
header .menu{
	display: none;
}
header .overlay {
	position: fixed;
	z-index: 3;
	background-color: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
header .menubtn {
	position: absolute;
	cursor: pointer;
	text-align: center;
	right: 10px;
	top: 0;
	margin-top: 15px;
	z-index: 4;
}
header .menubtn.on {
	position: fixed;
	top: 0px;
	margin-top: 0;
}
header .menubtn.on:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	z-index: -1;
}
header .menubtn:before {
	content: "\e639";
	font-family: "iconfont" !important;
	color: #FFF;
	font-size: 25px;
	padding: 10px 5px;
	display: inline-block;
}
header .menubtn.on:before {
	padding: 10px 15px;
	color: #FFF;
}
header.wapopen .menubtn:before {
	color: #FFF;
	content: "\e654";
}
header.wapopen .overlay {
	height: 100%;
}
header.wapopen .kk {
	width: 100%;
}
header.wapopen .menu2 {
	display: block;
	width: 100%;
	box-sizing: border-box;
	position:absolute;
	opacity:1;
	z-index:9999;
	overflow:hidden;
	-moz-transition: all 0.4s ease-in-out 1s;
	-o-transition: all 0.4s ease-in-out 1s;
	-ms-transition: all 0.4s ease-in-out 1s;
	transition: all 0.4s ease-in-out 1s;
}
header.wapopen .menu2 ul li {
	border-bottom: solid 1px rgba(255,255,255,0.1);
}
header.wapopen .menu2 ul li a {
	display: block;
	font-size: 16px;
	color: #FFF;
	padding: 20px 40px;
}
header.wapopen .menu2 > ul > li > a.on {
	background-color:#173164;
}
header.wapopen .menu2 ul li ul {
	display:none;
	top: 40px;
	padding:0 20px;
}
#banner,.banner {
	margin-top: 0;
}
#banner .img {
	height: auto;
	background-image: none !important;
	overflow: hidden;
}
#banner .img img {
	width: 120%;
	margin-left: -10%;
	display: block;
}
.banner {
	height: 200px;
}
.banner .kk h1 {
	text-align:center;
	font-size:30px;
}
#mid .hmad {
	margin-top: 20px;
}
#mid .hmad ul li {
	width:100%;
	margin-right:0;
	margin-left:0;
	padding:20px;
}
#mid .hmad ul li article h3 {
	font-size:28px;
}
#mid .hmad ul li article h4 {
	font-size: 22px;
}
#mid .hmad ul li article p {
	font-size:15px;
	margin-top:10px;
}
#mid .hmab {
	padding: 30px 10px;
	margin-top:0;
}
#mid .hmab article ul li:nth-child(1),#mid .hmab article ul li:nth-child(2),#mid .hmab article ul li:nth-child(3) {
	width:100%;
}
#mid .hmab article ul li:nth-child(4),#mid .hmab article ul li:nth-child(5) {
	width:49%;
}
#mid .hmab article ul li:nth-child(2) {
	order: -1;
	padding:0;
}
#mid .hmab article h1 {
	font-size: 30px;
}
#mid .hmab article h3 {
	font-size: 25px;
}
#mid .hmab article .con {
	-webkit-line-clamp: 25;
}
#mid .hmab .area ul {
	margin-top: 10px;
}
#mid .hmab .area ul li {
	width: 32%;
}
#mid .hmab .area ul li .mun span {
	font-size: 50px;
}
#mid .hmindustry {
	margin-top:30px;
}
#mid .hmindustry h2 {
	font-size: 30px;
}
#mid .hmindustry ul li:nth-child(1) {
	width:100%;
}
#mid .hmindustry ul li:nth-child(2) {
	width:49%;
}
#mid .hmindustry ul li:nth-child(3) {
	width:49%;
}
#mid .hmindustry ul li:nth-child(4) {
	width:49%;
}
#mid .hmindustry ul li:nth-child(5) {
	width:49%;
}
#mid .hmindustry ul li .tit {
	top:10px;
	left:10px;
	padding:10px 20px;
	min-width:15vw;
	font-size:16px;
}
#mid .hmpro{
	padding: 30px 0;
}
#mid .hmpro h1 {
	font-size: 30px;
}
#mid .hmpro nav {
	padding:20px 0;
}
#mid .hmpro nav span a {
	font-size: 16px;
	padding: 10px 20px;
	letter-spacing:0px;
}
#mid .hmpro ul li .img {
	width: 100%;
	margin-left:0px;
}
#mid .hmpro ul li article {
	width: 100%;
	margin-left:0px;
	padding: 30px;
}
#mid .hmpro ul li article h2 {
	font-size: 25px;
}
#mid .hmpro ul li article .con {
	margin-top: 10px;
	font-size:14px;
	-webkit-line-clamp: 20;
}
#mid .hmprotype {
	padding: 30px 0;
}
#mid .hmprotype ul {
	padding-left:1%;
}
#mid .hmprotype ul li {
	width: 49%;
}
#mid .hmprotype ul li:nth-child(2n+0) {
	margin-right: 0;
}
#mid .hmprotype ul li h3 {
	font-size: 16px;
	margin: 10px 0;
}
#mid .hmprotype ul li h4 {
	font-size: 14px;
}
#mid .hmzszz {
	padding: 30px 10px;
}
#mid .hmzszz .tit {
	width:100%;
	padding-right:0;
	margin-right:0;
	text-align:center;
}
#mid .hmzszz .tit h1 {
	font-size: 30px;
}
#mid .hmzszz .tit h2 {
	font-size: 22px;
	margin-top:10px;
}
#mid .hmzszz .tit h4 {
	margin-top:10px;
}
#mid .hmzszz .zs {
	width:100%;
	margin-right:0;
}
#mid .hmzszz .zs .swiper-container {
	margin-top: 30px;
}
#mid .hmzszz .swiper-button-next {
	right:0px;
	opacity: 1;
}
#mid .hmzszz .swiper-button-prev {
	left:0px;
	opacity: 1;
}
#mid .hmzszz:hover .swiper-button-next {
	right:0px;
}
#mid .hmzszz:hover .swiper-button-prev {
	left:0px;
}
#mid .hmzszz .zz {
	width:100%;
	padding-left:0;
	margin-left:0;
	margin-top:30px;
}
#mid .hmzszz .zz ul {
	margin-top:30px;
	clear:right;
}
#mid .hmzszz .zz ul li {
	width:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:20px;
}
#mid .hmzszz .zz ul li:nth-child(even) {
	margin-right:0;
}
#mid .hmzszz .zz ul li:nth-child(1) {
    border-radius: 0;
}
#mid .hmzszz .zz ul li:nth-child(2) {
    border-radius: 0;
}
#mid .hmzszz .zz ul li:nth-child(3) {
    border-radius: 0;
}
#mid .hmzszz .zz ul li:nth-child(4) {
    border-radius: 0;
}
#mid .hmhb .swiper-container {
	width:110%;
	margin-left:-5%;
}
#mid .hmhb:hover .swiper-button-next {
	right:5%;
}
#mid .hmhb:hover .swiper-button-prev {
	left:5%;
}
#mid .hmpn {
	margin-top:30px;
	padding: 30px 0;
}
#mid .hmpn h1 {
	font-size: 30px;
}
#mid .hmpn article {
	padding:30px 10px;
}
#mid .hmpn article img {
	max-width:100%;
}
#mid .hmct {
	padding: 30px 0;
	background-position: left top;
}
#mid .hmct h1 {
	font-size: 30px;
	width:100%;
	text-align:center;
}
#mid .hmct ul {
	margin-right:0;
	width:100%;
	text-align:center;
	margin-top:20px;
}
#mid .hmct h1:before {
	display:none;
}
footer {
	padding:20px 0;
	text-align:center;
}
footer .logo:after {
	left:50%;
	top:5px;
	margin-left:30px;
}
footer .logo h1 {
	display:block;
	font-size:22px;
	margin-left:0;
}
footer .logo h1 span {
	font-size:12px;
}
footer nav {
	float:unset;
	clear:unset;
	width:100%;
	text-align:center;
	margin-top:20px;
}
footer nav li {
	margin-right: 3%;
}
footer nav li a {
	font-size: 16px;
}
footer .btm_box {
	margin-top:20px;
	padding-top:20px;
	font-size:16px;
}
footer .btm_box .appurl {
	float:unset;
	margin-top:10px;
	margin-bottom:10px;
}
#mid .location .kk {
	display:unset;
}
#mid .location ul {
	display:block;
	width:100%;
	padding:10px;
	box-sizing:border-box;
}
#mid .location .ss {
	display:block;
	width:100%;
	padding:10px;
	box-sizing:border-box;
}
#mid .types {
	margin-top: 20px;
	padding-left:10px;
}
#mid .types ul li a:hover,#mid .types ul li.on a {
	font-weight: 400;
}
#mid .stypes {
	margin-top: 20px;
}
#mid .prolist ul {
	padding-left:1%;
}
#mid .prolist ul li {
	width: 49%;
}
#mid .prolist ul li:nth-child(2n+0) {
	margin-right: 0;
}
#mid .prolist ul li h3 {
	font-size: 16px;
	margin: 10px 0;
}
#mid .piclist ul li {
	width: 49%;
}
#mid .piclist ul li:nth-child(4n+0) {
	margin-right: 2%;
}
#mid .piclist ul li:nth-child(2n+0) {
	margin-right: 0;
}
#mid .piclist ul li h3 {
	font-weight: 400;
}
#mid .list {
	padding: 0;
}
#mid .list ul li .img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#mid .list ul li .timer, #mid .list ul li.nopic .timer {
	width: 50%;
	margin-left: 0;
	text-align: right;
	margin-top: -30px;
}
#mid .list ul li .timer .icon {
	font-size: 20px;
	color: #CCC;
	display: inline-block;
}
#mid .list ul li .timer .monday {
	display: none;
}
#mid .list ul li .timer .year {
	display: none;
}
#mid .list ul li .timer .date {
	display: inline-block;
}
#mid .list ul li .txt, #mid .list ul li.nopic .txt {
	width: 100%;
	padding-left: 0;
}
#mid .list ul li .txt h3 {
	font-size: 18px;
}
#mid .content {
	margin: 20px 10px;
}
#mid .content article .map {
	float: unset;
	clear:unset;
	display:inline-block;
	width:100%;
	height:300px;
}
#mid .content article .con {
	width:100%;
}
#mid .showpro .movepic {
	width: 100%;
	margin-top: 0;
}
#mid .showpro .protxt {
	float: none;
	width: 100%;
	padding:0 10px;
}
#mid .showpro .protxt h2 {
	font-size: 20px;
}
#mid .showpro .protxt .tag {
	margin-right:10px;
	padding:2px 10px;
	font-size:13px;
}
#mid .showpro .protxt .sx {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    width: 100%;
}
#mid .showpro .protxt .btn {
	margin: 10px -10px;
	text-align:center;
	width:100%;
}
#mid .showpro .protxt .btn a {
	display: inline-block;
}
#mid .showpro .procon {
	margin-top: 10px;
	width: 100%;
	margin-right:0;
}
#mid .showpro .procon .con {
	margin: 20px 0;
}
#mid .showpro .btminfo .btn {
	float: none;
	text-align: center;
}
#mid .showpro .protxt .odlist li {
	width: 50%;
}
#mid .showinfo {
	width: 98%;
	margin: 20px 1%;
}
#mid .showinfo h2 {
	font-size: 25px;
	line-height: 1.5;
}
#mid .odpro {
	width: 98%;
	margin: 20px 1% 0 1%;
}
#mid .odpro li {
	display: inline-block;
	width: 50%;
	margin-left: -3px;
}
}
 @media screen and (max-width: 430px) {
.page span {
	display: none;
}
.page span.current, .page span.param {
	display: inline-block;
}
#mid .showinfo .tips {
	padding: 10px 0;
}
#mid .showinfo .tips span {
	display: block;
	margin: 0;
	text-align: left;
	line-height: 1.5;
}
#mid .showinfo h2 {
	text-align: left;
	font-size: 20px;
}
#mid .showinfo .btminfo .btn {
	float: none;
	text-align: center;
}
}
