﻿@import url("hover.css");
@import url("animate.css");
@import url("swiper.min.css");
@import url("font/iconfont.css");
@font-face {
	font-family: 'DIN Condensed Bold';
	src: url('font/DIN Condensed Bold.eot');
	src: url('font/DIN Condensed Bold.eot?#iefix') format('embedded-opentype');
	src:url('font/DIN Condensed Bold.woff') format('woff'), url('font/DIN Condensed Bold.ttf') format('truetype'), url('font/DIN Condensed Bold.svg#DIN Condensed Bold') format('svg'),local('DIN Condensed Bold');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 12px;
	color: #333;
	font-family: 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: Microsoft Yahei, Arial, Helvetica, sans-serif;
	outline:none;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
	color:#666;
}
input::-moz-placeholder,textarea::-moz-placeholder{/* Mozilla Firefox 19+ */
	color:#666;
}
input:-moz-placeholder,textarea:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
	color:#666;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{/* Internet Explorer 10-11 */ 
	color:#666;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #013c76;
}
a:active {
	text-decoration: none;
}
a.wl:link, a.wl:visited, a.wl:active {
	color: #FFF;
	text-decoration: none;
}
a.wl:hover {
	color: #F90;
}
a.wb:link, a.wb:visited, a.wb:active {
	color: #069;
	text-decoration: none;
}
a.wb:hover {
	color: #C00;
}
a.wr:link, a.wr:visited, a.wr:active {
	color: #C00;
	text-decoration: none;
}
a.wr:hover {
	color: #000;
}
a.wg:link, a.wg:visited, a.wg:active {
	color: #999;
	text-decoration: none;
}
a.wg:hover {
	color: #C00;
}
.f_black {
	color: #000;
}
.f_red {
	color: #C00;
}
.f_white {
	color: #FFF;
}
.f_gray {
	color: #999;
}
.f_orange {
	color: #F90;
}
.f_green {
	color: #390;
}
.f_blue {
	color: #36F;
}
.f_mblue {
	color: #09C;
}
.f_dblue {
	color: #069;
}
.f_gold {
	color: #F60;
}
.f_pink {
	color: #F6C;
}
.f_Arial {
	font-family: Arial, Helvetica, sans-serif;
}
.f_yk {
	font-family: Microsoft Yahei;
}
.blod {
	font-weight: bold;
}
.noblod {
	font-weight: normal;
}
.px10 {
	font-size: 10px;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.px13 {
	font-size: 13px;
}
.px14 {
	font-size: 14px;
}
.px15 {
	font-size: 15px;
}
.px16 {
	font-size: 16px;
}
.px18 {
	font-size: 18px;
}
.px20 {
	font-size: 20px;
}
.px25 {
	font-size: 25px;
}
.input {
	height: 18px;
	border: solid 1px #CCC;
	margin-left: 5px;
	padding: 3px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt35 {
	margin-top: 35px;
}
.mt45 {
	margin-top: 45px;
}
.mb30 {
	margin-bottom: 30px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.line {
	background: url(../images/line.png) repeat-x left center;
	height: 18px;
	width: 100%;
	margin: 0px auto;
	clear: both;
}
.v-m {
	vertical-align: middle;
}
.v-t {
	vertical-align: text-top;
}
.t-c {
	text-align: center;
}
.t-r {
	text-align: right;
}
.clear {
	clear: both;
	line-height: 0px;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.kk {
	width: 1200px;
	margin: 0 auto;
}
.success {
	-webkit-animation: fadeIn 01s ease 0.2s 1 both;
	animation: fadeIn 1s ease 0.2s 1 both;
}
@-webkit-keyframes fadeIn {
from {
    opacity: 0;
}
to {
	opacity: 1;
}
}
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
	opacity: 1;
}
}
/*分页*/
.page{
	width:100%;
	text-align:center;
	font-size:15px;
	margin:30px 0;
}
.page span{
	margin:0 2px;
}
.page span a{
	padding:5px 10px;
	color:#666;
	border:solid 1px #DDD;
	background-color:#FFF;
}
.page span a:hover{
	border:solid 1px #3ab3d2;
	color:#666;
}
.page span.current {
	color:#FFF;
	background:#3ab3d2;
	padding:5px 10px;
	border:solid 1px #3ab3d2;
}
/**/
header {
	position:relative;
	width:100%;
	z-index:3;
}
header .od {
	height:35px;
	line-height:35px;
	color:#FFF;
	background:#333;
	font-size:14px;
	overflow:hidden;
	display:none;
}
header .od span {
	float:right;
	margin-left:16px;
	padding-left:16px;
	border-left:solid 1px #555;
	font-size:14px;
}
header .od span:last-child {
	border-left:none;
}
header .od span i {
	font-family:"iconfont" !important;
	font-size:18px;
	margin-right:5px;
	font-style:normal;
}
header .od span.search i {
	font-size:24px;
	margin-right:0;
}
header .od span.search {
	position:relative;
}
header .od span.search div {
	position:absolute;
	width:0;
	background:#FFF;
	color:#000;
	height:29px;
	line-height:29px;
	right:0;
	top:3px;
	overflow:hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .od span.search:hover div {
	width:250px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
header .od span.search div input {
	border:none;
	background:none;
	width:100%;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header .od span.search div button {
	position:absolute;
	width:40px;
	right:0;
	top:0;
	border:none;
	background:none;
	cursor:pointer;
}
header .od a {
	color:#FFF;
}
header .od a:hover {
	color:#013c76;
}
header .btop {
	height:63px;
	display:none;
}
header #top {
	position:relative;
	top:0;
	background:#FFF;
	width:100%;
	box-shadow: 0 1px 4px -1px #999;
	height:90px;
	transition:height .3s; -webkit-transition:height .3s; -moz-transition:height .3s;
}
header .logo {
	display: inline-block;
	height:90px;
	transition:height .3s; -webkit-transition:height .3s; -moz-transition:height .3s;
}
header .logo span {
	display: -moz-inline-box;/*针对火狐*/
}
header .logo span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
header .logo img {
	max-height:75px;
	vertical-align: middle;
	margin-right: -1px;
	transition:max-height .3s; -webkit-transition:max-height .3s; -moz-transition:max-height .3s;
}
header .menu {
	height:90px;
	position:relative;
	float:right;
	transition:height .3s; -webkit-transition:height .3s; -moz-transition:height .3s;
}
header .menu .mod {
	position:absolute;
	left:0;
	bottom:0;
	border-bottom:solid 2px #013c76;
	-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 li {
	float:left;
}
header .menu li a {
	font-size:16px;
	height:90px;
	line-height:90px;
	display:block;
	color:#555;
	padding:0 28px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
header .menu li a:hover,header .menu li:hover > a {
	color:#013c76;
}
header .menu li.mainlevel{
    position:relative;
	z-index:999;
}
#home .menu li#m1 a span, #page1 .menu li#m2 a span, #page2 .menu li#m3 a span, #page3 .menu li#m4 a span, #page4 .menu li#m5 a span, #page5 .menu li#m6 a span, #page6 .menu li#m7 a span, #page7 .menu li#m8 a span {
	display:block;
	color:#013c76;
	border-bottom:solid 2px #013c76;
	margin-top:-2px;
}
header .menu li ul {
    width:120px;
	position:absolute;
	background:#FFF;
	display:none;
	top:90px;
	left:0px;
    filter: Alpha(opacity=95);
	-moz-opacity:.95;
	opacity:0.95;
}
header .menu li ul li {
	background: none;
	width:120px;
	margin:0;
	padding:0;
}
header .menu li ul li a {
	font-size:13px;
	font-weight:normal;
	width:120px;
	line-height:35px;
	height:35px;
	display:block;
	text-align:center;
	padding:0;
	overflow:hidden;
	border-bottom:solid 1px #EEE;
}
header .menu li ul li a:hover {
	color:#FFF;
	font-weight:normal;
	background-color:#013c76;
	border-bottom:solid 1px #013c76;
}
/*scoll*/
header.scroll .btop {
	display:block;
}
header.scroll #top {
	position:fixed;
	height:65px;
}
header.scroll .logo {
	height:65px;
}
header.scroll .logo img {
	max-height:50px;
}
header.scroll .menu {
	height:65px;
}
header.scroll .menu li a {
	height:65px;
	line-height:65px;
}
header.scroll .menu li ul {
	top:65px;
}
header.scroll .menu li ul li a {
	line-height:35px;
	height:35px;
}
/*幻灯片*/
#bn {
	position: relative;
	width: 100%;
}
#bn .prev, #bn .next {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -18px;
	background:#000;
	background-size: 100% 100%;
	border-radius: 50%;
	border:solid 1px #000;
	cursor: pointer;
	z-index: 3;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
}
#bn .prev:before, #bn .next:before {
	content:"\e7ab";
	font-family:"iconfont" !important;
	vertical-align:middle;
	position:absolute;
	width:100%;
	height:100%;
	line-height:35px;
	font-size:28px;
	color:#FFF;
	text-align:center;
}
#bn .prev {
	left: -40px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#bn .next {
	right: -40px;
}
#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: 620px;
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#bn .img img {
	display:none;
}
#bn .swiper-pagination-bullet {
	width:12px;
	height:12px;
	background:#fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	filter: Alpha(opacity=60);
	-moz-opacity: .60;
	opacity: 0.60;
	-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:#3ab3d2;
	width:24px;
	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 .more {
	position:absolute;
	width:45px;
	height:45px;
	background:#3ab3d2;
	-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 .more:hover {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
	-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 .more a {
	display:block;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:28px;
	font-family:"iconfont" !important;
	color:#FFF;
}
#mid .tit {
	position:relative;
}
#mid .tit h1 {
	font-size:42px;
	color:#303030;
	font-weight:300;
}
#mid .tit h2 {
	font-family: 'Open Sans';
	font-weight:400;
	font-size:22px;
	color:#818181;
	text-transform:uppercase;
	line-height:50px;
}
#mid .tit h3 {
	font-size:14px;
	color:#666;
	font-weight:300;
}
#mid .tit div {
	right:0;
	bottom:10px;
}
#mid .hmpro {
	background: url(../images/h_pro_bg.jpg) no-repeat center bottom;
	padding:100px 0;
}
#mid .hmpro .swiper-container {
	margin-top:100px;
	padding-top:2px;
	padding-bottom:20px;
}
#mid .hmpro .swiper-slide {
	border: solid 1px #f0efef;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:5px;
	background:#FFF;
	webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#mid .hmpro .swiper-slide:hover {
   border-bottom: solid 3px #013c76;
   -webkit-transform: translate3d(0, -2px, 0);
   transform: translate3d(0, -2px, 0);
   -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
   box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
#mid .hmpro .swiper-slide .img {
	width:100%;
}
#mid .hmpro .swiper-slide .img img {
	width:100%;
	height:100%;
}
#mid .hmpro .swiper-slide h3 {
	width:100%;
	height:50px;
	line-height:50px;
	padding:10px 10px 0 10px;
	font-size:16px;
	font-weight:300;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align:center;
}
#mid .hmpro .swiper-slide p {
	margin:15px;
	margin-top:0;
	line-height:1.5;
	font-size:13px;
	color:#666;
	text-align:justify;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}
#mid .hmpro .swiper-container .swiper-button-prev {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 40%;
	margin-top:-22px;
	left: -60px;
	cursor: pointer;
	background: none;
	-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 .swiper-container .swiper-button-prev:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-box-shadow: 1px 1px 5px -1px #333;
	-webkit-box-shadow: 1px 1px 5px -1px #333;
	box-shadow: -1px 1px 5px -1px #333;
}
#mid .hmpro .swiper-container .swiper-button-prev:after {
	content: "\e666";
	font-family:"iconfont" !important;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height:45px;
	text-align:center;
	font-size:25px;
	font-weight:700;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
#mid .hmpro .swiper-container .swiper-button-next {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 40%;
	margin-top:-22px;
	right: -60px;
	cursor: pointer;
	background: none;
	-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 .swiper-container .swiper-button-next:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-box-shadow: 1px 1px 5px -1px #333;
	-webkit-box-shadow: 1px 1px 5px -1px #333;
	box-shadow: 1px 1px 5px -1px #333;
}
#mid .hmpro .swiper-container .swiper-button-next:after {
	content: "\e666";
	font-family:"iconfont" !important;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height:45px;
	text-align:center;
	font-size:25px;
	font-weight:700;
}
#mid .hmpro .swiper-container:hover .swiper-button-prev {
	left: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro .swiper-container:hover .swiper-button-next {
	right: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmad {
	background: url(../images/h_lan_bg.jpg) no-repeat center bottom;
	padding:100px 0;
	background-size:cover;
	background-attachment: fixed;
}
#mid .hmad .tit h1{
	color:#FFF;
	font-size:38px;
}
#mid .hmad .tit h2{
	color:rgb(255,255,255,0.6);
	line-height:normal;
	margin-top:20px;
}
#mid .hmad .swiper-container {
	margin-top:80px;
	padding-bottom:40px;
}
#mid .hmad .swiper-slide .img {
	width:100%;
	overflow:hidden;
}
#mid .hmad .swiper-slide .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 .hmad .swiper-slide .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .hmad .swiper-slide h3 {
	height:50px;
	line-height:50px;
	font-size:22px;
	font-weight:300;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color:#FFF;
}
#mid .hmad .swiper-slide p {
	font-size:16px;
	color:rgb(255,255,255,0.8);
}
#mid .hmad .swiper-pagination-bullet-active {
	background:#FFF;
}
#mid .hmab {
	background: url(../images/h_about_bg.jpg) no-repeat center top;
	padding:50px 0;
}
#mid .hmab ul {
	text-align:center;
}
#mid .hmab ul li {
	display:inline-block;
	width:33%;
}
#mid .hmab ul li p {
	margin-top:10px;
	color:#666;
	font-size:16px;
	line-height:1.5;
}
#mid .hmab ul li .mun {
	font-size:30px;
	color:#d6000f;
}
#mid .hmab ul li .mun span {
	font-size:80px;
	font-family:'DIN Condensed Bold';
	vertical-align:middle;
}
#mid .hmcase {
	background: url(../images/h_about_bg2.jpg) no-repeat center bottom;
	padding:50px 0 100px 0;
}
#mid .hmcase ul {
	margin-left:3px;
	margin-top:30px;
}
#mid .hmcase ul li {
	display:inline-block;
	vertical-align:top;
	position:relative;
	width:24.25%;
	margin-left:-3px;
	margin-right:1%;
	margin-top:1%;
	border:solid 1px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	overflow:hidden;
}
#mid .hmcase ul li:nth-child(4n+0) {
	margin-right:0;
}
#mid .hmcase ul li .img {
	width:100%;
	overflow:hidden;
}
#mid .hmcase ul li .img img {
	width:100%;
	height:100%;
	position:relative;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}
#mid .hmcase 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 .hmcase ul li h3 {
	position:relative;
	background-color:#f5f5f5;
	height:40px;
	line-height:40px;
	padding:0 10px;
	font-size:14px;
	font-weight:300;
	color:#666;
	text-align:center;
	border-top:solid 1px #DDD;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}
#mid .hmcase ul li h3:after {
	content:"";
	position:absolute;
	width:30%;
	height:2px;
	background-color:#b5b5b5;
	bottom:0;
	left:35%;
}
#mid .hmcase ul li .con {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
}
#mid .hmcase ul li .con:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:#000;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	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 .hmcase ul li:hover .con:before {
	filter: Alpha(opacity=60);
	-moz-opacity: .60;
	opacity: 0.60;
	-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 .hmcase ul li .con h4 {
	position:absolute;
	width:80%;
	height:35px;
	line-height:30px;
	top:100%;
	left:10%;
	color:#fff;
	text-align:center;
	font-size:18px;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mid .hmcase ul li .con h4:after {
	content:"";
	position:absolute;
	width:40px;
	height:2px;
	background-color:#FFF;
	bottom:0px;
	left:50%;
	margin-left:-20px;
}
#mid .hmcase ul li .con p {
	position:absolute;
	width:80%;
	top:100%;
	left:10%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
	color:#fff;
	text-align:center;
	font-size:13px;
	line-height:2;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;	
	-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 .hmcase ul li:hover .con h4 {
	top:18%;
	-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 .hmcase ul li:hover .con p {
	top:38%;
	-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 {
	padding:80px 0;
	background-color:#f6f6f6;
}
#mid .hmnews .img {
	display:inline-block;
	width:48%;
	margin-right:-3px;
	margin-top:25px;
	overflow: hidden;
}
#mid .hmnews .img img {
	width:100%;
	height:100%;
}
#mid .hmnews .list {
	display:inline-block;
	width:52%;
	margin-top:25px;
	padding-left:40px;
	vertical-align:top;
	margin-right:-3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .hmnews .list ul li {
	border-bottom:dashed 1px #CCC;
	padding:25px 0;
}
#mid .hmnews .list ul li:last-child {
	border-bottom:none;
}
#mid .hmnews .list ul li .date {
	display:inline-block;
	text-align:center;
	font-size:16px;
	line-height:30px;
	position:relative;
	margin-right:30px;
}
#mid .hmnews .list ul li .date:after {
	content:"";
	position:absolute;
	height:100%;
	top:0;
	right:-15px;
	border-right:solid 1px #DDD;
}
#mid .hmnews .list ul li .date span {
	font-size:32px;
	display:block;
}
#mid .hmnews .list ul li article {
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	width:calc(100% - 100px);
}
#mid .hmnews .list ul li article h3 {
	font-size:16px;
}
#mid .hmnews .list ul li article p {
	color:#666;
	text-align:justify;
	margin-top:10px;
	line-height:1.5;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;	
}
#mid .hmlink {
	padding:50px 0;
	background: url(../images/h_partner_bg.jpg) no-repeat center 20%;
}
#mid .hmlink h1 {
	font-size:20px;
}
#mid .hmlink ul li {
	display:inline-block;
	margin-top:10px;
	margin-right:20px;
	font-size:14px;
}
#mid .hmlink ul li:last-child {
	margin-right:0;
}


footer {
	background-color:#000;
}
footer .btm_con {
	background-color:#272727;
	padding:40px 0;
}
footer .btm_con .btm_box {
	display:inline-block;
	vertical-align:top;
}
footer .btm_con .btm_box ul li {
	color:rgb(255,255,255,0.8);
	font-size:18px;
	line-height:1.8;
	position:relative;
	padding-left:50px;
}
footer .btm_con .btm_box ul li h3 {
	font-size:16px;
	color:#fff;
	font-weight:400;
}
footer .btm_con .btm_box ul li:before {
	content:"\e610";
	font-family:"iconfont" !important;
	font-size:38px;
	position:absolute;
	left:0;
	top:-10px;
}
footer .btm_con .btm_box ul li:last-child {
	margin-top:30px;
}
footer .btm_con .btm_box ul li:last-child:before {
	content:"\e62a";
	top:-15px;
	font-size:42px;
}
footer .btm_con .btm_box span {
	display:inline-block;
	text-align:center;
	margin: 0 20px;
	font-size:14px;
	color:#fff;
	vertical-align:top;
}
footer .btm_con .btm_box span img {
	width:130px;
	display:block;
	margin-bottom:10px;
}
footer .btm_con .btm_box:nth-child(2),footer .btm_con .btm_box:nth-child(3) {
	float:right;
}
footer .btm_con .btm_box:nth-child(3) {
	margin-right:150px;
}
footer .btm_con .btm_box:nth-child(3) img {
	max-height:130px;
	-webkit-filter:contrast(0%) brightness(130%);
	filter:contrast(0%) brightness(130%);
}
footer .btm_con2 {
	padding:20px 0;
	font-size:14px;
	text-align:center;
	color:#fff;
	line-height:1.5;
}
footer .btm_con2 a {
	color:#fff;
}
.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: #3ab3d2;
}
.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;
	box-shadow: 0 1px 4px -1px #999;
}
#banner div {
	width: 1920px;
	height: 300px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
	text-align: center;
}
.mbg {
	background:#F5F5F5;
} 
#mid .left {
	float:left;
	width:200px;
	background:#FFF;
	padding:0 15px;
	margin:30px 0;
	position:relative;
	top:0;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
	border:solid 1px #E4E4E4;
}
#mid .left h1 {
	line-height:50px;
	font-size:18px;
	font-weight:300;
	border-bottom:solid 1px #DDD;
	color:#000;
	position:relative;
}
#mid .left h1:after {
	content:"";
	position:absolute;
	left:0;
	bottom:-1px;
	width:60px;
	border-bottom:solid 2px #1b6aa3;
}
#mid .left ul {
	padding:10px;
}
#mid .left ul li a {
	display:block;
	font-size:14px;
	padding:10px 10px;
	border-bottom:solid 1px #EEE;
}
#mid .left ul li a:before {
	content:"\e608";
	font-family:"iconfont" !important;
	margin-right:5px;
	font-size:10px;
	color:#999;
}
#mid .left ul li.on > a {
	color:#fff;
	background-color:#1b6aa3;
}
#mid .left ul li.on > a:before {
	color:#fff;
}
#mid .left ul li ul {
	padding:0;
}
#mid .left ul li ul li a {
	padding:10px 25px;
	color:#888;
	font-size:13px;
}
#mid .left ul li ul li a:before {
	content:normal;
}
#mid .left ul li ul li a:hover,#mid .left ul li ul li.on a {
	color:#1b6aa3;
}
#mid .left ul li.on ul li a {
	background-color:#fff;
}
#mid .right {
	float:right;
	width:910px;
	background:#FFF;
	padding:0 15px;
	margin:30px 0;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
	border:solid 1px #E4E4E4;
}
#mid .right h1 {
	border-bottom:solid 1px #DDD;
	margin-bottom:10px;
}
#mid .right h1 div {
	display:inline-block;
	line-height:50px;
	font-size:18px;
	font-weight:300;
	color:#000;
	position:relative;
}
#mid .right h1 div:after {
	content:"";
	position:absolute;
	left:0;
	bottom:-1px;
	width:60px;
	border-bottom:solid 2px #1b6aa3;
}
#mid .right h1 span {
	float:right;
	font-size:13px;
	color:#666;
	margin-top:20px;
	font-weight:400;
}
#mid .right h1 span a {
	color:inherit;
}
#mid .right h1 span a:hover {
	color:#016ec9;
}
#mid .right .content {
	margin:20px 0;
	line-height:2;
	font-size:14px;
}
#mid .right .content article {
	font-size:16px !important;
}
#mid .right .content article img {
	max-width:100%;
}
#mid .right .down {
	margin:20px 0;
	font-size:14px;
}
#mid .right .down span {
	font-weight:bold;
	color:#C30;
}
#mid .right .down img {
	vertical-align:middle;
}
#mid .right .newslist {
	background: #EEE;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	padding: 5px 10px;
}
#mid .right .newslist.wt {
	background: #FFF;
}
#mid .right .newslist a {
	padding-left: 10px;
	background: url(../images/tb.png) no-repeat left center;
	font-size: 14px;
}
#mid .right .piclist {
	padding: 10px;
}
#mid .right .piclist ul li {
	display:inline-block;
	width:32%;
	margin-right:2%;
	margin-left:-3px;
	margin-bottom:30px;
	text-align:center;
	vertical-align:top;
}
#mid .right .piclist ul li:nth-child(3n+0) {
	margin-right:0;
}
#mid .right .piclist ul.od li {
	width:23.5%;
}
#mid .right .piclist ul.od li:nth-child(3n+0) {
	margin-right:2%;
}
#mid .right .piclist ul.od li:nth-child(4n+0) {
	margin-right:0;
}
#mid .right .piclist ul li .img {
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	padding:2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 1px #E6E6E6;
}
#mid .right .piclist ul li .img img {
	width:100%;
	height:100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .right .piclist ul li .img.od:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .right .piclist ul li .img.od img {
	vertical-align: middle;
	margin-right: -1px;
	max-height:100% !important;
	max-width:100% !important;
	width:auto !important;
	height:auto !important;
}
#mid .right .piclist ul li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .right .piclist ul li h3 {
	font-size:15px;
	margin:10px 0;
	font-weight:normal;
}
#mid .right .videolist {
	padding: 10px;
}
#mid .right .videolist ul li {
	display:inline-block;
	width:25%;
	margin-left:-3px;
	margin-bottom:20px;
	vertical-align:top;
}
#mid .right .videolist ul li .img {
	width:90%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#mid .right .videolist ul li:hover .img:before {
	content:"\e617";
	font-family:"iconfont" !important;
	font-size:60px;
	color:#FFF;
	position:absolute;
	left:50%;
	margin-left:-30px;
	top:50%;
	margin-top:-30px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
	z-index:3;
}
#mid .right .videolist ul li:hover .img:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	opacity: 0.50;
	z-index:2;
}
#mid .right .videolist ul li .img img {
	width:100%;
	height:100%;
	vertical-align:bottom;
	transition: transform 0.3s ease 0s;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
#mid .right .videolist ul li .img img:hover {
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05)
}
#mid .right .videolist ul li .txt {
	width:80%;
	margin:0 auto;
	padding:10px 5%;
	text-align:center;
	font-size:14px;
	height:28px;
	line-height:28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .right .list {
	padding:0px;
}
#mid .right .list ul li {
	border-bottom: solid 1px #EEE;
	padding:20px 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .right .list ul li:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .right .list ul li .img {
	width:21%;
	height:125px;
	display:inline-block;

	overflow:hidden;
	vertical-align:top;
}
#mid .right .list ul li .img img {
	height:100%;
	width:100%;
	vertical-align:bottom;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .right .list ul li:hover .img img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}
#mid .right .list ul li .timer {
	float:right;
	width:14%;
	margin-left:-3px;
	display:inline-block;
	text-align:center;
	color:#888;
}
#mid .right .list ul li .timer .icon {
	font-family: "iconfont" !important;
	font-size: 40px;
	color: #CCC;
}
#mid .right .list ul li .timer .monday {
	font-size:22px;
}
#mid .right .list ul li .timer .year {
	font-size:17px;
}
#mid .right .list ul li .timer .date {
	display:none;
	font-size:16px;
}
#mid .right .list ul li .txt {
	width:63%;
	display:inline-block;
	vertical-align:top;
	padding-left:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .right .list ul li .txt h3 {
	font-size:18px;
	font-weight:normal;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .right .list ul li .txt article {
	font-size:15px;
	line-height:1.5;
	color:#888;
	margin-top:10px;
	text-align:justify;
}
#mid .right .list ul li.nopic .txt {
	width:86%;
}
#mid .right #form_msg .ipt {
	width: 97%;
	border: solid 1px #CCC;
	height: 33px;
	line-height: 33px;
	padding: 0 1%;
	margin-top: 10px;
}
#mid .right #form_msg .ipt:focus {
	border: solid 1px #c7000a;
	-moz-box-shadow: 1px 1px 3px #c7000a;
	-webkit-box-shadow: 1px 1px 3px #c7000a;
	box-shadow: 1px 1px 3px #c7000a;
}
#mid .right #form_msg textarea {
	width: 97%;
	padding: 1%;
	height: 60px;
	line-height: 20px;
	border: solid 1px #CCC;
	margin-top: 10px;
}
#mid .right #form_msg textarea:focus {
	border: solid 1px #c7000a;
	-moz-box-shadow: 1px 1px 3px #c7000a;
	-webkit-box-shadow: 1px 1px 3px #c7000a;
	box-shadow: 1px 1px 3px #c7000a;
}
#mid .right #form_msg .btn {
	background: #c7000a;
	border: 1px solid #c7000a;
	color: #FFF;
	height: 35px;
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
	margin-right: 10px;
	cursor: pointer;
	padding: 0 30px;
	font-size: 18px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
#mid .right #form_msg .btn:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #FFF;
	color: #c7000a;
}
#mid .right .showinfo {
	margin:20px 0;
	line-height:2;
	font-size:14px;
} 
#mid .right .showinfo h2 {
	font-size:28px;
	font-weight:normal;
	text-align:center;
	color:#000;
}
#mid .right .showinfo article img {
	max-width:100%;
}
#mid .right .showinfo .tips {
	border-bottom:solid 1px #e4e4e4;
	text-align:center;
	padding:10px;
	margin-bottom:20px;
	color:#999;
}
#mid .right .showinfo .tips span {
	display:inline-block;
	margin: 0 20px;
	vertical-align:top;
}
#mid .right .showinfo .tips span:before {
	font-family:"iconfont" !important;
	margin-right:5px;
	font-size:21px;
	vertical-align:middle;
	color:#666;
}
#mid .right .showinfo .tips span:nth-child(1):before {
	content:"\e6c8";
}
#mid .right .showinfo .tips span:nth-child(2):before {
	content:"\e63a";
}
#mid .right .showinfo .tips span:nth-child(3):before {
	content:"\e634";
}
#mid .right .showinfo .tips span .bdsharebuttonbox {
	display:inline-block !important;
	vertical-align:top;
}
#mid .right .btminfo {
	border-top:solid 1px #e4e4e4;
	margin:20px 0;
	padding-top:10px;
}
#mid .right .btminfo span {
	display:block;
	color:#666;
}
#mid .right .btminfo span a {
	color:inherit;
}
#mid .right .btminfo span a:hover {
	color:#00b3f2;
}
#mid .right .btminfo .btn {
	float:right;
}
#mid .right .btminfo .btn a {
	display:inline-block;
	background:#3ab3d2;
	color:#FFF;
	font-size:16px;
	padding:5px 25px 5px 40px;
	margin:10px 0;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	position:relative;
	line-height:1.8;
}
#mid .right .btminfo .btn a:before {
	font-family:"iconfont" !important;
	content:"\e666";
	font-size:22px;
	position:absolute;
	left:20px;
	top:0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mid .right .showinfo .swiper-container {
	display:block;
	margin:20px 0;
	text-align:center;
}
#mid .right .showinfo .swiper-container .swiper-slide img {
	max-width:100%;
}
#mid .right .showinfo .swiper-container .swiper-pagination-bullet {
	width:12px;
	height:12px;
	background:#999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	filter: Alpha(opacity=70);
	-moz-opacity: .70;
	opacity: 0.70;
}
#mid .right .showinfo .swiper-container .swiper-pagination-bullet-active {
	background:#3ab3d2;
}
#mid .right .showpro {
	margin:20px 0;
	line-height:2;
	font-size:14px;
} 
#mid .right .showpro .movepic {
	display:inline-block;
	vertical-align:top;
	width:380px;
	margin-top:10px;
	position:relative;
}
#mid .right .showpro .movepic > a {
	display:block;
	border:solid 1px #DDD;
}
#mid .right .showpro .movepic > a img {
	width:100%;
	vertical-align:bottom;
}
#mid .right .showpro .movepic .gallery-top {
	border:solid 1px #DDD;
	overflow:hidden;
}
#mid .right .showpro .movepic .gallery-top .swiper-slide {
	text-align:center;
}
#mid .right .showpro .movepic .gallery-top .swiper-slide img {
	width:100%;
	height:100%;
}
#mid .right .showpro .movepic .gallery-thumbs {
	height: 80px;
	width:100%;
	margin:20px auto;
	overflow:hidden;
	position:relative;
}
#mid .right .showpro .movepic .gallery-thumbs .swiper-wrapper {
	justify-content:center;
}
#mid .right .showpro .movepic .gallery-thumbs .swiper-slide {
	height:100%;
	opacity: 0.7;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:solid 1px #DDD;
}
#mid .right .showpro .movepic .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border:solid 2px #3ab3d2;
}
#mid .right .showpro .movepic .gallery-thumbs .swiper-slide img {
	height:100%;
	width:100%;
}
#mid .right .showpro .movepic .move-left {
	position:absolute;
	width:40px;
	height:40px;
	top:50%;
	margin-top:-75px;
	left:10px;
	cursor:pointer;
	text-align:center;
	z-index:1;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mid .right .showpro .movepic .move-left:after {
	content:"\e666";
	font-family:"iconfont" !important;
	font-size:30px;
	line-height:40px;
	color:#FFF;
	opacity: 0.2;
}
#mid .right .showpro .movepic .move-right {
	position:absolute;
	width:40px;
	height:40px;
	top:50%;
	margin-top:-75px;
	right:10px;
	cursor:pointer;
	text-align:center;
	z-index:1;
}
#mid .right .showpro .movepic .move-right:after {
	content:"\e666";
	font-family:"iconfont" !important;
	font-size:30px;
	line-height:40px;
	color:#FFF;
	opacity: 0.2;
}
#mid .right .showpro .movepic:hover .move-left,#mid .right .showpro .movepic:hover .move-right {
	background:#FFF;
	opacity: 0.6;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
#mid .right .showpro .movepic:hover .move-left:after,#mid .right .showpro .movepic:hover .move-right:after {
	color:#000;
	opacity:1;
}
#mid .right .showpro .protxt {
	display:inline-block;
	float:right;
	width: calc(100% - 410px);	
	width:510px\9;
}
#mid .right .showpro .protxt h2 {
	font-size:25px;
}
#mid .right .showpro .protxt article {
	border: dashed 1px #DDD;
	background-color:#f9f9f9;
	padding:10px;
	color:#555;
	font-size:15px;
	margin-top:10px;
}
#mid .right .showpro .protxt .btn {
	display:inline-block;
	margin-top:20px;
}
#mid .right .showpro .protxt .btn a {
	display:block;
	margin-right:15px;
	background-color:#3ab3d2;
	color:#fff;
	padding:3px 20px;
	font-size:15px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
#mid .right .showpro .protxt .btn a.on {
	margin-right:0;
	background-color:#1b6aa3;
}
#mid .right .showpro .protxt .list h3 {
	font-size:18px;
	margin-bottom:5px;
}
#mid .right .showpro .protxt .list li {
	display:inline-block;
	vertical-align:top;
	width:25%;
	margin-right:-4px;
	border: solid 1px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:5px;
	background:#FFF;
	webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#mid .right .showpro .protxt .list li:hover {
   border-bottom: solid 3px #1b6aa3;
   -webkit-transform: translate3d(0, -2px, 0);
   transform: translate3d(0, -2px, 0);
   -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
   box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
#mid .right .showpro .protxt .list li .img {
	width:100%;
	overflow:hidden;
}
#mid .right .showpro .protxt .list li .img img {
	width:100%;
	height:100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .right .showpro .protxt .list li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .right .showpro .protxt .list li h3 {
	width:100%;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	font-weight:400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .right .showpro .procon {
	line-height: 28px;
	font-size:14px;
	overflow:hidden;
}
#mid .right .showpro .procon h2{
	height:45px;
	background:#F3F3F3;
	margin-bottom:20px;
}
#mid .right .showpro .procon h2 div {
	display:inline-block;
	background: #1b6aa3;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}
#mid .right .showpro .procon .con {
	margin: 20px 10px;
	display:none;
}
#mid .right .showpro .procon .con img {
	max-width:100%;
}
#mid .right .showpro .procon .con.on {
	display:block;
}
#mid .right .showpro .tmenu {
	clear:both;
	border-bottom: solid 1px #DDD;
}
#mid .right .showpro .tmenu li {
	display:inline-block;
	line-height:50px;
	font-size:18px;
	margin-right:20px;
	padding:0 10px;
	cursor:pointer;
	font-weight:600;
}
#mid .right .showpro .tmenu li.on {
	color:#1b6aa3;
	border-bottom: solid 2px #1b6aa3;
}
#mid .right .showpro .tmenu li.on:before {
	color:#1b6aa3;
}
#mid .prolist {
	padding:20px;
}
#mid .prolist ul li {
	display:inline-block;
	width: calc((100% - 40px)/3);
	margin-left:-3px;
	margin-bottom:30px;
	margin-right:20px;
	padding:10px;
	text-align:center;
	vertical-align:top;
	box-shadow: inset 0 0 0 2px #e8e8e8;
	-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 .prolist ul li:nth-child(3n+0) {
	margin-right:0;
}
#mid .prolist ul li:hover {
	box-shadow: inset 0 0 0 5px #CCC;
	background:#EEE;
	-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 a:hover {
	color:#333;
}
#mid .prolist ul li .img {
	width:100%;
	margin:0 auto;
	text-align:center;
	position:relative;
}
#mid .prolist ul li:hover .img:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#000;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#mid .prolist ul li:hover .img:before {
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
	-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:after {
	content:"\e608";
	font-family:"iconfont" !important;
	position:absolute;
	width:50px;
	height:50px;
	line-height:50px;
	color:#DDD;
	text-align:center;
	font-size:28px;
	left:50%;
	margin-left:-25px;
	top:50%;
	margin-top:-25px;
	background:#1b6aa3;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .prolist ul li:hover .img:after {
	filter: Alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(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 .img img {
	width:100%;
	height:100%;
}
#mid .prolist ul li h3 {
	width:94%;
	margin:0 auto;
	font-size:15px;
	font-weight:normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height:50px;
	height:50px;
}
#mid .prolist ul li p {
	font-size:13px;
	line-height:20px;
	color:#999;
	width:94%;
	margin:0 auto 20px auto;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow:hidden;
}
#mid .newspiclist li {
	position:relative;
	line-height:24px;
	margin-bottom:40px;
	padding:10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .newspiclist li:after {
	content:"";
	position:absolute;
	bottom:-20px;
	left:0;
	width:100%;
	border-bottom:dotted 1px #CCC;
}
#mid .newspiclist li:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .newspiclist li .img {
	height:180px;
	width:240px;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 1px #E6E6E6;
	overflow:hidden;
}
#mid .newspiclist li .img img {
	height:100%;
	width:100%;
	vertical-align:bottom;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .newspiclist li:hover .img img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .newspiclist li .txt {
	float:right;
	width: calc(100% - 270px);
	width: 630px\9;
	margin-top:10px;
}
#mid .newspiclist li .txt h3 {
	font-size:20px;
	font-weight:normal;
}
#mid .newspiclist li .txt h3:before {
	content:"\e6c0";
	font-family:"iconfont" !important;
	margin-right:5px;
	margin-left:-2px;
}
#mid .newspiclist li .txt p {
	margin-top:10px;
	color:#666;
	font-size:14px;
}
#mid .newspiclist li .txt p span {
	font-family:"iconfont" !important;
	font-size:16px;
	color:#666;
	margin-right:5px;
}
#mid > .search {
	margin: 20px;
}
#mid .search .newspiclist ul li .img {
	height:120px;
	width:180px;
}
#mid .search .newspiclist li .txt {
	width: calc(100% - 200px);
	margin-bottom:10px;
}
#mid .search .newspiclist li .txt.wd100 {
	width:100%;
}
/*wap*/
.overlay {
	position: fixed;
	z-index: 99;
	background-color: rgba(0,0,0,.5);
	bottom: 0;
	right: 0;
	left: 0
}
.openmenu .overlay {
	top: 0
}
#pgcontainer {
	padding: 0;
	margin: 0
}
#menu {
	height: 100%;
	width: 0;
	background: #000;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 101;
	overflow:auto;
	-webkit-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	-moz-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	box-shadow: 3px 0 7px rgba(0,0,0,.55);
	display:none;
}
#menu .close {
	height:35px;
	width:35px;
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
}
#menu .close:before {
	content:"\e654";
	font-family:"iconfont" !important;
	color:#FFF;
	font-size:20px;
	line-height:35px;
}
#menu ul {
	margin-top: 45px;
	z-index: 101;
	overflow-y: auto;
	overflow-x: hidden
}
#menu ul li {
	display: block
}
#menu ul li a {
	display: block;
	min-width: 130px;
	padding: 10px 20px;
	color: #cdcdcd;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
}
#menu li a:hover {
	color: #FFF;
	background: #3ab3d2;
}
#menu ul li ul {
	display:none;
	margin-top: 0px;
}
#menu ul li ul li a {
	padding: 5px 10px 5px 35px;
	font-size: 14px;
}
#menu li form {
	margin-bottom:10px;
	padding: 10px 20px;
	position:relative;
}
#menu li input {
	border:none;
	background:#FFF;
	width:100%;
	padding:8px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#menu li button {
	position:absolute;
	width:40px;
	height:100%;
	right:20px;
	top:0;
	border:none;
	background:none;
	cursor:pointer;
}
#menu li i {
	font-family:"iconfont" !important;
	font-size:24px;
	font-style:normal;
}
.odline {
	display:none;
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 45px;
	background: #044a85;
	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 #022F53;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.odline li:nth-child(2) {
	width:30%;
}
.odline li:nth-child(3) {
	width:45%;
	background-color:#08a2d7;
	border-right: none;
}
.odline li a {
	color:#FFF;
	font-size:16px;
}
.odline li span:before {
	font-family:"iconfont" !important;
	font-size:18px;
	margin-right:5px;
	vertical-align:middle;
}
.odline li:nth-child(1) span:before {
	content:"\e62b";
}
.odline li:nth-child(2) span:before {
	content:"\e604";
}
.odline li:nth-child(3) span:before {
	content:"\e610";
}


@media screen and (max-width: 768px) {
	.kk {
		width: 100%;
		margin: 0 auto;
	}
	.odline {
	    display:block;
	}
	#banner div {
		width: 100%;
		position:relative;
		left: 0%;
		margin-left:0px;
	}	
	#banner div img {
		width:100%;
	}
	header .menu,#online {
		display:none;
	}
	header .od {
		padding:0 10px;
		font-size:0;
	}
	header .od span {
		border-left:none;
		float:none;
	    margin-left:0;
	    padding-left:0;
	}
	header .od span:last-child {
		display:none;
	}
	header #top {
		height:70px;
	}
	header .logo {
		height:70px;
		padding-left:10px;
	}
	header .logo img {
		max-height:50px;
	}
	header.scroll #top {
		position:fixed;
		height:55px;
	}
	header.scroll .logo {
		height:55px;
	}
	header.scroll .logo img {
		max-height:40px;
	}
	header .menubtn {
		position:absolute;
		cursor:pointer;
		text-align:center;
		right:10px;
		top:50%;
		margin-top:-18px;
	}
	header .menubtn:before {
		content:"\e639";
	    font-family:"iconfont" !important;
		color:#000;
		font-size:28px;
	}
	header .menubtn:hover:before {
		color:#3ab3d2;
	}
	#bn .img {
		height:auto;
	}
	#bn .img img {
	    display:block;
		width:100%;
	}
	#mid .more {
		position:absolute;
	}
	#mid .tit {
		padding:0 10px;
	}
	#mid .tit h1 {
		font-size:32px;
	}
	#mid .tit h2 {
		font-size:18px;
		line-height:40px;
	}
	#mid .tit div {
		top:10px;
		right:10px;
	}	
	#mid .hmpro {
		padding:50px 0;
	}
	#mid .hmpro .swiper-container {
		margin-top:50px;
		margin-left:10px;
		margin-right:10px;
	}
	#mid .hmad {
		padding:50px 0;
	}
	#mid .hmad .swiper-container {
		margin-top:40px;
		margin-left:10px;
		margin-right:10px;
	}
	#mid .hmcase ul {
		padding:0 10px;
	}
	#mid .hmcase ul li {
		width:49.5%;
	}
	#mid .hmcase ul li:nth-child(2n+0) {
		margin-right:0;
	}
	#mid .hmab ul li {
		width:100%;
	}
	#mid .hmab ul li p {
		font-size:14px;
	}
	#mid .hmab ul li .mun {
		font-size:20px;
	}
	#mid .hmab ul li .mun span {
		font-size:50px;
	}
	#mid .hmnews .img {
		width:100%;
		margin-right:0;
	}
	#mid .hmnews .list {
		width:100%;
		padding:10px;
		margin-right:0;
		margin-top:0;
	}	
	#mid .left {
		display:none;
	}
	#mid .right {
		float:none;
		width: calc(100% - 20px);
		background:#FFF;
		padding:0;
		margin:10px;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none;
		border:none;
	}
	.mbg {
		background:#FFF;
	} 
	#mid .prolist {
		padding:0;
	}
	#mid .prolist ul li {
		display:inline-block;
		width: 49%;
		margin-right:2%;
	}
	#mid .prolist ul li:nth-child(3n+0) {
		margin-right:2%;
	}
	#mid .prolist ul li:nth-child(2n+0) {
		margin-right:0;
	}
	#mid .right .list {
		padding:0;
	}
	#mid .right .list ul li .img {
		width:100%;
		height:auto;
		margin-bottom:10px;
	}
	#mid .right .list ul li .timer {
		float:none;
		width:100%;
		margin-left:0;
		text-align:left;
		margin-top: 10px;
	}
	#mid .right .list ul li .timer .icon {
		font-size: 20px;
		color: #CCC;
		display:inline-block;
	}
	#mid .right .list ul li .timer .monday {
		display:none;
	}
	#mid .right .list ul li .timer .year {
		display:none;
	}
	#mid .right .list ul li .timer .date {
		display:inline-block;
	}
	#mid .right .list ul li .txt,#mid .right .list ul li.nopic .txt {
		width:100%;
		padding-left:0;
	}	
    #mid .right .list ul li .txt h3 {
		font-size:18px;
	}
	#mid .right .showinfo h2 {
		font-size:25px;
		line-height:1.5;
	}
	#mid .search .newspiclist ul li .img {
		width:100%;
		height:auto
	}
	#mid .search .newspiclist li .txt {
		width:100%;
		margin-bottom:0;
		padding:10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}	
}
@media screen and (max-width: 420px) {
	.page span {
		display:none;
	}	
	.page span.current, .page span.param {
		display:inline-block;
	}	
	#mid .hmlink {
		padding:20px;
	}
	footer .btm_con .btm_box:nth-child(1),footer .btm_con .btm_box:nth-child(3) {
		display:none;
    }
    footer .btm_con .btm_box:nth-child(2) {
		float:none;
		text-align:center;
		width:100%;
	}
	footer .btm_con2 {
		padding:20px 20px 60px 20px;
	}		
	#mid .right .piclist ul {
		margin-left:3px;
		margin-right:-3px;
	}
	#mid .right .piclist ul li {
		width:49%;
	    margin-bottom:10px;
	}
	#mid .right .piclist ul li:nth-child(3n+0) {
		margin-right:2%;
	}
	#mid .right .piclist ul li:nth-child(2n+0) {
		margin-right:0;
	}
	#mid .right .piclist ul.od li {
		width:49%;
	}
	#mid .right .piclist ul.od li:nth-child(2n+0) {
		margin-right:0;
	}	
	#mid .right .piclist ul li h3 {
		font-size:15px;
	}
	#mid .right .videolist ul li {
		width:50%;
	}	
	#mid .right .showinfo .tips {
		padding:10px 0;
	}
	#mid .right .showinfo .tips span {
		display:block;
		margin: 0;
		text-align:left;
		line-height:1.5;
	}
	#mid .right .showinfo h2 {
		text-align:left;
		font-size:20px;
	}
	#mid .right .showinfo .btminfo .btn {
		float:none;
		text-align:center;
	}
	#mid .right .showpro .movepic {
		width:100%;
		margin-top:0;
	}
	#mid .right .showpro .protxt {
		float:none;
		width: 100%;	
	}
	#mid .right .showpro .protxt h2 {
		font-size:20px;
	}	
	#mid .right .showpro .protxt .btn {
		margin:20px 0;
	}
	#mid .right .showpro .procon {
		margin-top:10px;
	}	
	#mid .right .showpro .btminfo .btn {
		float:none;
		text-align:center;
	}	
	#mid .newspiclist li .img {
		height:240px;
		width:100%;
		float:none;
	}
	#mid .newspiclist li .txt {
		float:none;
		width: 100%;
	}	
}
@media screen and (max-width: 320px) {
	#mid .newspiclist li .img {
		height:200px;
	}
}