@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body,
dd,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
ol,
p,
pre,
tbody,
td,
textarea,
tfoot,
th,
thead,
ul {
	margin: 0;
	padding: 0
}

li,
ol,
ul {
	list-style: none
}

a {
	text-decoration: none;
	color: #333
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none
}

html {
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none
}

body {
	margin: 0 auto;
	max-width: 1080px;
	line-height: 1.5;
	font-size: 14px;
	background: #fff
}

body,
button,
input,
select,
textarea {
	font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif
}

b,
strong {
	font-weight: 700
}

em,
i {
	font-style: normal
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table td,
table th {
	padding: 5px
}

.table td,
.table th {
	border: 1px solid #ddd
}

table th {
	font-weight: inherit;
	border-bottom-width: 2px;
	border-bottom-color: #ccc
}

img {
	border: 0 none;
	width: auto\9;
	max-width: 100%;
	vertical-align: top;
	height: auto
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
input[disabled] {
	cursor: default
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

input:focus {
	outline: 0
}

select[multiple],
select[size],
select[size][multiple] {
	border: 1px solid #aaa;
	padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block
}

input::-webkit-input-speech-button {
	display: none
}

button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*zoom: 1
}

iframe {
	max-width: 100%
}

@media screen and (min-width:320px) {
	html {
		font-size: 14px!important
	}
}

@media screen and (min-width:360px) {
	html {
		font-size: 16px!important
	}
}

@media screen and (min-width:400px) {
	html {
		font-size: 18px!important
	}
}

@media screen and (min-width:440px) {
	html {
		font-size: 20px!important
	}
}

@media screen and (min-width:480px) {
	html {
		font-size: 22px!important
	}
}

@media screen and (min-width:640px) {
	html {
		font-size: 28px!important
	}
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 60px;
	width: 100%;
	background: #fdb812;
	z-index: 999
}

.pdall-1 {
	padding: 1rem
}

.pt-20 {
	padding-top: 20px
}

#gallery .swiper-pagination-bullet-active {
	background: #fdb812
}

.nav-left {
	float: left;
	width: 140px;
	margin-left: 15px
}

.nav-left a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	height: 60px
}

.nav-left img {
	display: block;
	max-height: 38px
}

.nav-mid {
	display: none
}

.bar-menu {
	display: block
}

.demo-banner img {
	width: 100%
}

.fixed-menu {
	position: fixed;
	top: 60px;
	bottom: 0;
	left: auto;
	right: 0;
	width: 80%;
	z-index: 999;
	background: #000;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transition: all .3s cubic-bezier(.66, .53, .65, 1);
	-webkit-transition: all .3s cubic-bezier(.66, .53, .65, 1);
	-moz-transition: all .3s cubic-bezier(.66, .53, .65, 1);
	-ms-transition: all .3s cubic-bezier(.66, .53, .65, 1);
	-o-transition: all .3s cubic-bezier(.66, .53, .65, 1)
}

.fixed-active {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transition: all .3s cubic-bezier(.66, .53, .65, 1);
	-webkit-transition: all .3s cubic-bezier(.66, .53, .65, 1);
	-moz-transition: all .3s cubic-bezier(.66, .53, .65, 1);
	-ms-transition: all .3s cubic-bezier(.66, .53, .65, 1);
	-o-transition: all .3s cubic-bezier(.66, .53, .65, 1)
}

.nav a {
	color: #fff
}

.icon-right {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 2%
}

.bar-left .active,
.bar-right .active {
	background: #fff!important
}

.icon-right img {
	transform: rotateZ(0);
	-webkit-transform: rotateZ(0);
	-moz-transform: rotateZ(0);
	-ms-transform: rotateZ(0);
	-o-transform: rotateZ(0);
	transition: all .3s cubic-bezier(.66, .53, .65, 1);
	-webkit-transition: all .3s cubic-bezier(.66, .53, .65, 1);
	-moz-transition: all .3s cubic-bezier(.66, .53, .65, 1);
	-ms-transition: all .3s cubic-bezier(.66, .53, .65, 1);
	-o-transition: all .3s cubic-bezier(.66, .53, .65, 1)
}

.nav {
	padding-top: 10px;
	height: 100%;
	font-size: 18px;
	overflow: auto
}

.nav .active-nav a {
	color: #000
}

.nav li a {
	padding: 0 35px;
	line-height: 48px
}

.nav li {
	position: relative
}

.nav li.actived .icon-right img {
	transform: rotateZ(90deg);
	-o-transform: rotateZ(90deg);
	-moz-transform: rotateZ(90deg);
	-webkit-transform: rotateZ(90deg);
	transition: all .3s cubic-bezier(.66, .53, .65, 1);
	-o-transition: all .3s cubic-bezier(.66, .53, .65, 1);
	-moz-transition: all .3s cubic-bezier(.66, .53, .65, 1);
	-webkit-transition: all .3s cubic-bezier(.66, .53, .65, 1)
}

.nav .active-nav {
	background: #fdb812
}

.nav-r-btn {
	position: absolute;
	z-index: 101;
	top: 10px;
	right: 15px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	padding: 5px
}

.nav-r-btn span {
	position: absolute;
	right: 0;
	top: 9px;
	display: block;
	width: 27px;
	height: 2px;
	border: 0 solid #d5c896;
	background-color: #000;
	-webkit-transition: top .2s .2s, background .2s, opacity 0s .2s, -webkit-transform .2s;
	transition: top .2s .2s, background .2s, opacity 0s .2s, -webkit-transform .2s;
	transition: top .2s .2s, transform .2s, background .2s, opacity 0s .2s;
	transition: top .2s .2s, transform .2s, background .2s, opacity 0s .2s, -webkit-transform .2s
}

.nav-r-btn span:nth-of-type(2) {
	top: 17px
}

.nav-r-btn span:nth-of-type(3) {
	top: 25px
}

.nav-r-btn.toggle-animate span:nth-of-type(1) {
	top: 17px;
	transform: rotate(45deg);
	transform-origin: 50% 62%;
	transition: top .2s, transform .2s .2s, background .2s;
	-webkit-transform: rotate(45deg);
	-webkit-transform-origin: 50% 62%;
	-webkit-transition: top .2s, -webkit-transform .2s .2s, background .2s
}

.nav-r-btn.toggle-animate span:nth-of-type(2) {
	opacity: 0;
	transition: opacity .2s;
	-webkit-transition: opacity .2s
}

.nav-r-btn.toggle-animate span:nth-of-type(3) {
	top: 17px;
	transform: rotate(-45deg);
	transform-origin: 48% 62%;
	-webkit-transform-origin: 45% 62%;
	transition: bottom .2s, transform .2s .2s, background .2s;
	-webkit-transform: rotate(-45deg);
	-webkit-transition: bottom .2s, -webkit-transform .2s .2s, background .2s
}

.submenu li a {
	font-size: 16px
}

.submenu li {
	padding-left: 10px;
	background: #333;
	border-bottom: 1px #ccc solid
}

.submenu li:last-child {
	border-bottom: none
}

.nav .submenu li a {
	color: #fff
}

.nav-right {
	position: absolute;
	bottom: 35px;
	padding: 0 35px
}

.nav-right span {
	color: #fff
}

.icon-right {
	padding: 0 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 48px
}

.submenu {
	display: none
}

.block-submenu .active {
	display: block
}

.banner img {
	width: 100%
}

.new-banner img {
	width: 100%
}

.ind li {
	width: 100%;
	float: left;
	position: relative;
	transition: all .3s ease-out
}

.indless {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 4.5rem
}

.indless a {
	color: #fff
}

.ind-color a {
	color: #000
}

.ind-mark h3 a {
	color: #fff
}

.ind>ul>li:nth-child(2) h3 a {
	color: #000!important
}

.ind>ul>li:nth-child(2) h4 a {
	color: #000!important
}

.indless h3 {
	width: 100%;
	padding-top: 2.2rem;
	padding-bottom: 1.5rem;
	font-size: 1.2rem
}

.ind-mark h3 {
	position: absolute;
	top: 0;
	left: 30%
}

.indless h4 {
	width: 100%;
	font-size: .65rem;
	line-height: 2
}

.ind img {
	width: 100%
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.8
}

.container h2,
.container .h2 {
	font-size: 1.65rem;
	text-align: center;
	line-height: 2
}

.container h5,
.container .h5 {
	font-size: .6rem;
	text-align: center;
	line-height: 1.4;
	padding-bottom: .57rem
}

#focus {
	margin: 0 auto;
	max-width: 960px;
	min-height: 120px;
	z-index: 1
}

.banner {
	padding: 0
}

#focus .owl-item img {
	display: block;
	width: 100%;
	height: auto
}

#focus .owl-pagination {
	position: absolute;
	bottom: 5px;
	display: table;
	margin: 0 auto;
	z-index: 100;
	width: 100%;
	text-align: center
}

#focus .owl-page {
	display: inline-block;
	zoom: 1;
	padding: 0 3px
}

#focus .owl-page span {
	width: 7px;
	height: 7px;
	font-size: 2px;
	overflow: hidden;
	display: inline-block;
	background: #fff;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%
}

#focus .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #fdb812;
	opacity: 1;
	filter: alpha(opacity=100)
}

.owl-buttons {
	display: none
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}

.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height .5s ease-in-out;
	-moz-transition: height .5s ease-in-out;
	-ms-transition: height .5s ease-in-out;
	-o-transition: height .5s ease-in-out;
	transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
	float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
	cursor: pointer
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0)
}

.owl-item.loading {
	min-height: 150px;
	background: url(../../pc/images/preloader.gif) no-repeat center center
}

.owl-origin {
	-webkit-perspective: 960px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 960px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 960px
}

.owl-fade-out {
	z-index: 10;
	-webkit-animation: fadeOut .7s both ease;
	-moz-animation: fadeOut .7s both ease;
	animation: fadeOut .7s both ease
}

.owl-fade-in {
	-webkit-animation: fadeIn .7s both ease;
	-moz-animation: fadeIn .7s both ease;
	animation: fadeIn .7s both ease
}

.owl-backSlide-out {
	-webkit-animation: backSlideOut 1s both ease;
	-moz-animation: backSlideOut 1s both ease;
	animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
	-webkit-animation: backSlideIn 1s both ease;
	-moz-animation: backSlideIn 1s both ease;
	animation: backSlideIn 1s both ease
}

.owl-goDown-out {
	-webkit-animation: scaleToFade .7s ease both;
	-moz-animation: scaleToFade .7s ease both;
	animation: scaleToFade .7s ease both
}

.owl-goDown-in {
	-webkit-animation: goDown .6s ease both;
	-moz-animation: goDown .6s ease both;
	animation: goDown .6s ease both
}

.owl-fadeUp-in {
	-webkit-animation: scaleUpFrom .5s ease both;
	-moz-animation: scaleUpFrom .5s ease both;
	animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
	-webkit-animation: scaleUpTo .5s ease both;
	-moz-animation: scaleUpTo .5s ease both;
	animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
	0% {
		opacity: 1
	}
}

@-moz-keyframes empty {
	0% {
		opacity: 1
	}
}

@keyframes empty {
	0% {
		opacity: 1
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@-moz-keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0
	}
}

@-webkit-keyframes backSlideOut {
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%)
	}
	100% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(-200%)
	}
}

@-moz-keyframes backSlideOut {
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px)
	}
	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%)
	}
	100% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(-200%)
	}
}

@keyframes backSlideOut {
	25% {
		opacity: .5;
		transform: translateZ(-500px)
	}
	75% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%)
	}
	100% {
		opacity: .5;
		transform: translateZ(-500px) translateX(-200%)
	}
}

@-webkit-keyframes backSlideIn {
	0%,
	25% {
		opacity: .5;
		-webkit-transform: translateZ(-500px) translateX(200%)
	}
	75% {
		opacity: .5;
		-webkit-transform: translateZ(-500px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0) translateX(0)
	}
}

@-moz-keyframes backSlideIn {
	0%,
	25% {
		opacity: .5;
		-moz-transform: translateZ(-500px) translateX(200%)
	}
	75% {
		opacity: .5;
		-moz-transform: translateZ(-500px)
	}
	100% {
		opacity: 1;
		-moz-transform: translateZ(0) translateX(0)
	}
}

@keyframes backSlideIn {
	0%,
	25% {
		opacity: .5;
		transform: translateZ(-500px) translateX(200%)
	}
	75% {
		opacity: .5;
		transform: translateZ(-500px)
	}
	100% {
		opacity: 1;
		transform: translateZ(0) translateX(0)
	}
}

@-webkit-keyframes scaleToFade {
	to {
		opacity: 0;
		-webkit-transform: scale(.8)
	}
}

@-moz-keyframes scaleToFade {
	to {
		opacity: 0;
		-moz-transform: scale(.8)
	}
}

@keyframes scaleToFade {
	to {
		opacity: 0;
		transform: scale(.8)
	}
}

@-webkit-keyframes goDown {
	from {
		-webkit-transform: translateY(-100%)
	}
}

@-moz-keyframes goDown {
	from {
		-moz-transform: translateY(-100%)
	}
}

@keyframes goDown {
	from {
		transform: translateY(-100%)
	}
}

@-webkit-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-webkit-transform: scale(1.5)
	}
}

@-moz-keyframes scaleUpFrom {
	from {
		opacity: 0;
		-moz-transform: scale(1.5)
	}
}

@keyframes scaleUpFrom {
	from {
		opacity: 0;
		transform: scale(1.5)
	}
}

@-webkit-keyframes scaleUpTo {
	to {
		opacity: 0;
		-webkit-transform: scale(1.5)
	}
}

@-moz-keyframes scaleUpTo {
	to {
		opacity: 0;
		-moz-transform: scale(1.5)
	}
}

@keyframes scaleUpTo {
	to {
		opacity: 0;
		transform: scale(1.5)
	}
}

#Allbody {
	padding-top: 60px;
	width: 100%;
	overflow: hidden
}

#Products {
	padding-bottom: 2rem
}

.module-fixed {
	bottom: 0;
	width: 100%;
	max-width: 1080px
}

.b_bar {
	position: fixed;
	bottom: 0;
	z-index: 99
}

.module {
	display: flex;
	justify-content: space-between
}

.module-tel {
	flex: 1;
	background: #fdb812;
	text-align: center;
	border-right: 1px rgba(0, 0, 0, .15) solid
}

.module-tel a {
	display: block;
	height: 3rem;
	padding: .8rem 0;
	text-align: center
}

.module-tel a img {
	height: 100%
}

.module .module-tel:last-child {
	border: none
}

.con-contain {
	margin-top: 2rem
}

.mask.mask-block {
	position: fixed;
	top: 60px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background-color: rgba(0, 0, 0, .2)
}

.con-contain img {
	max-width: 100%
}

.con-contain h1 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px
}

.con-contain p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.7
}

.pro-item li {
	width: 50%;
	float: left;
	padding: .3rem;
	margin-top: 1.4rem
}

.pro-item .pro-img {
	height: 9rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center
}

.pro-imgs {
	max-width: 100%;
	max-height: 100%
}

.pro-item li a {
	font-size: 14px;
	line-height: 48px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center
}

.pro-item li>a:frist-child {
	text-align: center
}

.pro-item li img {
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto
}

.pro-item li h4 {
	font-size: 14px;
	color: #000;
	line-height: 48px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 500
}

.pro-list {
	padding: 0 15px
}

.pro-list span {
	width: 100%;
	display: inline-block;
	float: left;
	position: relative
}

.pro-list span>div {
	width: 40%;
	float: left;
	color: #000;
	font-size: 1rem;
	line-height: 1.6;
	font-family: Arial
}

.pro-list span>div:first-child {
	width: 60%;
	float: left;
	font-size: 1rem;
	color: #666;
	line-height: 1.6
}

.pro-footer {
	height: 48px;
	background: #fdb812;
	padding: 0 10px
}

.pro-item li>a {
	padding-bottom: 20px;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0)
}

.ltd-btn,
.pro-btn {
	width: 100%;
	text-align: center;
	margin-top: 2.85rem
}

.ltd-btn a,
.pro-btn a {
	transition: .3s all ease-out;
	display: inline-block;
	border: 1px solid #000;
	position: relative;
	overflow: hidden;
	width: 8.5rem;
	height: 48px
}

.ltd-btn a i,
.pro-btn a i {
	display: inline-block;
	font-size: .75rem;
	color: #000;
	line-height: 48px
}

.ltd-btn a i {
	color: #fdb812
}

.ltd-btn a {
	border: 1px #fdb812 solid
}

.pro-btn a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fdb812;
	z-index: 99
}

.ltd-btn {
	margin-top: 0;
	padding: 2rem 0 3rem
}

.ltd-btn a,
.pro-btn a {
	transition: .3s all ease-out;
	display: inline-block;
	border: 1px solid #000;
	position: relative;
	overflow: hidden;
	width: 8.5rem;
	height: 48px
}

.ltd-btn a i,
.pro-btn a i {
	display: inline-block;
	font-size: .75rem;
	color: #000;
	line-height: 48px
}

.ltd-btn a i {
	color: #fdb812
}

.ltd-btn a {
	border: 1px #fdb812 solid
}

.pro-btn a:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fdb812;
	z-index: 99
}

.ltd-img {
	background: center 0 no-repeat;
	background-size: cover
}

.ltd-img .contain>div:first-child {
	width: 100%;
	text-align: center
}

.ltd-img .contain {
	padding: 0 15px
}

.ltd-img .contain h3,
.ltd-img .contain .h3 {
	font-size: 1.28rem;
	font-weight: 700;
	padding: 2.07rem 0 1.57rem;
	color: #fdb812;
	text-align: center
}

.ltd-img .contain p {
	width: 100%;
	font-size: 14px;
	line-height: 1.7;
	margin-bottom: .36rem;
	color: rgba(255, 255, 255, .8)
}

#new {
	width: 100%;
	background: #fdb812
}

#new li {
	width: 100%;
	max-width: 380px;
	margin: 0 auto 20px
}

#new li>div {
	background: #fff
}

#new li>div img {
	width: 100%
}

.new-list {
	padding-top: 2rem
}

.new-list li {
	margin-bottom: 20px
}

.new-list li div p {
	line-height: 20px;
	font-size: 14px;
	height: 60px;
	overflow: hidden
}

#new .container h3,
#new .container .h3 {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	line-height: 20px;
	padding: 1rem 0
}

#new .container h5,
#new .container .h5 {
	font-size: .6rem;
	color: #000
}

.new-btn {
	padding: 1rem 0 2rem;
	width: 100%
}

.new-btn a {
	display: inline-block;
	padding: 10px 25px 10px 25px;
	background: #fdb812;
	color: #000
}

.pro-btn {
	margin-top: .68rem;
	margin-bottom: 2rem
}

#global {
	position: relative;
	padding-top: 5rem
}

#global img {
	width: 100%
}

.global-title {
	width: 100%;
	position: absolute;
	top: 2rem
}

.global-title h2,
.global-title h5,
.global-title .h2,
.global-title .h5 {
	width: 100%;
	text-align: center
}

.global-title h2,
.global-title .h2 {
	font-size: 1.65rem;
	line-height: 2
}

.global-title h5,
.global-title .h5 {
	font-size: .6rem;
	padding: 0 15px;
	text-align: center;
	line-height: 1.2;
	padding-bottom: 50px
}

#search {
	height: auto;
	width: 100%;
	background: #fdb812
}

#search>div {
	width: 100%;
	margin: 0 auto
}

.search-sel {
	position: relative;
	width: 100%;
	height: 48px;
	background: #fff
}

.search-sel i {
	line-height: 48px;
	padding-left: 20px
}

.search-sel .caret {
	float: right;
	position: absolute;
	top: 24px;
	right: 15px;
	border-top: 10px solid;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent
}

.dropdown-menu {
	width: 280px
}

.stbn {
	width: 75px;
	height: 30px;
	background: #000;
	border: 0;
	color: #fff;
	font-size: 18px;
	outline: 0;
	cursor: pointer;
	float: left
}

.btns,
.dropdown {
	width: 100%;
	padding: 10px 1rem
}

.seatxt {
	float: left;
	height: 30px;
	font-size: 16px;
	padding-left: 20px;
	width: calc(100% - 75px);
	box-sizing: border-box;
	border: none
}

.footer {
	background: url(../../pc/images/footer-img.jpg) center 0 no-repeat fixed;
	background-size: cover;
	position: relative
}

.foot {
	padding: 10px 0;
	background: rgba(0, 0, 0, .4);
	margin-top: 10px
}

.foot-left,
.foot-right {
	width: 100%;
	text-align: center;
	line-height: 1.4;
	padding: 20px 15px 8px;
	color: rgba(255, 255, 255, .5);
	font-size: 14px
}

.footer-left p {
	margin-bottom: 5px
}

.footer-left p>i {
	line-height: 1.7;
	color: rgba(255, 255, 255, .5);
	width: calc(100% - 40px);
	padding-right: 10px;
	float: left;
	font-size: 14px
}

.footer-left p>i:first-child {
	display: inline-block;
	width: 40px;
	text-align: center
}

.footer-left p>i:first-child img {
	width: 20px
}

.footer-left a {
	color: rgba(255, 255, 255, .5)
}

.footer-left {
	text-align: left
}

.footer-er {
	padding-top: 20px;
	width: 100%;
	text-align: center
}

.footer-er img {
	width: 5rem
}

.footer-icon a {
	margin-top: 1rem;
	display: inline-block;
	float: left;
	text-align: center;
	margin-right: .3rem
}

.stbn {
	font-size: 14px
}

.dropdown-menu {
	width: calc(100% - 30px);
	margin: 0 15px;
	top: calc(100% - 10px)
}

.about-title {
	width: 100%;
	height: 90px;
	border: 1px #ccc solid
}

.about-title>div {
	width: 1440px;
	margin: 0 auto
}

.pro-banner {
	position: relative
}

.pro-banner h2,
.pro-banner h1 {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fdb812;
	line-height: 1.4;
	margin-bottom: 5px
}

.pro-banner h5 {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	color: rgba(255, 255, 255, .6)
}

.pro-banner h5 span {
	padding: 0 5px;
	width: 90%;
	color: rgba(255, 255, 255, .6)
}

.pro-banner h5 a {
	color: rgba(255, 255, 255, .6);
	font-size: 12px
}

.pro-banner>div {
	position: absolute;
	top: 50%;
	-o-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%
}

.news-search {
	width: 100%;
	height: 140px;
	background: #f8f8f8
}

.news-keyword {
	height: 48px;
	float: left;
	width: 10rem
}

.news-search>div {
	width: 100%;
	margin: 0 auto;
	padding-top: 45px
}

label {
	font-size: 1rem;
	float: left;
	width: 29%;
	line-height: 48px
}

.news-search div {
	padding: 46px 15px;
	text-align: center
}

.news {
	background: #fff!important
}

.news .new-btn a {
	background: #000;
	color: #fdb812
}

.kwdsub {
	height: 48px;
	width: 4.5rem;
	color: #000;
	font-weight: 700;
	background: #fdb812;
	border: 0;
	outline: 0;
	float: left
}

#about-home h3 {
	font-size: 1.3rem;
	text-align: center;
	padding-bottom: 1.5rem;
	padding-top: 1rem
}

#about-home p {
	padding-bottom: 20px
}

#about-home {
	padding-bottom: 4rem
}

#shek li>div>div {
	width: 2rem;
	float: left
}

#shek li>div>div:first-child {
	width: calc(100% - 2rem)
}

.down img {
	width: 20px
}

.down {
	height: 48px;
	line-height: 38px
}

.text p {
	padding: 0 10px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text i {
	float: left;
	width: calc(100% - 20px)
}

.text i:first-child {
	width: 20px;
	height: 48px;
	line-height: 38px
}

.text i:first-child img {
	width: 18px
}

.text-down li {
	border-bottom: 1px #ccc solid;
	margin-bottom: 10px
}

.news-pages a {
	font-size: 16px;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px rgba(240, 240, 240, .6) solid;
	margin-bottom: 15px
}

.news-pages a:last-child {
	width: 5.7rem;
	font-size: 14px
}

.page-active {
	background: #fdb812;
	color: #fff;
	border-color: #fdb812
}

.news-pages {
	margin: 1.5rem 0 2rem;
	text-align: center
}

#parts {
	width: 100%;
	background: #fafafa
}

.parts-icon {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 9rem;
	display: flex;
	align-items: center;
	justify-content: center
}

.parts-icon img {
	max-width: 100%;
	max-height: 100%
}

.parts-foot {
	line-height: 48px;
	font-size: 16px;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.parts-mark {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	transition: .3s all ease-out;
	transform: translateY(-90%);
	-webkit-transform: translateY(-90%);
	-moz-transform: translateY(-90%);
	-ms-transform: translateY(-90%);
	-o-transform: translateY(-90%)
}

.parts-mark img {
	width: 64px!important;
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px)
}

.banner-page {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 0 20px;
	background: rgba(0, 0, 0, .1);
	border-radius: 12px;
	z-index: 9
}

.page-now {
	font-size: 16px
}

.page-all {
	font-size: 14px
}

#parts>div:first-child li {
	width: 50%;
	float: left;
	padding: 2px
}

#parts li a,
.parts-list li span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

#parts li a {
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #000
}

.mian-img {
	width: 100%;
	text-align: center;
	height: 350px
}

.mian-img img {
	max-height: 100%;
	max-width: 100%
}

#gallery .swiper-pagination {
	bottom: 0
}

.thumbs {
	position: relative;
	padding: 0 30px;
	margin: .2rem 0;
	width: 100%
}

#gallery li {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center
}

.thumbs .swiper-button-next {
	background-image: url(../../pc/images/pro-next.png);
	background-size: 20px 80px;
	width: 20px;
	height: 80px;
	top: 0;
	right: 5px;
	margin-top: 0
}

#thumbs .swiper-slide.my-slide-thumb-active {
	border: 1px #fdb812 solid
}

#thumbs .swiper-slide {
	height: 100%;
	border: 1px #f1f1f1 solid;
	text-align: center
}

#thumbs .swiper-slide {
	padding: 1px 0
}

#thumbs .swiper-slide img {
	max-height: 100%;
	max-width: 100%
}

.pro-box {
	max-width: 540px;
	margin: 0 auto
}

.thumbs .swiper-button-prev {
	background-image: url(../../pc/images/pro-prev.png);
	background-size: 20px 80px;
	width: 20px;
	height: 80px;
	top: 0;
	margin-top: 0;
	left: 5px
}

#thumbs .swiper-slide {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center
}

.parts-list {
	padding-top: 2rem
}

.parts-list li {
	width: 50%;
	float: left;
	padding: .5rem;
	margin-bottom: 1rem
}

.parts-list li img {
	width: 100%
}

.parts-foot {
	line-height: 48px;
	background: #fdb812;
	color: #000;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.con-banner,
.net-banner {
	overflow: hidden
}

.con-left h3 {
	font-size: 1.3rem;
	text-align: left;
	margin-bottom: 1.4rem;
	padding-left: 15px
}

.con-left h4>em {
	float: left;
	display: block;
	width: 60px;
	min-height: 50px;
	overflow: hidden
}

.con-left h4>em:last-child {
	width: calc(100% - 60px);
	display: flex;
	align-items: center;
	font-size: 16px
}

.con-left h4>em:first-child {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center
}

.con-left h4>em:first-child img {
	width: 30px
}

.con-left h4>i {
	line-height: 1.7;
	color: rgba(0, 0, 0, 1)
}

.con-left h4>i:first-child {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center
}

.con-icon a {
	width: 20%;
	display: block;
	float: left
}

.con-icon {
	width: 70%;
	margin-top: 3rem
}

.con-icon img {
	width: 50%;
	margin: 0 auto
}

.con-er {
	width: 60%
}

.con-er img {
	width: 70%
}

.con-er {
	margin-top: 1rem;
	margin-bottom: 3rem
}

#map {
	width: 100%;
	height: 10rem
}

.global-img {
	overflow: hidden
}

.global-img img {
	width: 120%;
	margin-left: -10%
}

.global-img h2 {
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	color: #000;
	font-weight: 700;
	padding-bottom: 30px
}

.global-img .container h5 {
	padding-bottom: 0
}

.pro-contain .construction-nav li {
	padding: 1px
}

.prosubmenu li {
	padding: 1px
}

.construction-nav li {
	width: 50%;
	float: left
}

.pro-fl .construction-nav li {
	display: inline-block
}

.pro-fl .construction-nav li a {
	padding: 0 25px
}

.construction-nav li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

#parts .active a,
.construction-nav .active a {
	background: #000;
	color: #fdb812
}

.a {
	margin-bottom: 3rem
}

.construction-nav li a {
	padding: 0 10px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
	height: 48px;
	line-height: 48px;
	background: #fdb812;
	color: #000;
	font-weight: 700
}

.construction-nav ul {
	margin: 2rem 0 1.4rem
}

.wheel-left h3 {
	font-size: 1.07rem;
	line-height: 1.6;
	font-weight: 700
}

.wheel-left>div:nth-child(2) {
	margin-top: 2rem
}

.wheel-right img {
	padding: 3rem;
	width: 100%
}

.wheel-list {
	background: #fafafa
}

.pro-show {
	width: 100%;
	background: #fafafa
}

.pro-show .container {
	padding-top: 40px
}

.whe-nav {
	text-align: left;
	padding-bottom: 1.4rem;
	padding-top: 1.4rem
}

.whe-nav span {
	padding: 0 5px
}

.whe-left {
	width: 100%
}

.preview .swiper-slide img {
	width: 145px;
	padding: 2px;
	cursor: pointer
}

.preview .swiper-slide img {
	width: 100%
}

.pro-fl {
	margin-top: 1.4rem
}

.img-hover {
	border: 2px #000 solid
}

.preview .swiper-button-next,
.preview .swiper-button-prev {
	background-size: 16px 25px
}

.preview .swiper-button-next {
	right: 0
}

.preview .swiper-button-prev {
	left: 0
}

.main-img {
	text-align: center
}

.datalist td {
	border: 1px solid #ccc;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px
}

#pro-swiper .swiper-pagination {
	position: static;
	width: 100%;
	text-align: center;
	padding-bottom: 2rem
}

.swiper-pagination-bullet-active {
	background: #000
}

#pro-swiper .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	margin-left: 5px
}

.whe-head {
	background: #fafafa;
	padding-bottom: 20px
}

.whe-right {
	width: 100%;
	padding: 0 15px
}

.whe-right h1,
.whe-right h2 {
	font-size: 1.6rem;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 10px
}

.whe-right h1 span,
.whe-right h2 span {
	color: #fdb812
}

.whe-right .pro-list span>div {
	font-size: 20px;
	font-weight: 700
}

.whe-right .pro-list span>div:first-child {
	font-size: 14px;
	font-weight: 500
}

.whe-right .pro-list span p {
	right: 45px;
	top: 7px;
	height: 38px
}

.whe-right .pro-list {
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;
	padding: 20px 0
}

.p-width {
	right: 30px!important
}

.whe-right .pro-list span {
	width: 50%
}

.table-responsive {
	border: none
}

.whe-right p {
	line-height: 1.8;
	margin-bottom: 30px
}

.wel-msg {
	overflow-y: auto;
	color: #000;
	line-height: 1.8;
	margin-bottom: 20px;
	font-size: 14px
}

.pdown2 a,
.wel-btn a {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	padding: 10px 22px;
	width: calc(50% - 5px);
	position: relative
}

.pdown2 {
	display: inline-block;
	margin: 10px 0;
	width: 100%
}

.pdown2 a,
.wel-btn>a:first-child {
	width: calc(50% - 5px);
	margin-right: 5px;
	border: 1px #ccc solid
}

.pdown2 a span,
.wel-btn>a span {
	position: relative;
	display: inline-block;
	margin-left: 25px
}

.pdown2 a span:before {
	display: inline-block;
	content: " ";
	background-image: url(../../pc/images/chat.png);
	background-position: -57px 0;
	width: 25px;
	height: 20px;
	position: absolute;
	background-size: 82px 20px;
	right: 100%;
	margin-right: 10px
}

.wel-btn>a:first-child span:before {
	display: inline-block;
	content: " ";
	background-image: url(../../pc/images/chat.png);
	background-position: -29px 0;
	width: 25px;
	height: 20px;
	position: absolute;
	background-size: 82px 20px;
	right: 100%;
	margin-right: 10px
}

.LayImAhrefNode {
	width: calc(50% - 5px);
	margin-left: 5px;
	background: #fdb812;
	border: 1px #fdb812 solid
}

.LayImAhrefNode span:before {
	content: " ";
	background-image: url(../../pc/images/chat.png);
	background-position: 0 0;
	width: 25px;
	height: 20px;
	position: absolute;
	background-size: 82px 20px;
	right: 100%;
	margin-right: 10px
}

.pdown2 a,
.wel-btn>a:first-child {
	color: #000
}

.wel-btn {
	margin-top: 20px
}

.a2a_default_style {
	margin: .5rem
}

.table {
	margin-top: 20px
}

.wel-btn a span {
	font-size: 16px
}

.whe-list span {
	display: inherit;
	width: 50%;
	float: left;
	height: 100px;
	border-bottom: 1px #ccc solid;
	border-top: 1px #ccc solid;
	margin-top: -1px;
	padding: 15px 0 0 15px
}

.whe-list span div {
	font-weight: 700;
	font-size: 16px;
	color: #000;
	line-height: 2
}

.whe-list>span>div:first-child {
	font-weight: 500;
	font-size: 14px;
	line-height: 2;
	color: #888
}

.whe {
	padding: 0 15px;
	background: #fafafa
}

.news-container {
	margin-top: 2rem
}

.news-contain {
	background: #fafafa
}

.news-container h2 {
	line-height: 1.2
}

.news-container h5 {
	padding-top: 1rem
}

.news-container p {
	font-size: 16px;
	padding-bottom: 20px;
	line-height: 1.8;
}

.new-img li img {
	width: 100%;
	padding: 3px
}

.fg-left,
.fg-right {
	display: block;
	width: 100%;
	color: #000;
	font-weight: 600;
	line-height: 2rem;
	padding-left: 1rem;
	background: #fafafa
}

.fg-left img {
	padding-right: 1rem
}

.fg-right img {
	padding-left: 1rem
}

.fg-right a,
.fg-right i {
	color: #fdb812
}

.fg-right {
	background: #f1f1f1
}

.fg p {
	padding: 10px
}

.fg i {
	font-size: 14px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
	width: 30px;
	text-align: center
}

.fg .next,
.fg .prev {
	width: calc(100% - 30px)
}

.prev {
	text-align: left
}

.next {
	text-align: right
}

.fg {
	margin-top: 2rem;
	margin-bottom: 2rem
}

.pro-footer h4 {
	font-size: 1rem;
	padding-bottom: 5px
}

.area2 {
	padding: 10px 6px;
	margin: 12px 12px;
	border: 1px solid #d9d9d9;
	border-radius: 6px
}

.area2 input,
.area2 textarea {
	color: #000;
	font-size: 14px;
	width: 100%;
	background-color: #fff;
	border: 0;
	color: #999;
	outline: 0
}

.button2 {
	display: block;
	color: #fff;
	line-height: 36px;
	font-size: 16px;
	width: 100%;
	border: 0;
	background: #fdb812;
	border-radius: 6px
}

@media (min-width:320px) and (max-width:639px) {
	label {
		display: block;
		font-size: 1rem;
		width: 100%;
		line-height: 28px;
		font-size: 1rem;
		text-align: left;
		padding-top: 20px
	}
	.news-keyword {
		width: 70%
	}
	.kwdsub {
		width: 30%
	}
	.news-search div {
		padding-top: 5px
	}
	.footer-er img {
		width: 7rem
	}
	.foot-left,
	.foot-right {
		padding: 6px 15px 7px
	}
	.con-left,
	.con-right {
		width: 100%;
		padding: 0
	}
}

@media (min-width:640px) and (max-width:768px) {
	.whe-list span {
		width: 25%;
		position: relative
	}
	.whe-list p {
		position: absolute;
		right: 12px;
		height: 58px;
		width: 1px;
		top: 7px;
		background: rgba(240, 240, 240, 1)
	}
	.new-img li {
		width: 50%;
		float: left
	}
	.pro-list span p {
		position: absolute;
		top: 3px;
		right: 0;
		width: 1px;
		height: 36px;
		background: rgba(0, 0, 0, .2);
		z-index: 99
	}
	.pro-list>span:nth-child(2) p {
		right: 0
	}
	.pro-item li {
		padding: 0 5px;
		width: 50%
	}
	.pro-list span {
		width: 33.3%;
		text-align: center
	}
	.pro-list span>div {
		width: 100%;
		font-size: 13px;
		width: 90%;
		font-weight: 700
	}
	.pro-list span>div:first-child {
		font-weight: 500;
		width: 90%;
		height: 28px;
		font-size: 12px;
		line-height: 1;
		padding-bottom: 5px
	}
}

@media (min-width:320px) and (max-width:380px) {
	.ind-mark h3 {
		padding-top: 1.5rem;
		padding-bottom: 1rem
	}
	.indless h3 {
		padding-top: 3.5rem
	}
}

#topcontrol {
	background: #ccc
}

@media (min-width:568px) {
	.stbn {
		width: 105px
	}
	.seatxt {
		width: calc(100% - 105px)
	}
	.pro-banner a img {
		height: 150px
	}
	.pro-banner>div {
		top: 45px
	}
}

.sjfy {
	width: 100%;
	display: flex;
	justify-content: space-around;
	padding: 20px 0
}

.sjfy-l,
.sjfy-r {
	display: flex
}

.sjfy-l a {
	display: flex;
	width: 90px;
	height: 48px;
	background: url(../../pc/images/prev_m.png) no-repeat center center;
	border: 1px solid #fdb812;
	border-radius: 5px
}

.sjfy-l span {
	display: flex;
	width: 90px;
	height: 48px;
	background: url(../../pc/images/prev_mg.png) no-repeat center center;
	border: 1px solid #ddd;
	border-radius: 5px
}

.sjfy-r a {
	display: flex;
	width: 90px;
	height: 48px;
	background: url(../../pc/images/next_m.png) no-repeat center center;
	border: 1px solid #fdb812;
	border-radius: 5px
}

.sjfy-r span {
	display: flex;
	width: 90px;
	height: 48px;
	background: url(../../pc/images/next_mg.png) no-repeat center center;
	border: 1px solid #ddd;
	border-radius: 5px
}

.table-responsive img {
	height: auto!important
}

.new-list ul .news-bigbox,
.parts-list ul .news-bigbox {
	width: 100%;
	height: 94px;
	padding: 7px;
	margin-bottom: 14px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.new-list ul .news-bigbox:nth-of-type(2n),
.parts-list ul .news-bigbox:nth-of-type(2n) {
	background: #f2f2f2
}

.new-list ul .bigboxtime,
.parts-list ul .bigboxtime {
	float: left;
	width: 80px;
	border: 1px solid #ddd;
	height: 80px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.new-list ul .bigboxtime b,
.parts-list ul .bigboxtime b {
	display: block;
	font-size: 17px;
	padding: 10px 8px 0 8px;
	line-height: 32px;
}

.new-list ul .bigboxtime span,
.parts-list ul .bigboxtime span {
	font-size: 16px;
	padding: 10px 0 10px 10px
}

.new-list ul .bigboxtxt,
.parts-list ul .bigboxtxt {
	margin-left: 90px;
}

.new-list ul .bigboxtxt a,
.parts-list ul .bigboxtxt a {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.new-list ul .bigboxtxt h4,
.parts-list ul .bigboxtxt h4 {
	padding-bottom: 8px;
	font-size: 17px;
	line-height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 700;
}

.new-list ul .bigboxtxt p,
.parts-list ul .bigboxtxt p {
	height: 46px;
	line-height: 23px;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.proIntro {
	clear: both;
	margin: 0px auto;
	padding: 5pt;
	font-size: 9pt;
	color: #555;
	line-height: 170%;
}

.productsTags {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	color: #555;
}

.footnavlist {
	text-align: center;
	padding: 8px 15px;
	border-bottom: 1px solid #666;
}

.footnavlist li {
	display: inline-block;
}

.footnavlist li a {
	display: inline-block;
	padding: 4px 10px;
	color: rgba(255, 255, 255, .5);
}

.foot-left {
	font-size: 13px;
	padding: 10px 15px;
}

.foot {
	padding: 0;
}

.proIntro {
	margin: 10px 15px 25px;
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	border: 1px solid #ccc;
	padding: 8px;
	border-radius: 6px;
}

.proIntro a {
	color: #555;
}

.whe-right h1 {
	font-size: 1.3rem;
	line-height: 1.3;
}

.tab-content>.tab-pane,
.tab-content>.tab-pane a,
.tab-content>.tab-pane p,
.tab-content>.tab-pane td {
	color: #111;
	font-size: 15px;
	line-height: 1.7;
}

.productsTags {
	margin: 12px 0;
}

.pro-int-tit h3 {
	background: #eee;
	font-size: 16px;
	padding: 8px 12px;
	line-height: 24px;
	font-weight: bold;
	color: #222;
}

.pro-int-ul {
	position: relative;
	padding: 15px 0;
}

.pro-int-ul ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pro-int-ul li {
	flex-basis: 49%;
	width: 49%;
	border: 1px solid #ccc;
	margin-bottom: 12px;
}

.pro-int-ul li a {
	display: block;
}

.pro-int-ul i {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	height: 10rem;
}

.pro-int-ul span {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	height: 36px;
	line-height: 18px;
	text-align: center;
	padding: 0 7px;
	margin: 6px 0;
	color: #222;
}

.pro-int-ul img {
	max-width: 100%;
	max-height: 100%
}

.table-responsive>.table {
	width: 100%;
	overflow-x: auto;
}