﻿@charset "utf-8";
@import url("hover.css");
@import url("animate.css");
@import url("swiper.min.css");
@import url("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: #C00;
}
a:active {
	text-decoration: none;
}
a.wl:link, a.wl:visited, a.wl:active {
	color: #FFF;
	text-decoration: none;
}
a.wl:hover {
	color: #F90;
}
a.wb:link, a.wb:visited, a.wb:active {
	color: #069;
	text-decoration: none;
}
a.wb:hover {
	color: #C00;
}
a.wr:link, a.wr:visited, a.wr:active {
	color: #C00;
	text-decoration: none;
}
a.wr:hover {
	color: #000;
}
a.wg:link, a.wg:visited, a.wg:active {
	color: #999;
	text-decoration: none;
}
a.wg:hover {
	color: #C00;
}
.f_black {
	color: #000;
}
.f_red {
	color: #C00;
}
.f_white {
	color: #FFF;
}
.f_gray {
	color: #999;
}
.f_orange {
	color: #F90;
}
.f_green {
	color: #390;
}
.f_blue {
	color: #36F;
}
.f_mblue {
	color: #09C;
}
.f_dblue {
	color: #069;
}
.f_gold {
	color: #F60;
}
.f_pink {
	color: #F6C;
}
.f_Arial {
	font-family: Arial, Helvetica, sans-serif;
}
.f_yk {
	font-family: Microsoft Yahei;
}
.blod {
	font-weight: bold;
}
.noblod {
	font-weight: normal;
}
.px10 {
	font-size: 10px;
}
.px11 {
	font-size: 11px;
}
.px12 {
	font-size: 12px;
}
.px13 {
	font-size: 13px;
}
.px14 {
	font-size: 14px;
}
.px15 {
	font-size: 15px;
}
.px16 {
	font-size: 16px;
}
.px18 {
	font-size: 18px;
}
.px20 {
	font-size: 20px;
}
.px25 {
	font-size: 25px;
}
.input {
	height: 18px;
	border: solid 1px #CCC;
	margin-left: 5px;
	padding: 3px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt35 {
	margin-top: 35px;
}
.mt45 {
	margin-top: 45px;
}
.mb30 {
	margin-bottom: 30px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.line {
	background: url(../images/line.png) repeat-x left center;
	height: 18px;
	width: 100%;
	margin: 0px auto;
	clear: both;
}
.v-m {
	vertical-align: middle;
}
.v-t {
	vertical-align: text-top;
}
.t-c {
	text-align: center;
}
.t-r {
	text-align: right;
}
.clear {
	clear: both;
	line-height: 0px;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.kk {
	width: 1200px;
	margin: 0 auto;
}
.success {
	-webkit-animation: fadeIn 01s ease 0.2s 1 both;
	animation: fadeIn 1s ease 0.2s 1 both;
}
@-webkit-keyframes fadeIn {
from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
@keyframes fadeIn {
from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
/*分页*/
.manu {
	margin: 30px 0px;
	padding-top: 20px;
	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: #026cdc 1px solid;
	color: #666
}
.manu a:active {
	border: #026cdc 1px solid;
}
.manu .current {
	border: #026cdc 1px solid;
	padding: 6px 10px;
	font-weight: bold;
	margin: 2px;
	color: #fff;
	background: #004098;
}
.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: 35px;
	line-height: 35px;
	color: #FFF;
	background: #026cdc;
	font-size: 14px;
	position: relative;
	z-index: 1;
}
header .od ul {
	float: right;
}
header .od ul li {
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
header .od ul li a {
	color: #FFF;
}
header .od ul li:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 15px;
	left: 8px;
	top: 10px;
	background: #999;
}
header .od ul li:first-child:before {
	content: normal;
}
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: 45px;
	display: none;
}
header .logo {
	display: inline-block;
	height: 90px;
	font-size: 0;
	vertical-align: middle;
}
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: 65px;
	vertical-align: middle;
	margin-right: -1px;
}
header .sskw {
	display: inline-block;
	width: 300px;
	margin-left: 120px;
	vertical-align: middle;
}
header .sskw p {
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
header .sskw p a {
	margin: 0 8px;
	color: #666;
}
header .sskw p a:hover {
	color: #C00;
}
header .sskw form {
	width: 100%;
	height: 30px;
	line-height: 30px;
	border: solid 2px #004098;
	position: relative;
}
header .sskw input {
	border: none;
	background: none;
	width: 100%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header .sskw button {
	position: absolute;
	width: 45px;
	height: 30px;
	right: 0;
	top: 0;
	border: none;
	background: #004098;
	cursor: pointer;
}
header .sskw button i {
	font-style: normal;
	font-size: 24px;
	color: #FFF;
	vertical-align: middle;
}
header .tel {
	display: inline-block;
	float: right;
	vertical-align: middle;
	margin-top: 15px;
	padding-left: 60px;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	margin-right: 10px;
}
header .ewm_head {
	float: right;
}
header .ewm_head span img { margin-top:5px;
}
header .tel:before {
	content: "\e688";
	font-family: "iconfont" !important;
	font-size: 48px;
	color: #C00;
	font-weight: normal;
	position: absolute;
	left: 0;
	top:5px;
}
header .tel p {
	color: #C00;
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
header .menu {
	background: #004098;
	height: 60px;
	position: relative;
	transition: height .3s;
	-webkit-transition: height .3s;
	-moz-transition: height .3s;
}
header .menu .mod {
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: solid 2px #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;
}
header .menu li {
	float: left;
}
header .menu li a {
	height: 60px;
	line-height: 60px;
	display: block;
	padding: 0 23px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
header .menu li a span {
	font-size: 16px;
	color: #FFF;
}
header .menu li.mainlevel {
	position: relative;
	z-index: 999;
}
#home .menu li#m0 a span, #page1 .menu li#m1 a span, #page2 .menu li#m2 a span, #page3 .menu li#m3 a span, #page4 .menu li#m4 a span, #page5 .menu li#m5 a span, #page6 .menu li#m6 a span, #page7 .menu li#m7 a span, #page8 .menu li#m8 a span, #page9 .menu li#m9 a span, #page10 .menu li#m10 a span {
	display: block;
	color: #FC9;
	border-bottom: solid 2px #FC9;
	margin-top: -2px;
}
header .menu li ul {
	width: 120px;
	position: absolute;
	background: #FFF;
	display: none;
	top: 60px;
	left: 0px;
	filter: Alpha(opacity=95);
	-moz-opacity: .95;
	opacity: 0.95;
}
header .menu li ul li {
	background: none;
	width: 120px;
	margin: 0;
	padding: 0;
}
header .menu li ul li a {
	font-size: 13px;
	font-weight: normal;
	width: 120px;
	line-height: 35px;
	height: 35px;
	display: block;
	text-align: center;
	padding: 0;
	overflow: hidden;
	border-bottom: solid 1px #EEE;
}
header .menu li ul li a:hover {
	color: #FFF;
	font-weight: normal;
	background-color: #004098;
	border-bottom: solid 1px #004098;
}
/*scoll*/
header.scroll .btop {
	display: block;
}
header.scroll .menu {
	position: fixed;
	height: 45px;
	width: 100%;
	top: 0;
}
header.scroll .menu li a {
	height: 45px;
	line-height: 45px;
}
header.scroll .menu li ul {
	top: 45px;
}
header.scroll .menu li ul li a {
	line-height: 35px;
	height: 35px;
}
/*幻灯片*/
#bn {
	position: relative;
	width: 100%;
}
#bn .prev, #bn .next {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 50%;
	margin-top: -18px;
	background: #000;
	background-size: 100% 100%;
	border-radius: 50%;
	border: solid 1px #000;
	cursor: pointer;
	z-index: 3;
	filter: Alpha(opacity=50);
	-moz-opacity: .50;
	opacity: 0.50;
}
#bn .prev:before, #bn .next:before {
	content: "\e7ab";
	font-family: "iconfont" !important;
	vertical-align: middle;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 35px;
	font-size: 28px;
	color: #FFF;
	text-align: center;
}
#bn .prev {
	left: -40px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#bn .next {
	right: -40px;
}
#bn:hover .prev, #bn:hover .next, #bn .prev, #bn .next {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#bn:hover .prev {
	left: 10px;
}
#bn:hover .next {
	right: 10px;
}
#bn .img {
	height: 520px;
	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: #004098;
}
/**/
#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 #004098;
}
#mid .tit2 {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	color: #777;
}
#mid a.ann {
	position: relative;
	display: block;
	width: 180px;
	height: 40px;
	margin: 30px auto 0 auto;
	line-height: 40px;
	color: #004098;
	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 #004098;
	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: #004098;
	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 #004098;
	color: #004098;
	-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 #004098;
}
#mid .ann2 a:hover:after {
	background: #004098;
}
#mid .hmpro .kk {
	position: relative;
}
#mid .hmpro .type {
	position: absolute;
	width: 20%;
	height: 100%;
	height: calc(100vh - 20px) !important;
	top: 32px;
	left: 0;
	border: solid 1px #DDD;
	background: #F9F9F9;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#mid .hmpro .type dl {
	padding: 20px;
	border-bottom: solid 1px #DDD;
}
#mid .hmpro .type dl:last-child {
	border-bottom: none;
}
#mid .hmpro .type dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #004098;
	display: block;
}
#mid .hmpro .type dl dt span {
	float: right;
}
#mid .hmpro .type dl dd {
	display: inline-block;
	font-size: 14px;
	width: 50%;
	margin-right: -3px;
	margin-top: 15px;
}
#mid .hmpro .type dl a {
	color: #666;
}
#mid .hmpro .type dl a:hover {
	color: #004098;
}
#mid .hmpro .swiper-container {
	float: right;
	width: 78%;
	margin-top: 30px;
	padding-bottom: 50px;
	padding-top: 2px;
}
#mid .hmpro .swiper-slide {
	border: solid 1px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 5px 20px 5px;
	background: #FFF;
	webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#mid .hmpro .swiper-slide:hover {
	border-bottom: solid 3px #004098;
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
#mid .hmpro .swiper-slide .img {
	width: 100%;
	overflow: hidden;
}
#mid .hmpro .swiper-slide .img img {
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#mid .hmpro .swiper-slide .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .hmpro .swiper-slide h3 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 10px 10px 0 10px;
	font-size: 16px;
	font-weight: 300;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .hmpro .swiper-slide p {
	line-height: 24px;
	font-size: 14px;
	color: #666;
	padding: 0 10px;
}
#mid .hmpro .swiper-slide p span {
	display: inline-block;
	width: 50%;
	margin-right: -3px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .hmpro .swiper-pagination-bullet-active {
	background: #004098;
}
#mid .hmab {
}
#mid .hmab .img {
	margin-top: 30px;
}
#mid .hmab .img img {
	width: 100%;
}
#mid .hmab .txt {
	text-align: center;
	margin-top: 30px;
}
#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: #004098;
	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;
}
#mid .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;
}
#mid .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;
}
#mid .hmnews .news_menu ul li.on {
	background: #004098;
	border: solid 2px #004098;
	color: #FFF;
}
#mid .hmnews .news_menu span {
	float: right;
	font-size: 16px;
	margin-top: 10px;
}
#mid .hmnews .news_con {
	margin-top: 30px;
}
#mid .hmnews .news_con article {
	display: none;
}
#mid .hmnews .news_con article.on {
	display: block;
}
#mid .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;
}
#mid .hmnews .news_con article .img img {
	width: 100%;
	height: 100%;
}
#mid .hmnews .news_con article .con {
	float: right;
	width: 400px;
}
#mid .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;
}
#mid .hmnews .news_con article .con p {
	line-height: 22px;
	font-size: 14px;
}
#mid .hmnews .news_con article a .con p {
	color: #666;
}
#mid .hmnews .news_con article .con .btn {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	background: #004098;
	color: #FFF;
	padding: 0 20px;
	font-size: 15px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-top: 15px;
}
#mid .hmnews .news_con article ul {
	margin-top: 15px;
}
#mid .hmnews .news_con article ul li {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}
#mid .hmnews .news_con article ul li a:before {
	content: "\e6c0";
	font-family: "iconfont" !important;
	font-size: 13px;
	vertical-align: middle;
	margin-right: 5px;
}
#mid .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;
}
#mid .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: #004098;
	border: solid 2px #004098;
	color: #FFF;
	font-weight: normal;
}
#mid .hmnews2 h1 span {
	float: right;
	font-size: 16px;
	margin-top: 10px;
	font-weight: normal;
}
#mid .hmnews2 ul {
	margin-top: 10px;
}
#mid .hmnews2 ul li {
	border-bottom: dashed 1px #CCC;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
}
#mid .hmnews2 ul li a:before {
	content: "\e61e";
	font-family: "iconfont" !important;
	font-size: 25px;
	vertical-align: middle;
}
#mid .hmnews2 ul li:last-child {
	border-bottom: none;
}
#mid .link {
	margin: 30px 0;
	padding: 20px;
	border: solid 2px #DDD;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	position: relative;
}
#mid .link h1 {
	position: absolute;
	top: 27px;
	font-weight: normal;
	color: #004098;
}
#mid .link h1 span {
	margin-left: 5px;
}
#mid .link ul {
	padding-left: 150px;
}
#mid .link ul li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom:20px;
	font-size: 14px;
	background:#fff;
	height:100px;
	width:129px;
	overflow:hidden;
	vertical-align:middle;
	text-align:center;
}
#mid .link ul li a img{ height:80px; width:auto; vertical-align:middle;}
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 #aeaeae;
	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;
	border-bottom:1px solid #36F;
}
#online ul li .sidebox {
	position: absolute;
	width: 54px;
	height: 54px;
	top: 0;
	right: 0;
	background: #004098;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	z-index: 100;
}
#online ul li .sidebox i{ color:#fff; font-size:28px; position:relative; left:18px; top:12px;}
#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: -180px;
	width: 180px;
	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: -150px;
	width: 150px;
	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;
	color:#Fff;
}

.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: #004098;
	position: relative;
	overflow: hidden;
	border: solid 1px #026cdc;
}
#mid .left h1:after {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	background: #e9410a;
	left: 0;
	top: 0;
	transform: rotate(-13.8deg);
}
#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;*/
	background: #EEE url(../images/td_l.png) no-repeat 220px center;
	margin: -1px -1px 0 -1px;
	border-bottom-width: 5px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#mid .left .type.on a {
	color: #000;
}
#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 .left dl {
	margin: 10px;
}
#mid .left dl dt {
	font-size: 15px;
	border: solid 1px #EEE;
	background: #F6F6F6;
	padding: 5px 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
#mid .left dl dt span {
	float: right;
	font-size: 14px;
	font-weight: normal;
}
#mid .left dl dd {
	display: inline-block;
	width: 50%;
	margin-right: -3px;
}
#mid .left dl dd a {
	padding: 5px 10px;
	line-height: 30px;
	font-size: 14px;
}
#mid .left dl dd a:hover, #mid .left dl dd a.on {
	background: #004098;
	color: #FFF;
}
#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: #004098;
	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: #e9410a;
	left: 0;
	top: 0;
	transform: rotate(-20.8deg);
}
#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 h1 div span i {
	display: none;
}
#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;
	white-space: nowrap;
	text-overflow: ellipsis;
	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: #026cdc;
	color: #FFF;
	border: 1px solid #026cdc;
}
#showinfo .btn2 a {
	background: #026cdc;
	border: 1px solid #004098;
	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: #004098;
	border: 1px solid #026cdc;
	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;
}
#mid .choose {
	padding: 25px;
}
#mid .choose dt {
	display: inline-block;
	font-size: 14px;
}
#mid .choose dd {
	display: inline-block;
}
#mid .choose dd a {
	padding: 4px 12px;
	background: #fee8c7;
	border: solid 1px #F90;
	margin: 0 15px 0 5px;
	font-size: 13px;
	position: relative;
}
#mid .choose dd a:after {
	content: "x";
	position: absolute;
	width: 12px;
	height: 12px;
	right: -6px;
	top: -6px;
	font-size: 12px;
	line-height: 7px;
	text-align: center;
	overflow: hidden;
	border: solid 1px #F90;
	background: #C00;
	color: #FFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#mid .carlist h2 {
	background: #F9F9F9;
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	padding: 10px;
}
#mid .carlist h2 span {
	font-size: 15px;
	margin: 0 15px;
}
#mid .carlist h2 span i {
	font-weight: normal;
	font-style: normal;
	margin-left: 5px;
}
#mid .carlist h2 span select {
	border: solid 1px #DDD;
	margin: 0 5px;
}
#mid .carlist h2 span.lb {
	float: right;
}
#mid .carlist h2 span.lb i {
	border: solid 1px #DDD;
	font-size: 14px;
	padding: 3px 8px;
	background: #FFF;
	margin-left: 10px;
}
#mid .carlist h2 span.lb i.on {
	background: #004098;
	color: #FFF;
}
#mid .carlist h2 span.lb a:first-child i:before {
	content: "\e88f";
	font-family: "iconfont" !important;
	font-size: 18px;
	margin-right: 3px;
	vertical-align: middle;
}
#mid .carlist h2 span.lb a:last-child i:before {
	content: "\e661";
	font-family: "iconfont" !important;
	font-size: 18px;
	margin-right: 3px;
	vertical-align: middle;
}
#mid .carlist .list1 li {
	border-bottom: solid 1px #DDD;
	padding: 20px;
}
#mid .carlist .list1 li:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
#mid .carlist .list1 li .img {
	display: inline-block;
	width: 25%;
	margin-right: -3px;
}
#mid .carlist .list1 li .img img {
	width: 100%;
	height: 100%;
}
#mid .carlist .list1 li .txt {
	float: right;
	display: inline-block;
	width: 75%;
	margin-right: -3px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
#mid .carlist .list1 li .txt h3 {
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0;
	color: #c30202;
}
#mid .carlist .list1 li .txt h3 span{
	font-size: 16px;
	font-weight: normal;
	margin: 0 10px;
	color: #666;
}
#mid .carlist .list1 li .txt p {
	margin-top: 5px;
	font-size: 14px;
}
#mid .carlist .list1 li .txt p span {
	margin-right: 30px;
	color: #666;
}
#mid .carlist .list1 li .txt .price {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -40px;
	font-size: 14px;
	text-align: center;
}
#mid .carlist .list1 li .txt .price i {
	font-size: 25px;
	font-style: normal;
	display: block;
	color: #C00;
}
#mid .carlist .list1 li .txt .price span {
	display: block;
	margin-top: 20px;
	background: #e9410a;
	color: #FFF;
	padding: 5px 10px;
}
#mid .carlist .list1 li .txt .tag {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 3px 6px;
	border: solid 1px #e9410a;
	color: #e9410a;
	font-size: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#mid .carlist .list1 li .txt .tag:nth-child(2) {
	border: solid 1px #369;
	color: #369;
}
#mid .carlist .list1 li .txt .tag:nth-child(3) {
	border: solid 1px #390;
	color: #390;
}
#mid .carlist .list1 li .txt .tag:nth-child(4) {
	border: solid 1px #936;
	color: #936;
}
#mid .carlist .list1 li .txt .tag:nth-child(5) {
	border: solid 1px #09F;
	color: #09F;
}
#mid .carlist .list1 li .txt .yh {
	margin-top: 10px;
}
#mid .carlist .list1 li .txt .yh i {
	font-style: normal;
	padding: 2px 4px;
	background: #e9410a;
	color: #FFF;
	font-size: 14px;
	margin-right: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mid .carlist .list2 {
	padding: 0 20px 0 23px;
}
#mid .carlist .list2 li {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	margin-top: 20px;
	margin-left: -3px;
	border: solid 1px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 5px 20px 5px;
	background: #FFF;
	webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#mid .carlist .list2 li:nth-child(3n+0) {
	margin-right: 0;
}
#mid .carlist .list2 li:hover {
	border-bottom: solid 3px #004098;
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
#mid .carlist .list2 li .img {
	width: 100%;
	overflow: hidden;
}
#mid .carlist .list2 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 .carlist .list2 li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#mid .carlist .list2 li h3 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 10px 10px 0 10px;
	font-size: 16px;
	font-weight: 300;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .carlist .list2 li h3 span{
	font-size: 14px;
	font-weight: 300;
	color: #666;
	padding-left: 20px;
}
#mid .carlist .list2 li p {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#mid .carlist .list2 li p span:nth-child(2n+0) {
	float: right;
}
#showcar .location {
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	margin-top: 10px;
}
#showcar .movepic {
	float: left;
	width: 550px;
	margin-top: 10px;
	margin-right: 50px;
	position: relative;
}
#showcar .movepic > a {
	display: block;
	border: solid 1px #CCC;
}
#showcar .movepic > a img {
	width: 100%;
	vertical-align: bottom;
}
#showcar .movepic .gallery-top {
	border: solid 1px #CCC;
	overflow: hidden;
}
#showcar .movepic .gallery-top .swiper-slide {
	text-align: center;
}
#showcar .movepic .gallery-top .swiper-slide img {
	height: 100%;
}
#showcar .movepic .gallery-thumbs {
	height: 80px;
	width: 100%;
	margin: 20px auto;
	overflow: hidden;
	position: relative;
}
#showcar .movepic .gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 0.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #CCC;
}
#showcar .movepic .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border: solid 2px #004098;
}
#showcar .movepic .gallery-thumbs .swiper-slide img {
	height: 100%;
	width: 100%;
}
#showcar .movepic .move-left {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -75px;
	left: 10px;
	cursor: pointer;
	text-align: center;
	z-index: 1;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#showcar .movepic .move-left:after {
	content: "\e666";
	font-family: "iconfont" !important;
	font-size: 30px;
	line-height: 40px;
	color: #FFF;
	opacity: 0.2;
}
#showcar .movepic .move-right {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -75px;
	right: 10px;
	cursor: pointer;
	text-align: center;
	z-index: 1;
}
#showcar .movepic .move-right:after {
	content: "\e666";
	font-family: "iconfont" !important;
	font-size: 30px;
	line-height: 40px;
	color: #FFF;
	opacity: 0.2;
}
#showcar .movepic:hover .move-left, #showcar .movepic:hover .move-right {
	background: #FFF;
	opacity: 0.6;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
#showcar .movepic:hover .move-left:after, #showcar .movepic:hover .move-right:after {
	color: #000;
	opacity: 1;
}
#showcar .protxt {
	float: left;
	width: calc(100% - 600px);
	width: 580px\9;
}
#showcar .protxt h1 {
	font-size: 25px;
	font-weight: normal;
	margin-top: 10px;
}
#showcar .protxt h1 span{
	font-size: 18px;
	font-weight: normal;
	margin-left: 20px;
}
#showcar .protxt p {
	margin-top: 10px;
	font-size: 14px;
}
#showcar .protxt p span {
	margin-right: 30px;
}
#showcar .protxt .price {
	font-size: 25px;
	font-style: normal;
	color: #c30202;
}
#showcar .protxt .tag {
	display: inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 3px 6px;
	border: solid 1px #e9410a;
	color: #e9410a;
	font-size: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
#showcar .protxt .tag a {
	color: #e9410a;
}
#showcar .protxt .tag:nth-child(2) {
	border: solid 1px #369;
	color: #369;
}
#showcar .protxt .tag:nth-child(2) a {
	color: #369;
}
#showcar .protxt .tag:nth-child(3) {
	border: solid 1px #390;
	color: #390;
}
#showcar .protxt .tag:nth-child(3) a {
	color: #390;
}
#showcar .protxt .tag:nth-child(4) {
	border: solid 1px #936;
	color: #936;
}
#showcar .protxt .tag:nth-child(4) a {
	color: #936;
}
#showcar .protxt .tag:nth-child(5) {
	border: solid 1px #09F;
	color: #09F;
}
#showcar .protxt .tag:nth-child(5) a {
	color: #09F;
}
#showcar .protxt .yh {
	margin-bottom: 10px;
}
#showcar .protxt .yh i {
	font-style: normal;
	padding: 2px 4px;
	background: #e9410a;
	color: #FFF;
	font-size: 14px;
	margin-right: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#showcar .procon {
	line-height: 28px;
	font-size: 14px;
	overflow: hidden;
}
#showcar .procon h1 {
	height: 45px;
	background: #F3F3F3;
	margin-bottom: 20px;
}
#showcar .procon h1 div {
	display: inline-block;
	background: #004098;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}
#showcar .procon .con {
	margin: 20px 0px;
}
#showcar .procon .con .cxtab {
	border-top: solid 1px #DDD;
	border-left: solid 2px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#showcar .procon .con .cxtab ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
	margin-left: -1px;
	border-right: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#showcar .procon .con .cxtab ul li:nth-child(odd) {
	width: 15%;
	background: #F3F3F3;
}
#showcar .procon .con .cxtab ul li:nth-child(even) {
	width: 35%;
}
#showcar .procon .con .list {
}
#showcar .procon .con .list li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin-right: -4px;
	border: solid 1px #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 5px 20px 5px;
	background: #FFF;
	webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#showcar .procon .con .list li:hover {
	border-bottom: solid 3px #004098;
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.3);
	box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
#showcar .procon .con .list li .img {
	width: 100%;
	overflow: hidden;
}
#showcar .procon .con .list li .img img {
	width: 100%;
	height: 100%;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
#showcar .procon .con .list li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#showcar .procon .con .list li h3 {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 10px 10px 0 10px;
	font-size: 16px;
	font-weight: 300;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#showcar .procon .con .list li p {
	line-height: 24px;
	font-size: 14px;
	color: #666;
	padding: 0 10px;
}
#showcar .tmenu {
	clear: both;
	border-bottom: solid 1px #DDD;
}
#showcar .tmenu li {
	display: inline-block;
	line-height: 50px;
	font-size: 18px;
	margin-right: 20px;
	padding: 0 10px;
	cursor: pointer;
}
#showcar .tmenu li.on {
	color: #e00012;
	border-bottom: solid 2px #e00012;
}
#showcar .tmenu li.on:before {
	color: #e00012;
}
/*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: #494D50;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 101;
	overflow: auto;
	-webkit-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	-moz-box-shadow: 3px 0 7px rgba(0,0,0,.55);
	box-shadow: 3px 0 7px rgba(0,0,0,.55);
	display: none;
}
#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: #004098;
}
#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: #004098;
	z-index: 999;
	-moz-box-shadow: 0px -1px 1px #990004;
	-webkit-box-shadow: 0px -1px 1px #990004;
	box-shadow: 0px -1px 1px #fff;
}
.odline li {
	display: inline-block;
	width: 25%;
	height: 50px;
	margin-right: -3px;
	text-align: center;
	border-right: solid 1px #fff;
	-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, header .sskw, header .tel,header .ewm_head, #online {
	display: none;
}
header .logo {
	height: 60px;
}
header .logo img {
	max-height: 40px;
	margin-left: 10px;
}
header .btop {
	height: 40px;
}
header .menubtn {
	position: absolute;
	cursor: pointer;
	text-align: center;
	right: 10px;
	top: 50%;
	margin-top: -18px;
}
header .menubtn:before {
	content: "\e639";
	font-family: "iconfont" !important;
	color: #000;
	font-size: 28px;
}
header .menubtn:hover:before {
	color: #ee362a;
}
#bn .img {
	height: auto;
}
#bn .img img {
	display: block;
	width: 100%;
}
#mid .tit, #mid .tit2 {
	padding: 0 10px;
}
#mid .hmpro .type {
	display: none;
}
#mid .hmpro .swiper-container {
	float: none;
	width: 100%;
	margin-top: 20px;
}
#mid .hmpro .swiper-slide p span {
	display: block;
	width: 100%;
	margin-right: 0;
}
#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%;
}
#mid .hmnews {
	float: none;
	width: calc(96% - 40px);
	margin: 30px auto 0 auto;
	height: auto;
}
#mid .hmnews .news_menu ul li {
	padding: 8px 20px;
}
#mid .hmnews .news_con article .img {
	width: 40%;
}
#mid .hmnews .news_con article .con {
	width: 55%;
}
#mid .hmnews2 {
	float: none;
	width: calc(96% - 40px);
	margin: 30px auto 0 auto;
	height: auto;
}
#mid .hmnews2 h1 div {
	padding: 8px 20px;
}
#mid .link {
	width: calc(96% - 40px);
	margin: 30px auto;
}
#mid .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 .right h1 div span i {
	display: block;
	float: right;
	font-style: normal;
	font-size: 13px;
	background: #ee362a;
	padding: 0px 10px;
	line-height: 28px;
	margin-top: 10px;
	color: #FFF;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	cursor: pointer;
}
#showinfo #bpicmain, #showinfo #spic {
	display: none;
}
#showinfo .swiper-container {
	display: block;
	margin-top: 20px;
}
#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;
}
#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;
}
#mid .cartype {
	display: none;
	width: 100%;
	float: none;
	margin: 0;
	z-index: 3;
	background: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#mid .cartype h1 {
	display: none;
}
#mid .cartype dl {
	margin: 20px;
}

#mid .carlist h2 {
	padding: 10px 0px;
}
#mid .carlist h2 span {
	margin: 0 10px;
	float: left;
}
#mid .carlist h2 span:nth-child(3) {
	display: block;
	margin-top: 10px;
	clear: left;
}
#mid .carlist h2 span.lb {
	float: right;
	margin-top: 10px;
}
#mid .carlist .list1 li .img {
	width: 100%;
	margin-right: 0;
}
#mid .carlist .list1 li .txt {
	float: none;
	width: 100%;
	margin-right: 0;
	padding-left: 0;
}
#mid .carlist .list1 li .txt .price {
	position: relative;
	right: 0;
	top: 0;
	margin-top: 0;
	text-align: left;
}
#mid .carlist .list1 li .txt .price i {
	display: inline-block;
	margin-right: 5px;
}
#mid .carlist .list1 li .txt .price span {
	display: none;
}
#mid .carlist .list2 {
	padding: 0 10px 0 13px;
}
#mid .carlist .list2 li {
	width: 49%;
	padding: 5px;
}
#mid .carlist .list2 li:nth-child(3n+0) {
	margin-right: 2%;
}
#mid .carlist .list2 li:nth-child(2n+0) {
	margin-right: 0;
}
#mid .carlist .list2 li h3 {
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 15px;
}
#mid .carlist .list2 li p {
	display: none;
}
#mid .carlist .list2 li p span {
	display: none;
}
#mid .carlist .list2 li p.pr {
	display: block;
	padding: 0;
	line-height: normal;
}
#mid .carlist .list2 li p.pr span:nth-child(1) {
	display: block;
}
#showcar {
	width: 96%;
	margin: 2%;
}
#showcar .location {
	line-height: 30px;
	height: 30px;
}
#showcar .movepic {
	float: none;
	width: 100%;
	margin: 2% 0;
}
#showcar .protxt {
	float: none;
	width: 100%;
}
#showcar .procon {
	padding-top: 10px;
	margin-top: 20px;
	border-top: dotted 1px #CCC;
}
#showcar .procon .con img {
	max-width: 100%;
}
#showcar .procon .con .cxtab ul li:nth-child(odd) {
	width: 35%;
}
#showcar .procon .con .cxtab ul li:nth-child(even) {
	width: 65%;
}
#showcar .procon .con .list li {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
}
#showcar .tmenu li {
	display: inline-block;
	width: 25%;
	margin-right: -4px;
	padding: 0;
	font-size: 16px;
	text-align: center;
}
}
@media screen and (max-width: 420px) {
#mid .tit {
	font-size: 22px;
}
#mid .hmab .txt {
	width: 90%;
	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);
}
#mid .hmnews .news_con article .img {
	float: none;
	width: 100%;
	height: 200px;
}
#mid .hmnews .news_con article .con {
	float: none;
	width: 100%;
}
footer .btm_con .ewm span {
	margin: 0;
}
#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%;
}
#mid .choose dd:nth-child(4) {
	margin-top: 25px;
	margin-left: 56px;
}
}
@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;
}
}
