
@charset "utf-8";

/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	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-size: 14px;
	border: none;
	margin: 0;
	padding: 0;
}

img {
	border: 0 none;
	vertical-align: middle;
}

a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
	transition: .5s;
}

a:hover {
	cursor: pointer;
	color: #b61012;
}

a:focus {
	outline: none;
}

ul, li, dl, dt, dd {
	list-style: none outside none;
}

* {
	box-sizing: border-box;
}

.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
	color: #fff;
	display: inline-block;
	zoom: 1;
	/*IE7 life-saver */
	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);
	/*IE7 fix*/
	opacity: .5;
}

/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);
	/*IE7 fix*/
	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);
	/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */
.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;
}

/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url("https://www.lyhonten.com/wp-content/themes/hongteng/style/AjaxLoader.gif") no-repeat center center;
}

.owl-item.loading.nitro-lazy {
	background: none !important;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* display none until init */
.owl-carousel {
	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);
}

/* mouse grab icon */
.grabbing {
	cursor: url("https://www.lyhonten.com/wp-content/themes/hongteng/style/grabbing.png") 8 8, move;
}

/* fix */
.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);
}

/* CSS3 Transitions */
.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;
}

/* fade */
.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;
}

/* backSlide */
.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;
}

/* goDown */
.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;
}

/* scaleUp */
.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;
}

/* Keyframes */

/*empty*/
@-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);
	}
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-shijieditu:before {
	content: "";
}

.icon-shijian:before {
	content: "";
}

.icon-wo:before {
	content: "";
}

.icon-youtube:before {
	content: "";
}

.icon-dianhua:before {
	content: "";
}

.icon-twitter:before {
	content: "";
}

.icon-youtube1:before {
	content: "";
}

.icon-zhuye:before {
	content: "";
}

.icon-facebook:before {
	content: "";
}

.icon-youxiang:before {
	content: "";
}

.icon-dianhua1:before {
	content: "";
}

.icon-mean_list:before {
	content: "";
}

.icon-fangdajing:before {
	content: "";
}

.icon-in:before {
	content: "";
}

.icon-666666-copy:before {
	content: "";
}

.icon-liuyan1-copy:before {
	content: "";
}

.icon-dizhi:before {
	content: "";
}

.iconfont:before {
	display: block;
	margin: 0 auto;
}

input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

.w_p_main {
	background: #fff;
	overflow: hidden;
}

.main {
	background: #f9f8f8;
	overflow: hidden;
}

.warper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.backToTop {
	width: 46px;
	height: 66px;
	border-radius: 66px;
	background: #666 url("https://cdn-kdolf.nitrocdn.com/vRChOjxWOniyVxvCvEdhNKEBbiPMYvdm/assets/images/optimized/rev-5a61613/www.lyhonten.com/wp-content/themes/hongteng/images/icon_top.png") no-repeat center;
	background-size: 42%;
	cursor: pointer;
	position: fixed;
	right: 35px;
	text-indent: 9999px;
	bottom: 150px;
	transition: all .3s;
}

.backToTop.nitro-lazy {
	background: none !important;
}

.backToTop:hover {
	opacity: .9;
}

header {
	width: 100%;
	height: 145px;
	z-index: 999;
	position: fixed;
	background: #fff;
	top: 0;
	left: 0;
}

.header_top {
	height: 45px;
	background: #252525;
}

.header_top .lcon {
	/*width: 336px;*/
	float: left;
	padding-top: 12px;
}

.header_top .lcon a {
	color: rgba(255, 255, 255, .6);
	font-size: 16px;
	margin-right: 15px;
}

.header_top .lcon a i {
	font-size: 21px;
	width: 25px;
	height: 25px;
	display: inline-block;
	overflow: hidden;
}

.header_top .lcon a * {
	vertical-align: middle;
}

.header_top .lcon a:hover {
	color: rgba(255, 255, 255, 1);
}

.header_top .rcon {
	width: 430px;
	float: right;
	padding-top: 9px;
}

.searchform {
	height: 26px;
	overflow: hidden;
	width: 230px;
	float: left;
}

.searchform i {
	font-size: 20px;
	color: #999;
}

.searchform input {
	width: 186px;
	background: rgba(255, 255, 255, .29);
	color: #fff;
	line-height: 26px;
	padding-left: 10px;
	float: left;
}

.searchform button {
	width: 26px;
	margin-left: 5px;
	line-height: 26px;
	background: transparent;
	border: 0;
	color: #fff;
	text-align: center;
	outline: none;
	cursor: pointer;
	transition: all .5s;
}

.searchform input::-webkit-input-placeholder {
	color: #999;
}

.searchform input:-moz-placeholder {
	color: #999;
}

.languagebox {
	color: #222;
	float: right;
	width: 139px;
	position: relative;
	font-size: 16px;
	height: 26px;
	padding: 0 5px;
	background: url("https://cdn-kdolf.nitrocdn.com/vRChOjxWOniyVxvCvEdhNKEBbiPMYvdm/assets/images/optimized/rev-5a61613/www.lyhonten.com/wp-content/themes/hongteng/images/selectbg.png") no-repeat 100% 12px;
}

.languagebox.nitro-lazy {
	background: none !important;
}

.languagebox ul {
	width: 90%;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	transition: all .3s;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 55;
	background: url("https://cdn-kdolf.nitrocdn.com/vRChOjxWOniyVxvCvEdhNKEBbiPMYvdm/assets/images/optimized/rev-5a61613/www.lyhonten.com/wp-content/themes/hongteng/images/language_icon.png") #252525 no-repeat left 4px;
}

.languagebox ul.nitro-lazy {
	background: none !important;
}

.languagebox ul li:first-child {
	padding-left: 40px;
}

.languagebox ul li {
	padding: 1px 6px 1px 6px;
}

.languagebox a {
	line-height: 26px;
	color: rgba(255, 255, 255, .6);
}

.languagebox:hover ul {
	height: auto;
}

.logo {
	float: left;
	transition: all .3s;
	margin-top: 26px;
}

.logo img {
	transition: all .3s;
	margin-right: 5px;
}

.logo p {
	display: inline-block;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}

.logo p span {
	display: block;
	font-size: 13px;
	color: #999;
	font-weight: normal;
}

.logo * {
	vertical-align: middle;
}

h6 {
	display: inline-block;
	font-weight: normal;
}

#nav:after {
	content: "";
	display: block;
	clear: both;
}

#nav .warper {
	position: relative;
}

.close-nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	z-index: 88;
}

.nav-open {
	transform: translateX(0);
}

.close-open {
	opacity: .5;
	visibility: visible;
}

.body-hidden {
	overflow: hidden !important;
}

#nav .nav-button {
	width: 35px;
	height: 35px;
	z-index: 5;
	border-radius: 3px;
	background: #c3994b;
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 35px;
	text-align: center;
	font-size: 20px;
}

#nav .nav-button i {
	color: #fff;
	font-size: 22px;
	font-weight: 600;
}

#nav .nav-button {
	display: none;
}

nav {
	float: right;
}

nav li {
	float: left;
}

nav li > a {
	position: relative;
	padding: 45px 20px 37px 20px;
	display: block;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	transition: .5s;
	font-size: 16px;
}

nav li.on a, nav li:hover a {
	color: #a20c0e;
	cursor: pointer;
}

nav li.on > a:after, nav li:hover > a:after {
	content: "";
	width: calc(100% - 24px);
	height: 3px;
	background: #a20c0e;
	position: absolute;
	bottom: 3px;
	left: 12px;
}

.pro_botmenu {
	position: absolute;
	top: 98px;
	width: 126%;
	left: -13%;
	padding: 35px;
	background: #f8f8f8;
	display: none;
}

.pro_botmenu ul {
	width: 100%;
	overflow: hidden;
}

.pro_botmenu ul li {
	float: left;
	padding-right: 16px;
	width: 20%;
}

.pro_botmenu ul li:last-child {
	margin-right: 0;
}

.pro_botmenu ul li dl dt {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 18px;
	font-size: 18px;
}

.pro_botmenu ul li dl dt a {
	color: #333;
}

.pro_botmenu ul li dl dt a:hover, .pro_botmenu ul li dl dd a:hover {
	color: #a20c0e;
}

.pro_botmenu ul li dl dd {
	margin-bottom: 10px;
	padding-left: 10px;
	position: relative;
}

.pro_botmenu ul li dl dd a {
	font-size: 16px;
	color: #666;
}

.pro_botmenu ul li dl dd:after {
	content: "";
	width: 4px;
	height: 4px;
	background: #898989;
	position: absolute;
	top: 8px;
	left: 0;
}

nav li:hover .pro_botmenu {
	display: block;
}

.position {
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .3);
}

.fixnav {
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 999999999999999;
}

.fixnav li {
	transition: all .3s;
	width: 40px;
	text-align: center;
	font-size: 12px;
	height: 40px;
	margin-bottom: 1px;
	background: #ececed;
	position: relative;
}

.fixnav li .ic {
	width: 40px;
	line-height: 40px;
	height: 40px;
	background: #b61012;
	position: relative;
	z-index: 2;
}

.fixnav li a {
	color: #fff;
	transition: all .1s;
}

.fixnav li .iconfont {
	font-size: 22px;
}

.fixnav li:nth-of-type(2) .ic {
	background: #515151;
}

.fixnav li:nth-of-type(3) .ic {
	background: #3a82d3;
}

.fixnav li:nth-of-type(4) .ic {
	background: #30afeb;
}

.fixnav li:nth-of-type(5) .ic {
	background: #0085b2;
}

.fixnav li:nth-of-type(6) .ic {
	background: #d20000;
}

.fixnav li span {
	line-height: 40px;
	transition: all .3s;
	overflow: hidden;
	font-size: 16px;
	padding: 0 10px;
	margin-right: 40px;
	position: absolute;
	right: -600px;
	top: 0;
	z-index: 3;
	width: 200px;
	z-index: 0;
	text-align: left;
}

.fixnav li:hover span {
	display: block;
	right: 0;
	background: #dca743;
	color: #fff;
}

.fixnav li:nth-of-type(2):hover span {
	background: #05c30e;
}

.fixnav li:hover .ic {
	opacity: .85;
}

.media {
	display: inline-block;
	float: right;
}

.media a {
	color: #fff;
	font-size: 16px;
	background: #3a3939;
	display: inline-block;
	margin-right: 2px;
	width: 31px;
	height: 31px;
	text-align: center;
	line-height: 30px;
	border-radius: 30px;
}

.media a:nth-of-type(1) {
	background: #3a82d3;
	color: #fff;
}

.media a:nth-of-type(2) {
	background: #36b9ff;
	color: #fff;
}

.media a:nth-of-type(3) {
	background: #c60c1e;
	color: #fff;
}

.media a:nth-of-type(4) {
	background: #0183bf;
	color: #fff;
}

footer {
	background: #161616;
	padding: 42px 0 45px 0;
	overflow: hidden;
}

footer h4 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

footer .item1 {
	float: left;
	width: 29%;
}

footer .item1 ul li, footer .item1 ul li a, footer .item3 ul li, footer .item3 ul li a {
	font-size: 16px;
	color: #c4c3c3;
}

footer .item1 ul li, footer .item3 ul li {
	margin-bottom: 10px;
}

/*footer .item1 ul li:nth-of-type(3){ margin-left: 33px; }*/
footer .item1 ul li a:hover, footer .item3 ul li a:hover {
	color: #a20c0e;
}

footer .item2 {
	float: left;
	width: 22%;
}

footer .item2 ul li {
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-left: 22px;
	position: relative;
}

footer .item2 ul li a {
	color: #bfbebe;
}

footer .item2 ul li:after {
	position: absolute;
	content: "";
	top: 3px;
	left: 0;
	width: 7px;
	height: 12px;
	background: url("https://cdn-kdolf.nitrocdn.com/vRChOjxWOniyVxvCvEdhNKEBbiPMYvdm/assets/images/optimized/rev-5a61613/www.lyhonten.com/wp-content/themes/hongteng/images/footer_icon.png") no-repeat;
}

footer .item2 ul li a:hover {
	color: #a20c0e;
}

footer .item3 {
	float: left;
	width: 25%;
}

footer .item4 {
	float: right;
	width: 24%;
}

footer .item4 ul li {
	margin-bottom: 12px;
	position: relative;
}

footer .item4 ul li input {
	width: 100%;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	padding: 0 20px;
}

footer .item4 ul li textarea {
	width: 100%;
	font-size: 16px;
	height: 70px;
	line-height: 40px;
	background: #fff;
	padding: 0 20px;
	font-family: Arial;
}

footer .item4 ul li font {
	position: absolute;
	top: 12px;
	left: 9px;
	color: #a20c0e;
}

footer .item4 ul li button {
	width: 100%;
	cursor: pointer;
	background: #a20c0e;
	color: #fff;
	font-size: 18px;
	border: none;
	height: 46px;
	line-height: 46px;
}

footer .item4 ul li button:hover {
	opacity: .85;
}

.copyright {
	background: #101010;
	padding: 18px 0;
	overflow: hidden;
}

.copyright p {
	font-size: 16px;
	color: rgba(255, 255, 255, .2);
	display: inline-block;
	padding-top: 10px;
}

.footmenu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	max-width: 1024px;
	display: none;
}

.footmenu img {
	display: block;
}

.footmenu div.bgcolor {
	clear: both;
}

.footmenu div.con {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 10px;
	background: #b61012;
}

.footmenu a {
	color: #fff;
	font-size: 16px;
	display: block;
	width: 25%;
	text-align: center;
	float: left;
	position: relative;
}

.footmenu i {
	display: block;
	width: 25px;
	height: 25px;
	margin: 6px auto 2px;
	font-size: 26px;
}

#banner img {
	width: 100%;
	display: block;
}

#banner_home {
	position: relative;
	margin-top: 145px;
}

#banner_home .owl-theme .owl-controls {
	position: absolute;
	bottom: 30px;
	width: 100%;
}

#banner_home .owl-theme .owl-controls .owl-page span {
	width: 15px;
	height: 15px;
	opacity: 1;
	background: #fff;
}

#banner_home .owl-theme .owl-controls .owl-page.active span {
	background: #b61012;
}

.cl {
	clear: both;
}

.changpic {
	width: 100%;
	overflow: hidden;
}

.changpic img {
	width: 100%;
	transition: all .5s;
}

header.position {
	height: 100px;
}

.home_boxtit {
	font-size: 44px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
}

.home_boxtit span {
	font-size: 72px;
	color: #f5f5f5;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.home_boxtit a {
	display: inline-block;
	width: 100%;
	color: #c61518;
	position: absolute;
	top: 40px;
	left: 0;
	text-align: center;
}

.page_boxtit {
	font-size: 32px;
	font-family: RALEWAY-BOLD;
}

.in_pro {
	padding: 35px 0 55px 0;
}

.desc {
	font-size: 16px;
	line-height: 26px;
	color: #b7b7b7;
	text-align: center;
	padding: 0 8%;
}

.in_pronav {
	margin-top: 45px;
	overflow: hidden;
}

.in_pronav li {
	float: left;
	width: 19.3%;
	margin-right: .8%;
}

.in_pronav li:last-child {
	margin-right: 0;
}

.in_pronav li a {
	width: 100%;
	padding: 14px 0;
	text-align: center;
	background: #373737;
	color: #fff;
	color: #fff;
	display: inline-block;
}

.in_pronav li.on a, .in_pronav li:hover a {
	background: #b61012;
}

.in_probox {
	margin-top: 32px;
}

.in_probox ul {
	width: 100%;
	overflow: hidden;
	display: none;
}

.in_probox ul li {
	margin-right: 2%;
	width: 23.4%;
	float: left;
}

.in_probox ul li:last-child {
	margin-right: 0;
}

.in_proitem {
	border: 1px solid #eee;
}

.in_proitemtext {
	background: #eee;
	padding: 15px 10px;
}

.in_proitemtext p {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
}

.in_probox ul li:hover .changpic img {
	transform: scale(1.12);
}

.in_probox ul li:hover .in_proitemtext {
	background: #b61012;
	color: #fff;
}

.in_probox ul.on {
	display: block;
}

.in_ab {
	background: url("https://cdn-kdolf.nitrocdn.com/vRChOjxWOniyVxvCvEdhNKEBbiPMYvdm/assets/images/optimized/rev-5a61613/www.lyhonten.com/wp-content/themes/hongteng/images/in_abbg.jpg") no-repeat center;
	background-size: cover;
	overflow: hidden;
	padding: 92px 0 100px 0;
}

.in_ab.nitro-lazy {
	background: none !important;
}

.in_abbox {
	background: #fff;
	width: 100%;
	padding: 40px;
}

.in_abboxtop {
	width: 100%;
	overflow: hidden;
}

.in_abboxtop .lcon {
	width: 50%;
	float: left;
	padding-right: 36px;
}

.in_abboxtop .rcon {
	width: 50%;
	float: right;
	padding-left: 33px;
}

.in_abpic {
	position: relative;
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	transform-style: preserve-3d;
}

.in_abpic:before {
	content: "";
	position: absolute;
	width: 85%;
	height: 100%;
	top: 0;
	z-index: -1;
	left: 0;
	background: #f3f1f1;
	transform: translateZ(-1px);
}

.in_ab .home_boxtit, .in_ab .home_boxtit span {
	text-align: left;
}

.in_ab .home_boxtit a {
	color: #000;
	text-align: left;
}

.in_ab .home_boxtit:hover a {
	color: #b61012;
}

.in_abtext {
	margin-top: 30px;
}

.in_abtext p {
	font-size: 16px;
	line-height: 26px;
	color: #888;
	height: 234px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
}

.in_abtext a {
	color: #fff;
	background: #b61012;
	display: inline-block;
	padding: 14px 38px;
	margin-top: 25px;
}

.in_abtext a:hover {
	animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}
	
	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}
	
	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}
	
	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}

.in_abnum {
	margin-top: 40px;
}

.in_abnum ul {
	width: 100%;
	overflow: hidden;
}

.in_abnum ul li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 14px;
	color: #666;
	position: relative;
}

.in_abnum ul li span {
	font-size: 60px;
	font-weight: bold;
	color: #b61012;
	display: inline-block;
	line-height: 55px;
}

.in_abnum ul li:after {
	content: "";
	width: 1px;
	height: 90px;
	background: #e7e5e5;
	position: absolute;
	top: 0;
	right: 0;
}

.in_abnum ul li:last-child:after {
	display: none;
}

/*why*/
.in_why {
	padding: 78px 0 60px 0;
}

.in_whybox {
	width: 100%;
	overflow: hidden;
}

.in_whybox li {
	margin-right: 1%;
	width: 32.6%;
	float: left;
	margin-bottom: 12px;
}

.in_whybox li:nth-of-type(3n) {
	margin-right: 0;
}

.in_whyitem {
	position: relative;
}

.in_whytext {
	position: absolute;
	transition: all .3s;
	text-align: center;
	padding: 70px 15% 0 15%;
	color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .7);
}

.in_whytext h2 {
	font-size: 24px;
	text-transform: uppercase;
}

.in_whytext p {
	margin-top: 15px;
	font-size: 16px;
	line-height: 24px;
}

.in_whylogo {
	text-align: center;
	padding: 24px 5% 0 5%;
}

.in_whylogo p {
	font-size: 35px;
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
	color: #b61012;
}

.in_whylogo span {
	font-size: 21px;
	text-transform: uppercase;
}

.in_whybox li:hover .in_whytext {
	background: rgba(0, 0, 0, .5);
}

/*case*/
.in_case {
	padding: 75px 0 70px 0;
	background: url("https://cdn-kdolf.nitrocdn.com/vRChOjxWOniyVxvCvEdhNKEBbiPMYvdm/assets/images/optimized/rev-5a61613/www.lyhonten.com/wp-content/themes/hongteng/images/in_casebg.jpg") no-repeat center;
	background-size: cover;
}

.in_case.nitro-lazy {
	background: none !important;
}

.in_case .home_boxtit span {
	color: rgba(182, 16, 18, .3);
}

.in_case .home_boxtit a {
	color: #fff;
}

.in_caselist {
	margin-top: 60px;
	overflow: hidden;
}

.in_caselist li {
	float: left;
	width: 49.2%;
}

.in_caselist li:last-child {
	float: right;
}

.in_caseitem {
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.in_caseitem .lcon {
	width: 260px;
	float: left;
}

.in_caseitem .rcon {
	margin-left: 260px;
	padding: 35px 8px 0 25px;
}

.in_caseitem .rcon h3 {
	font-size: 20px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
}

.in_caseitem .rcon p {
	margin-top: 16px;
	font-size: 16px;
	line-height: 22px;
	height: 88px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
	color: #888;
}

.in_caseitem .rcon span {
	font-size: 18px;
	margin-top: 24px;
	color: #fff;
	background: #b61012;
	display: inline-block;
	padding: 12px 36px;
}

.in_caselist li:hover .changpic img {
	transform: scale(1.15);
}

.in_caselist li:hover span {
	animation: shake .82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

/*news*/
.in_news {
	padding: 55px 0 86px 0;
}

.in_newslist {
	margin-top: 46px;
	overflow: hidden;
}

.in_newslist .lcon {
	width: 512px;
	float: left;
}

.in_newslink {
	position: relative;
}

.in_newstext {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 12px 22px;
	background: rgba(255, 255, 255, .65);
}

.in_newstext p {
	font-size: 20px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in_newslist .lcon:hover .changpic img {
	transform: scale(1.15);
}

.in_newslist .lcon:hover .in_newstext {
	background: #c61518;
	color: #fff;
}

.in_newslist .rcon {
	margin-left: 512px;
	padding-left: 25px;
}

.in_newslistbox li {
	margin-bottom: 16px;
}

.in_newslistbox li:last-child {
	margin-bottom: 0;
}

.in_newsitem {
	padding: 20px 13px 15px 135px;
	background: #fdfcfc;
	position: relative;
}

.in_newslitext {
	border-left: 1px solid #eee;
	padding-left: 25px;
}

.in_newslitext p {
	font-size: 18px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.in_newslitext span {
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	color: #888;
	height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 8px;
}

.in_newslidate {
	position: absolute;
	top: 30px;
	left: 0;
	width: 130px;
	text-align: center;
}

.in_newslidate p {
	font-size: 16px;
	color: #888;
}

.in_newslidate span {
	font-size: 38px;
	font-weight: bold;
	color: #d4d3d3;
}

.in_newslistbox li:hover .in_newsitem {
	background: #c61518;
}

.in_newslistbox li:hover .in_newslidate p, .in_newslistbox li:hover .in_newslidate span, .in_newslistbox li:hover .in_newslitext p, .in_newslistbox li:hover .in_newslitext span {
	color: #fff;
}

.subbanner {
	position: relative;
	margin-top: 145px;
}

.subbanner img {
	width: 100%;
	display: block;
}

.sub_pic {
	position: relative;
}

.sub_text {
	position: absolute;
	bottom: 82px;
	left: 50%;
	width: 1200px;
	margin-left: -600px;
}

.sub_text h2 {
	position: relative;
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	width: 332px;
	padding: 30px 0 58px 25px;
	background: rgba(182, 16, 18, .5);
}

.sub_text h2:after {
	position: absolute;
	bottom: 46px;
	content: "";
	width: 120px;
	height: 2px;
	background: #c9c9c9;
	left: 25px;
}

.positionline {
	padding: 25px 0 22px 0;
	color: #666;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.posiul {
	overflow: hidden;
	display: inline-block;
}

.posiul li {
	float: left;
	position: relative;
	color: #333;
}

.posiul li a {
	padding: 0 15px;
	font-size: 18px;
	font-weight: bold;
}

.posiul li a:hover {
	color: #b61012;
}

.posiul li:first-child a {
	padding-left: 0;
}

.posiul li:after {
	content: "";
	width: 3px;
	height: 17px;
	position: absolute;
	top: 3px;
	right: 0;
	background: #333;
}

.posiul li:last-child:after {
	display: none;
}

.posimenu {
	float: left;
	display: inline-block;
	text-align: right;
	font-size: 14px;
	color: #888;
}

.posimenu a {
	font-size: 14px;
	color: #888;
}

.posimenu a:hover {
	color: #b61012;
}

.posimenu i {
	color: #b61012;
	display: inline-block;
}

.pat28 {
	padding-top: 28px;
}

/*关于我们*/
.ab_box {
	padding: 85px 0 64px 0;
	background: url("https://cdn-kdolf.nitrocdn.com/vRChOjxWOniyVxvCvEdhNKEBbiPMYvdm/assets/images/optimized/rev-5a61613/www.lyhonten.com/wp-content/themes/hongteng/images/ab_combg.jpg") no-repeat center;
	background-size: cover;
}

.ab_box.nitro-lazy {
	background: none !important;
}

.page_tit {
	font-size: 32px;
	padding-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b61012;
	position: relative;
}

.page_tit p {
	font-size: 22px;
	color: #333;
	text-transform: none;
	font-weight: normal;
}

.page_tit:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 88px;
	height: 2px;
	background: #b61012;
	content: "";
}

.ab_text {
	margin-top: 34px;
}

.ab_text p {
	font-size: 16px;
	line-height: 28px;
	color: #888;
}

.ab_combox {
	width: 100%;
	overflow: hidden;
}

.ab_combox .lcon {
	width: 55%;
	float: left;
}

.ab_combox .rcon {
	width: 45%;
	float: right;
	padding-left: 38px;
}

.ab_textwar {
	margin-top: 16px;
}

.ab_textwar p {
	font-size: 16px;
	line-height: 28px;
	color: #888;
	margin-bottom: 16px;
}

.bigbg {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.allhide {
	display: none;
}

.getbox {
	width: 800px;
	background: #fff;
	height: 500px;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -400px;
}

.ab_num {
	margin-top: 30px;
	background: #fff;
	padding: 22px 0 20px 0;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}

.ab_num ul {
	width: 100%;
	overflow: hidden;
}

.ab_num ul li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 16px;
	color: #666;
	position: relative;
}

.ab_num ul li span {
	font-size: 60px;
	font-weight: bold;
	color: #b61012;
	display: inline-block;
	line-height: 55px;
}

.ab_num ul li:after {
	content: "";
	width: 1px;
	height: 90px;
	background: #e7e5e5;
	position: absolute;
	top: 0;
	right: 0;
}

.ab_num ul li:last-child:after {
	display: none;
}

.ab_honor {
	background: url("https://cdn-kdolf.nitrocdn.com/vRChOjxWOniyVxvCvEdhNKEBbiPMYvdm/assets/images/optimized/rev-5a61613/www.lyhonten.com/wp-content/themes/hongteng/images/ab_cerbg.jpg") no-repeat center;
	overflow: hidden;
	background-size: cover;
	padding: 52px 0 50px 0;
}

.ab_honor.nitro-lazy {
	background: none !important;
}

.ab_pagetit {
	overflow: hidden;
	width: 100%;
}

.ab_honor .page_tit {
	float: right;
	padding-bottom: 12px;
	color: #fff;
}

.ab_honor .page_tit:after {
	left: auto;
	right: 0;
	background: rgba(255, 255, 255, .5);
}

.ab_honorlist {
	margin-top: 45px;
	overflow: hidden;
}

.ab_honorlist li {
	float: left;
	width: 19.5%;
	margin-right: 1%;
}

.ab_honorlist li:first-child {
	width: 38.3%;
}

.ab_honorlist li:last-child {
	margin-right: 0;
}

.ab_honorlist li:hover .changpic img {
	transform: scale(1.05);
}

.ab_ser {
	padding: 40px 0 60px 0;
	overflow: hidden;
}

.ab_ser .lcon {
	float: left;
	width: 63%;
	padding-top: 35px;
	padding-left: 35px;
}

.ab_sertext {
	margin-top: 28px;
}

.ab_sertext p {
	font-size: 16px;
	line-height: 28px;
	color: #888;
}

.ab_ser .rcon {
	width: 35%;
	float: right;
}

.pro-mainbox {
	width: 100%;
	overflow: hidden;
	padding-bottom: 35px;
}

.pro-mainbox .lcon {
	float: left;
	width: 274px;
	background: #fff;
	border: 1px solid #e0dede;
}

.pro-mainbox .lcon h2 {
	position: relative;
	background: #a20c0e;
	color: #fff;
	font-size: 36px;
	text-transform: uppercase;
	padding: 18px 10px;
}

.pro-mainbox .lcon h2 a {
	position: absolute;
	text-align: right;
	color: #fff;
	font-size: 20px;
	padding-top: 18px;
	padding-right: 26px;
	display: inline-block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}

.accordion {
	width: 100%;
}

.accordion li:hover .links, .accordion li .links.active {
	background: url("https://cdn-kdolf.nitrocdn.com/vRChOjxWOniyVxvCvEdhNKEBbiPMYvdm/assets/images/optimized/rev-5a61613/www.lyhonten.com/wp-content/themes/hongteng/images/select_iconq.png") no-repeat 250px 27px #a20c0e;
}

.accordion li:hover .links.nitro-lazy, .accordion li .links.active.nitro-lazy {
	background: none !important;
}

.accordion li:hover .links a, .accordion li .links.active a {
	color: #fff;
}

.accordion .links {
	cursor: pointer;
	margin-top: 8px;
	display: block;
	font-size: 18px;
	position: relative;
	background: url("https://cdn-kdolf.nitrocdn.com/vRChOjxWOniyVxvCvEdhNKEBbiPMYvdm/assets/images/optimized/rev-5a61613/www.lyhonten.com/wp-content/themes/hongteng/images/select_iconq2.png") no-repeat 250px 22px #f9f8f8;
	padding: 15px 30px 15px 10px;
}

.accordion .links.nitro-lazy {
	background: none !important;
}

.accordion .links a {
	color: #595959;
}

.submenu {
	display: none;
	padding: 16px 0 10px 0;
	overflow: hidden;
}

.submenu.on {
	display: block;
}

.accordion li ul.active {
	display: block;
}

.submenu li {
	list-style-type: disc;
	display: block;
	margin-bottom: 10px;
	position: relative;
	padding-left: 28px;
}

.submenu li:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 10px;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #e0e0e0;
}

.submenu a {
	display: block;
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	color: #888;
}

.submenu li:hover a, .submenu li.on a {
	color: #a20c0e;
}

.submenu li:hover:after, .submenu li.on:after {
	background: #a20c0e !important;
}

.pro-mainbox .rcon {
	margin-left: 274px;
	padding-left: 26px;
}

.pro_list ul {
	width: 100%;
	overflow: hidden;
	padding: 5px;
}

.pro_list ul li {
	float: left;
	width: 31.6%;
	margin-right: 2.5%;
	margin-bottom: 22px;
}

.pro_list ul li:nth-of-type(3n) {
	margin-right: 0;
}

.pro_list ul li .pro_item {
	border: 1px solid #e6e6e6;
}

.pro_text {
	padding: 16px 10px;
	background: #eee;
}

.pro_text p {
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro_list ul li:hover .changpic img {
	transform: scale(1.15);
}

.pro_list ul li:hover .pro_text {
	background: #a20c0e;
}

.pro_list ul li:hover .pro_text p {
	color: #fff;
}

.digg4 {
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	padding: 20px 0;
}

.digg4 a, .digg4 span.miy, .digg4 span.disabled, .digg4 span.current {
	padding: 0 10px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	vertical-align: middle;
	background: #f2f2f2;
	height: 30px;
	line-height: 30px;
	color: #666;
	margin: 0 5px;
}

.digg4 span.current, .digg4 span:hover, .digg4 span:hover.disabled, .digg4 a:hover {
	color: #fff;
	background: #a20c0e;
}

.digg4 span.disabled {
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	background: #f2f2f2;
	color: #333;
}

.digg4 a {
	color: #666;
}

.hot_prowar {
	background: url("https://cdn-kdolf.nitrocdn.com/vRChOjxWOniyVxvCvEdhNKEBbiPMYvdm/assets/images/optimized/rev-5a61613/www.lyhonten.com/wp-content/themes/hongteng/images/hot_probg.jpg") no-repeat center;
	background-size: cover;
	padding: 50px 0 60px 0;
}

.hot_prowar.nitro-lazy {
	background: none !important;
}

.hot_prowar .page_tit {
	color: #fff;
	padding-bottom: 12px;
}

.hot_prowar .page_tit:after {
	background: rgba(255, 255, 255, .5);
}

.hot_proswiper {
	margin-top: 35px;
	position: relative;
}

.hot_proswiper .item {
	margin: 0 9px;
}

.hot_proswiper .item:hover .changpic img {
	transform: scale(1.15);
}

.hot_proswiper .item:hover .pro_text {
	background: #a20c0e;
	color: #fff;
}

.hot_proswiper .owl-theme .owl-controls {
	margin-top: 0;
	text-align: left;
	position: absolute;
	top: 36%;
	left: 0;
	width: 100%;
	z-index: 55;
}

.hot_proswiper .owl-controls .owl-buttons {
	position: relative;
}

.hot_proswiper .owl-controls .owl-buttons div {
	background: url("https://cdn-kdolf.nitrocdn.com/vRChOjxWOniyVxvCvEdhNKEBbiPMYvdm/assets/images/optimized/rev-5a61613/www.lyhonten.com/wp-content/themes/hongteng/images/arrow_r.png") center center no-repeat #a2a2a2;
	background-size: 40%;
	position: absolute;
	border-radius: 0;
	height: 90px;
	width: 38px;
}

.hot_proswiper .owl-controls .owl-buttons div.nitro-lazy {
	background: none !important;
}

.hot_proswiper .owl-controls .owl-buttons .owl-prev {
	opacity: .5;
	text-indent: -9999em;
	opacity: 1;
	left: 4px;
	transform: rotate(180deg);
}

.hot_proswiper .owl-controls .owl-buttons .owl-next {
	opacity: .5;
	text-indent: -9999em;
	opacity: 1;
	right: 4px;
}

.hot_proswiper .owl-controls .owl-buttons div:hover {
	opacity: 1;
	cursor: pointer;
	background: url("https://cdn-kdolf.nitrocdn.com/vRChOjxWOniyVxvCvEdhNKEBbiPMYvdm/assets/images/optimized/rev-5a61613/www.lyhonten.com/wp-content/themes/hongteng/images/arrow_r.png") center center no-repeat #a20c0e;
	background-size: 40%;
}

.hot_proswiper .owl-controls .owl-buttons div:hover.nitro-lazy {
	background: none !important;
}

.pro_message {
	padding: 56px 0 60px 0;
	background: #fff;
}

.Message_box {
	background: url("https://cdn-kdolf.nitrocdn.com/vRChOjxWOniyVxvCvEdhNKEBbiPMYvdm/assets/images/optimized/rev-5a61613/www.lyhonten.com/wp-content/themes/hongteng/images/pro_messagebg.jpg") bottom right no-repeat;
	padding-right: 390px;
}

.Message_box.nitro-lazy {
	background: none !important;
}

.Message_box h2 {
	text-transform: uppercase;
	font-size: 32px;
}

.Message_box p {
	font-size: 16px;
	color: #888;
	margin-top: 5px;
}

.Message_box form {
	margin-top: 30px;
	padding-right: 65px;
}

.Message_box form ul li {
	margin-bottom: 15px;
	position: relative;
}

.Message_box form ul li input {
	background: #f6f6f6;
	font-size: 16px;
	height: 48px;
	font-family: Arial;
	line-height: 48px;
	width: 100%;
	padding: 0 18px;
}

.Message_box form ul li font {
	position: absolute;
	top: 17px;
	left: 7px;
	color: #a20c0e;
}

.Message_box form ul li textarea {
	background: #f6f6f6;
	width: 100%;
	font-size: 16px;
	font-family: Arial;
	padding: 18px;
	resize: none;
}

.Message_box form ul li button {
	width: 250px;
	cursor: pointer;
	height: 52px;
	line-height: 52px;
	background: #a20c0e;
	border: none;
	color: #fff;
	font-size: 18px;
	font-family: Arial;
}

.Message_box form ul li button:hover {
	opacity: .85;
}

/*solution*/
.posiul li {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.solution_box {
	padding: 40px 0 42px 0;
}

.solution_war li {
	margin-bottom: 25px;
	overflow: hidden;
	background: #f0f3fa;
}

.solution_war li .lcon {
	float: left;
	width: 47%;
}

.solution_war li .rcon {
	margin-left: 47%;
	padding: 65px 36px 0 78px;
}

.solution_war li .rcon h2 {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
}

.solution_war li .rcon p {
	font-size: 18px;
	line-height: 26px;
	color: #666;
	height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 2;
	margin-top: 8px;
}

.solution_war li .rcon span {
	background: #cdcbcb;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px;
	display: inline-block;
	width: 182px;
	height: 52px;
	line-height: 52px;
	color: #fff;
}

.solution_war li:nth-of-type(even) .lcon {
	float: right;
}

.solution_war li:nth-of-type(even) .rcon {
	margin-left: 0;
	margin-right: 47%;
}

.solution_war li:hover .rcon span {
	background: #a20c0e;
}

.solution_war li:hover .changpic img {
	transform: scale(1.15);
}

/*news*/
.news_list {
	padding-bottom: 42px;
}

.news_listbox li {
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff;
	position: relative;
}

.news_listbox li:after {
	content: "";
	transition: all .3s;
	position: absolute;
	top: 50px;
	right: 0;
	width: 4px;
	height: 50px;
	background: #8c090b;
}

.news_listbox li .lcon {
	width: 265px;
	float: left;
	border-right: 1px solid #ebeaea;
}

.news_listbox li .rcon {
	margin-left: 265px;
	padding: 35px 38px 0 28px;
}

.news_listbox li .rcon h3 {
	font-size: 22px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
}

.news_listbox li .rcon span {
	font-size: 14px;
	color: #b9b7b7;
	margin-top: 12px;
	display: inline-block;
}

.news_listbox li .rcon p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 28px;
	color: #888;
	height: 56px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news_listbox li:hover:after {
	height: 100%;
	top: 0;
}

.news_listbox li:hover .changpic img {
	transform: scale(1.15);
}

/*产品详情*/
.pro_ssname span {
	background: #a20c0e;
	color: #fff;
	font-size: 20px;
	padding: 10px 80px 10px 26px;
	display: inline-block;
}

.pro_delbox {
	background: #fff;
	padding: 13px;
}

.pro_gdbox {
	width: 100%;
	overflow: hidden;
}

.pro_gdbox .prolcon {
	width: 43%;
	float: left;
}

.pro_gdbox .prorcon {
	width: 57%;
	float: right;
	padding-left: 32px;
	padding-top: 18px;
	padding-right: 20px;
}

/*.pro_gdbox .prorcon h2{ font-size: 25px; }*/
.pro_gdbox .prorcon h1 {
	font-size: 25px;
}

.pro_tdtl {
	margin-top: 20px;
}

.pro_tdtl li {
	font-size: 16px;
	line-height: 28px;
	color: #888;
}

.pro_tdtl li span {
	font-weight: bold;
}

.propicflash {
	width: 100%;
	overflow: hidden;
}

#carousel-wrapper {
	position: relative;
}

#carousel, #thumbs {
	overflow: hidden;
}

#carousel span, #carousel img, #thumbs a, #thumbs img {
	display: block;
	float: left;
}

#carousel span, #carousel a, #thumbs span, #thumbs a {
	position: relative;
}

#carousel img, #thumbs img {
	width: 100%;
	height: 100%;
	position: absolute;
	outline-offset: -2px;
	outline: 1px solid #ebeaea;
	top: 0;
	left: 0;
}

#carousel img.glare, #thumbs img.glare {
	width: 102%;
	height: auto;
}

#carousel span {
	width: 554px;
	height: 313px;
}

#thumbs-wrapper {
	padding: 10px 38px 0 38px;
	position: relative;
}

#thumbs a {
	width: 200px;
	height: 100px;
	margin: 0 3px;
	overflow: hidden;
	-webkit-transition: border-color .5s;
	-moz-transition: border-color .5s;
	-ms-transition: border-color .5s;
	transition: border-color .5s;
}

#thumbs a:hover, #thumbs a.selected {
	border: 1px solid #a20c0e;
}

#wrapper img#shadow {
	width: 100%;
	position: absolute;
	bottom: 0;
}

#prev, #next {
	background: url("https://cdn-kdolf.nitrocdn.com/vRChOjxWOniyVxvCvEdhNKEBbiPMYvdm/assets/images/optimized/rev-5a61613/www.lyhonten.com/wp-content/themes/hongteng/images/arrow_r.png") center no-repeat #ccc;
	background-size: 30%;
	display: block;
	width: 26px;
	height: 56px;
	margin-top: -22.5px;
	position: absolute;
	top: 50%;
}

#prev.nitro-lazy, #next.nitro-lazy {
	background: none !important;
}

#prev:hover, #next:hover {
	background: url("https://cdn-kdolf.nitrocdn.com/vRChOjxWOniyVxvCvEdhNKEBbiPMYvdm/assets/images/optimized/rev-5a61613/www.lyhonten.com/wp-content/themes/hongteng/images/arrow_r.png") center no-repeat #a20c0e;
	background-size: 30%;
}

#prev:hover.nitro-lazy, #next:hover.nitro-lazy {
	background: none !important;
}

#prev {
	left: 0;
	transform: rotate(-180deg);
}

#next {
	right: 0;
}

.pro_lxbtn {
	margin-top: 52px;
}

.pro_lxbtn a {
	background: #a20c0e;
	text-align: center;
	border-radius: 3px;
	padding: 12px 10px;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	width: 100%;
}

.pro_lxbtn a i {
	display: inline-block;
	font-weight: normal;
	font-size: 24px;
	margin-right: 6px;
}

.pro_lxbtn a * {
	vertical-align: middle;
}

.pro_lxbtn a:hover {
	opacity: .85;
}

.pro_deltab {
	margin-top: 22px;
}

.pro_tabwar {
	width: 100%;
	overflow: hidden;
	background: #f9f8f8;
}

.pro_tabwar li {
	float: left;
}

.pro_tabwar li a {
	padding: 12px 40px;
	display: inline-block;
	font-size: 20px;
}

.pro_tabwar li.on a, .pro_tabwar li:hover a {
	background: #a20c0e;
	color: #fff;
}

.pro_xqnr {
	padding-top: 28px;
}

.pro_xqnr h4 {
	font-size: 18px;
	margin-bottom: 8px;
}

.pro_xqnr p {
	font-size: 16px;
	line-height: 28px;
	color: #888;
}

.pro_xqnr ul li {
	font-size: 16px;
	line-height: 28px;
	color: #888;
}

.pro_xqtable {
	width: 100%;
	overflow-x: auto;
}

.pro_xqtable table {
	border-top: 1px solid #eeecec;
	border-right: 1px solid #eeecec;
	width: 100%;
}

.pro_xqtable table tr td {
	border-bottom: 1px solid #eeecec;
	font-size: 16px;
	color: #888;
	text-align: center;
	border-left: 1px solid #eeecec;
	padding: 10px;
}

.pro_xqtable table tr:first-child td {
	font-weight: bold;
	font-size: 18px;
}

.pro_xqtable table tr:nth-of-type(2) td {
	font-weight: bold;
}

.infoform p {
	font-size: 20px;
	line-height: 26px;
}

.infoform form {
	margin-top: 20px;
}

.infoform li {
	width: 49.3%;
	margin-bottom: 18px;
	position: relative;
	float: left;
	overflow: hidden;
}

.infoform li:nth-of-type(even) {
	float: right;
}

.infoform li font {
	color: red;
	position: absolute;
	top: 16px;
	left: 10px;
}

/*.infoform li:nth-of-type(4){ width: 100%; float: none; }*/
.infoform input, .infoform textarea {
	width: 100%;
	border: 1px solid #dedede;
	resize: none;
	font-family: Arial;
	background: #fff;
	font-size: 16px;
	line-height: 24px;
	padding: 12px 20px;
}

.infoform textarea {
	height: 170px;
}

.infoform form input::-webkit-input-placeholder, .infoform form textarea::-webkit-input-placeholder {
	color: #666;
}

.infoform form input:-moz-placeholder, .infoform form textarea:-moz-placeholder {
	color: #666;
}

.infoform li:first-child, .infoform li:last-child {
	width: 100% !important;
	float: none;
}

.infoform form button {
	width: 100%;
	padding: 14px 26px;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	background: #a20c0e;
	color: #fff;
	border: none;
	font-size: 18px;
}

.infoform form button:hover {
	opacity: .85;
}

/*contact*/
.contactbox {
	width: 100%;
	overflow: hidden;
	padding-bottom: 62px;
}

.map {
	margin: 0 0 32px 0;
	position: relative;
}

.map_address {
	background: rgba(162, 12, 14, .85);
	width: 386px;
	position: absolute;
	top: 76px;
	right: 42px;
	padding: 54px 50px 44px 42px;
}

.map_address h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	padding-bottom: 12px;
	position: relative;
}

.map_address h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(255, 255, 255, .5);
	width: 65px;
	height: 1px;
}

.map_address ul {
	margin-top: 28px;
}

.map_address ul li {
	font-size: 15px;
	line-height: 26px;
	color: #fff;
}

.map_address ul li a {
	color: #fff;
}

.map_address ul li a:hover {
	text-decoration: underline;
}

/*新闻*/
.news-delbox {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding: 30px 22px 22px 22px;
	margin-bottom: 65px;
}

.infocon {
	color: #666;
}

.infocon h1 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 10px;
	color: #222;
}

.infocon img {
	display: inline-block;
	margin: 12px 0;
	max-width: 100%;
}

.infocon .time {
	padding: 8px 0;
	margin-top: 25px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #eee;
	color: #999;
	font-size: 14px;
}

.infocon .time span * {
	vertical-align: middle;
}

.infocon .time span {
	font-size: 14px;
	color: #888;
	margin-left: 20px;
}

.infocon .time i {
	font-size: 22px;
	color: #999;
	margin-right: 5px;
	display: inline-block;
}

.time_ril {
	float: left;
	display: inline-block;
}

.news_share {
	float: right;
	display: inline-block;
}

.news_share img {
	margin: 0;
}

.infocon .other {
	border-top: 1px solid #eee;
	font-size: 17px;
	padding: 30px 0 0 0;
	margin: 50px 0 0 0;
	line-height: 26px;
}

.infocon .other div {
	margin: 8px 0;
}

.infocon .other {
	color: #666;
}

.infocon .other a {
	color: #666;
}

.infocon .other a:hover {
	color: #0854ad;
}

.infocon p {
	line-height: 28px;
	color: #888;
	margin: 25px 0;
	font-size: 16px;
}

.aligncenter {
	display: block !important;
	margin: 0 auto !important;
}

.bigbg {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.getbox {
	width: 800px;
	height: auto;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -400px;
}

.allhide {
	opacity: 0;
	z-index: -3;
}

.close {
	width: 38px;
	transition: all .3s;
	cursor: pointer;
	bottom: -60px;
	position: absolute;
	left: 50%;
	margin-left: -19px;
	color: #fff;
	transform: rotate(45deg);
	font-size: 25px;
	height: 38px;
	line-height: 36px;
	text-align: center;
	border-radius: 38px;
	border: 1px solid #fff;
}

.close:hover {
	transform: rotate(135deg);
	background: #bb4303;
	border: 1px solid #ea4f33;
}

@media screen and (max-width: 1680px) {
	.backToTop {
		right: 0;
		width: 30px;
		height: 50px;
		background-size: 40%;
	}
}

@media screen and (max-width: 1600px) {
	.home_boxtit span {
		font-size: 64px;
	}
	
	.home_boxtit a {
		top: 28px;
	}
	
	.home_boxtit {
		margin-bottom: 6px;
	}
	
	.in_abnum ul li span {
		font-size: 52px;
	}
}

@media screen and (max-width: 1440px) {
	.in_pronav, .in_caselist, .in_newslist {
		margin-top: 20px;
	}
	
	.in_probox {
		margin-top: 18px;
	}
	
	.in_pro {
		padding: 30px 0 45px 0;
	}
	
	.in_ab, .in_why, .in_case, .in_news {
		padding: 50px 0;
	}
	
	.in_abboxtop .rcon {
		padding-left: 0;
	}
	
	.in_abtext a {
		margin-top: 20px;
	}
	
	footer {
		padding: 30px 0;
	}
	
	footer h4 {
		margin-bottom: 12px;
	}
	
	.copyright {
		padding: 10px 0;
	}
	
	footer .item4 ul li:last-child {
		margin-bottom: 0;
	}
	
	.home_boxtit span {
		font-size: 56px;
	}
	
	.home_boxtit a {
		top: 16px;
	}
	
	.in_abtext {
		margin-top: 12px;
	}
	
	.pro_botmenu {
		width: 110%;
		left: -5%;
	}
	
	.pro_botmenu ul li dl dt {
		margin-bottom: 8px;
	}
	
	.ab_box {
		padding: 50px 0;
	}
	
	.ab_num ul li span, .in_abnum ul li span {
		font-size: 46px;
	}
	
	.in_abbox {
		padding: 30px;
	}
	
	.home_boxtit {
		font-size: 40px;
	}
	
	.pro-mainbox .rcon {
		padding-left: 18px;
	}
	
	.solution_box {
		padding: 10px 0 30px 0;
	}
	
	.solution_war li .rcon {
		padding: 64px 28px 0 40px;
	}
	
	.news_listbox li .rcon p {
		margin-top: 12px;
	}
	
	.map_address {
		padding: 30px;
	}
	
	.map_address ul {
		margin-top: 18px;
	}
	
	.contactbox {
		padding-bottom: 30px;
	}
	
	.positionline {
		padding: 20px 0;
	}
	
	.news-delbox {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 1366px) {
	.logo p {
		font-size: 25px;
	}
	
	.in_abnum {
		margin-top: 20px;
	}
	
	.home_boxtit {
		font-size: 35px;
	}
	
	.home_boxtit span {
		font-size: 50px;
	}
	
	.in_ab, .in_why, .in_case, .in_news {
		padding: 40px 0;
	}
	
	.in_abboxtop .rcon {
		padding-top: 25px;
	}
	
	.ab_honorlist {
		margin-top: 25px;
	}
	
	.ab_ser {
		padding: 40px 0 50px 0;
	}
}

@media screen and (max-width: 1280px) {
	.warper {
		width: 100%;
		padding: 0 60px;
	}
	
	.in_pro {
		padding: 30px 0;
	}
	
	.in_pronav li a {
		font-size: 16px;
	}
	
	.in_probox ul li {
		margin-right: 1%;
		width: 24.2%;
	}
	
	.in_abtext a {
		margin-top: 0;
	}
	
	.in_ab, .in_why, .in_case, .in_news {
		padding: 32px 0;
	}
	
	.sub_text h2 {
		font-size: 35px;
	}
	
	.posiul {
		display: none;
	}
	
	.posimenu {
		float: none;
	}
	
	.positionline {
		padding: 12px 0;
	}
	
	.pro-mainbox .lcon h2 {
		font-size: 28px;
	}
	
	.pro_botmenu {
		width: 100%;
		left: 0;
		padding: 20px;
	}
	
	.pro_botmenu ul {
		font-size: 0;
	}
	
	.pro_botmenu ul li {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 10px;
	}
	
	.posimenu {
		width: 100%;
		text-align: left;
	}
	
	.hot_prowar {
		padding: 30px 0;
	}
	
	.hot_proswiper {
		margin-top: 15px;
	}
}

@media screen and (max-width: 1024px) {
	.warper {
		width: 100%;
		padding: 0 40px;
	}
	
	.fixnav {
		display: none;
	}
	
	.logo p {
		font-size: 20px;
	}
	
	.logo p span {
		font-size: 12px;
	}
	
	header.position {
		height: 74px;
	}
	
	nav li > a {
		padding: 32px 10px 24px 10px;
	}
	
	header {
		height: 119px;
	}
	
	.logo {
		margin-top: 10px;
	}
	
	#banner_home, .subbanner {
		margin-top: 119px;
	}
	
	.pro_botmenu {
		top: 74px;
	}
	
	.in_pronav li a {
		padding: 10px 0;
		min-height: 56px;
	}
	
	.in_pronav, .in_caselist, .in_newslist {
		margin-top: 10px;
	}
	
	.in_abpic {
		padding-top: 15px;
		padding-left: 15px;
		padding-bottom: 15px;
	}
	
	.in_abtext p {
		line-height: 24px;
		height: 144px;
		-webkit-line-clamp: 6;
	}
	
	.in_abboxtop .rcon {
		padding-top: 0;
	}
	
	.in_abtext a {
		margin-top: 18px;
	}
	
	.in_abbox {
		padding: 15px;
	}
	
	.home_boxtit {
		font-size: 32px;
	}
	
	.in_whylogo p {
		font-size: 25px;
	}
	
	.in_whylogo span {
		font-size: 18px;
	}
	
	.in_whylogo {
		padding: 26px 5% 0 5%;
	}
	
	.in_whytext p {
		margin-top: 8px;
		line-height: 20px;
	}
	
	.in_whytext {
		padding: 50px 15% 0 15%;
	}
	
	.ab_num ul li span, .in_abnum ul li span {
		font-size: 42px;
	}
	
	.in_caseitem .lcon {
		width: 234px;
	}
	
	.in_caseitem .rcon {
		margin-left: 234px;
		padding: 23px 8px 0 20px;
	}
	
	.sub_text {
		left: 0;
		margin-left: 0;
	}
	
	.sub_text h2 {
		width: 239px;
		padding: 30px 0 29px 25px;
	}
	
	.sub_text h2:after {
		display: none;
	}
	
	.sub_text {
		width: 100%;
		padding-left: 40px;
	}
	
	.ab_box {
		padding: 30px 0;
	}
	
	.page_tit {
		font-size: 26px;
	}
	
	.page_tit p {
		font-size: 19px;
	}
	
	.ab_text {
		margin-top: 10px;
	}
	
	.ab_text p, .ab_textwar p {
		line-height: 22px;
		margin-bottom: 10px;
	}
	
	.ab_textwar {
		margin-top: 0;
	}
	
	.ab_honor, .ab_ser {
		padding: 30px 0;
	}
	
	.ab_ser .lcon {
		padding-top: 0;
	}
	
	.ab_sertext {
		margin-top: 15px;
	}
	
	.ab_sertext p {
		line-height: 25px;
	}
	
	.sub_text h2 {
		font-size: 27px;
	}
	
	.pat28 {
		padding-top: 12px;
	}
	
	.accordion {
		display: none;
	}
	
	.pro-mainbox .lcon {
		width: 100%;
		float: none;
	}
	
	.pro-mainbox .rcon {
		margin-left: 0;
		padding-left: 0;
		margin-top: 15px;
	}
	
	.pro_message {
		padding: 30px 0;
	}
	
	.Message_box h2 {
		font-size: 25px;
	}
	
	.pro-mainbox .lcon h2 {
		font-size: 20px;
		padding: 12px 10px;
	}
	
	.pro-mainbox .lcon h2 a {
		display: inline-block;
		padding-top: 10px;
		padding-right: 10px;
	}
	
	.accordion li:hover .links, .accordion li .links.active {
		background: #a20c0e;
	}
	
	.accordion .links {
		background: #f9f8f8;
		padding: 10px;
	}
	
	.pro_list ul li {
		margin-right: 1%;
		width: 32.6%;
		margin-bottom: 8px;
	}
	
	.digg4 {
		padding: 10px 0;
	}
	
	.pro-mainbox {
		padding-bottom: 20px;
	}
	
	.hot_proswiper .item {
		margin: 0 5px;
	}
	
	.solution_war li .rcon {
		padding: 28px 20px 0 20px;
	}
	
	.solution_war li .rcon h2 {
		font-size: 20px;
	}
	
	.solution_war li .rcon span {
		margin-top: 20px;
	}
	
	.solution_war li {
		margin-bottom: 15px;
	}
	
	.solution_box {
		padding-bottom: 15px;
	}
	
	.infocon p {
		margin: 10px 0;
		line-height: 24px;
	}
	
	.contactbox {
		padding-bottom: 10px;
	}
	
	.news-delbox {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 990px) {
	.header_top .lcon, .searchform {
		display: none;
	}
	
	#nav .nav-button {
		display: block;
		top: 11px;
		right: 7px;
	}
	
	.header_top {
		height: 0;
	}
	
	header, header.position {
		height: 62px;
		background: #fff;
	}
	
	.header_top .rcon {
		width: 140px;
	}
	
	.head_rcon {
		display: none;
	}
	
	#banner_home, .subbanner {
		margin-top: 62px;
	}
	
	.header_top .rcon {
		padding-right: 12px;
		padding-top: 15px;
	}
	
	.languagebox ul {
		background: #a20c0e;
		border-radius: 30px;
	}
	
	.languagebox ul li:first-child {
		padding: 0 15px;
	}
	
	.languagebox ul li {
		padding: 0 10px;
	}
	
	nav {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		width: 308px;
		z-index: 99;
		overflow: auto;
		background: #222;
		transform: translateX(-308px);
		transition: .3s;
	}
	
	nav li {
		float: none;
		padding: 0;
	}
	
	nav li > a {
		margin: 0;
		color: #fff;
		font-size: 18px;
		display: block;
		padding: 15px 20px;
		border-bottom: 1px solid #2e2e2e;
		text-align: left;
	}
	
	.languagebox:hover ul {
		height: auto;
		border-radius: 0;
	}
	
	.languagebox a {
		color: #fff;
	}
	
	.header_top .rcon {
		width: 150px;
	}
	
	#nav .nav-button {
		background: #a20c0e;
	}
	
	nav li.on > a:after, nav li:hover > a:after {
		display: none;
	}
	
	nav li.on a, nav li:hover a {
		background: #a20c0e;
		color: #fff;
	}
	
	.pro_botmenu {
		position: static;
		display: block;
		padding: 10px 20px;
	}
	
	.pro_botmenu ul li {
		width: 100%;
	}
	
	.pro_botmenu ul li dl dd {
		display: none;
	}
	
	.pro_botmenu ul li dl dt {
		font-size: 15px;
		margin-bottom: 0;
	}
	
	.pro_botmenu ul li:last-child {
		margin-bottom: 0;
	}
	
	.pro_botmenu {
		background: #333;
	}
	
	.pro_botmenu ul li dl dt a {
		color: #fff;
		padding: 5px;
		display: inline-block;
	}
	
	nav li:hover .pro_botmenu ul li dl dt a, nav li.on .pro_botmenu ul li dl dt a {
		background: #333 !important;
	}
	
	.logo img {
		height: 45px;
		width: auto;
		padding-top: 0;
	}
}

@media screen and (max-width: 768px) {
	.warper {
		width: 100%;
		padding: 0 20px;
	}
	
	.header_top .rcon {
		padding-right: 29px;
	}
	
	#banner_home .owl-theme .owl-controls {
		bottom: 8px;
	}
	
	#banner_home .owl-theme .owl-controls .owl-page span {
		width: 12px;
		height: 12px;
	}
	
	.in_pro {
		padding: 20px 0;
	}
	
	.home_boxtit span {
		font-size: 38px;
	}
	
	.home_boxtit a {
		top: 11px;
	}
	
	.home_boxtit {
		font-size: 28px;
	}
	
	.desc {
		padding: 0;
		line-height: 20px;
	}
	
	.in_probox {
		margin-top: 10px;
	}
	
	.in_proitemtext {
		padding: 10px 5px;
	}
	
	.ab_num ul li span, .in_abnum ul li span {
		font-size: 32px;
		line-height: 36px;
	}
	
	.in_abtext a {
		padding: 8px 26px;
	}
	
	.in_abtext {
		margin-top: 5px;
	}
	
	.in_whybox li .in_whyitem .changpic {
		height: 200px;
	}
	
	.in_whybox li .in_whyitem .changpic img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	
	.in_whytext {
		padding: 40px 5% 0 5%;
	}
	
	.in_whylogo p {
		font-size: 22px;
	}
	
	.in_ab, .in_why, .in_case, .in_news {
		padding: 20px 0;
	}
	
	.in_caselist li {
		width: 100%;
		float: none;
	}
	
	.in_caselist li:last-child {
		float: none;
		margin-top: 10px;
	}
	
	.in_newslist .lcon {
		width: 100%;
		float: none;
	}
	
	.in_newslist .rcon {
		margin-left: 0;
		padding-left: 0;
	}
	
	footer .item2, footer .item3 {
		display: none;
	}
	
	footer .item1 {
		width: 35%;
	}
	
	footer .item4 {
		width: 58%;
	}
	
	.in_newslistbox li {
		margin-bottom: 10px;
	}
	
	.in_newsitem {
		padding: 15px 13px 10px 135px;
	}
	
	.in_newslidate {
		top: 25px;
	}
	
	.in_newslidate span {
		font-size: 32px;
	}
	
	.sub_text {
		bottom: 10px;
	}
	
	.sub_text h2 {
		width: 186px;
		padding: 16px 0 16px 25px;
	}
	
	.ab_combox .lcon {
		width: 100%;
		float: none;
	}
	
	.ab_combox .rcon {
		width: 100%;
		float: none;
		padding-left: 0;
	}
	
	.ab_box, .ab_honor, .ab_ser {
		padding: 20px 0;
	}
	
	.page_tit {
		font-size: 23px;
		padding-bottom: 10px;
	}
	
	.ab_sertext p {
		line-height: 22px;
	}
	
	.pro-mainbox .rcon {
		margin-top: 5px;
	}
	
	.Message_box {
		padding-right: 208px;
	}
	
	.Message_box form ul li button {
		width: 190px;
	}
	
	.Message_box h2 {
		font-size: 23px;
	}
	
	.pro_message {
		padding: 20px 0;
	}
	
	.pro_gdbox .prolcon {
		width: 100%;
		float: none;
	}
	
	.pro_gdbox .prorcon {
		width: 100%;
		float: none;
		padding: 18px;
	}
	
	.pro_lxbtn {
		margin-top: 20px;
	}
	
	.pro_tdtl {
		margin-top: 10px;
	}
	
	.solution_war li .rcon span {
		display: none;
	}
	
	.solution_war li .rcon h2 {
		font-size: 18px;
		line-height: 23px;
		height: 46px;
	}
	
	.news_list {
		padding-bottom: 20px;
	}
	
	.map_address {
		position: static;
		width: 100%;
		padding: 20px;
	}
	
	.map {
		margin-bottom: 20px;
	}
	
	.infoform li {
		margin-bottom: 10px;
	}
	
	.ab_ser .lcon {
		padding-left: 0;
	}
	
	.getbox {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 640px) {
	.in_pronav li {
		width: 32.3%;
		margin-bottom: 5px;
	}
	
	.in_probox ul li {
		width: 49%;
		margin-bottom: 6px;
	}
	
	.in_abboxtop .lcon {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	
	.in_abboxtop .rcon {
		width: 100%;
		float: none;
	}
	
	.in_abnum ul li, .ab_num ul li {
		width: 50%;
		padding: 10px 0;
		border-bottom: #e7e5e5 1px solid;
	}
	
	.in_abnum ul li:nth-of-type(2):after, .ab_num ul li:nth-of-type(2):after {
		display: none;
	}
	
	.in_abnum ul li:nth-of-type(3), .in_abnum ul li:nth-of-type(4), .ab_num ul li:nth-of-type(3), .ab_num ul li:nth-of-type(4) {
		border-bottom: none;
	}
	
	.in_whytext h2 {
		font-size: 20px;
	}
	
	.in_whylogo p {
		font-size: 19px;
	}
	
	.in_whybox li .in_whyitem .changpic {
		height: 178px;
	}
	
	.in_whybox li {
		margin-bottom: 7px;
	}
	
	.in_why {
		padding: 20px 0 10px 0;
	}
	
	footer .item1 {
		width: 42%;
	}
	
	footer .item4 {
		width: 54%;
	}
	
	.copyright p {
		padding-top: 0;
	}
	
	.media {
		float: none;
	}
	
	.copyright {
		text-align: center;
	}
	
	footer {
		padding: 20px 0;
	}
	
	.ab_ser .lcon {
		width: 100%;
		float: none;
	}
	
	.ab_ser .rcon {
		width: 100%;
		float: none;
		margin-top: 12px;
	}
	
	.pro_tabwar {
		display: none;
	}
	
	.pro_deltab {
		margin-top: 0;
	}
	
	.pro_xqnr {
		padding-top: 12px;
	}
	
	.pro_xqnr p, .pro_xqnr ul li {
		line-height: 20px;
	}
	
	.news_listbox li .rcon {
		padding: 24px 20px 0 20px;
	}
	
	.news_listbox li .lcon {
		width: 225px;
	}
	
	.news_listbox li .rcon {
		margin-left: 225px;
	}
	
	.news_listbox li .rcon span {
		margin-top: 4px;
	}
	
	.news_listbox li .rcon p {
		margin-top: 5px;
	}
	
	.news-delbox {
		padding: 15px;
	}
	
	.infocon .time {
		margin-top: 8px;
	}
	
	.infocon h1 {
		font-size: 20px;
	}
	
	.infocon p {
		line-height: 20px;
	}
	
	.news-delbox {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:480px) {
	.warper {
		width: 100%;
		padding: 0 15px;
	}
	
	.logo p {
		display: inline-block;
		font-size: 14px;
	}
	
	.logo p span {
		display: none;
	}
	
	.header_top .rcon {
		padding-right: 26px;
	}
	
	.home_boxtit span {
		display: none;
	}
	
	.home_boxtit a {
		position: static;
	}
	
	.home_boxtit {
		font-size: 24px;
		padding: 2px 0;
	}
	
	.in_pro {
		padding: 10px 0;
	}
	
	.languagebox {
		width: 105px;
		font-size: 15px;
	}
	
	.languagebox ul li:first-child {
		padding: 0 8px;
	}
	
	.header_top .rcon {
		width: 129px;
	}
	
	.in_abpic {
		padding: 0;
	}
	
	.in_abboxtop .rcon {
		margin-top: 12px;
	}
	
	.in_abtext p {
		line-height: 20px;
		height: 120px;
	}
	
	.ab_num ul li span, .in_abnum ul li span {
		font-size: 28px;
	}
	
	.in_whybox li {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	.in_whybox li:nth-of-type(2) {
		display: none;
	}
	
	.in_whybox li .in_whyitem .changpic {
		height: 155px;
	}
	
	.in_caseitem .lcon {
		width: 187px;
	}
	
	.in_caseitem .rcon {
		margin-left: 187px;
		padding: 23px 8px 0 12px;
	}
	
	.in_caseitem .rcon span {
		display: none;
	}
	
	footer .item1, footer .item4 {
		width: 100%;
		float: none;
	}
	
	footer .item4 {
		margin-top: 15px;
	}
	
	.page_tit:after {
		display: none;
	}
	
	.page_tit {
		padding-bottom: 0;
	}
	
	.subbanner {
		overflow: hidden;
	}
	
	.subbanner img {
		height: 140px;
		width: auto;
	}
	
	.sub_text {
		padding-left: 0;
	}
	
	.sub_text h2 {
		font-size: 22px;
	}
	
	.ab_num {
		padding: 10px 0;
	}
	
	.ab_honor .page_tit {
		padding-bottom: 0;
	}
	
	.ab_honorlist, .ab_sertext {
		margin-top: 10px;
	}
	
	.ab_honorlist li:first-child {
		width: 100%;
		float: none;
	}
	
	.ab_honorlist li {
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}
	
	.pro_list ul li {
		width: 49.5%;
		margin-bottom: 4px;
	}
	
	.pro_list ul li:nth-of-type(3n) {
		margin-right: 1%;
	}
	
	.pro_list ul li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.Message_box {
		background: none;
		padding-right: 0;
		padding: 15px 0;
	}
	
	.Message_box form {
		padding-right: 0;
	}
	
	.Message_box form ul li {
		margin-bottom: 5px;
	}
	
	.pro_message {
		padding: 10px 0;
	}
	
	.hot_prowar {
		padding: 15px 0;
	}
	
	.hot_proswiper {
		margin-top: 0;
	}
	
	.page_tit, .Message_box h2 {
		font-size: 20px;
	}
	
	.solution_war li .lcon {
		width: 100%;
		float: none;
	}
	
	.solution_war li .rcon {
		margin-left: 0;
		padding: 15px;
	}
	
	.solution_war li .rcon h2 {
		font-size: 17px;
	}
	
	.solution_war li .rcon p {
		font-size: 16px;
		margin-top: 4px;
	}
	
	.solution_box {
		padding-bottom: 0;
	}
	
	.news_listbox li:after {
		display: none;
	}
	
	.news_listbox li .lcon {
		width: 180px;
	}
	
	.news_listbox li .rcon {
		margin-left: 180px;
		padding: 12px;
	}
	
	.news_listbox li .rcon h3 {
		font-size: 18px;
	}
	
	.news_listbox li .rcon p {
		line-height: 20px;
		height: 40px;
	}
	
	.news_listbox li {
		margin-bottom: 10px;
	}
	
	.news_list {
		padding-bottom: 10px;
	}
	
	.map_address ul {
		margin-top: 5px;
	}
	
	.in_pronav li {
		width: 49.5%;
	}
	
	.in_pronav li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.in_pronav li:last-child {
		width: 100%;
	}
	
	.in_pronav li a {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.footmenu {
		display: inline-block;
	}
	
	.copyright {
		margin-bottom: 61px;
	}
}

@media screen and (max-width:414px) {
	.warper {
		width: 100%;
		padding: 0 10px;
	}
	
	.pro_gdbox .prorcon h2 {
		font-size: 23px;
	}
	
	.pro_gdbox .prorcon {
		padding: 15px 0;
	}
	
	.news-delbox {
		padding: 10px;
	}
	
	.map_address h3 {
		font-size: 18px;
	}
}

@media screen and (max-width:380px) {}
