﻿@import url("hover.css");
@import url("animate.css");
@import url("swiper.min.css");
@import url("font/iconfont.css");
* {
	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: #ee362a;
}
a:active {
	text-decoration: none;
}
a.wl:link, a.wl:visited, a.wl:active {
	color: #FFF;
	text-decoration: none;
}
a.wl:hover {
	color: #F90;
}
a.wb:link, a.wb:visited, a.wb:active {
	color: #069;
	text-decoration: none;
}
a.wb:hover {
	color: #C00;
}
a.wr:link, a.wr:visited, a.wr:active {
	color: #C00;
	text-decoration: none;
}
a.wr:hover {
	color: #000;
}
a.wg:link, a.wg:visited, a.wg:active {
	color: #999;
	text-decoration: none;
}
a.wg:hover {
	color: #C00;
}
.f_black {
	color: #000;
}
.f_red {
	color: #C00;
}
.f_white {
	color: #FFF;
}
.f_gray {
	color: #999;
}
.f_orange {
	color: #F90;
}
.f_green {
	color: #66A228;
}
.f_blue {
	color: blue;
}
.f_mblue {
	color: #1B75BC;
}
.f_dblue {
	color: #233F6F;
}
.f_gold {
	color: #F60;
}
.f_pink {
	color: #B5084A;
}
.f_Arial {
	font-family: Arial, Helvetica, sans-serif;
}
.f_yk {
	font-family: 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;
}
.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;
}
}
/*分页*/
.manu {
	margin: 15px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif
}
.manu a {
	border: #b2bfcf 1px solid;
	padding: 6px 10px;
	margin: 2px;
	color: #666;
	text-decoration: none;
	background: #FFF
}
.manu a:hover {
	border: #c7161e 1px solid;
	color: #666
}
.manu a:active {
	border: #c7161e 1px solid;
}
.manu .current {
	border: #c7161e 1px solid;
	padding: 6px 10px;
	font-weight:bold;
	margin: 2px;
	color: #fff;
	background: #c7161e
}
.manu .disabled {
	border: #DDD 1px solid;
	padding: 6px 10px;
	margin: 2px;
	color: #ddd;
	background: #FFF
}
header {
	position:relative;
	width:100%;
	z-index:3;
}
header .od {
	height:30px;
	line-height:30px;
	background:#494D50;
	border-bottom:solid 1px #333;
	color:#FFF;
	font-size:13px;
}
header .od ul {
	float:right;
}
header .od ul li {
	display:inline-block;
	position:relative;
	padding-left:20px;
	z-index:1000;
}
header .od ul li a {
	color:#FFF;
}
header .od ul li:before {
	content:"";
	position:absolute;
	width:2px;
	height:14px;
	left:9px;
	top:9px;
	background:#999;
}
header .od ul li:nth-child(1):before {
	content:"\e606";
	font-family:"iconfont" !important;
	width:auto;
	left:0;
	top:2px;
	background:none;
	height:30px;
	line-height:30px;
	font-size:16px;
}
header .od ul li span {
	position:absolute;
	top:30px;
	right:50%;
	margin-right:-70px;
	display:none;
}
header .od ul li:hover span {
	display:block;
}
header .od ul li span img {
	height:120px;
	width:120px;
}
header .btop {
	height:90px;
	display:none;
}
header #top {
	position:relative;
	top:0;
	background:#FFF;
	width:100%;
	box-shadow: 0 1px 4px -1px #999;
}
header .logo {
	display: inline-block;
	height:90px;
}
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:55px;
	vertical-align: middle;
	margin-right: -1px;
}
header .menu {
	height: 90px;
	position: relative;
	float:right;
}
header .menu li {
	float: left;
	padding:0 25px;
}
header .menu li a span {
	display: block;
	height: 88px;
	line-height: 88px;
	font-size: 16px;
	color:#666;
}
header .menu li a:hover span {
	color: #ee362a;
	border-bottom:solid 2px #ee362a;
}
#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 {
	color: #ee362a;
	border-bottom:solid 2px #ee362a;
}
header .menu li.mainlevel {
	position: relative;
	z-index: 999;
}
header .menu li.mainlevel:hover a span {
	color: #ee362a;
	border-bottom:solid 2px #ee362a;
}
header .menu li ul {
	width: 120px;
	position: absolute;
	display: none;
	top: 88px;
	left: 0px;
	border-top:solid 2px #ee362a;
	background: #F3F3F3;
}
header .menu li ul li {
	float:none;
	width: 100%;
	padding:0;
}
header .menu li ul li a {
	padding: 5px;
	font-size: 13px;
	line-height: 22px;
	display: block;
	color: #333;
	text-align: center;
	border-bottom: solid 1px #E8E8E8;
	background: #F3F3F3;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
	opacity: 0.90;
}
header .menu li ul li a:hover {
	color: #FFF;
	background: #ee362a;
	border-bottom: solid 1px #ee362a;
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/*幻灯片*/
#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: 450px;
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#bn .img img {
	display:none;
}
#bn .swiper-pagination-bullet {
	width:30px;
	height:10px;
	background:#999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	filter: Alpha(opacity=70);
	-moz-opacity: .70;
	opacity: 0.70;
}
#bn .swiper-pagination-bullet-active {
	background:#d63a3c;
}
/**/
#mid .tit {
	text-align:center;
	font-weight:300;
	font-size:28px;
	margin:40px 0;
	position:relative;
}
#mid .tit:after {
	content:"";
	position:absolute;
	left:50%;
	bottom:-20px;
	margin-left:-40px;
	width:80px;
	border-bottom:solid 2px #ee362a;
}
#mid .tit2 {
	text-align:center;
	font-size:16px;
	font-weight:300;
	color:#777;
}
#mid .hmpro {
	margin-top:30px;
	position:relative;
}
#mid .hmpro .movebg {
	position:absolute;
	left:0;
	top:0;
	display:block;
	background:#333;
	filter: Alpha(opacity=70);
	-moz-opacity: .70;
	opacity: 0.70;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index:2;
}
#mid .hmpro ul {
	margin-top:30px;
	position:relative;
	z-index:2;
}
#mid .hmpro ul.bt {
	position:absolute !important;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}
#mid .hmpro ul li {
	width:25%;
	display:inline-block;
	margin-right:-4px;
	margin-top:-2px;
	text-align:center;
	vertical-align:top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 2px #FFF;
	overflow:hidden;
	position:relative;
}
#mid .hmpro ul li .img {
	width:100%;
}
#mid .hmpro ul li .img img {
	width:100%;
	height:100%;
	display:none;
}
#mid .hmpro ul.bt li .img img {
	display:block;
}
#mid .hmpro ul li span {
	position:absolute;
	left:50%;
	top:50%;
	width:60px;
	height:60px;
	margin-top:-30px;
	margin-left:-30px;
	display:block;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	overflow:hidden;
	z-index:1;
	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 .hmpro ul li:hover span {
	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;
}
#mid .hmpro ul li span:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#ee362a;
	filter: Alpha(opacity=60);
	-moz-opacity: .60;
	opacity: 0.60;
	z-index:-1;
}
#mid .hmpro ul li span i {
	display:block;
	font-style:normal;
	font-size:0;
	line-height:60px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#mid .hmpro ul li span i:before {
	content:"\e608";
	font-family:"iconfont" !important;
	font-size:30px;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro ul li span:hover {
	width:120px;
	height:40px;
	margin-top:-20px;
	margin-left:-60px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro ul li span:hover i {
	line-height:40px;
	font-size:14px;
	color:#FFF;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro ul li span:hover i:before {
	font-size:22px;
	vertical-align:middle;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro ul li h3 {
	font-size:16px;
	font-weight:normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height:40px;
	height:40px;
	position:absolute;
	color:#000;
	width:100%;
	left:0;
	bottom:0px;
	z-index:1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro ul li:hover h3 {
	color:#FFF;
	line-height:60px;
	height:60px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro ul li h3:after {
	content:"";
	position:absolute;
	z-index:-1;
	width:100%;
	height:100%;
	left:0;
	top:0px;
	background:#FFF;
	filter: Alpha(opacity=70);
	-moz-opacity: .70;
	opacity: 0.70;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmpro ul li:hover h3:after {
	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 a.ann {
	position:relative;
	display:block;
	width:180px;
	height:40px;
	margin:30px auto;
	line-height:40px;
	color:#ee362a;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	cursor:pointer;
}
#mid a.ann .hover {
	position:absolute;
	z-index:-1;
	top:0;
	left:0;
	display:block;
	border:1px solid #ee362a;
	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:#ee362a;
	transform:rotateX(180deg);
	-webkit-transform:rotateX(180deg);
	-moz-transform:rotateX(180deg);
}
#mid a.ann:hover {
	color:#FFF;
}
#mid .ann2 {
	display:inline-block;
	margin-top:30px;
}
#mid .ann2 a {
	padding:7px 50px;
	text-transform:uppercase;
	font-size:16px;
	border:solid 1px #ee362a;
	color:#ee362a;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
#mid .ann2 a:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#FFF;
	z-index:-1;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
#mid .ann2 a:hover {
	color:#FFF;
	border:solid 1px #ee362a;
}
#mid .ann2 a:hover:after {
	background:#ee362a;
}
#mid .hmab {
	margin:50px 0;
}
#mid .hmab .img {
	display:inline-block;
	width:50%;
	height:600px;
	margin-right:-3px;
	vertical-align:top;
	background-position: center center;
    background-size: cover;
}
#mid .hmab .img img {
	display:none;
}
#mid .hmab .txt {
	display:inline-block;
	width: calc(50% - 200px);
	margin-right:-3px;
	padding:0 100px;
	text-align:center;
}
#mid .hmab .txt article {
	line-height:28px;
	font-size:14px;
	text-align:left;
	text-align:justify;
}
#mid .hmcase ul li {
	width:33.33%;
	display:inline-block;
	margin-right:-3px;
	text-align:center;
	vertical-align:top;
	margin-top:40px;
}
#mid .hmcase ul li .img {
	width:95%;
	margin:0 auto;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 1px #E6E6E6;
}
#mid .hmcase 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 .hmcase 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 .hmcase ul li h3 {
	font-size:16px;
	font-weight:normal;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height:40px;
	height:40px;
	width:90%;
	margin:5px auto 0 auto;
}
#mid .hmad {
	margin-top:30px;
}
#mid .hmad article {
	width:1200px;
	height:540px;
	position:relative;
	margin:0px auto;
}
#mid .hmad article .part0 {
	width:430px;
	height:465px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-215px;
	margin-top:-232px;
}
#mid .hmad article .part0:before {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/kkpic.jpg) no-repeat center center;
	background-size:cover;
}
#mid .hmad article .part0:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../images/kkbg.png) no-repeat center center;
}
#mid .hmad article .part1,#mid .hmad article .part2,#mid .hmad article .part3,#mid .hmad article .part4 {
	position:absolute;
	width:310px;
}
#mid .hmad article .part1 {
	left:0;
	top:80px;
	padding-left:60px;
	background:url(../images/kkbg.png) no-repeat left -75px;
}
#mid .hmad article .part2 {
	left:0;
	top:330px;
	padding-left:60px;
	background:url(../images/kkbg.png) no-repeat left -330px;
}
#mid .hmad article .part3 {
	right:0;
	top:80px;
	padding-right:60px;
	background:url(../images/kkbg.png) no-repeat right -75px;
}
#mid .hmad article .part4 {
	right:0;
	top:330px;
	padding-right:60px;
	background:url(../images/kkbg.png) no-repeat right -330px;
}
#mid .hmad article h3 {
	font-size:28px;
	color: #ee362a;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height:50px;
	height:50px;
}
#mid .hmad article p {
	margin-top:15px;
	font-size:15px;
}
#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;
}
.hmnews {
	float:left;
	margin-top:30px;
	padding:30px 20px 20px 20px;
	width:730px;
	height:410px;
	border:solid 2px #DDD;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.hmnews .news_menu ul li {
	display:inline-block;
	padding: 8px 30px;
	border:solid 2px #DDD;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size:16px;
	margin-right:10px;
	cursor:pointer;
}
.hmnews .news_menu ul li.on {
	background:#ee362a;
	border:solid 2px #ee362a;
	color:#FFF;
}
.hmnews .news_menu span {
	float:right;
	font-size:16px;
	margin-top:10px;
}
.hmnews .news_con {
	margin-top:30px;
}
.hmnews .news_con article {
	display:none;
}
.hmnews .news_con article.on {
	display:block;
}
.hmnews .news_con article .img {
	float:left;
	width:300px;
	height:180px;
	border: solid 1px #E8E8E8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hmnews .news_con article .img img {
	width:100%;
	height:100%;
}
.hmnews .news_con article .con {
	float:right;
	width:400px;
}
.hmnews .news_con article .con h3 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height:40px;
	height:40px;
	font-size:18px;
	font-weight:normal;
}
.hmnews .news_con article .con p {
	line-height:22px;
	font-size:14px;
}
.hmnews .news_con article a .con p {
	color:#666;
}
.hmnews .news_con article .con .btn {
	display:inline-block;
	height:30px;
	line-height:30px;
	background:#ee362a;
	color:#FFF;
	padding: 0 20px;
	font-size:15px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-top:15px;
}
.hmnews .news_con article ul {
	margin-top:15px;
}
.hmnews .news_con article ul li {
	line-height:30px;
	height:30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:14px;
}
.hmnews .news_con article ul li a:before {
	content:"\e6c0";
	font-family:"iconfont" !important;
	font-size:13px;
	vertical-align:middle;
	margin-right:5px;
}
.hmnews2 {
	float:right;
	margin-top:30px;
	padding:30px 20px 20px 20px;
	width:350px;
	height:410px;
	border:solid 2px #DDD;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}
.hmnews2 h1 div {
	display:inline-block;
	padding: 8px 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size:16px;
	margin-right:10px;
	background:#ee362a;
	border:solid 2px #ee362a;
	color:#FFF;
	font-weight:normal;
}
.hmnews2 h1 span {
	float:right;
	font-size:16px;
	margin-top:10px;
	font-weight:normal;
}
.hmnews2 ul {
	margin-top:10px;
}
.hmnews2 ul li {
	border-bottom: dashed 1px #CCC;
	line-height:45px;
	height:45px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:14px;
}
.hmnews2 ul li a:before {
	content:"\e61e";
	font-family:"iconfont" !important;
	font-size:25px;
	vertical-align:middle;
}
.hmnews2 ul li:last-child {
	border-bottom:none;
}
.link {
	margin:30px 0;
	padding:20px;
	border:solid 2px #DDD;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	position:relative;
}
.link h1 {
	position:absolute;
	top:27px;
	font-weight:normal;
	color:#ee362a;
}
.link h1 span {
	margin-left:5px;
}
.link ul {
	padding-left:150px;
}
.link ul li {
	display:inline-block;
	margin-right:20px;
	margin-top:10px;
	font-size:14px;
}
footer {
	background: #494D50;
	border-top: solid 1px #033d3d;
	padding: 30px 0;
	box-shadow: -1px -2px 5px 0px #999;
}
footer .btm_link {
	text-align:center;
	border-bottom:solid 1px #444;
	padding-bottom:30px;
}
footer .btm_link li {
	display:inline-block;
	background:url(../images/menu_od.png) no-repeat right center;
	padding-left:40px;
	padding-right:40px;
}
footer .btm_link li:last-child {
	background:none;
}
footer .btm_link li a {
	font-size:16px;
	color:#DDD;
}
footer .btm_link li a:hover {
	color:#FFF;
}
footer .btm_con {
	margin-top:30px;
	color:#DDD;
	line-height:28px;
	font-size:14px;
}
footer .btm_con a {
	color:#DDD;
}
footer .btm_con .ewm {
	float:right;
	text-align:center;
}
footer .btm_con .ewm span {
	display:inline-block;
	margin-left:20px;
	text-align:center;
}
footer .btm_con .ewm img {
	width:120px;
	display:block;
	margin:0 auto;
}
#online {
	position: fixed;
	width: 54px;
	height: 220px;
	right: 0;
	bottom: 200px;
	z-index: 9999;
}
#online ul li {
	width: 54px;
	height: 54px;
	float: left;
	position: relative;
	border-bottom: 1px solid #222;
	cursor: pointer;
}
#online ul li.nobb {
	border: none;
}
#online ul li .sidebox {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	z-index: 100;
}
#online ul li .tb1 {
	position: absolute;
	height: 46px;
	top: 0;
	right: -230px;
	width: 230px;
	padding-left: 54px;
	z-index: 101;
	color: #FFF;
	line-height: 35px;
	font-size: 14px;
	padding-top: 8px;
	background: url(../images/online.png) no-repeat 10px 12px;
	-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;
}
#online ul li .tb1:hover {
	-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;
	background: #ee362a url(../images/online.png) no-repeat 10px 12px;
	right: 0;
}
#online ul li .tb2 {
	position: absolute;
	height: 54px;
	top: 0;
	right: -80px;
	width: 80px;
	padding-left: 54px;
	z-index: 101;
	color: #FFF;
	line-height: 54px;
	font-size: 14px;
	background: url(../images/online.png) no-repeat 10px -50px;
	-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;
}
#online ul li .tb2:hover {
	-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;
	background: #ee362a url(../images/online.png) no-repeat 10px -50px;
	right: 0;
}
#online ul li .tb3 {
	position: absolute;
	height: 54px;
	top: 0;
	right: -110px;
	width: 110px;
	padding-left: 54px;
	z-index: 101;
	color: #FFF;
	line-height: 54px;
	font-size: 14px;
	background: url(../images/online.png) no-repeat 10px -110px;
	-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;
	overflow: hidden;
}
#online ul li .tb3:hover {
	-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;
	background: #ee362a url(../images/online.png) no-repeat 10px -110px;
	right: 0;
}
#online ul li .tb4 {
	position: absolute;
	height: 54px;
	width: 54px;
	top: 0;
	right: -54px;
	padding-left: 54px;
	z-index: 101;
	color: #FFF;
	line-height: 54px;
	font-size: 14px;
	background: url(../images/online.png) no-repeat 10px -170px;
	-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;
}
#online ul li .tb4:hover {
	-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;
	background: #ee362a url(../images/online.png) no-repeat 10px -170px;
}
.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;
}
#mid .left {
	width:240px;
	float:left;
	margin: 20px 0;
	position: relative;
	top: 0px;
	background:#FFF;
	-moz-box-shadow: 1px 1px 3px #CCC;
	-webkit-box-shadow: 1px 1px 3px #CCC;
	box-shadow: 1px 1px 3px #CCC;
}
#mid .left h1 {
	height: 55px;
	background: #ee362a;
	position: relative;
	overflow: hidden;
	border: solid 1px #b10107;
}
#mid .left h1:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	background: #b10107;
	left: 0;
	top: 0;
	transform: rotate(-12.5deg);
}
#mid .left h1 div {
	position: absolute;
	left: 0;
	top: 0;
	font-weight: normal;
	font-size: 20px;
	width: 100%;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #FEFEFE;
	z-index: 2;
	text-transform:uppercase;
}
#mid .left .type {
	height: 40px;
	border: solid 1px #DDD;
	margin-top: -1px;
}
#mid .left .type.nobt {
	border-top: none;
}
#mid .left .type a {
	display: block;
	line-height: 40px;
	font-size: 14px;
	padding-left: 15px;
}
#mid .left .type.on {
	background: #666 url(../images/type_td.png) no-repeat 220px center;
	margin: -1px -1px 0 -1px;
}
#mid .left .type.on a {
	color: #FFF;
}
#mid .left .type_kk {
	border: solid #DDD;
	border-width: 0 1px;
	padding: 5px 0;
	background: #F8F8F8;
}
#mid .left .stype {
	background: url(../images/line.png) repeat-x left bottom;
}
#mid .left .stype.nobg {
	background: none;
}
#mid .left .stype a {
	display: block;
	background: url(../images/td.png) no-repeat 20px center;
	color: #333;
	font-size: 13px;
	font-weight: normal;
	padding-left: 30px;
	line-height: 35px;
}
#mid .left .stype a:hover {
	color: #C00;
	margin: 0px;
}
#mid .left .stype a.on {
	color: #C00;
}
#mid .right {
	float: right;
	width: 940px;
	overflow: hidden;
	margin: 20px 0;
	background:#FFF;
	border:solid 1px #DDD;
	-moz-box-shadow: 1px 1px 3px #CCC;
	-webkit-box-shadow: 1px 1px 3px #CCC;
	box-shadow: 1px 1px 3px #CCC;
}
#mid .right h1 {
	border-bottom: solid 1px #DDD;
	line-height: 45px;
	height: 45px;
	font-size: 16px;
	background: #EEE;
	-moz-box-shadow: 1px 0px 3px #CCC;
	-webkit-box-shadow: 1px 0px 3px #CCC;
	box-shadow: 1px 0px 3px #CCC;
	padding-right: 10px;
	font-weight:normal;
	text-transform:uppercase;
}
#mid .right h1 div {
	float: left;
	background: #ee362a;
	height: 45px;
	border: solid 1px #b10107;
	color: #FFF;
	margin-left: -1px;
	margin-top: -1px;
	position: relative;
	overflow: hidden;
}
#mid .right h1 div:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	background: #b10107;
	left: 0;
	top: 0;
	transform: rotate(-18deg);
}
#mid .right h1 div span {
	position: relative;
	left: 0;
	top: 0;
	font-weight: normal;
	font-size: 16px;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #FEFEFE;
	padding: 0 35px;
	z-index: 2;
}
#mid .right .content {
	padding: 20px;
}
#mid .right .content article {
	line-height: 28px;
}
#mid .right .content article a {
	text-decoration: underline;
	font-weight: bold;
}
#mid .right .content article img {
	max-width:100%;
}
#mid .newslist {
	background: #EEE;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding: 5px 10px;
}
#mid .newslist.wt {
	background: #FFF;
}
#mid .newslist a {
	padding-left: 10px;
	background: url(../images/tb.png) no-repeat left center;
	font-size: 14px;
}
#mid .piclist li {
	display:inline-block;
	width:30%;
	margin-right:2%;
	margin-left:-3px;
	padding:0 1%;
	margin-bottom:30px;
	text-align:center;
	vertical-align:top;
}
#mid .piclist li:nth-child(3n+0) {
	margin-right:0;
}
#mid .piclist li .img {
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 1px #E6E6E6;
}
#mid .piclist 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 .piclist li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .piclist li h3 {
	font-size:14px;
	margin:10px 0;
	font-weight:normal;
}
#mid .newspiclist li {
	line-height:24px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:dotted 1px #CCC;
}
#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 .img:hover 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 .videolist ul li {
	display:inline-block;
	width:25%;
	margin-left:-3px;
	margin-bottom:20px;
	vertical-align:top;
}
#mid .videolist ul li .img {
	width:90%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#mid .videolist ul li:hover .img:before {
	content:"\e617";
	font-family:"iconfont" !important;
	font-size:60px;
	color:#FFF;
	position:absolute;
	left:50%;
	margin-left:-30px;
	top:50%;
	margin-top:-30px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity: 1;
	z-index:3;
}
#mid .videolist ul li:hover .img:after {
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
	opacity: 0.50;
	z-index:2;
}
#mid .videolist ul li .img img {
	width:100%;
	height:100%;
	vertical-align:bottom;
	transition: transform 0.3s ease 0s;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
}
#mid .videolist ul li .img img:hover {
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05)
}
#mid .videolist ul li .txt {
	width:80%;
	margin:0 auto;
	padding:10px 5%;
	text-align:center;
	font-size:14px;
	height:28px;
	line-height:28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#showinfo {
	padding: 20px 0px;
	border-top: none;
	line-height: 25px;
}
#showinfo .btn1 a {
	background: #FFF;
	border: 1px solid #CCC;
	color: #999;
	height: 25px;
	line-height: 23px;
	text-align: center;
	margin: 0px;
	padding: 0 15px;
	display: block;
	font-size: 14px;
	text-transform:uppercase;
}
#showinfo .btn1 a: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: #da251c;
	color: #FFF;
	border: 1px solid #da251c;
}
#showinfo .btn2 a {
	background: #da251c;
	border: 1px solid #da251c;
	color: #FFF;
	height: 25px;
	line-height: 23px;
	text-align: center;
	margin: 0px;
	padding: 0 15px;
	display: block;
	font-size: 14px;
	margin-left: -1px;
	text-transform:uppercase;
}
#showinfo .btn2 a: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;
	border: 1px solid #CCC;
	color: #999;
}
#showinfo h2 {
	margin-top: 20px;
	border-top: solid 1px #DDD;
	text-align: center;
	padding: 20px 0;
	font-size: 25px;
	font-weight: normal;
}
#showinfo .fb a {
	width: 25px;
	height: 25px;
	margin: 0 5px 0 15px;
	float: left;
	font-size: 0;
	display: block;
	background: url(../images/icon.png) no-repeat 0px 0px;
}
#showinfo .fb a:hover {
	background: url(../images/icon.png) no-repeat -71px 0px;
}
#showinfo .fs a {
	width: 25px;
	height: 25px;
	float: left;
	font-size: 0;
	display: block;
	background: url(../images/icon.png) no-repeat -35px 0px;
}
#showinfo .fs a:hover {
	background: url(../images/icon.png) no-repeat -106px 0px;
}
#showinfo article {
	margin-top: 20px;
	line-height: 28px;
	padding: 10px;
}
#showinfo article a {
	text-decoration: underline;
	font-weight: bold;
}
#showinfo #bpicmain {
	width: 700px;
	margin: 20px auto 0 auto;
	border: solid 1px #EEE;
	height: 450px;
	position: relative;
}
#showinfo #bpic {
	width: 700px;
	text-align: center;
	height: 450px;
	position: absolute;
	z-index: 99;
}
#showinfo #bpic img {
	vertical-align: middle;
	margin-right: -1px;
	position: relative;
	z-index: 1
}
#showinfo #bpic span {
	display: -moz-inline-box;/*针对火狐*/
}
#showinfo #bpic span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#showinfo #bpic_lt {
	height: 450px;
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
	background: #FFF;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#showinfo #bpic_rt {
	height: 450px;
	width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
	background: #FFF;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#showinfo #bpic_ct {
	height: 450px;
	width: 400px;
	position: absolute;
	left: 150px;
	top: 0px;
	z-index: 100;
	background: #FFF;
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#showinfo #bbtn_c {
	background: url(../images/bigpic.png) no-repeat center center;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 320px;
	top: 195px;
	z-index: 101;
	display: none;
	cursor: pointer;
}
#showinfo #bbtn_l {
	width: 60px;
	height: 60px;
	background: url(../images/butl.png) no-repeat;
	_background: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/butl.png');
	float: left;
	cursor: pointer;
	position: absolute;
	left: 10px;
	top: 195px;
	z-index: 101;
	display: none;
}
#showinfo #bbtn_r {
	width: 60px;
	height: 60px;
	background: url(../images/butr.png) no-repeat;
	_background: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/butr.png');
	float: left;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 195px;
	z-index: 101;
	display: none;
}
#showinfo #spic {
	width: 610px;
	height: 64px;
	margin: 0 auto;
}
#showinfo #sbtn_l {
	width: 14px;
	height: 20px;
	margin: 22px 8px 0px 8px;
	_margin: 22px 5px 0px 5px;
	background: url(../images/arrow_l.png) no-repeat;
	_background: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/arrow_l.png');
	float: left;
	cursor: pointer;
}
#showinfo #sbtn_r {
	width: 14px;
	height: 20px;
	margin: 22px 8px 0px 8px;
	_margin: 22px 5px 0px 5px;
	background: url(../images/arrow_r.png) no-repeat;
	_background: none;
 _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='../images/arrow_r.png');
	float: left;
	cursor: pointer;
}
#showinfo #spic_con {
	float: left;
	height: 64px;
	width: 550px;
	position: relative;
	overflow: hidden;
}
#showinfo #spic_con ul {
	position: absolute;
}
#showinfo #spic_con li {
	float: left;
	width: 110px;
	height: 64px;
}
#showinfo .spic_img {
	height: 60px;
	width: 90px;
	border: solid 2px #EEE;
	margin: 0 auto;
	text-align: center;
}
#showinfo .cur {
	border: solid 2px #da251c;
}
#showinfo .swiper-container {
	display:none;
}

#form_msg .ipt {
	width: 97%;
	border: solid 1px #CCC;
	height: 33px;
	line-height: 33px;
	padding: 0 1%;
	margin-top: 10px;
}
#form_msg .ipt:focus {
	border: solid 1px #da251c;
	-moz-box-shadow: 1px 1px 3px #da251c;
	-webkit-box-shadow: 1px 1px 3px #da251c;
	box-shadow: 1px 1px 3px #da251c;
}
#form_msg textarea {
	width: 97%;
	padding: 1%;
	height: 60px;
	line-height: 20px;
	border: solid 1px #CCC;
	margin-top: 10px;
}
#form_msg textarea:focus {
	border: solid 1px #da251c;
	-moz-box-shadow: 1px 1px 3px #da251c;
	-webkit-box-shadow: 1px 1px 3px #da251c;
	box-shadow: 1px 1px 3px #da251c;
}
#form_msg .btn {
	background: #da251c;
	border: 1px solid #da251c;
	color: #FFF;
	height: 35px;
	line-height: 30px;
	text-align: center;
	margin-top: 15px;
	margin-right: 10px;
	cursor: pointer;
	padding: 0 30px;
	font-size: 18px;
}
#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: #da251c;
}
#showpro #prospic {
	float: left;
	height: 300px;
	width: 65px;
	margin-top: 15px;
}
#showpro #prosbtn_up {
	width: 52px;
	height: 8px;
	margin-bottom: 7px;
	background: url(../images/arrow.png) no-repeat center top;
	cursor: pointer;
	overflow: hidden;
}
#showpro #prosbtn_dw {
	width: 52px;
	height: 8px;
	background: url(../images/arrow.png) no-repeat center bottom;
	cursor: pointer;
	margin-top: 7px;
	overflow: hidden;
}
#showpro #prospic_con {
	height: 270px;
	width: 52px;
	position: relative;
	overflow: hidden;
}
#showpro #prospic_con ul {
	position: absolute;
}
#showpro #prospic_con li {
	float: left;
	width: 52px;
	height: 54px;
}
#showpro .prospic_img {
	height: 40px;
	width: 48px;
	border: solid 1px #DDD;
	text-align: center;
	margin-top: 6px;
}
#showpro .prospic_img img {
	vertical-align: middle;
	margin-right: -1px;
}
#showpro .prospic_img span {
	display: -moz-inline-box;/*针对火狐*/
}
#showpro .prospic_img span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#showpro .procur {
	border: solid 2px #ee362a;
}
#showpro #probpic {
	float: left;
	width: 360px;
	text-align: center;
	height: 300px;
	border: solid 1px #DDD;
	margin-top: 15px;
	position: relative;
	background: #FFF;
}
#showpro #probpic a {
	display: block;
	text-align: center;
	margin: 0px auto;
}
#showpro #probpic img {
	border: 0px;
}
#showpro #prodes {
	float: right;
	width: 450px;
	line-height: 25px;
	font-size: 14px;
	margin-top: 15px;
}
#showpro #prodes h2 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
}
#showpro #prodes h3{
	color:#999;
	font-size:18px;
	margin-top:5px;
	font-weight:normal;
}
#showpro #prodes .swiper-container {
	display:none;
}
#showpro #procon {
	line-height: 28px;
	font-size:14px;
	margin-top:50px;
	overflow:hidden;
}
#showpro #procon h2{
	height:45px;
	border-top:solid 1px #DDD;
	border-bottom:solid 1px #DDD;
}
#showpro #procon h2 div {
	float: left;
	background: #ee362a;
	padding: 0 30px;
	height: 47px;
	line-height: 47px;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	margin:-1px;
}
#showpro #procon h2 span {
	float:right;
	background:url(../images/back.png) no-repeat left center;
	padding-left:30px;
	font-size:14px;
	font-weight:normal;
	margin-top:10px;
}
#showpro #procon article {
	margin: 20px 10px;
}

/*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: #ee362a;
}
#menu ul li ul {
	display:none;
	margin-top: 0px;
}
#menu ul li ul li a {
	padding: 5px 10px 5px 35px;
	font-size: 14px;
}
.odline {
	display:none;
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background: #222;
	z-index: 999;
	-moz-box-shadow: 0px -1px 1px #990004;
	-webkit-box-shadow: 0px -1px 1px #990004;
	box-shadow: 0px -1px 1px #000;
}
.odline li {
	display:inline-block;
	width:25%;
	height: 50px;
	margin-right:-3px;
	text-align:center;
	border-right: solid 1px #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.odline li a {
	color:#FFF;
}
.odline li span {
	display:block;
	margin-top:3px;
}
.odline li span:before {
	font-family:"iconfont" !important;
	font-size:20px;
}
.odline li:nth-child(1) span:before {
	content:"\e62b";
}
.odline li:nth-child(2) span:before {
	content:"\e606";
}
.odline li:nth-child(3) span:before {
	content:"\e615";
}
.odline li:nth-child(4) span:before {
	content:"\e649";
}
@media screen and (max-width: 768px) {
	.kk {
		width: 100%;
		margin: 0 auto;
	}
	.odline {
	    display:block;
	}
	header .od,header .menu,#online {
		display:none;
	}
	header .logo {
		height: 60px;
	}
	header .logo img {
		max-height:40px;
		margin-left:10px;
	}
    header .btop {
		height:60px;
	}
	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:#ee362a;
	}
	#bn .img {
		height:auto;
	}
	#bn .img img {
	    display:block;
		width:100%;
	}
	#mid .tit,	#mid .tit2 {
		padding:0 10px;
	}
	#mid .hmpro .movebg {
		display:none;
	}
	#mid .hmpro ul.bt {
		display:none;
	}
	#mid .hmpro ul li {
		width:50%;
	}
	#mid .hmpro ul li .img img {
		display:block;
	}
	#mid .hmpro ul li span {
		display:none;
	}
	#mid .hmpro ul li h3 {
		position:relative;
		font-size:14px;
		color:#333;
	}
	#mid .hmpro ul li h3:after {
		content:normal;
	}
	#mid .hmab .txt {
		width: calc(50% - 50px);
		padding:0 25px;
	}
	#mid .hmcase .kk {
		overflow:hidden;
	}
	#mid .hmad article {
		width:100%;
		height:auto;
		margin:20px 0;
	}
	#mid .hmad article .part0 {
		display:none;
	}
	#mid .hmad article .part1,#mid .hmad article .part2,#mid .hmad article .part3,#mid .hmad article .part4 {
		position:relative;
		width: calc(50% - 90px);
		display:inline-block;
		vertical-align:top;
		margin-right:-3px;
		margin-left:20px;
		margin-bottom:20px;
		left:0;
		top:0;
	}
	#mid .hmad article h3 {
		font-size:24px;
	}
	#mid .hmad article p {
		margin-top:0px;
	}
	#banner div {
		width: 100%;
		position:relative;
		left: 0%;
		margin-left:0px;
	}	
	#banner div img {
		width:100%;
	}
	.hmnews {
		float:none;
		width: calc(96% - 40px);
		margin:30px auto 0 auto;
		height:auto;
	}
	.hmnews .news_menu ul li {
		padding: 8px 20px;
	}
	.hmnews .news_con article .img {
		width:40%;
	}
	.hmnews .news_con article .con {
		width:55%;
	}
    .hmnews2 {
		float:none;
		width: calc(96% - 40px);
		margin:30px auto 0 auto;
		height:auto;
    }
	.hmnews2 h1 div {
		padding: 8px 20px;
	}
    .link {
		width: calc(96% - 40px);
		margin:30px auto;
    }
	.link ul {
		padding-left:0px;
		margin-top:40px;
	}
	footer {
		padding:30px;
	}	
	footer .btm_link {
		display:none;
	}
	footer .btm_con {
		margin:0px;
		margin-bottom:40px;
	}
	footer .btm_con .ewm {
		display:block;
		float:none;
		margin-bottom:10px;
	}
	footer .btm_con .ewm span {
		margin:0 10px;
	}
	#mid .left {
		display:none;
	}
	#mid .right {
		float:none;
		width:100%;
		border:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		box-shadow:none
    }
	#mid .right h1 {
		border-bottom: solid 1px #DDD;
		line-height: 45px;
		height: 45px;
		font-size: 16px;
		background:none;
		-moz-box-shadow: none;
		-webkit-box-shadow:none;
		box-shadow:none;
		padding:0 20px;
	}
	#mid .right h1 .fright {
		display:none;
	}
	#mid .right h1 div {
		float: none;
		background: none;
		border: none;
		margin-left:0;
		margin-top:0;
	}
	#mid .right h1 div:after {
		display:none;
	}
	#mid .right h1 div span {
		padding: 0px;
		color:#000;
		font-size:18px;
	}
	#mid .newslist ul li {
		width:50%;
	}
	#showpro #prospic,#showpro #probpic ,#showinfo #bpicmain ,#showinfo #spic{
		display:none;
	}
	#showpro #prodes {
		float:none;
		width: 100%;
	}
	#showpro #procon article {
		margin: 20px 0px;
	}
	#showpro #prodes .swiper-container,#showinfo .swiper-container {
		display:block;
		margin-top:20px;
	}
	#showpro #prodes .swiper-container .swiper-pagination-bullet,#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;
	}
	#showpro #prodes .swiper-container .swiper-pagination-bullet-active,#showinfo .swiper-container .swiper-pagination-bullet-active {
		background:#ee362a;
	}
	#showinfo .date,#showinfo .bdsharebuttonbox {
		float:left;
		display:block;
		width:100%;
	}
    #showinfo .date .fb,#showinfo .date .fs {
		display:none;
	}
	
}
@media screen and (max-width: 420px) {
	#mid .tit {
		font-size:25px;
	}
	#mid .hmab .img {
		display:inline-block;
		width:100%;
		height:auto;
		margin-right:0px;
		background:none;
	}
	#mid .hmab .img img {
		width:100%;
		display:block;
	}
	#mid .hmab .txt {
		display:inline-block;
		width: 90%;
		margin-right:0;
		padding:0 5%;
	}
	#mid .hmcase ul li {
		width:50%;
	}
	#mid .hmad article .part1,#mid .hmad article .part2,#mid .hmad article .part3,#mid .hmad article .part4 {
		width: calc(100% - 90px);
	}
	.hmnews .news_con article .img {
		float:none;
		width:100%;
		height:200px;
	}
	.hmnews .news_con article .con {
		float:none;
		width:100%;
	}
	#mid .piclist li {
		width:47%;
	}
	#mid .piclist li:nth-child(3n+0) {
		margin-right:2%;
	}
	#mid .piclist li:nth-child(2n+0) {
		margin-right:0;
	}
	#mid .newspiclist li .img {
		height:240px;
		width:100%;
		float:none;
	}
	#mid .newspiclist li .txt {
		float:none;
		width: 100%;
	}
	#mid .videolist ul li {
		width:50%;
	}	
}
@media screen and (max-width: 320px) {
	#mid .tit {
		font-size:20px;
	}
	#mid .tit2 {
		font-size:14px;
	}
	#mid .hmcase ul li {
		width:100%;
		margin-right:0;
	}
	footer .btm_con .ewm img {
		width:100px;
	}	
	#mid .newspiclist li .img {
		height:200px;
	}
}