﻿@import url("hover.css");
@import url("animate.css");
@import url("swiper.min.css");
@import url("font/iconfont.css");
@font-face {
	font-family: 'DIN Condensed Bold';
	src: url('font/DIN Condensed Bold.eot');
	src: url('font/DIN Condensed Bold.eot?#iefix') format('embedded-opentype');
	src: url('font/DIN Condensed Bold.woff') format('woff'), url('font/DIN Condensed Bold.ttf') format('truetype'), url('font/DIN Condensed Bold.svg#DIN Condensed Bold') format('svg'), local('DIN Condensed Bold');
	font-weight: normal;
	font-style: normal;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 14px;
	color: #333;
	font-family: "Roboto", 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: "Roboto", 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: #fa0000;
}
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: 96%;
	max-width: 1560px;
	margin: 0 auto;
}
.success {
	-webkit-animation: fadeIn 0.5s ease 0.1s 1 both;
	animation: fadeIn 0.5s ease 0.1s 1 both;
}
@-webkit-keyframes fadeIn {
from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
@keyframes fadeIn {
from {
 opacity: 0;
}
to {
	opacity: 1;
}
}
/*分页*/
.page {
	width: 100%;
	text-align: center;
	font-size: 15px;
	margin: 30px 0;
}
.page span {
	margin: 0 2px;
}
.page span a {
	padding: 5px 10px;
	color: #666;
	border: solid 1px #DDD;
	background-color: #FFF;
}
.page span a:hover {
	border: solid 1px #fa0000;
	color: #666;
}
.page span.current {
	color: #FFF;
	background: #fa0000;
	padding: 5px 10px;
	border: solid 1px #fa0000;
}
/**/
header {
	position: fixed;
	width: 100%;
	padding: 20px 2%;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
header:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fa0000;
	left: 0;
	top: 0;
	z-index: -1;
}
header .logo {
	display: inline-block;
}
header .logo:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
header .logo img {
	max-height: 70px;
	vertical-align: middle;
	margin-left: -1px;
	margin-right: 10px;
}
header .logo span {
	vertical-align: middle;
	font-size: 30px;
	font-family: 'Roboto Condensed';
	font-weight: 600;
}
header .logo a {
	color: #FFF;
}
header .search {
	display: inline-block;
	vertical-align: middle;
	background-color: #FFF;
	margin-left: 10%;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
header .search .select {
	display: inline-block;
	height: 40px;
	padding: 0 10px 0 20px;
	border-right: solid 1px rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.05);
}
header .search .select select {
	height: 40px;
	border: none;
	font-size: 13px;
	background-color: transparent;
	max-width: 100px;
}
header .search .keyword {
	width: 40vh;
	height: 30px;
	border: none;
	font-size: 13px;
	padding: 0 10px;
}
header .search .submit {
	font-family: "iconfont" !important;
	border: none;
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	font-size: 30px;
	padding: 0 15px 0 10px;
	height: 40px;
	vertical-align: top;
}
header .od {
	display: inline-block;
	float: right;
	clear: right;
	font-size: 18px;
	color: #FFF;
	font-family: 'Roboto Condensed';
	font-weight:600;
}
header .od i {
	font-family: "iconfont" !important;
	font-style: normal;
	margin-right: 5px;
	font-size: 22px;
	vertical-align: middle;
}
header .protype {
	display: inline-block;
	margin-top: 20px;
	position: relative;
	z-index: 2;
}
header .protype h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
}
header .protype h3:after {
	content: "\e6aa";
	font-family: "iconfont" !important;
	margin-left: 5px;
}
header .protype > ul {
	display: none;
	position: absolute;
	padding: 50px 0 20px 0;
	z-index: 1;
}
header .protype > ul:before {
	content: "";
	position: absolute;
	width: 100%;
	height: calc(100% - 26px);
	background-color: #FFF;
	left: 0;
	bottom: 0;
	z-index: -1;
}
header .protype > ul:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: #FFF;
	left: 50px;
	top: 18px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
header .protype > ul > li {
	position: relative;
	padding: 0 20px;
}
header .protype > ul > li a {
	display: block;
	white-space: nowrap;
	word-break: break-all;
	line-height: 2;
	padding-right: 50px;
	position: relative;
}
header .protype > ul > li > a:after {
	content: "\e666";
	font-family: "iconfont" !important;
	position: absolute;
	right: -5px;
	top: 0;
}
header .protype > ul > li:hover > a {
	color: #fa0000;
}
header .protype > ul > li > ul {
	position: absolute;
	padding: 20px;
	z-index: 1;
	background-color: #FFF;
	display: none;
}
header .menu {
	display: inline-block;
	float: right;
	clear: right;
	position: relative;
	z-index: 1;
	margin-top: 15px;
}
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;
	z-index: 1;
}
header .menu ul li {
	display: inline-block;
	margin-right: 40px;
}
header .menu ul li:last-child {
	margin-right: 0;
}
header .menu ul li a {
	display: block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	font-weight: 600;
	color: #FFF;
	text-transform: uppercase;
}
.btop {
	height: 140px;
}
/*幻灯片*/
#bn {
	position: relative;
	width: 100%;
}
#bn .prev, #bn .next {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	z-index: 3;
}
#bn .prev:focus, #bn .next:focus {
	outline: none;
}
#bn .prev:before, #bn .next:before {
	content: "\e666";
	font-family: "iconfont" !important;
	vertical-align: middle;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 50px;
	font-size: 50px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
}
#bn .prev:hover:before, #bn .next:hover:before {
	color: #fa0000;
}
#bn .prev {
	left: -60px;
}
#bn .prev:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#bn .next {
	right: -60px;
}
#bn:hover .prev, #bn:hover .next, #bn .prev, #bn .next {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#bn:hover .prev {
	left: 10px;
}
#bn:hover .next {
	right: 10px;
}
#bn .img {
	height: 450px;
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
#bn .img img {
	display: none;
}
#bn .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 13px;
	filter: Alpha(opacity=60);
	-moz-opacity: .60;
	opacity: 0.60;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#bn .swiper-pagination-bullet-active {
	background: #fa0000;
	width: 24px;
	filter: Alpha(opacity=90);
	-moz-opacity: .90;
	opacity: 0.90;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
/**/
.midbody {
	position: relative;
	z-index: 1;
}
.midbody .hmmain {
	display: flex;
	display: -webkit-flex; /* Safari */
	margin:30px 0;
    justify-content:space-between;
}
.midbody .hmmain .hmab {
	width:30%;
}
.midbody .hmmain .about {
	background-color:#F5F5F5;
	padding:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.midbody .hmmain .about h1 {
	font-size:25px;
	font-family: 'Roboto Condensed';
}
.midbody .hmmain .about article {
	line-height:1.8;
	margin:20px 0;
	font-size:15px;
}
.midbody .hmmain .about article p {
	margin-top:10px;
}
.midbody .hmmain .about dl {
	margin-top:20px;
	font-size:15px;
	padding-left:40px;
	position:relative;
}
.midbody .hmmain .about dl dt {
	font-weight:600;
}
.midbody .hmmain .about dl dd {
	color:#fa0000;
	font-weight:600;
	margin-top:5px;
}
.midbody .hmmain .about dl:before {
	font-family: "iconfont" !important;
	position:absolute;
	left:0;
	top: 50%;
	margin-top:-15px;
	font-size:30px;
	color:#000;
}
.midbody .hmmain .about dl.tel:before {
	content:"\e610";
}
.midbody .hmmain .about dl.email:before {
	content:"\e62a";
}
.midbody .hmmain .about dl.add:before {
	content:"\e65c";
}
.midbody .hmmain .swiper-container {
	margin-top:30px;
}
.midbody .hmmain .swiper-container .swiper-slide img {
	max-width:100%;
	height:100%;
}
.midbody .hmmain .swiper-container .swiper-pagination-bullet-active {
 background: #fa0000;
}
.midbody .hmmain .product {
	width: calc(70% - 30px);
	background-color:#F5F5F5;
	padding:30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.midbody .hmmain .product h1 {
	font-size:25px;
	font-family: 'Roboto Condensed';
	text-transform:uppercase;
}
.midbody .hmmain .product ul li {
	display: inline-block;
	width: 32%;
	margin-right: 2%;
	margin-left: -3px;
	margin-top: 20px;
	text-align: center;
	vertical-align: top;
}
.midbody .hmmain .product ul li:nth-child(3n+0) {
	margin-right: 0;
}
.midbody .hmmain .product ul li .img {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	padding: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #E6E6E6;
}
.midbody .hmmain .product ul li .img:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
.midbody .hmmain .product ul li .img img {
	vertical-align: middle;
	margin-left: -1px;
	width: 100%;
	height: 100%;
	max-height: 100% !important;
	max-width: 100% !important;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.midbody .hmmain .product ul li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.midbody .hmmain .product ul li h3 {
	font-size: 15px;
	margin: 10px 0;
	font-weight: normal;
}
.midbody  a.ann {
	position: relative;
	display: block;
	width: 150px;
	height: 35px;
	margin: 30px auto 0 auto;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	z-index: 1;
}
.midbody a.ann .hover {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	display: block;
	border: 2px solid #FA0000;
	width: 100%;
	height: 100%;
	background: #FFF;
	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;
}
.midbody a.ann:hover .hover {
	background: #FA0000;
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
}
.midbody a.ann:hover {
	color: #fff;
}
.midbody .hmad {
	padding:30px 0;
	background-color: #FA0000;
}
.midbody .hmad ul {
	display: flex;
	display: -webkit-flex; /* Safari */
	justify-content: space-between;
}
.midbody .hmad ul li {
	margin-right:2%;
}
.midbody .hmad ul li:last-child {
	margin-right:0;
}
.midbody .hmad ul li .img {
	display:inline-block;
	width:70px;
	height:70px;
	margin-left:-3px;
	vertical-align:top;
	background-color:#FFF;
	text-align:center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow:hidden;
}
.midbody .hmad ul li .img:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
.midbody .hmad ul li .img img {
	vertical-align: middle;
	margin-left: -1px;
	max-width:100%;
}
.midbody .hmad ul li article {
	display:inline-block;
	width:calc(100% - 70px);
	margin-left:-3px;
	line-height:1.5;
	padding-left:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.midbody .hmad ul li article h3 {
	font-size:18px;
	color:#FFF;
}
.midbody .hmad ul li article p {
	margin-top:5px;
	color:rgba(255,255,255,0.8);
}
footer {
 position: relative;
 margin-top: 50px;
}
footer > .kk {
 display: flex;
 justify-content: space-between;
}
footer .btm_contact {
 width: 35%;
 display: inline-block;
 margin-left: -3px;
 margin-right: 1%;
 vertical-align: top;
}
footer .btm_contact dl {
 display: flex;
 align-items: center;
 margin-bottom: 20px;
 font-size: 18px;
}
footer .btm_contact dl dt {
 color: rgba(0,0,0,0.3);
 margin-right: 5px;
}
footer .btm_contact dl dd {
	font-family: 'Roboto Condensed';
 font-size: 25px;
}
footer .btm_contact dl:last-child {
 align-items: baseline;
 margin-bottom: 0;
}
footer .btm_contact dl:last-child dd {
 font-size: inherit;
}
footer .btm_contact ul {
 margin: 50px 0;
}
footer .btm_contact ul li {
 display: inline-block;
 margin-right: 10px;
 vertical-align: top;
}
footer .btm_contact ul li:last-child {
 margin-right: 0;
}
footer .btm_contact ul li span {
 display: inline-block;
 width: 45px;
 height: 45px;
	font-family: "iconfont" !important;
 font-size: 25px;
 color: #FFF;
 text-align: center;
 line-height: 45px;
 background-color: #000;
 -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
footer .btm_contact ul li span.facebook {
 background-color: #39599f;
}
footer .btm_contact ul li span.twitter {
 background-color: #00aced;
}
footer .btm_contact ul li span.ins {
 background-color: #ac35b3;
}
footer .btm_contact ul li span.youtube {
 background-color: #fd3832;
}
footer .btm_contact ul li span.linkedin {
 background-color: #007bb6;
}
footer .btm_contact ul li span.google {
 background-color: #333;
}
footer .btm_menu {
 display: inline-block;
 width: 15%;
 margin-left: -3px;
 margin-right: 1%;
 vertical-align: top;
}
footer .btm_menu ul li {
 font-size: 15px;
 line-height: 2;
 text-transform: uppercase;
}
footer .btm_menu ul li:before {
 content: "\e665";
	font-family: "iconfont" !important;
 margin-right: 5px;
 color: #999;
}
footer .btm_msg {
 display: inline-block;
 width: 48%;
 margin-left: -3px;
}
footer .btm_msg h1 {
 font-size: 20px;
}
footer .btm_msg .message > ul > li {
 margin-top: 15px;
 display: flex;
 justify-content: space-between;
}
footer .btm_msg ul li input {
 width: 49%;
 border: solid 1px #DDD;
 padding: 10px;
 font-size: 16px;
 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer .btm_msg ul li textarea {
 width: 100%;
 border: solid 1px #DDD;
 padding: 10px;
 font-size: 16px;
 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer .btm_msg ul li:last-child {
 justify-content:flex-end;
 text-align: right;
}
footer .btm_msg ul li button {
 display: inline-block;
 background-color: #fa0000;
 color: #FFF;
 padding: 10px 30px;
 border: none;
 font-size: 16px;
 -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
footer .btm_con {
 margin-top: 50px;
 padding: 15px 0;
 background-color: rgba(0,0,0,0.15);
 line-height: 1.5;
 text-align: center;
 border-top: solid 1px rgba(0,0,0,0.05);
}
#banner {
	clear: both;
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 1px 4px -1px rgba(0,0,0,0.1);
	background-color:#000;
}
#banner div {
	width: 1920px;
	height: 300px;
	position: absolute;
	left: 50%;
	margin-left: -960px;
	top: 0;
	text-align: center;
}
#banner article {
 position: absolute;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 display: flex;
 align-items: center;
}
#banner article h1 {
 width: 50%;
 display: inline-block;
 margin-right: -3px;
 font-size: 40px;
 color: rgba(255,255,255,0.9);
 padding: 20px;
 vertical-align: middle;
 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#banner article nav {
 display: inline-block;
 width: 50%;
 height: 100%;
 background-color: rgba(0,0,0,0.4);
 margin-right: -3px;
 padding: 50px;
 -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;
}
#banner article nav:hover {
  background-color: rgba(0,0,0,0.8);
}
#banner article nav h3 {
 color: rgba(255,255,255,0.9);
 font-size: 18px;
}
#banner article nav ul {
 display: inline-block;
 vertical-align: top;
 margin-top: 20px;
 margin-right: 50px;
}
#banner article nav ul:last-child {
 margin-right: 0;
}
#banner article nav ul li {
 margin-top: 10px;
}
#banner article nav ul li:before {
 content: "\e665";
	font-family: "iconfont" !important;
 margin-right: 5px;
 color: rgba(255,255,255,0.7);
 font-size: 15px;
}
#banner article nav ul li a {
 color: rgba(255,255,255,0.9);
 font-size: 15px;
 line-height: 1.5;
}
#banner article nav ul li a:hover {
 text-decoration: underline;
}
.midbody .location {
 margin-top: 50px;
 padding: 10px 0;
 border-bottom: solid 1px rgba(0,0,0,0.1);
}
.midbody .location h1 {
	font-size:35px;
	font-family: 'Roboto Condensed';
 text-transform: uppercase;
 font-weight: 400;
}
.midbody .location ul {
 margin-top: 5px;
}
.midbody .location ul li {
 display: inline-block;
 position: relative;
 color: #999;
}
.midbody .location ul li:nth-child(n+2):before {
 content: "\e666";
 font-family: "iconfont" !important;
 margin: 0 5px;
 font-size: 15px;
}
.midbody .location ul li a {
 font-size: 14px;
 position: relative;
 color: #999;
 text-transform: uppercase;
}
.midbody .location ul li a:hover {
 color: #000;
}
.midbody .main {
 padding: 50px 0;
}
.midbody .main .content {
 line-height: 2;
}
.midbody .main .content article {
 font-size: 16px !important;
}
.midbody .main .content article img {
 max-width: 100%;
}
.midbody .main .content h1 {
 font-size: 25px;
 margin-bottom: 10px;
}
.midbody .main .content .left {
 display: inline-block;
 width: 50%;
 margin-right: -3px;
 padding-right: 30px;
 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 vertical-align: top;
}
.midbody .main .content .faq ul li {
 border-bottom: solid 1px rgba(0,0,0,0.1);
 padding: 10px 0;
}
.midbody .main .content .faq ul li h3 {
 font-size: 15px;
 font-weight: 400;
}
.midbody .main .content .faq ul li h3 a {
 display: block;
 position: relative;
 padding-right: 30px;
}
.midbody .main .content .faq ul li h3 a:after {
 content: "\e608";
 font-family: "iconfont" !important;
 position: absolute;
 right: 0;
 top: 5px;
 font-size: 16px;
 width: 22px;
 height: 22px;
 text-align: center;
 line-height: 22px;
 background-color: rgba(0,0,0,0.1);
 -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.midbody .main .content .faq ul li h3 a:hover:after {
 color: #FFF;
 background-color: #FA0000;
}
.midbody .main .content .faq ul li h3 a.on:after {
 content: "\e654";
 font-size: 12px;
}
.midbody .main .content .faq ul li article {
 display: none;
 line-height: 1.8;
 padding: 20px 0;
}
.midbody .main .content .right {
 display: inline-block;
 width: 50%;
 margin-right: -3px;
}
.midbody .main .content .map {
 margin: 50px 0;
 height: 70vh;
}
.midbody .main .content .message {
 margin-top: 20px;
}
.midbody .main .content .message > ul > li {
 margin-top: 15px;
}
.midbody .main .content .message ul li input {
 width: 100%;
 border: solid 1px #DDD;
 padding: 10px;
 font-size: 16px;
 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.midbody .main .content .message ul li textarea {
 width: 100%;
 border: solid 1px #DDD;
 padding: 10px;
 font-size: 16px;
 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.midbody .main .content .message ul li button {
 display: inline-block;
 background-color: #fa0000;
 color: #FFF;
 padding: 10px 30px;
 border: none;
 font-size: 16px;
 -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.midbody .main .content .message ul li .intl-tel-input {
 width: 100%;
}
.midbody .main .content .message ul li .intl-tel-input input{
 padding-right: 6px;
 padding-left: 52px;
}
.midbody .main .down {
 margin: 20px 0;
 font-size: 14px;
}
.midbody .main .down span {
 font-weight: bold;
 color: #C30;
}
.midbody .main .down img {
 vertical-align: middle;
}
.midbody .main .pro_lt {
	position: relative;
 z-index: 1;
 display: inline-block;
 width: 22%;
 padding: 20px;
 background-color: #F5F5F5;
 border: solid 1px rgba(0,0,0,0.08);
 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.midbody .main .pro_lt h1 {
	text-transform: uppercase;
	font-size: 18px;
 line-height: 2;
}
.midbody .main .pro_lt > ul > li {
	position: relative;
	padding: 10px 0;
 border-bottom: solid 1px rgba(0,0,0,0.08);
}
.midbody .main .pro_lt > ul > li:last-child {
 border-bottom: none;
}
.midbody .main .pro_lt > ul > li a {
	display: block;
	line-height: 2;
 font-size: 15px;
 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
.midbody .main .pro_lt > ul > li > a:after {
	content: "\e666";
	font-family: "iconfont" !important;
	position: absolute;
	right: 0;
	top: 0;
 color: #F5F5F5;
}
.midbody .main .pro_lt > ul > li:hover > a,.midbody .main .pro_lt > ul > li:hover > a:after {
	color: #fa0000;
}
.midbody .main .pro_lt > ul > li > ul {
	position: absolute;
 left: 100%;
 top: 0;
	padding: 10px 20px;
	background-color: #F5F5F5;
	border: solid 1px rgba(0,0,0,0.08);
 display: none;
}
.midbody .main .pro_lt > ul > li > ul li a {
	white-space: nowrap;
	word-break: break-all;
}
.midbody .main .pro_rt {
 display: inline-block;
 width: 78%;
 float: right;
 padding-left: 30px;
 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.midbody .main .pro_rt dl {
 margin-bottom: 50px;
 padding-bottom: 50px;
 border-bottom: solid 1px rgba(0,0,0,0.3);
}
.midbody .main .pro_rt dl:last-child {
 all: unset;
}
.midbody .main .pro_rt dl dt {
 font-size: 20px;
 font-weight: 600;
 margin-bottom: 20px;
}
.midbody .main .pro_rt dl dt span {
 float: right;
 padding: 7px 20px;
 background-color: #FA0000;
 color: #FFF;
 font-weight: 400;
 font-size: 15px;
 text-transform: uppercase;
 -webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.midbody .main .pro_rt dl dd {
 display: inline-block;
 width: 25%;
 margin-right: -5px;
 margin-top: -1px;
 border: solid 1px rgba(0,0,0,0.1);
 padding: 10px;
 vertical-align: top;
 text-align: center;
 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
 overflow: hidden;
}
.midbody .main .pro_rt dl dd .img {
 width: 100%;
}
.midbody .main .pro_rt dl dd .img:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
.midbody .main .pro_rt dl dd .img img {
 max-width: 100%;
 max-height: 100%;
	vertical-align: middle;
	margin-right: -1px;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.midbody .main .pro_rt dl dd .img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.midbody .main .pro_rt dl dd h3 {
 font-weight: 400;
 line-height: 1.5;
 margin-top: 10px;
}
.midbody .main .piclist {}
.midbody .main .piclist ul li {
	display:inline-block;
	width:23.5%;
	margin-right:2%;
	margin-left:-3px;
	margin-bottom:20px;
	text-align:center;
	vertical-align:top;
}
.midbody .main .piclist ul li:nth-child(4n+0) {
	margin-right:0;
}
.midbody .main .piclist ul li .img {
	width:100%;
	text-align:center;
	overflow:hidden;
	padding:2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:solid 1px #E6E6E6;
}
.midbody .main .piclist ul li .img:before {
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	visibility: hidden;
	width: 1px;
}
.midbody .main .piclist ul li .img img {
	vertical-align: middle;
	margin-left: -1px;
	max-height:100% !important;
	max-width:100% !important;
	transition: transform 0.3s ease 0s;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
.midbody .main .piclist ul li .img:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.midbody .main .piclist ul li h3 {
	font-size:16px;
	margin-top:10px;
	font-weight:normal;
}
.midbody .main .piclist ul li p {
	margin-top:5px;
}
.midbody .main .btminfo {
	border-top:solid 1px #e4e4e4;
	margin:20px 0;
	padding-top:10px;
}
.midbody .main .btminfo span {
	display:block;
	color:#666;
}
.midbody .main .btminfo span a {
	color:inherit;
}
.midbody .main .btminfo span a:hover {
	color:#d05502;
}
.midbody .main .btminfo .btn {
	float:right;
}
.midbody .main .btminfo .btn a {
	display:inline-block;
	background:#e5151f;
	color:#FFF;
	font-size:16px;
	padding:5px 25px 5px 40px;
	margin:10px 0;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	position:relative;
	line-height:1.8;
}
.midbody .main .btminfo .btn a:before {
	font-family:"iconfont" !important;
	content:"\e666";
	font-size:20px;
	position:absolute;
	left:20px;
	top:0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.midbody .main .showpro {
	line-height:2;
} 
.midbody .main .showpro .movepic {
	display:inline-block;
	vertical-align:top;
	width:680px;
	margin-top:10px;
	position:relative;
}
.midbody .main .showpro .movepic > a {
	display:block;
	border:solid 1px #DDD;
}
.midbody .main .showpro .movepic > a img {
	width:100%;
	vertical-align:bottom;
}
.midbody .main .showpro .movepic .gallery-top {
	border:solid 1px #DDD;
	overflow:hidden;
}
.midbody .main .showpro .movepic .gallery-top .swiper-slide {
	text-align:center;
}
.midbody .main .showpro .movepic .gallery-top .swiper-slide img {
	width:100%;
	height:100%;
}
.midbody .main .showpro .movepic .gallery-thumbs {
	height: 80px;
	width:100%;
	margin:20px auto;
	overflow:hidden;
	position:relative;
}
.midbody .main .showpro .movepic .gallery-thumbs .swiper-wrapper {
	justify-content:center;
}
.midbody .main .showpro .movepic .gallery-thumbs .swiper-slide {
	height:100%;
	opacity: 0.7;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:solid 1px #DDD;
}
.midbody .main .showpro .movepic .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border:solid 2px #fa0000;
}
.midbody .main .showpro .movepic .gallery-thumbs .swiper-slide img {
	height:100%;
	width:100%;
}
.midbody .main .showpro .movepic .move-left {
	position:absolute;
	width:40px;
	height:40px;
	top:50%;
	margin-top:-75px;
	left:10px;
	cursor:pointer;
	text-align:center;
	z-index:1;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.midbody .main .showpro .movepic .move-left:after {
	content:"\e666";
	font-family:"iconfont" !important;
	font-size:30px;
	line-height:40px;
	color:#FFF;
	opacity: 0.2;
}
.midbody .main .showpro .movepic .move-right {
	position:absolute;
	width:40px;
	height:40px;
	top:50%;
	margin-top:-75px;
	right:10px;
	cursor:pointer;
	text-align:center;
	z-index:1;
}
.midbody .main .showpro .movepic .move-right:after {
	content:"\e666";
	font-family:"iconfont" !important;
	font-size:30px;
	line-height:40px;
	color:#FFF;
	opacity: 0.2;
}
.midbody .main .showpro .movepic:hover .move-left,.midbody .main .showpro .movepic:hover .move-right {
	background:#FFF;
	opacity: 0.6;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	border-radius:100%;
}
.midbody .main .showpro .movepic:hover .move-left:after,.midbody .main .showpro .movepic:hover .move-right:after {
	color:#000;
	opacity:1;
}
.midbody .main .showpro .protxt {
	display:inline-block;
	float:right;
	width: calc(100% - 710px);	
}
.midbody .main .showpro .protxt h2 {
	font-size:30px;
}
.midbody .main .showpro .protxt h3 {
	font-size:20px;
 text-transform: uppercase;
}
.midbody .main .showpro .protxt article {
	border: dashed 1px #DDD;
	background-color:#f9f9f9;
	padding:10px;
	color:#555;
	font-size:15px;
	margin-top:10px;
}
.midbody .main .showpro .protxt .btn {
	display:inline-block;
	margin-top:20px;
}
.midbody .main .showpro .protxt .btn a {
	display:block;
	margin-right:15px;
	background-color:#fa0000;
	color:#fff;
	padding:0 25px;
	font-size:16px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.midbody .main .showpro .protxt .btn a i {
 font-family:"iconfont" !important;
 font-size: 20px;
 margin-right: 5px;
 vertical-align: middle;
 font-style: normal;
}
.midbody .main .showpro .protxt .btn a.on {
	margin-right:0;
	background-color:#00A6E4;
}
.midbody .main .showpro .procon {
	margin-top:20px;
	overflow:hidden;
	background-color:#fff;
	padding:20px;
	-moz-box-shadow: 1px 1px 2px #DDD;
	-webkit-box-shadow: 1px 1px 2px #DDD;
	box-shadow: 1px 1px 2px #DDD;
	border:solid 1px #E4E4E4;
}
.midbody .main .showpro .procon h2{
	height:45px;
	background:#F3F3F3;
	margin-bottom:20px;
}
.midbody .main .showpro .procon h2 div {
	display:inline-block;
	background: #fa0000;
	padding: 0 30px;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
}
.midbody .main .showpro .procon .con {
	margin: 20px 10px;
}
.midbody .main .showpro .procon .con img {
	max-width:100%;
}
.midbody .main .showpro .procon .con.on {
	display:block;
}
.midbody .main .showpro .procon .con .list {}
.midbody .main .showpro .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;
}
.midbody .main .showpro .procon .con .list li:hover {
 border-bottom: solid 3px #df291a;
 -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);
}
.midbody .main .showpro .procon .con .list li .img {
	width:100%;
	overflow:hidden;

}
.midbody .main .showpro .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;
}
.midbody .main .showpro .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);
}
.midbody .main .showpro .procon .con .list li h3 {
	width:100%;
	height:30px;
	line-height:30px;
	padding-top:10px;
	font-size:16px;
	font-weight:300;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align:center;
}
.midbody .main .showpro .procon .con .list li p {
	line-height:24px;
	font-size:14px;
	color:#666;
	padding: 0 10px;
}
.aside-nav {
 position: fixed;
 right: 7px;
 top: 50%;
 transform:translateY(-50%);
 z-index: 10000;
}
.aside-nav-one {
 position: relative;
 margin-top: 6px;
 margin-bottom: 6px;
 width: 54px;
 height:54px;
 line-height: 52px;
 text-align: right;
}
.aside-nav-one-desc {
 position:absolute;
 right: 0;
 width: 54px;
 height: 54px;
 font-size: 14px;
 line-height: 52px;
 background: #000;
 color: #000;
 border-radius: 50px;
 overflow: hidden;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 transition: .3s, color .1s;
}
.aside-nav-one-img {
 position: absolute;
 left: 0;
 top: -1px;
 z-index: 10;
 width: 54px;
 height: 54px;
 text-align: center;
 transition: .3s;
 font-family: "iconfont" !important;
 color: #FFF;
 font-size: 28px;
 line-height: 54px;
}
.aside-nav-one:hover .aside-nav-one-desc {
 padding:0 20px 0 50px;
 color: #fff;
 transition: .3s;
 white-space:nowrap;
 word-break:break-all;
 width: auto;
}
.aside-nav-one-qrcode {
 position: absolute;
 left: -200px;
 top: 50%;
 transform: translateY(-50%);
 opacity: 0;
 visibility: hidden;
 transition: .3s;
}
.aside-nav-one:hover .aside-nav-one-qrcode {
 left: -140px;
 opacity: 1;
 visibility: visible;
}
.overlay {
	position: fixed;
	z-index: 99;
	background-color: rgba(0, 0, 0, 0.85);
	bottom: 0;
	right: 0;
	left: 0;
}
.odline {
	display:none;
	position: fixed;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background: #000;
	z-index: 999;
	overflow:hidden;
}
.odline li {
	display:inline-block;
	margin-left:-4px;
	height: 50px;
	line-height:50px;
	text-align:center;
	border-right: solid 1px #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.odline li:nth-child(1) {
	width:60%;
	background-color:#fa0000;
}
.odline li:nth-child(2) {
	width:40%;
}
.odline li a {
	color:#FFF;
	font-size:16px;
}
.odline li span:before {
	font-family:"iconfont" !important;
	font-size:30px;
	vertical-align:middle;
	margin-right:5px;
}
.odline li:nth-child(1) span:before {
	content:"\e671";
}
.odline li:nth-child(2) span:before {
	content:"\e604";
}

@media screen and (max-width: 810px) {
 .odline {
  display: block;
 }
 .aside-nav,.overlay,.btop,.wapmenu {
  display: none;
 }
 header {
  position: relative;
  padding: 10px 2%;
 }
 header .menubtn {
  position: absolute;
  cursor: pointer;
  text-align: center;
  right: 20px;
  top: 20px;
  z-index: 2;
 }
 header .menubtn:before {
  content: "\e639";
  font-family: "iconfont" !important;
  color: #FFF;
  font-size: 25px;
 }
 header .menubtn.on:before {
  content: "\e654";
 } 
 header .logo img {
  max-height: 50px;
 }
 header .logo span {
  font-size: 25px;
 }
 header .od {
  display: none;
 }
 header .search {
  display: block;
  margin: 20px 0;
 }
 header .search .select {
  display: none;
 }
 header .search .keyword {
  height: 35px;
  line-height: 35px;
  width: 80%;
  -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
 	box-sizing: border-box;
 }
 header .search .submit {
  float: right;
 	height: 35px;
  -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
 	box-sizing: border-box;
 }
 header .protype {
  display:block;
 	margin-top: 0;
 }
 header .protype h3 {
  text-align: center;
 }
 header .protype h3:after {
  content:none;
 }
 header .protype > ul {
  display: block;
  position: relative;
  padding: 0;
  background-color: #FFF;
  margin-top: 20px;
}
 header .protype > ul:before {
  content: none;
 }
 header .protype > ul:after {
  width: 16px;
  height: 16px;
  left: 50%;
  top: -8px;
  margin-left: -8px;
  z-index: -1;
 }
 header .protype > ul > li {
  padding: 0;
  border-bottom: solid 1px rgba(0,0,0,0.1);
 }
 header .protype > ul > li:last-child {
  border-bottom: none;
 }
 header .protype > ul > li a {
  display: block;
  white-space:unset;
  word-break: unset;
  line-height: 1.5;
  padding: 10px 30px 10px 10px;
 }
 header .protype > ul > li > a:after {
  content: "\e7ab";
  right: 10px;
  top: 5px;
  font-size: 20px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
 } 
 header .protype > ul > li a.on {
  font-weight: 600;
  background-color:rgba(0,0,0,0.2);
 } 
 header .protype > ul > li > a.on:after {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
 } 
 header .protype > ul > li > ul {
  position: relative;
 }
 header .protype > ul > li > ul > li {
  border-bottom: solid 1px rgba(0,0,0,0.1);
 }
 header .protype > ul > li > ul > li:last-child {
  border-bottom: none;
 }
 header .menu {
  display: block;
  float: unset;
  clear: unset;
  margin-top: 30px;
  background-color: #fff;
 }
 header .menu ul li {
  display: block;
  margin-right:0;
  border-bottom: solid 1px rgba(0,0,0,0.1);
 }
 header .menu ul li a {
  font-weight: 400;
  color: #000;
  padding: 5px 10px;
  font-size: 15px;
 }
 #bn .img {
  height:auto;
  background-image:none !important;
  overflow:hidden;
 }
 #bn .img img {
  width:160%;
  margin-left:-30%;
  display:block;
 }
 .midbody .hmmain {
  display: block;
 } 
 .midbody .hmmain .hmab {
  width:100%;
 }
 .midbody .hmmain .product {
  width: 100%;
  margin-top: 30px;
 }
 .midbody .hmmain .product ul li {
  width: 49%;
 }
 .midbody .hmmain .product ul li:nth-child(3n+0) {
  margin-right: 2%;
 }
 .midbody .hmmain .product ul li:nth-child(2n+0) {
  margin-right: 0;
 } 
 .midbody .hmad ul {
  display: block;
 }
 .midbody .hmad ul li {
  margin-right:0;
  margin-bottom: 20px;
 }
 .midbody .hmad ul li:last-child {
  margin:0;
 }
 footer > .kk {
  display: block;
 }
 footer .btm_contact {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
 } 
 footer .btm_contact dl dd {
  font-size: 20px;
 }
 footer .btm_contact ul {
  text-align: center;
 } 
 footer .btm_menu {
  display: none;
 }
 footer .btm_msg {
  width: 100%;
  margin-left: 0;
 }
 footer .btm_msg ul li:last-child {
  justify-content: center;
  text-align: center;
 }
 footer .btm_con {
  margin-bottom: 50px;
 } 
 #banner {
  display: none;
	 height: auto;
		background-color:#FFF;
 }
	#banner div {
		width: 100%;
		position:relative;
		left: 0%;
		margin-left:0px;
	}	
	#banner div img {
		width:180%;
		margin-left:-40%;
	}
 .midbody .location {
  margin-top: 20px;
 }
 .midbody .location h1 {
  font-size:25px;
 } 
 .midbody .main {
  padding: 30px 0;
 } 
 .midbody .main .pro_lt {
  display: none;
 }
 .midbody .main .pro_rt {
  width: 100%;
  float: none;
  padding-left: 0;
 }
 .midbody .main .pro_rt dl {
  display: flex;
  flex-wrap:wrap;
 }
 .midbody .main .pro_rt dl:last-child {
  display: flex;
  flex-wrap:wrap;
 }
 .midbody .main .pro_rt dl dt {
  width: 100%;
}
 .midbody .main .pro_rt dl dd {
  width: 33.333333%;
  margin-right: -1px;
 }
 .midbody .main .piclist ul li {
  width:32%;
 }
 .midbody .main .piclist ul li:nth-child(4n+0) {
  margin-right:2%;
 }
 .midbody .main .piclist ul li:nth-child(3n+0) {
  margin-right:0;
 }
 .midbody .main .showpro {
  padding:0 10px;
 }
 .midbody .main .showpro .movepic {
  width:100%;
  margin-top:0;
 }
 .midbody .main .showpro .protxt {
  float:none;
  width: 100%;	
 }
 .midbody .main .showpro .protxt h2 {
  font-size:20px;
 }	
 .midbody .main .showpro .protxt .btn {
  margin:20px 0;
 }
 .midbody .main .showpro .procon {
	 padding:10px;
  border-top:dotted 1px #CCC;
 }
 .midbody .main .showpro .procon .con {
  margin: 10px;
 } 
 .midbody .main .showpro .procon .con .list li {
  width:100%;
  margin-right:0;
  margin-bottom:20px;
 }
 .midbody .main .showpro .btminfo .btn {
  float:none;
  text-align:center;
 }
 .midbody .main .content .left {
  width: 100%;
  margin-right: 0;
  padding-right: 0;
  padding: 10px;
 }
 .midbody .main .content .right {
  width: 100%;
  margin-right: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 } 
 .midbody .main .content .message ul li {
  text-align: center;
 }
}

@media screen and (max-width: 430px) {
 .page span {
		display:none;
	}	
	.page span.current, .page span.param {
		display:inline-block;
	}	
 .midbody .main .pro_rt dl dd {
  width: 50%;
 }
 .midbody .main .piclist ul li {
  width:49%;
 }
 .midbody .main .piclist ul li:nth-child(3n+0) {
  margin-right:2%;
 }
 .midbody .main .piclist ul li:nth-child(2n+0) {
  margin-right:0;
 }
 .midbody .main .content .map {
  height: 50vh;
 }  
 .midbody .main .showpro .protxt .btn a {
  padding:0 15px;

 }
}
