
img {
	border: none;
	vertical-align: middle;
}
i, var, em {
	font-style: normal;
}
button {
	font-family: "Microsoft YaHei", "Arial";
	outline: none;
	cursor: pointer;
	border: none;
}
iframe {
	border: none;
}
input, select, textarea {
	outline: none;
	font-family: "Microsoft YaHei", "Arial";
	font-size: 0.26rem;
	border-radius: 0;
	border: none;
	background: none;
}
input:disabled {
	opacity: 1;
	color: #333;
}
input[type="submit"], input[type="reset"], input[type="text"], input[type="password"], input[type="number"], input[type="button"], button, input[type="date"], textarea {
	-webkit-appearance: none;
	border: none;
	background: none;
}
textarea {
	resize: none;
}
.ico {
	display: inline-block;
	vertical-align: middle;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
/*
.hide {
	display: none !important;
}
*/
.main {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}
.main::after {
	content: "";
	display: block;
	clear: both;
}
body {
	min-width: 1200px;
	background: #eee;
}
header {
	position: fixed;
	z-index: 90;
	background: blue;
	width: 100%;
	left: 0;
	top: 0;
}
header .main {
	height: 100px;
}
.banner {
	margin-bottom: 70px;
}
.banner img {
	display: block;
	width: 100%;
}
.banner .swiper-pagination {
	bottom: 20px;
}
.banner .swiper-pagination-bullet {
	width: 50px;
	height: 2px;
	border-radius: 0;
	background: #fff;
}
.banner .videolist {
	cursor: pointer;
}
.videos {
	width: 1180px;
	height: auto;
	position: fixed;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
.videos video {
	display: block;
	width: 100%;
}
.videos .vclose {
	position: absolute;
	cursor: pointer;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	top: 15px;
	right: 15px;
}
.videos_mask {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	background: #000;
	display: none;
	opacity: 0.6;
}
.product_map {
	position: relative;
}
.product_map img {
	display: block;
	width: 100%;
}
.product_map .box {
	position: absolute;
	z-index: 10;
	width: 80px;
	height: 36px;
}
.product_map .box:nth-child(1) {
	width: 82px;
	top: 22.23%;
	left: 15%;
}
.product_map .box:nth-child(2) {
	width: 135px;
	top: 52.61%;
	left: 19.17%;
}
.product_map .box:nth-child(3) {
	width: 95px;
	top: 65.98%;
	left: 18.64%;
}
.product_map .box:nth-child(4) {
	width: 115px;
	top: 41.92%;
	left: 64.73%;
}
.product_map .box:nth-child(5) {
	width: 198px;
	top: 58.81%;
	left: 56.45%;
}
.product_map .box:nth-child(6) {
	width: 115px;
	top: 64.64%;
	left: 82.71%;
}
.product_map .key {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
}
.product_map .key .dot {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.25);
	right: 0;
	top: 0;
	position: absolute;
	animation-name: "ripple0";
	-webkit-animation-name: "ripple0";
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.product_map .key .dot::after {
	content: "";
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-left: -13px;
	margin-top: -13px;
	position: absolute;
	z-index: 10;
	background: rgba(255, 255, 255, 0.15);
	animation-name: "ripple1";
	-webkit-animation-name: "ripple1";
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.product_map .key .dot::before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin-left: -7px;
	margin-top: -7px;
	position: absolute;
	z-index: 11;
	background: rgba(255, 255, 255, 0.8);
}
.product_map .key .line {
	height: 1px;
	background: #fff;
	opacity: 0.4;
	left: 0;
	right: 25px;
	position: absolute;
	top: 50%;
	margin-top: -0.5px;
}
.product_map .txt {
	position: absolute;
	right: calc(100% + 18px);
	top: 6px;
	display: block;
	transition: all 0.35s;
}
.product_map .txt p {
	font-size: 18px;
	font-weight: lighter;
	color: #fff;
	white-space: nowrap;
}
.product_map .txt span {
	display: block;
	position: absolute;
	top: 24px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 14px;
	opacity: 0.4;
	color: #fff;
	text-transform: uppercase;
	font-weight: lighter;
	white-space: nowrap;
}
.product_map .txt:hover {
	cursor: pointer;
	top: 0px;
	color: #000;
}
.product_map .txt:hover p {
	/*color: rgba(0, 80, 100, 1);*/
	transition: all 0.3s;
}
.product_map .an .key .dot {
	left: 0;
	top: 0;
}
.product_map .an .key .line {
	left: 25px;
	right: 0;
}
.product_map .an .txt {
	right: auto;
	left: calc(100% + 18px);
}
 @keyframes ripple0 {
 0% {
 transform: scale(1);
}
 100% {
 transform: scale(1.1);
}
}
 @keyframes ripple1 {
 0% {
 transform: scale(1);
 opacity: 1;
}
 100% {
 transform: scale(1.1);
 opacity: 0;
 background: #000;
}
}
 @keyframes ripple2 {
 0% {
 transform: scale(1);
 opacity: 1;
}
 100% {
 transform: scale(1.2);
 opacity: 0;
 background: #000;
}
}
.product_show {
	margin-top: 100px;
	padding-bottom: 65px;
	overflow: hidden;
}
.product_show li {
	width: 48.8%;
	float: left;
	margin-bottom: 30px;
}
.product_show li:nth-child(2n) {
	float: right;
}
.product_show li img {
	display: block;
	width: 100%;
}
.product_show li a {
	display: block;
	position: relative;
	overflow: hidden;
}
.product_show li .mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 5;
	transform: scale(1.3);
	transition: all 0.4s;
	opacity: 0;
}
.product_show li .txt {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.product_show li .txt p {
	font-size: 24px;
	margin-bottom: 20px;
}
.product_show li .txt p:last-child {
	margin-bottom: 0;
}
.product_show li.on .mask {
	transform: scale(1);
	opacity: 1;
}
footer {
	background: #fff;
	padding-top: 85px;
}
footer .contact {
	overflow: hidden;
	padding-bottom: 65px;
	border-bottom: 1px solid #bfbfbf;
}
footer .contact li {
	width: 20.5%;
	margin-right: 6%;
	float: left;
	text-align: center;
	line-height: 82px;
	border: 1px solid #d0d0d0;
	font-size: 20px;
	color: #727272;
}
footer .contact li:nth-child(odd) {
	background: #eeeeee;
	border-color: #eeeeee;
}
footer .contact li:nth-child(4n) {
	margin-right: 0;
}
footer .contact li span {
	font-size: 14px;
	vertical-align: middle;
}
footer .contact li em {
	font-size: 24px;
	vertical-align: middle;
	font-weight: lighter;
}
footer .con {
	border-bottom: 1px solid #d4d4d4;
	overflow: hidden;
	padding-top: 65px;
	padding-bottom: 60px;
}
footer .con .tit {
	font-size: 18px;
	color: #595757;
	margin-bottom: 25px;
}
footer .con .shop {
	float: left;
}
footer .con .shop:nth-child(1) {
	margin-right: 150px;
}
footer .con .shop img {
	display: inline-block;
	vertical-align: middle;
	-webkit-filter: grayscale(100%);
	/* Chrome, Safari, Opera */
	filter: grayscale(100%);
	opacity: 0.5;
	transition: all 0.3s;
}
footer .con .shop img:nth-child(1) {
	margin-right: 35px;
}
footer .con .shop img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	/* Chrome, Safari, Opera */
	filter: grayscale(0%);
}
footer .con .shop .ewm_t {
	position: relative;
}
footer .con .shop .ewm {
	position: absolute;
	top: 45px;
	left: -30px;
	width: 120px;
	height: 120px;
	display: none;
}
footer .con .shop .ewm img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
}
footer .con .shop .ewm_t:hover .ewm {
	display: block;
}
footer .con ul {
	float: right;
}
footer .con ul li {
	float: left;
	margin-left: 92px;
}
footer .con ul li:nth-child(1) {
	margin-left: 0;
}
footer .con ul li .tit {
	margin-bottom: 20px;
}
footer .con ul li a {
	display: block;
	font-size: 14px;
	color: #898989;
	transition: all 0.3s;
	margin-bottom: 15px;
}
footer .con ul li a:last-child {
	margin-bottom: 0;
}
footer .con ul li a:hover {
	color: #f60;
}
footer .copyrights {
	font-size: 12px;
	color: #898989;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .copyrights_b {
	font-size: 12px;
	color: #898989;
	padding-bottom: 20px;
}
.sub_banner {
	position: relative;
}
.sub_banner .word {
	position: absolute;
	height: 6.2vw;
	top: 50%;
	margin-top: -3.1vw;
	right: 14vw;
	z-index: 9;
	color: #fff;
}
.sub_banner .word h3 {
	font-size: 1.6vw;
	letter-spacing: 1vw;
	margin-bottom: 0.4vw;
}
.sub_banner .word p {
	font-size: 1.5vw;
}
.sub_banner img {
	display: block;
	width: 100%;
}
.sub_banner .sss {
	width: 22%;
	display: block;
	position: absolute;
	z-index: 5;
	right: 15%;
	bottom: 15%;
}
.sub_banner .btn {
	display: block;
	position: absolute;
	white-space: nowrap;
	width: 410px;
	line-height: 50px;
	border-radius: 25px;
	text-align: center;
	font-size: 24px;
	color: #f60;
	bottom:80px;
	left: 50%;
	margin-left: -205px;
	background: #fff;
	transition: all 0.3s;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.67);
}
.sub_banner .btn:hover {
	background: #f60;
	color: #fff;
}
.product_container {
	background: #e6e7e7;
	padding: 65px 0 110px 0;
}
.product_container .main {
	padding-left: 110px;
	padding-right: 40px;
}
.product_container .p_side_nav {
	position: absolute;
	top: 180px;
	margin-left: -110px;
	width: 50px;
}
.product_container .p_side_nav.on {
	position: fixed;
	top: 15px;
}
.product_container .p_side_nav a {
	display: block;
	padding: 12px 0px;
	font-size: 16px;
	color: #999999;
	transition: all 0.3s;
	border-bottom: 1px dashed #c1c1c1;
}
.product_container .p_side_nav a:hover, .product_container .p_side_nav a.active {
	color: #003956;
}
.product_container .con .tit {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 45px;
}
.product_container .con .tt {
	font-size: 24px;
	color: #333333;
	border-left: 4px solid #333333;
	line-height: 1;
	padding-left: 15px;
	margin-bottom: 35px;
}
.product_container .con .box {
	margin-bottom: 55px;
}
.product_container .con ul {
	margin: 0 -8px;
}
.product_container .con ul li {
	padding: 0 8px;
	float: left;
	width: 25%;
	margin-bottom: 15px;
}
.product_container .con ul a {
	display: block;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	padding-top: 40px;
	height: 425px;
	padding-bottom: 20px;
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	transition: all 0.3s;
}
.product_container .con ul a:hover {
	transform: translateY(-10px);
	box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
}
.product_container .con ul a:hover .name {
	color: #f60;
}
.product_container .con ul a img {
	display: block;
	margin: 0 auto;
	height: 215px;
}
.product_container .con ul a .name {
	margin-top: 40px;
	font-size: 20px;
	color: #333333;
	transition: all 0.3s;
	margin-bottom: 12px;
}
.product_container .con ul a .des {
	font-size: 14px;
	color: #666666;
}
.product_container .con ul a .price {
	margin-top: 22px;
	width: 86px;
	line-height: 24px;
	border: 1px solid #dcdcdc;
	font-size: 14px;
	color: #999999;
	margin: 22px auto 0;
}
.guider {
	border-bottom: 1px solid #5f5f5f;
	padding-top: 28px;
	padding-bottom: 28px;
	background: #fff;
}
.guider .in {
	float: right;
	margin-right: 10%;
}
.guider a {
	display: block;
	float: left;
	text-align: center;
	line-height: 34px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: lighter;
	color: #202020;
	border-radius: 4px;
}
.guider a.on {
	background: #f60;
	color: #fff;
}
.service_title {
	text-align: center;
	font-weight: lighter;
	margin-bottom: 65px;
}
.service_title p {
	font-size: 36px;
	color: #4b4b4b;
}
.service_title span {
	display: block;
	margin-top: 32px;
	font-size: 42px;
	color: #f60;
}
.service_a {
	background: #f7f7f7;
	padding-top: 75px;
	padding-bottom: 80px;
}
.service_a ul {
	width: 1200px;
	max-width: 94%;
	margin: 0 auto;
}
.service_a ul li {
	width: 20%;
	float: left;
	cursor: pointer;
	text-align: center;
}
.service_a ul li img {
	display: block;
	margin: 0 auto 30px;
}
.service_a ul li img:nth-child(2) {
	display: none;
}
.service_a ul li:hover img {
	display: none;
}
.service_a ul li:hover img:nth-child(2) {
	display: block;
}
.service_a ul li p {
	font-size: 30px;
	color: #666666;
	margin-bottom: 15px;
}
.service_a ul li .des {
	line-height: 1.5;
}
.service_a ul li .des span {
	display: block;
	font-size: 16px;
	color: #666666;
}
.service_b {
	background: #fff;
	padding-top: 95px;
	padding-bottom: 70px;
}
.service_b ul {
	width: 86%;
	margin: 0 auto;
	padding-top: 35px;
}
.service_b ul li {
	width: 45%;
	float: left;
	padding-left: 165px;
	position: relative;
	min-height: 160px;
	margin-bottom: 30px;
}
.service_b ul li:nth-child(2n) {
	float: right;
}
.service_b ul li img {
	display: block;
	position: absolute;
	left: 0;
	top: -30px;
}
.service_b ul li h3 {
	font-weight: normal;
	font-size: 24px;
	color: #4b4b4b;
	margin-bottom: 20px;
}
.service_b ul li .des span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}
.service_c {
	padding-top: 100px;
	padding-bottom: 85px;
}
.service_c ul {
	width: 90%;
	margin: 0 auto;
	border-top: 1px dashed #b4b4b4;
}
.service_c ul .tt {
	padding-left: 60px;
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom: 1px dashed #b4b4b4;
	font-size: 20px;
	font-weight: lighter;
	color: #797979;
	background-repeat: no-repeat;
	background-position: 6px center;
	position: relative;
	padding-right: 60px;
	cursor: pointer;
}
.service_c ul .tt span {
	width: 21px;
	height: 11px;
	background: url(../img/icon_down.png);
	position: absolute;
	right: 26px;
	top: 50%;
	margin-top: -5.5px;
	-webkit-filter: grayscale(100%);
	/* Chrome, Safari, Opera */
	filter: grayscale(100%);
	opacity: 0.6;
	transition: all 0.3s;
}
.service_c ul .tt.on span {
	transform: rotate(-180deg);
	-webkit-filter: grayscale(0%);
	/* Chrome, Safari, Opera */
	filter: grayscale(0%);
	opacity: 1;
}
.service_c ul .des {
	padding: 30px 60px;
	line-height: 30px;
	font-size: 14px;
	font-weight: lighter;
	color: #646464;
	border-bottom: 1px dashed #b4b4b4;
	display: none;
}
.service_c ul .des .dot {
	color: #f60;
}
.service_c .box {
	text-align: center;
	width: 90%;
	margin: 26px auto 0;
}
.service_c .box .notice {
	font-size: 14px;
	font-weight: lighter;
	color: #666666;
	text-align: left;
}
.service_c .box .tt {
	font-size: 36px;
	font-weight: lighter;
	color: #4b4b4b;
	margin-bottom: 35px;
	margin-top: 125px;
}
.service_c .box img {
	display: block;
	margin: 0 auto;
}
.service_c .box p {
	font-size: 14px;
	color: #999999;
	margin-top: 22px;
}
.service_d {
	padding-bottom: 150px;
}
.service_e {
	padding-top: 130px;
	background: #fff;
}
.service_e .service_title {
	margin-bottom: 75px;
}
.service_e .box {
	width: 970px;
	margin: 0 auto;
}
.service_e .table_box {
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #dcdcdc;
}
.service_e table {
	width: 100%;
}
.service_e table th, .service_e table td {
	border: 1px solid #dcdcdc;
}
.service_e table th:nth-child(1), .service_e table td:nth-child(1) {
	border-left: none;
}
.service_e table th:last-child, .service_e table td:last-child {
	border-right: none;
}
.service_e table th {
	font-size: 16px;
	font-weight: lighter;
	color: #333333;
	padding: 25px 0;
	background: #f6f6f6;
	text-align: center;
}
.service_e table td {
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
.service_e table tr:nth-child(1) th {
	border-top: none;
}
.service_e table tr:nth-child(1) th:nth-child(3) {
	width: 30%;
}
.service_e table tr:last-child td {
	border-bottom: none;
}
.service_e .des {
	padding: 0 25px;
	margin-top: 45px;
	line-height: 30px;
	font-size: 14px;
	font-weight: lighter;
	color: #646464;
	padding-bottom: 60px;
}
.service_e .des .dot {
	color: #f60;
}
.service_f {
	background: #f5f5f5;
	padding-top: 131px;
	padding-bottom: 140px;
}
.service_f .box {
	width: 1360px;
	margin: 0 auto;
	max-width: 100%;
}
.service_f {
	overflow: hidden;
	margin-bottom: 50px;
}
.service_f span, .service_f select, .service_f input {
	float: left;
	display: block;
	font-size: 14px;
	font-weight: lighter;
	border: 1px solid #f60;
	height: 30px;
	padding: 0 8px;
	width: 240px;
	background: none;
	margin-right: 65px;
}
.service_f select {
	padding-right: 30px;
	background: url(../img/icon_select.png) no-repeat right 11px center;
	margin-right: 65px;
	width: 340px;
}
.service_f span {
	margin-right: 10px;
	border: none;
	line-height: 30px;
	width: auto;
}
.service_f .submit {
	width: 90px;
	background: #f60;
	color: #fff;
	margin-right: 0;
}
.service_f table {
	width: 100%;
	text-align: center;
}
.service_f table th {
	font-size: 24px;
	font-weight: lighter;
	background: #f60;
	color: #fff;
	padding: 15px 0;
}
.service_f table td {
	padding: 10px 0;
	font-size: 20px;
	background: #fff;
	border: 1px solid #eee;
}
.jm_title {
	text-align: center;
	margin-bottom: 40px;
}
.jm_title span {
	display: block;
	font-size: 28px;
	font-weight: lighter;
	color: #333333;
	text-transform: uppercase;
}
.jm_title p {
	font-size: 36px;
	margin-top: 5px;
	color: #333333;
}
.jm_title .des {
	line-height: 28px;
	font-size: 16px;
	font-weight: lighter;
	color: #666666;
	margin-top: 45px;
}
.jm_a {
	background: #fff;
	padding-top: 95px;
	padding-bottom: 100px;
}
.jm_a ul {
	padding: 0 30px;
}
.jm_a ul li {
	width: 27.33%;
	margin: 0 3%;
	float: left;
	text-align: center;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	min-height: 350px;
	padding: 40px 25px;
}
/*<!--.jm_a ul li:hover {
	background-image: linear-gradient(to bottom right, #f4f4f4, #ededed);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}-->*/

.jm_a ul li img {
	display: block;
	margin: 0 auto 25px;
}
.jm_a ul li h3 {
	font-weight: normal;
	font-size: 26px;
	color: #333333;
}
.jm_a ul li p {
	font-size: 14px;
	color: #666666;
	font-weight: lighter;
	margin-top: 20px;
}
.jm_b {
	background: #ededed;
	padding-top: 90px;
	padding-bottom: 180px;
}
.jm_b .swiper-slide {
	padding: 15px;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	min-height: 350px;
	padding: 25px 25px;
}
/*.jm_b .swiper-slide:hover {
	background-image: linear-gradient(to bottom right, #f4f4f4, #ededed);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
}*/

.jm_b .img {
	overflow: hidden;
}
.jm_b .img img {
	display: block;
	width: 100%;
}
.jm_b h3 {
	text-align: center;
	font-size: 18px;
	color: #333333;
	margin-top: 25px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jm_b .swiper-slide p {
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	height: 100px;
	/*display: -webkit-box;*/
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.jm_b .swiper-button-next, .jm_b .swiper-button-prev {
	width: 90px;
	height: 21px;
	bottom: -70px;
	top: auto;
	margin-top: 0;
	-webkit-filter: grayscale(100%);
	/* Chrome, Safari, Opera */
	filter: grayscale(100%);
}
.jm_b .swiper-button-next:hover, .jm_b .swiper-button-prev:hover {
	-webkit-filter: grayscale(0%);
	/* Chrome, Safari, Opera */
	filter: grayscale(0%);
}
.jm_b .swiper-button-next.swiper-button-disabled, .jm_b .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	-webkit-filter: grayscale(100%);
	/* Chrome, Safari, Opera */
	filter: grayscale(100%);
}
.jm_b .swiper-button-next {
	background: url(../img/nexta.png) no-repeat;
	left: 50%;
	margin-left: 15px;
	right: auto;
}
.jm_b .swiper-button-prev {
	background: url(../img/preva.png) no-repeat;
	right: 50%;
	margin-right: 15px;
	left: auto;
}
.jm_c {
	background: #ffffff;
	padding-top: 100px;
	padding-bottom: 190px;
}
.jm_c .img {
	height: 240px;
	overflow: hidden;
	line-height: 240px;
	text-align: center;
}
.jm_c .img img {
	display: inline-block;
	max-width: 100%;
	height: 159px;
	/*height: 100%;*/
	vertical-align: middle;
}
.jm_c .swiper-slide p {
	text-align: center;
	font-size: 14px;
	color: #333333;
	margin-top: 15px;
}
.jm_c .swiper-button-next, .jm_c .swiper-button-prev {
	width: 90px;
	height: 21px;
	bottom: -70px;
	top: auto;
	margin-top: 0;
	-webkit-filter: grayscale(100%);
	/* Chrome, Safari, Opera */
	filter: grayscale(100%);
}
.jm_c .swiper-button-next:hover, .jm_c .swiper-button-prev:hover {
	-webkit-filter: grayscale(0%);
	/* Chrome, Safari, Opera */
	filter: grayscale(0%);
}
.jm_c .swiper-button-next.swiper-button-disabled, .jm_c .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	-webkit-filter: grayscale(100%);
	/* Chrome, Safari, Opera */
	filter: grayscale(100%);
}
.jm_c .swiper-button-next {
	background: url(../img/nexta.png) no-repeat;
	left: 50%;
	margin-left: 15px;
	right: auto;
}
.jm_c .swiper-button-prev {
	background: url(../img/preva.png) no-repeat;
	right: 50%;
	margin-right: 15px;
	left: auto;
}
.jm_d {
	background: #f4f4f4;
	padding-top: 100px;
}
.jm_d img {
	display: block;
	width: 100%;
}
.jm_d .swiper-button-next, .jm_d .swiper-button-prev {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #000;
	background-size: 25% auto;
	background-position: center;
	transition: all 0.3s;
}
.jm_d .swiper-button-next:hover, .jm_d .swiper-button-prev:hover {
	background-color: #f60;
}
.jm_e {
	background: #f4f4f4;
	padding-top: 85px;
	padding-bottom: 90px;
}
.jm_e img {
	display: block;
	width: 100%;
}
.jm_e .btn {
	margin: 90px auto 0;
	display: block;
	width: 214px;
	line-height: 42px;
	border: 1px solid #f60;
	text-align: center;
	color: #f60;
	font-size: 18px;
	transition: all 0.3s;
}
.jm_e .btn:hover {
	background: #f60;
	color: #fff;
}
.jm_f {
	padding-top: 120px;
	padding-bottom: 100px;
	background: #fff;
}
.jm_f form {
	margin: 0 auto;
	width: 98%;
}
.jm_f .row {
	overflow: hidden;
}
.jm_f .row span {
	display: block;
	float: left;
	line-height: 50px;
	font-size: 20px;
	font-weight: lighter;
	color: #666666;
}
.jm_f .row input {
	height: 50px;
	border: 1px solid #b5b6b6;
	font-size: 16px;
	font-weight: lighter;
	float: left;
	width: 270px;
	padding: 0 10px;
	margin-right: 40px;
}
.jm_f .row select {
	width: 115px;
	height: 50px;
	border: 1px solid #b5b6b6;
	font-size: 16px;
	font-weight: lighter;
	float: left;
	margin-right: 10px;
	padding: 0 10px;
}
.jm_f .row select:last-child {
	margin-right: 0;
}
.jm_f .submit {
	margin: 65px auto 30px;
	width: 270px;
	height: 50px;
	background: #f60;
	color: #fff;
	font-size: 24px;
	font-weight: lighter;
	display: block;
}
.jm_f p {
	text-align: center;
	font-size: 16px;
	color: #898989;
	font-weight: lighter;
}
.jm_g {
	padding-top: 80px;
	padding-bottom: 100px;
	background: #eeeeee;
}
.jm_g .l {
	float: left;
	width: 28.5%;
	margin-left: 5.5%;
	padding-top: 70px;
}
.jm_g .l .box {
	padding-bottom: 20px;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 20px;
}
.jm_g .l .box:last-child {
	margin-bottom: 0;
}
.jm_g .l p {
	font-size: 20px;
	color: #f60;
	padding-left: 37px;
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 15px;
}
.jm_g .l span {
	display: block;
	font-size: 16px;
	color: #666666;
}
.jm_g .map {
	float: right;
	width: 48.8%;
}
.jm_g .map img {
	display: block;
	width: 100%;
}