﻿@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;
	font-size:14px;
}
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: #ff0a0a;
}
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;
}
.mb20 {
	margin-bottom: 20px;
}
.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;
}
}
/*分页*/
.manu {
	margin: 50px 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: #000 1px solid;
	color: #666
}
.manu a:active {
	border: #000 1px solid;
}
.manu .current {
	border: #000 1px solid;
	padding: 6px 10px;
	font-weight:bold;
	margin: 2px;
	color: #fff;
	background: #000
}
.manu .disabled {
	border: #DDD 1px solid;
	padding: 6px 10px;
	margin: 2px;
	color: #ddd;
	background: #FFF
}
/**/
header .logo {
	height:185px;
	background:url(../images/logo.jpg) no-repeat center;
}
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-width:100%;
	max-height:185px;
	vertical-align: middle;
	margin-right: -1px;
	display:none;
}
header .tel {
	display:none;
	float:right;
	font-size:18px;
	padding-left:60px;
	position:relative;
	margin-top:35px;
}
header .tel:before {
	content:"\e688";
	font-family:"iconfont" !important;
	color:#ff0000;
	font-size:50px;
	position:absolute;
	left:0;
	top:2px;
}
header .tel span {
	color:#ff0000;
	font-size:25px;
	display:block;
}
header .menu {
	background:#b3b7b6;
	height:50px;
	position: relative;
}
header .menu li {
	float:left;
	background:url(../images/menu_od.png) no-repeat right center;
	margin-left:-2px;
}
header .menu li:last-child {
	background:none;
}
header .menu li a {
	display:block;
	height:50px;
	line-height:50px;
	padding:0 35px;
	color:#535353;
	font-size:17px;
}
header .menu li a:hover {
	background:#ff0000;
	color:#FFF;
}
#home .menu li#m1 > a,#page1 .menu li#m2 > a,#page2 .menu li#m3 > a,#page3 .menu li#m4 > a,#page4 .menu li#m5 > a,#page5 .menu li#m6 > a,#page6 .menu li#m7 > a,#page7 .menu li#m8 > a,#page8 .menu li#m9 > a {
	background:#ff0000;
	color:#FFF;
}
header .menu li.mainlevel{
    position:relative;
	z-index:999;
}
header .menu li.mainlevel:hover{
	background:#ff0000;
	color:#FFF;
}
header .menu li.mainlevel:hover > a{
	color:#FFF;
}
header .menu li ul {
    width:150px;
	position:absolute;
	display:none;
	top:50px;
	left:0px;
}
header .menu li ul li{
	background: none;
	width:150px;
	margin-left:0px;
	border-right:none;
}
header .menu li ul li a{
	height:auto;
    padding:10px 5px;
	font-size:14px;
	font-weight:normal;
	width:140px;
	line-height:18px;
	display:block;
	color:#333;
	text-align:center;
	border-top:solid 1px #DDD;
	background:#F3F3F3;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
	opacity: 0.90;
}
header .menu li ul li a:hover{
	color:#FFF;
	font-weight:normal;
	background: #ff0000;
	border-top:solid 1px #ff0000;
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
/*幻灯片*/
#bn {
	position: relative;
	width: 100%;
	overflow:hidden;
}
#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: 500px;
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#bn .img img {
	display:none;
}
#bn .swiper-pagination-bullet {
	width:15px;
	height:15px;
	background:#FFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
	opacity: 0.90;
}
#bn .swiper-pagination-bullet-active {
	background:#fb3030;
}
/**/
#mid .zszz {
	margin-top:1px;
	background:url(../images/zszz_bg.jpg) no-repeat center;
	background-size:cover;
	padding-bottom:50px;
}
#mid .zszz ul li {
	display:inline-block;
	width:47%;
	margin-top:20px;
	margin-right:-3px;
	text-align:center;
	color:#FFF;
	vertical-align:top;
}
#mid .zszz ul li:last-child {
	float:right;
}
#mid .zszz ul li h3 {
	margin-top:20px;
	font-size:36px;
}
#mid .zszz ul li article {
	font-size:16px;
	margin-top:20px;
	line-height:24px;
	text-align:left;
	text-align:justify;
}
#mid .zszz ul li .btn a {
	display:inline-block;
	background: #000;
	border: 1px solid #000;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 20px;
	font-size: 16px;
	margin-top:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mid .zlgk {
	margin-top:1px;
	padding:100px 0;
	background:url(../images/jj_bg.jpg) no-repeat center top;
	background-size:cover;
}
#mid .zlgk h1 {
	font-size:45px;
	color:#5aff00;
	font-weight:normal;
}
#mid .zlgk article {
	display:inline-block;
	width:62%;
	vertical-align:top;
	font-size:15px;
	line-height:24px;
	color:#FFF;
	margin-top:30px;
	text-align:justify;
}
#mid .zlgk article .add {
	display:inline-block;
	margin-bottom:30px;
	font-size:20px;
    text-shadow:#333 2px 1px 2px;
}
#mid .zlgk article .add:before {
	content: "\e649";
	font-family:"iconfont" !important;
	margin-right:5px;
	font-size:25px;
	color:#ff311c;
}
#mid .zlgk article .time {
	display:inline-block;
	margin-bottom:30px;
	font-size:20px;
	margin-left:50px;
    text-shadow:#333 2px 1px 2px;
}
#mid .zlgk article .time:before {
	content: "\e629";
	font-family:"iconfont" !important;
	margin-right:5px;
	font-size:25px;
	color:#ff311c;
}
#mid .zlgk article a.ann {
	margin-top:30px;
	position:relative;
	display:inline-block;
	height:60px;
	line-height:60px;
	padding:0 60px;
	color:#FFF;
	font-size:18px;
	text-align:center;
	background:#ff311c;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
#mid .zlgk .imgs {
	display:inline-block;
	float:right;
	width:35.5%;
	height:300px;
	margin-top:162px;
	border:solid 2px #adadad;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .zlgk .imgs .swiper-container {
	width:100%;
	height:100%;
}
#mid .zlgk .imgs .swiper-container .swiper-slide img {
	width:100%;
	height:100%;
}
#mid .zlgk .imgs .swiper-pagination {
	text-align:right;
	left:auto;
	right:10px;
}
#mid .zlgk .imgs .swiper-pagination-bullet {
	width:20px;
	height:20px;
	line-height:20px;
	margin:0 3px;
	background:#FFF;
	text-align:center;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
	opacity: 0.90;
}
#mid .zlgk .imgs .swiper-pagination-bullet-active {
	background:#fb3030;
	color:#FFF;
}
#mid .tit {
	display:inline-block;
	width:30%;
	background:#ff311c;
	font-size:32px;
	color:#FFF;
	padding:20px 0;
	margin-bottom:20px;
}
#mid .tit span {
	display:block;
	text-transform:uppercase;
	font-size:14px;
	font-weight:normal;
	margin-top:30px;
	position:relative;
}
#mid .tit span:before {
	content:"";
	position:absolute;
	width:60px;
	height:2px;
	left:50%;
	top:-15px;
	margin-left:-30px;
	background:#FFF;
}
#mid .more {
	position:absolute;
	width:45px;
	height:45px;
	background:#ff0001;
	-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 .tit2 {
	position:relative;
	margin-bottom:10px;
}
#mid .tit2 h1 {
	font-size:32px;
	color:#303030;
}
#mid .tit2 h1:before {
	content: "\e6c0";
	font-family:"iconfont" !important;
	margin-right:5px;
	font-size:25px;
	color:#ff311c;
}
#mid .tit2 h2 {
	font-size:14px;
	color:#818181;
	text-transform:uppercase;
	line-height:50px;
	font-weight:normal;
}
#mid .tit2 div {
	right:0;
	bottom:0;
}
#mid .mqtj {
	text-align:center;
	margin-top:50px;
}
#mid .mqtj ul {
	text-align:left;
}
#mid .mqtj ul li {
	display:inline-block;
	vertical-align:top;
	width:18.2%;
	height:100px;
	margin-right:-3px;
	margin-left:1%;
	margin-bottom:12px;
	text-align:center;
	padding:10px;
	border:solid 1px #DDD;
	-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 .mqtj ul li:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px 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 .mqtj ul li:nth-child(5n+1) {
	margin-left:0;
}
#mid .mqtj ul li img {
	max-width:100%;
	max-height:100%;
	vertical-align: middle;
	margin-right: -1px;
}
#mid .mqtj ul li span {
	display: -moz-inline-box;/*针对火狐*/
}
#mid .mqtj ul li span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .zhys {
	margin-top:1px;
	padding-top:50px;
	position:relative;
	z-index:1;
}
#mid .zhys:after {
	content:"";
	position:absolute;
	width:100%;
	height:85%;
	top:0;
	left:0;
	background:#ff311c;
	z-index:-1;
}
#mid .zhys h1 {
	font-size:26px;
	color:#FFF;
	position:relative;
	padding-left:20px;
}
#mid .zhys h1:before {
	content:"";
	position:absolute;
	width:10px;
	height:13px;
	background:#FFF;
	border-top:solid 13px #000;
	top:5px;
	left:0;
}
#mid .zhys article {
	color:#FFF;
	line-height:24px;
	font-size:16px;
	margin-top:30px;
}
#mid .zhys .img {
	margin-top:20px;
	display:inline-block;
	width:60%;
	height:550px;
	margin-right:-3px;
	vertical-align:bottom;
}
#mid .zhys .img img {
	width:100%;
	height:100%;
}
#mid .zhys .con {
	display:inline-block;
	width:40%;
	margin-right:-3px;
	background:#FFF;
	padding:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:16px;
	line-height:30px;
}
#mid .zhys .con h2 {
	font-size:22px;
	color:#FF0000;
	margin-bottom:20px;
}
#mid .zhys .con a.ann {
	margin-top:30px;
	position:relative;
	display:inline-block;
	height:60px;
	line-height:60px;
	padding:0 60px;
	color:#FFF;
	font-size:18px;
	text-align:center;
	background:#ff311c;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
}
#mid .pptg {
	text-align:center;
	margin-top:10px;
}
#mid .pptg .prev, #mid .pptg .next {
	position: absolute;
	width: 35px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	background:#000;
	background-size: 100% 100%;
	border:solid 1px #000;
	cursor: pointer;
	z-index: 2;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
}
#mid .pptg .prev:before, #mid .pptg .next:before {
	content:"\e666";
	font-family:"iconfont" !important;
	vertical-align:middle;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	line-height:60px;
	font-size:35px;
	color:#FFF;
	text-align:center;
}
#mid .pptg .prev {
	left: 0px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#mid .pptg .next {
	right: 0px;
}
#mid .hmnews {
	background: #f6f6f6;
	padding:50px 0;
	margin-top:50px;
}
#mid .hmnews ul {
	width:50%;
	display:inline-block;
	margin-right:-3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:20px;
	vertical-align:top;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#mid .hmnews ul:hover {
	background:#FFF;
    -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 .hmnews ul li {
	line-height:40px;
	height:40px;
	border-bottom:dotted 1px #DDD;
	font-size:14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .hmnews ul li a:before {
	content:"\e61e";
	font-family:"iconfont" !important;
	vertical-align:middle;
	font-size:16px;
	margin:0 5px;
}
#mid .hmnews ul li span {
	float:right;
	color:#999;
}
#mid .ppqy {
	text-align:center;
	margin-top:50px;
	padding-bottom:5px;
	position:relative;
}
#mid .ppqy .swiper-slide {
	height:100px;
	text-align:center;
	padding:10px;
	border:solid 1px #DDD;
	-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 .ppqy .swiper-slide:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px 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 .ppqy .swiper-slide img {
	max-width:100%;
	max-height:100%;
	vertical-align: middle;
	margin-right: -1px;
}
#mid .ppqy .swiper-slide span {
	display: -moz-inline-box;/*针对火狐*/
}
#mid .ppqy .swiper-slide span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
#mid .ppqy .swiper-pagination {
	bottom:10px;
	text-align:center;
	width:100%;
}
#mid .ppqy .swiper-pagination-bullet {
	display:inline-block;
	width:15px;
	height:15px;
	margin:0 5px;
	background:#CCC;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
	opacity: 0.90;
}
#mid .ppqy .swiper-pagination-bullet-active {
	background:#fb3030;
}
#mid .hmpn {
	background: url(../images/partner_bg.jpg) no-repeat center bottom;
	padding:1px 0 20px 0;
	text-align:center;
}
#mid .hmpn article {
	position:relative;
	overflow:hidden;
	margin-top:1px;	
}
#mid .hmpn ul {
	position:absolute;
}
#mid .hmpn ul li {
	float:left;
	width:155px;
	height:95px;
	padding:5px;
	margin:0 10px;
	background:#FFF;
	-moz-box-shadow: 1px 1px 3px #CCC;
	-webkit-box-shadow: 1px 1px 3px #CCC;
	box-shadow: 1px 1px 3px #CCC;
	border:solid 1px #DDD;
}
#mid .hmpn ul li a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	text-align:center;
}
#mid .hmpn ul li a img {
	max-width:100%;
	max-height:100%;
	vertical-align: middle;
	margin-right: -1px;
}
#mid .hmpn ul li a span {
	display: -moz-inline-box;/*针对火狐*/
}
#mid .hmpn ul li a span {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
footer {
	background:#ff311c;
	padding-top:50px;
	text-align:center;
}
footer .btm {
	display:inline-block;
	vertical-align:top;
	color:#FFF;
	width:20%;
}
footer .btm h1 {
	font-size:28px;
	font-weight:normal;
	margin-bottom:20px;
}
footer .btm p {
	margin-top:10px;
	font-size:16px;
}
footer .btm p.msg {
	position:relative;
	height:40px;
	overflow:hidden;
	background:#FFF;
	margin:20px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
footer .btm p.msg input {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	border:none;
	background:none;
	padding:0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer .btm p.msg button {
	position:absolute;
	right:0;
	top:0;
	height:100%;
	padding:0 30px;
	border:none;
	background:#e3e3e3;
	font-family:inherit;
	font-size:16px;
}
footer .btm:first-child p {
	text-align:left;
}
footer .btm:nth-child(2) {
	width:45%;
	padding:0 50px;
	margin:0 5%;
	border:solid #FFF;
	border-width:0 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer .btm_con {
	font-size:14px;
	color:#FFF;
	margin-top:30px;
	padding:20px;
}
footer .btm_con a {
	color:#FFF;
}
#online {
	position: fixed;
	width: 54px;
	height: 220px;
	right: 0;
	bottom: 200px;
	z-index: 9999;
	display:none;
}
#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: #a51019 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: #a51019 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: #a51019 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: #a51019 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;
}
#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;
}
#banner article {
	position:absolute;
	width:100%;
	z-index:2;
	top:25%;
	text-align:center;
	color:#FFF;
	line-height:24px;
	font-size:16px;
}
#banner article h1 {
	font-size:50px;
	font-weight:normal;
}
#banner article p {
	margin-top:40px;
}
#banner article button {
	display:inline-block;
	background: #000;
	border: 1px solid #000;
	color: #FFF;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 20px;
	font-size: 16px;
	margin-top:20px;
	font-family:inherit;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mid .left {
	float:left;
	width:300px;
	margin: 20px 0;
	position: relative;
	top: 0px;
	background:#FFF;
}
#mid .left h1 {
	height:60px;
	line-height:60px;
	color:#FFF;
	font-size:24px;
	font-weight:normal;
	text-align:center;
	background:#343635 url(../images/type_bg.jpg) repeat-x;
}
#mid .left ul li a {
	display:block;
	margin-top:10px;
	background:#7d7d7d;
	line-height:50px;
	height:50px;
	text-align:center;
	color:#FFF;
	font-size:18px;
	position:relative;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mid .left ul li a:after {
	content: "\e6aa";
	font-family:"iconfont" !important;
	font-size:20px;
	position:absolute;
	right:20px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#mid .left ul li a.on,#mid .left ul li a:hover {
	background:#ff311c;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mid .left ul li a:hover {
	padding-left:10px;
}
#mid .left ul li a.on:after {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
#mid .left ul li ul {
	background:#fafafa;
	padding:10px 0;
}
#mid .left ul li ul li a {
	text-align:left;
	background:none;
	border-bottom:dotted 1px #DDD;
	font-size:16px;
	color:#333;
	margin-top:0;
	padding:0 30px;
}
#mid .left ul li ul li a:after {
	content: "\e666";
	font-size:16px;
	color:#666;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
#mid .left ul li ul li a.on,#mid .left ul li ul li a:hover {
	background:none;
	color:#C30;
}
#mid .left ul li ul li a.on:after,#mid .left ul li ul li a:hover:after {
	color:#C30;
}
#mid .right {
	float: right;
	width: 890px;
	overflow: hidden;
	margin: 20px 0;
	background:#fafafa;
	border: solid 1px #DDD;
	-moz-box-shadow: 0px 0px 3px #DDD;
	-webkit-box-shadow: 0px 0px 3px #DDD;
	box-shadow: 0px 0px 3px #DDD;
}
#mid .right h1 {
	border-bottom: solid 1px #DDD;
	line-height: 60px;
	height: 60px;
	-moz-box-shadow: 1px 0px 3px #CCC;
	-webkit-box-shadow: 1px 0px 3px #CCC;
	box-shadow: 1px 0px 3px #CCC;
	text-transform:uppercase;
}
#mid .right h1 div {
	display:inline-block;
	height: 60px;
	border-bottom: solid 2px #C00;
	color: #C00;
	padding: 0 35px;
	font-size: 22px;
	font-weight:normal;
}
#mid .right h1 span {
	float:right;
	font-size:13px;
	padding-right:10px;
	color:#666;
	font-weight:normal;
}
#mid .right h1 span a {
	color:#666;
}
#mid .right h1 span a:hover {
	color:#ff311c;
}
#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 .right .content article #dituContent img {
	max-width:none;
}
#mid .newslist {
	background: #EEE;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 5px 10px;
}
#mid .newslist.wt {
	background: #FFF;
}
#mid .newslist a {
	font-size: 14px;
}
#mid .newslist a:before {
	content:"\e61e";
	font-family:"iconfont" !important;
	margin-right:2px;
	font-size:16px;
}
#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;
}
#mid .down {
	margin-bottom:10px;
}
#mid .down h3 {
	font-size: 15px;
	line-height: 40px;
	height: 40px;
}
#mid .down div {
	background: #EEE;
	height: 40px;
	border-top: 1px solid #DDD;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}
#mid .down .btn {
	float:right;
	background:#DDD;
	border:solid 1px #CCC;
	padding:0 10px;
	line-height:25px;
	margin-top:5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#mid .down .btn:hover {
	background:#D00;
	border:solid 1px #C00;
}
#mid .down .btn:before {
	content:"\e611";
	font-family:"iconfont" !important;
	font-size:18px;
	color:#D00;
	margin-right:5px;
}
#mid .down .btn a {
	color:#333;
	font-size:14px;
}
#mid .down .btn:hover a {
	color:#FFF;
}
#mid .down .btn:hover:before {
	color:#FFF;
}
#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 {
	padding:20px;
}
#form_msg .ipt {
	width: 98%;
	border: solid 1px #CCC;
	height: 33px;
	line-height: 33px;
	padding: 0 1%;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#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: 98%;
	padding: 1%;
	height: 60px;
	line-height: 20px;
	border: solid 1px #CCC;
	margin-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#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;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}
#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;
}
#mid .zzs {
	padding:50px 0;
}
#mid .zzs h1 {
    color:#ff311c;
	font-size:30px;
	text-align:center;
}
#mid .zzs article {
	margin-top:50px;
	line-height:28px;
	font-size:14px;
}
#mid .zzs_msg {
	background: #fff5f3;
	padding:70px 0;
}
#mid .zzs_msg h1 {
	text-align:center;
	font-size:30px;
    color:#ff311c;
}
#mid .zzs_msg h2 {
	text-align:center;
	font-size:18px;
    color:#666;
	margin-top:10px;
	font-weight:normal;
}
#mid .zzs_msg article {
	margin-top:70px;
}
#mid .zzs_msg article .img {
	display:inline-block;
	vertical-align:top;
	width:50%;
}
#mid .zzs_msg article .img img {
	max-width:100%;
}
#mid .zzs_msg article #form_msg {
	display:inline-block;
	width:45%;
	margin-left:2%;
	padding:0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.odmsg {
	position:fixed;
	width:170px;
	right:0;
	top:50%;
	margin-top:-65px;
	z-index:2;
	text-align:right;
}
.odmsg ul li {
	display:inline-block;
	height:50px;
	width:150px;
	margin-top:10px;
	line-height:50px;
	text-align:right;
	background:#0ca4c3;
	font-size:20px;
	-webkit-border-radius: 50px 0 0 50px;
	-moz-border-radius: 50px 0 0 50px;
	border-radius: 50px 0 0 50px;
	-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;
}
.odmsg ul li a {
	display:inline-block;
	width:95%;
	padding-left:5%;
	height:100%;
	color:#FFF;
	text-align:center;
}
.odmsg ul li:last-child {
	background:#70bf25;
}
.odmsg ul li:hover {
	width:170px;
	-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;
}
.backtop {
	position:fixed;
	right:3px;
	bottom:20px;
	z-index:9999;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	background:#333;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	cursor:pointer;
	filter: Alpha(opacity=80);
	-moz-opacity: .80;
	opacity: 0.80;
}
.backtop:hover {
	background:#000;
}
.backtop:before {
	content:"\e6c4";
	font-family:"iconfont" !important;
	color:#FFF;
	font-size:20px;
}
.shutter {
  overflow: hidden;
  width: 100%;
  height: 310px;
  position: relative;
  margin: 0 0 50px 0;  
}
.shutter-img {
  z-index: 1;
}
.shutter-img,
.shutter-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shutter-img a {
  cursor: default;
}
.shutter-img a > img {
  width: 100%;
  height: 100%;
}
.shutter-img .created {
  overflow: hidden;
  position: absolute;
  z-index: 20;
}
.shutter-btn {}
.shutter-btn li {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 49px;
  height: 49px;
  margin-top: -25px;
  cursor: pointer;
}
.shutter-btn li.prev {
  left: 20px;
  background: url(../images/shutter_prevBtn.png) no-repeat 0 -49px;
}
.shutter-btn li.next {
  right: 20px;
  background: url(../images/shutter_nextBtn.png) no-repeat 0 -49px;
}
.shutter-desc {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: url(../images/shutter_shadow.png) repeat;
  display:none;
}
.shutter-desc p {
  padding-left: 20px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
}


/*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: #ce000f;
}
#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: 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;
	}
	header .kk {
		position:relative;
	}
	header .menu,header .tel {
		display:none;
	}
	header .logo {
		height:70px;
		padding-left:10px;
	}
	header .logo img {
		max-height:50px;
	}
	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:#ce000f;
	}

}
@media screen and (max-width: 420px) {
	header .logo {
		height:60px;
	}
	header .logo img {
		max-height:50px;
	}
}
@media screen and (max-width: 320px) {
	header .logo {
		height:50px;
	}
	header .logo img {
		max-height:40px;
	}
}