@charset "utf-8";
@import url("font.css");

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Roboto', 'Segoe UI', 'Microsoft Yahei', Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	color: #333;
}
html, body, div, span, h1, h2, h3, h4, h5, h6, p, table, td, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}
input, select, textarea {
	font-family: 'Roboto', 'Segoe UI', 'Microsoft Yahei', Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	border: none;
	margin: 0;
	padding: 0;
	outline: none;
}
img {
	border: 0 none;
	vertical-align: middle;
}
a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
	transition: 0.3s;
}
a:hover {
	cursor: pointer;
}
a:focus {
	outline: none;
}
ul, li, dl, dt, dd {
	list-style: none outside none;
}
.warper {
	max-width: 1440px;
	margin: 0 auto;
}
.container {
	width: 100%;
	padding: 0;
	margin: 0;
}
.backToTop {
	width: 48px;
	height: 48px;
	color: #fff;
	background: #31699C url("../img/icon_top.png") no-repeat center;
	background-size: 85%;
	z-index: 3;
	cursor: pointer;
	position: fixed;
	right: 10px;
	bottom: 10px;
	text-indent: 9999px;
	border-radius: 3px;
	transition: all .3s;
	z-index: 5;
}
.backToTop:hover {
	opacity: .8
}

.owl-theme .owl-controls {
	margin-top: 15px;
	text-align: center
}
.owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: .5
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	opacity: 1;
	text-decoration: none
}
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	opacity: .5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791
}
.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.owl-item.loading {
	min-height: 150px;
	background: url("../img/loading.gif") no-repeat center center
}
.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(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}
.owl-carousel .owl-item {
	float: left
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	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: rgba(0, 0, 0, 0)
}
.grabbing {
	cursor: url("grabbing.png") 8 8, move
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-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-origin {
	-webkit-perspective: 1200px;
	-webkit-perspective-origin-x: 50%;
	-webkit-perspective-origin-y: 50%;
	-moz-perspective: 1200px;
	-moz-perspective-origin-x: 50%;
	-moz-perspective-origin-y: 50%;
	perspective: 1200px
}
.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)
	}
}

body {
	padding-top: 157px;
}
header {
	background: #fff;
	height: 151px;
	transition: all .3s;
	position: fixed;
	top: 0;
	box-shadow: 0 2px 7px 2px rgba(0, 0, 0, .1);
	width: 100%;
	left: 0;
	z-index: 100;
	z-index: 3;
	border-bottom: 3px solid #31699C;
}
.headtop {
	height: 90px;
	background: #fff;
	overflow: hidden;
}
.headtop .warper {
	position: relative;
}
.quote {
	float: right;
	background: #ecedef;
	border-radius: 5px;
	overflow: hidden;
	line-height: 40px;
	padding: 0 20px;
	margin: 25px 0;
}
.quote:hover {
	background: #fab508;
}
.quote:hover a {
	color: #101010;
}
.quote li {
	font-size: 14px;
	display: inline-block;
	margin-left: 15px;
	line-height: 26px;
}
.quote li img {
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
}
.quote a {
	display: inline-block;
	color: #666;
	vertical-align: middle;
}
.logo {
	left: 50%;
	margin: 13px 0;
	margin-left: -720px;
	position: absolute;
}
.logo a {
	display: block;
}
.logo a img {
	width: 12rem;
}
.company {
	float: left;
	margin-left: 15rem;
}
.company h1 {
	font-family: 'Oswald';
	font-size: 28px;
	font-weight: 600;
	line-height: 86px;
}
#nav {
	background: #222;
	margin: 0 auto;
	height: 58px;
}
nav li {
	display: block;
	float: left;
	position: relative;
}
nav li > a {
	display: block;
	vertical-align: middle;
	text-align: center;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	overflow: hidden;
	padding: 21px 50px 18px;
	transition: all 0s;
	color: #fff;
}
nav li > a:after {
	content: "";
	width: 1px;
	height: 16px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 0;
	background: #666;
}
nav li:last-child > a:after {
	display: none;
}
nav li.on > a, nav li:hover > a {
	background: #fab508;
	color: #222;
}
nav li.on > a:after, nav li:hover > a:after {
	display: none;
}
nav dl {
	position: absolute;
	background: #fab508;
	border-top: 3px solid #31699C;
	display: block;
	width: 125%;
	top: 58px;
	opacity: 0;
	transition: opacity 1s ease;
	left: 9999px;
	z-index: 999;
}
nav dl a {
	color: #222;
	display: block;
	text-align: left;
	text-transform: capitalize;
	padding: 10px 15px;
	line-height: 28px;
	border-bottom: 1px dashed rgba(255, 255, 255, .3);
}
nav dl a:hover {
	background: rgba(255, 255, 255, .8);
}
nav dl dd {
	position: relative;
}
nav dl dd div {
	position: absolute;
	left: 100%;
	top: 0;
	border-top: 2px solid #fab508;
	background: #fff;
	width: 300px;
	display: none;
}
nav dl div a {
	color: #333;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	line-height: 28px;
}
nav dl dd:hover div {
	display: block;
}
nav li:hover dl {
	opacity: 1;
	left: 0;
}
.searchbox {
	position: absolute;
	right: 50%;
	margin-right: -720px;
	top: 88px;
}
.searchbox h6 {
	font-size: 30px;
	color: #fff;
	font-weight: 100;
	text-align: center;
	padding: 18px 0 0;
}
.searchbox form {
	overflow: hidden;
	border: 1px solid #fab508;
	width: 240px;
	background: #fab508;
	position: absolute;
	display: none;
	right: 0;
	top: 63px;
	padding: 8px 0;
	height: 51px;
	z-index: 2
}
.searchbox form i {
	color: #222;
	font-size: 28px;
}
.searchbox form input {
	float: left;
	width: 188px;
	background: #fab508;
	color: #222;
	line-height: 35px;
	font-size: 16px;
	padding-left: 10px;
}
.searchbox form button {
	width: 50px;
	height: 33px;
	background: #fab508;
	border: 0;
	text-align: center;
	float: right;
	outline: none;
	cursor: pointer;
}
.searchbox form input::-webkit-input-placeholder {
	color: #222;
}
.searchbox form input:-moz-placeholder {
	color: #222;
}
#nav .nav-button {
	width: 35px;
	height: 35px;
	border-radius: 3px;
	background: #6fae93;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 19px;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
	display: none;
	cursor: pointer;
}
#nav .nav-button i {
	font-size: 22px;
}
.close-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	z-index: 88;
}
.nav-open {
	transform: translateX(0);
}
.close-open {
	opacity: 0.5;
	visibility: visible;
}
.body-hidden {
	overflow: hidden !important;
}
.position {
	position: fixed;
	left: 0;
	right: 0;
	background: #fff;
	top: 0;
	z-index: 99;
	box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .07)
}
header.position {
	height: 78px;
}
header.position .headtop {
	display: none;
}
header.position #nav {
	margin-top: 0
}
header.position .logo a {
	padding: 10px 190px 10px 50px;
}
header.position .logo img {
	height: 58px;
}
.footer {
	overflow: hidden;
	background: url("../img/footerbg.jpg") no-repeat center;
	background-size: cover;
	color: #e5ad20;
	width: 100%;
	border-top: 6px solid #e5ad20
}
.footer .warper {
	position: relative;
	overflow: hidden;
	padding: 60px 0 120px;
}
.footer h4 {
	font-size: 28px;
	position: relative;
	color: #fff;
	margin-bottom: 25px;
	padding-left: 20px;
}
.footer h4:before {
	width: 3px;
	height: 26px;
	background: #e5ad20;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
}
.footer a {
	color: #fff
}
.footer ul {
	width: 50%;
	float: left;
	border-left: 1px solid #909090;
	border-bottom: 1px solid #909090;
	padding: 25px;
}
.footer .row {
	border-right: 1px solid #909090;
	margin-right: 560px;
}
.footer .row:nth-child(1) ul {
	width: 100%;
}
.footer .row:nth-child(1) {
	border-top: 1px solid #909090;
}
.footer .row:nth-child(1) li {
	width: 33.33%;
	display: inline-block;
	float: left;
	margin-bottom: 0
}
.footer .row:nth-child(2) ul {
	background: url("../img/foot_map1.png") no-repeat 88% 80%;
}
.footer .row:nth-child(2) ul:nth-child(2) {
	background: url("../img/foot_map2.png") no-repeat 88% 80%;
}
.footer .row:nth-child(2) ul:nth-child(3) {
	background: url("../img/foot_map3.png") no-repeat 88% 80%;
}
.footer .row:nth-child(2) ul:nth-child(4) {
	background: url("../img/foot_map4.png") no-repeat 88% 80%;
}
.footer li {
	line-height: 30px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}
.footer li h6 {
	font-weight: 100;
	color: #fff;
	font-size: 23px;
	position: absolute;
	left: 0;
	top: -1px;
}
.footer li h6.icon-youjian {
	font-size: 21px;
	left: 1px;
}
.footer li b {
	font-weight: 100;
	margin-right: 5px;
}
.footer li h5 {
	margin-left: -30px;
	font-size: 20px;
}
.footer .item {
	width: 35%;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: #e5ad20;
	padding: 55px 30px 0 30px;
}
.footer .item h4 {
	text-align: center;
	padding-left: 0;
	color: #222
}
.footer .item h4:before {
	display: none;
}
.footer .item p {
	color: #222;
	font-size: 14px;
	line-height: 1.5;
	margin-top: -10px;
	margin-bottom: 20px;
}
.footer form {
	text-align: center;
}
.footer form input {
	float: left;
	width: 48.5%;
	resize: none;
	border: 1px solid #fff;
	line-height: 24px;
	padding: 8px 15px;
	margin-right: 3%;
	margin-bottom: 20px;
}
.footer form input:nth-child(2n) {
	margin-right: 0;
}
.footer textarea {
	width: 100%;
	resize: none;
	border: 1px solid #fff;
	line-height: 24px;
	padding: 8px 15px;
	margin-bottom: 20px;
}
.footer input::-webkit-input-placeholder, 
.footer textarea::-webkit-input-placeholder {
	color: #333;
}
.footer input:-moz-placeholder, 
.footer textarea:-moz-placeholder {
	color: #333;
}
.footer button {
	border-radius: 3px;
	overflow: hidden;
	text-transform: uppercase;
	color: #fff;
	background: #31699C;
	border: 0;
	font-weight: 600;
	font-size: 14px;
	line-height: 40px;
	width: 160px;
	margin: 0 auto;
}
.copyright {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.5px;
	line-height: 24px;
	overflow: hidden;
	background: #212121;
	color: #a4a4a4;
	padding: 25px 10px;
}
.copyright a {
	color: #a4a4a4;
}
.footer a:hover {
	color: #e5ad20;
}
button {
	cursor: pointer;
}
.fixnav {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
}
.fixnav li {
	transition: all .3s;
}
.fixnav a {
	color: #fff
}
.fixnav li a {
	width: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 24px;
	height: 38px;
	display: block;
}
.fixnav li a.icon-skype1 {
	background: #00aff0
}
.fixnav li a.icon-facebook {
	background: #4460a0
}
.fixnav li a.icon-twitter {
	background: #2fb0ec
}
.fixnav li a.icon-googleplus {
	background: #d74837
}
.fixnav li a.icon-linkedin {
	background: #0084b1
}
.fixnav li a.icon-youtubeplay {
	background: #dd1829
}
.fixnav .item {
	position: relative;
	height: 40px;
}
.fixnav span {
	font-weight: 600;
	line-height: 40px;
	transition: all .3s;
	overflow: hidden;
	font-size: 16px;
	padding: 0 20px;
	margin-left: 40px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	display: none;
	width: 200px;
}
.fixnav .item:hover span {
	display: block;
}
.fixnav h6 {
	display: block;
	font-weight: 100;
	width: 40px;
	z-index: 0;
	height: 40px;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
}
.fixnav .item1, .fixnav .item1 span {
	background: #f6791e
}
.fixnav .item2, .fixnav .item2 span {
	background: #ffad1d
}
.fixnav .item3, .fixnav .item3 span {
	background: #03c305
}
.fixnav .item2:hover span {
	width: 240px;
}
#banner {
	margin-top: -6px;
}
#banner img {
	width: 100%;
	display: block;
}
#banner .owl-pagination {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
}
#banner .owl-controls {
	margin-top: 0
}
#banner .owl-controls .owl-page span {
	background: #fff;
	margin: 0 10px;
	opacity: 1;
	width: 14px;
	height: 14px;
}
#banner .owl-controls .owl-page.active span {
	background: #e5ad20;
	border-color: #e5ad20
}
#banner .owl-controls .owl-buttons {
	display: none;
}
/*版块标题*/
.row {
	overflow: hidden;
}
.conbox {
	padding: 60px 0;
}
.hometit {
	margin-bottom: 30px;
	position: relative;
}
.hometit h2 {
	display: inline-block;
	padding-right: 30px;
	margin-right: 25px;
	position: relative;
	vertical-align: middle;
}
.hometit h2:after {
	width: 1px;
	content: "";
	height: 34px;
	background: #444;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
	transform: rotate(38deg);
}
.hometit h6 {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #222;
	background: #fab508;
	font-weight: 100;
	font-size: 24px;
	vertical-align: middle;
}
.hometit p {
	color: #666;
	margin-top: 12px;
	line-height: 28px;
}
.hometit h2, .p_tit h2 {
	font-size: 32px;
}
.lis_case em, .hotnew em, .hometit .more {
	font-size: 14px;
	font-style: normal;
	background: #fab508 url("../img/morebg.png") no-repeat 104px center;
	display: inline-block;
	line-height: 35px;
	padding: 2px 35px 0 20px;
	margin-top: 20px;
	transition: all .3s;
}
.hometit .more {
	position: absolute;
	right: 0;
	top: 2px;
	margin-top: 0
}
.productbox {
	overflow: hidden;
}
.pro_class_link {
	overflow: hidden;
	background: #f1f1f1;
	margin-bottom: 40px;
	position: relative;
}
.pro_class_link ul {
	margin-left: 360px;
}
.pro_class_link li {
	display: inline-block;
	padding: 45px 0;
	width: 24%;
	text-align: center;
	vertical-align: middle;
}
.pro_class_link li h6 {
	width: 78px;
	height: 58px;
	background: url("../img/proclass_icon.png") no-repeat left top;
	background-size: 500%;
	transition: all .3s;
	margin: 0 auto 12px;
}
.pro_class_link li.item2 h6 {
	background-position: -90px top
}
.pro_class_link li.item3 h6 {
	background-position: -163px top
}
.pro_class_link li.item4 h6 {
	background-position: -230px top
}
.pro_class_link li.item5 h6 {
	background-position: -306px top
}
.pro_class_link li.item6 h6 {
	background-position: -270px top
}
.pro_class_link li.item7 h6 {
	background-position: -324px top
}
.pro_class_link li.item8 h6 {
	background-position: -378px top
}
.pro_class_link .hometit {
	position: absolute;
	left: 0;
	width: 300px;
	height: 100%;
	background: url("../img/pro_class_link_honmetit.jpg") no-repeat center;
	background-size: cover;
	padding: 25px;
}
.pro_class_link .hometit h2 {
	padding-right: 0;
	margin-right: 0
}
.pro_class_link .hometit h2:after {
	display: none;
}
.pro_class_link .hometit h6 {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: none;
	font-size: 30px;
}
.pro_class_link li h4 {
	font-family: 'Oswald';
	font-weight: 500;
	font-size: 20px;
}
.pro_class_link li:hover h6 {
	background-position: left -58px;
}
.pro_class_link li:hover h4 {
	color: #fab508
}
.pro_class_link li.item2:hover h6 {
	background-position: -90px -58px
}
.pro_class_link li.item3:hover h6 {
	background-position: -163px -58px
}
.pro_class_link li.item4:hover h6 {
	background-position: -230px -58px
}
.pro_class_link li.item5:hover h6 {
	background-position: -306px -58px
}
.pro_class_link li.item6:hover h6 {
	background-position: -270px -58px
}
.pro_class_link li.item7:hover h6 {
	background-position: -324px -58px
}
.pro_class_link li.item8:hover h6 {
	background-position: -378px -58px
}
.class_show {
	margin: 0 -13px;
}
.class_show li {
	padding: 40px 30px 20px;
	background: #ececec;
	margin: 0 13px;
	margin-bottom: 20px;
}
.class_show li img {
	width: 100%;
}
.class_show li h3 {
	font-family: 'Oswald';
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 15px;
}
.class_show li div {
	height: 112px;
	overflow-y: auto
}
.class_show li div a {
	display: block;
	line-height: 1.7;
	padding-left: 20px;
	background: url("../img/liabg.png") no-repeat left 9px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.class_show li a:hover {
	color: #fab508
}
.class_show li div.pic {
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	transition: all .3s;
}
.class_show li div.pic a {
	padding-left: 0;
	background: none;
}
.class_show li:hover .pic {
	margin-top: 10px;
	margin-bottom: 20px;
}
.showbox {
	overflow: hidden;
	background: url("../img/showboxbg.jpg") no-repeat center bottom;
	background-size: cover
}
.showbox .menu {
	text-align: center;
	margin-bottom: 35px;
}
.showbox .menu a {
	background: #fff;
	display: inline-block;
	margin: 0 10px;
	height: 60px;
	overflow: hidden;
	line-height: 65px;
	width: 280px;
	font-size: 20px;
}
.showbox .menu a i {
	font-size: 34px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -4px;
}
.showbox .menu a.on, .showbox .menu a:hover {
	color: #fff;
	background: #31699c;
}
.newbox {
	overflow: hidden;
}
.newbox .topnew {
	width: 36%;
	float: left;
	background: #fff;
}
.newbox .topnew .con {
	padding: 25px;
}
.newbox .topnew h3 {
	font-size: 20px;
	font-weight: 500;
	height: 54px;
	overflow: hidden;
	font-family: 'Oswald';
	margin-bottom: 10px;
}
.newbox .topnew em {
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	color: #fab508;
	text-decoration: underline;
}
.newbox .topnew .pic {
	overflow: hidden;
}
.newbox .topnew:hover img, .new_lis li:hover img {
	transform: scale(1.1);
}
.newbox .topnew:hover h3 {
	color: #fab508
}
.newbox .new_lis {
    margin-left: 40%;
}
.faq_lis {
	margin-left: 620px;
}
.new_lis li {
	padding-top: 32px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.new_lis .time {
	position: absolute;
	left: 0;
	top: 32px;
	font-family: 'Oswald';
	background: #222;
	color: #fab508;
	padding: 10px 15px;
	transition: all .3s;
}
.new_lis .pic {
	float: right;
	width: 300px;
	overflow: hidden;
}
.new_lis .con {
	margin-right: 340px;
	padding-left: 110px;
	border-bottom: 1px solid #666;
	padding-bottom: 40px;
}
.new_lis h3 {
	font-size: 18px;
	font-weight: 600;
	height: 50px;
	line-height: 1.3;
	overflow: hidden;
	margin-bottom: 10px;
}
.new_lis p {
	font-size: 14px;
	color: #444;
	height: 60px;
	line-height: 1.4;
	overflow: hidden;
}
.new_lis .time b {
	text-align: center;
}
.new_lis li:hover .time {
	background: #000;
}
.case_lis li .con {
	padding-left: 0
}
.showbox .row .item {
	display: none;
}
.showbox .row .item.on {
	display: block;
}
.newbox .faq_lis a {
	padding: 20px 30px 30px 0;
	background: none;
	border-bottom: 1px solid #222;
}
.newbox .faq_lis li {
	margin-bottom: 20px;
}
.newbox .faq_lis em {
	color: #222
}
.aboutbox {
	overflow: hidden;
}
.about_num {
	overflow: hidden;
	background: #f5f5f5;
	padding: 40px 0;
	margin: 30px 0;
}
.about_num li {
	width: 20%;
	float: left;
	text-align: center;
	padding: 0 30px;
}
.about_num li h4 {
	font-family: 'Oswald';
	font-size: 34px;
}
.about_num li p {
	font-size: 16px;
	line-height: 1.3;
	color: #666;
	margin-top: 20px;
}
.about_num li h6 {
	display: block;
	font-weight: 300;
	font-size: 32px;
	width: 70px;
	height: 62px;
	line-height: 60px;
	color: #fab508;
	background: url("../img/about_num_h6bg.png") no-repeat center top;
	margin: 0 auto 20px;
	transition: all .3s;
}
.about_num li:hover h6 {
	background-position: center -62px;
	color: #222;
}
.aboutbox .about_num {
	background: none;
	padding: 10px 0;
}
.about_num h6.iconfont:before {
	padding-left: 10px;
}
.aboutbox .video {
	width: 50%;
	float: left;
}
.aboutbox .video video {
	width: 100%;
	height: 408px;
}
.aboutbox .video img, .newbox .topnew img, .new_lis .pic img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	transition: all .3s;
}
.aboutbox .rcon {
	width: 50%;
	height: 408px;
	float: right;
	overflow: hidden;
	background: #31699C;
	position: relative;
	padding: 50px;
	color: #fff;
}
.aboutbox .rcon a, .aboutbox .rcon h3 {
	color: #fff;
}
.aboutbox .rcon h6 {
	font-size: 36px;
	font-weight: 100;
	margin-bottom: 30px;
}
.aboutbox .rcon img {
	width: 180px;
}
.aboutbox .rcon h3 {
	font-size: 22px;
	margin: 20px 0 30px;
}
.aboutbox .rcon p {
	font-size: 15px;
	line-height: 1.75;
}
.hotproductbox {
	background: url("../img/hotproductboxbg.jpg") no-repeat center;
	background-size: cover;
}
.hotproductbox .lis_relpro li {
	margin: 0 15px 20px;
}
/*二级页公用*/
.main {
	padding: 55px 0;
	background: #fff;
	position: relative;
}
.main.view-news {
	background: #f8f8f8;
	padding: 65px 0 70px;
}
.sub_banner {
	overflow: hidden;
	position: relative;
	margin-top: -6px;
}
.sub_banner img {
	display: block;
	width: 100%;
	transition: all .3s;
}
.positionline {
	position: absolute;
	top: 0;
	height: 100%;
	height: 100%;
	display: flex;
	font-size: 14px;
	text-align: center;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-transform: uppercase;
}
.positionline h2 {
	font-family: 'Oswald';
	font-size: 36px;
	color: #da251d;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.positionline .row {
	background: rgba(255, 255, 255, .72);
	display: inline-block;
	padding: 10px 25px 8px 25px;
}
.positionline .iconfont {
	color: #fab508;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.positionline a {
	color: #222;
	letter-spacing: 0.5px;
}
.digg4 {
	text-align: center;
	line-height: 40px;
	padding: 20px 0;
}
.digg4 a, .digg4 span.miy, .digg4 span.disabled, .digg4 span.current {
	width: 30px;
	background: #222;
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border-radius: 50%;
	text-decoration: none;
	margin: 0 5px;
	font-family: Arial
}
.digg4 span.current {
	color: #fff;
	background: #e5ad20
}
.digg4 span.disabled {
	font-size: 26px;
	line-height: 28px;
	background: #222;
	color: #fff;
}
.main .hometit h2 {
	text-transform: inherit;
}
.sub_nav {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	top: -81px;
}
.sub_nav .warper {
	background: rgba(0, 0, 0, .5);
	padding: 15px;
	overflow: hidden;
}
.sub_nav a {
	display: inline-block;
	text-align: center;
	background: #fff;
	padding: 15px 0;
	float: left;
	width: 24%;
	font-size: 18px;
	position: relative;
	margin: 0 .5%;
}
.sub_nav a.on, .sub_nav a:hover {
	background: #fab508;
}
.bgcolor {
	background: #f4f4f4;
}
/**/
.lis_case {
	overflow: hidden;
	margin: 0 -10px;
}
.lis_case li {
	width: 31.33%;
	float: left;
	margin: 0 1%;
	background: #f6f6f6;
	transition: all .3s;
	margin-bottom: 30px;
}
.lis_case img, .hotnew img {
	display: block;
	width: 100%;
	aspect-ratio: 3 / 2;
	transition: all .3s;
}
.lis_case .pic {
	overflow: hidden;
	position: relative;
}
.lis_case .pic .time, .hotnew .time {
	background: #fab508;
	position: absolute;
	left: 0;
	top: 0;
	color: #111;
	font-size: 14px;
	padding: 7px 15px;
	text-align: center;
}
.lis_case .pic .time b, .lis_news .time b, .hotnew .time b, .new_lis .time b {
	display: block;
	font-family: 'Oswald';
	font-size: 32px;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
.lis_case .pic .time b:after, .lis_news .time b:after, .hotnew .time b:after, .new_lis .time b:after {
	width: 10px;
	height: 2px;
	background: #333;
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 0;
	content: ""
}
.lis_case .con {
	padding: 25px 30px;
	position: relative;
}
.lis_case h3 {
	font-size: 16px;
	font-family: 'Oswald';
	line-height: 1.2;
	font-weight: 500;
	height: 40px;
	overflow: hidden;
}
.lis_case p {
	line-height: 24px;
	font-size: 14px;
	height: 69px;
	overflow: hidden;
	margin-top: 15px;
}
.lis_case li:hover {
	background: #fab508
}
.lis_case li:hover em {
	background: #fff url("../img/morebg.png") no-repeat 104px center
}
.lis_case li:hover img {
	transform: scale(1.1);
}
.hotnew {
	overflow: hidden;
	margin-bottom: 50px;
}
.hotnew a {
	display: block;
	background: #f6f6f6;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 30px;
}
.hotnew a:last-child {
	margin-bottom: 0;
}
.hotnew .pic {
	width: 30%;
	aspect-ratio: 3 / 2;
	float: left;
	overflow: hidden;
	position: relative;
}
.hotnew .con {
	margin-left: 35%;
}
.hotnew h3 {
	font-family: 'Oswald';
	font-size: 26px;
	font-weight: 500;
	line-height: 1.1;
	height: 66px;
	overflow: hidden;
	margin: 30px 0 25px;
}
.hotnew .time {
	background: #222;
	color: #fab508
}
.hotnew .time b:after, .new_lis .time b:after {
	background: #fab508;
}
.hotnew p {
	line-height: 30px;
	height: 84px;
	overflow: hidden;
}
.hotnew a:hover img {
	transform: scale(1.05);
}
.hotnew a:hover h3 {
	color: #fab508
}
.lis_news {
	overflow: hidden;
}
.lis_news li {
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
	border: 1px solid #8b8781;
	transition: all .3s;
}
.lis_news li a {
	display: block;
	padding: 30px 30px 30px 150px;
	position: relative;
}
.lis_news .time {
	color: #fab508;
	background: #222;
	position: absolute;
	left: 0;
	top: 30px;
	padding: 8px 16px;
	text-align: center;
	transition: all .3s;
}
.lis_news .time b {
	font-size: 36px;
}
.lis_news .time b:after {
	background: #fab508;
}
.lis_news h3 {
	line-height: 28px;
	max-height: 54px;
	overflow: hidden;
	font-size: 20px;
}
.lis_news p {
	line-height: 26px;
	height: 51px;
	overflow: hidden;
	color: #666;
	font-size: 14px;
	margin: 20px 0 30px 0;
}
.lis_news h6 {
	font-size: 16px;
	color: #fab508;
	text-decoration: underline;
}
.lis_news li:hover {
	background: #fab508;
	border-color: #fab508
}
.lis_news li:hover h6 {
	color: #222;
}
.lis_faq {
	overflow: hidden;
}
.lis_faq li {
	display: block;
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
	padding: 40px 30px 40px 0;	
	margin-bottom: 40px;
	transition: all .3s;
}
.lis_faq .q, .lis_faq .a {
	position: relative;
	padding-left: 126px;
}
.lis_faq h6 {
	width: 42px;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50px;
	text-transform: uppercase;
	text-align: center;
	transition: all .3s;
}
.lis_faq .q h6 {
	background: #222;
	color: #fab508
}
.lis_faq .a h6 {
	background: #fab508;
	color: #222
}
.lis_faq .q {
	font-family: 'Oswald';
	font-size: 22px;
	transition: all .3s;
	font-weight: 500;
	color: #222;
	line-height: 42px;
	margin-bottom: 20px;
	transition: all .3s;
}
.lis_faq .a {
	overflow: hidden;
	line-height: 42px;
	max-height: 60px;
	overflow: hidden;
	transition: all .3s;
}
.lis_faq em {
	color: #fab508;
	font-weight: 600;
	margin-left: 126px;
	margin-top: 30px;
	display: inline-block;
	font-style: normal;
	text-decoration: underline;
	transition: all .3s;
}
.lis_faq li:hover a {
	background: #fab508
}
.lis_faq li:hover em {
	color: #222;
}
.lis_faq li:hover .a h6 {
	background: #fff;
}
.service_main strong {
	font-size: 28px;
	font-weight: 100;
	display: block;
}
.service_main h4 strong {
	font-weight: 600;
	color: #fab508
}
.service_main p {
	line-height: 1.4;
	margin: 15px 0;
}
.service_main .tit {
	padding-left: 100px;
	position: relative;
	font-size: 28px;
	padding-top: 15px;
	font-weight: 600;
	min-height: 58px;
	margin: 50px 0 30px 0
}
.service_main .tit:before {
	width: 70px;
	height: 58px;
	background: #fab508;
	content: "";
	position: absolute;
	border-radius: 5px;
	left: 0;
	top: 0
}
.service_main .tit label {
	position: absolute;
	left: 8px;
	top: 5px;
	font-size: 24px;
}
.service_main .tit h6 {
	position: absolute;
	left: 45px;
	top: 32px;
	color: #111;
	font-size: 17px;
}
.service_main .tit h6.icon_yuan {
	background: url("../img/icon_yuan.png") no-repeat center;
	width: 18px;
	height: 19px;
}
.service_main .tit h6.icon-shouhou {
	font-size: 20px;
}
.service_main .tit h6.icon_jiaofu {
	background: url("../img/icon_jiaofu.png") no-repeat center;
	background-size: 18px;
	width: 18px;
	height: 19px;
}
.service_main table {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	overflow: hidden;
}
.service_main tr {
	min-height: 185px;
}
.service_main td {
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 40px 30px 30px 160px;
	width: 50%;
	position: relative;
}
.service_main td h6 {
	width: 85px;
	height: 85px;
	border: 1px solid #666;
	background: url("../img/service_icon.png") no-repeat left top;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: 50px;
	top: 50px;
}
.service_main td b {
	font-size: 18px;
}
.service_main td h6.serviceicon_02 {
	background-position: -85px center
}
.service_main td h6.serviceicon_03 {
	background-position: -170px center
}
.service_main td h6.serviceicon_04 {
	background-position: -255px center
}
.service_main td h6.serviceicon_05 {
	background-position: -340px center
}
.service_main td h6.serviceicon_06 {
	background-position: -425px center
}
.service_main td h6.serviceicon_07 {
	background-position: -510px center
}
.service_main td h6.serviceicon_08 {
	background-position: -595px center
}
.service_main td h6.serviceicon_09 {
	background-position: -680px center
}
.service_main td h6.serviceicon_10 {
	background-position: -765px center
}
.service_main td p.num {
	padding-left: 40px;
	position: relative;
	margin-top: 12px;
}
.service_main td p.num b {
	position: absolute;
	left: 0;
	top: -2px;
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: 100;
	text-align: center;
	border-radius: 50%;
	background: #fab508;
}
.service_main h5 {
	font-size: 18px;
}
/*contact*/
.contact_main .row {
	position: relative;
}
.edit-box {
	width: 35%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fab508;
	overflow: hidden;
	padding: 50px 35px;
}
.edit-box h3 {
	font-family: 'Oswald';
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 40px;
}
.edit-box li {
	position: relative;
	line-height: 1.5;
	font-size: 17px;
	padding-left: 40px;
	margin-bottom: 20px;
}
.edit-box li b {
	font-weight: 500;
	padding-right: 6px;
}
.edit-box li h6 {
	color: #222;
	font-size: 30px;
	font-weight: 100;
	position: absolute;
	left: 0;
	top: -10px;
}
.edit-box li h6.icon-youjian {
	font-size: 28px;
	left: 3px;
}
.place_contact {
	overflow: hidden;
	margin: 50px 0 10px;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.place_contact ul {
	width: 50%;
	float: left;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 45px 40px;
	background: url("../img/contact_map1.png") no-repeat 88% 80%;
}
.place_contact ul:nth-child(2) {
	background: url("../img/contact_map2.png") no-repeat 88% 80%;
}
.place_contact ul:nth-child(3) {
	background: url("../img/contact_map3.png") no-repeat 88% 80%;
}
.place_contact ul:nth-child(4) {
	background: url("../img/contact_map4.png") no-repeat 88% 80%;
}
.place_contact li {
	line-height: 30px;
	position: relative;
	font-size: 18px;
	padding-left: 45px;
	margin-bottom: 20px;
}
.place_contact li:last-child {
	margin-bottom: 0
}
.place_contact li h6 {
	font-weight: 100;
	color: #333;
	font-size: 28px;
	position: absolute;
	left: 0;
	top: -1px;
}
.place_contact li h6.icon-youjian {
	font-size: 25px;
	left: 1px;
}
.place_contact li b {
	font-weight: 100;
	margin-right: 5px;
	color: #e5ad20;
}
.place_contact li h5 {
	margin-left: -45px;
	color: #e5ad20;
	font-size: 28px;
}
.place_contact li:hover a, .edit-box li:hover a, .footer li:hover a {
	text-decoration: underline;
}
.contact_form, .contact_form form ul {
	overflow: hidden;
}
.contact_form form {
	overflow: hidden;
	text-align: center;
	background: #e5ad20;
	padding: 40px 25px;
}
.contact_form .hometit {
	margin-bottom: 20px;
}
.contact_form p {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 24px;
}
.contact_form li {
	overflow: hidden;
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
	border: 0;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.contact_form li:nth-child(1), .contact_form li:nth-child(2) {
	width: 49.5%;
	float: left;
}
.contact_form li:nth-child(2) {
	margin-left: 1%;
}
.contact_form li font {
	position: absolute;
	color: #e5ad20;
	left: 7px;
	top: 15px;
}
.contact_form input, .contact_form textarea {
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	padding: 15px;
	resize: none;
}
.contact_form button {
	border: none;
	text-transform: uppercase;
	font-weight: 600;
	background: #31699C;
	transition: all .3s;
	color: #fff;
	width: 250px;
	text-align: center;
	line-height: 50px;
	margin-top: 15px;
	font-size: 15px;
	border-radius: 5px;
	cursor: pointer;
}
.contact_form button i {
	font-size: 36px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 100;
	margin-right: 8px;
}
button:hover {
	opacity: .8
}
.map {
	overflow: hidden;
	width: 65%;
	float: left;
}
.map img {
	display: block;
	width: 100%;
}
/*info*/
.infocon {
	color: #666;
	background: #fff;
	border: 1px solid #eee;
	padding: 50px 60px;
	box-shadow: 0 3px 25px 0 rgba(0, 0, 0, .05);
}
.infocon p {
	line-height: 1.8;
}
.infocon p, .infocon p span {
	word-wrap:break-word;
	text-wrap-mode: wrap !important;
}
.infocon h1 {
	font-family: 'Oswald';
	font-size: 26px;
	font-weight: 500;
	color: #333;
	text-align: center;
}
.infocon img {
	display: inline-block;
	max-width: 100%;
	text-align: center;
	margin: 15px auto;
}
.infocon .time {
	color: #777;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	margin: 20px 0 36px;
}
.infocon .other {
	line-height: 1.8;
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-top: 20px;
}
.infocon .other a {
	color: #666;
	margin-left: 10px;
}
.infocon .other div {
	margin: 10px 0;
}
.infocon .other a:hover {
	color: #fab508
}
/*about*/
.about_com {
	overflow: hidden;
}
.about_com img {
	max-width: 100%;
}
.about_com p {
	line-height: 1.7;
}
.about_com p strong {
	font-size: 17px;
}
.about_com p.bline {
	font-family: 'Oswald';
    font-size: 22px !important;
    font-weight: 500;
    color: #333;
    position: relative;
    padding: 20px 0 10px;
    margin-bottom: 20px;
}
.about_com p.bline:before {
    content: "";
    width: 50px;
    height: 5px;
    border-radius: 5px;
    background: #fab508;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.about_com .row img {
	width: 48%;
	float: right;
}
.about_com .video {
	width: 48%;
	float: left;
	background: #222;
}
.about_com .video img {
	width: 100%;
}
.about_honor {
	overflow: hidden;
	margin: 0 -13px;
}
.about_honor li {
	width: 31.33%;
	margin: 0 1%;
	padding: 10px;
	background: #f6f6f6;
	float: left;
	margin-bottom: 30px;
}
.about_honor li .pic {
	overflow: hidden;
}
.about_honor li h5 {
	font-size: 16px;
	text-align: center;
	margin: 20px 0 15px 0;
	font-weight: 100
}
.about_honor li:hover h5 {
	color: #fab508;
	font-weight: 600
}
.about_honor li:hover {
	box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, .15)
}
.about_factory {
	overflow: hidden;
}
.about_factory li div {
	width: 23.85%;
	margin-left: 1.4%;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}
.about_factory img, .about_honor li img, .lis_pro img, .pro_class .pic img, .lis_relpro img {
	display: block;
	width: 100%;
	transition: all .3s;
}
.about_factory .pic {
	width: 49.3%;
	margin-left: 0
}
.about_factory li div:hover img {
	transform: scale(1.1);
}
.about_factory li:nth-child(even) div {
	margin-left: 0;
	margin-right: 1.4%
}
.about_factory li:nth-child(even) .pic {
	float: right;
	margin-right: 0
}
/*product*/
.pro_main {
	padding-top: 0;
    margin-top: -6px;
}
.pro_positionline {
	position: relative;
	font-size: 15px;
	color: #222;
	letter-spacing: 0.5px;
	margin-bottom: 25px;
}
.pro_positionline .link {
	position: absolute;
	right: 0;
	top: -15px;
	font-size: 16px;
	background: #fff;
	text-transform: initial;
	font-weight: 600;
	padding: 14px 16px;
}
.pro_positionline .iconfont {
	margin-right: 10px;
}
.pro_positionline a {
	color: #222
}
.pro_main .line {
	background: url("../img/proclassbg.jpg") no-repeat center bottom;
	background-size: cover;
	padding: 40px 0 60px 0;
}
.pro_class {
	overflow: hidden;
}
.pro_class li {
	float: left;
	width: 23.5%;
	margin-top: 20px;
	margin-right: 2%;
	background: rgba(255, 255, 255, .5);
	transition: all .3s;
}
.pro_class li:nth-child(4n) {
	margin-right: 0
}
.pro_class li.cur {
	background: rgba(255, 255, 255, .9);
}
.pro_class .pic {
	float: left;
	width: 135px;
	padding-left: 3%;
}
.pro_class .con {
	margin-left: 135px;
	padding-left: 10px;
	padding-top: 35px;
}
.pro_class .con h3 {
	font-family: 'Oswald';
	font-size: 22px;
	font-weight: 500;
	line-height: 1.1;
	margin: 15px 20px 0 0;
}
.pro_class li:hover {
	background: rgba(255, 255, 255, .8);
}
.list_name {
	overflow: hidden;
	margin-bottom: 20px;
}
.list_name a {
	display: inline-block;
	width: 19%;
	margin: 0 .5% 15px;
	line-height: 45px;
	text-align: center;
	color: #333;
	font-size: 15px;
	background: #fff;
}
.list_name a.on, .list_name a:hover {
	background: #fab508;
	color: #fff;
}
.p_tit {
	text-align: center;
	margin-bottom: 35px;
	margin-top: 55px;
	overflow: hidden;
}
.p_tit h2 {
	position: relative;
	padding-bottom: 12px;
}
.lis_pro {
	overflow: hidden;
	margin: 0 -10px;
}
.lis_pro li {
	margin: 0 1%;
	width: 23%;
	float: left;
	background: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.lis_pro li b, .p_tit h2:after, .pro_class b, .lis_relpro b {
	display: block;
	width: 30px;
	margin: 0 auto;
	height: 5px;
	background: #fab508;
}
.p_tit h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}
.pro_class b {
	margin: 0;
}
.lis_pro a, .lis_relpro a {
	display: block;
}
.lis_pro .pic, .lis_relpro .pic {
	aspect-ratio: 1 / 1;
	overflow: hidden;
	padding: 10% 15% 0;
}
.lis_relpro.view-pro .pic {
	aspect-ratio: 3 / 2;
	padding: 0;
}
.lis_pro h3, .lis_relpro h4 {
	font-family: 'Oswald';
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	transition: all .3s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 10px 15px 30px;
}
.lis_pro li:hover .pic img, .lis_relpro li:hover img {
	transform: scale(1.15);
}
.lis_pro li:hover h3, .lis_relpro li:hover h4 {
	color: #fab508
}
.lis_relpro {
	text-align: center;
}
.lis_relpro li {
	margin: 0 5px;
}
.lis_relpro.view-pro {
	padding: 15px 0 50px;
}
.lis_relpro.view-pro li {
	margin: 0 15px;
}
/*产品详情*/
.propicflash {
	width: 500px;
	float: left;
}
.propicflash .big img {
	display: block;
	width: 400px;
}
.propicflash .small {
	margin: 0 -7px;
	margin-top: 10px
}
.propicflash .small img {
	margin-bottom: 10px;
	width: 100%;
	float: left;
	width: 23%;
	margin: 0 1%;
	border: 1px solid #ccc;
	cursor: pointer;
}
.propicflash .small img:last-child {
	margin-bottom: 0
}
.addthis_inline_share_toolbox {
	display: inline-block;
	vertical-align: middle;
}
.pro_detail {
	overflow: hidden;
	background: #fff;
	overflow: hidden;
	position: relative;
	padding: 25px;
}
.pro_detail h1 {
	font-size: 30px;
	line-height: 40px;
}
.pro_detail .rcon {
	margin-left: 500px;
	padding: 25px 0 0 45px;
	overflow: hidden;
}
.pro_detail .rcon .fon {
	line-height: 26px;
	color: #666;
	font-size: 14px;
	margin: 20px 0 30px 0;
	overflow: hidden;
}
.pro_detail .links {
	margin: 60px 0 20px 0;
	border-top: 1px solid #ccc;
	padding-top: 50px;
}
.pro_detail .links i {
	display: inline-block;
	margin-right: 10px;
	font-weight: 100;
	font-size: 36px;
	vertical-align: middle;
	margin-top: -3px;
}
.pro_detail .links a {
	background: #fab508;
	display: inline-block;
	line-height: 50px;
	height: 50px;
	font-size: 17px;
	text-align: center;
	width: 240px;
	border-radius: 5px;
	overflow: hidden;
	font-weight: 500;
}
.pro_detail .links a:nth-child(2) {
	width: 200px;
	background: #25d366;
	color: #fff;
	margin-left: 3%
}
.pro_detail .links a:hover {
	opacity: .8
}
.proinfomenu {
	background: #31699C;
	text-align: center;
	overflow: hidden;
	padding: 15px 0;
	width: 100%;
}
.proinfomenu .warper {
	overflow: hidden;
}
.proinfomenu a {
	width: 24.25%;
	margin-left: 1%;
	font-size: 18px;
	float: left;
	background: #fff;
	display: block;
	text-transform: capitalize;
	line-height: 50px;
}
.proinfomenu a:nth-child(1) {
	margin-left: 0
}
.proinfomenu a.on, .proinfomenu a:hover {
	background: #fab508;
}
.proinfomenu.top0 {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	box-shadow: 0 2px 10px 2px rgba(0, 0, 0, .1);
}
.pro_main .box {
	background: #f6f6f6;
}
.pro_con .box {
	padding: 0 0 23px 0;
	overflow: hidden;
}
.pro_con .box:nth-child(even) {
	background: #f3bd36;
}
.pro_con .box:last-child {
	background: #fff;
	padding-bottom: 60px;
}
.pro_main .box h3, .pro_con .box h3 {
	font-family: 'Oswald';
	font-size: 32px;
	font-weight: 500;
	padding: 40px 0;
	text-transform: uppercase;
}
.pro_con .box h3#index_1 {
	max-width: 1080px;
    margin: 0 auto;
}
.pro_con .box h3 font {
	color: #fab508
}
.pro_con .box:nth-child(2) h3 font {
	color: #fff;
}
.pro_con .box .content {
	max-width: 1080px;
    margin: 0 auto;
}
.pro_con .box table {
    border: 1px solid #ccc;
    background: #fff;
    font-size: 17px;
    border-bottom: 0;
    border-right: 0;
    line-height: 1.2;
    margin: 20px auto;
}
.pro_con .box table td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 8px 15px;
    line-height: 1.2;
    text-align: center;
    transition: all .3s
}
.pro_con .box table tr:nth-child(even) {
    background: #fef8eb
}
.pro_con .box table tr td.th {
    font-size: 18px;
    background: #fef8eb;
}
.pro_con .box table tr td:last-child {
    font-weight: 300;
}
.pro_con .box table td p {
    margin: 0;
}
.pro_con img {
	max-width: 100%;
}
.pro_con p {
	line-height: 30px;
	font-size: 14px;
}
.pro_con p.num {
	position: relative;
	padding-left: 45px;
	padding-top: 1px;
	margin-bottom: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
}
.pro_con p b {
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: #fab508;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	border-radius: 50%;
}
.tabbox {
	overflow-x: auto;
}
.tabbox table {
	border: 1px solid #ccc;
	background: #fff;
	font-size: 17px;
	border-bottom: 0;
	border-right: 0;
	line-height: 24px;
}
.tabbox table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 2px 15px;
	line-height: 30px;
	text-align: center;
	transition: all .3s
}
.tabbox table tr:nth-child(even) {
	background: #fef8eb
}
.tabbox table tr td.th {
	font-size: 18px;
	background: #fef8eb;
}
.tabbox table tr td:last-child {
	font-weight: 100;
}
.tabbox table td p {
	margin: 0;
}
.lis_relpro .owl-controls .owl-page span, 
.class_show .owl-controls .owl-page span {
	width: 15px;
	height: 15px;
	background: #333;
	opacity: 1
}
.lis_relpro .owl-controls .owl-page.active span, 
.lis_relpro .owl-controls.clickable .owl-page:hover span, 
.class_show .owl-controls .owl-page.active span, 
.class_show .owl-controls.clickable .owl-page:hover span {
	background: #fab508;
}
.lis_relpro .owl-controls .owl-buttons div, 
.class_show .owl-controls .owl-buttons div {
	width: 30px;
	height: 50px;
	background: url("../img/jiantou.png") no-repeat center;
	text-indent: 999px;
	overflow: hidden;
	border-radius: 0;
	position: absolute;
	left: -60px;
	top: 50%;
	margin-top: -50px;
}
.lis_relpro .owl-controls .owl-buttons div.owl-next, 
.class_show .owl-controls .owl-buttons div.owl-next {
	transform: rotate(180deg);
	left: auto;
	right: -60px;
}
.lis_relpro li {
	background: #fff;
	overflow: hidden;
	border-radius: 12px;
	margin-bottom: 20px;
}
.productinfo_main .contact_form p {
	color: #666;
	margin-bottom: 20px;
}
.infomation-layer {
	background: none !important;
	overflow: hidden
}
.infomation-layer .layui-layer-content {
	padding: 0 !important
}
.layui-layer-title {
	font-family: 'Roboto Condensed';
	text-transform: capitalize;
	letter-spacing: 0.5px;
}
.infobox h2 {
	font-size: .24rem;
	color: #fff
}
@media (max-width:1200px) {
	.infobox h2 {
		font-size: 18px
	}
}
.infobox .layui-form-select dl {
	max-height: 200px
}
.infobox .bd {
	padding: 25px 25px 10px;
	overflow: hidden;
	background: #fff
}
.infobox .bd .txt {
	font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    padding: 0 0 30px;
    color: #888;
}
.infobox .bd .layui-form {
    width: 100%;
}
.infobox .cell {
	margin-bottom: 20px
}
.infobox .cell input {
    width: 100%;
	border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}
.infobox .cell textarea {
    width: 100%;
    line-height: 1.5;
	border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}
.infobox .submitbox {
	text-align: center;
	padding-top: 10px;
}
.infobox .sendform {
	background-color: #fab508;
	color: #101010;
	width: 130px;
	height: 40px;
	line-height: 41px;
	font-size: 15px;
	text-align: center;
	letter-spacing: 1px;
	border-radius: 6px;
	cursor: pointer;
	margin: 0 auto;
}
.infobox .sendform:hover {
	background: #fab508
}
.infobox .bd .tips {
	color: #d00;
	text-align: center;
    padding: 25px 0 0;
}
@media (max-width:640px) {
	.layui-layer {
	    width: 99%! important;
	    height: auto! important;
	}
	.layui-layer-title {
	    text-align: left! important;
	    padding-left: 20px! important;
	}
    .infobox .bd {
		padding: 20px;
	}
	.infobox .bd .txt {
        line-height: 1.5;
		padding: 0 0 20px;
	}
	.infobox .cell textarea {
	    padding-bottom: 5px;
	}
	.infobox .sendform {
    	width: 100px;
    	height: 36px;
    	line-height: 36px;
    	font-size: 14px;
	}
}
.langbox {
	float: right;
	position: relative;
}
#translate {
	float: right;
    position: absolute;
	top: 26px;
	right: 0;
	width: 150px;
	cursor: pointer;
	margin-right: 15px;
	z-index: 1;
}
#translate > .translateSelectLanguage {
    font-size: 15px;
    color: #333;
    padding: 8px 10px 9px;
    background: #fff;
    border: 1px solid #aaa;
    border-radius: 3px;
}
@media screen and (max-width: 1440px) {
	.warper {
		padding: 0 10px;
	}
	.logo {
		left: 10px;
		margin-left: 0
	}
	.fixnav {
		position: inherit;
		text-align: center;
		background: #212121;
		padding-bottom: 25px;
	}
	.fixnav li {
		display: inline-block;
	}
	.fixnav .item {
		display: none;
	}
	.footer .warper {
		padding: 35px 0 35px 10px;
	}
	.footer .row {
		margin-right: 38%
	}
	.searchbox {
		right: 10px;
		margin-right: 0
	}
	.sub_nav a {
		padding: 12px 0;
	}
	.sub_nav .warper {
		padding: 10px;
	}
	.sub_nav {
		top: -65px;
	}
	.lis_case, .about_honor, .lis_pro, .class_show {
		margin: 0;
	}
	.class_show li {
		margin: 0 5px;
	}
	.lis_relpro .owl-controls .owl-buttons div, 
	.class_show .owl-controls .owl-buttons div {
		left: 0;
		background-color: #000;
		background-size: 15px;
	}
	.lis_relpro .owl-controls .owl-buttons div.owl-next, 
	.class_show .owl-controls .owl-buttons div.owl-next {
		right: 0
	}
	.hotproductbox .lis_relpro li {
		margin: 0 5px 20px 5px;
	}
}
@media screen and (max-width: 1359px) {
	nav li > a {
		padding: 0 40px;
	}
	.quote {
		padding-right: 15px;
	}
	.quote li {
		margin-left: 11px;
	}
	.hometit {
		margin-bottom: 25px;
	}
	.aboutbox .rcon .pic {
		width: 320px
	}
	.aboutbox .rcon .con {
		margin-left: 320px;
		padding: 20px;
	}
	.aboutbox .rcon li:after {
		left: 320px;
		bottom: 18px;
	}
	.aboutbox .rcon li:nth-child(2):after {
		right: 320px;
		bottom: 26px;
	}
	.aboutbox .rcon li:nth-child(even) .con {
		margin-right: 320px;
	}
}
@media screen and (max-width: 1279px) {
	nav li > a {
		padding: 0 30px;
	}
	.headtop {
		height: 103px
	}
	.quote {
		margin: 31px 0;
	}
	.searchbox {
		top: 103px;
	}
	.logo {
		width: 126px;
		overflow: hidden;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	body {
		padding-top: 160px;
	}
	header {
		height: 160px
	}
	.sub_nav {
		position: inherit;
		top: -80px;
	}
	.pro_class .con {
		padding-left: 15px;
	}
	.pro_class .pic {
		width: 160px;
	}
	.pro_class .con {
		margin-left: 160px;
	}
	.pro_detail .links a {
		width: 100%;
	}
	.pro_class_link li {
		padding: 30px 0;
	}
	.new_lis .pic {
		display: none;
	}
	.new_lis .con {
		margin-right: 0
	}
}
@media screen and (max-width: 1199px) {
	nav li > a {
		padding: 0 20px;
	}
	.footer .row:nth-child(1) li {
		width: 100%;
		float: none;
		margin: 5px 0;
	}
	.footer .row {
		margin-right: 0;
	}
	.footer ul {
		padding: 15px;
	}
	.footer li {
		line-height: 27px;
	}
	.foot_contact {
		width: 62%;
		float: left;
	}
	.footer form input, .footer textarea {
		margin-bottom: 15px;
	}
	.backToTop {
		right: 0;
		width: 40px;
		height: 40px;
	}
	.map {
		width: 100%;
		float: none;
	}
	.edit-box li {
		margin-bottom: 15px;
	}
	.edit-box {
		padding: 30px;
		position: inherit;
		width: 100%;
	}
	.edit-box h3 {
		margin-bottom: 25px;
	}
	.service_main td {
		padding: 20px 20px 20px 130px;
	}
	.service_main td h6 {
		left: 20px;
		top: 20px;
	}
	.sub_nav {
		top: -60px;
	}
	.pro_class .pic {
		width: 140px;
	}
	.pro_class .con {
		margin-left: 140px;
		padding-top: 20px;
	}
	.pro_class li {
		width: 32.33%
	}
	.pro_main {
		padding-top: 0
	}
	.propicflash {
		width: 570px;
	}
	.pro_detail .rcon {
		margin-left: 570px;
		padding-top: 0
	}
	.pro_detail .links {
		padding-top: 30px;
		margin-top: 40px;
	}
	.pro_class_link .hometit {
		position: inherit;
		background: none;
		text-align: center;
		width: auto;
		float: none;
		padding-bottom: 0;
		margin-bottom: 0
	}
	.pro_class_link .hometit h6 {
		position: inherit;
		right: auto;
		bottom: auto;
		margin-left: 15px;
	}
	.pro_class_link ul {
		margin-left: 0
	}
	.aboutbox .video {
		width: 100%;
		float: none;
	}
	.aboutbox .rcon {
		float: none;
		width: 100%;
	}
	.list_name a {
		width: 32.33%;
		margin: 0 .5% 15px;
	}
}
@media screen and (max-width: 1024px) {
	.logo {
		width: auto
	}
	.logo img {
		height: 40px
	}
	.searchbox {
		display: none;
	}
	.headtop {
		height: 60px;
	}
	header {
		height: 60px;
		z-index: 3;
		border: 0;
	}
	.quote {
		margin: 10px 0;
		margin-right: 50px;
	}
	body {
		padding-top: 60px;
	}
	#nav {
		margin-top: 0;
		height: auto
	}
	header.position #nav {
		margin-top: 0
	}
	nav {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		width: 280px;
		height: 100%;
		box-shadow: 0 3px 5px #666;
		z-index: 99;
		overflow-y: auto;
		background: #222;
		transform: translateX(-300px);
		transition: 0.3s;
		margin-left: 0
	}
	nav li {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	nav li > a {
		line-height: 60px;
		text-align: left;
		display: block;
		height: auto;
		padding: 0 15px;
	}
	nav li > a b {
		display: inline-block;
		margin-left: 15px;
	}
	nav li.on > a {
		height: auto;
	}
	nav li.on > a, nav li:hover > a {
		background-position: 95% center
	}
	nav li dl {
		opacity: 1;
		position: inherit;
		left: 0;
		top: 0;
		width: 100%;
	}
	nav dl a {
		width: auto;
		color: #666;
		padding: 2px 15px;
		font-size: 15px;
	}
	nav dl {
		background: #fff;
		padding: 10px 0;
	}
	nav dl dd:nth-child(1) > a {
		border: 0;
	}
	nav dl dd a {
		line-height: 28px;
	}
	nav li:after {
		display: none;
	}
	#nav .nav-button {
		display: block;
		top: 14px;
		background: #31699C
	}
	.footer h4 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.hometit {
		margin-bottom: 20px;
	}
	.positionline h2 {
		font-size: 30px;
		margin-bottom: 5px;
	}
	.edit-box h3 {
		font-size: 22px;
	}
	.place_contact li h5 {
		font-size: 26px;
	}
	.place_contact ul {
		padding: 30px;
	}
	.place_contact li {
		margin-bottom: 15px;
	}
	.place_contact {
		margin: 40px 0;
	}
	.lis_faq li {
		margin-bottom: 25px;
	}
	.lis_faq .q {
		margin-bottom: 20px;
	}
	.lis_faq a {
		padding: 30px 20px 30px 0;
	}
	.lis_faq em {
		margin-top: 20px;
	}
	.service_main .tit {
		padding-left: 90px;
	}
	.service_main strong, .service_main .tit {
		font-size: 26px;
	}
	.service_main .tit {
		margin: 30px 0 15px 0;
	}
	.sub_nav {
		top: -40px;
	}
	.lis_case .pic .time b, .lis_news .time b, .hotnew .time b, .new_lis .time b {
		font-size: 26px;
	}
	.lis_news li a {
		padding-left: 120px;
	}
	.hotnew .con {
		padding-left: 30px;
	}
	.hotnew h3 {
		margin-top: 15px;
	}
	.about_num li h4 {
		font-size: 32px;
	}
	.about_num li {
		padding: 0 15px;
	}
	.about_factory .pic {
		width: 100%;
		float: none;
	}
	.about_factory li div {
		width: 49%;
		margin-left: 0
	}
	.about_factory li:nth-child(even) div {
		margin-right: 0
	}
	.about_factory li div:nth-child(3), .about_factory li div:nth-child(5) {
		margin-left: 2%;
	}
	.pro_main {
		padding-top: 0
	}
	.pro_positionline .link {
		padding: 10px;
	}
	.pro_positionline {
		margin-bottom: 15px;
	}
	.lis_pro li {
		width: 31.33%
	}
	.pro_detail h1 {
		font-size: 26px;
	}
	.pro_detail .rcon .fon {
		margin-top: 10px;
		margin-bottom: 0
	}
	.pro_detail .links {
		margin-top: 25px;
	}
	.pro_detail .links i {
		font-size: 30px;
	}
	.proinfomenu {
		display: none;
	}
	.pro_con .box h3 {
		padding-top: 40px;
		font-size: 28px;
	}
	.pro_con .box {
		padding-bottom: 40px;
	}
	.conbox {
		padding: 45px 0;
	}
	.showbox .lis_faq li {
		width: 100%;
		float: none;
	}
	.showbox .lis_faq li:nth-child(2) {
		margin: 0 0 25px 0;
	}
	.showbox .menu {
		margin-bottom: 20px;
	}
	/*.new_lis, .lis_faq{margin-left: 580px;}*/
	.new_lis {
		margin-left: 580px;
	}
	.class_show li {
		padding: 20px;
	}
}
@media screen and (max-width: 990px) {
	.hometit h2, .p_tit h2 {
		font-size: 30px;
	}
	.hometit h6 {
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.lis_case .con {
		padding: 15px;
	}
	.lis_news h3 {
		font-size: 18px;
	}
	.lis_news p {
		margin: 15px 0 20px 0;
	}
	.hotnew .pic {
		width: 450px;
	}
	.hotnew .con {
		margin-left: 450px;
	}
	.propicflash {
		width: 500px;
	}
	.pro_detail .rcon {
		margin-left: 500px;
	}
	.showbox .menu a {
		width: 30%;
		margin: 0 .5%;
		font-size: 18px;
	}
	.showbox .menu a i {
		font-size: 30px;
	}
	.newbox .topnew {
		width: 450px;
	}
	.new_lis, .faq_lis {
		margin-left: 480px;
	}
	.new_lis li {
		padding-top: 20px;
	}
	.new_lis .time {
		top: 20px;
	}
	.aboutbox .rcon h3 {
		font-size: 20px;
		margin: 12px 0;
	}
	.case_lis .con {
		padding-bottom: 30px;
	}
}
@media screen and (max-width:900px) {
	.logo {
		width: 135px
	}
	.logo a img {
        width: 130px;
        height: auto;
    }
    .company {
        display: none;
    }
	.footer .warper {
		padding: 30px 10px;
	}
	.footer .row:nth-child(2) {
		display: none;
	}
	.footer .item {
		position: inherit;
		height: auto;
		width: 100%;
		top: auto;
		padding: 30px 20px;
		margin-top: 10px;
	}
	.footer h4:before {
		height: 22px;
		margin-top: -11px;
	}
	.foot_contact {
		width: 100%;
		float: none;
	}
	.footer h4 {
		font-size: 24px;
	}
	.positionline h2 {
		font-size: 28px;
	}
	.place_contact li h5 {
		font-size: 24px;
	}
	.place_contact ul {
		width: 100%;
	}
	.service_main td h6 {
		position: inherit;
		top: auto;
		left: auto
	}
	.service_main td {
		padding: 20px;
	}
	.service_main strong, .service_main .tit {
		font-size: 24px;
	}
	.about_com .video, .about_com .row img {
		width: 100%;
		float: none;
	}
	.about_com .video {
		margin-bottom: 20px;
	}
	.about_num li h4 {
		font-size: 29px;
	}
	.about_num li p {
		font-size: 16px;
		line-height: 26px;
	}
	.about_num li h6 {
		margin-bottom: 10px;
	}
	.about_num li {
		padding: 0 10px;
	}
	.sub_nav a {
		width: 32.33%;
		margin-top: 2px;
		margin-bottom: 2px;
		font-size: 16px;
		font-weight: 600
	}
	.about_honor li {
		width: 49%;
		margin-left: 0;
		margin-right: 0
	}
	.about_honor li:nth-child(even) {
		margin-left: 2%
	}
	.p_tit {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.propicflash {
		width: 100%;
		float: none;
		overflow: hidden;
	}
	.pro_detail .rcon {
		margin-left: 0;
		padding-left: 0;
		padding-top: 15px;
	}
	.pro_detail h1 {
		font-size: 24px;
	}
	.pro_class_link li {
		width: 25%;
		float: left;
		padding-top: 0;
		padding-bottom: 20px;
	}
	.pro_class_link .hometit {
		margin-bottom: 30px;
	}
	.pro_class_link li h6 {
		margin-bottom: 8px;
	}
	.pro_class_link {
		margin-bottom: 10px;
	}
	.pro_class_link h4 {
		font-size: 16px;
	}
	.hotproductbox .lis_relpro li {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 780px) {
	.hometit h2, .p_tit h2 {
		font-size: 28px;
	}
	.hometit h2:after {
		height: 28px;
		margin-top: -14px
	}
	.hometit {
		margin-bottom: 10px;
	}
	.hometit h6 {
		width: 28px;
		height: 28px;
		line-height: 28px;
		margin-top: -4px;
	}
	.positionline h2 {
		font-size: 26px;
	}
	.positionline .row {
		padding: 8px 15px 5px 15px;
	}
	.place_contact ul {
		padding: 20px;
	}
	.edit-box {
		padding: 15px 20px;
	}
	.edit-box h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.edit-box li h6 {
		font-size: 28px;
	}
	.edit-box li h6.icon-youjian {
		font-size: 25px;
		left: 1px
	}
	.place_contact {
		margin: 30px 0;
	}
	.service_main strong, .service_main .tit {
		font-size: 22px;
	}
	.service_main p {
		margin: 8px 0;
	}
	.service_main .tit {
		padding-top: 18px;
	}
	.lis_case li {
		width: 48%
	}
	.hotnew .pic {
		width: 100%;
		float: none;
	}
	.hotnew .con {
		margin-left: 0;
		padding-left: 0
	}
	.hotnew h3 {
		font-size: 22px;
		margin-bottom: 15px;
	}
	.hotnew {
		margin-bottom: 30px;
	}
	.pro_class li {
		width: 32%;
        margin-right: 2%;
	}
	.pro_class li:nth-child(3n) {
		margin-right: 0
	}
	.newbox .topnew {
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}
	.new_lis, .faq_lis {
		margin-left: 0;
	}
	.new_lis h3 {
		height: auto;
		max-height: 50px;
	}
	.new_lis .con {
		padding-bottom: 25px;
	}
	.new_lis p {
		max-height: 46px;
	}
	.new_lis li {
		margin-bottom: 0
	}
	.list_name a {
		width: 49%;
		margin: 0 5% 15px;
	}
}
@media screen and (max-width: 768px) {
	.lis_case .pic .time b, .lis_news .time b, .hotnew .time b, .new_lis .time b {
		font-size: 24px;
	}
	.about_num li h4 {
		font-size: 26px;
	}
	.about_num li p {
		margin-top: 10px;
	}
	.lis_pro li {
		width: 48%;
		margin-left: 0;
		margin-right: 0
	}
	.lis_pro li:nth-child(even) {
		margin-left: 4%
	}
	.pro_con .box h3 {
		font-size: 26px;
	}
}
@media screen and (max-width: 640px) {
	.hometit h2, .p_tit h2 {
		font-size: 26px;
	}
	.footer h4 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.footer h4:before {
		height: 18px;
		margin-top: -9px;
	}
	.footer .item p {
		margin-top: 0
	}
	.positionline h2 {
		font-size: 23px;
		margin-bottom: 0
	}
	.positionline .row {
		padding: 8px 10px 5px 10px;
	}
	.place_contact li h5 {
		font-size: 22px;
	}
	.service_main strong, .service_main .tit {
		font-size: 20px;
	}
	.service_main .tit h6 {
		display: none;
	}
	.service_main .tit:before {
		width: 40px;
		height: 40px;
	}
	.service_main .tit label {
		left: 9px;
		top: 7px;
		font-size: 20px;
	}
	.service_main .tit {
		padding-top: 5px;
		line-height: 30px;
		padding-left: 50px;
		min-height: 40px;
	}
	.hotnew a {
		padding: 10px;
	}
	.aboutbox .rcon h3 {
		font-size: 18px;
	}
	.aboutbox .rcon p {
		height: 45px;
	}
	.aboutbox .rcon .pic {
		width: 260px;
	}
	.aboutbox .rcon .con {
		margin-left: 260px;
	}
	.aboutbox .rcon li:after {
		display: none;
	}
	.aboutbox .rcon li:nth-child(even) .con {
		margin-right: 260px;
	}
	.aboutbox .rcon h6 {
		font-size: 26px;
	}
}
@media screen and (max-width: 639px) {
    nav dl {
        border-top: 2px solid #31699C;
        padding: 0;
    }
    nav li > a {
        line-height: 45px;
    }
    nav > ul >li dl dd:first-child {
        padding-top: 8px;;
    }
    nav > ul >li dl dd:last-child {
        padding-bottom: 8px;;
    }
    nav dl dd a {
        line-height: 1.5;
    }
    .class_show li {
        padding: 20px 20px 0;
    }
    .class_show li div {
        height: 100px;
    }
    .class_show li div.pic {
        margin-top: 10px;
    }
    .class_show li div a {
        line-height: 1.5;
    }
	.contact_form form {
		padding: 20px;
	}
	.contact_form li {
		margin-bottom: 10px;
	}
	.contact_form li:nth-child(1), .contact_form li:nth-child(2) {
		width: 100%;
	}
	.contact_form li:nth-child(2) {
		margin-left: 0
	}
	.contact_form button {
		margin-top: 0
	}
	.contact_form input, .contact_form textarea {
		padding: 10px;
	}
	.contact_form button i {
		font-size: 32px;
	}
	.service_main td h6 {
		display: none;
	}
	.service_main td {
		padding: 10px;
	}
	.service_main td b {
		font-size: 16px;
	}
	.hotnew h3 {
		font-size: 20px;
		line-height: 30px;
		height: 60px;
		margin-bottom: 5px;
	}
	.new_lis p {
        max-height: 54px;
    }
    .new_lis li:last-child .con {
        border-bottom: none;
    }
	.about_num li h4 {
		font-size: 24px;
	}
	.pro_positionline {
        font-size: 14px;
        letter-spacing: normal;
    }
	.pro_positionline .link {
	    display: none;
	}
	.propicflash .big img {
        width: 300px;
        margin: 0 auto;
    }
	.pro_main .box h3, .pro_con .box h3 {
        font-size: 24px;
        padding: 20px 0;
    }
    .lis_relpro.view-pro {
        padding: 0 0 25px;
    }
	.pro_class li {
        margin-top: 10px;
	}
	.pro_class .pic {
		width: 100px;
	}
	.pro_class .con {
		margin-left: 100px;
		padding-top: 10px;
	}
	.pro_class .con h3 {
        font-size: 16px;
        margin: 10px 0 5px;
	}
	.pro_detail {
		padding: 15px;
	}
	.pro_detail h1 {
		font-size: 20px;
		text-align: center;
	}
	.pro_detail .rcon .fon {
		margin-top: 0
	}
    .pro_detail .links {
        padding-top: 20px;
        margin: 15px 0 0;
    }
    .pro_detail .links a {
        font-size: 15px;
        width: 52%;
        height: 44px;
        line-height: 46px;
    }
    .pro_detail .links a:nth-child(2) {
        width: 42%;
        margin-left: 3%;
    }
	.tabbox table td {
		padding: 10px;
	}
	.pro_con .box:last-child {
		padding-bottom: 80px;
	}
	.showbox .menu a i {
		display: none;
	}
	.showbox .menu a {
		line-height: 50px;
		height: auto;
		width: 31%
	}
	.copyright {
        line-height: 1.4;
        padding: 15px 10px;
	}
	.fixnav {
	    padding-top: 13px;
	}
}
@media screen and (max-width:480px) {
	.quote li img {
		display: none;
	}
	.quote {
	    display: none;
		margin: 14px 0;
		padding-right: 10px;
		margin-right: 40px;
		line-height: 35px;
	}
	.quote li {
		margin-left: 7px
	}
	#translate {
        top: 14px;
        right: 40px;
        width: 135px;
	}
	#translate > .translateSelectLanguage {
	    font-size: 14px;
	    padding: 7px 8px 6px;
	}
	#nav .nav-button {
	    right: 12px;
	}
	.hometit h2, .p_tit h2 {
		font-size: 24px;
	}
	.hometit h2 {
		padding-right: 15px;
		margin-right: 15px;
	}
	.hometit h2:after {
		height: 22px;
		margin-top: -12px;
	}
	.hometit h6 {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 20px;
		margin-top: -4px;
	}
	.main {
		padding: 30px 0 5px;
	}
	.positionline .row {
		display: none;
	}
	.positionline h2 {
		font-size: 20px;
	}
	.place_contact li h5 {
		font-size: 20px;
		margin-left: -35px;
	}
	.place_contact li {
		font-size: 16px;
		font-weight: 600;
		padding-left: 35px;
		margin-bottom: 5px;
		line-height: 28px;
	}
	.place_contact li b {
		font-weight: 600;
	}
	.place_contact li h6 {
		font-size: 24px;
	}
	.contact_form p {
		margin-bottom: 15px;
	}
	.edit-box h3 {
		font-size: 18px;
		line-height: 30px;
	}
	.service_main strong, .service_main .tit {
		font-size: 18px;
	}
	.service_main .tit {
		padding-top: 18px;
		line-height: 26px;
	}
	.sub_nav {
		top: -30px;
	}
	.sub_nav a {
		width: 49%;
	}
	.lis_case p, .lis_case em, .hotnew p, .hotnew em {
		display: none;
	}
	.lis_case .con {
		padding: 10px;
	}
	.lis_case li {
		margin-bottom: 20px;
	}
	.lis_case .pic .time b, .lis_news .time b, .hotnew .time b, .new_lis .time b {
		font-size: 21px;
	}
	.lis_case .pic .time, .hotnew .time {
		padding: 5px 10px;
	}
	.lis_news .time {
		padding: 5px 10px;
		font-size: 14px;
		top: 20px;
	}
	.lis_news li a {
		padding: 20px 20px 20px 89px;
	}
	.lis_news h3 {
		font-size: 16px;
		font-weight: 600
	}
	.about_num li h4 {
		font-size: 22px;
	}
	.about_num li {
		width: 50%;
		padding-left: 90px;
		text-align: left;
		margin-bottom: 20px;
	}
	.about_num li:last-child {
		display: none;
	}
	.about_num li h6 {
		position: absolute;
		left: 20px;
		text-align: center;
	}
	.about_num li p {
        font-size: 14px;
        line-height: 1.2;
		margin-top: 5px;
		margin-bottom: 0
	}
	.about_num {
		padding: 25px 0;
		margin: 15px 0 0;
	}
	.about_num li:last-child {
		margin-bottom: 0
	}
	.aboutbox .about_num li h6 {
		left: 0
	}
	.aboutbox .about_num li {
		padding-left: 68px;
	}
	.aboutbox .video video {
        height: auto;
    }
    .aboutbox .rcon {
        height: 330px;
        padding: 20px;
    }
    .aboutbox .rcon p {
        font-size: 14px;
        line-height: 1.6;
    }
	.about_honor li {
		width: 48%;
	}
	.about_honor li:nth-child(even) {
		margin-left: 4%
	}
	.lis_faq li {
	    padding: 20px 15px 20px 0
	}
	.lis_faq h6 {
	    left: 20px;
    }
    .lis_faq .q {
        font-size: 18px;
    }
    .lis_faq .q, .lis_faq .a {
        line-height: 1.3;
        padding-left: 75px;
    }
	.hometit .more {
	    top: -12px;
	}
	.hotproductbox .owl-controls {
	    margin-bottom: 20px;
	}
	.pro_class .con {
		margin-left: 0;
		padding: 10px;
	}
	.pro_class .pic {
		float: none;
	}
	.pro_main {
		padding-top: 0
	}
	.pro_positionline {
		margin-bottom: 5px;
	}
	.pro_main .line {
		padding: 30px 0;
	}
	.lis_pro h3, .lis_relpro h4 {
		font-size: 16px;
		margin-bottom: 12px;
	}
	.lis_pro li {
	    width: 48%;
        margin-bottom: 10px;
	}
	.lis_pro li b {
	    margin: 5px auto;
	}
	.lis_pro .pic, .lis_relpro .pic {
        padding: 10% 5% 0;
    }
	.pro_detail {
		margin-top: 12px;
	}
	.pro_con .box h3 {
		padding-top: 30px;
		font-size: 23px;
		margin-bottom: 10px;
	}
	.pro_con .box {
		padding-bottom: 30px;
	}
	.conbox {
		padding: 30px 0 3px;
	}
	.aboutbox .rcon .pic {
		width: 200px;
	}
	.aboutbox .rcon .con {
		margin-left: 200px;
		padding: 15px;
		padding-bottom: 0;
	}
	.aboutbox .rcon li:nth-child(even) .con {
		margin-right: 200px;
	}
	.aboutbox .rcon h6 {
		display: none;
	}
	.aboutbox .rcon h3 {
		margin-top: 0;
		margin-bottom: 8px;
	}
	.lis_pro h3, .lis_relpro h4 {
		font-size: 16px;
	}
	.lis_relpro .owl-controls .owl-page span, 
	.class_show .owl-controls .owl-page span {
		margin: 0 6px;
		width: 10px;
		height: 10px;
	}
}
@media screen and (max-width:479px) {
	.pro_class_link li {
		width: 33.33%
	}
	.pro_class_link ul {
		display: none;
	}
	.pro_class_link {
		background: none
	}
	.pro_class_link .hometit {
		margin: 0;
		padding: 0;
	}
	.pro_class_link .hometit h6 {
		font-size: 20px;
		margin-top: -1px;
		margin-left: 5px;
	}
	.showbox .menu a {
		font-size: 16px;
        line-height: 1.2;
        width: 31.6%;
		padding:  10px 15px;
	}
}
@media screen and (max-width:414px) {
	.hometit h2, .p_tit h2 {
		font-size: 22px;
	}
	.place_contact li h5 {
		font-size: 18px;
	}
	.lis_case li {
		width: 98%
	}
	.pro_positionline .link {
		display: none;
	}
	.pro_con .box h3 {
		font-size: 20px;
	}
	.pro_con p.num {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
}
@media screen and (max-width:400px) {
	.showbox .menu a {
		padding: 0 10px;
	}
}
@media screen and (max-width:359px) {
	.sub_nav a {
		width: 99%
	}
	.showbox .menu a {
		padding: 0 5px;
	}
	.aboutbox .rcon .pic, .aboutbox .rcon li:nth-child(even) .pic {
		width: 100%;
		float: none;
	}
	.aboutbox .rcon .con {
		margin-left: 0;
		padding: 15px;
	}
	.aboutbox .rcon li:nth-child(even) .con {
		margin-right: 0;
		padding: 15px;
	}
}