/*全局样式*/

body {
	overflow-x: hidden;
}

.wrapper {
	width: 1200px;
}

.wrap-white {
	width: 100%;
	padding: 60px 0;
	background: #fff;
}

.wrap-gray {
	width: 100%;
	padding: 60px 0;
	background: #f7f8fa;
}

.more{
	width: 200px;
	height: 48px;
	line-height: 48px;
	display: block;
	margin:40px auto 20px auto;
	background: #fa7500;
	color: #fff;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
	transition: all 0.5s;
}
.more:hover{
	background: #d9002d;
	font-size: 16px;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.6);
}

/*头部样式*/

#header {
	height: 90px;
}

#logo {
	left: 0;
	top: 20px;
}

#logo img {
	width: 256px;
	height: 50px;
}

#nav {
	right: 0;
	top: 0;
}

#nav ul li {
	position: relative;
	float: left;
	height: 90px;
	line-height: 90px;
	margin-left: 40px;
	font-size: 16px;
}

#nav ul li:first-child {
	margin-left: 0;
}

#nav ul li a {
	display: block;
}

#nav ul li:hover>a {
	color: #d9002d;
}

#nav ul li.current>a {
	color: #d9002d;
}

#nav ul li:hover ul {
	display: block;
}

#nav ul li ul {
	position: absolute;
	left: -44px;
	right: -44px;
	top: 90px;
	display: none;
	padding: 12px 0;
	background: #d9002d;
	z-index: 999;
	/*overflow: hidden;*/
}

#nav ul li ul li {
	float: none;
	height: 40px;
	line-height: 40px;
	margin-left: 0;
	font-size: 15px;
	text-align: center;
	/*overflow: hidden;*/
	position: relative;
}
#nav ul li ul li dl{
	position: absolute;
	top: 0;
	left: 152px;
	width: 152px;
	z-index: 999;
	display: none;
	padding: 12px 0;
}
#nav ul li ul li:hover dl{
	display: block;
}
#nav ul li ul li dl dd a{
	background: #c20028;
}
#nav ul li ul li dl dd a:hover{
	background: #fa7500;
	color: #fff;
}
#nav ul li ul li a {
	display: block;
	padding: 0 20px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#nav ul li ul li:hover a {
	color: #ffdd93;
}


/*首页样式*/

#banner,
#banner-img,
#banner-img ul li,
#banner-img ul li a {
	width: 100%;
	height: 684px;
}

#banner-img ul li {
	float: left;
	overflow: hidden;
}

#banner-img ul li a {
	display: block;
}

#banner-btn {
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
	height: 10px;
	overflow: hidden;
}

#banner-btn dl {
	display: flex;
	justify-content: center;
}

#banner-btn dl dd {
	width: 10px;
	height: 10px;
	margin: 0 6px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
}

#banner-btn dl dd.on {
	background: #fa7500;
}

#prev,
#next {
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	opacity: .7;
	display: none;
}

#prev {
	left: 60px;
	background-image: url(img/prev.png);
}

#next {
	right: 60px;
	background-image: url(img/next.png);
}

#prev:hover,
#next:hover {
	opacity: 1;
}

.title h3 {
	height: 36px;
	line-height: 36px;
	font-size: 34px;
	font-family: 'Arial';
	font-weight: bold;
	text-transform: uppercase;
	color: #d5d5d5;
	overflow: hidden;
}

.title h2 {
	height: 38px;
	line-height: 38px;
	margin-top: 12px;
	font-size: 36px;
	font-weight: bold;
	overflow: hidden;
}

.title h2 span {
	position: relative;
	display: inline-block;
}

.title h2 span i {
	position: absolute;
	top: 19px;
	display: block;
	width: 120px;
	height: 1px;
	background: #d5d5d5;
}

.title h2 span i.line-l {
	left: -140px;
}

.title h2 span i.line-r {
	right: -140px;
}

.title h2 span i u {
	position: absolute;
	display: block;
	background: #333;
}

.title h2 span i u.line-w {
	width: 7px;
	height: 1px;
}

.title h2 span i u.line-h {
	width: 1px;
	height: 7px;
}

.title h2 span i.line-l u.line-w {
	right: 0;
	top: 0;
}

.title h2 span i.line-l u.line-h {
	right: 3px;
	top: -3px;
}

.title h2 span i.line-r u.line-w {
	left: 0;
	top: 0;
}

.title em {
	display: block;
	width: 48px;
	height: 3px;
	margin: 17px auto 0 auto;
	background: #fa7500;
}

#baozhang {
	position: relative;
	width: 100%;
	box-shadow: 0 10px 10px -10px #e1e1e1;
}

#baozhang dl dd {
	position: relative;
	float: left;
	width: 239px;
	height: 48px;
	padding: 40px 30px;
	border-right: 1px solid #e1e1e1;
	cursor: pointer;
	overflow: hidden;
}

#baozhang dl dd:first-child {
	width: 238px;
	border-left: 1px solid #e1e1e1;
}

#baozhang dl dd em {
	display: block;
	width: 48px;
	height: 48px;
	background-repeat: no-repeat;
	background-position: center;
}

#baozhang dl dd em.bz-icon1 {
	background-image: url(img/bz-icon1.png);
}

#baozhang dl dd em.bz-icon2 {
	background-image: url(img/bz-icon2.png);
}

#baozhang dl dd em.bz-icon3 {
	background-image: url(img/bz-icon3.png);
}

#baozhang dl dd em.bz-icon4 {
	background-image: url(img/bz-icon4.png);
}

#baozhang dl dd section {
	position: absolute;
	left: 98px;
	right: 30px;
	top: 26px;
	height: 76px;
	overflow: hidden;
}

#baozhang dl dd section h3 {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	overflow: hidden;
}

#baozhang dl dd section p {
	height: 48px;
	line-height: 24px;
	margin-top: 8px;
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#baozhang dl dd:hover section h3 {
	color: #d9002d;
}

#baozhang i {
	position: absolute;
	left: 0;
	top: 0;
	width: 49%;
	height: 6px;
	background: #fa7500;
}

#baozhang i u {
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

#product {
	height: 565px;
	margin-top: 40px;
}

#product-item {
	height: 565px;
	overflow: hidden;
}

#product-item ul li {
	float: left;
	width: 344px;
	height: 230px;
	margin-right: 24px;
	margin-bottom: 24px;
	padding: 20px;
	background: #f0f0f0;
	text-align: center;
	overflow: hidden;
}

#product-item ul li:nth-child(3) {
	margin-right: 0;
}

#product-item ul li:nth-child(6) {
	margin-right: 0;
}

#product-item ul li h3 {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#product-item ul li h4 {
	height: 18px;
	line-height: 18px;
	margin-top: 16px;
	font-size: 16px;
	color: #d9002d;
	overflow: hidden;
}

#product-item ul li h5 {
	width: 116px;
	height: 36px;
	line-height: 36px;
	margin: 18px auto 0 auto;
	border: 1px solid #c1c1c1;
	border-radius: 19px;
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
	overflow: hidden;
}

#product-item ul li span {
	display: block;
	width: 344px;
	height: 184px;
	margin-top: 20px;
	overflow: hidden;
}

#product-item ul li img {
	width: 344px;
	max-width: none;
	height: 184px;
}

#product-item ul li:hover h3 {
	color: #d9002d;
}

#product-item ul li h5:hover {
	border-color: #d9002d;
	color: #d9002d;
}

#p-prev,
#p-next {
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

#p-prev {
	left: -48px;
	background-image: url(img/prev1.png);
}

#p-next {
	right: -48px;
	background-image: url(img/next1.png);
}

#p-prev:hover {
	background-image: url(img/prev1-h.png);
}

#p-next:hover {
	background-image: url(img/next1-h.png);
}

#about .fl {
	position: relative;
	width: 637px;
	height: 454px;
	margin-left: -360px;
	padding: 60px 359px 60px 360px;
	background: url(img/about-bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

#about-item {
	height: 562px;
	overflow: hidden;
}

#about-item h3 {
	height: 36px;
	line-height: 36px;
	font-size: 34px;
	font-family: 'Arial';
	font-weight: bold;
	text-transform: uppercase;
	color: #d5d5d5;
	overflow: hidden;
}

#about-item h2 {
	height: 38px;
	line-height: 38px;
	margin-top: 12px;
	font-size: 36px;
	font-weight: bold;
	overflow: hidden;
}

#about-item i {
	display: block;
	width: 48px;
	height: 3px;
	margin-top: 17px;
	background: #fa7500;
}

#about-item section {
	height: 192px;
	line-height: 32px;
	margin-top: 30px;
	font-size: 14px;
	color: #666;
}

#about-item h4 {
	width: 220px;
	height: 52px;
	line-height: 52px;
	margin-top: 28px;
	background: #d9002d;
	border-radius: 4px;
	font-size: 15px;
	text-align: center;
	overflow: hidden;
}

#about-item h4 a {
	display: block;
	color: #fff;
}

#about-item h4 span {
	display: inline-block;
	padding-right: 48px;
	background: url(img/arrow-r.png) no-repeat right center;
}

#about-item dl {
	display: flex;
	justify-content: space-between;
	height: 82px;
	margin-top: 60px;
	overflow: hidden;
}

#about-item dl dd {
	height: 82px;
	overflow: hidden;
}

#about-item dl dd em {
	display: block;
	height: 48px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
}

#about-item dl dd em.am-icon1 {
	width: 52px;
	background-image: url(img/am-icon1.png);
}

#about-item dl dd em.am-icon2 {
	width: 40px;
	background-image: url(img/am-icon2.png);
}

#about-item dl dd em.am-icon3 {
	width: 48px;
	background-image: url(img/am-icon3.png);
}



#number dl {
	
	margin-top: 60px;
	overflow: hidden;
}

#number dl dd {
	height: 82px;width: 100%;
	overflow: hidden;
}

#number dl dd em {
	display: block;
	height: 48px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
}

#number dl dd em.am-icon1 {
	width: 52px;
	background-image: url(img/am-icon1.png);
}

#number dl dd em.am-icon2 {
	width: 40px;
	background-image: url(img/am-icon2.png);
}

#number dl dd em.am-icon3 {
	width: 48px;
	background-image: url(img/am-icon3.png);
}







#about-item dl dd span {
	display: block;
	height: 18px;
	line-height: 18px;
	margin-top: 16px;
	font-size: 16px;
	overflow: hidden;
}

#about-item dl dd:hover span {
	color: #d9002d;
}

#about-item dl dd:hover em.am-icon1 {
	background-image: url(img/am-icon1-h.png);
}

#about-item dl dd:hover em.am-icon2 {
	background-image: url(img/am-icon2-h.png);
}

#about-item dl dd:hover em.am-icon3 {
	background-image: url(img/am-icon3-h.png);
}

#number {
	right: 140px;
	top: 80px;
	height: 530px;
	overflow: hidden;
}

#number dl dd {
	/*height: 90px;*/
	margin-top: 50px;
	overflow: hidden;
}

#number dl dd:first-child {
	margin-top: 0;
}

#number dl dd h2 {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	overflow: hidden;
}

#number dl dd h2 span {
	margin-right: 8px;
	font-size: 48px;
	font-family: 'Impact';
	font-weight: bold;
}

#number dl dd h3 {
	width: 252px;
	word-wrap: break-word;
	/*height: 18px;*/
	line-height: 18px;
	margin-top: 12px;
	padding: 10px 0 0 40px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	overflow: hidden;
}

#number dl dd h3.n-icon1 {
	background-image: url(img/n-icon1.png);
}

#number dl dd h3.n-icon2 {
	background-image: url(img/n-icon2.png);
}

#number dl dd h3.n-icon3 {
	background-image: url(img/n-icon3.png);
}

#about .fr {
	width: 564px;
	height: 574px;
	margin-right: -360px;
	overflow: hidden;
}

#about .fr {
	width: 564px;
	max-width: none;
	height: 574px;
}

#advantage {
	margin-top: 40px;
}

#advantage dl dd {
	float: left;
	width: 234px;
	height: 298px;
	margin-left: 24px;
	padding: 40px 24px 36px 24px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 10px #e1e1e1;
	cursor: pointer;
	overflow: hidden;
}

#advantage dl dd:first-child {
	margin-left: 0;
}

#advantage dl dd em {
	display: block;
	width: 108px;
	height: 108px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #e6e6e6;
	border-radius: 50%;
}

#advantage dl dd em.adv-icon1 {
	background-image: url(img/adv-icon1.png);
}

#advantage dl dd em.adv-icon2 {
	background-image: url(img/adv-icon2.png);
}

#advantage dl dd em.adv-icon3 {
	background-image: url(img/adv-icon3.png);
}

#advantage dl dd em.adv-icon4 {
	background-image: url(img/adv-icon4.png);
}

#advantage dl dd h3 {
	height: 20px;
	line-height: 20px;
	margin-top: 24px;
	font-size: 18px;
	text-align: center;
	overflow: hidden;
}

#advantage dl dd i {
	display: block;
	width: 20px;
	height: 2px;
	margin: 18px auto 14px auto;
	background: #333;
}

#advantage dl dd p {
	height: 112px;
	line-height: 28px;
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

#advantage dl dd.current em {
	background-color: #d9002d;
}

#advantage dl dd.current em.adv-icon1 {
	background-image: url(img/adv-icon1-h.png);
}

#advantage dl dd.current em.adv-icon2 {
	background-image: url(img/adv-icon2-h.png);
}

#advantage dl dd.current em.adv-icon3 {
	background-image: url(img/adv-icon3-h.png);
}

#advantage dl dd.current em.adv-icon4 {
	background-image: url(img/adv-icon4-h.png);
}

#advantage dl dd.current h3 {
	color: #d9002d;
}

#advantage dl dd.current i {
	background: #d9002d;
}

#wrap-case {
	width: 100%;
	padding: 60px 0;
	background: url(img/case-bg.jpg) no-repeat top center;
}

#wrap-case .title h3 {
	color: rgba(255, 255, 255, .6);
}

#wrap-case .title h2 {
	color: #fff;
}

#wrap-case .title h2 span i {
	background: rgba(255, 255, 255, .5);
}

#wrap-case .title h2 span i u {
	background: #fff;
}

#wrap-case .title em {
	background: #fff;
}

#case {
	margin-top: 40px;
	background: #fff;
	/*overflow: hidden;*/
}

/*#case {
	margin-top: 40px;
	padding: 34px 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}*/

/*#case ul {
	margin: -28px 0 0 -28px;
}

#case ul li {
	position: relative;
	float: left;
	width: 552px;
	height: 320px;
	margin: 28px 0 0 28px;
	overflow: hidden;
}

#case ul li img {
	width: 552px;
	max-width: none;
	height: 320px;
}

#case ul li h3 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	line-height: 320px;
	padding: 0 30px;
	background: rgba(0, 0, 0, .4);
	font-size: 18px;
	text-align: center;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}*/

#news-rmd {
	width: 388px;
	height: 544px;
	margin-top: 40px;
	background: #fff;
	box-shadow: 0 0 10px #e1e1e1;
	overflow: hidden;
}

#news-rmd span {
	display: block;
	width: 340px;
	height: 52px;
	padding: 24px 24px 146px;
	background: #d9002d;
	color: #fff;
	overflow: hidden;
}

#news-rmd span h2 {
	height: 26px;
	line-height: 26px;
	font-size: 24px;
	overflow: hidden;
}

#news-rmd span h3 {
	height: 16px;
	line-height: 16px;
	margin-top: 10px;
	font-size: 14px;
	text-transform: uppercase;
	overflow: hidden;
}

#news-rmd section {
	position: relative;
	display: block;
	width: 388px;
	height: 424px;
	margin-top: -126px;
	overflow: hidden;
}

#news-rmd section em {
	display: block;
	width: 388px;
	height: 206px;
	overflow: hidden;
}

#news-rmd section img {
	width: 388px;
	max-width: none;
	height: 206px;
}

#news-rmd section h2 {
	height: 18px;
	line-height: 18px;
	margin-top: 24px;
	padding: 0 24px;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#news-rmd section p {
	height: 52px;
	line-height: 26px;
	margin-top: 14px;
	padding: 0 24px;
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#news-rmd section i {
	display: block;
	width: 40px;
	height: 1px;
	margin: 13px 24px 0;
	background: #c9c9c9;
}

#news-rmd section h3 {
	height: 16px;
	line-height: 16px;
	margin-top: 16px;
	padding: 0 24px;
	font-size: 14px;
	color: #888;
	overflow: hidden;
}

#news-rmd section h4 {
	width: 120px;
	height: 42px;
	line-height: 42px;
	margin: 22px 24px 0;
	background: #fa7500;
	border-radius: 4px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}

#news-rmd section:hover h2 {
	color: #d9002d;
}

#news-rmd section h4:hover {
	background: #d9002d;
}

#news-item {
	width: 788px;
	height: 544px;
	margin-top: 40px;
}

#news-item ul li {
	position: relative;
	height: 128px;
	margin-top: 20px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px #e1e1e1;
	overflow: hidden;
}

#news-item ul li:first-child {
	margin-top: 0;
}

#news-item ul li section {
	position: absolute;
	left: 28px;
	right: 234px;
	top: 36px;
	height: 96px;
	overflow: hidden;
}

#news-item ul li section h3 {
	height: 18px;
	line-height: 18px;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#news-item ul li section p {
	height: 52px;
	line-height: 26px;
	margin-top: 12px;
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#news-item ul li section em {
	display: block;
	width: 40px;
	height: 1px;
	margin-top: 13px;
	background: #c9c9c9;
}

#news-item ul li span {
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	width: 190px;
	height: 128px;
	overflow: hidden;
}

#news-item ul li span img {
	width: 190px;
	max-width: none;
	height: 128px;
}

#news-item ul li:hover section h3 {
	color: #d9002d;
}

#wrap-partner {
	width: 100%;
	padding: 60px 0 80px 0;
	background: url(img/partner-bg.jpg) no-repeat bottom center;
}

#partner {
	padding: 60px 40px;
	background: #fff;
	box-shadow: 0 0 10px #e1e1e1;
	overflow: hidden;
}

#partner-item {
	margin-top: 40px;
}

#partner-item ul {
	margin: -10px 0 0 -10px;
}

#partner-item ul li {
	float: left;
	width: 216px;
	height: 106px;
	margin: 10px 0 0 10px;
	cursor: pointer;
	overflow: hidden;
}

#partner-item ul li img {
	width: 216px;
	height: 106px;
}


/*内页样式*/

#lm-banner {
	width: 100%;
	height: 420px;
	background: url(img/lm-banner.jpg) no-repeat center;
	background-size: cover;
}

#main {
	padding: 30px 0 40px 0;
}

#position {
	height: 36px;
	border-bottom: 1px solid #e1e1e1;
}

#position h2 {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
}

#position h2 em {
	display: inline-block;
	background: url(img/lm.png) no-repeat left top;
	padding-left: 30px;
	padding-bottom: 15px;
	border-bottom: 2px solid #d9002d;
	color: #d9002d;
}

#position span {
	float: right;
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 20px;
	background: url(img/home.png) no-repeat left center;
	font-size: 14px;
	color: #666;
}

#position span a {
	color: #666;
}

#position span a:hover {
	color: #d9002d;
}

#left {
	width: 270px;
	margin-top: 30px;
}

#menu dl dd {
	line-height: 50px;
	background: #fff;
	border: 1px solid #e1e1e1;
	border-top: none;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
}

#menu dl dd:first-child {
	border-top: 1px solid #e1e1e1;
}

#menu dl dd a {
	display: block;
	padding: 0 20px;
	color: #464646;
}

#menu dl dd a:hover {
	color: #d9002d;
}

#menu dl dd.current {
	background: #d9002d;
}

#menu dl dd.current>a {
	background: url(img/menu-arrow.png) no-repeat right 20px center;
	color: #fff;
}

#menu dl dd dl dd {
	border: none;
	border-top: 1px solid #e1e1e1;
	font-weight: normal;
}

#menu dl dd dl dd a {
	padding-left: 34px;
}

#l-contact {
	margin-top: 30px;
}

#l-contact h2 {
	height: 18px;
	line-height: 18px;
	padding-left: 10px;
	border-left: 3px solid #d9002d;
	font-size: 16px;
	color: #d9002d;
	overflow: hidden;
}

#l-contact img {
	width: 270px;
	height: 86px;
	margin-top: 16px;
}

#l-contact section {
	line-height: 32px;
	margin-top: 10px;
	font-size: 14px;
	color: #464646;
}

#l-news {
	margin-top: 24px;
	padding: 22px 20px 14px 20px;
	background: #f9f9f9;
	overflow: hidden;
}

#l-news h2 {
	position: relative;
	height: 30px;
	line-height: 18px;
	margin-bottom: 12px;
	border-bottom: 1px solid #c9c9c9;
	font-size: 16px;
	color: #d9002d;
}

#l-news h2 span {
	display: inline-block;
	padding-bottom: 11px;
	border-bottom: 2px solid #d9002d;
}

#l-news h2 a {
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
	height: 18px;
	background: url(img/more2.png) no-repeat center #b9b9b9;
	border-radius: 50%;
}

#l-news h2 a:hover {
	background-color: #d9002d;
}

#l-news ul li {
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	overflow: hidden;
}

#l-news ul li a {
	display: block;
	color: #464646;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#l-news ul li a:hover {
	color: #d9002d;
}

#l-news ul li a::before {
	content: '·';
	float: left;
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
}

#right {
	width: 900px;
	margin-top: 30px;
}

#product-list ul {
	margin: -24px 0 0 -24px;
}

#product-list ul li {
	float: left;
	width: 244px;
	height: 186px;
	margin: 24px 0 0 24px;
	padding: 20px 20px 30px 20px;
	background: #f0f0f0;
	overflow: hidden;
}

#product-list ul li span {
	display: block;
	width: 244px;
	height: 138px;
	overflow: hidden;
}

#product-list ul li img {
	width: 244px;
	max-width: none;
	height: 138px;
}

#product-list ul li h3 {
	height: 18px;
	line-height: 18px;
	margin-top: 30px;
	font-size: 15px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#product-list ul li:hover h3 {
	color: #d9002d;
}

#case-list ul {
	margin: -24px 0 0 -24px;
}

#case-list ul li {
	float: left;
	width: 284px;
	height: 220px;
	margin: 24px 0 0 24px;
	overflow: hidden;
}

#case-list ul li span {
	display: block;
	width: 284px;
	height: 166px;
	overflow: hidden;
}

#case-list ul li img {
	width: 284px;
	max-width: none;
	height: 166px;
}

#case-list ul li h3 {
	height: 54px;
	line-height: 54px;
	padding: 0 20px;
	background: #f0f0f0;
	font-size: 15px;
	text-align: center;
	color: #464646;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#case-list ul li:hover h3 {
	background: #d9002d;
	color: #fff;
}

#lm-news-rmd {
	height: 288px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}

#lm-news-rmd .fl {
	width: 378px;
	height: 288px;
	overflow: hidden;
}

#lm-news-rmd .fl ul li {
	position: relative;
	float: left;
	width: 378px;
	height: 288px;
	overflow: hidden;
}

#lm-news-rmd .fl ul li img {
	width: 378px;
	max-width: none;
	height: 288px;
}

#lm-news-rmd .fl ul li h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 52px;
	line-height: 52px;
	padding: 0 18px;
	background: rgba(0, 0, 0, .5);
	font-size: 15px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#lm-news-rmd .fr {
	width: 502px;
	height: 288px;
	overflow: hidden;
}

#lm-news-rmd .fr ul li {
	height: 138px;
	margin-top: 12px;
	background: #f4f5f6;
	overflow: hidden;
}

#lm-news-rmd .fr ul li:first-child {
	margin-top: 0;
}

#lm-news-rmd .fr ul li a {
	display: block;
	padding: 18px 22px 16px 22px;
}

#lm-news-rmd .fr ul li h3 {
	height: 18px;
	line-height: 18px;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#lm-news-rmd .fr ul li h4 {
	height: 16px;
	line-height: 16px;
	margin-top: 14px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}

#lm-news-rmd .fr ul li p {
	height: 48px;
	line-height: 24px;
	margin-top: 8px;
	font-size: 14px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#lm-news-rmd .fr ul li:hover h3 {
	color: #d9002d;
}

#news-list {
	margin-top: 24px;
}

#news-list ul li {
	position: relative;
	height: 98px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}

#news-list ul li:last-child {
	margin-bottom: 0;
}

#news-list ul li span {
	display: block;
	width: 88px;
	height: 58px;
	padding: 20px 0;
	background: #f4f5f6;
	text-align: center;
	overflow: hidden;
}

#news-list ul li span i {
	display: block;
	height: 32px;
	line-height: 32px;
	font-size: 30px;
	color: #666;
	overflow: hidden;
}

#news-list ul li span em {
	display: block;
	height: 18px;
	line-height: 18px;
	margin-top: 8px;
	font-size: 14px;
	color: #888;
	overflow: hidden;
}

#news-list ul li section {
	position: absolute;
	left: 114px;
	right: 0;
	top: 12px;
	height: 80px;
	overflow: hidden;
}

#news-list ul li section h3 {
	height: 18px;
	line-height: 18px;
	font-size: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#news-list ul li section p {
	height: 52px;
	line-height: 26px;
	margin-top: 10px;
	font-size: 14px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#news-list ul li:hover span {
	background: #d9002d;
}

#news-list ul li:hover span i,
#news-list ul li:hover span em {
	color: #fff;
}

#news-list ul li:hover section h3 {
	color: #d9002d;
}

#download-list ul li {
	height: 54px;
	line-height: 54px;
	border-bottom: 1px dashed #e1e1e1;
	font-size: 14px;
	color: #464646;
	overflow: hidden;
}

#download-list ul li span {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#download-list ul li span::before {
	content: '·';
	float: left;
	margin-right: 10px;
	font-size: 18px;
	font-weight: bold;
}

#download-list ul li a {
	float: right;
	display: block;
	margin-left: 28px;
	padding-left: 26px;
	background: url(img/download.png) no-repeat left center;
	color: #d9002d;
}

#pageinfo {
	margin-top: 40px;
	font-size: 0;
}

#pageinfo a {
	display: inline-block;
	min-width: 14px;
	height: 42px;
	line-height: 42px;
	margin: 0 4px;
	padding: 0 14px;
	background: #fff;
	border: 1px solid #e1e1e1;
	font-size: 14px;
	color: #666;
}

#pageinfo a:hover {
	color: #d9002d;
}

#pageinfo a.info {
	color: #999;
}

#pageinfo a.current {
	background: #d9002d;
	border-color: #d9002d;
	color: #fff;
}

#single {
	line-height: 220%;
	font-size: 14px;
	color: #464646;
}

#single img {
	display: inline-block;
	vertical-align: middle;
}

#article-title {
	line-height: 180%;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	color: #333;
}

#article-info {
	margin: 12px 0;
	font-size: 14px;
	text-align: center;
	color: #999;
}

#prev-next {
	height: 48px;
	margin-top: 20px;
	padding-top: 24px;
	border-top: 1px dotted #c1c1c1;
	overflow: hidden;
}

#prev-next dl dd {
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	color: #464646;
	overflow: hidden;
}

#prev-next dl dd:first-child {
	margin-bottom: 16px;
}

#prev-next dl dd a {
	color: #464646;
}

#prev-next dl dd a:hover {
	color: #d9002d;
}

#feedback h3 {
	height: 18px;
	line-height: 18px;
	margin-bottom: 20px;
	font-size: 15px;
	text-align: center;
	color: #464646;
	overflow: hidden;
}

#feedback table {
	margin: 0 auto;
	font-size: 14px;
}

#feedback table tr td {
	padding: 10px;
}

#feedback input {
	height: 48px;
	line-height: 48px;
	padding: 0 16px;
	font-size: 14px;
	color: #464646;
}

#feedback input.min {
	width: 360px;
}

#feedback textarea {
	height: 190px;
	line-height: 28px;
	padding: 10px 16px;
	font-size: 14px;
	color: #464646;
}

#feedback button {
	width: 360px;
	height: 48px;
	line-height: 48px;
	margin: 10px auto 0 auto;
	font-size: 14px;
	background: #d9002d;
	border-radius: 24px;
}

#contact {
	padding: 30px;
	background: #f6f6f6;
}

#contact h2 {
	height: 20px;
	line-height: 20px;
	margin-bottom: 30px;
	font-size: 17px;
	font-weight: bold;
	overflow: hidden;
}

#contact .fl p {
	height: 32px;
	line-height: 32px;
	margin-top: 20px;
	padding-left: 44px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	overflow: hidden;
}

#contact .fl p:first-child {
	margin-top: 0;
}

#contact .fl p.c-icon1 {
	background-image: url(img/c-icon1.png);
}

#contact .fl p.c-icon2 {
	background-image: url(img/c-icon2.png);
}

#contact .fl p.c-icon3 {
	background-image: url(img/c-icon3.png);
}

#contact .fr img {
	width: 106px;
	height: 106px;
	margin: 0 auto;
	border: 1px solid #e1e1e1;
}

#contact .fr h3 {
	height: 16px;
	line-height: 16px;
	margin-top: 12px;
	font-size: 14px;
	text-align: center;
	color: #666;
	overflow: hidden;
}

#map {
	height: 500px;
	margin-top: 24px;
	background: #f6f6f6;
	overflow: hidden;
}

#map img {
	max-width: none;
}

.anchorBL {
	display: none;
}


/*底部样式*/

#footer {
	width: 100%;
	background: url(img/footer-bg.jpg) no-repeat top center;
	background-size: cover;
}

#flink {
	padding: 24px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .18);
}

#flink dl dt {
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 16px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
}

#flink dl dd {
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 36px;
	font-size: 15px;
	overflow: hidden;
}

#flink dl dd a {
	display: block;
	color: #afafaf;
}

#flink dl dd a:hover {
	color: #fff;
}

#foot {
	padding: 40px 0;
}

#f-contact h2 {
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
}

#f-contact h2 span {
	margin-left: 12px;
	font-family: 'Arial';
	font-weight: normal;
	color: #afafaf;
}

#f-contact em {
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 19px;
	background: rgba(255, 255, 255, .18);
}

#f-contact h3 {
	height: 42px;
	line-height: 42px;
	margin-top: 22px;
	font-size: 40px;
	font-family: 'Impact';
	color: #fff;
	overflow: hidden;
}

#f-contact section {
	line-height: 32px;
	margin-top: 14px;
	font-size: 14px;
	color: #afafaf;
}

#f-feedback {
	width: 420px;
	margin-left: 100px;
}

#f-feedback h2 {
	height: 24px;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
}

#f-feedback h2 span {
	margin-left: 12px;
	font-family: 'Arial';
	font-size: 18px;
	font-weight: normal;
	color: #afafaf;
}

#f-feedback em {
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 19px;
	background: rgba(255, 255, 255, .18);
}

#f-feedback .input {
	display: flex;
	justify-content: space-between;
	height: 40px;
	margin-top: 18px;
	overflow: hidden;
}

#f-feedback .input input {
	width: 204px;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	background: none;
	border-color: rgba(255, 255, 255, .24);
	font-size: 14px;
	color: #afafaf;
}

#f-feedback .input input::-moz-placeholder {
	color: #afafaf;
}

#f-feedback .input input::-webkit-input-placeholder {
	color: #afafaf;
}

#f-feedback .input input::-ms-input-placeholder {
	color: #afafaf;
}

#f-feedback textarea {
	height: 70px;
	line-height: 28px;
	margin-top: 14px;
	padding: 6px 12px;
	background: none;
	border-color: rgba(255, 255, 255, .24);
	font-size: 14px;
	color: #afafaf;
}

#f-feedback textarea::-moz-placeholder {
	color: #afafaf;
}

#f-feedback textarea::-webkit-input-placeholder {
	color: #afafaf;
}

#f-feedback textarea::-ms-input-placeholder {
	color: #afafaf;
}

#f-feedback button {
	width: 160px;
	height: 40px;
	line-height: 40px;
	margin-top: 18px;
	background: #f97500;
	font-size: 14px;
}

#f-qrcode {
	margin-top: 30px;
}
#f-qrcode li{
	float: left;
	margin: 0 10px;
}
#f-qrcode img {
	width: 110px;
	height: 110px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, .24);
}

#f-qrcode h3 {
	height: 16px;
	line-height: 16px;
	margin-top: 16px;
	font-size: 14px;
	text-align: center;
	color: #afafaf;
	overflow: hidden;
}

#f-contact {
	width: 300px;
}

#validate-tip {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	background: #333;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	display: none;
	z-index: 101;
}

#copyright {
	width: 100%;
	height: 76px;
	line-height: 76px;
	border-top: 1px solid rgba(255, 255, 255, .18);
	font-size: 14px;
	color: #afafaf;
	overflow: hidden;
}

#copyright a {
	color: #afafaf;
}

#copyright a:hover {
	color: #fff;
}

.multipleColumn {
	overflow: hidden;
	position: relative;
}

.multipleColumn .hd {
	overflow: hidden;
	height: 30px;
	padding: 0 10px;
}

.multipleColumn .hd ul {
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
	zoom: 1;
}

.multipleColumn .hd ul li {
	display: inline-block;
	width: 18px;
	height: 5px;
	overflow: hidden;
	margin: 0 5px;
	text-indent: -999px;
	cursor: pointer;
	background: #e1e1e1;
	border-radius: 3px;
}

.multipleColumn .hd ul li.on {
	background: #d9002d;
	width: 36px;
}

.multipleColumn .bd {
	overflow: hidden;
}

.multipleColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	float: left;
	_display: inline;
	margin: 0 10px;
}

.multipleColumn .bd ul li {
	margin: 10px 0;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 344px;
	padding: 20px;
	background: #f0f0f0;
	margin-right: 16px;
}

.multipleColumn .bd ul li span {
	text-align: center;
	height: 240px;
	overflow: hidden;
	display: block;
	background: #fff;
}

.multipleColumn .bd ul li span img {
	width: 344px;
	height: auto;
	display: block;
}

.multipleColumn .bd ul li h3 {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;margin-bottom: 22px;
}

.picMarquee-left {
	overflow: hidden;
	position: relative;
}

.picMarquee-left .bd {
	overflow: hidden;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 384px;
	float: left;
	_display: inline;
	margin: 0 10px;
}

.picMarquee-left .bd ul li {
	margin: 10px 0;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width: 344px;
	padding: 20px 0;
}

.picMarquee-left .bd ul li span {
	text-align: center;
	height: 240px;
	overflow: hidden;
	display: block;
	background: #fff;
}

.picMarquee-left .bd ul li span img {
	width: 344px;
	height: auto;
	display: block;
}

.picMarquee-left .bd ul li h3 {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;margin-bottom: 22px;
}


.picScroll-left{position:relative; overflow: hidden; }
.picScroll-left .hd{ overflow:hidden;  height:30px;  padding:0 10px;  }
.picScroll-left .prev,.picScroll-left .next{
	position: absolute;
	top: 50%;
	left: -88px;
	height: 52px;
	width: 52px;
	margin-top: -26px;
	background: rgba(0,0,0,.5);
	z-index: 99;
	border-radius: 50%;
}
.picScroll-left .next{ left: auto; right: -88px; }
.picScroll-left .prev:hover,.picScroll-left .next:hover{background: rgba(217,0,45,.7);}
.picScroll-left .prevStop{background: rgba(217,0,45,.7);}
.picScroll-left .nextStop{background: rgba(217,0,45,.7);}
.picScroll-left .hd ul{ overflow:hidden;  margin-top:10px; zoom:1; text-align: center;}
.picScroll-left .hd ul li{ display: inline-block; width:18px; height:4px; overflow:hidden; border-radius: 5px; margin:0 5px;
 text-indent:-999px; cursor:pointer; background: #e1e1e1;}
.picScroll-left .hd ul li.on{ background: #d9002d; width: 36px;}
.picScroll-left .bd{}
.picScroll-left .bd ul{ overflow:hidden; zoom:1;}
.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; width: 370px;}
.picScroll-left .bd ul li .case_img{ text-align:center; width: 370px; height: 310px; overflow: hidden; }
.picScroll-left .bd ul li .case_img img{width: 370px;  display:block;}
.picScroll-left .bd ul li  a:hover img{ border-color:#999; transform: scale(1.1); }
.picScroll-left .bd ul li h3{
	line-height: 32px;
	padding: 0 30px;
	font-size: 18px;
	text-align: center;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
 }
