
* {
	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:#000;
}
input::-moz-placeholder,textarea::-moz-placeholder{/* Mozilla Firefox 19+ */
	color:#000;
}
input:-moz-placeholder,textarea:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
	color:#000;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{/* Internet Explorer 10-11 */ 
	color:#000;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #0a5ba1;
}
a:active {
	text-decoration: none;
}
a.wl:link, a.wl:visited, a.wl:active {
	color: #FFF;
	text-decoration: none;
}
a.wl:hover {
	color: #F90;
}
a.wb:link, a.wb:visited, a.wb:active {
	color: #069;
	text-decoration: none;
}
a.wb:hover {
	color: #C00;
}
a.wr:link, a.wr:visited, a.wr:active {
	color: #C00;
	text-decoration: none;
}
a.wr:hover {
	color: #000;
}
a.wg:link, a.wg:visited, a.wg:active {
	color: #999;
	text-decoration: none;
}
a.wg:hover {
	color: #C00;
}
.f_black {
	color: #000;
}
.f_red {
	color: #C00;
}
.f_white {
	color: #FFF;
}
.f_gray {
	color: #999;
}
.f_orange {
	color: #F90;
}
.f_green {
	color: #390;
}
.f_blue {
	color: #36F;
}
.f_mblue {
	color: #09C;
}
.f_dblue {
	color: #069;
}
.f_gold {
	color: #F60;
}
.f_pink {
	color: #F6C;
}
.f_Arial {
	font-family: Arial, Helvetica, sans-serif;
}
.f_yk {
	font-family: Microsoft Yahei;
}
.blod {
	font-weight: bold;
}
.noblod {
	font-weight: normal;
}
.px10 {
	font-size: 10px !important;
}
.px11 {
	font-size: 11px !important;
}
.px12 {
	font-size: 12px !important;
}
.px13 {
	font-size: 13px !important;
}
.px14 {
	font-size: 14px !important;
}
.px15 {
	font-size: 15px !important;
}
.px16 {
	font-size: 16px !important;
}
.px18 {
	font-size: 18px !important;
}
.px20 {
	font-size: 20px !important;
}
.px25 {
	font-size: 25px !important;
}
.px30 {
	font-size: 30px !important;
}
.input {
	height: 18px;
	border: solid 1px #CCC;
	margin-left: 5px;
	padding: 3px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt35 {
	margin-top: 35px;
}
.mt45 {
	margin-top: 45px;
}
.mb30 {
	margin-bottom: 30px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.v-m {
	vertical-align: middle;
}
.v-t {
	vertical-align: text-top;
}
.t-c {
	text-align: center;
}
.t-r {
	text-align: right;
}
.clear {
	clear: both;
	line-height: 0px;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.kk {
	width:100%;
	max-width: 1440px;
	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;
	}
}
.nodata {
	width:100%;
	height:200px;
	text-align:center;
	color:#999;
	font-size:16px;
}
.nodata:before {
	font-family:"iconfont" !important;
	content:"\e624";
	font-size:70px;
	font-weight: 300;
	color:#CCC;
	display:block;
}
/*分页*/
.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 #0a5ba1;
	color:#666;
}
.page span.current {
	color:#FFF;
	background:#0a5ba1;
	padding:5px 12px;
	border:solid 1px #0a5ba1;
}
/**/
header {
	position: relative;
}
header .btop {
	height:110px;
	-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: 110px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	box-shadow: 0 5px 10px rgba(0,0,0,0.05);
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header .logo {
	display: inline-block;
	height: 110px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header .logo:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
header .logo img {
	max-height:70px;
	vertical-align: middle;
	margin-right: -1px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header .logo_name {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 1.5;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header .logo_name:before {
	content: "";
	display: block !important;
	height: 100%;
	position: absolute;
	width: 1px;
	left: 0;
	top: 0;
	background-color: #ececec;
	background-image: radial-gradient(#8a8a8a, #fff);
}
header .logo_name h1 {
	font-size: 22px;
	font-weight: 400;
}
header .logo_name h2 {
	font-size: 14px;
	font-weight: 400;
	color: #0a5ba1;
}
header .logo_name h2 span {
	font-size: 20px;
	font-weight: bold;
}
header .od {
	float:right;
	margin-top:15px;
	position:relative;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header .od span {
	margin-left:5px;
	margin-right:5px;
	font-size:14px;
	position:relative;
	vertical-align: bottom;
}
header .od span i {
	font-family:"iconfont" !important;
	font-size:24px;
	margin-right:5px;
	font-style:normal;
	vertical-align: middle;
}
header .od span:first-child {
	border-right:none;
	font-family:'DIN Condensed Bold';
	font-size:21px;
}
header .od span:first-child i {
	color: #0a5ba1;
}
header .od span:first-child a {
	color: #0a5ba1;
	font-size: 25px;
	vertical-align: bottom;
}
header .od span dl {
	display:inline-block;
	margin-top:3px;
	height:24px;
	line-height:24px;
	border:solid 1px #d1d1d1;
	background-color:#fff;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	overflow:hidden;
	text-align:center;
}
header .od span dl dd {
	float:left;
	width:40px;
	font-size:15px;
}
header .od span dl dd:first-child {
	background-color:#333;
}
header .od span dl dd:first-child a {
	color:#fff;
}
header .menu {
	height:55px;
	position:relative;
	float:right;
	clear: 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;
	z-index: 1;
}
header .menu .mod {
	position:absolute;
	left:0;
	bottom:0;
	border-bottom:solid 2px #0a5ba1;
	-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 {
	float:left;
	padding: 15px 0px;
	margin-left: 25px;
	-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;
	font-size:15px;
	height:25px;
	line-height:25px;
	font-weight: 400;
	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: -25px;
}
header .menu ul li a span:before {
    content: attr(data-title);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 100%;
	color:#0a5ba1;
}
header .menu ul li.mainlevel{
	position:relative;
	z-index:1;
}
#home .menu ul li#m0 > a,#page1 .menu ul li#m1 > a, #page2 .menu ul li#m2 > a, #page3 .menu ul li#m3 > a, #page4 .menu ul li#m4 > a, #page5 .menu ul li#m5 > a, #page6 .menu ul li#m6 > a, #page7 .menu ul li#m7 > a {
	color:#0a5ba1;
}
#home .menu ul li#m0 > a:after,#page1 .menu ul li#m1 > a:after, #page2 .menu ul li#m2 > a:after, #page3 .menu ul li#m3 > a:after, #page4 .menu ul li#m4 > a:after, #page5 .menu ul li#m5 > a:after, #page6 .menu ul li#m6 > a:after, #page7 .menu ul li#m7 > a:after {
	content: "";
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0;
	border-bottom:solid 2px #0a5ba1;
}
header .menu li ul {
	width:100%;
	position:absolute;
	display:none;
	top:55px;
	left:0px;
	z-index:9999;
	text-align: center;
	padding: 20px 0;
}
header .menu li ul:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#ededed;
	z-index:-1;
	border-top:solid 1px rgba(0,0,0,0.1);
	box-shadow: 0 1px 4px -1px #999;
}
header .menu li ul li {
	float: unset;
	padding: 20px;
	margin-left: unset;
	display: inline-block;
}
header .menu li ul li a {
	margin-top: unset;
	height:unset;
}
header .menu li ul li a:hover{
	color: #0a5ba1;
}
header .menu li ul li a .img {
	width: 150px;
	overflow: hidden;
}
header .menu li:nth-child(n+4) ul li a .img {
	width: 200px;
}
header .menu li ul li a .img img {
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}
header .menu li ul li a .img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
header .menu li ul li a h3 {
	margin-top: 10px;
	font-size: 17px;
	font-weight: 400;
}
/*scoll*/
header.scroll .btop {
	height:60px;
}
header.scroll .box {
	height:60px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.15);
	box-shadow: 0 5px 10px rgba(0,0,0,0.15);
}
header.scroll .logo {
	height: 60px;
}
header.scroll .logo img {
	max-height: 40px;
}
header.scroll .od {
	margin-top: -60px;
}
header.scroll .logo_name h2 {
	display: none;
}

/*幻灯片*/
#bn {
	position: relative;
	width: 100%;
}
#bn .prev, #bn .next {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	z-index: 3;
}
#bn .prev:focus,#bn .next:focus {
	outline: none;
}
#bn .prev:before, #bn .next:before {
	content:"\e666";
	font-family:"iconfont" !important;
	vertical-align:middle;
	position:absolute;
	width:100%;
	height:100%;
	line-height:50px;
	font-size:50px;
	font-weight: 700;
	color:rgba(255,255,255,0.7);
	text-align:center;
}
#bn .prev:hover:before, #bn .next:hover:before {
	color:rgba(255,255,255,1);
}
#bn .prev {
	left: -60px;
}
#bn .prev:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#bn .next {
	right: -60px;
}
#bn:hover .prev, #bn:hover .next,#bn .prev, #bn .next {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#bn:hover .prev {
	left: 10px;
}
#bn:hover .next {
	right: 10px;
}
#bn .img {
	height: 600px;
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
#bn .img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
}
#bn .img img {
	display:none;
}
#bn h1,#bn h2,#bn .btn {
	position: absolute;
	width: 100%;
	text-align: center;
	font-weight: 400;
	z-index: 2;
	color: rgba(255,255,255,0.9);
	text-shadow: 5px 5px 15px rgba(0,0,0,0.9);
	font-family: "Roboto Condensed";
	text-transform: uppercase;
}
#bn h1 {
	font-size: 50px;
	top: 50%;
	margin-top: -150px;
	letter-spacing: 5px;
}
#bn h2 {
	font-size: 65px;
	top: 50%;
	margin-top: -80px;
}
#bn .btn {
	top: 50%;
	margin-top: 30px;
}
#bn .btn a {
	display: inline-block;
	background-color: #0a5ba1;
	font-size: 16px;
	color: #fff;
	padding: 10px 50px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#bn .swiper-pagination-bullet {
	width:10px;
	height:10px;
	background:#f0f0f0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#bn .swiper-pagination-bullet-active {
	background:#0a5ba1;
	width:20px;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
	opacity: 0.90;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid a.ann {
	position:relative;
	display:block;
	width:150px;
	height:40px;
	margin:30px auto;
	line-height:40px;
	background-color: #fff;
	color:#0a5ba1;
	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 #0a5ba1;
	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:#0a5ba1;
	transform:rotateX(180deg);
	-webkit-transform:rotateX(180deg);
	-moz-transform:rotateX(180deg);
}
#mid a.ann:hover {
	color:#FFF;
}
#mid .ann2 {
	margin-top:20px;
}
#mid .ann2 a {
	display:inline-block;
	padding:9px 60px 9px 20px;
	text-transform:uppercase;
	font-size:14px;
	color:#FFF;
	background-color:#474747;
}
#mid .ann2 a:after {
	content: "\e666";
	font-family:"iconfont" !important;
	position:absolute;
	width:40px;
	height:100%;
	right:0;
	top:0;
	background-color:#28166f;
	text-align:center;
	font-size:25px;
	line-height:1.6;
	z-index:-1;
}
#mid .tit {
	margin: 20px 0;
	text-align: center;
}
#mid .tit h1 {
	font-size: 28px;
	color: #555;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#mid .tit h1:before {
	content: "";
	position: absolute;
	width: 80px;
	height: 2px;
	bottom: 0;
	left: 50%;
	margin-left: -40px;
	background-color:#28166f;
}
#mid .tit h2 {
	font-size: 14px;
	color: #888;
	font-weight: 400;
}
#mid .hmad {
	padding: 40px 0;
	background-color: #f5f5f5;
	border-bottom: solid 1px #EEE;
}
#mid .hmad ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
	width: 25%;
	text-align: center;
	webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#mid .hmad ul li img {
	max-width: 80%;
}
#mid .hmad ul li h3 {
	font-size: 18px;
	font-weight: 400;
	margin: 10px 0;
}
#mid .hmad ul li p {
	font-size: 14px;
	line-height: 1.2;
	color: #666;
}
#mid .hmad ul li:hover {
	color: #1d1f86;
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
#mid .hmad ul li:hover p {
	color: #1d1f86;
}
#mid .hmpro {
	padding: 20px 0;
}
#mid .hmpro .typemenu {
	margin-top: 20px;
}
#mid .hmpro .typemenu .swiper-container {
	height:50px;
	background-color: #28166f;
	text-align: center;
}
#mid .hmpro .typemenu .swiper-slide {
	display:inline-block;
	line-height:50px;
	padding: 0 24px 0 25px;
	width:auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .hmpro .typemenu .swiper-slide.on:before {
	content: '';
	position: absolute;
	top: 0;
	left: -5%;
	width: 110%;
	height: 100%;
	background-color: #0A5BA1;
	-ms-transform: skewX(-13deg);
	-webkit-transform: skewX(-13deg);
	transform: skewX(-13deg);
	z-index: -1;
}
#mid .hmpro .typemenu .swiper-slide a {
	font-size:14px;
	color: #fff;
}
#mid .hmpro .typemenu .swiper-slide.on a {
	color:#fff;
}
#mid .hmpro .procon {
	margin-top: 20px;
}
#mid .hmpro .procon .swiper-container {
	padding-bottom: 40px;
}
#mid .hmpro .procon .swiper-slide {
	text-align: center;
	pointer-events: inherit !important;
	padding-top: 15px;
}
#mid .hmpro .procon .swiper-slide a {
	display: block;
	border: solid 0px #FFF;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro .procon .swiper-slide a:hover {
	background-color: #FFF;
	border: solid 1px #EEE;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#mid .hmpro .procon .swiper-slide .img {
	width: 100%;
	overflow: hidden;
}
#mid .hmpro .procon .swiper-slide .img:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .hmpro .procon .swiper-slide .img img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	margin-right: -1px;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .hmpro .procon .swiper-slide:hover .img img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}
#mid .hmpro .procon .swiper-slide article {
	background-color: #f5f5f5;
	padding: 15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro .procon .swiper-slide:hover article {
	background-color: #0a5ba1;
}
#mid .hmpro .procon .swiper-slide article h3 {
	font-size: 15px;
	font-weight: 400;
	color: #28166f;
}
#mid .hmpro .procon .swiper-slide article p {
	margin-top: 10px;
	line-height: 1.5;
	font-size: 13px;
	color: #616161;
	text-align: justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .hmpro .procon .swiper-slide:hover article h3,#mid .hmpro .procon .swiper-slide:hover article p {
	color: #FFF;
}
#mid .hmpro .procon .move-left,#mid .hmpro .procon .move-right {
	position:absolute;
	width:40px;
	height:40px;
	line-height: 40px;
	top:50%;
	margin-top:-20px;
	cursor:pointer;
	text-align: center;
	z-index:2;
	opacity: 0.5;
	background-color: #FFF;
	border: solid 1px #CCC;
	color:#333;
	overflow: hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro .procon .move-left {
	/*right:-50px;*/
	right: 5px;
}
#mid .hmpro .procon .move-left:after,#mid .hmpro .procon .move-right:after {
	content:"\e666";
	font-family:"iconfont" !important;
	font-size:25px;
	font-weight: bold;
	position: absolute;
	left: 50%;
	margin-left: -12px;
}
#mid .hmpro .procon .move-right:after {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
#mid .hmpro .procon .move-right {
	/*left:-50px;*/
	left: 5px;
}
#mid .hmpro .procon:hover .move-left {
	right: 5px;
}
#mid .hmpro .procon:hover .move-right {
	left: 5px;
}
#mid .hmpro .procon .move-left:hover,#mid .hmpro .procon .move-right:hover {
	color:#fff;
	background-color: #0a5ba1;
	opacity: 1;
	border: unset;
}
#mid .hmpro .procon .swiper-scrollbar {
	background:#F5F5F5;
}
#mid .hmpro .procon .swiper-scrollbar-drag {
	background:#CCC;
}
#mid .hmsolu {
	padding: 20px 0;
}
#mid .hmsolu .swiper-slide .img {
	width: 100%;
}
#mid .hmsolu .swiper-slide .img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.4);
}
#mid .hmsolu .swiper-slide .img img {
	width: 100%;
	height: 100%;
}
#mid .hmsolu .swiper-slide article {
	position: absolute;
	height: 50px;
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -25px;
	color: #FFF;
	z-index: 1;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 0 20px;
	overflow: hidden;
	-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 .swiper-slide article:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.15);
	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 .hmsolu .swiper-slide article h3 {
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	position: relative;
}
#mid .hmsolu .swiper-slide article p {
	position: relative;
	line-height: 1.8;
	font-size: 13px;
	text-align: justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .hmsolu .swiper-slide article .btn {
	position: relative;
	text-align: center;
	margin-top: 20px;
}
#mid .hmsolu .swiper-slide article .btn a {
	color: #FFF;
}
#mid .hmsolu .swiper-slide article .btn span {
	display: inline-block;
	padding: 5px 20px;
	border: solid 2px rgba(255,255,255,0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	animation:vsbtn 3s infinite;
	-webkit-animation:vsbtn 3s infinite;
	-moz-animation:vsbtn 3s infinite;
}
#mid .hmsolu .swiper-slide:hover article {
	height: 100%;
	top: 0;
	margin-top: 0;
}
#mid .hmsolu .swiper-slide:hover article:before {
	background-color: rgba(0,0,0,0.5);
}
#mid .hmsolu .swiper-slide:hover article h3,#mid .hmsolu .swiper-slide:hover article p,#mid .hmsolu .swiper-slide:hover article .btn {
	top: 25%;
}
@keyframes vsbtn {
	0% {border-color: rgba(255,255,255,0.3);}
	50% {border-color: rgba(255,255,255,1);}
}
@-webkit-keyframes vsbtn {
	0% {border-color: rgba(255,255,255,0.3);}
	50% {border-color: rgba(255,255,255,1);}
}
@-moz-keyframes vsbtn {
	0% {border-color: rgba(255,255,255,0.3);}
	50% {border-color: rgba(255,255,255,1);}
}
#mid .hmab_core {
	margin-top: 40px;
	padding: 30px 0;
	background-color: #f5f5f5;
	border-top: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
}
#mid .hmab_core .about {
	display: inline-block;
	width: 59%;
	vertical-align: top;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-right: 30px;
}
#mid .hmab_core .about h1 {
	font-size:30px;
	font-weight:400;
	color:#000;
}
#mid .hmab_core .about article p {
	margin-top:10px;
	line-height:1.8;
	font-size:15px;
	color:#666;
	text-align:justify;
}
#mid .hmab_core .about article .video {
	display: inline-block;
	width: 50%;
	float: left;
	margin-right: 20px;
	position: relative;
	z-index: 1;
}
#mid .hmab_core .about article .video img {
	width: 100%;
	height: 100%;
}
#mid .hmab_core .about article .video:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: 1;
}
#mid .hmab_core .about article .video:after {
	content: "\e70e";
	font-family: "iconfont";
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	font-size: 60px;
	color: rgba(255,255,255,0.8);
	z-index: 2;
}
#mid .hmab_core .core {
	display: inline-block;
	width: 41%;
	margin-right: -6px;
	margin-top: 10px;
}
#mid .hmab_core .core ul li {
	display: inline-block;
	margin-right: -3px;
	width: 50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding-left: 10px;
	margin-bottom: 10px;
	position: relative;
	z-index: 1;
}
#mid .hmab_core .core ul li .img {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
#mid .hmab_core .core ul li .img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}
#mid .hmab_core .core 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 .hmab_core .core 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 .hmab_core .core ul li h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 3;
	text-align: center;
	color: #FFF;
	z-index: 2;
	font-size: 16px;
	font-weight: 400;
}
#mid .hmab_core .core ul li:nth-child(3) {
	width: 100%;
}
#mid .hmnews {
	padding: 20px 0;
}
#mid .hmnews ul {
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	margin-left: -3px;
	padding: 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align: top;
}
#mid .hmnews ul:last-child {
	margin-right:0;
}
#mid .hmnews ul:hover {
	border: solid 1px #EEE;
	background-color: #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#mid .hmnews ul h2 {
    font-size: 25px;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
}
#mid .hmnews ul h2 a {
	float: right;
	display: inline-block;
	font-size: 14px;
	color: #FFF;
	background-color: #0a5ba1;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mid .hmnews ul li {
	margin-top: 20px;
	overflow: hidden;
}
#mid .hmnews ul li h3 {
	font-size: 17px;
	color: #0a5ba1;
	font-weight: 400;
}
#mid .hmnews ul li p {
	margin-top: 10px;
	color: #666;
	line-height: 1.5;
	font-size: 14px;
	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 .date {
	color: #7b7b7b;
	margin: 10px 0;
	font-size: 13px;
	float: right;
}
#mid .hmnews ul li .btn {
	margin: 15px 0 15px -65px;
	color: rgba(0,0,0,0.2);
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmnews ul li .btn:after {
	content: "\e666";
	font-family: "iconfont";
	font-size: 15px;
	font-weight: 600;
	padding: 1px;
	vertical-align: middle;
	text-align: center;
	border: solid 2px rgba(0,0,0,0.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: 10px;
}
#mid .hmnews ul li:hover .btn {
	color: #0a5ba1;
	margin: 15px 0;
}
#mid .hmnews ul li:hover .btn:after {
	border: solid 2px #0a5ba1;
}
#mid .hmct {
	padding: 20px 0 40px 0;
}
#mid .hmct ul li {
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	margin-left: -3px;
	padding: 80px 110px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border: solid 1px #EEE;
	background-color: #f5f5f5;
	vertical-align: top;
}
#mid .hmct ul li:last-child {
	margin-right:0;
}
#mid .hmct ul li h1 {
	font-size: 36px;
	font-weight: 400;
}
#mid .hmct ul li p {
	margin: 20px 0;
	font-size: 16px;
}
#mid .hmct ul li em a {
	display: inline-block;
	font-style: normal;
	font-size: 16px;
	color: #0A5BA1;
	-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 .hmct ul li em a:before {
	content: "\e68d";
	font-family: "iconfont";
	font-size: 25px;
	margin-right: 10px;
	vertical-align: middle;
}
#mid .hmct ul li em a:hover {
	margin-left: 10px;
}
#mid .link {
	padding: 20px 0;
	font-size: 14px;
}
#mid .link h3 {
	display: inline-block;
	vertical-align: middle;
}
#mid .link span {
	margin-left: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}
footer {
	background-color: #3e3e4a;
}
footer .btm_kk {
	display: inline-block;
	margin-left: 3%;
	margin-top: 50px;
	margin-bottom: 50px;
	vertical-align: top;
}
footer .btm_kk h3 {
	font-size: 16px;
	font-weight: 400;
}
footer .btm_kk a {
	-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 .btm_kk h3 a {
	color: rgba(255,255,255,0.8);
}
footer .btm_kk ul {
	margin-top: 15px;
}
footer .btm_kk ul li a {
	font-size: 13px;
	line-height: 2;
	color: rgba(255,255,255,0.6);
}
footer .btm_kk a:hover {
	color: rgba(255,255,255,1);
}
footer .btm_kk:first-child {
	margin-left: 0;
}
footer .btm_kk:last-child {
	float: right;
	margin-left: 0;
	text-align: center;
}
footer .btm_kk:last-child .tel {
	margin-bottom: 20px;
	color:rgba(255,255,255,0.9);
	font-size: 20px;
}
footer .btm_kk:last-child .tel a {
	color: inherit;
	font-size: 24px;
}
footer .btm_kk:last-child .tel:before {
	content: "\e671";
	font-family: "iconfont";
	font-size: 28px;
	vertical-align: middle;
	margin-right: 5px;
}
footer .btm_kk:last-child ul {
	margin-top: 0;
}
footer .btm_kk:last-child ul li {
	display: inline-block;
	background-color: #353535;
	margin-left: 3px;
	height: 30px;
	line-height: 2.5;
	padding: 2px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	vertical-align: top;
}
footer .btm_kk:last-child ul li i {
	font-family: "iconfont";
	font-style: normal;
	color: #0A5BA1;
	font-weight: bold;
	font-size: 18px;
	vertical-align: top;
}
footer .btm_kk:last-child ul li img {
	height: 50%;
	vertical-align: middle;
}
footer .btm_kk:last-child .ewm {
	display: inline-block;
	width: 110px;
	margin-top: 30px;
	margin-left: 10px;
	text-align: center;
	color:rgba(255,255,255,0.8);
}
footer .btm_kk:last-child .ewm img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
footer .btm_con {
	background-color: #262634;
	padding: 15px 0;
	color:rgba(255,255,255,0.8);
	font-size: 13px;
	text-align: center;
}
footer .btm_con a {
	color: inherit;
	-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 .btm_con a:hover {
	color:rgba(255,255,255,1);
}
.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: #0a5ba1;
}
.bdsharebuttonbox .sina {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -50px 0px;
}
.bdsharebuttonbox .weixin {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat 0px 0px;
}
.bdsharebuttonbox .qzone {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -150px 0px;
}
.bdsharebuttonbox .tqq {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -100px 0px;
}
.bdsharebuttonbox .sqq {
	width: 10px;
	height: 25px;
	background: url(../images/share_icon.png) no-repeat -200px 0px;
}
#banner{ clear:both; width:100%; height:300px; position:relative; overflow:hidden;}
#banner div{ width:1920px; height:300px; position:absolute; left:50%; margin-left:-960px;top:0; text-align:center;}
.banner {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
}
.banner.bn {
	height: 350px !important;
	text-align: center;
}
.banner:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color: #444;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
}
.banner .kk {
	position:relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner .kk h1 {
	font-size:30px;
	color:rgba(255,255,255,0.9);
	font-weight:400;
}
.banner.bn .kk h1 {
	font-size: 40px;
}
.banner .kk h2 {
	font-size:18px;
	font-family: "Roboto Condensed";
	color:rgba(255,255,255,0.9);
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight:300;
	margin-top: 5px;
}
.banner.bn .kk h2 {
	font-size: 25px;
}
.banner .img {
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    bottom:0;
    background-repeat:no-repeat;
    background-position:50% 50%;
    background-size:cover;
    z-index:-2;
    animation:vsImg 2s linear;
    -webkit-animation:vsImg 2s linear;
    -moz-animation:vsImg 2s linear;
}
@keyframes vsImg {
    0% { transform:scale(1.1); }
    100% { transform:scale(1); }
}
@-webkit-keyframes vsImg {
    0% { -webkit-transform:scale(1.1); }
    100% { -webkit-transform:scale(1); }
}
@-moz-keyframes vsImg {
    0% { -moz-transform:scale(1.1); }
    100% { -moz-transform:scale(1); }
}
.banner .img img {
    display: none;
    width:160%;
    margin-left:-30%;
}
.movedown {
	-webkit-animation: down 0.5s ease 0.2s 1 both;
	animation: down 0.5s ease 0.2s 1 both;
}
@-webkit-keyframes down {
	from {
		opacity: 0;
		margin-top: -20px;
	}
	to {
		opacity: 1;
		margin-top: 0px;
	}
}
@keyframes down {
	from {
		opacity: 0;
		margin-top: -20px;
	}
	to {
		opacity: 1;
		margin-top: 0px;
	}
}
.moveup {
	-webkit-animation: up 0.5s ease 0.2s 1 both;
	animation: up 0.5s ease 0.2s 1 both;
}
@-webkit-keyframes up {
	from {
		opacity: 0;
		margin-top: 50px;
	}
	to {
		opacity: 1;
		margin-top: 5px;
	}
}
@keyframes up {
	from {
		opacity: 0;
		margin-top: 50px;
	}
	to {
		opacity: 1;
		margin-top: 5px;
	}
}
#mid.mbg {
	background:#f5f5f5;
	padding-bottom: 30px;
}
#mid .location {
	padding:10px;
	background:#f5f5f5;
	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:#0a5ba1;
}
#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:#0a5ba1;
}
#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:#0a5ba1;
	-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:20px;
	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:#0a5ba1;
}
#mid .protype {
	padding: 50px 0;
}
#mid .protype h1 {
	text-align: center;
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 30px;
}
#mid .protype ul {
	text-align: center;
	padding: 10px;
}
#mid .protype ul li {
	display: inline-block;
	padding: 15px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color: #fff;
	width: 13%;
	margin: 1%;
	border: 2px solid transparent;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.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 .protype ul li .img {
    width: 100%;
	overflow: hidden;
	border-bottom: solid 1px rgba(0,0,0,0.2);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#mid .protype 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;
}
#mid .protype 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 .protype ul li h3 {
	font-size: 15px;
	font-weight: 400;
}
#mid .protype ul li:hover,#mid .protype ul li:hover .img,#mid .protype ul li.on,#mid .protype ul li.on .img {
	border-color: #0A5BA1;
}
#mid .protype ul li.on h3 {
	color: #0A5BA1;
}
#mid .prolist {
	padding: 50px 0;
	background-color: #f5f5f5;
	border-top: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
}
#mid .prolist h1 {
	text-align: center;
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 30px;
}
#mid .prolist nav {
	text-align: center;
}
#mid .prolist nav span {
	display: inline-block;
	border: solid 1px rgba(0,0,0,0.2);
	padding: 8px 15px;
	margin: 5px;
	background-color: #FFF;
	font-size: 15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor: pointer;
}
#mid .prolist nav span:hover {
	border: solid 1px #0A5BA1;
	color: #0A5BA1;
}
#mid .prolist nav span.on {
	background-color: #0A5BA1;
	color: #FFF;
}
#mid .prolist ul {
	margin-top:50px;
}
#mid .prolist ul li {
	display: inline-block;
	vertical-align: top;
	width: 31%;
	margin-right: 3.5%;
	margin-left: -3px;
	margin-bottom: 50px;
	text-align: center;
}
#mid .prolist ul li:nth-child(3n+0) {
	margin-right: 0;
}
#mid .prolist ul li .img {
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 10px 80px -10px rgba(44,54,92,.3);
	overflow: hidden;
}
#mid .prolist 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 .prolist ul li:hover .img:after {
	height:100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .prolist ul li .img .num {
	position: absolute;
	width: 100%;
	height: 30%;
	left: -100%;
	top: 10%;
	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 .prolist 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 .prolist ul li .img .num:before {
	content: "";
	position: absolute;
	left: 0;
	top: 30%;
	width: 75%;
	height: 1px;
	background-color: rgba(255,255,255,0.5);
}
#mid .prolist ul li .img .num:after {
	content: attr(data-num);
	font-size: 60px;
	color: rgba(255,255,255,0.9);
	position: absolute;
	top:0;
	right: 0;
	width: 30%;
}
#mid .prolist ul li .img img {
	width: 100%;
	height: 100%;
}
#mid .prolist ul li .img .con {
	position: absolute;
	width: 100%;
	height: 60%;
	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 .prolist ul li:hover .img .con {
	bottom: 20%;
	-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 .prolist 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 .prolist ul li p {
	font-size: 14px;
	color: #888;
	margin-top: 10px;
}
#mid .showpro {
	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-top .swiper-slide.vd a {
	position: relative;
	display: block;
	z-index: 1;
}
#mid .showpro .movepic .gallery-top .swiper-slide.vd a:after {
	content: "\e70e";
	font-family: "iconfont";
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	font-size: 60px;
	color: rgba(255,255,255,0.8);
	z-index: 1;
}
#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;
	overflow: hidden;
}
#mid .showpro .movepic .gallery-thumbs .swiper-slide-active {
	opacity: 1;
	border:solid 2px #2686cb;
}
#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-right: -1px;
	max-height:100%;
	max-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:calc(100% - 680px);
	position:relative;
}
#mid .showpro .protxt h1 {
	font-size:30px;
	color: #0A5BA1;
	font-weight:normal;
}
#mid .showpro .protxt article {
	padding: 20px 0;
	margin-bottom: 30px;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	line-height:1.5;
	font-size:14px;
	color:#999;
}
#mid .showpro .protxt .btn {
	display:inline-block;
	font-size:16px;
	padding:12px 60px;
	color:#FFF;
	margin-right:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#mid .showpro .protxt .btn:hover {
	webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#mid .showpro .protxt .btn:before {
	font-family:"iconfont";
	vertical-align:middle;
	margin-right:5px;
	font-size:18px;
}
#mid .showpro .protxt .btn.an1 {
	background-color:#0d6ab8;
}
#mid .showpro .protxt .btn.an1:hover {
	background-color:#0B538E;
}
#mid .showpro .protxt .btn.an1:before {
	content:"\e604";
}
#mid .showpro .protxt .btn.an2 {
	background-color:#da4d4d;
}
#mid .showpro .protxt .btn.an2:hover {
	background-color: #993636;
}
#mid .showpro .protxt .btn.an2:before {
	content:"\e67e";
}
#mid .showpro_con {
	margin-top: 20px;
	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 #0A5BA1;
	color:#0A5BA1;
}
#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 #EEE;
	-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:#0A5BA1;
}
#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;
}
#mid .message {
	width:100%;
	margin-top:20px;
	background-color:#fff;
	border:solid 1px #EEE;
	-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 .message h2 {
	font-size:18px;
	height:40px;
	line-height:40px;
	background-color:#f9f9f9;
	border-bottom:solid 1px #DDD;
	font-weight:normal;
	padding:0 10px;
	color:#0A5BA1;
}
#mid .message h2:before {
	font-family:"iconfont" !important;
	content:"\e604";
	margin-right:10px;
	font-size:22px;
	vertical-align:middle;
}
#mid .message ul {
	padding: 20px;
}
#mid .message ul li {
	display: inline-block;
	width: 50%;
	margin-right: -3px;
	margin-bottom: 20px;
	padding: 0 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .message ul li.w100 {
	width: 100%;
	margin-right: 0;
}
#mid .message ul li.txm {
	text-align: left;
}
#mid .message ul li.txm .ipt {
	width: 150px;
	margin-right: 10px;
	vertical-align: top;
}
#mid .message .ipt {
	width: 100%;
	border: solid 1px #CCC;
	height: 33px;
	line-height: 33px;
	padding: 0 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .message .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 .message textarea {
	width: 100%;
	padding: 1%;
	height: 100px;
	line-height: 20px;
	border: solid 1px #CCC;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .message 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 .message .btn {
	background: #0A5BA1;
	border: 1px solid #0A5BA1;
	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 .message .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 .piclist {
	padding: 50px 0;
	background-color: #f5f5f5;
	border-top: solid 1px #EEE;
	border-bottom: solid 1px #EEE;
}
#mid .piclist h1 {
	text-align: center;
	font-size: 35px;
	font-weight: 400;
	margin-bottom: 30px;
}
#mid .piclist nav {
	text-align: center;
}
#mid .piclist nav span {
	display: inline-block;
	border: solid 1px rgba(0,0,0,0.2);
	padding: 8px 15px;
	margin: 5px;
	background-color: #FFF;
	font-size: 15px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	cursor: pointer;
}
#mid .piclist nav span:hover {
	border: solid 1px #0A5BA1;
	color: #0A5BA1;
}
#mid .piclist nav span.on {
	background-color: #0A5BA1;
	color: #FFF;
}
#mid .piclist ul {
	margin-top:50px;
}
#mid .piclist ul li {
	display: inline-block;
	vertical-align: top;
	width: 23.5%;
	margin-right: 2%;
	margin-left: -3px;
	margin-bottom: 50px;
	text-align: center;
}
#mid .piclist ul li:nth-child(4n+0) {
	margin-right: 0;
}
#mid .piclist 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 .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;
}
#mid .piclist 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 .piclist 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 .piclist ul li p {
	font-size: 14px;
	color: #888;
	margin-top: 10px;
}
#mid .showinfo {
	padding: 50px;
	line-height:2;
	font-size:14px;
}
#mid .showinfo h1 {
	font-size:30px;
	font-weight:400;
	text-align:center;
	color:#000;
}
#mid .showinfo h2 {
	font-size:25px;
	color: #0068b6;
	font-weight: 400;
	font-family: "Roboto Condensed";
	text-transform: uppercase;
	filter: Alpha(opacity=70);
	-moz-opacity: .70;
	opacity: 0.70;
}
#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 .showinfo .btminfo {
	border-top:solid 1px #e4e4e4;
	margin:20px 0;
	padding-top:10px;
}
#mid .showinfo .btminfo span {
	display:block;
	color:#666;
}
#mid .showinfo .btminfo span a {
	color:inherit;
}
#mid .showinfo .btminfo span a:hover {
	color:#2686cb;
}
#mid .showinfo .btminfo .btn {
	float:right;
}
#mid .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 .showinfo .btminfo .btn a:before {
	font-family:"iconfont" !important;
	content:"\e639";
	margin-right:10px;
	font-size:16px;
}
#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:#2686cb;
}
#mid .about {
	position: relative;
}
#mid .about .box1 {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
	text-align: center;
	color: #FFF;
	z-index: 1;
}
#mid .about .box1 .kk {
	position: relative;
}
#mid .about .box1:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.2);
	z-index: -1;
}
#mid .about .box1 h1 {
	font-size: 35px;
	font-weight: 400;
}
#mid .about .box1 article {
	line-height: 2;
	font-size: 18px;
	text-align: justify;
	padding: 40px;
}
#mid .about .box1 p {
	text-align: center;
	color: #FFF;
}
#mid .about .box1 article img {
	max-width: 100%;
}
#mid .about .box1 nav {
	position: absolute;
	bottom: -80px;
	width: 100%;
}
#mid .about .box1 nav ul li {
	display: inline-block;
	width: 20%;
	margin-right: -3px;
	position: relative;
}
#mid .about .box1 nav ul li:after {
	content: "";
	height: 30%;
	position: absolute;
	width: 1px;
	right: 0;
	top: 40%;
	background-color: rgba(255,255,255,0.5);
}
#mid .about .box1 nav ul li.on {
	background-color: #fff;
	margin-left: -2px;
}
#mid .about .box1 nav ul li.on:after,#mid .about .box1 nav ul li:last-child:after {
	content: normal;
}
#mid .about .box1 nav ul li a {
	display: block;
	padding: 20px 0;
	font-size: 18px;
	color: #FFF;
}
#mid .about .box1 nav ul li.on a {
	color: rgba(0,0,0,0.7);
}
#mid .about .box2 {
	padding: 50px 0;
	text-align: center;
}
#mid .about .box2 h1 {
	font-size: 30px;
	font-weight: 400;
}
#mid .about .box2 ul {
	margin: 40px 0;
}
#mid .about .box2 ul li {
	display: inline-block;
    vertical-align: top;
	width: 31.66666%;
	margin-right: 2.5%;
	margin-left: -3px;
    padding-bottom: 20px;
	border: solid 1px rgba(0,0,0,0.1);
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .about .box2 ul li:hover {
	background-color: #FFF;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-box-shadow: 0 15px 20px rgba(0,0,0,0.3);
	box-shadow: 0 15px 20px rgba(0,0,0,0.3);
}
#mid .about .box2 ul li:nth-child(3n+0) {
	margin-right: 0;
}
#mid .about .box2 ul li .img {
	width: 100%;
}
#mid .about .box2 ul li .img img {
	width: 100%;
	height: 100%;
}
#mid .about .box2 ul li h2 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 25px;
}
#mid .about .box2 ul li h3 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 20px;
}
#mid .about .box2 ul li .btn {
    height: 50px;
    text-align: center;
}
#mid .about .box2 ul li .btn a {
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    padding: 0 25px;
    border: solid 1px #0a5ba1;
    color: #0a5ba1;
    -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 .about .box2 ul li .btn a:hover {
    background-color: #0A5BA1;
    color: #fff;
}
#mid .about .box3 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    text-align: center;
    color: #FFF;
    position: relative;
    z-index: 1;
}
#mid .about .box3 .kk {
    position: relative;
}
#mid .about .box3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.1);
    z-index: -1;
}
#mid .about .box3 h1 {
    font-size: 35px;
    font-weight: 400;
}
#mid .about .box3 article {
    line-height: 2;
    font-size: 18px;
    text-align: justify;
    padding: 40px;
	border: solid 1px rgba(255,255,255,0.5);
	margin: 40px 0;
	position: relative;
	z-index: 1;
}
#mid .about .box3 article:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,0.1);
	z-index: -1;
}
#mid .about .box3 article img {
    max-width: 100%;
}
#mid .about .box3 nav ul li {
	display: inline-block;
	width: 18.4%;
	margin-left: -3px;
	margin-right: 2%;
	vertical-align: top;
	text-align: left;
	line-height: 2;
	position: relative;
}
#mid .about .box3 nav ul li:nth-child(5n+0) {
	margin-right: 0;
}
#mid .about .box3 nav ul li:before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 50px;
	border: solid 1px rgba(255,255,255,0.8);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#mid .about .box3 nav ul li:after {
	font-family:"iconfont" !important;
	content:"\e608";
	position: absolute;
	left: 1px;
	top: 1px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size:25px;
	text-align: center;
}
#mid .about .box3 nav ul li h3 {
	font-size: 20px;
	font-weight: 400;
}
#mid .about .box3 nav ul li p {
	font-size: 20px;
}
#mid .about .box4 {
	padding: 50px 0;
	text-align: center;
}
#mid .about .box4 h1 {
	font-size: 25px;
	font-weight: 400;
}
#mid .about .box4 h2 {
	font-size: 22px;
	font-weight: 400;
	margin-top: 10px;
}
#mid .about .box4 ul {
	margin-top: 50px;
	position: relative;
}
#mid .about .box4 ul:before {
	content: "";
	position: absolute;
	border: solid 1px #666;
	background-color: #fff;
	width: 14px;
	height: 14px;
	left: 50%;
	top: -15px;
	margin-left: -7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#mid .about .box4 ul:after {
	content: "";
	position: absolute;
	border: solid 1px #666;
	background-color: #fff;
	width: 14px;
	height: 14px;
	left: 50%;
	bottom: -15px;
	margin-left: -7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#mid .about .box4 ul li {
	width: 50%;
	text-align: right;
	margin-left: 1px;
	margin-right: 50%;
	padding-left: 15%;
	padding-right: 30px;
	padding-top: 30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-right: solid 1px #888;
	position: relative;
}
#mid .about .box4 ul li:before {
	content: "";
	position: absolute;
	border: solid 1px #0A5BA1;
	background-color: #fff;
	width: 14px;
	height: 14px;
	right: -9px;
	top: 53px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#mid .about .box4 ul li:after {
	content: "";
	position: absolute;
	background-color: #0A5BA1;
	width: 10px;
	height: 10px;
	right: -6px;
	top: 56px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
#mid .about .box4 ul li .img {
	display: inline-block;
	width: 30%;
	margin-right: -6px;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
}
#mid .about .box4 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 .about .box4 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 .about .box4 ul li article {
	display: inline-block;
	width: 70%;
	vertical-align: middle;
}
#mid .about .box4 ul li article h3 {
	font-size: 45px;
	font-family: "DIN Condensed Bold";
	color: #0A5BA1;
}
#mid .about .box4 ul li article p {
	line-height: 2;
	font-size: 14px;
	color: #555;
	margin-top: 10px;
}
#mid .about .box4 ul li:nth-child(2n+0) {
	text-align: left;
	border-right: unset;
	margin-right: 1px;
	margin-left: 50%;
	padding-right: 15%;
	padding-left: 30px;
	border-left: solid 1px #888;
}
#mid .about .box4 ul li:nth-child(2n+0) .img {
	float: right;
}
#mid .about .box4 ul li:nth-child(2n+0):before {
	right: unset;
	left: -9px;
}
#mid .about .box4 ul li:nth-child(2n+0):after {
	right: unset;
	left: -6px;
}
#mid .about .box4 ul li:last-child {
	padding-bottom: 30px;
}
#mid .about .box5 {
	padding: 50px 0;
}
#mid .about .box5 ul li {
	padding: 50px;
	background-color: #F5F5F5;
}
#mid .about .box5 ul li:nth-child(2n+0) {
	background-color: unset;
}
#mid .about .box5 ul li .img {
	display: inline-block;
	width: 50%;
	margin-left: -3px;
	vertical-align: top;
	padding-right: 50px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mid .about .box5 ul li .img img {
	width: 100%;
}
#mid .about .box5 ul li article {
	display: inline-block;
	width: 50%;
	margin-left: -3px;
}
#mid .about .box5 ul li article h3 {
	font-size: 30px;
	font-weight: 400;
}
#mid .about .box5 ul li article p {
	font-size: 16px;
	line-height: 2;
	margin-top: 20px;
}
#mid .about .box5 ul li:nth-child(2n+0) .img {
	float: right;
	padding-right: 0;
	padding-left: 50px;
}
#mid .about .box5 ul li dl {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-left: -3px;
	position: relative;
	text-align: center;
	margin-top: 30px;
}
#mid .about .box5 ul li dl:nth-child(3n+0) {
	margin-right: 0;
}
#mid .about .box5 ul li dl dd {
	width: 100%;
	position: relative;
	z-index: 1;
}
#mid .about .box5 ul li dl dd:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
#mid .about .box5 ul li dl dd img {
	width: 100%;
	height: 100%;
}
#mid .about .box5 ul li dl dt {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30px;
	line-height: 30px;
	font-size: 17px;
	color: #FFF;
	z-index: 2;
}
#mid .about .box5 ul li dl dt:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	width: 40px;
	height: 2px;
	margin-left: -20px;
	background-color: #00a0df;
}
#mid .about .box6 {
	padding: 50px 5%;
	text-align: center;
}
#mid .about .box6 ul li {
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	margin-left: -3px;
	margin-bottom: 20px;
	position: relative;
	background-color: #F5F5F5;
}
#mid .about .box6 ul li:nth-child(2n+0) {
	margin-right: 0;
}
#mid .about .box6 ul li .img {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 5%;
	z-index: 1;
}
#mid .about .box6 ul li .img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -5%;
	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 .about .box6 ul li .img img {
	max-width: 100%;
	max-height: 100%;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
#mid .about .box6 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 .about .box6 ul li article {
	position: absolute;
	width: 100%;
	height: 90%;
	top: 10%;
	line-height: 1.5;
	z-index: 2;
	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 .about .box6 ul li article h3 {
	font-size: 25px;
	font-weight: 400;
}
#mid .about .box6 ul li article p {
	font-size: 18px;
}
#mid .about .box6 ul li:hover .img:before {
	background-color: #0A5BA1;
	filter: Alpha(opacity=70);
	-moz-opacity: .7;
	opacity: 0.7;
}
#mid .about .box6 ul li:hover article,#mid .about .box6 ul li:hover article p {
	color: #FFF;
}
#mid .about .box6 ul li article .btn {
	position: absolute;
    display: block;
	width: 100%;
	text-align: center;
	bottom: -10%;
	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 .about .box6 ul li article .btn span {
	display: inline-block;
	padding: 5px 20px;
	border: solid 2px rgba(255,255,255,0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	animation:vsbtn 3s infinite;
	-webkit-animation:vsbtn 3s infinite;
	-moz-animation:vsbtn 3s infinite;
}
#mid .about .box6 ul li article .btn a {
	color: #FFF;
	font-size: 14px;
}
#mid .about .box6 ul li:hover article .btn {
	bottom: 50%;
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity:1;
}
#mid .about .box7 {
	padding: 50px 0;
	text-align: center;
}
#mid .about .box7 h1 {
	font-size: 28px;
	font-weight: 400;
}
#mid .about .box7 h2 {
	font-size: 35px;
	font-weight: 400;
	color: #0A5BA1;
	margin: 30px 0;
}
#mid .about .box7 article {
	text-align: justify;
	line-height: 2;
	font-size: 16px;
	color: #888;
}
#mid .about .box7 ul {
	margin-top: 30px;
}
#mid .about .box7 ul li {
	display: inline-block;
	width: 16.6666%;
	margin-left: -3px;
	margin-top: 20px;
}
#mid .about .box7 ul li img {
	max-width: 100%;
}
#mid .about .box7 ul li h3 {
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
}
#mid .about .box8 {
	padding: 50px 0;
	text-align: center;
}
#mid .about .box8 h1 {
	font-size: 28px;
	font-weight: 400;
}
#mid .about .box8 dl {
	margin-top: 50px;
}
#mid .about .box8 dl dd {
	width: 35%;
	display: inline-block;
	vertical-align: middle;
	margin-left: -3px;
	padding: 0 30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mid .about .box8 dl dd:nth-child(2) {
	width: 30%;
	padding: 0;
}
#mid .about .box8 dl dd img {
	max-width: 100%;
}
#mid .about .box8 ul li {
	margin-bottom: 60px;
	text-align: right;
}
#mid .about .box8 ul li h3 {
	color: #0A5BA1;
	font-size: 28px;
	font-weight: 400;
	border-bottom: solid 1px #0A5BA1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#mid .about .box8 ul li h3 em {
	font-style: normal;
	font-size: 15px;
	margin: 0 10px;
}
#mid .about .box8 ul li p {
	font-size: 20px;
}
#mid .about .box8 dl dd:nth-child(3) ul li {
	text-align: left;
}
#mid .core > .kk {
	text-align: center;
	padding: 50px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#mid .core h1 {
	font-size: 35px;
	font-weight: 400;
}
#mid .core article {
	line-height: 2;
	font-size: 16px;
	margin: 20px 0;
}
#mid .core .list {
	position: relative;
	overflow: hidden;
}
#mid .core .list ul li {
	padding: 40px;
	/*background-image: url("../images/bgService.png");
	background-position: right;
	background-repeat: repeat-y;*/
	background-color: #fbfbfb;
	border-top: solid 1px rgba(0,0,0,0.03);
}
#mid .core .list ul li:nth-child(2n+0) {
	background: unset;
	background-color: #f2f2f2;
}
#mid .core .list ul li:last-child {
	border-bottom: solid 1px rgba(0,0,0,0.03);
}
#mid .core .list ul li .img {
	float: right;
	display: inline-block;
	vertical-align: top;
	width: 45%;
	padding-left: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .core .list ul li:nth-child(2n+0) .img {
	float: unset;
	padding-left: unset;
	padding-right: 60px;
}
#mid .core .list ul li .img img {
	width: 100%;
	height: 100%;
}
#mid .core .list ul li article {
	display: inline-block;
	width: 55%;
	margin-right: -6px;
}
#mid .core .list ul li article h3 {
	font-size: 28px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	color: #0a5ba1;
}
#mid .core .list ul li article h3 span {
	display: inline-block;
	background-color: #fbfbfb;
	padding-right: 30px;
}
#mid .core .list ul li:nth-child(2n+0) article h3 span {
	background-color: #f2f2f2;
}
#mid .core .list ul li article h3:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	z-index: -1;
	opacity: 0.3;
	background-color: #0a5ba1;
}
#mid .core .list ul li article p {
	line-height: 1.8;
	font-size: 15px;
	color: #666;
	margin-top: 10px;
}
#mid .news {
	padding: 30px 0;
}
#mid .news nav {
	text-align: center;
	border-bottom: solid 1px rgba(0,0,0,0.2);
}
#mid .news nav ul li {
	display: inline-block;
	padding: 0 5%;
}
#mid .news nav ul li.on {
	border: solid 1px rgba(0,0,0,0.2);
	border-bottom-color: #FFF;
	margin-bottom: -1px;
	background: linear-gradient(to top, rgba(255, 255, 255 ,1) 0%, rgba(0, 0, 0, 0.05) 100%);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 5px 5px 0 0;
}
#mid .news nav ul li a {
	display: block;
	line-height: 50px;
	padding: 0 10px;
	font-size: 17px;
	color: #888;
}
#mid .news nav ul li.on a {
	color: #0A5BA1;
}
#mid .news .list {
	padding: 30px 0;
}
#mid .news .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 .news .list ul li:hover {
	background-color: #e6edf7;
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
#mid .news .list ul li .img {
	width:22%;
	height:150px;
	display:inline-block;
	overflow:hidden;
	vertical-align:top;
}
#mid .news .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 .news .list 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 .news .list ul li .timer {
	float:right;
	width:12%;
	margin-left:-3px;
	display:inline-block;
	text-align:center;
	color:#888;
	margin-top: 20px;
}
#mid .news .list ul li .timer .icon {
	font-family: "iconfont" !important;
	font-size: 40px;
	color: #CCC;
}
#mid .news .list ul li .timer .monday {
	font-size:22px;
}
#mid .news .list ul li .timer .year {
	font-size:17px;
}
#mid .news .list ul li .timer .date {
	display:none;
	font-size:16px;
}
#mid .news .list ul li:hover .timer,#mid .news .list ul li:hover .timer .icon {
	color: #0068b6;
}
#mid .news .list ul li .txt {
	width:65%;
	display:inline-block;
	vertical-align:top;
	padding-left:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .news .list ul li .txt h3 {
	margin-top: 15px;
	font-size:20px;
	font-weight:normal;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .news .list ul li .txt article {
	font-size:15px;
	line-height:1.8;
	color:#888;
	margin-top:15px;
	text-align:justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .news .list ul li:hover .txt article {
	color: #666;
}
#mid .news .list ul li.nopic .txt {
	width:86%;
}
#mid .news .list ul li.nopic .txt h3 {
	margin-top: 0;
}
#mid .videolist {
	padding: 50px 0;
}
#mid .videolist ul li {
	display: inline-block;
	width: 23.5%;
	margin-right: 2%;
	margin-left: -3px;
	margin-bottom: 2%;
	vertical-align: top;
	text-align: center;
}
#mid .videolist ul li:nth-child(4n+0) {
	margin-right: 0;
}
#mid .videolist ul li .img {
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#mid .videolist ul li .img:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: rgba(0,0,0,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 .videolist ul li .img:after {
	content: "\e70e";
	font-family: "iconfont";
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
	font-size: 60px;
	color: rgba(255,255,255,0);
	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 .videolist ul li:hover .img:before {
	background-color: rgba(0,0,0,0.6);
}
#mid .videolist ul li:hover .img:after {
	color: rgba(255,255,255,0.8);
}
#mid .videolist ul li .img img {
	width: 100%;
	height: 100%;
}
#mid .videolist ul li h3 {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 10px;
}
#mid .contact {
	padding: 20px 0 50px 0;
}
#mid .contact h1 {
	font-size: 28px;
	color: #0A5BA1;
	font-weight: 400;
	border-bottom: solid 1px rgba(0,0,0,0.2);
	padding: 10px 0;
}
#mid .contact article {
    padding: 20px 50px 20px 0;
	line-height: 2;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-right: -6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .contact .message {
    display: inline-block;
	width: 50%;
	margin-top:20px;
	border: unset;
	-moz-box-shadow: unset;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}
#mid .contact .message h2 {
	font-size:24px;
	background-color: unset;
	border-bottom: unset;
	font-weight: bold;
	padding: unset;
	color: inherit;
	padding: 0 0 10px 10px;
	margin-bottom: 10px;
}
#mid .contact .message h2:before {
	content:normal;
}
#mid .contact .message ul {
	padding: unset;
}
#mid .contact .message ul li.txm .ipt {
	width: 50%;
}
#mid .serv {
	padding: 20px 0;
}
#mid .serv h1 {
	font-size: 28px;
	color: #0A5BA1;
	font-weight: 400;
	border-bottom: solid 1px rgba(0,0,0,0.2);
	padding: 10px 0;
}
#mid .serv article {
	padding: 20px;
	line-height: 2;
	width: 50%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	border: solid 1px rgba(0,0,0,0.05);
	background-color: #F5F5F5;
}
#mid .serv .msg_left {
	width: 50%;
}
#mid .serv .msg_left dt {
	font-size: 20px;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
#mid .serv .msg_left dd {
	font-size: 16px;
	line-height: 2;
}
#mid .serv .msg_left dd select {
	border: solid 1px #CCC;
	height: 33px;
	line-height: 33px;
	padding: 0 1%;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .serv .msg_left dd label {
	display: block;
	width: 100%;
}
#mid .serv .message {
	border:solid 1px #CCC;
}
#mid .serv nav {
	margin-top: 20px;
	text-align: center;
	border-bottom: solid 1px rgba(0,0,0,0.2);
}
#mid .serv nav ul li {
	display: inline-block;
	padding: 0 5%;
}
#mid .serv nav ul li.on {
	border: solid 1px rgba(0,0,0,0.2);
	border-bottom-color: #FFF;
	margin-bottom: -1px;
	background: linear-gradient(to top, rgba(255, 255, 255 ,1) 0%, rgba(0, 0, 0, 0.05) 100%);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 5px 5px 0 0;
}
#mid .serv nav ul li a {
	display: block;
	line-height: 50px;
	padding: 0 10px;
	font-size: 17px;
	color: #888;
}
#mid .serv nav ul li.on a {
	color: #0A5BA1;
}
#mid .serv .navtype {
	margin-top: 30px;
	text-align: center;
}
#mid .serv .navtype ul li {
	display: inline-block;
}
#mid .serv .navtype ul li a {
	display: block;
	font-size: 15px;
	padding: 0 10px;
}
#mid .serv .navtype ul li.on a {
	color: #0A5BA1;
}
#mid .serv .downlist {
	display:table;
	table-layout: auto;
	width: 100%;
	margin: 30px 0 60px 0;
	border-collapse:collapse;
}
#mid .serv .downlist ul {
	display: table-row;
	text-align: center;
}
#mid .serv .downlist ul:first-child {
	border: solid 1px rgba(0,0,0,0.1);
}
#mid .serv .downlist ul:nth-child(odd) {
	background-color: #f6f6f6;
}
#mid .serv .downlist ul li {
	display:table-cell;
	padding: 10px;
	font-size: 14px;
}
#mid .serv .downlist ul:nth-child(n+2) li:nth-child(1) {
	color: #0A5BA1;
}
#mid .tags {
	margin-top: 30px;
	font-size: 15px;
}
#mid .tags dt {
	color: #0A5BA1;
	font-weight: bold;
	display: inline-block;
}
#mid .tags dd {
	display: inline-block;
	margin: 5px;
}

/*wap*/
header .overlay {
	position: fixed;
	z-index: 99;
	background-color: rgba(0,0,0,.5);
	bottom: 0;
	right: 0;
	left: 0;
}
header .openmenu .overlay {
	top: 0
}
header #pgcontainer {
	padding: 0;
	margin: 0
}
header #menu {
	height: 100%;
	width: 0;
	background: #494D50;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 101;
	overflow:auto;
	-webkit-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	-moz-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	box-shadow: 3px 0 7px rgba(0,0,0,.55);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
header #menu .close {
	height:35px;
	width:35px;
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
}
header #menu .close:before {
	content:"\e654";
	font-family:"iconfont" !important;
	color:#FFF;
	font-size:20px;
	line-height:35px;
}
header #menu ul {
	margin-top: 45px;
	z-index: 101;
	overflow-y: auto;
	overflow-x: hidden
}
header #menu ul li {
	display: block
}
header #menu ul li a {
	display: block;
	min-width: 130px;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	font-weight:400;
}
header #menu li a:hover {
	color: #FFF;
	background: #0a5ba1;
}
header #menu ul li ul {
	display:none;
	margin-top: 0px;
}
header #menu ul li ul li a {
	padding: 8px 10px 8px 35px;
	font-size: 14px;
}
.odline {
	display:none;
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 45px;
	background: #0a5ba1;
	z-index: 999;
}
.odline li {
	display:inline-block;
	width:25%;
	height: 45px;
	line-height:45px;
	margin-right:-3px;
	text-align:center;
	border-right: solid 1px #0B4B94;
	-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:#28166f;
	border-right: none;
}
.odline li a {
	color:#FFF;
	font-size:16px;
}
.odline li span:before {
	font-family:"iconfont" !important;
	font-size:18px;
	margin-right:5px;
	vertical-align:middle;
}
.odline li:nth-child(1) span:before {
	content:"\e62b";
}
.odline li:nth-child(2) span:before {
	content:"\e604";
}
.odline li:nth-child(3) span:before {
	content:"\e610";
}

@media screen and (max-width: 1440px) {
	.kk {
		width:96%;
	}
}
@media screen and (max-width: 1000px) {
	.odline {
		display:block;
	}
	header .menu,header .od {
		display:none;
	}
	header .menubtn {
		position:absolute;
		cursor:pointer;
		text-align:center;
		right:10px;
		top:50%;
		margin-top:-11px;
	}
	header .menubtn:after {
		content:"\e639";
		font-family:"iconfont" !important;
		color:#333;
		font-size:22px;
		margin-left:5px;
		vertical-align:middle;
	}
	header .menubtn:hover  {
		color:#0a5ba1;
	}
	header .menubtn:hover:after {
		color:#0a5ba1;
	}
	header .btop {
		height:60px;
	}
	header .box {
		height: 60px;
	}
	header .logo {
		height: 60px;
	}
	header .logo img {
		margin-left: 10px;
		max-height:40px;
	}
	header .logo_name h1 {
		font-size: 18px;
	}
	header .logo_name h2 {
		display: none;
	}
	/*scoll*/
	header.scroll .btop {
		height:40px;
	}
	header.scroll .box {
		height:40px;
	}
	header.scroll .logo {
		height: 40px;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	header.scroll .logo img {
		max-height: 30px;
	}
	footer {
		padding-bottom: 50px;
	}
	footer .kk {
		text-align: center;
	}
	footer .btm_kk:last-child {
		float: none;
	}
}
@media screen and (max-width: 768px) {
	.kk {
		width: 100%;
		margin: 0 auto;
	}
	#bn .img {
		height: 30vh;
	}
	#bn .img img {
		width:160%;
		margin-left:-30%;
		display:none;
	}
	#bn h1 {
		font-size: 25px;
		margin-top: -40px;
		letter-spacing: 0px;
	}
	#bn h2 {
		font-size: 18px;
	}
	#bn .btn a {
		padding: 7px 30px;
	}
	#mid .tit h1 {
		font-size: 28px;
	}
	#mid .hmad ul li {
		width: 50%;
		margin-bottom: 20px;
	}
	#mid .hmab_core .about {
		width: 100%;
		padding: 10px;
	}
	#mid .hmab_core .about h1 {
		font-size:28px;
		font-weight: bold;
		text-align: center;
	}
	#mid .hmab_core .about article .video {
		width: 100%;
		float: unset;
		margin-right: 0;
		margin-top: 20px;
	}
	#mid .hmab_core .core {
		width: 100%;
		margin-right: 0;
		margin-top: 30px;
	}
	#mid .hmnews ul {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	#mid .hmct {
		padding:0 20px;
	}
	#mid .hmct ul li {
		width: 100%;
		margin-right:0;
		margin-left: 0;
		padding: 30px;
		margin-top: 20px;
	}
	#mid .hmct ul li h1 {
		font-size: 28px;
	}
	#mid .link {
		padding: 20px;
	}
	footer .btm_kk {
		display: none;
	}
	footer .btm_kk:last-child {
		display: inline-block;
	}
	footer .btm_kk:last-child ul li {
		padding: 2px 6px;
	}
	footer .btm_con {
		padding: 15px;
		line-height: 1.5;
	}
	.banner,.banner.bn {
		height: 160px !important;
		text-align: center;
	}
	.banner .kk h1,.banner.bn .kk h1 {
		font-size:25px;
	}
	.banner .kk h2,.banner.bn .kk h2 {
		font-size:18px;
	}
	.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 .protype {
		padding: 30px 0;
	}
	#mid .protype h1 {
		font-size: 28px;
		margin-bottom: 0;
	}
	#mid .protype.open h1 {
		position: relative;
		padding-right: 30px;
		cursor: pointer;
		color: #0A5BA1;
	}
	#mid .protype.open h1:after {
		content: "\e869";
		font-family:"iconfont" !important;
		font-size: 30px;
		position: absolute;
		top: 5px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	#mid .protype.open h1.on:after {
		-webkit-transform: rotate(270deg);
		-moz-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}
	#mid .protype.open ul {
		display: none;
	}
	#mid .protype ul li {
		display: inline-block;
		width: 40%;
		margin: 3%;
	}
	#mid .protype ul li h3 {
		font-size: 14px;
	}
	#mid .protype ul .clear {
		display: none;
	}
	#mid .prolist {
		padding: 30px 0;
	}
	#mid .prolist h1 {
		font-size: 28px;
	}
	#mid .prolist nav {
		margin-bottom: 30px;
	}
	#mid .prolist nav span {
		padding: 6px 12px;
		font-size: 14px;
	}
	#mid .prolist ul {
		margin:10px;
	}
	#mid .prolist ul li {
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 30px;
	}
	#mid .prolist ul li:nth-child(3n+0) {
		margin-right: 3%;
	}
	#mid .prolist ul li:nth-child(2n+0) {
		margin-right: 0;
	}
	#mid .prolist ul li .img .num,
	#mid .prolist ul li .img .con {
		display: none;
	}
	#mid .prolist ul li:hover .img:after {
		height: 0;
	}
	#mid .prolist ul li h3 {
		font-size: 14px;
	}
	#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;
	}
	#mid .showpro .protxt h1 {
		font-size:24px;
	}
	#mid .showpro .protxt .btn {
		padding:12px 0;
		width: 48%;
		margin-right: 3%;
		text-align: center;
	}
	#mid .showpro .protxt .btn.an2 {
		margin-right: 0;
	}
	#mid .odpro ul li h3 {
		font-size: 13px;
	}
	#mid .message ul li.txm {
		width: 100%;
	}
	#mid .piclist h1 {
		font-size: 28px;
	}
	#mid .piclist nav {
		margin-bottom: 30px;
	}
	#mid .piclist nav span {
		padding: 6px 12px;
		font-size: 14px;
	}
	#mid .piclist ul {
		margin:10px;
	}
	#mid .piclist ul li {
		width: 49%;
		margin-bottom: 20px;
	}
	#mid .piclist ul li:nth-child(2n+0) {
		margin-right: 0;
	}
	#mid .showinfo {
		padding: 30px;
	}
	#mid .showinfo h1 {
		font-size:25px;
		line-height: 1.5;
	}
	#mid .showinfo h2 {
		font-size:18px;
		line-height: 1.5;
	}
	#mid .showinfo .tips {
		padding:10px 0;
	}
	#mid .showinfo .tips span {
		display:block;
		margin: 0;
		text-align:left;
		line-height:1.5;
	}
	#mid .showinfo .btminfo .btn {
		float:none;
		text-align:center;
	}
	#mid .about .box1 {
		padding: 50px 0;
	}
	#mid .about .box1 h1 {
		font-size: 25px;
	}
	#mid .about .box1 article {
		font-size: 16px;
		padding: 20px;
	}
	#mid .about .box1 nav {
		bottom: -50px;
	}
	#mid .about .box1 nav ul{
		display: flex;
	}
	#mid .about .box1 nav ul li {
		margin-right:0;
	}
	#mid .about .box1 nav ul li a {
		font-size: 15px;
	}
	#mid .about .box2 {
		padding: 30px 0;
	}
	#mid .about .box2 h1 {
		font-size: 25px;
	}
	#mid .about .box2 ul {
		margin: 20px;
	}
	#mid .about .box2 ul li {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 20px;
	}
	#mid .about .box3 {
		padding: 50px 0;
	}
	#mid .about .box3 h1 {
		font-size: 25px;
	}
	#mid .about .box3 article {
		font-size: 16px;
		padding: 20px;
		margin: 20px;
	}
	#mid .about .box3 nav ul li {
		width: 49%;
		margin-top: 20px;
		text-align: center;
	}
	#mid .about .box3 nav ul li:nth-child(5n+0) {
		margin-right: 2%;
	}
	#mid .about .box3 nav ul li:nth-child(2n+0) {
		margin-right: 0;
	}
	#mid .about .box3 nav ul li:after {
		left: 50%;
		margin-left: -25px;
	}
	#mid .about .box3 nav ul li h3 {
		font-size: 16px;
	}
	#mid .about .box3 nav ul li p {
		font-size: 16px;
	}
	#mid .about .box4 ul li {
		padding-left: 2%;
		padding-right: 20px;
	}
	#mid .about .box4 ul li:nth-child(2n+0) {
		padding-right: 2%;
		padding-left: 20px;
	}
	#mid .about .box4 ul li .img {
		float: left;
		width: 40%;
	}
	#mid .about .box4 ul li article {
		width: 100%;
		margin-top: -35%;
	}
	#mid .about .box5 {
		padding: 30px 0;
	}
	#mid .about .box5 ul li {
		padding: 30px;
	}
	#mid .about .box5 ul li .img {
		width: 100%;
		margin-left: 0;
		padding-right: 0;
	}
	#mid .about .box5 ul li article {
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
	#mid .about .box5 ul li article h3 {
		font-size: 25px;
	}
	#mid .about .box5 ul li:nth-child(2n+0) .img {
		float: unset;
		padding-right: 0;
		padding-left: 0;
	}
	#mid .about .box6 {
		padding: 30px 5%;
	}
	#mid .about .box6 ul li {
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	#mid .about .box6 ul li article {
		height: 95%;
		top: 5%;
	}
	#mid .about .box6 ul li article h3 {
		font-size: 20px;
	}
	#mid .about .box6 ul li article p {
		font-size: 16px;
	}
	#mid .about .box7 {
		padding: 30px 10px;
	}
	#mid .about .box7 h1 {
		font-size: 25px;
	}
	#mid .about .box7 h2 {
		font-size: 25px;
		margin: 10px 0;
	}
	#mid .about .box8 {
		padding: 30px 0;
	}
	#mid .about .box8 h1 {
		font-size: 25px;
	}
	#mid .about .box8 dl {
		margin-top: 30px;
	}
	#mid .about .box8 dl dd {
		width: 100%;
		margin-left: 0;
		padding: 0 20px;
	}
	#mid .about .box8 dl dd:nth-child(2) {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	#mid .about .box8 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#mid .about .box8 ul li {
		width: 48%;
		margin-bottom: 30px;
	}
	#mid .about .box8 ul li h3 {
		font-size: 20px;
	}
	#mid .about .box8 ul li p {
		font-size: 16px;
	}
	#mid .core > .kk {
		padding: 30px;
	}
	#mid .core h1 {
		font-size: 25px;
	}
	#mid .core .list ul li {
		background-image: unset;
	}
	#mid .core .list ul li .img {
		float: unset;
		width: 100%;
		padding-left:0;
	}
	#mid .core .list ul li:nth-child(2n+0) .img {
		padding-right: 0;
	}
	#mid .core .list ul li article {
		width: 100%;
		margin-right: 0;
	}
	#mid .core .list ul li article h3 {
		font-size: 20px;
	}
	#mid .news nav ul {
		display: flex;
		justify-content: space-around;
	}
	#mid .news nav ul li {
		padding: 0;
	}
	#mid .news nav ul li a {
		font-size: 14px;
		padding: 0 15px;
		line-height: 40px;
	}
	#mid .news .list {
		padding: 10px;
	}
	#mid .news .list ul li .img {
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
	#mid .news .list ul li .timer {
		float:none;
		width:100%;
		margin-left:0;
		text-align:left;
		margin-top: 10px;
	}
	#mid .news .list ul li.nopic .timer {
		margin-top: 0;
		margin-bottom: 10px;
	}
	#mid .news .list ul li .timer .icon {
		font-size: 20px;
		color: #CCC;
		display:inline-block;
	}
	#mid .news .list ul li .timer .monday {
		display:none;
	}
	#mid .news .list ul li .timer .year {
		display:none;
	}
	#mid .news .list ul li .timer .date {
		display:inline-block;
	}
	#mid .news .list ul li .txt,#mid .news .list ul li.nopic .txt {
		width:100%;
		padding-left:0;
	}
	#mid .news .list ul li .txt h3 {
		font-size:18px;
	}
	#mid .videolist {
		padding: 20px;
	}
	#mid .videolist ul li {
		width: 49%;
		margin-bottom: 20px;
	}
	#mid .videolist ul li:nth-child(2n+0) {
		margin-right: 0;
	}
	#mid .contact {
		padding: 20px;
	}
	#mid .contact h1 {
		font-size: 25px;
	}
	#mid .contact article {
		padding: 20px 0;
		width: 100%;
		margin-right:0;
	}
	#mid .contact .message {
		width: 100%;
	}
	#mid .serv {
		padding: 20px;
	}
	#mid .serv h1 {
		font-size: 25px;
	}
	#mid .serv article {
		padding: 20px;
		width: 100%;
		float: unset;
		margin-top: 20px;
	}
	#mid .serv .msg_left {
		width: 100%;
	}
	#mid .serv .msg_left dd select {
		width: 100%;
	}
	#mid .serv .message ul li {
		width: 100%;
	}
	#mid .serv nav {
		margin-left: -20px;
		margin-right: -20px;
	}
	#mid .serv nav ul {
		display: flex;
		justify-content: space-around;
	}
	#mid .serv nav ul li {
		padding: 0;
	}
	#mid .serv nav ul li a {
		font-size: 14px;
		padding: 0 15px;
		line-height: 40px;
	}
	#mid .serv .navtype {
		text-align: left;
		margin-top: 20px;
	}
	#mid .serv .navtype ul li a {
		font-size: 14px;
		padding: 5px;
	}
	#mid .serv .downlist {
		margin: 20px 0 60px 0;
	}
	#mid .serv .downlist ul li:nth-child(1),#mid .serv .downlist ul li:nth-child(4) {
		display: none;
	}
}
@media screen and (max-width: 420px) {
	header .logo img {
		margin-left: 10px;
		max-height:35px;
	}
	header .logo_name h1 {
		font-size: 16px;
	}

}









.top-header .menu li ul {
    gap: 1rem;
    max-width: 1000px !important;
    text-align: center;
    display: grid
;
    justify-content: center;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

