﻿blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,
img {
	border: 0
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

q:after,
q:before {
	content: ''
}

abbr,
acronym {
	border: 0
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

.col-c,
.col-l,
.col_c,
.col_l,
.l {
	float: left
}

.col-r,
.col_r,
.r,
dt span {
	float: right
}

.c {
	clear: both
}

.n,
em {
	font-weight: 400;
	font-style: normal
}

.b {
	font-weight: 700
}

.i {
	font-style: italic
}

.fs {
	font-family: '宋体'
}

.fw {
	font-family: '微软雅黑'
}

.dn {
	display: none
}

.db {
	display: block
}

.dib {
	-moz-inline-stack: inline-block;
	display: inline-block
}

.ovh {
	overflow: hidden
}

.ove {
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

a {
	text-decoration: none
}

a:hover {
	color: #f60
}

*,
:after,
:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0 !important
}

body {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	background: #fff;
	min-width: 1250px;
	font-family: "微软雅黑", "Microsoft Yahei", PingFangSC-Regular, "PingFang Regular", sans-self
}

a {
	color: #333
}

a:hover {
	color: #c2171d
}

img {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}

input,
select,
textarea {
	font-size: 14px;
	color: #444;
	font-family: "Microsoft Yahei", sans-serif;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box
}

input[type=button],
input[type=reset],
input[type=submit],
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer
}

::-webkit-input-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999
}

::-ms-input-placeholder {
	color: #999
}

.ani,
a {
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none
}

input[type=number] {
	-moz-appearance: textfield
}

.wp {
	width: 100%;
	max-width: 1279px;
	margin: 0 auto
}

.hd-top {
	height: 36px;
	background-color: #2f2f2f;
	line-height: 36px;
	font-size: 12px;
	color: #fff
}

.hd-top .weixin {
	position: relative
}

.hd-top .weixin:hover span {
	display: block
}

.hd-top .weixin span {
	display: none;
	width: 120px;
	height: 120px;
	position: absolute;
	top: 100%;
	left: -20px;
	z-index: 100
}

.hd-top b {
	position: relative
}

.hd-top b div {
	display: none;
	width: 128px;
	position: absolute;
	top: 100%;
	left: -20px;
	z-index: 100;
	background-color: #2f2f2f;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 5px;
}

.hd-top b div a {
	width: 100%;
	padding: 0px 0px 0px 12px;
	line-height: 1.8;
	overflow: hidden;
	background: url(../image/sj.png) no-repeat left center;
}

.hd-top b div a:hover {
	color: #CCC;
	text-decoration: none;
}

.hd-top .weixin span img {
	display: block;
	width: 100%;
	height: 100%
}

.hd-top a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 19px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	-webkit-background-size: auto 13px;
	background-size: auto 13px;
	color: #fff
}

.hd-top a:hover {
	text-decoration: underline
}

.hd-top .r {
	color: #bfbfbf
}

.hd-top .r a {
	margin: 0 15px
}

.hd-top b {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 19px;
	background-repeat: no-repeat;
	background-position: 0 50%;
	-webkit-background-size: auto 13px;
	background-size: auto 13px;
	color: #fff;
	font-weight: normal;
	cursor: pointer;
}

.hd-top .r b {
	margin: 0 15px
}

.hd-top .r a:last-of-type {
	margin-right: 0
}

.header {
	position: relative;
	z-index: 99;
	height: 80px;
	background-color: #fff;
	line-height: 80px;
	-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, .18);
	box-shadow: 0 0 14px rgba(0, 0, 0, .18)
}

.header .logo {
	float: left;
	margin-right: 111px;
}

.header .logo img {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin-top: -3px;
	max-height: 100%;
	margin-left: 29px;
}

.nav {
	margin-left: 125px;
}

.nav li {
	float: left;
	position: relative
}

.nav a {
	color: #333;
	display: block;
	padding: 0 30px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	text-align: center;
}

.nav li.on>a,
.nav li:hover>a {
	background-color: #db1a22;
	color: #fff
}

.nav li:hover .sub {
	display: block
}

.nav .sub {
	z-index: 99;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	line-height: 38px;
	width: 100%;
}

.cpcub {
	width: 140px !important;
}

.nav .sub a {
	border-bottom: 1px solid #f1f1f1;
	padding: 0 10px;

	font-size: 13px;


}

.nav .sub a:hover {
	background-color: #db1a22;
	color: #fff;
}

.footer {
	background-color: #f0f0f0;
	padding-top: 25px
}

.footer .copy {
	background-color: #e6e6e6;
	text-align: center;
	font-size: 16px;
	color: #999;
	line-height: 46px
}

.footer .top {
	overflow: hidden;
	margin-bottom: 35px
}

.dl-links {
	float: left;
	width: 160px
}

.dl-links dt {
	font-size: 18px;
	color: #000;
	margin-bottom: 14px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700
}

.dl-links a {
	display: block;
	color: #666;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 9px
}

.dl-links a:hover {
	color: #db1a22
}

.ft-info {
	overflow: hidden;
	width: 450px;
	text-align: left;
	font-size: 16px;
	color: #666;
	margin-left: 50px;
}

.ft-info .tel {
	margin-bottom: 5px;
	font-size: 30px;
	color: #db1a22;
	line-height: ;
	font-weight: 700
}

.ft-info .btn {
	display: block;
	margin: 24px auto 16px;
	width: 140px;
	height: 36px;
	line-height: 36px;
	padding-left: 25px;
	font-size: 12px;
	color: #fff;
	background: #db1a22 url(../image/s-ico5.png) 30px 50% no-repeat;
	border-radius: 5px
}

.ft-info .btn:hover {
	background-color: #c2171d
}

.footer .qr {
	float: left;
	width: 120px;
	text-align: center;
	color: #666;
	margin-left: 12px;
	font-size: 14px;
	margin-right:20px;
}

.g-pics {
	overflow: hidden
}

.g-pics img {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}

a:hover .g-pics img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.tab-show {
	overflow: hidden
}

.m-pages {
	text-align: center;
	font-size: 0
}

.m-pages a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	min-width: 32px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	color: #333;
	font-size: 14px;
	padding: 0 12px;
	margin: 0 4px;
	background-color: #fff;
	border-radius: 3px
}

.m-pages .more {
	font-weight: 400;
	width: 32px;
	padding: 0
}

.m-pages a.on,
.m-pages a:hover {
	color: #fff;
	background-color: #db1a22
}

.g-gongju {
	overflow: hidden;
	background-color: #fff;
	line-height: 60px;
	height: 60px
}

.cur {
	line-height: 60px;
	font-size: 14px
}

.nv-s {
	float: right;
	height: 100%
}

.nv-s a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 36px;
	vertical-align: middle;
	border-radius: 18px;
	width: 110px;
	text-align: center
}

.nv-s a.on,
.nv-s a:hover {
	background-color: #db1a22;
	color: #fff
}

.ban-inner {
	height: 460px;
	overflow: hidden;
	position: relative;

	background-position: center center;
	background-repeat: no-repeat;

	-o-background-size: 1920px auto;

	-ms-background-size: 1920px auto;

	-moz-background-size: 1920px auto;

	-webkit-background-size: 1920px auto;

	background-size: 1920px auto;

}

.ban-inner img {
	display: block;
	height: 100%;
	width: auto;
	margin: 0 auto
}

.ban-inner .txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	font-weight: lighter;
	padding-top: 180px
}

.ban-inner .txt .t1 {
	letter-spacing: 7px;
	font-size: 48px
}

.ban-inner .txt .t2 {
	letter-spacing: 3px;
	font-size: 18px;
	text-transform: uppercase
}

#bdshare_weixin_qrcode_dialog {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.ban {
	overflow: hidden;
	background-color: #fff;
	position: relative;
	z-index: 1;

	height: 680px;
	background-position: center center;
	background-repeat: no-repeat;

	-o-background-size: 1920px auto;

	-ms-background-size: 1920px auto;

	-moz-background-size: 1920px auto;

	-webkit-background-size: 1920px auto;

	background-size: 1920px auto;

}

.tab-bar {
	height: 60px;
	text-align: center;
	background-color: #fff
}

.tab-bar .t-tab {
	display: inline-block
}

.tab-bar li {
	float: left;
	width: 100px
}

.tab-bar a {
	display: block;
	line-height: 60px;
	font-size: 14px;
	color: #333
}

.tab-bar li.on a,
.tab-bar li:hover a {
	font-size: 14px;
	color: #fff;
	background-color: #db1a22
}

.g-tit-t1 {
	position: relative;
	text-align: center;
	padding-bottom: 15px;
	letter-spacing: 2px;
	font-size: 36px;
	color: #333;
	font-weight: 400
}

.g-tit-t1::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 40px;
	height: 3px;
	margin-left: -20px;
	background-color: #db1a22
}

.g-tit-t1 span {
	color: #db1a22
}

.m-about .row1 {
	padding: 84px 0 54px;
	background-color: #f5f5f5
}

.m-about .row1 .con {
	padding-top: 61px;
	overflow: hidden
}

.m-about .row1 .l {
	width: 512px
}

.m-about .row1 .video {
	margin-top: 5px;
	padding-left: 22px;
	height: 366px;
	line-height: 284px;
	background: url(../image/t-bg4.png) center no-repeat
}

.m-about .row1 video {
	display: inline-block;
	vertical-align: middle;
	max-width: 474px;
	max-height: 280px
}

.m-about .row1 .r {
	float: none;
	overflow: hidden
}

.m-about .row1 .txt {
	padding-left: 47px;
	line-height: 1.7em;
	font-size: 15px;
	color: #333
}

.m-about .row1 .txt p {
	margin-bottom: 23px
}

.m-about .row2 {
	padding: 95px 0 108px;
	background-color: #fff
}

.slider-t1 {
	padding: 90px 65px 40px
}

.slider-t1 .item {
	padding: 0 15px
}

.slider-t1 .con {
	display: block;
	border: 1px solid #f0f0f0
}

.slider-t1 .pic {
	margin: 25px 19px 23px
}

.slider-t1 .pic span {
	display: block;
	position: relative;
	height: 0;
	padding-top: 71.43%
}

.slider-t1 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.slider-t1 .p1 {
	border-top: 1px solid #f0f0f0;
	text-align: center;
	height: 59px;
	line-height: 56px;
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.slider-t1 .con:hover .p1 {
	color: #db1a22
}

.slider-t1 .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center
}

.slider-t1 .slick-dots li {
	display: inline-block;
	margin: 0 3px 0 2px;
	padding: 0
}

.slider-t1 .slick-dots button {
	width: 10px;
	height: 10px;
	font-size: 0;
	padding: 0;
	border: none;
	text-indent: 999px;
	cursor: pointer;
	background: 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../image/dot.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

.slider-t1 .slick-dots .slick-active button {
	background-image: url(../image/dot-on.png)
}

.slider-t1 .slick-next,
.slider-t1 .slick-prev {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	border: 0;
	background: 0 0;
	overflow: hidden;
	width: 50px;
	height: 50px;
	font-size: 0;
	line-height: 0;
	z-index: 5;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.slider-t1 .slick-prev {
	left: 0;
	background-image: url(../image/arrow-l.png)
}

.slider-t1 .slick-prev:hover {
	background-image: url(../image/arrow-l-on.png)
}

.slider-t1 .slick-next {
	right: 0;
	background-image: url(../image/arrow-r.png)
}

.slider-t1 .slick-next:hover {
	background-image: url(../image/arrow-r-on.png)
}

.m-about .row3 {
	padding: 94px 0 85px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover
}

.m-about .row3 .g-tit-t1 {
	color: #fff
}

.m-about .row3 .g-tit-t1::after {
	background-color: #fff
}

.slider-t2 {
	padding: 55px 0 74px
}

.t-list1 {
	overflow: hidden;
	margin: 12px 0;
	margin-left: -20px;
	padding-top: 40px
}

.t-list1 li {
	float: left;
	width: 25%
}

.t-list1 .con {
	display: block;
	text-align: center;
	margin-left: 20px;
	padding: 0 20px 30px;
	color: #fff;
	background: url(../image/t-bg3.png) center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

.t-list1 .pic {
	position: relative;
	top: -40px;
	margin: 0 auto;
	width: 80px;
	height: 80px
}

.t-list1 .pic img {
	display: block;
	width: 100%;
	height: 100%
}

.t-list1 .date {
	margin: -14px 0 6px;
	font-size: 30px
}

.t-list1 .p2 {
	overflow: hidden;
	height: 3.6em;
	line-height: 1.8em;
	font-size: 13px
}

.slider-t2 .slick-next,
.slider-t2 .slick-prev {
	position: absolute;
	bottom: 0;
	border: 0;
	background: 0 0;
	overflow: hidden;
	width: 50px;
	height: 50px;
	font-size: 0;
	line-height: 0;
	z-index: 5;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.slider-t2 .slick-prev {
	left: 44.5%;
	background-image: url(../image/arrow-t.png)
}

.slider-t2 .slick-prev:hover {
	background-image: url(../image/arrow-t-on.png)
}

.slider-t2 .slick-next {
	right: 44.5%;
	background-image: url(../image/arrow-b.png)
}

.slider-t2 .slick-next:hover {
	background-image: url(../image/arrow-b-on.png)
}

.m-about .row4 {
	padding: 94px 0 119px;
	background-color: #f5f5f5
}

.t-list2 {
	padding-top: 60px;
	overflow: hidden
}

.t-list2 li {
	float: left;
	width: 50%;
	background-color: #fff
}

.t-list2 a {
	display: block;
	overflow: hidden
}

.t-list2 .pic {
	float: left;
	width: 50%
}

.t-list2 .l3 .pic,
.t-list2 .l4 .pic {
	float: right
}

.t-list2 .pic span {
	display: block;
	position: relative;
	height: 0;
	padding-top: 81%;
	overflow: hidden
}

.t-list2 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto
}

.t-list2 .desc {
	float: left;
	width: 50%;
	text-align: center;
	overflow: hidden;
	margin-top: 82px;
	height: 3.6em;
	line-height: 1.8em;
	font-size: 20px;
	color: #333
}

.m-about .row5 {
	padding: 94px 0 115px;
	background-color: #fff
}

.slider-t3 {
	padding: 60px 65px 8px
}

.slider-t3 .con {
	display: block;
	margin: 0 15px 30px
}

.slider-t3 .pic {
	position: relative;
	height: 0;
	padding-top: 65.8%
}

.slider-t3 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto
}

.slider-t3 .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center
}

.slider-t3 .slick-dots li {
	display: inline-block;
	margin: 0 3px 0 2px;
	padding: 0
}

.slider-t3 .slick-dots button {
	width: 10px;
	height: 10px;
	font-size: 0;
	padding: 0;
	border: none;
	text-indent: 999px;
	cursor: pointer;
	background: 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../image/dot.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

.slider-t3 .slick-dots .slick-active button {
	background-image: url(../image/dot-on.png)
}

.slider-t3 .slick-next,
.slider-t3 .slick-prev {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	border: 0;
	background: 0 0;
	overflow: hidden;
	width: 50px;
	height: 50px;
	font-size: 0;
	line-height: 0;
	z-index: 5;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.slider-t3 .slick-prev {
	left: 0;
	background-image: url(../image/arrow-l.png)
}

.slider-t3 .slick-prev:hover {
	background-image: url(../image/arrow-l-on.png)
}

.slider-t3 .slick-next {
	right: 0;
	background-image: url(../image/arrow-r.png)
}

.slider-t3 .slick-next:hover {
	background-image: url(../image/arrow-r-on.png)
}

.m-about .row6 {
	padding: 130px 0 145px;
	background-position: left top;
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto
}

.m-about .row6 .g-tit-t1 {
	color: #db1a22
}

.m-about .row6 .word {
	padding: 80px 100px 71px;
	box-shadow: 0 26px 26px rgba(0, 0, 0, .1);
	background-color: #fff
}

.m-about .row6 .txt {
	text-align: justify;
	letter-spacing: 1px;
	line-height: 1.8em;
	font-size: 16px;
	color: #333
}

.m-about .row6 .txt p {
	margin-bottom: 28px
}

.m-about .row6 .txt .p3 {
	text-align: right;
	margin-bottom: 0
}

.m-case {
	padding: 60px 0 113px;
	background-color: #f5f5f5
}

.t-list3 {
	overflow: hidden;
	margin-left: -20px;
	padding-bottom: 40px
}

.t-list3 li {
	float: left;
	width: 33.33%;
	margin-bottom: 20px
}

.t-list3 .con {
	display: block;
	margin-left: 20px;
	background-color: #fff
}

.t-list3 .pic {
	position: relative;
	height: 0;
	padding-top: 63.2%;
	overflow: hidden
}

.t-list3 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto
}

.t-list3 .desc {
	padding: 14px 19px 24px
}

.t-list3 h3 {
	margin-bottom: 11px;
	font-size: 20px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.t-list3 .info {
	position: relative;
	padding-bottom: 19px;
	line-height: 1.8;
	font-size: 12px;
	color: #666
}

.t-list3 .info::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #db1a22
}

.t-list3 .info p {
	display: inline-block;
	padding-right: 50px
}

.t-list3 .info span {
	color: #999
}

.t-list3 .con:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, .1)
}

.t-list3 .con:hover h3 {
	color: #db1a22
}

.t-list4 {
	overflow: hidden;
	margin-left: -20px;
	padding-bottom: 42px
}

.t-list4 li {
	float: left;
	width: 33.33%;
	margin-bottom: 20px
}

.t-list4 .con {
	display: block;
	margin-left: 20px;
	background-color: #fff;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.t-list4 .g-pics {
	display: block;
	position: relative;
	height: 0;
	padding-top: 63.2%;
	overflow: hidden
}

.t-list4 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto
}

.t-list4 .desc {
	padding: 16px 19px
}

.t-list4 h3 a {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: justify;
	height: 2.72em;
	line-height: 1.36em;
	font-size: 18px;
	color: #333;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.t-list4 .txt {
	position: relative;
	padding-top: 11px;
	margin-bottom: 9px;
	line-height: 1.8em;
	font-size: 12px;
	color: #666;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 52px;
	overflow: hidden;
}

.t-list4 .txt a {
	color: #666;
}

.t-list4 .txt::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #db1a22
}

.t-list4 .info {
	overflow: hidden;
	padding-top: 8px;
	border-top: 1px solid #ccc
}

.t-list4 .info p {
	float: left;
	width: 50%;
	font-size: 12px;
	color: #ccc
}

.t-list4 .info .more {
	text-align: right
}

.t-list4 .info .more a {
	color: #ccc
}

.t-list4 .con:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, .1)
}

.t-list4 h3 a:hover {
	color: #db1a22
}

.t-list4 .info .more a:hover {
	color: #db1a22
}

.m-prod .row1 {
	padding: 82px 0 80px;
	background-color: #f5f5f5
}

.t-list5 {
	padding-top: 50px;
	margin-left: -20px;
	overflow: hidden
}

.t-list5 li {
	float: left;
	width: 25%;
	margin-bottom: 20px
}

.t-list5 .con {
	display: block;
	margin-left: 20px;
	background-color: #fff
}

.t-list5 .pic {
	position: relative;
	height: 0;
	padding-top: 100%;
	overflow: hidden
}

.t-list5 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto
}

.t-list5 p {
	text-align: center;
	height: 60px;
	line-height: 54px;
	font-size: 18px;
	color: #333;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.t-list5 .con:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, .1)
}

.t-list5 .con:hover p {
	color: #db1a22
}

.m-prod .row2 {
	padding: 90px 0 79px;
	background-color: #fff
}

.ban-inner2 {
	height: 680px
}

.ban-inner2 .txt {
	padding-top: 302px
}

.ban-inner2 .txt .t2 {
	margin-top: -6px;
	font-size: 24px
}

.t-list6 {
	overflow: hidden;
	margin-left: -30px;
	padding: 60px 80px 79px
}



.t-list6 li {
	float: left;
	width: 33.33%;
	margin-bottom: 30px
}



.t-list6 .con {
	margin-left: 30px;
	background-color: #fff;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .1)
}



.t-list6 .pic {
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 91%
}



.t-list6 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}



.t-list6 .con:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}



.t-list6 .desc {
	z-index: 2;
	height: 139px;
	position: relative;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}



.t-list6 .info {
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	padding: 18px 10px 38px;
	text-align: center;
	background-color: #fff;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}



.t-list6 .line {
	position: absolute;
	left: 50%;
	bottom: 19px;
	width: 40px;
	height: 3px;
	margin-left: -20px;
	background-color: #db1a22
}



.t-list6 h3 {
	margin-bottom: 11px;
	font-size: 20px;
	color: #333
}



.t-list6 p {
	overflow: hidden;
	width: 240px;
	margin: 0 auto;
	line-height: 1.8em;
	font-size: 12px;
	color: #999
}



.t-list6 .more {
	display: none
}



.t-list6 .g-more {
	margin-top: 16px;
	width: 120px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
	background-color: #333
}



.t-list6 li.last {
	width: 66.66%
}



.t-list6 li.last .pic {
	padding-top: 43%
}



.t-list6 li.on .info {
	top: -31px;
	background-color: #db1a22
}



.t-list6 li.on h3,
.t-list6 li.on p {
	color: #fff
}

.m-cont {
	padding: 94px 0 113px;
	background-color: #fff
}

.t-list7 {
	overflow: hidden;
	margin-left: -29px;
	padding: 53px 155px 35px
}

.t-list7 li {
	float: left;
	width: 50%;
	margin-bottom: 29px
}

.t-list7 .con {
	overflow: hidden;
	margin-left: 29px;
	background-color: #f5f5f5;
	border: 1px solid #dbdbdb
}

.t-list7 .pic {
	float: left;
	width: 72px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	max-width: 90%;
	max-height: 90%
}

.t-list7 .pic img {
	display: inline-block;
	vertical-align: middle
}

.t-list7 .desc {
	overflow: hidden;
	padding: 5px 20px 0;
	height: 72px;
	line-height: 28px;
	color: #111;
	border-left: 1px solid #dbdbdb
}

.t-list7 p {
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.t-list7 .p1 {
	font-size: 14px
}

.t-list7 .p2 {
	font-size: 17px;
	font-weight: 600;
}

.t-list7 .p3 {
	font-size: 22px
}

.t-list7 a {
	color: #fd4853
}

.anchorBL {
	display: none
}

.m-cont .map {
	height: 460px
}

.m-cont .map img {
	max-width: 1000px
}

.m-trans {
	padding: 93px 0 112px;
	background-color: #f5f5f5
}

.m-trans .info {
	margin: 16px 0 55px;
	text-align: center;
	font-size: 16px;
	color: #333
}

.m-trans .con {
	overflow: hidden;
	padding: 30px;
	background-color: #fff
}

.m-trans .l {
	width: 820px
}

.m-trans .r {
	width: 270px;
	background-color: #f5f5f5
}

.m-trans .qr {
	padding: 45px 35px 60px
}

.m-trans .qr p {
	margin-bottom: 18px;
	text-align: center;
	font-size: 18px;
	color: #333
}

.m-trans .pic {
	margin: 0 auto;
	width: 200px;
	height: 200px;
	background-color: #fff
}

.m-trans .pic img {
	display: block;
	width: 100%;
	height: 100%
}

.m-join {
	background-color: #fff
}

.m-join .inner {
	padding: 93px 140px 133px
}

.m-join .info {
	margin: 14px 0 63px;
	text-align: center;
	line-height: 1.8em;
	font-size: 16px;
	color: #333
}

.t-list8 {
	border-top: 1px solid #dbdbdb
}

.t-list8 li {
	border-bottom: 1px solid #dbdbdb
}

.t-list8 .a1 {
	display: block;
	padding: 0 20px;
	line-height: 58px;
	font-size: 16px;
	color: #333
}

.t-list8 .a1 span {
	display: inline-block;
	padding-left: 36px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../image/t-ico13.png)
}

.t-list8 .con {
	display: none;
	padding: 14px 58px 31px;
	line-height: 1.8em;
	font-size: 14px
}

.t-list8 .p1 {
	color: #db1a22
}

.t-list8 li.on .a1 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #dbdbdb
}

.t-list8 .a1:hover {
	background-color: #f5f5f5
}

.t-list8 li.on>a span {
	background-image: url(../image/t-ico13-on.png)
}

.banner .item a {
	display: block;
	height: 570px;

	background-position: center center;
	background-repeat: no-repeat;

	-o-background-size: 1680px auto;

	-ms-background-size: 1680px auto;

	-moz-background-size: 1680px auto;

	-webkit-background-size: 1680px auto;

	background-size: 1680px auto;

}

.g-tit-t2 p {
	text-align: center;
	margin-bottom: -54px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 60px;
	color: #f2f2f2
}

.g-more {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 200px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	background-color: #db1a22;
	border-radius: 2px
}

.g-more:hover {
	color: #fff;
	background-color: #c2171d
}

.index-row1 {
	position: relative;
	z-index: 2;
	overflow: hidden;
	margin: -96px 0 -104px;
	background-color: #fff;
	box-shadow: 0 16px 36px rgba(0, 0, 0, .1)
}

.index-row1 .l {
	width: 809px
}

.index-row1 .r {
	width: 371px
}

.index-row1 .con {
	overflow: hidden;
	padding: 20px;
	margin-left: -20px;
	margin-right: -93px;
}

.index-row1 .desc {
	float: left;
	width: 50%
}

.index-row1 .info {
	margin-left: 20px;
	padding: 17px 20px 22px;
	color: #0e0c0c;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

.index-row1 .p1 {
	font-size: 20px
}

.index-row1 .p2 {
	overflow: hidden;
	width: 180px;
	height: 3.28em;
	margin: 7px 0 12px;
	line-height: 1.64em;
	font-size: 14px
}

.index-row1 .g-more {
	margin: 0;
	width: 90px;
	height: 26px;
	line-height: 24px;
	font-size: 12px;
	color: #000;
	background: 0 0;
	border: 1px solid #050001
}

.index-row1 .g-more:hover {
	color: #fff;
	background-color: #050001
}

.index-row1 .pic {
	position: relative;
	height: 0;
	padding-top: 54%
}

.index-row1 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.index-row1 .slider .slick-dots {
	position: absolute;
	bottom: 17px;
	left: 0;
	width: 100%;
	text-align: center
}

.index-row1 .slider .slick-dots li {
	display: inline-block;
	padding: 0
}

.index-row1 .slider .slick-dots button {
	width: 10px;
	height: 10px;
	font-size: 0;
	padding: 0;
	border: none;
	text-indent: 999px;
	cursor: pointer;
	background: 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../image/dot2.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

.index-row1 .slider .slick-dots .slick-active button {
	background-image: url(../image/dot2-on.png)
}

.index-row1 .slider .slick-arrow {
	position: absolute;
	display: block;
	border: none;
	background-color: transparent;
	background: center center no-repeat;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
	cursor: pointer;
	opacity: 0
}

.index-row1 .slider:hover .slick-arrow {
	opacity: 1
}

.index-row1 .slider .slick-prev {
	left: 5px;
	background-image: url(../image/arrow-l.png);
	background-size: 100% 100%
}

.index-row1 .slider .slick-next {
	right: 5px;
	background-image: url(../image/arrow-r.png);
	background-size: 100% 100%
}

.index-row2 {
	padding: 130px 0 50px;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat
}



.index-row2 .p1 {
	margin-top: 16px;
	text-align: center;
	font-size: 16px;
	color: #333
}



.index-row2 .t-list6 {
	margin: 0 -15px;
	padding: 60px 80px 9px
}



.index-row2 .t-list6 .con {
	margin: 0 15px
}



.index-row2 .link {
	text-align: center;
	padding-top: 35px
}



.index-row2 .link a {
	margin: 0 9px;
	display: inline-block
}



.index-row2 .link .a1 {
	border: 1px solid #333;
	line-height: 44px;
	background: 0 0
}



.index-row2 .link .a1 span {
	display: inline-block;
	padding-left: 30px;
	color: #333;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../image/t-ico15.png);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}



.index-row2 .link .a1:hover {
	background-color: #333
}



.index-row2 .link .a1:hover span {
	color: #fff;
	background-image: url(../image/s-ico5.png)
}



.index-row2 .t-list6 .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center
}



.index-row2 .t-list6 .slick-dots li {
	display: inline-block;
	float: none;
	width: auto;
	margin: 0 2px 0 3px;
	padding: 0
}



.index-row2 .t-list6 .slick-dots button {
	width: 10px;
	height: 10px;
	font-size: 0;
	padding: 0;
	border: none;
	text-indent: 999px;
	cursor: pointer;
	background: 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../image/dot.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}



.index-row2 .t-list6 .slick-dots .slick-active button {
	background-image: url(../image/dot-on.png)
}



.index-row2 .t-list6 .slick-next,
.index-row2 .t-list6 .slick-prev {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	border: 0;
	background: 0 0;
	overflow: hidden;
	width: 50px;
	height: 50px;
	font-size: 0;
	line-height: 0;
	z-index: 5;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}



.index-row2 .t-list6 .slick-prev {
	left: 15px;
	background-image: url(../image/arrow-l.png)
}



.index-row2 .t-list6 .slick-prev:hover {
	background-image: url(../image/arrow-l-on.png)
}



.index-row2 .t-list6 .slick-next {
	right: 15px;
	background-image: url(../image/arrow-r.png)
}



.index-row2 .t-list6 .slick-next:hover {
	background-image: url(../image/arrow-r-on.png)
}

.index-row3 {
	padding-bottom: 78px;
	background-position: center;
	background-repeat: no-repeat
}

.index-row3 .top-pic {
	position: relative;
	top: -134px;
	margin: 0 auto -91px;
	width: 557px;
	height: 329px
}

.index-row3 .top-pic img {
	height: 100%
}

.index-row3 .g-tit-t2 p {
	color: rgba(0, 0, 0, .12)
}

.index-row3 .g-tit-t1 {
	color: #000
}

.index-row3 .g-tit-t1::after {
	background-color: #fff
}

.index-row3 .txt {
	text-align: center;
	padding: 12px 20px;
	line-height: 1.86em;
	font-size: 16px;
	color: #000
}

.t-list9 {
	overflow: hidden;
	padding: 47px 18px 0;
	margin-left: -58px;
	display: flex;
	justify-content: space-evenly;
}

.t-list9 li {
	float: left;
	width:
}

.t-list9 a {
	display: block;
	position: relative;
	margin-left:
}

.t-list9 .pic {
	width: 243px;
	height: 280px;
	overflow: hidden
}

.t-list9 .pic img {
	display: block;
	width: 100%;
	height: auto
}

.t-list9 .info {
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	width: 80px;
	height: 80px;
/* 	line-height: 80px; */
	margin-top: -40px;
	margin-left: -40px;
	font-size: 14px;
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../image/t-ico14.png);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.t-list9 a:hover .info {
	background-image: url(../image/t-ico14-on.png)
}

.index-row4 {
	padding: 30px 0 0;
	background-color: #fff
}

.ul-tab {
	margin-top: 36px;
	text-align: center
}

.ul-tab li {
	display: inline-block;
	margin: 0 4px;
	width: 80px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-color: #cacaca;
	border-radius: 2px
}

.ul-tab a {
	display: block;
	color: #fff
}

.ul-tab li.on {
	background-color: #db1a22
}

.index-row4 .t-list3 {
	margin: 0 -15px;
	padding: 40px 80px 24px
}

.index-row4 .t-list3 li {
	margin: 0
}

.index-row4 .t-list3 .pic {
	padding-top: 75%
}

.index-row4 .t-list3 .con {
	margin: 0 15px 15px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .1)
}

.index-row4 .t-list3 .slick-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center
}

.index-row4 .t-list3 .slick-dots li {
	display: inline-block;
	float: none;
	width: auto;
	margin: 0 2px 0 3px;
	padding: 0
}

.index-row4 .t-list3 .slick-dots button {
	width: 10px;
	height: 10px;
	font-size: 0;
	padding: 0;
	border: none;
	text-indent: 999px;
	cursor: pointer;
	background: 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../image/dot.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%
}

.index-row4 .t-list3 .slick-dots .slick-active button {
	background-image: url(../image/dot-on.png)
}

.index-row4 .t-list3 .slick-next,
.index-row4 .t-list3 .slick-prev {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	border: 0;
	background: 0 0;
	overflow: hidden;
	width: 50px;
	height: 50px;
	font-size: 0;
	line-height: 0;
	z-index: 5;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.index-row4 .t-list3 .slick-prev {
	left: 15px;
	background-image: url(../image/arrow-l.png)
}

.index-row4 .t-list3 .slick-prev:hover {
	background-image: url(../image/arrow-l-on.png)
}

.index-row4 .t-list3 .slick-next {
	right: 15px;
	background-image: url(../image/arrow-r.png)
}

.index-row4 .t-list3 .slick-next:hover {
	background-image: url(../image/arrow-r-on.png)
}

.index-row5 {
	overflow: hidden;
	padding: 0 0 126px;
	background-position: center;
	background-repeat: no-repeat
}

.index-row5 .txt {
	padding: 14px 20px 13px;
	text-align: center;
	line-height: 1.8em;
	font-size: 16px;
	color: #333;
}

.index-row5 .l {
	width: 554px;
	margin-left: 21px
}

.index-row5 .con {
	position: relative;
	display: block
}

.index-row5 .pic {
	position: relative;
	height: 400px;
	padding-top: 60.2%;
	overflow: hidden
}

.index-row5 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	object-fit: scale-down;
}

.index-row5 .con h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 20px;
	line-height: 60px;
	font-size: 18px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis
}

.index-row5 .g-more {
	margin-top: 19px;
	float: right;
	width: 320px
}

.index-row5 .g-more span {
	padding-left: 30px;
	display: inline-block;
	background: url(../image/t-ico16.png) left center no-repeat
}

.index-row5 .slick-next,
.index-row5 .slick-prev {
	position: absolute;
	bottom: 20px;
	border: 0;
	background: 0 0;
	overflow: hidden;
	width: 20px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	z-index: 5;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.index-row5 .slick-prev {
	right: 50px;
	background-image: url(../image/arrow-l2.png)
}

.index-row5 .slick-prev:hover {
	background-image: url(../image/arrow-l2-on.png)
}

.index-row5 .slick-next {
	right: 20px;
	background-image: url(../image/arrow-r2.png)
}

.index-row5 .slick-next:hover {
	background-image: url(../image/arrow-r2-on.png)
}

.index-row6 {
	padding: 30px 0 40px;
	background-color: #fff
}

.index-row6 .t-list4 {
	margin-left: -30px;
	padding: 60px 20px 22px
}

.index-row6 .t-list4 .con {
	margin-left: 30px;
	box-shadow: 0 8px 16px rgba(0, 0, 0, .1)
}

.index-row6 .t-list4 .g-pics {
	padding-top: 66.6%
}

.m-maps {
	background-color: #fff;
	padding: 0 0 20px 20px;
	margin-bottom: 20px;
	margin-top: -278px;
	position: relative;
	z-index: 2
}

.m-maps .tit {
	font-size: 14px;
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
	padding-top: 14px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-right: 20px
}

.m-maps .dizhi {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 16px;
	background: url(../image/s-ico6.png) 0 50% no-repeat;
	color: #db1a22;
	margin-right: 10px
}

.m-maps .tit b {
	color: #db1a22;
	font-size: 18px
}

.m-maps .a-btn {
	float: right
}

.a-btn {
	display: block;
	width: 120px;
	height: 32px;
	line-height: 32px;
	background-color: #db1a22;
	color: #fff;
	font-size: 12px;
	padding-left: 28px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 21px 50%;
	border-radius: 3px
}

.a-btn:hover {
	color: #fff;
	background-color: #c2171d
}

.m-maps .box {
	overflow: hidden
}

.m-maps .l {
	width: 760px;
	height: 480px
}

.m-maps .r {
	float: none;
	overflow: hidden;
	overflow-y: auto;
	height: 480px
}

.ul-map li {
	padding: 16px 21px
}

.ul-map li.on {
	background-color: #f5f5f5
}

.ul-map li:hover {
	background-color: #f7f7f7
}

.ul-map .num {
	float: left;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #db1a22;
	border-radius: 3px
}

.ul-map .txt {
	overflow: hidden
}

.ul-map .txt .t1 {
	font-size: 14px;
	color: #333;
	line-height: 1.1;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 7px
}

.ul-map .txt .t2 {
	font-size: 12px;
	color: #999;
	line-height: 22px
}

.store-row {
	background-color: #f5f5f5
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #f5f5f5 !important
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #dbdbdb !important;
	width: 2px !important
}

#allmap {
	width: 100%;
	height: 100%
}

.mCSB_inside>.mCSB_container {
	margin-right: 0 !important
}

.mCSB_scrollTools {
	margin-right: 15px
}

.m-mendian {
	padding: 0 20px;
	background-color: #fff
}

.m-mendian .top {
	overflow: hidden;
	padding-top: 12px;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 20px;
	position: relative
}

.m-mendian .tit {
	float: left;
	border-bottom: 1px solid #db1a22;
	padding-bottom: 14px;
	font-size: 20px
}

.m-mendian .shaixuan {
	float: right
}

.m-mendian .shaixuan .sel {
	float: left;
	margin-left: -1px;
	cursor: pointer;
	border: 1px solid #dbdbdb;
	padding-left: 20px;
	height: 36px;
	color: #333;
	font-size: 14px;
	padding-right: 32px;
	background: url(../image/s-ico7.png) right 20px center no-repeat
}

.ul-pictxts {
	overflow: hidden;
	margin-right: -19px
}

.ul-pictxts li {
	float: left;
	width: 50%;
	margin-bottom: 20px
}

.ul-pictxts .fendiandizhi {
	display: block;
	margin-right: 19px;
	border: 1px solid #dbdbdb;
	overflow: hidden
}

.ul-pictxts .fendiandizhi:hover {
	border-color: #f5f5f5;
	background-color: #f5f5f5
}

.ul-pictxts .l {
	margin-right: 24px
}

.ul-pictxts .g-pics {
	width: 198px;
	height: 158px
}

.ul-pictxts .txt {
	overflow: hidden;
	padding-top: 17px
}

.ul-pictxts .t1 {
	font-size: 14px;
	margin-bottom: 2px
}

.ul-pictxts .t2 {
	font-size: 12px;
	color: #999;
	overflow: hidden;
	line-height: 22px;
	height: 66px
}

.ul-pictxts .btn {
	display: block;
	font-size: 12px;
	background-color: #db1a22;
	color: #fff;
	text-align: center;
	width: 90px;
	height: 26px;
	line-height: 26px;
	border-radius: 3px;
	margin-top: 5px
}

.ul-pictxts a:hover .btn {
	background-color: #c2171d
}

.row-store {
	padding: 40px 0 70px
}

.row-xiangqing {
	background-color: #fff;
	padding-bottom: 56px
}

.m-topshow {
	overflow: hidden;
	padding-top: 20px
}

.m-topshow .l {
	width: 680px
}

.m-topshow .r {
	width: 480px
}

.m-topshow .in-ban {
	margin-bottom: 10px
}

.m-topshow .slick-arrow {
	position: absolute;
	display: block;
	border: none;
	background-color: transparent;
	background: center center no-repeat;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	cursor: pointer;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.m-topshow .in-ban:hover .slick-arrow {
	opacity: 1
}

.m-topshow .slick-prev {
	left: 10px;
	background-image: url(../image/arrow-l.png)
}

.m-topshow .slider-nav {
	margin: 0 -5px
}

.m-topshow .slider-nav .jz-item {
	margin: 0 5px
}

.m-topshow .slick-prev:hover {
	background-image: url(../image/arrow-l-on.png)
}

.m-topshow .slick-next:hover {
	background-image: url(../image/arrow-r-on.png)
}

.m-topshow .slick-next {
	right: 10px;
	background-image: url(../image/arrow-r.png)
}

.m-topshow .tit {
	font-size: 24px;
	margin-bottom: 12px;
	font-weight: 400
}

.m-topshow .info1 {
	color: #999;
	font-size: 14px;
	margin-bottom: 14px;
	line-height: 24px
}

.m-topshow .info2 {
	background-color: #f5f5f5;
	overflow: hidden;
	padding: 20px 20px 10px;
	margin-bottom: 20px
}

.m-topshow .info2 .p1 {
	float: left;
	width: 50%;
	margin-bottom: 10px
}

.m-topshow .info2 .name {
	float: left;
	color: #999
}

.m-topshow .info2 .txt {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.m-topshow .btn {
	margin-bottom: 60px;
	overflow: hidden
}

.m-topshow .btn a {
	float: left;
	width: 158px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 22px 50%;
	background-color: #db1a22;
	color: #fff;
	border-radius: 3px;
	margin-right: 8px
}

.m-topshow .btn a:hover {
	background-color: #c2171d
}

.m-topshow .a-btn1 {
	padding-left: 27px;
	background-image: url(../image/s-ico5.png)
}

.m-topshow #allmap {
	width: 480px;
	height: 140px;
	margin-bottom: 10px
}

.m-topshow .link {
	padding-left: 18px;
	background: url(../image/s-ico6.png) left center no-repeat
}

.in-ban-box {
	overflow: hidden;
	height: 420px;
	position: relative;
	z-index: 1
}

.row-a2 {
	padding-top: 40px;
	padding-bottom: 90px;
	background-color: #f5f5f5
}

.m-jieshaos {
	background-color: #fff
}

.m-jieshaos {
	padding: 20px;
	margin-bottom: 20px
}

.g-tits1 {
	line-height: 1.1;
	font-size: 20px;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px
}

.g-tits1 span {
	display: inline-block;
	position: relative;
	padding-bottom: 19px
}

.g-tits1 span:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #db1a22
}

.m-jieshaos .pic {
	text-align: center;
	margin-bottom: 50px
}

.m-jieshaos .pic img {
	display: inline-block;
	*display: inline;
	*zoom: 1
}

.m-gbox .bdshare-button-style2-32 .bds_sqq {
	background: url(../image/s-q1.png) center center no-repeat !important
}

.m-gbox .bdshare-button-style2-32 .bds_qzone {
	background: url(../image/s-q2.png) center center no-repeat !important
}

.m-gbox .bdshare-button-style2-32 .bds_weixin {
	background: url(../image/s-q3.png) center center no-repeat !important
}

.m-gbox .bdshare-button-style2-32 .bds_tsina {
	background: url(../image/s-q5.png) center center no-repeat !important
}

.bdshare-button-style2-32 {
	display: inline-block;
	vertical-align: middle
}

.m-gbox .ret {
	float: right;
	width: 140px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-left: 22px;
	color: #fff;
	font-size: 12px;
	background-color: #333;
	background: #333 url(../image/s-ret.png) 20px 50% no-repeat;
	border-radius: 15px;
	margin-top: 5px
}

.m-gbox .ret:hover {
	background-color: #c2171d
}

.m-gbox .top {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 25px;
	overflow: hidden
}

.m-gbox .arrow {
	overflow: hidden;
	color: #333
}

.m-gbox .arrow .next {
	float: right
}

.m-gbox .arrow .prev {
	float: left
}

.m-gbox .arrow a {
	color: #999
}

.m-gbox .arrow a:hover {
	color: #c2171d
}

.m-chanpins {
	padding: 20px;
	background-color: #fff
}

.m-chanpins .g-tits1 {
	margin-bottom: 20px
}

.ul-chanpin {
	overflow: hidden;
	margin-right: -20px
}

.ul-chanpin li {
	float: left;
	width: 25%
}

.ul-chanpin a {
	display: block;
	margin-right: 20px
}

.ul-chanpin .g-pics {
	position: relative;
	padding-top: 104%;
	margin-bottom: 13px
}

.ul-chanpin .g-pics img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.ul-chanpin .txt {
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px
}

.banner2 {
	position: relative;
	height: 1028px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover
}

.banner2 img {
	display: block;
	height: 100%;
	width: auto;
	margin: 0 auto
}

.banner2 .btn {
	width: 100%;
	position: absolute;
	top: 587px;
	left: 0;
	text-align: center
}

.banner2 .btn a {
	display: inline-block;
	margin: 0 10px;
	width: 200px;
	height: 56px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: 35px 50%;
	line-height: 56px;
	font-size: 16px;
	border-radius: 5px
}

.banner2 .btn .a1 {
	background-image: url(../image/s-ico9.png);
	background-color: #fff
}

.banner2 .btn .a1:hover {
	color: #fff;
	background-color: #c2171d;
	background-image: url(../image/s-ico11.png)
}

.banner2 .btn .a2 {
	color: #fff;
	background-image: url(../image/s-ico10.png);
	background-color: #db1a22
}

.banner2 .btn .a2:hover {
	background-color: #c2171d
}

.row-z1 {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 1920px 100%;
	background-size: 1920px 100%
}

.row-z1 .g-tit-t1 {
	font-size: 48px
}

.m-videos {
	position: relative;
	z-index: 1;
	width: 800px;
	height: 390px;
	border-radius: 9px;
	overflow: hidden;
	margin: -215px auto 100px;
	background-color: #1f242c
}

.m-videos .btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(../image/s-play.png) center center no-repeat;
	z-index: 1;
	cursor: pointer
}

.m-videos video {
	display: block;
	width: 100%;
	height: 100%
}

.m-ul1 {
	padding-bottom: 96px
}

.m-ul1 .g-tit-t1 {
	margin-bottom: 56px
}

.ul-timgs1 {
	overflow: hidden;
	width: 1020px;
	margin: 0 auto
}

.ul-timgs1 li {
	float: left;
	width: 50%;
	margin-bottom: 20px
}

.ul-timgs1 .con {
	overflow: hidden;
	width: 480px;
	margin: 0 10px;
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.ul-timgs1 .img {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 20px;
	border-radius: 50%;
	overflow: hidden
}

.ul-timgs1 .img img {
	display: block;
	width: 100%;
	height: auto
}

.ul-timgs1 .box {
	overflow: hidden;
	font-size: 0
}

.ul-timgs1 .box::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	margin-right: -5px
}

.ul-timgs1 .txt {
	display: inline-block;
	vertical-align: middle
}

.ul-timgs1 .t1 {
	font-size: 20px;
	color: #db1a22;
	margin-bottom: 5px
}

.ul-timgs1 .t2 {
	font-size: 16px;
	color: #333;
	overflow: hidden;
	max-height: 72px
}

.m-u2 {
	padding: 82px 0 92px
}

.m-u2 .g-tit-t1 {
	color: #fff;
	margin-bottom: 52px
}

.ul-liu {
	overflow: hidden
}

.ul-liu li {
	float: left;
	width: 11.11%;
	text-align: center;
	color: #fff
}

.ul-liu .img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	-webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 8px 10px rgba(0, 0, 0, .1);
	margin: 0 auto 20px
}

.ul-liu .img img {
	display: block;
	width: 100%;
	height: 100%
}

.ul-liu .txt {
	font-size: 18px;
	margin-bottom: 18px
}

.ul-liu .num {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 0 auto
}

.m-u3 {
	padding: 81px 0 44px;
	overflow: hidden
}

.m-u3 .g-tit-t1 {
	margin-bottom: 75px
}

.ul-zhengce {
	padding: 0 18px;
	margin-right: -60px
}

.ul-zhengce li {
	float: left;
	width: 33.3333%;
	margin-bottom: 70px
}

.ul-zhengce .con {
	position: relative;
	display: block;
	margin-right: 60px;
	padding: 43px 20px 20px;
	background: url(../image/s-b3.png) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-align: center;
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .1);
	box-shadow: 0 0 16px rgba(0, 0, 0, .1)
}

.ul-zhengce .tit {
	position: absolute;
	width: 240px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	background-color: #db1a22;
	border-radius: 23px;
	top: -20px;
	left: 50%;
	margin-left: -120px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 5px
}

.ul-zhengce .txt {
	line-height: 26px;
	overflow: hidden;
	height: 100px;
	margin-bottom: 17px
}

.ul-zhengce .g-pics {
	width: 300px;
	height: 200px
}

.m-u4 {
	padding: 85px 0 101px;
	overflow: hidden
}

.m-u4 .g-tit-t1 {
	color: #fff;
	margin-bottom: 15px
}

.m-u4 .s-tit1 {
	margin-bottom: 50px
}

.s-tit1 .txt {
	text-align: center;
	font-size: 18px;
	color: #fff
}

.ul-youshi {
	padding: 0 10px
}

.ul-youshi li {
	float: left;
	width: 20%
}

.ul-youshi .con {
	height: 462px;
	padding: 87px 24px 0;
	margin: 0 10px;
	background: url(../image/s-b1.png) center center no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	text-align: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}

.ul-youshi .con:hover {
	background-image: url(../image/s-b2.png);
	color: #fff
}

.ul-youshi .img {
	width: 100px;
	height: 100px;
	margin: 0 auto 20px;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
	box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
	border-radius: 50%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center
}

.ul-youshi .i1 {
	background-image: url(../image/s-i1.png)
}

.ul-youshi .i2 {
	background-image: url(../image/s-i2.png)
}

.ul-youshi .i3 {
	background-image: url(../image/s-i3.png)
}

.ul-youshi .i4 {
	background-image: url(../image/s-i4.png)
}

.ul-youshi .i5 {
	background-image: url(../image/s-i5.png)
}

.ul-youshi .con:hover .i1 {
	background-image: url(../image/s-i1on.png)
}

.ul-youshi .con:hover .i2 {
	background-image: url(../image/s-i2on.png)
}

.ul-youshi .con:hover .i3 {
	background-image: url(../image/s-i3on.png)
}

.ul-youshi .con:hover .i4 {
	background-image: url(../image/s-i4on.png)
}

.ul-youshi .con:hover .i5 {
	background-image: url(../image/s-i5on.png)
}

.ul-youshi .tit {
	font-size: 24px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 30px
}

.ul-youshi .p {
	overflow: hidden;
	font-size: 14px;
	color: #a8a8a8;
	line-height: 25px;
	height: 125px
}

.ul-youshi .con:hover .p {
	color: #fff
}

.m-ul5 {
	padding-top: 100px;
	margin-bottom: 70px
}

.m-ul5 .s-tit1 {
	margin-bottom: 56px;
	color: #333
}

.m-ul5 .s-tit1 .txt {
	color: #333;
	padding-top: 15px
}

.ul-pics1 {
	overflow: hidden;
	padding: 0 13px
}

.ul-pics1 li {
	float: left;
	margin: 0 5px 10px
}

.ul-pics1 .g-pics {
	width: 100%;
	height: 100%
}

.ul-pics1 .li1 {
	width: 237px;
	height: 232px
}

.ul-pics1 .li2 {
	width: 237px;
	height: 232px
}

.ul-pics1 .li3 {
	width: 426px;
	height: 232px
}

.ul-pics1 .li4 {
	width: 212px;
	height: 232px
}

.ul-pics1 .li5 {
	width: 248px;
	height: 239px
}

.ul-pics1 .li6 {
	width: 501px;
	height: 239px
}

.ul-pics1 .li7 {
	width: 213px;
	height: 239px
}

.ul-pics1 .li8 {
	width: 151px;
	height: 239px
}

.m-u6 .g-tit-t1 {
	color: #fff;
	margin-bottom: 76px
}

.m-u6 {
	overflow: hidden
}

.m-txtpics .l {
	width: 560px;
	height: 500px;
	overflow: hidden
}

.m-txtpics .r {
	width: 580px;
	height: 500px;
	overflow: hidden
}

.m-txtpics .r .pic {
	width: 100%;
	height: 100%
}

.m-txtpics .r .pic img {
	display: block;
	width: 100%;
	height: auto
}

.m-txtpics {
	width: 1140px;
	margin: 0 auto
}

.ul-txts {
	background-color: #db1a22;
	color: #fff;
	height: 100%;
	padding: 53px 81px 0 40px
}

.ul-txts li {
	overflow: hidden;
	margin-bottom: 25px
}

.ul-txts .n {
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #db1a22;
	background-color: #fff;
	border-radius: 10px;
	font-size: 36px;
	margin-right: 17px
}

.ul-txts .txt {
	overflow: hidden
}

.ul-txts .txt .t1 {
	margin-bottom: 11px;
	font-size: 22px;
	line-height: 1.1
}

.ul-txts .txt .t2 {
	font-size: 14px;
	overflow: hidden;
	line-height: 24px;
	max-height: 48px
}

.m-slickbox {
	background-color: #fff;
	width: 1140px;
	margin: 0 auto 65px;
	padding: 31px 29px 6px;
	-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, .06);
	box-shadow: 0 0 16px rgba(0, 0, 0, .06)
}

.m-slickbox .tit {
	text-align: center;
	font-size: 30px;
	margin-bottom: 23px;
	font-weight: 400
}

.m-slickbox .slider-t3 {
	padding: 0 60px;
	margin-bottom: 30px
}

.m-slickbox .slider-t3 .con {
	margin: 0 10px 35px
}

.m-slickbox .slider-t3.s2 {
	padding-bottom: 14px
}

.m-slickbox .slider-t3.s2 .con {
	margin-bottom: 20px
}

.slider-t3.s2 .pic {
	padding-top: 61%
}

.a-zixun {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 66px;
	line-height: 66px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	padding-left: 48px;
	background: #db1a22 url(../image/s-ico12.png) 52px 50% no-repeat;
	border-radius: 3px
}

.a-zixun:hover {
	background-color: #c2171d;
	color: #fff
}

.h300 {
	height: 300px
}

.form-boxs1 {
	padding: 70px 0 95px
}

.form-boxs1 .g-tit-t1 {
	color: #fff;
	margin-bottom: 15px
}

.form-boxs1 .s-tit1 {
	margin-bottom: 48px
}

.m-forms {
	width: 824px;
	margin: 0 auto
}

.m-forms .l1 {
	margin-bottom: 15px;
	overflow: hidden
}

.m-forms .item.s2 {
	margin: 0 20px
}

.m-forms .l1 .item {
	float: left
}

.m-forms .l2 {
	margin-bottom: 30px
}

.m-forms .name {
	color: #fff;
	margin-bottom: 5px
}

.m-forms .int {
	display: block;
	width: 260px;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	border: none;
	font-size: 14px
}

.m-forms .int.s2 {
	width: 100%;
	height: 90px;
	padding: 15px 20px;
	line-height: 1.5;
	resize: none
}

.m-forms .int::-webkit-input-placeholder {
	color: #c2c2c2
}

.m-forms .int::-moz-placeholder {
	color: #c2c2c2
}

.m-forms .int::-ms-input-placeholder {
	color: #c2c2c2
}

.m-forms .l1 .info {
	background-color: #fff;
	width: 260px;
	height: 47px
}

.m-forms .sel {
	float: left;
	width: 50%;
	height: 47px;
	border: none;
	padding: 0 35px 0 20px;
	background: url(../image/s-ico7.png) right 20px center no-repeat
}

.m-forms .btn {
	display: block;
	margin: 0 auto;
	width: 300px;
	height: 66px;
	background-color: #db1a22;
	color: #fff;
	font-size: 24px;
	border: none;
	font-weight: 700;
	border-radius: 3px
}

.m-forms .btn:hover {
	background-color: #c2171d
}

.ban-inner.s2 .txt .t1 {
	margin-bottom: 10px
}

.ban-inner.s2 .txt .t2 {
	font-size: 14px
}

.row-text {
	overflow: hidden;
	padding-bottom: 100px;
	padding-top: 20px;
	background-color: #f5f5f5
}

.row-text .l {
	width: 860px
}

.row-text .r {
	width: 300px
}

.m-text {
	background-color: #fff;
	padding: 33px 20px 45px
}

.m-text .title {
	border-bottom: 1px solid #ccc;
	margin-bottom: 50px;
	padding-bottom: 38px
}

.m-text .title .info {
	font-size: 14px
}

.m-text .title .s1 {
	color: #999
}

.m-text .title .s2 {
	color: #666;
	padding-right: 25px
}

.m-text .title h1 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 400
}

.m-text .pic {
	margin-bottom: 34px
}

.m-text .pic img {
	display: block;
	width: 100%
}

.m-text .box {
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 174px
}

.m-slicks2 {
	margin-bottom: 20px
}

.m-slicks2 .slick-dots {
	position: absolute;
	bottom: 14px;
	left: 0;
	width: 100%;
	text-align: center
}

.m-slicks2 .slick-dots li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 3px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #a81419
}

.m-slicks2 .slick-dots li.slick-active {
	background-color: #750e12
}

.m-slicks2 img {
	width: 100%
}

.m-slicks2 .slick-arrow {
	position: absolute;
	display: block;
	border: none;
	background-color: transparent;
	background: center center no-repeat;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
	cursor: pointer;
	opacity: 0
}

.m-slicks2:hover .slick-arrow {
	opacity: 1
}

.m-slicks2 .slick-prev {
	left: 5px;
	background-image: url(../image/arrow-l.png);
	background-size: 100% 100%
}

.m-slicks2 .slick-next {
	right: 5px;
	background-image: url(../image/arrow-r.png);
	background-size: 100% 100%
}

.m-baojiaos {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 20px
}

.m-baojiaos .g-tits1 {
	margin-bottom: 21px
}

.m-baojiaos .name {
	margin-bottom: 5px;
	line-height: 1.1
}

.m-baojiaos .p {
	height: 46px;
	overflow: hidden;
	border: 1px solid #dbdbdb;
	margin-bottom: 22px
}

.m-baojiaos .int {
	padding: 0 20px;
	height: 44px;
	line-height: 44px;
	display: block;
	border: none;
	font-size: 14px
}

.m-baojiaos .sel {
	height: 100%;
	float: left;
	width: 141px;
	border: none;
	padding-left: 20px;
	padding-right: 35px;
	background: url(../image/s-ico7.png) right 20px center no-repeat;
	cursor: pointer;
	font-size: 14px
}

.m-baojiaos .sel.s1 {
	border-right: 1px solid #dbdbdb;
	width: 116px
}

.m-baojiaos .ss {
	float: right;
	line-height: 44px;
	padding-right: 20px;
	color: #999
}

.m-baojiaos .btn {
	display: block;
	width: 100%;
	height: 46px;
	color: #fff;
	font-size: 14px;
	background-color: #db1a22;
	border: none
}

.m-baojiaos .btn:hover {
	background-color: #c2171d
}

.ul-chanpin.s2 li {
	float: none;
	width: auto;
	margin-bottom: 21px
}

.ul-chanpin.s2 li:last-of-type {
	margin-bottom: 0
}

.ul-chanpin.s2 .g-pics {
	padding-top: 69%;
	margin-bottom: 10px
}

.ul-chanpin.s2 .name {
	color: #999
}

.ul-chanpin.s2 .txt {
	margin-bottom: 8px
}

.ul-chanpin.s2 .info {
	font-size: 12px
}

.ul-chanpin.s2 .info .s {
	padding-right: 44px;
	color: #666
}

.m-text2 {
	background-color: #fff;
	padding: 72px 99px 38px;
	margin-bottom: 20px
}

.m-text2 h1 {
	font-size: 30px;
	margin-bottom: 22px;
	font-weight: 400
}

.m-text2 .title {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
	margin-bottom: 43px
}

.m-text2 .title .info {
	color: #999
}

.m-text2 .box {
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 63px
}

.m-text2 .box img {
	max-width: 100%;
}

.m-text2 .pic {
	margin-bottom: 40px;
	margin-top: 14px
}

.m-text2 .pic img {
	display: block;
	margin: 0 auto 10px
}

.m-reads {
	background-color: #fff;
	padding: 28px 100px
}

.m-reads .g-tits1 {
	margin-bottom: 20px
}

.ul-pictxts2 {
	overflow: hidden;
	margin-right: -14px
}

.ul-pictxts2 li {
	float: left;
	width: 50%
}

.ul-pictxts2 a {
	display: block;
	overflow: hidden;
	padding-right: 23px;
	margin-right: 14px
}

.ul-pictxts2 .g-pics {
	float: left;
	width: 140px;
	height: 110px;
	margin-right: 10px
}

.ul-pictxts2 .txt {
	overflow: hidden;
	max-height: 56px;
	font-size: 16px;
	color: #000;
	line-height: 28px;
	margin-bottom: 8px
}

.ul-pictxts2 .info {
	overflow: hidden;
	font-size: 12px;
	color: #999;
	line-height: 21px;
	height: 42px
}

.m-forms.s2 .info,
.m-forms.s2 .int {
	background-color: #f5f5f5
}

.m-forms.s2 .name {
	color: #333
}

.m-forms.s2 .l1 .info,
.m-forms.s2 .l2 .info {
	margin: 0
}

.m-forms.s2 .g-tits1 {
	margin-bottom: 25px
}

.m-forms.s2 .btn {
	width: 260px;
	height: 46px;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	border-radius: 0
}

.tab-bar.fixme {
	position: fixed;
	top: 0;
	width: 100%;
	right: 0;
	z-index: 999
}






.dibudianhua {
	margin-top: ;
}

.tel div {
	margin-top: -70px;
	margin-left: 70px;
	font-size: 35px;
}
