﻿@import url("hover.css");
@import url("animate.css");
@import url("swiper.min.css");
@import url("font/iconfont.css");
@font-face {
	font-family: 'DIN Condensed Bold';
	src: url('font/DIN Condensed Bold.eot');
	src: url('font/DIN Condensed Bold.eot?#iefix') format('embedded-opentype');
	src:url('font/DIN Condensed Bold.woff') format('woff'), url('font/DIN Condensed Bold.ttf') format('truetype'), url('font/DIN Condensed Bold.svg#DIN Condensed Bold') format('svg'),local('DIN Condensed Bold');
	font-weight: normal;
	font-style: normal;
}
* {
	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: #2686cb;
}
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: 10px;
}
.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: 1200px;
	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-bottom:50px;
	margin-top: 20px;
}
.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 #2686cb;
	color:#666;
}
.page span.current {
	color:#FFF;
	background:#2686cb;
	padding:5px 12px;
	border:solid 1px #2686cb;
}
/**/
header {
	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-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;
               vertical-align: top;
}
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 .tel {
	display: inline-block;
	float:right;
	font-size:16px;
	font-weight: 600;
	color: #444;
	margin-top: 24px;
	-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 .tel:before {
	content:"\e671";
	font-family:"iconfont" !important;
	font-size:26px;
	color:#2686cb;
	margin-left:40px;
	margin-right:5px;
	vertical-align: middle;
}
header .tel span {
	font-size:26px;
	font-weight:600;
	color:#2686cb;
	font-family:'DIN Condensed Bold';
	letter-spacing: 1px;
	vertical-align: middle;
}
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 #2686cb;
	-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 25px;
	font-size:15px;
	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:#2686cb;
}
header .menu ul li.mainlevel{
	position:relative;
	z-index:2;
}
#home .menu ul li#m0 > a,#product .menu ul li#m1 > a, #page1 .menu ul li#m2 > a, #page2 .menu ul li#m3 > a, #page3 .menu ul li#m4 > a, #page4 .menu ul li#m5 > a, #page5 .menu ul li#m6 > a {
	color:#2686cb;
}
#home .menu ul li#m0 > a:after,#product .menu ul li#m1 > a:after, #page1 .menu ul li#m2 > a:after, #page2 .menu ul li#m3 > a:after, #page3 .menu ul li#m4 > a:after, #page4 .menu ul li#m5 > a:after, #page5 .menu ul li#m6 > a:after {
	content: "";
	position: absolute;
	width: calc(100% - 50px);
	left: 25px;
	bottom: -2px;
	border-bottom:solid 2px #2686cb;
}
header .menu li ul {
	width:120px;
	position:absolute;
	background:#FFF;
	border-top:solid 2px #2686cb;
	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:#2686cb;
	border-bottom:solid 1px #2686cb;
}
/*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);
	-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 {
	height: 60px;
	-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: 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 .tel {
	margin-top: 14px;
}
header.scroll .menu {
	height: 60px;
	-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 .menu ul li {
	padding:10px 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.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;
	background:#fff;
	background-size: 100% 100%;
	border-radius: 50%;
	cursor: pointer;
	z-index: 3;
	filter: Alpha(opacity=80);
	-moz-opacity: .80;
	opacity: 0.80;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
}
#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:28px;
	color:#888;
	text-align:center;
}
#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;
}
#bn .img img {
	display:none;
}
#bn .swiper-pagination-bullet {
	width:13px;
	height:13px;
	background:#f0f0f0;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	border-radius: 13px;
	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:#2686cb;
	width:26px;
	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:#2686cb;
	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 #2686cb;
	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:#2686cb;
	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 #2686cb;
	color:#2686cb;
	-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:#FFF;
	z-index:-1;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
#mid .ann2 a:hover {
	color:#FFF;
	border:solid 1px #2686cb;
}
#mid .ann2 a:hover:after {
	background:#2686cb;
}
#mid .hmpro {
	padding:50px 0;
}
#mid .hmpro.nopd {
	padding: 0;
}
#mid .hmpro h1 {
	font-size:25px;
	font-weight:400;
	display:inline-block;
	position:relative;
	margin-bottom:10px;
}
#mid .hmpro h1:after {
	content:"";
	position:absolute;
	bottom:-5px;
	left:0;
	width:20%;
	height:2px;
	background-color:#2686cb;
}
#mid .hmpro h1 span {
	font-size:15px;
	font-weight:300;
	color:#999;
	text-transform:uppercase;
}
#mid .hmpro h1 span:before {
	content:"/";
	padding:0 10px;
}
#mid .hmpro nav {
	float:right;
	display:inline-block;
	margin-top: 15px;
}
#mid .hmpro nav ul li {
	display:inline-block;
	margin-left: 5px;
}
#mid .hmpro nav ul li a {
	font-size:13px;
	color: #888;
	padding: 5px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#mid .hmpro nav ul li a:hover,#mid .hmpro nav ul li.on a {
    background-color: #2686cb;
	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 .hmpro article {
	margin-top:50px;
}
#mid .hmpro article ul {
	text-align:left;
}
#mid .hmpro article ul li {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin-right: 3.5%;
	margin-left: -3px;
	margin-bottom: 50px;
	text-align: center;
}
#mid .hmpro article ul li:nth-child(3n+0) {
	margin-right: 0;
}
#mid .hmpro article 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 .hmpro article ul li .img:after {
	content: "";
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:0;
	background-color:#2686cb;
	filter: Alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	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 .hmpro article 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 .hmpro article ul li .img .num {
	position: absolute;
	width: 100%;
	height: 30%;
	left: -100%;
	top: 30%;
	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 .hmpro article ul li:hover .img .num {
	left: -55%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#mid .hmpro article 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 .hmpro article 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 .hmpro article ul li .img img {
	width: 100%;
	height: 100%;
}
#mid .hmpro article ul li .img .con {
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: -100%;
	left: 0;
	padding: 15% 20%;
	color: rgba(255,255,255,0.8);
	font-size: 15px;
	text-align: justify;
	line-height: 1.7;
	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 .hmpro article ul li:hover .img .con {
	bottom: 10%;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#mid .hmpro article ul li h3 {
	margin-top: 20px;
	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 .hmpro article ul li p {
	font-size: 14px;
	color: #888;
	margin-top: 10px;
}
#mid .hmab {
	margin-bottom: 50px;
	background-size:cover;
	background-attachment: fixed;
	position:relative;
}
#mid .hmab:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#494D50;
	filter: Alpha(opacity=95);
	-moz-opacity: .95;
	opacity: 0.95;
}
#mid .hmab .txt {
	padding:50px 0;
}
#mid .hmab .txt h1 {
	font-size:25px;
	font-weight:400;
	display:inline-block;
	position:relative;
	margin-bottom:50px;
	color: #fff;
}
#mid .hmab .txt h1:after {
	content:"";
	position:absolute;
	bottom:-5px;
	left:0;
	width:20%;
	height:2px;
	background-color:#2686cb;
}
#mid .hmab .txt h1 span {
	font-size:15px;
	font-weight:300;
	color: rgba(255,255,255,0.8);
	text-transform:uppercase;
}
#mid .hmab .txt h1 span:before {
	content:"/";
	padding:0 10px;
}
#mid .hmab .txt .video {
	display: inline-block;
	width: 40%;
	position:relative;
	z-index: 1;
}
#mid .hmab .txt .video .bg {
	position: absolute;
	width: 61%;
	height: 62%;
	left: -1%;
	bottom: -2%;
	z-index: -1;
}
#mid .hmab .txt .video .bg:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	filter: Alpha(opacity=70);
	-moz-opacity: .70;
	opacity: 0.70;
	background-color: #2686cb;
}
#mid .hmab .txt .video.on:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:#000;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
	z-index:1;
}
#mid .hmab .txt .video.on:after {
	content:"\e617";
	font-family:"iconfont" !important;
	position:absolute;
	width:60px;
	height:60px;
	left:50%;
	top:50%;
	margin-left:-30px;
	margin-top:-30px;
	font-size:60px;
	color:#fff;
	z-index:2;
}
#mid .hmab .txt .video.on {
	cursor:pointer;
}
#mid .hmab .txt .video img {
	width: 100%;
	height: 100%;
}
#mid .hmab .txt .con {
	display: inline-block;
	vertical-align: top;
	width: 60%;
	margin-left: -4px;
	position:relative;
	z-index: 1;
}
#mid .hmab .txt .con:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: -1;
}
#mid .hmab .txt .con article {
	line-height: 28px;
	font-size: 14px;
	text-align: justify;
	text-indent: 28px;
	padding: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#mid .hmab .txt .con .bg {
	position: absolute;
	width: 61%;
	height: 62%;
	right: -1%;
	top: -2%;
	z-index: -1;
}
#mid .hmab .txt .con .bg:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	filter: Alpha(opacity=70);
	-moz-opacity: .70;
	opacity: 0.70;
	background-color: #2686cb;
}
#mid .hmzyxx {
	padding-bottom:70px;
	position:relative;
	text-align: center;
}
#mid .hmzyxx h1 {
	color:#FFF;
	font-weight:300;
	font-size:25px;
	margin-bottom:50px;
	position:relative;
}
#mid .hmzyxx h1:after {
	content:"";
	position:absolute;
	left:50%;
	bottom:-20px;
	margin-left:-30px;
	width:60px;
	border-bottom:solid 2px #2686cb;
}
#mid .hmzyxx h2 {
	color:#FFF;
	font-size:16px;
	font-weight:300;
}
#mid .hmzyxx ul {
	text-align:center;
	width:1160px;
	margin:0 auto;
}
#mid .hmzyxx span {
	position:absolute;
	display:block;
	background:#FFF;
	top:140px;
	-moz-border-radius:20px;
	-webkit-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;
	-moz-box-shadow: 1px 1px 5px 5px #444;
	-webkit-box-shadow: 1px 1px 5px 5px #444;
	box-shadow: 1px 1px 5px 5px #444;
}
#mid .hmzyxx ul li {
	display:inline-block;
	width:23.5%;
	margin-right:-3px;
	margin-left:2%;
	margin-top:50px;
	position:relative;
}
#mid .hmzyxx ul li:first-child {
	margin-left:0;
}
#mid .hmzyxx ul li img {
	width:100%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow: 1px 1px 3px 3px #444;
	-webkit-box-shadow: 1px 1px 3px 3px #444;
	box-shadow: 1px 1px 3px 3px #444;
}
#mid .hmzyxx ul li h3 {
	display:block;
	line-height:45px;
	padding:0 20px;
	font-size:18px;
	font-weight:400;
	color:#FFF;
}
#mid .hmzyxx ul li.on h3{
	color:#333;
}
#mid .hmzyxx ul li.on img{
	box-shadow:none;
}
#mid .hmsolu {
	padding:50px 0;
}
#mid .hmsolu h1 {
	font-size:25px;
	font-weight:400;
	display:inline-block;
	position:relative;
	margin-bottom:10px;
}
#mid .hmsolu h1:after {
	content:"";
	position:absolute;
	bottom:-5px;
	left:0;
	width:20%;
	height:2px;
	background-color:#2686cb;
}
#mid .hmsolu h1 span {
	font-size:15px;
	font-weight:300;
	color:#999;
	text-transform:uppercase;
}
#mid .hmsolu h1 span:before {
	content:"/";
	padding:0 10px;
}
#mid .hmsolu nav {
	float:right;
	display:inline-block;
	margin-top: 15px;
}
#mid .hmsolu nav ul li {
	display:inline-block;
	margin-left: 5px;
}
#mid .hmsolu nav ul li a {
	font-size:13px;
	color: #888;
	padding: 5px 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#mid .hmsolu nav ul li a:hover,#mid .hmsolu nav ul li.on a {
	background-color: #2686cb;
	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 .hmsolu article {
	text-align:center;
	overflow:hidden;
	position:relative;
	margin-top:50px;
	padding-bottom: 50px;
}
#mid .hmsolu article .swiper-slide {
	position: relative;
	overflow: hidden; .
}
#mid .hmsolu article .swiper-slide .img {
	width:100%;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}
#mid .hmsolu article .swiper-slide .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 .hmsolu article .swiper-slide .img:hover img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1)
}
#mid .hmsolu article .swiper-slide h3 {
	font-size:16px;
	margin: 10px;
	font-weight: 400;
}
#mid .hmsolu article .swiper-slide .con {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	z-index: 1;
	padding: 10%;
	text-align: justify;
	color: rgb(255,255,255,0.8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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;
}
#mid .hmsolu article .swiper-slide .con:after {
	content: "";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#2686cb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	filter: Alpha(opacity=98);
	-moz-opacity: .98;
	opacity: 0.98;
	z-index: -1;
}
#mid .hmsolu article .swiper-slide:hover .con {
	top: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#mid .hmsolu article .swiper-slide .con h4 {
    color: rgb(255,255,255,1);
	font-size: 18px;
	font-weight: 400;
}
#mid .hmsolu article .swiper-slide .con p {
	margin: 10px 0;
	font-size: 13px;
	line-height: 2;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .hmsolu article .swiper-slide .con .btn {
	position: absolute;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	right: -100%;
	bottom: 20px;
	background-color: #fff;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	border-radius: 45px;
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}
#mid .hmsolu article .swiper-slide:hover .con .btn {
    right: 20px;
	bottom: 20px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
#mid .hmsolu article .swiper-slide:hover .con .btn:before {
	content: "\e666";
	font-family:"iconfont" !important;
	color: #2686cb;
	font-size: 25px;
}

#mid .hmsolu article .swiper-pagination-bullet {
	width:12px;
	height:12px;
	background:#FFF;
	border: solid 1px #2686cb;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
	opacity: 0.90;
}
#mid .hmsolu article .swiper-pagination-bullet-active {
	background:#2686cb;
}
#mid .hmnews {
	padding:50px 0;
}
#mid .hmnews h1 {
	font-size:25px;
	font-weight:400;
	display:inline-block;
	position:relative;
	margin-bottom:10px;
}
#mid .hmnews h1:after {
	content:"";
	position:absolute;
	bottom:-5px;
	left:0;
	width:20%;
	height:2px;
	background-color:#2686cb;
}
#mid .hmnews h1 span {
	font-size:15px;
	font-weight:300;
	color:#999;
	text-transform:uppercase;
}
#mid .hmnews h1 span:before {
	content:"/";
	padding:0 10px;
}
#mid .hmnews ul {
	margin-top: 50px;
}
#mid .hmnews ul li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-right: 4%;
	margin-left: -3px;
	margin-bottom: 50px;
	border: 1px solid rgba(170,170,170,.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#mid .hmnews ul li:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
#mid .hmnews ul li:nth-child(2n+0) {
	margin-right: 0;
}
#mid .hmnews ul li .img {
	display: inline-block;
	width:30%;
	margin-left: -3px;
	vertical-align: top;
	overflow: hidden;
}
#mid .hmnews 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 .hmnews 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 .hmnews ul li .con {
	display: inline-block;
	width:70%;
	height: 100%;
	margin-left: -3px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .hmnews ul li .con h3 {
	font-size: 16px;
	font-weight: 400;
}
#mid .hmnews ul li .con p {
	margin: 10px 0;
	color: #666;
}
#mid .hmnews ul li .con article {
	color: rgba(153,153,153,.85);
	font-size: 13px;
	line-height: 1.5;
	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 ul li .con .btn {
	display: inline-block;
	float: right;
	margin-top: 15px;
	font-size: 14px;
	color: #888;
	text-transform: uppercase;
	padding: 5px 10px 5px 15px;
	background-color: #fff;
	border: solid 1px #eee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-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 ul li .con .btn:after {
	content: "\e666";
	font-family:"iconfont" !important;
	vertical-align: middle;
}
#mid .hmnews ul li:hover .con .btn {
	color: #fff;
	background-color: #2686cb;
	border: solid 1px #2686cb;
	-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;
}
footer {
	background:#494D50;
}
footer .btm_con {
	padding:20px 0;
	color:#FFF;
	font-size:14px;
}
footer .btm_con .tel {
	font-size:16px;
	margin-bottom:15px;
}
footer .btm_con .tel:before {
	content:"\e60a";
	font-family:"iconfont" !important;
	font-size:32px;
	vertical-align:middle;
	margin-right:5px;
}
footer .btm_con .tel i {
	font-size:30px;
	color: #2686cb;
	font-style:normal;
	font-family:'DIN Condensed Bold';
	vertical-align:middle;
}
footer .btm_con .foot {
	line-height:2;
}
footer .btm_con a {
	color:#DDD;
}
footer .btm_con .ewm {
	float:right;
	text-align:center;
}
footer .btm_con .ewm span {
	display:inline-block;
	margin-left:20px;
	text-align:center;
	line-height:2;
}
footer .btm_con .ewm img {
	width:120px;
	display:block;
	margin:0 auto;
}
.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: #2686cb;
}
.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;}
.bg {
	background:#f9f9f9;
	padding-bottom: 30px;
}
#mid .toptype {
	padding:15px;
	background:#FFF;
	text-align:center;
	box-shadow: 0px 2px 4px -2px #CCC;
}
#mid .toptype ul li {
	display:inline-block;
	position:relative;
	padding: 5px 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#mid .toptype ul li:hover,#mid .toptype ul  li.on  {
	background-color: #2686cb;
	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 .toptype ul li a {
	font-size:14px;
	color: #888;
}
#mid .toptype ul li:hover > a,#mid .toptype ul li.on > a {
	color:#FFF;
}
#mid .toptype ul li span {
	position: relative;
	display: inline-block;
	width: 10px;
	float: right;
}
#mid .toptype 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 .toptype ul li:hover span:after,#mid .toptype 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 .toptype ul li ul {
	position:absolute;
	left:0;
	top:30px;
	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 .toptype ul li:hover ul {
	top:44px;
	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 .toptype 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 .toptype ul li ul li {
	margin:0 10px;
	display:block;
	white-space:nowrap;
}
#mid .toptype ul li ul li:hover {
	background-color: #fff;
}
#mid .toptype ul li ul li a {
	font-size:13px;
	color: #888;
}
#mid .toptype ul li ul li a.on,#mid .toptype ul li ul li a:hover,#mid .toptype ul li ul li:hover a {
	color:#2686cb;
}
#mid .location {
	padding:10px;
	background:#FFF;
	box-shadow: 0px 2px 4px -2px #CCC;
}
#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:#2686cb;
}
#mid .location > ul li:before {
	content:"\e666";
	font-family:"iconfont" !important;
	margin:0 10px;
}
#mid .location ul li a {
	font-size:13px;
	position:relative;
	color: #888;
}
#mid .location ul li a:hover {
	color:#2686cb;
}
#mid .location ul li a span {
	margin-left:15px;
}
#mid .location ul li a span:after {
	position:absolute;
	content:"\e6aa";
	font-family:"iconfont" !important;
	right:0px;
	top:4px;
	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 .location ul li a:hover span:after {
	color:#2686cb;
	-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 .location ul li ul {
	position:absolute;
	left:0;
	top:20px;
	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 .location ul li:hover ul {
	top:36px;
	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 .location 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 .location ul li ul li {
	display:block;
	margin:0 10px;
}
#mid .location ul li ul li:before,#mid .location ul li ul li:nth-child(1):before {
	content:"";
	margin:0;
}
#mid .location ul li ul li a {
	display:block;
	white-space:nowrap;
	font-size:13px;
	line-height:30px;
}
#mid .location ul li ul li a.on {
	color:#2686cb;
}
#mid .showpro {
	margin-top:20px;
	background:#FFF;
	border:solid 1px #F3F3F3;
}
#mid .showpro .movepic {
	float:left;
	padding-top:20px;
	width:650px;
	position:relative;
}
#mid .showpro .movepic .gallery-top {
	height:300px;
	overflow:hidden;
}
#mid .showpro .movepic .gallery-top .swiper-slide {
	text-align:center;
}
#mid .showpro .movepic .gallery-top .swiper-slide img {
	height:300px;
}
#mid .showpro .movepic .gallery-thumbs {
	height: 60px;
	width:350px;
	margin:20px auto;
	overflow:hidden;
	position:relative;
}
#mid .showpro .movepic .gallery-thumbs .swiper-slide {
	height:60px;
	opacity: 0.7;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:solid 2px #EEE;
}
#mid .showpro .movepic .gallery-thumbs .swiper-slide-active {
	opacity: 1;
	border:solid 2px #2686cb;
}
#mid .showpro .movepic .gallery-thumbs .swiper-slide img {
	height:100%;
	width:100%;
}
#mid .showpro .movepic .move-left {
	position:absolute;
	width:40px;
	height:80px;
	line-height: 80px;
	top:50%;
	margin-top:-40px;
	right:10px;
	cursor:pointer;
	z-index:1;
}
#mid .showpro .movepic .move-left:after {
	content:"\e7ab";
	font-family:"iconfont" !important;
	font-size:50px;
	color:#EEE;
}
#mid .showpro .movepic .move-right {
	position:absolute;
	width:40px;
	height:80px;
	line-height: 80px;
	top:50%;
	margin-top:-40px;
	left:10px;
	cursor:pointer;
	z-index:1;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mid .showpro .movepic .move-right:after {
	content:"\e7ab";
	font-family:"iconfont" !important;
	font-size:50px;
	color:#EEE;
}
#mid .showpro .movepic:hover .move-left:after,#mid .showpro .movepic:hover .move-right:after {
	color:#999;
}
#mid .showpro .protxt {
	float:right;
	padding-top:30px;
	width:450px;
	position:relative;
}
#mid .showpro .protxt h1 {
	font-size:24px;
	font-weight:normal;
}
#mid .showpro .protxt article {
	margin-top:10px;
	line-height:20px;
	font-size:14px;
	color:#999;
}
#mid .showpro .protxt ul {
	border-top:solid 1px #EEE;
	margin-top:20px;
	padding-top:20px;
}
#mid .showpro .protxt ul li {
	display:inline-block;
	width:46%;
	padding:5px 2%;
	line-height:20px;
	margin-right:-3px;
	font-size:13px;
	vertical-align:text-top;
	color:#666;
}
#mid .showpro_con {
	padding:30px;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
}
#mid .showpro_con h1 {
	height:40px;
	line-height:40px;
	border-bottom:solid 1px #DDD;
	font-size:18px;
	font-weight:normal;
	color:#666;
}
#mid .showpro_con h1 span {
	display:inline-block;
	padding:0 20px;
	cursor:pointer;
}
#mid .showpro_con h1 span.on {
	line-height:39px;
	border-bottom:solid 2px #2686cb;
	color:#2686cb;
}
#mid .showpro_con article {
	padding:20px 0;
	line-height:2;
	font-size:14px;
}
#mid .showpro_con article img {
	max-width: 100%;
}
#mid .showpro_con article ul {
	display:none;
}
#mid .showpro_con article ul.on {
	display:block;
}
#mid .odpro {
	width:100%;
	margin-top:20px;
	background-color:#fff;
	border:solid 1px #F3F3F3;
	-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;
}
#mid .odpro h2 {
	font-size:18px;
	height:40px;
	line-height:40px;
	background-color:#f9f9f9;
	border-bottom:solid 1px #DDD;
	font-weight:normal;
	padding:0 10px;
	color:#2686cb;
}
#mid .odpro h2:before {
	font-family:"iconfont" !important;
	content:"\e607";
	margin-right:10px;
	font-size:22px;
	vertical-align:middle;
}
#mid .odpro h2 span {
	float:right;
	font-size:14px;
}
#mid .odpro ul {
	padding:20px;
}
#mid .odpro ul li {
	display:inline-block;
	width:18.4%;
	margin-left:2%;
	margin-right:-3px;
	vertical-align:top;
}
#mid .odpro ul li:first-child {
	margin-left:0;
}
#mid .odpro ul li .img {
	width:100%;
}
#mid .odpro ul li .img img {
	width:100%;
	height:100%;
}
#mid .odpro ul li h3 {
	text-align:center;
	font-size:15px;
	font-weight:normal;
	margin-top:5px;
}
.banner {
	width: 100%;
	height: 160px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 4px -1px #CCC;
	background-position:center;
	background-repeat:repeat;
}
.banner:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color: #494d50;
	filter: Alpha(opacity=60);
	-moz-opacity: .60;
	opacity: 0.6;
}
.banner .kk {
	position:relative;
	line-height:160px;
}
.banner .kk h1 {
	display:inline-block;
	font-size:28px;
	color:#fff;
	font-weight:normal;
	position:relative;
}
.banner .kk h1:before {
	content:"";
	position:absolute;
	width:50%;
	height:2px;
	bottom:45px;
	left:0;
	background-color: #2c97e3;
}
#mid .left {
	display:inline-block;
	width:210px;
	margin-top:30px;
	vertical-align:top;
	position:relative;
	top:0;
}
#mid .left nav {
	background-color:#fff;
	border:solid 1px #E4E4E4;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
}
#mid .left h1 {
	background-color:#2686cb;
	padding:18px 0;
	color:#FFF;
	font-weight:normal;
	font-size:20px;
	margin:-1px;
	text-align:center;
}
#mid .left ul li {
	border-bottom:solid 1px #DDD;
}
#mid .left ul li a {
	display:block;
	font-size:14px;
	padding:15px 0 15px 25px;
	position:relative;
	-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 .left ul li a:after {
	content:"\e666";
	font-family:"iconfont" !important;
	position:absolute;
	right:10px;
	font-size:20px;
	color:#666;
}
#mid .left ul li.on a {
	color:#2686cb;
}
#mid .left ul li.on a:after {
	color:#2686cb;
}
#mid .left ul li a:hover {
	padding:15px 0 15px 35px;
	-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 .left .contact {
	margin-top: 10px;
	padding:20px 10px;
	border:solid 1px #E4E4E4;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
	position:relative;
	z-index:1;
	background-color: #fff;
display:none;
}
#mid .left .contact h2 {
	font-size:18px;
	color:#2686cb;
	border-bottom:solid 1px #ddd;
	font-weight:400;
	padding-bottom: 10px;
	margin-bottom: 20px;
	position: relative;
}
#mid .left .contact h2:after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #2686cb;
	height: 2px;
	width: 40%;
}
#mid .left .contact h3 {
	font-size:15px;
	margin: 10px 0;
}
#mid .left .contact p {
	font-size:14px;
	position:relative;
	padding-left:40px;
	line-height:2;
}
#mid .left .contact p span {
	position:absolute;
	width:50px;
	left:0;
}
#mid .left .contact div {
	text-align:center;
	font-size:16px;
	margin-top:10px;
}
#mid .left .contact div img {
	max-width:100%;
}
#mid .right {
	display:inline-block;
	width:970px;
	float:right;
	background-color:#fff;
	border:solid 1px #E4E4E4;
	margin:30px 0;
	padding:10px 20px;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .right h1 {
	border-bottom:solid 1px #e4e4e4;
	font-weight:normal;
	margin-bottom:20px;
}
#mid .right h1 div {
	display:inline-block;
	font-size:21px;
	color:#2686cb;
	border-bottom:solid 2px #2686cb;
	line-height:50px;
	height:50px;
	margin-bottom:-2px;
}
#mid .right h1 ul {
	float: right;
}
#mid .right h1 ul li {
	display:inline-block;
	position:relative;
	color: #888;
}
#mid .right h1 ul li:nth-child(1):before {
	content:"\e62b";
	font-family:"iconfont" !important;
	font-size:15px;
	margin:0;
	margin-right:5px;
}
#mid .right h1 ul li:hover:nth-child(1):before {
	color:#2686cb;
}
#mid .right h1 ul li:before {
	content:"\e666";
	font-family:"iconfont" !important;
	margin:0 5px;
	font-size:15px;
}
#mid .right h1 ul li a {
	font-size:14px;
	position:relative;
	color: #888;
}
#mid .right h1 ul li a:hover {
	color:#2686cb;
}
#mid .right .content {
	margin:20px 0;
	line-height:2;
	font-size:14px;
}
#mid .right .content article img {
	max-width:100%;
}
#mid .right .down {
	margin:20px 0;
	font-size:14px;
}
#mid .right .down span {
	font-weight:bold;
	color:#C30;
}
#mid .right .down img {
	vertical-align:middle;
}
#mid .right .newslist {
	background: #EEE;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	padding: 5px 10px;
}
#mid .right .newslist.wt {
	background: #FFF;
}
#mid .right .newslist a {
	padding-left: 10px;
	background: url(../images/tb.png) no-repeat left center;
	font-size: 14px;
}
#mid .right .piclist ul li {
	display:inline-block;
	width:32%;
	margin-right:2%;
	margin-left:-3px;
	margin-bottom:30px;
	text-align:center;
	vertical-align:top;
}
#mid .right .piclist ul li:nth-child(3n+0) {
	margin-right:0;
}
#mid .right .piclist ul.od li {
	width:23.5%;
}
#mid .right .piclist ul.od li:nth-child(3n+0) {
	margin-right:2%;
}
#mid .right .piclist ul.od li:nth-child(4n+0) {
	margin-right:0;
}
#mid .right .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 .right .piclist ul li .img img {
	width:100%;
	height:100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .right .piclist ul li .img.od:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .right .piclist ul li .img.od img {
	vertical-align: middle;
	margin-right: -1px;
	max-height:100% !important;
	max-width:100% !important;
	width:auto !important;
	height:auto !important;
}
#mid .right .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 .right .piclist ul li h3 {
	font-size:16px;
	margin:10px 0;
	font-weight:normal;
}
#mid .right .videolist ul li {
	display:inline-block;
	width:25%;
	margin-left:-3px;
	margin-bottom:20px;
	vertical-align:top;
}
#mid .right .videolist ul li .img {
	width:90%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#mid .right .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 .right .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 .right .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 .right .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 .right .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 .right .list {}
#mid .right .list ul li {
	border-bottom: solid 1px #EEE;
	padding:20px 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 .right .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 .right .list ul li .img {
	width:21%;
	height:125px;
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
}
#mid .right .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 .right .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 .right .list ul li .timer {
	float:right;
	width:14%;
	margin-left:-3px;
	display:inline-block;
	text-align:center;
	color:#888;
}
#mid .right .list ul li .timer .icon {
	font-family: "iconfont" !important;
	font-size: 40px;
	color: #CCC;
}
#mid .right .list ul li .timer .monday {
	font-size:22px;
}
#mid .right .list ul li .timer .year {
	font-size:17px;
}
#mid .right .list ul li .timer .date {
	display:none;
	font-size:16px;
}
#mid .right .list ul li .txt {
	width:63%;
	display:inline-block;
	vertical-align:top;
	padding-left:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .right .list ul li .txt h3 {
	margin-top: 10px;
	font-size:18px;
	font-weight:normal;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .right .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: 3;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .right .list ul li.nopic .txt {
	width:86%;
}
#mid .right .list ul li.nopic .txt h3 {
	margin-top: 0;
}
#mid .download {
	height: 80px;
	margin-top:15px;
}
#mid .download h3 {
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	overflow:hidden;
}
#mid .download div {
	background: #EEE;
	height: 45px;
	border-top: 1px solid #DDD;
	line-height: 45px;
	padding-left: 10px;
	padding-right: 10px;
}
#mid .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 .download .btn:hover {
	background:#2686cb;
	border:solid 1px #2686cb;
}
#mid .download .btn:before {
	content:"\e661";
	font-family:"iconfont" !important;
	font-size:18px;
	vertical-align:middle;
	color:#333;
	margin-right:5px;
}
#mid .download .btn a {
	color:#333;
	font-size:14px;
}
#mid .download .btn:hover a {
	color:#FFF;
}
#mid .download .btn:hover:before {
	color:#FFF;
}
#mid .right #form_msg .ipt {
	width: 97%;
	border: solid 1px #CCC;
	height: 33px;
	line-height: 33px;
	padding: 0 1%;
	margin-top: 10px;
}
#mid .right #form_msg .ipt:focus {
	border: solid 1px #2686cb;
	-moz-box-shadow: 1px 1px 3px #2686cb;
	-webkit-box-shadow: 1px 1px 3px #2686cb;
	box-shadow: 1px 1px 3px #2686cb;
}
#mid .right #form_msg textarea {
	width: 97%;
	padding: 1%;
	height: 60px;
	line-height: 20px;
	border: solid 1px #CCC;
	margin-top: 10px;
}
#mid .right #form_msg textarea:focus {
	border: solid 1px #2686cb;
	-moz-box-shadow: 1px 1px 3px #2686cb;
	-webkit-box-shadow: 1px 1px 3px #2686cb;
	box-shadow: 1px 1px 3px #2686cb;
}
#mid .right #form_msg .btn {
	background: #2686cb;
	border: 1px solid #2686cb;
	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 .right #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: #2686cb;
}
#mid .right .showinfo {
	margin:20px 0;
	line-height:2;
	font-size:14px;
}
#mid .right .showinfo h2 {
	font-size:28px;
	font-weight:normal;
	text-align:center;
	color:#000;
}
#mid .right .showinfo article img {
	max-width:100%;
}
#mid .right .showinfo .tips {
	border-bottom:solid 1px #e4e4e4;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
	color:#999;
}
#mid .right .showinfo .tips span {
	display:inline-block;
	margin: 0 20px;
	vertical-align:top;
}
#mid .right .showinfo .tips span:before {
	font-family:"iconfont" !important;
	margin-right:5px;
	font-size:21px;
	vertical-align:middle;
	color:#666;
}
#mid .right .showinfo .tips span:nth-child(1):before {
	content:"\e6c8";
}
#mid .right .showinfo .tips span:nth-child(2):before {
	content:"\e63a";
}
#mid .right .showinfo .tips span:nth-child(3):before {
	content:"\e634";
}
#mid .right .showinfo .tips span .bdsharebuttonbox {
	display:inline-block !important;
	vertical-align:top;
}
#mid .right .showinfo .btminfo {
	border-top:solid 1px #e4e4e4;
	margin:20px 0;
	padding-top:10px;
}
#mid .right .showinfo .btminfo span {
	display:block;
	color:#666;
}
#mid .right .showinfo .btminfo span a {
	color:inherit;
}
#mid .right .showinfo .btminfo span a:hover {
	color:#2686cb;
}
#mid .right .showinfo .btminfo .btn {
	float:right;
}
#mid .right .showinfo .btminfo .btn a {
	display:inline-block;
	background:#2686cb;
	color:#FFF;
	font-size:15px;
	padding:5px 30px;
	margin:10px 0;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}
#mid .right .showinfo .btminfo .btn a:before {
	font-family:"iconfont" !important;
	content:"\e639";
	margin-right:10px;
	font-size:16px;
}
#mid .right .showinfo .swiper-container {
	display:block;
	margin:20px 0;
	text-align:center;
}
#mid .right .showinfo .swiper-container .swiper-slide img {
	max-width:100%;
}
#mid .right .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 .right .showinfo .swiper-container .swiper-pagination-bullet-active {
	background:#2686cb;
}
/*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);
	display:none;
}
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: 17px;
	text-decoration: none;
	text-align: left;
	font-weight:400;
}
header #menu li a:hover {
	color: #FFF;
	background: #016ec9;
}
header #menu ul li ul {
	display:none;
	margin-top: 0px;
}
header #menu ul li ul li a {
	padding: 8px 10px 8px 35px;
	font-size: 15px;
}
.odline {
	display:none;
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 45px;
	background: #2686cb;
	z-index: 999;
	-moz-box-shadow: 0px -1px 1px #0f92c0;
	-webkit-box-shadow: 0px -1px 1px #0f92c0;
	box-shadow: 0px -1px 1px #0f92c0;
}
.odline li {
	display:inline-block;
	width:25%;
	height: 45px;
	line-height:45px;
	margin-right:-3px;
	text-align:center;
	border-right: solid 1px #0f92c0;
	-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:#08a2d7;
	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:"\e615";
}
.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 .tel, header .menu {
		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:#2686cb;
	}
	header .menubtn:hover:after {
		color:#2686cb;
	}
	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: 25px;
	}
	#bn .img {
		height:auto;
		background-image:none !important;
		overflow:hidden;
	}
	#bn .img img {
		width:160%;
		margin-left:-30%;
		display:block;
	}
	#bn .img2 img {
		max-width:60%;
	}
	#mid .hmpro {
		padding:30px 10px;
	}
	#mid .hmpro nav {
		float:none;
		margin-top: 30px;
	}
	#mid .hmpro nav ul li {
		margin-bottom: 20px;
	}
	#mid .hmpro article {
		margin-top:10px;
	}
	#mid .hmpro article ul li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 50px;
	}
	#mid .hmpro article ul li:nth-child(3n+0) {
		margin-right: 3%;
	}
	#mid .hmpro article ul li:nth-child(2n+0) {
		margin-right: 0;
	}
	#mid .hmab {
		margin-bottom: 0px;
	}
	#mid .hmab .txt {
		padding:30px 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#mid .hmab .txt h1 {
		margin-bottom: 30px;
	}
	#mid .hmab .txt .video {
		width: 100%;
	}
	#mid .hmab .txt .video .bg {
		display: none;
	}
	#mid .hmab .txt .con {
		width: 100%;
		margin-left: 0px;
		color: #fff;
	}
	#mid .hmab .txt .con:after {
		content: none;
	}
	#mid .hmab .txt .con .bg {
	    display: none;
	}
	#mid .hmzyxx ul {
		width:90%;
		margin:20px auto 0 auto;
	}
	#mid .hmzyxx span {
		display:none;
	}
	#mid .hmzyxx ul li {
		width:48%;
		margin-top:20px;
		margin-right:4%;
		margin-left:-4px;
	}
	#mid .hmzyxx ul li:nth-child(2n+0) {
		margin-right: 0;
	}
	#mid .hmzyxx ul li img {
		box-shadow:none;
	}
	#mid .hmsolu {
		padding:30px 10px;
	}
	#mid .hmsolu nav {
		float:none;
		margin-top: 30px;
	}
	#mid .hmsolu nav ul li {
		margin-bottom: 20px;
	}
	#mid .hmsolu article {
		margin-top:30px;
		padding-bottom: 30px;
	}
	#mid .hmnews {
		padding: 10px;
	}
	#mid .hmnews ul li {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 50px;
	}
	#banner div {
		width: 100%;
		position:relative;
		left: 0%;
		margin-left:0px;
	}
	#banner div img {
		width:100%;
	}
	footer {
		padding-bottom:50px;
	}
	footer .btm_link li {
		padding-left:25px;
		padding-right:25px;
	}
	footer .btm_con {
		padding:20px;
	}
	footer .btm_con .tel {
		text-align:center;
		margin:15px 0;
	}
	footer .btm_con .ewm {
		float:none;
		text-align:center;
	}
	.banner {
		height: 120px;
		background-position:70%;
		background-size:cover;
	}
	.banner .kk {
		line-height:120px;
		text-align: center;
	}
	.banner .kk h1 {
		font-size:25px;
	}
	.banner .kk h1:before {
		bottom:25px;
		left:25%;
	}
	#mid .left {
		display:none;
	}
	#mid .right {
		width:100%;
		float:none;
		margin-top:0;
	}
	#mid .right .list {
		padding:0;
	}
	#mid .right .list ul li .img {
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
	#mid .right .list ul li .timer {
		float:none;
		width:100%;
		margin-left:0;
		text-align:left;
		margin-top: 10px;
	}
	#mid .right .list ul li .timer .icon {
		font-size: 20px;
		color: #CCC;
		display:inline-block;
	}
	#mid .right .list ul li .timer .monday {
		display:none;
	}
	#mid .right .list ul li .timer .year {
		display:none;
	}
	#mid .right .list ul li .timer .date {
		display:inline-block;
	}
	#mid .right .list ul li .txt,#mid .right .list ul li.nopic .txt {
		width:100%;
		padding-left:0;
	}
	#mid .right .list ul li .txt h3 {
		font-size:18px;
	}
	#mid .right .showinfo h2 {
		font-size:25px;
		line-height:1.5;
	}
	#mid .toptype {
		padding:10px;
		text-align:left;
	}
	#mid .toptype ul li {
		margin-bottom: 10px;
	}
	#mid .hmpro.nopd {
		padding: 10px;
	}
	#mid .showpro .movepic {
	    float:none;
		width:100%;
	}
	#mid .showpro .protxt {
		float:none;
		width:100%;
		padding: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@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 .hmpro h1,#mid .hmab .txt h1,#mid .hmzyxx h1,#mid .hmsolu h1,#mid .hmnews h1 {
		font-size: 20px;
	}
	#mid .hmpro nav {
		display: none;
	}
	#mid .hmpro article {
		margin-top:30px;
	}
	#mid .hmpro article ul li {
		margin-bottom: 30px;
	}
	#mid .hmpro article ul li .img .num,
	#mid .hmpro article ul li .img .con {
        display: none;
	}
	#mid .hmpro article ul li:hover .img:after {
		height: 0;
	}
	#mid .hmsolu nav {
		display: none;
	}
	#mid .hmsolu article .swiper-slide .con {
		display: none;
	}
	#mid .hmnews ul li {
		margin-bottom: 10px;
	}
	#mid .hmnews ul li .img {
		width:100%;
	}
	#mid .hmnews ul li .con {
		width:100%;
	}
	footer .btm_link li {
		padding:5px 25px;
	}
	#mid .right .piclist ul {
		margin-left:3px;
		margin-right:-3px;
	}
	#mid .right .piclist ul li {
		width:49%;
		margin-bottom:10px;
	}
	#mid .right .piclist ul li:nth-child(3n+0) {
		margin-right:2%;
	}
	#mid .right .piclist ul li:nth-child(2n+0) {
		margin-right:0;
	}
	#mid .right .piclist ul.od li {
		width:49%;
	}
	#mid .right .piclist ul.od li:nth-child(2n+0) {
		margin-right:0;
	}
	#mid .right .piclist ul li h3 {
		font-size:15px;
	}
	#mid .right .videolist ul li {
		width:50%;
	}
	#mid .odpro h2 {
		font-size:18px;
	}
	#mid .odpro ul {
		padding:10px;
	}
	#mid .odpro ul li {
		width:49%;
		margin-left:2%;
		margin-bottom:10px;
	}
	#mid .odpro ul li:nth-child(odd) {
		margin-left:0;
	}
	#mid .right .showinfo .tips {
		padding:10px 0;
	}
	#mid .right .showinfo .tips span {
		display:block;
		margin: 0;
		text-align:left;
		line-height:1.5;
	}
	#mid .right .showinfo h2 {
		text-align:left;
		font-size:20px;
	}
	#mid .right .showinfo .btminfo .btn {
		float:none;
		text-align:center;
	}
	#mid .location {
		display: block !important;
		background-color: #2686cb;
	}
	#mid .location ul li {
		display: none;
	}
	#mid .location ul li:last-child,#mid .location ul li:nth-child(2) {
		display: inline-block;
	}
	#mid .location ul li:nth-child(2) {
		margin-left: 20px;
	}
	#mid .location ul li ul li:nth-child(2) {
		margin-left: 10px;
	}
	#mid .location ul li:last-child {
		float: right;
		margin-right: 20px;
	}
	#mid .location ul li ul li:last-child {
		margin-right: 0;
	}
	#mid .location ul li ul li:last-child  {
		float: none;
	}
	#mid .location ul li:before {
		content: none;
	}
	#mid .location ul li a span:after,#mid .location ul li a:hover span:after {
		color: #fff;
	}
	#mid .location ul li > a,#mid .location ul li > a:hover {
		font-size: 16px;
		color: #fff;
	}
	#mid .location ul li ul li a {
		color: #888;
		font-size: 15px;
	}
	#mid .location ul li ul li a:hover {
		color: #2686cb;
		font-size: 15px;
	}
	#mid .toptype {
		display: none !important;
	}
	#mid .toptype.hide {
		display: block !important;
	}
	#mid .toptype:first-child {
		display: block;
	}
	#mid .showpro_con {
		padding:0;
	}
	#mid .showpro_con h1 {
		font-size:16px;
	}
	#mid .showpro_con article {
		padding:20px;
	}
}
@media screen and (max-width: 320px) {
	footer .btm_con .tel a {
		display:block;
	}
	footer .btm_con .ewm img {
		width:100px;
	}
}