
@charset "utf-8";

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;
	max-width: 100%;
}

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

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

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.mingyangmachinery.com/wp-content/themes/mingyang/AjaxLoader.gif") no-repeat center center;
}

/* 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-item.loading.nitro-lazy {
	background: none !important;
}

.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.mingyangmachinery.com/wp-content/themes/mingyang/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-shuxing:before {
	content: "";
}

.icon-fasong:before {
	content: "";
}

.icon-dizhi1:before {
	content: "";
}

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

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

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

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

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

.icon-zuobiao:before {
	content: "";
}

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

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

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

.icon-original-whatapp:before {
	content: "";
}

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

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

.icon-liaotian:before {
	content: "";
}

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

.icon-skype:before {
	content: "";
}

.icon-chuanzhen:before {
	content: "";
}

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

.icon-dianhua3:before {
	content: "";
}

.icon-dianhua2:before {
	content: "";
}

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

.icon-shouji:before {
	content: "";
}

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

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

.icon-chanpin:before {
	content: "";
}

.icon-rili:before {
	content: "";
}

.icon-shengchanxian:before {
	content: "";
}

.icon-zhandimianji:before {
	content: "";
}

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: #f4f4f4;
	overflow: hidden;
}

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

.backToTop {
	width: 60px;
	height: 60px;
	border-radius: 60px;
	background: #e10103 url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/icon_top.png") no-repeat center;
	cursor: pointer;
	position: fixed;
	right: 3%;
	text-indent: 9999px;
	bottom: 150px;
	color: #fff;
	transition: all .3s;
}

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

.backToTop:hover {
	opacity: .9;
}

.header-top {
	height: 46px;
	background: transparent;
	font-size: 14px;
	border-bottom: 1px solid #272727;
}

.header-top .lcon {
	float: left;
	width: 50%;
	padding-top: 12px;
}

.header-top .rcon {
	float: right;
	width: 18%;
}

.header-top a {
	color: rgba(255, 255, 255, .5);
}

.header-top a:hover {
	color: #e10103;
}

.header-top a i {
	font-size: 18px;
	margin-right: 5px;
	color: #e10103;
}

.header-top a * {
	vertical-align: middle;
}

.header-top .lcon a:nth-of-type(2) {
	margin-left: 40px;
}

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

.position nav li>a {
	padding: 33px 25px 32px 25px;
	color: #333;
}

.position .logo {
	top: 22px;
}

.position .search-button i {
	color: #333;
}

.position nav dl {
	top: 86px;
}

.position .searchform {
	top: 86px;
}

.position .search-button {
	margin-top: 23px;
}

.position .searchform i {
	color: #fff;
}

header.position {
	height: 86px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
	background: #fff;
}

.position .header-top {
	display: none;
	border: none;
}

.media {
	float: right;
	padding-top: 10px;
}

.media a {
	color: #6e6e6e;
	margin: 0px 5px;
	font-size: 18px;
	display: inline-block;
}

.media a:first-child:hover {
	color: #1882d3;
}

.media a:nth-of-type(2):hover {
	color: #1d6297;
}

.media a:nth-of-type(3):hover {
	color: #33a2f7;
}

.media a:nth-of-type(4):hover {
	color: #f00106;
}

.languagebox {
	position: relative;
	width: 106px;
	float: left;
	margin-top: 10px;
}

.languagebox i {
	display: inline-block;
	vertical-align: top;
	margin-top: 5px;
	color: #fff;
	font-size: 20px;
}

.languagebox ul {
	padding: 0 15px;
	width: 100%;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	transition: all .3s;
	background: url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/select_arrow.png") #252525 no-repeat 90px 11px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 6;
}

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

.languagebox ul li {
	padding: 0 5px;
	line-height: 24px;
}

.languagebox a {
	line-height: 24px;
	font-size: 12px;
	color: #7d7d7d;
}

.languagebox:hover ul {
	height: auto;
}

.languagebox a:hover {
	color: #fff;
}

/*.head_rcon:hover .languagebox{ height: 100px; }*/
h6 {
	display: inline-block;
	font-weight: normal;
}

/*search*/
.search {
	width: 18%;
	margin-top: 11px;
	float: left;
	display: inline;
}

.search_form {
	width: 100%;
	height: 32px;
	background-color: #a1a0a0;
}

.search_input {
	width: 85%;
	float: left;
	height: 32px;
	color: #fff;
	border: medium none;
	line-height: 32px;
	text-indent: 5px;
	background-color: #333;
}

.search_btn {
	width: 15%;
	height: 32px;
	float: right;
	cursor: pointer;
	border: medium none;
	background: #e50011 url("https://www.mingyangmachinery.com/wp-content/themes/mingyang/images/abg_2.png") center center no-repeat;
}

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

.search-button {
	width: 40px;
	margin-top: 11px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-right: 5px;
	float: right;
}

.search-button i {
	color: #fff;
	font-size: 22px;
	cursor: pointer;
}

.searchform {
	display: none;
	overflow: hidden;
	background: #e10103;
	position: absolute;
	right: 0;
	height: 51px;
	top: 74px;
	width: 240px;
	transition: all .3s;
}

.searchform i {
	font-size: 24px;
	color: #fff;
}

.searchform input {
	width: 190px;
	background: #e10103;
	color: #fff;
	line-height: 51px;
	padding-left: 10px;
	float: left;
}

.searchform button {
	width: 54px;
	line-height: 51px;
	background: #e10103;
	border: 0;
	color: #fff;
	text-align: center;
	outline: none;
	cursor: pointer;
	transition: all .5s;
	position: absolute;
	right: 0;
	top: 0;
}

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

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

/*search*/
.head_rcon span {
	float: left;
	display: inline-block;
	margin-top: 28px;
	margin-right: 40px;
}

.head_rcon span i {
	color: #333;
	font-size: 24px;
}

.head_rcon span a {
	color: #333;
	font-size: 16px;
	cursor: pointer;
	font-family: Candara;
}

.head_rcon span * {
	vertical-align: middle;
}

.head_rcon span a:hover {
	color: #0349a8;
}

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

#nav .warper {
	position: relative;
}

.logo {
	position: absolute;
	left: 0;
	top: 14px;
}

.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: #e10103;
	color: #fff;
	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;
}

.head_rcon {
	position: absolute;
	right: 0;
	top: 0;
}

.fixnav {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 999;
}

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

.fixnav li .ic {
	width: 40px;
	line-height: 40px;
	height: 40px;
	background: #bb2e30;
	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: #ed7d2a;
}

.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: #bb2e30;
	color: #fff;
}

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

nav {
	float: right;
	margin-right: 48px;
}

nav li {
	float: left;
	position: relative;
}

nav li>a {
	padding: 24px 25px 29px 25px;
	color: #fff;
	position: relative;
	display: block;
	text-align: center;
	transition: .5s;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

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

nav li a:after {
	content: "";
	width: 0;
	height: 1px;
	transition: all .3s;
	background: #e10103;
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -25%;
}

nav li.on a:after, nav li:hover a:after {
	width: 50%;
}

nav dl {
	opacity: 0;
	transition: opacity 1s ease;
	position: absolute;
	display: block;
	background: #e10103;
	width: auto;
	top: 74px;
	left: -9999px;
	z-index: 999;
}

nav dl dt {
	display: block;
	font-size: 20px;
	color: #222;
	margin-bottom: 20px;
}

nav dl dt * {
	vertical-align: middle;
}

nav dl dt h6 {
	font-size: 40px !important;
}

nav dl dd {
	display: block;
}

nav li dl dd a {
	opacity: 1;
	background: transparent !important;
	color: #fff !important;
	display: block;
	padding: 15px;
	text-align: left;
	white-space: nowrap;
	font-size: 15px;
}

nav li.on dl dd a:after, nav li:hover dl dd a:after {
	width: 0;
}

nav li dl dd a:hover {
	background: #fa2527 !important;
	cursor: pointer;
	color: #fff !important;
}

nav li:hover dl {
	left: 0;
	opacity: 1;
}

nav dl dd div {
	position: absolute;
	left: 100%;
	top: 0;
	background: rgba(254, 196, 47, .9);
	display: none;
}

nav dl dd:hover div {
	display: block;
}

nav dl dd div a {
	padding: 15px 20px;
	border-bottom: none;
}

.mess_box {
	background: url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/mess_bg.jpg") no-repeat center;
	background-size: cover;
	padding: 58px 0;
	overflow: hidden;
}

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

.mess_box .lcon {
	float: left;
	width: 415px;
	color: #fff;
}

.mess_box .rcon {
	margin-left: 415px;
	padding-left: 83px;
}

.mess_tit {
	padding-left: 15px;
	position: relative;
}

.mess_tit h2 {
	font-size: 26px;
	font-family: OSWALD-BOLD;
	text-transform: uppercase;
	font-weight: normal;
}

.mess_tit p {
	font-size: 16px;
	color: #d0d0d0;
	margin-top: 6px;
}

.mess_tit:after {
	position: absolute;
	content: "";
	width: 4px;
	height: 59px;
	background: #bb2e30;
	top: 5px;
	left: 0;
}

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

.mess_info li {
	float: left;
	width: 20%;
	margin-right: 1%;
	position: relative;
}

.mess_info li input {
	height: 79px;
	line-height: 79px;
	width: 100%;
	background: rgba(255, 255, 255, .5);
	padding: 0 20px;
	color: #fff;
	font-size: 17px;
	font-family: Arial;
}

.mess_info li textarea {
	height: 79px;
	line-height: 79px;
	width: 100%;
	background: rgba(255, 255, 255, .5);
	padding: 0 20px;
	color: #fff;
	font-size: 17px;
	font-family: Arial;
}

.mess_info li input::-webkit-input-placeholder, .mess_info li textarea::-webkit-input-placeholder {
	color: #fff;
}

.mess_info li:last-child {
	width: 37%;
	margin-right: 0;
}

.mess_info li:last-child input {
	padding: 0 166px 0 20px;
}

.mess_info li:last-child button {
	width: 160px;
	cursor: pointer;
	height: 80px;
	border: none;
	background: #bb2e30;
	position: absolute;
	right: 0;
	top: 0;
}

.mess_info li:last-child button i {
	color: #fff;
	font-size: 35px;
	font-weight: normal;
}

footer {
	background: #15191d;
}

footer .copyright {
	border-top: 1px solid #262626;
	font-size: 14px;
	font-family: opensans;
	padding: 15px;
	clear: both;
	text-align: center;
	color: #2e2e2e;
}

footer .copyright a {
	color: #2e2e2e;
}

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

footer .item {
	padding-top: 50px;
	padding-bottom: 36px;
}

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

footer .item h4 {
	font-size: 20px;
	padding-bottom: 14px;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	position: relative;
}

footer .item h4:before {
	content: "";
	width: 19px;
	height: 2px;
	background: #bb2e30;
	position: absolute;
	bottom: 6px;
	left: 0;
}

footer .item h4:after {
	content: "";
	width: 40px;
	height: 2px;
	background: #bb2e30;
	position: absolute;
	bottom: 0;
	left: 0;
}

.f_ab p {
	font-size: 16px;
	line-height: 22px;
	color: #595a5b;
}

footer .media {
	float: none;
	padding-top: 32px;
	margin-right: 0;
}

footer .media a.sblue, footer .media a.red, footer .media a.qblue, footer .media a.blue {
	color: #666;
	width: 33px;
	height: 33px;
	font-size: 20px;
	text-align: center;
	line-height: 33px;
	border-radius: 33px;
	background: #2d3034;
}

footer .media a:nth-of-type(1):hover {
	background: #1882d3;
	opacity: 1;
	color: #fff;
}

footer .media a:nth-of-type(4):hover {
	background: #f00106;
	opacity: 1;
	color: #fff;
}

footer .media a:nth-of-type(3):hover {
	background: #1d6297;
	opacity: 1;
	color: #fff;
}

footer .media a:nth-of-type(2):hover {
	background: #33a2f7;
	opacity: 1;
	color: #fff;
}

footer .item2 {
	width: 15%;
	float: left;
	margin-left: 7%;
}

footer h4 {
	color: #fff;
	font-size: 22px;
	margin-bottom: 18px;
}

footer .item ul li a {
	color: #595a5b;
	font-size: 16px;
	line-height: 34px;
}

footer .item ul li a:hover {
	color: #bb2e30;
}

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

.con_icon {
	margin-top: 15px;
}

.con_icon div {
	margin-bottom: 25px;
	padding-left: 48px;
	position: relative;
}

.con_icon div h6 {
	font-size: 28px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.con_icon div p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.con_icon div a, .con_icon div span {
	color: #595a5b;
	font-size: 16px;
}

.con_icon div a:hover {
	color: #bb2e30;
}

footer .footer {
	overflow: hidden;
}

footer .item4 ul li span {
	display: block;
}

footer .item4 ul li span b {
	color: #f1ae00;
}

footer .copyright .media span {
	color: #fff;
	font-size: 18px;
}

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

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

#banner_home {
	position: relative;
}

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

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

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

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

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

.cl {
	clear: both;
}

/*版块标题*/
.home_boxtit {
	font-size: 40px;
	font-family: OSWALD-BOLD;
	text-transform: uppercase;
}

/*首页*/
.in_data {
	background: #f2f2f2;
}

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

.in_databox li {
	float: left;
	width: 21%;
	margin-right: 5%;
	text-align: center;
	padding: 65px 0;
	overflow: hidden;
	position: relative;
}

.in_datatt span {
	font-size: 50px;
	font-family: OSWALD-BOLD;
}

.in_datatt h6 {
	font-size: 40px;
	margin-right: 15px;
}

.in_databox li p {
	font-size: 18px;
	line-height: 20px;
	color: #666;
}

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

.in_ab {
	padding: 58px 0 60px 0;
}

.in_abtext {
	padding: 50px 0 100px 576px;
}

.in_abpp {
	margin-top: 28px;
}

.in_abpp p {
	font-size: 16px;
	line-height: 32px;
	color: #666;
}

.in_abtext a {
	display: inline-block;
	margin-top: 50px;
	width: 160px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #5c5c5c;
	color: #757575;
	font-size: 14px;
	text-transform: uppercase;
}

.in_abtext a:hover {
	background: #bb2e30;
	color: #fff;
	border: 1px solid #bb2e30;
}

.in_abpic {
	position: absolute;
	width: 654px;
	top: 0;
	left: -122px;
}

.in_abswiper {
	width: 100%;
}

.in_abswiper .owl-theme .owl-controls .owl-page.active span {
	background: #bb2e30;
}

.in_abswiper .owl-theme .owl-controls {
	margin-top: 12px;
}

.in_pro {
	padding: 56px 0 50px 0;
	overflow: hidden;
	background: url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/in_probg.jpg") no-repeat top center;
}

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

.in_pro .home_boxtit {
	text-align: center;
	color: #fff;
}

.in_pro_block {
	width: 100%;
	margin-top: 42px;
	position: relative;
}

.in_pro_block .item {
	margin: 0 17px;
}

.inpro_map {
	margin-top: 30px;
}

.in_protext {
	background: #ebebeb;
	padding: 30px 24px 38px 24px;
	text-align: center;
}

.in_protext h3 {
	font-size: 20px;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

.in_protext p {
	margin-top: 10px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
	font-size: 16px;
	color: #888;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.in_protext span {
	display: inline-block;
	color: #888;
	margin-top: 30px;
	font-size: 14px;
	text-transform: uppercase;
	padding: 9px 36px;
	border: 1px solid #a0a0a0;
}

.pro_item:hover .changpic img {
	transform: scale(1.1);
}

.pro_item:hover .in_protext span {
	background: #bb2e30;
	color: #fff;
	border: 1px solid #bb2e30;
}

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

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

.in_pro_block .owl-controls .owl-buttons div {
	background: url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/right.png") #c8c8c8 center center no-repeat;
	margin: 0;
	opacity: 1;
	position: absolute;
	border-radius: 0;
	height: 43px;
	width: 56px;
}

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

.in_pro_block .owl-controls .owl-buttons .owl-prev {
	text-indent: -9999em;
	left: -90px;
	transform: rotate(180deg);
}

.in_pro_block .owl-controls .owl-buttons .owl-next {
	text-indent: -9999em;
	right: -90px;
}

.in_pro_block .owl-controls .owl-buttons div:hover {
	cursor: pointer;
	background: url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/right.png") #b72d2f center center no-repeat;
}

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

.in_case {
	overflow: hidden;
	width: 100%;
	padding: 70px 0 90px 0;
}

.in_case .in_casecusto {
	float: left;
	width: 50%;
	padding-right: 65px;
}

.in_case .in_casefact {
	float: right;
	width: 50%;
}

.in_casecusto .home_boxtit, .in_casefact .home_boxtit {
	text-transform: none;
}

.cust_swiper, .in_factlist {
	margin-top: 28px;
}

.cust_flag {
	margin-top: 35px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.cust_flag img {
	width: 51px;
	margin-right: 8px;
}

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

.cust_item {
	cursor: pointer;
}

.cust_swiper {
	position: relative;
}

.cust_swiper .owl-theme .owl-controls {
	margin-top: 0;
	text-align: left;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	z-index: 55;
}

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

.cust_swiper .owl-controls .owl-buttons div {
	background: url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/arr_right.png") center center no-repeat;
	margin: 0;
	opacity: 1;
	position: absolute;
	border-radius: 0;
	height: 28px;
	width: 16px;
}

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

.cust_swiper .owl-controls .owl-buttons .owl-prev {
	text-indent: -9999em;
	left: 0;
	transform: rotate(180deg);
}

.cust_swiper .owl-controls .owl-buttons .owl-next {
	text-indent: -9999em;
	right: 0;
}

.cust_swiper .owl-controls .owl-buttons div:hover {
	cursor: pointer;
	background: url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/arr_right2.png") center center no-repeat;
}

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

#showArea {
	height: 440px;
	overflow: hidden;
}

#main_img {
	cursor: pointer;
	display: block;
}

#gotop, #gobottom {
	position: absolute;
	top: 18px;
	z-index: 66;
	width: 46px;
	height: 36px;
	right: 0;
	background: url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/fact_jt2.png") no-repeat center #ede5e5;
	cursor: pointer;
}

#gotop.nitro-lazy, #gobottom.nitro-lazy {
	background: none !important;
}

#gotop {
	right: 46px;
	transform: rotate(180deg);
}

#gotop:hover, #gobottom:hover {
	background: url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/fact_jt.png") no-repeat center #b72d2f;
}

#gotop:hover.nitro-lazy, #gobottom:hover.nitro-lazy {
	background: none !important;
}

.fact_item {
	background: #efefef;
	padding: 20px 17px 20px 38px;
	overflow: hidden;
}

.fact_item .lcon {
	float: left;
	width: 186px;
}

.fact_item .rcon {
	margin-left: 186px;
	overflow: hidden;
}

.fact_item .rcon .changpic {
	width: 49%;
	margin-right: 2%;
	float: left;
}

.fact_item .rcon .changpic:last-child {
	margin-right: 0;
}

.fact_date h4 {
	font-size: 26px;
	color: #666;
	text-transform: uppercase;
}

.fact_date span {
	font-size: 16px;
	color: #666;
	display: inline-block;
	margin-top: 5px;
}

.fact_date p {
	margin-top: 25px;
	font-size: 20px;
	color: #333;
}

.fact_date {
	padding-top: 30px;
}

.fact_swi li {
	margin-bottom: 13px;
}

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

.fact_item:hover .fact_date h4 {
	color: #bb2e30;
}

.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: #f39800;
}

.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;
}

/*位置*/
.subbanner {
	position: relative;
	overflow: hidden;
}

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

.subbanner .warper {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -720px;
	text-align: center;
	padding-top: 230px;
}

.subbanner h2 {
	font-size: 53px;
	color: #fff;
	font-family: OSWALD-BOLD;
	font-weight: normal;
}

.subbanner p {
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}

.subbanner p a {
	color: #fff;
	padding: 6px 12px;
	display: inline-block;
	margin: 0 5px;
}

.subbanner p a:first-child {
	position: relative;
	transform-style: preserve-3d;
}

.subbanner p a:first-child:before {
	content: "";
	position: absolute;
	top: 0;
	z-index: -1;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #bb2e30;
	transform: skewX(-15deg);
}

.paddt80 {
	padding-top: 80px;
}

/*case*/
.case_box {
	padding-bottom: 60px;
}

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

.case_war li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 50px;
}

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

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

.case_del li {
	float: left;
	width: 49%;
	margin-bottom: 28px;
}

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

.viewer-button {
	background: transparent !important;
	width: 100% !important;
	height: 100% !important;
	border-radius: 0 !important;
}

.viewer-button:before {
	display: none !important;
}

/*关于我们*/
.ab_text .in_abtext .in_abpp p {
	margin-bottom: 15px;
}

.ab_text .in_abtext {
	padding: 30px 0 45px 576px;
}

.ab_adv {
	background: #f5f5f5;
	padding: 58px 0;
}

.ab_adv .home_boxtit {
	text-align: center;
}

.ab_advlist {
	margin-top: 70px;
	overflow: hidden;
	position: relative;
	transform-style: preserve-3d;
}

.ab_advlist:before {
	z-index: -1;
	width: 80%;
	border-top: 1px dashed #b9b9b9;
	content: "";
	position: absolute;
	top: 46px;
	left: 50%;
	margin-left: -40%;
}

.ab_advlist li {
	float: left;
	width: 22%;
	margin-right: 4%;
	text-align: center;
}

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

.ab_advlist li h5 {
	width: 92px;
	display: inline-block;
	height: 92px;
	border-radius: 92px;
	line-height: 92px;
	text-align: center;
	background: #b9b9b9;
	color: #fff;
	font-size: 33px;
	font-family: OSWALD-BOLD;
}

.ab_advlist li p {
	margin-top: 34px;
	line-height: 26px;
}

.ab_advlist li:hover h5 {
	background: #bb2e30;
}

.ab_ser {
	padding: 76px 0 80px 0;
	overflow: hidden;
}

.ab_ser .lcon {
	width: 50%;
	padding-right: 40px;
	float: left;
	padding-top: 56px;
}

.ab_ser .rcon {
	width: 50%;
	padding-left: 40px;
	float: right;
}

.ser_top {
	margin-top: 62px;
}

.ser_item {
	position: relative;
	padding-bottom: 348px;
}

.ser_h2 {
	width: 86%;
	position: absolute;
	top: 95px;
	left: 50%;
	margin-left: -43%;
}

.ser_h2 h2 {
	color: #fff;
	font-size: 39px;
	font-family: OSWALD-BOLD;
}

.ser_text {
	position: absolute;
	z-index: 55;
	background: #fff;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
	bottom: 0;
	width: 86%;
	left: 50%;
	margin-left: -43%;
	padding: 40px;
}

.ser_text p {
	font-size: 16px;
	line-height: 32px;
	color: #666;
}

.ser_pre {
	padding-bottom: 112px;
}

.ser_sale {
	margin-top: 68px;
	padding-bottom: 168px;
}

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

.ab_faq {
	background: #f5f5f5;
	padding: 70px 0;
}

.ab_faq .home_boxtit {
	text-align: center;
}

.ab_faqswiper {
	margin-top: 45px;
	text-align: center;
}

.ab_faqswiper .item {
	padding: 0 45px;
}

.ab_faqswiper .item h3 {
	font-size: 20px;
}

.item_pp {
	margin-top: 16px;
}

.item_pp p {
	font-size: 16px;
	line-height: 26px;
	color: #666;
}

.ab_faqswiper {
	position: relative;
}

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

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

.ab_faqswiper .owl-controls .owl-buttons div {
	background: url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/arr_right.png") center center no-repeat;
	margin: 0;
	opacity: 1;
	position: absolute;
	border-radius: 0;
	height: 28px;
	width: 16px;
}

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

.ab_faqswiper .owl-controls .owl-buttons .owl-prev {
	text-indent: -9999em;
	left: -50px;
	transform: rotate(180deg);
}

.ab_faqswiper .owl-controls .owl-buttons .owl-next {
	text-indent: -9999em;
	right: -50px;
}

.ab_faqswiper .owl-controls .owl-buttons div:hover {
	cursor: pointer;
	background: url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/arr_right2.png") center center no-repeat;
}

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

/*产品列表*/
.pat60 {
	padding-top: 60px;
}

.pro_listbox {
	width: 100%;
	overflow: hidden;
	padding-bottom: 78px;
}

.pro_listbox .lcon {
	width: 390px;
	float: left;
}

.pro_listbox .rcon {
	margin-left: 390px;
	padding-left: 24px;
}

.pro_listnav {
	background: #f7f7f7;
}

.pro_listnav h2 {
	position: relative;
	padding: 20px 10px 20px 30px;
	text-transform: uppercase;
	color: #fff;
	font-size: 28px;
	font-family: OSWALD-BOLD;
	background: url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/pro_libg.jpg") no-repeat;
	background-size: cover;
}

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

.pro_listnav 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%;
	padding: 28px 20px 18px 30px;
}

.accordion li .links.active {
	background: url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/select_iconq2.png") 0 10px no-repeat;
	font-weight: bold;
}

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

.accordion .links {
	cursor: pointer;
	display: block;
	font-size: 20px;
	position: relative;
	background: url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/select_iconq.png") 0 10px no-repeat;
	padding: 8px 0 8px 26px;
}

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

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

.accordion .links a:hover {
	color: #bb2e30;
}

.accordion li .links.active a {
	color: #bb2e30;
}

.submenu {
	display: none;
	overflow: hidden;
	padding-top: 6px;
	padding-bottom: 10px;
}

.submenu.on {
	display: block;
}

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

.submenu li {
	position: relative;
	padding-left: 26px;
	padding-bottom: 0;
	padding-right: 30px;
}

.submenu a {
	display: block;
	font-size: 16px;
	font-family: OPENSANSLIGHT;
	line-height: 30px;
	text-decoration: none;
	color: #666;
}

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

.ducion_nav .accordion .links {
	padding: 8px 0;
	background: transparent;
}

.ducion_nav .accordion li .links.active {
	background: transparent;
}

.pro_con {
	margin-top: 12px;
	background: #f7f7f7;
	padding: 28px 46px 10px 30px;
}

.pro_con h2, .rel_pro h2 {
	font-size: 28px;
	text-transform: uppercase;
	font-family: OSWALD-BOLD;
}

.p_conlist {
	margin-top: 32px;
}

.p_conlist li {
	margin-bottom: 25px;
	padding-left: 62px;
	position: relative;
}

.p_conlist li h6 {
	font-size: 24px;
	width: 48px;
	height: 48px;
	border-radius: 48px;
	text-align: center;
	line-height: 48px;
	background: #bb2e30;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

.p_conlist li p {
	color: #666;
	font-size: 18px;
	margin-bottom: 5px;
}

.p_conlist li a, .p_conlist li span {
	color: #333;
	font-size: 18px;
}

.p_conlist li a:hover {
	color: #bb2e30;
}

.pro_listul li {
	margin-bottom: 14px;
}

.pro_item {
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
}

.pro_item .lcon {
	width: 349px;
	float: left;
}

.pro_item .rcon {
	margin-left: 349px;
	padding: 32px 56px 0 35px;
}

.pro_litext h3 {
	font-size: 18px;
	font-weight: normal;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.pro_litext p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 17px;
	height: 51px;
	overflow: hidden;
	color: #888;
}

.pro_litext span {
	display: inline-block;
	margin-top: 16px;
	padding: 6px 28px;
	color: #888;
	font-size: 10px;
	text-transform: uppercase;
	border: 1px solid #a0a0a0;
}

.pro_item:hover .pro_litext span {
	background: #bb2e30;
	border: 1px solid #bb2e30;
	color: #fff;
}

.pro_item:hover .pro_litext h3 {
	color: #bb2e30;
}

/*分页 结束*/
.digg4 {
	text-align: center;
	font-size: 20px;
	margin-top: 35px;
}

.digg4 a, .digg4 span.miy, .digg4 span.disabled, .digg4 span.current {
	width: 32px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	background: transparent;
	height: 32px;
	line-height: 32px;
	border-radius: 32px;
	color: #222;
	text-decoration: none;
	margin: 0 5px;
}

.digg4 span.current, .digg4 span:hover, .digg4 a:hover {
	color: #bb2e30;
	background: none;
	border: none;
}

.digg4 span.disabled:hover {
	color: #bb2e30;
}

.digg4 span.disabled {
	font-size: 30px;
	line-height: 26px;
	font-weight: normal;
	background: transparent;
	color: #a6a6a6;
}

.digg4 a {
	border: none;
	color: #a6a6a6;
}

/*分页 结束*/

/*产品详情*/
.rel_pro {
	margin-top: 54px;
}

.pro-del-box {
	width: 100%;
	overflow: hidden;
	margin-bottom: 55px;
}

.del_lcon {
	width: 504px;
	float: left;
}

.del_rcon {
	margin-left: 504px;
	padding-left: 28px;
	padding-top: 20px;
}

.propicflash {
	width: 100%;
}

.propicflash .big img {
	display: none;
	width: 100%;
}

.propicflash .big img.on {
	display: block;
}

.propicflash .small {
	margin-top: 10px;
	overflow: hidden;
}

.propicflash .small img.on {
	display: block;
	border: 1px solid #bb2e30;
}

.propicflash .small img {
	float: left;
	width: 32.6%;
	margin-right: 1%;
	cursor: pointer;
	border: 1px solid #e5e5e5;
}

.propicflash .small img:last-child {
	margin-right: 0;
}

.del_rcon h1 {
	font-size: 24px;
}

.pro_desc {
	margin-top: 10px;
	height: 134px;
	overflow-y: auto;
}

.pro_desc p {
	font-size: 18px;
	line-height: 19px;
	color: #999;
}

.del_contact {
	margin-top: 24px;
	overflow: hidden;
}

.del_contact span {
	display: inline-block;
	font-size: 22px;
	overflow: hidden;
	color: #999;
	padding-left: 35px;
	float: left;
	position: relative;
	min-height: 28px;
}

.del_contact i {
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 24px;
	color: #bb2e30;
	position: absolute;
	left: 0;
	top: -3px;
}

.pro_lxbtn {
	margin-top: 28px;
}

.pro_lxbtn a {
	background: #bb2e30;
	text-align: center;
	padding: 10px 10px;
	width: 48%;
	font-size: 16px;
	color: #fff;
	display: inline-block;
}

.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_lxbtn a:last-child {
	margin-left: 2%;
	background: #333;
	color: #fff;
}

.share {
	margin-top: 15px;
}

.proinfomenu {
	overflow: hidden;
	width: 100%;
	background: url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/infomenu_bg.jpg") no-repeat;
	background-size: cover;
}

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

.proinfomenu a {
	font-size: 18px;
	float: left;
	position: relative;
	color: #fff;
	padding: 18px 3.8%;
	display: inline-block;
	text-align: center;
}

.proinfomenu.top0 {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
}

.proinfomenu.top0 a {
	width: 20%;
	padding: 18px 0;
}

.proinfomenu a.on, .proinfomenu a:hover {
	text-decoration: underline;
}

.proinfomenu a:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -13px;
	right: 0;
	width: 7px;
	height: 22px;
	background: url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/promenu_icon.png") no-repeat;
}

.proinfomenu a:last-child:after {
	display: none;
}

.proinfomenu a.on {
	text-decoration: underline;
}

.del_item {
	margin-top: 45px;
}

.del_item h3 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 15px;
}

.del_item h3 i {
	color: #bb2e30;
	font-size: 20px;
}

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

.del_pic {
	margin-top: 18px;
	overflow: hidden;
}

.del_pic li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

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

.pro_table {
	overflow-x: auto;
}

.pro_table table {
	border-top: 1px solid #cad5d9;
	border-left: 1px solid #cad5d9;
	width: 100%;
}

.pro_table table tr td {
	padding: 16px;
	color: #666;
	font-size: 14px;
	border-bottom: 1px solid #cad5d9;
	border-right: 1px solid #cad5d9;
}

.pro_table table tr:nth-of-type(even) td {
	background: #f4f4f4;
}

.del_fea {
	padding-top: 20px;
}

.del_fea li {
	margin-bottom: 24px;
	min-height: 40px;
	display: flex;
	align-items: center;
	padding-left: 50px;
	font-size: 16px;
	line-height: 28px;
	color: #666;
	position: relative;
}

.del_fea li span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	text-align: center;
	line-height: 40px;
	background: #e5e5e5;
	color: #a3a0a0;
	font-size: 18px;
	font-family: OSWALD-BOLD;
}

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

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

.infoform input, .infoform textarea {
	width: 100%;
	border: 1px solid #dcdcdc;
	resize: none;
	font-family: Arial;
	background: transparent;
	font-size: 16px;
	line-height: 24px;
	padding: 14px 20px;
}

.infoform textarea {
	height: 210px;
}

.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:last-child, .infoform li:nth-of-type(5), .infoform li:nth-of-type(6) {
	width: 100%;
	float: none;
}

.infoform li:last-child {
	width: 100% !important;
	float: none;
	margin-top: 30px;
}

.infoform form button {
	padding: 15px 52px;
	cursor: pointer;
	background: #bb2e30;
	color: #fff;
	border-radius: 0;
	font-weight: bold;
	font-family: Arial;
	border: none;
	font-size: 16px;
}

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

.rel_swiper {
	margin-top: 22px;
}

.rel_swiper .pro_item {
	margin-bottom: 28px;
}

.rel_swiper .owl-theme .owl-controls .owl-page.active span {
	background: #bb2e30;
}

/*pro_duction*/
.pro_duc {
	width: 100%;
	overflow: hidden;
}

.pro_duc li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 25px;
}

.pro_duc li:nth-of-type(even) {
	margin-right: 0;
}

.duc_text {
	background: #ebebeb;
	text-align: center;
	padding: 28px 10px 38px 10px;
}

.duc_text p {
	font-size: 20px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

.duc_text span {
	display: inline-block;
	padding: 7px 35px;
	font-size: 14px;
	border: 1px solid #a0a0a0;
	margin-top: 20px;
	text-transform: uppercase;
	color: #888;
}

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

.duc_item:hover span {
	background: #bb2e30;
	border: 1px solid #bb2e30;
	color: #fff;
}

.pro-del-box.pro_line .del_lcon {
	width: 555px;
}

.pro-del-box.pro_line .del_rcon {
	margin-left: 555px;
}

.pro_line .pro_lxbtn a {
	width: 100%;
	float: none;
}

.pro_line .pro_lxbtn a:last-child {
	margin-left: 0;
	margin-top: 10px;
}

.p_linetext p {
	font-size: 18px;
	line-height: 28px;
	color: #666;
}

/*news*/
.news_war {
	padding-bottom: 50px;
}

.news_list li {
	margin-bottom: 26px;
}

.news_item {
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
	position: relative;
}

.news_item .lcon {
	width: 493px;
	float: left;
}

.news_item .rcon {
	margin-left: 493px;
	padding: 46px 68px 0 54px;
}

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

.news_item .rcon p {
	margin-top: 18px;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	height: 78px;
	overflow: hidden;
}

.news_item .rcon span {
	display: inline-block;
	margin-top: 18px;
	padding: 8px 38px;
	color: #757575;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #5c5c5c;
}

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

.news_item:hover .rcon span {
	background: #bb2e30;
	border: 1px solid #bb2e30;
	color: #fff;
}

.news_date {
	position: absolute;
	padding-top: 12px;
	text-align: center;
	top: 0;
	left: 0;
	width: 100px;
	height: 88px;
	background: #bb2e30;
	color: #fff;
}

.news_date p {
	font-size: 40px;
}

.news_date span {
	font-size: 14px;
	color: #eea8a9;
}

/*contact*/
.contact_box {
	width: 100%;
	overflow: hidden;
}

.contact_box .lcon {
	width: 910px;
	float: left;
}

.contact_box .rcon {
	margin-left: 910px;
	padding-left: 32px;
}

.contact_box .lcon h2 {
	font-family: OSWALD-BOLD;
	font-size: 38px;
}

.contact_box .lcon .infoform {
	margin-top: 28px;
}

.contact_box .infoform input, .contact_box .infoform textarea {
	background: #e8ecee;
	border: none;
	font-size: 14px;
	padding: 16px 20px;
}

.con_contus {
	padding: 48px 46px 30px 40px;
	background: url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/contus_bg.jpg") no-repeat;
	background-size: cover;
}

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

.con_tit {
	position: relative;
}

.con_tit h2 {
	font-size: 38px;
	font-family: OSWALD-BOLD;
	display: inline-block;
}

.con_tit .media {
	float: none;
	display: inline-block;
	margin-left: 15px;
}

.con_tit .media a {
	width: 36px;
	margin: 0;
	border-radius: 36px;
	background: transparent;
	text-align: center;
	height: 36px;
	font-size: 23px;
	line-height: 36px;
	color: #9b9b9b;
}

.con_pp {
	margin-top: 15px;
	font-size: 16px;
	line-height: 26px;
	color: #666;
}

.contact_box .rcon .p_conlist li h6 {
	width: 63px;
	height: 63px;
	line-height: 63px;
	font-size: 30px;
}

.contact_box .rcon .p_conlist li {
	padding-left: 85px;
	margin-bottom: 58px;
}

.contact_box .rcon .p_conlist li p {
	font-weight: bold;
}

.contact_box .p_conlist li a, .contact_box .p_conlist li span {
	font-size: 18px;
	color: #666;
}

.contact_box .p_conlist li h6 {
	top: -9px;
}

.map {
	width: 100%;
	margin-top: 50px;
	height: 450px;
}

.map img {
	width: 100%;
}

/*新闻*/
.infocon {
	color: #666;
	margin-bottom: 80px;
}

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

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

.infocon .time {
	text-align: center;
	margin-bottom: 20px;
	color: #999;
}

.infocon .other {
	border-top: 1px solid #ddd;
	padding: 15px 0 0 0;
	margin: 50px 0 0 0;
	line-height: 26px;
}

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

.infocon .other {
	color: #666;
	font-size: 16px;
}

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

.infocon .other a:hover {
	color: #bb2e30;
}

.infocon p {
	line-height: 25px;
	font-size: 17px;
	margin-bottom: 10px;
}

.r_iconbtn {
	position: fixed;
	right: 0;
	top: 30%;
	width: 80px;
}

.r_iconbtn ul li {
	background: #0349a8;
	width: 80px;
	height: 80px;
	padding-top: 15px;
	color: #fff;
	margin-bottom: 5px;
	text-align: center;
}

.r_iconbtn ul li i {
	color: #fff;
	font-size: 26px;
}

.r_iconbtn ul li p {
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
}

.r_iconbtn ul li:hover {
	opacity: .9;
	cursor: pointer;
}

.proinfo_form form {
	margin-top: 18px;
}

.proinfo_form input, .proinfo_form textarea {
	line-height: 26px;
	float: left;
	background: #eee;
	border: 1px solid #e5e5e5;
	resize: none;
	padding: 8px 14px;
	font-family: Arial;
	font-size: 15px;
}

.proinfo_form ul {
	overflow: hidden;
}

.proinfo_form ul li {
	width: 49.5%;
	float: left;
	margin-bottom: 10px;
}

.proinfo_form ul li:last-child {
	width: 100%;
}

.proinfo_form ul li input {
	width: 100%;
}

.proinfo_form form input::-webkit-input-placeholder {
	color: #666;
}

.proinfo_form form input:-moz-placeholder {
	color: #333;
}

.proinfo_form ul li:nth-child(even) {
	margin-left: 1%;
}

.proinfo_form ul li textarea {
	width: 100%;
	float: none;
}

.proinfo_form button {
	border: none;
	margin-top: 5px;
	background: #f19911;
	color: #fff;
	padding: 12px 30px;
	font-weight: 600;
	font-size: 15px;
	clear: both;
	transition: all .3s;
	font-family: Arial;
	border-radius: 3px;
}

.proinfo_form button:hover {
	cursor: pointer;
	opacity: .8;
}

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

.allhide {
	display: none;
}

.getinquire {
	width: 532px;
	height: auto;
	background-color: #fff;
	left: 50%;
	margin-left: -266px;
	margin-top: 10%;
	position: absolute;
	z-index: 100;
	border: 1px solid #ebeaea;
}

.top_nav {
	width: 532px;
	height: 46px;
	border-bottom: 1px solid #ebeaea;
	position: relative;
	padding: 0 20px;
}

.top_nav h2 {
	font-size: 18px;
	line-height: 46px;
}

.close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
}

.close img {
	width: 100%;
}

.getinquire .proinfo_form {
	padding: 20px;
}

.getinquire .proinfo_form p {
	color: #f19911;
	line-height: 20px;
}

@media screen and (max-width: 1680px) {
	.backToTop {
		right: 0;
		width: 50px;
		height: 50px;
		right: 0;
	}
	
	.in_abpic {
		left: -111px;
	}
	
	.subbanner h2 {
		font-size: 46px;
	}
	
	.subbanner .warper {
		padding-top: 185px;
	}
}

@media screen and (max-width: 1600px) {
	.in_databox li {
		padding: 35px 0;
	}
	
	.in_datatt span {
		font-size: 42px;
	}
	
	.in_datatt h6 {
		font-size: 32px;
	}
	
	.in_abpic {
		left: -72px;
	}
	
	.in_abtext {
		padding: 50px 0 100px 616px;
	}
	
	.in_pro_block .owl-controls .owl-buttons .owl-prev {
		left: -25px;
	}
	
	.in_pro_block .owl-controls .owl-buttons .owl-next {
		right: -25px;
	}
	
	.in_pro_block .item {
		margin: 0 12px;
	}
	
	.in_case {
		padding: 30px 0 70px 0;
	}
	
	.cust_flag {
		margin-top: 20px;
	}
	
	.ab_text .in_abtext {
		padding: 30px 0 45px 618px;
	}
	
	.home_boxtit {
		font-size: 35px;
	}
	
	.ab_advlist li p {
		margin-top: 15px;
	}
	
	.ab_advlist {
		margin-top: 30px;
	}
	
	.ser_top {
		margin-top: 40px;
	}
	
	.ser_text {
		padding: 30px;
	}
	
	.ab_ser {
		padding: 70px 0;
	}
	
	.ab_faqswiper .owl-controls .owl-buttons .owl-prev {
		left: 12px;
	}
	
	.ab_faqswiper .owl-controls .owl-buttons .owl-next {
		right: 12px;
	}
	
	.ab_faqswiper {
		margin-top: 30px;
	}
	
	.ab_faq {
		padding: 60px 0;
	}
}

@media screen and (max-width: 1440px) {
	.warper {
		width: 90%;
	}
	
	#banner_home .owl-theme .owl-controls {
		bottom: 18px;
	}
	
	.in_databox li {
		padding: 30px 0;
	}
	
	.in_ab {
		padding: 45px 0;
	}
	
	.in_abpic {
		left: -6%;
	}
	
	.in_abpp p {
		line-height: 26px;
	}
	
	.in_pro_block {
		margin-top: 24px;
	}
	
	.in_case {
		padding: 0 0 50px 0;
	}
	
	#showArea {
		height: 382px;
	}
	
	.home_boxtit {
		font-size: 32px;
	}
	
	.fact_swi li {
		margin-bottom: 12px;
	}
	
	.mess_info li input {
		font-size: 12px;
	}
	
	.mess_box {
		padding: 40px 0;
	}
	
	.mess_info li:last-child button {
		width: 68px;
	}
	
	.mess_info li:last-child input {
		padding: 0 70px 0 20px;
	}
	
	footer .item2 {
		margin-left: 4%;
	}
	
	footer .item4 {
		width: 28%;
	}
	
	.ab_advlist li p {
		line-height: 24px;
	}
	
	.ser_h2 h2 {
		font-size: 30px;
	}
	
	.ser_text {
		width: 90%;
		margin-left: -45%;
	}
	
	.ser_text p {
		line-height: 25px;
	}
	
	.ser_item {
		padding-bottom: 256px;
	}
	
	.ser_pre {
		padding-bottom: 86px;
	}
	
	.ser_sale {
		padding-bottom: 138px;
	}
	
	.ab_ser {
		padding: 50px 0;
	}
	
	.pro_listnav h2, .pro_con h2, .rel_pro h2 {
		font-size: 26px;
	}
	
	.subbanner .warper {
		margin-left: -45%;
		padding-top: 170px;
	}
	
	.subbanner h2 {
		font-size: 36px;
	}
	
	.accordion {
		padding: 18px;
	}
	
	.pro_listbox .lcon {
		width: 350px;
	}
	
	.pro_con {
		padding: 28px 20px 10px 20px;
	}
	
	.rel_pro {
		margin-top: 35px;
	}
	
	.pro_listbox .rcon {
		margin-left: 350px;
	}
	
	.proinfomenu a {
		padding: 18px 3%;
	}
	
	.pro-del-box {
		margin-bottom: 30px;
	}
	
	.del_item h3 {
		margin-bottom: 8px;
	}
	
	.del_itemtext p {
		line-height: 23px;
	}
	
	.del_item {
		margin-top: 25px;
	}
	
	.del_item h3 {
		font-size: 23px;
	}
	
	.del_fea li {
		margin-bottom: 6px;
	}
	
	.infoform li {
		margin-bottom: 10px;
	}
	
	.pro-del-box.pro_line .del_lcon {
		width: 515px;
	}
	
	.pro-del-box.pro_line .del_rcon {
		margin-left: 515px;
	}
	
	.pat60 {
		padding-top: 50px;
	}
	
	.news_item .rcon {
		padding: 46px 25px 0 30px;
	}
	
	.contact_box .lcon {
		width: 700px;
	}
	
	.contact_box .rcon {
		margin-left: 700px;
	}
	
	.contact_box .lcon h2, .con_tit h2 {
		font-size: 32px;
	}
	
	.con_contus {
		padding: 30px 24px 30px 35px;
	}
	
	.contact_box .rcon .p_conlist li {
		margin-bottom: 40px;
	}
	
	.header-top .rcon {
		width: 20%;
	}
	
	.position nav li>a {
		padding: 33px 15px 32px 15px;
	}
	
	nav li>a {
		padding: 24px 15px 29px 15px;
	}
	
	.fact_date {
		padding-top: 14px;
	}
}

@media screen and (max-width: 1366px) {
	nav li>a {
		padding: 24px 15px 29px 15px;
	}
	
	.in_datatt span {
		font-size: 35px;
	}
	
	.in_protext {
		padding: 20px;
	}
	
	.fact_date h4 {
		font-size: 24px;
	}
	
	.fact_date {
		padding-top: 15px;
	}
	
	#showArea {
		height: 358px;
	}
	
	.cust_swiper, .in_factlist {
		margin-top: 16px;
	}
	
	.mess_info li input {
		padding: 0 10px;
	}
	
	.mess_info li:last-child input {
		padding: 0 70px 0 10px;
	}
	
	footer .item1 {
		width: 20%;
	}
	
	footer .item3 {
		width: 27%;
	}
	
	footer .item4 {
		width: 32%;
	}
	
	footer .item {
		padding-top: 28px;
		padding-bottom: 22px;
	}
	
	.in_pro_block, .ab_faqswiper {
		margin-top: 15px;
	}
	
	.ab_adv {
		padding: 50px 0;
	}
	
	.ab_faq {
		padding: 40px 0;
	}
	
	.accordion .links {
		font-size: 18px;
		padding: 6px 0 6px 26px;
	}
	
	.submenu a {
		line-height: 24px;
	}
	
	.pro_con {
		padding: 15px 20px 10px 20px;
	}
	
	.p_conlist {
		margin-top: 15px;
	}
	
	.pro_listbox {
		padding-bottom: 50px;
	}
	
	.in_protext span {
		margin-top: 14px;
	}
	
	.del_lcon {
		width: 460px;
	}
	
	.del_rcon {
		margin-left: 460px;
		padding-top: 0;
		padding-left: 15px;
	}
	
	.del_contact span {
		font-size: 20px;
	}
	
	.pro_lxbtn, .share {
		margin-top: 10px;
	}
	
	.pro_desc p {
		font-size: 17px;
	}
	
	.proinfomenu a {
		padding: 18px 2.2%;
	}
	
	.duc_text {
		padding: 20px 10px;
	}
	
	.duc_text span {
		margin-top: 10px;
	}
	
	.pro-del-box.pro_line .del_lcon {
		width: 460px;
	}
	
	.pro-del-box.pro_line .del_rcon {
		margin-left: 460px;
	}
	
	.pat60 {
		padding-top: 40px;
	}
	
	.case_war li {
		margin-bottom: 25px;
	}
	
	.news_item .lcon {
		width: 410px;
	}
	
	.news_item .rcon {
		margin-left: 410px;
		padding: 24px 25px 0 30px;
	}
	
	.contact_box .lcon .infoform {
		margin-top: 15px;
	}
	
	.fact_item {
		padding: 20px 17px;
	}
}

@media screen and (max-width: 1280px) {
	nav li>a {
		padding: 24px 12px 29px 12px;
	}
	
	.position nav li>a {
		padding: 33px 12px 32px 12px;
	}
	
	.in_databox li p {
		font-size: 16px;
	}
	
	.in_abtext {
		padding: 50px 0 68px 616px;
	}
	
	.in_abpp {
		margin-top: 20px;
	}
	
	.in_pro {
		padding: 40px 0;
	}
	
	.home_boxtit {
		font-size: 28px;
	}
	
	#gotop, #gobottom {
		top: 6px;
	}
	
	#showArea {
		height: 333px;
	}
	
	.cust_flag {
		margin-top: 12px;
	}
	
	.ab_advlist li h5 {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 28px;
	}
	
	.ab_advlist li p {
		font-size: 17px;
		line-height: 22px;
	}
	
	.ab_advlist {
		margin-top: 20px;
	}
	
	.ab_adv {
		padding: 40px 0;
	}
	
	.ser_text {
		padding: 20px;
	}
	
	.ser_pre {
		padding-bottom: 102px;
	}
	
	.ser_sale {
		padding-bottom: 125px;
		margin-top: 45px;
	}
	
	.ab_ser .lcon {
		padding-right: 15px;
	}
	
	.ab_ser .rcon {
		padding-left: 15px;
	}
	
	.ser_pre {
		padding-bottom: 72px;
	}
	
	.ser_h2 h2 {
		font-size: 26px;
	}
	
	.ser_top {
		margin-top: 24px;
	}
	
	footer .item ul li a {
		line-height: 28px;
	}
	
	.item_pp p {
		line-height: 22px;
	}
	
	.item_pp {
		margin-top: 10px;
	}
	
	.subbanner h2 {
		font-size: 28px;
	}
	
	.subbanner .warper {
		padding-top: 150px;
	}
	
	.ab_text .in_abtext {
		padding: 22px 0 45px 618px;
	}
	
	.in_ab {
		padding: 35px 0;
	}
	
	.pro_item .rcon {
		padding: 32px 30px 0 25px;
	}
	
	.pro_listbox .lcon {
		width: 292px;
	}
	
	.pro_listbox .rcon {
		margin-left: 292px;
	}
	
	.pro_listnav h2, .pro_con h2, .rel_pro h2 {
		font-size: 23px;
	}
	
	.p_linetext p {
		font-size: 17px;
		line-height: 25px;
	}
	
	.news_date {
		width: 85px;
	}
	
	.news_list li {
		margin-bottom: 15px;
	}
	
	.contact_box .lcon {
		width: 650px;
	}
	
	.contact_box .rcon {
		margin-left: 650px;
	}
	
	.header-top .rcon {
		width: 23%;
	}
}

@media screen and (max-width: 1024px) {
	.header-top .rcon {
		width: 31%;
	}
	
	.logo, .position .logo {
		top: 8px;
	}
	
	.logo img {
		height: 45px;
	}
	
	.header-top .lcon, .media {
		display: none;
	}
	
	.position {
		height: 56px;
	}
	
	header {
		background: #fff;
	}
	
	#banner_home, .subbanner {
		margin-top: 62px;
	}
	
	#nav .nav-button {
		display: block;
		top: 10px;
		right: 0;
	}
	
	header, header.position {
		height: 62px;
	}
	
	nav {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		width: 300px;
		z-index: 99;
		overflow: auto;
		background: #222;
		transform: translateX(-300px);
		transition: .3s;
	}
	
	nav li {
		float: none;
	}
	
	nav li>a {
		margin: 0;
		color: #fff;
		border-bottom: 1px solid #fff;
		display: block;
		padding: 15px 10px;
		border-bottom: 1px solid #2e2e2e;
		text-align: left;
	}
	
	nav li dl {
		left: 0;
		top: 0;
		background: #2e2e2e;
		position: inherit;
		opacity: 1;
		display: block;
	}
	
	nav li a:hover {
		background: #e10103;
		color: #fff;
	}
	
	nav li dd a {
		padding: 10px 20px;
		display: block;
		border-bottom: none;
		color: #fff;
	}
	
	nav li dl dd a {
		white-space: normal;
	}
	
	nav li a:after {
		height: 0;
	}
	
	.position nav li>a {
		padding: 15px 10px;
		color: #fff;
	}
	
	.position nav dl {
		top: 0;
	}
	
	.nav-open {
		left: 0;
	}
	
	.header-top .lcon a:nth-of-type(2), .head_rcon {
		display: none;
	}
	
	.warper {
		width: 96%;
	}
	
	.header-top .rcon {
		width: 106px;
		position: absolute;
		right: 40px;
		width: 120px;
	}
	
	.languagebox ul {
		background: url("https://cdn-ilejmmd.nitrocdn.com/oXYDegmwMYcwGBciZYJDNrCDvsbyPkYg/assets/images/optimized/rev-6a08ef8/www.mingyangmachinery.com/wp-content/themes/mingyang/images/select_arrow.png") no-repeat 104px 11px;
	}
	
	.languagebox ul.nitro-lazy {
		background: none !important;
	}
	
	.languagebox a {
		font-size: 16px;
	}
	
	.languagebox {
		width: 120px;
		margin-top: 15px;
	}
	
	.languagebox a:hover {
		color: #333;
	}
	
	.position .header-top, .header-top {
		height: 0;
		display: block;
	}
	
	.header-top {
		border: none;
	}
	
	.fixnav {
		display: none;
	}
	
	nav li.on a, nav li:hover a {
		background: #e10103;
		color: #fff;
	}
	
	#banner_home .owl-theme .owl-controls .owl-page span {
		width: 12px;
		height: 12px;
	}
	
	.in_datatt h6 {
		margin-right: 2px;
		font-size: 26px;
	}
	
	.in_databox li {
		margin-right: 3%;
		width: 22%;
		padding: 17px 0;
	}
	
	.in_datatt span {
		font-size: 28px;
	}
	
	.backToTop {
		width: 40px;
		height: 40px;
	}
	
	.in_abpic {
		width: 538px;
	}
	
	.in_abtext {
		padding: 12px 0 68px 534px;
	}
	
	.home_boxtit {
		font-size: 24px;
	}
	
	.in_abpp {
		margin-top: 6px;
	}
	
	.in_abpp p {
		line-height: 21px;
	}
	
	.in_abtext a {
		margin-top: 20px;
	}
	
	.in_pro {
		padding: 30px 0;
	}
	
	.in_pro_block .item {
		margin: 0 6px;
	}
	
	.in_pro_block .owl-controls .owl-buttons .owl-prev {
		left: -10px;
	}
	
	.in_pro_block .owl-controls .owl-buttons .owl-next {
		right: -10px;
	}
	
	.in_pro_block .owl-controls .owl-buttons div {
		width: 50px;
	}
	
	.in_case .in_casecusto {
		padding-right: 40px;
	}
	
	.fact_item {
		padding: 15px;
	}
	
	.fact_date {
		padding-top: 0;
	}
	
	.fact_date h4 {
		font-size: 19px;
	}
	
	.fact_date p {
		font-size: 19px;
		margin-top: 20px;
	}
	
	#showArea {
		height: 268px;
	}
	
	.mess_box {
		display: none;
	}
	
	footer .item1 {
		display: none;
	}
	
	footer .item2 {
		margin-left: 0;
		width: 19%;
	}
	
	footer .item3 {
		width: 36%;
	}
	
	footer .item4 {
		width: 45%;
	}
	
	.con_icon div:last-child {
		margin-bottom: 0;
	}
	
	.subbanner .warper {
		margin-left: -48%;
		padding-top: 85px;
	}
	
	.in_abpic {
		left: -3%;
	}
	
	.ab_text .in_abtext {
		padding: 0 0 0 537px;
	}
	
	.ab_text .in_abtext .in_abpp p {
		margin-bottom: 6px;
	}
	
	.ab_advlist li p {
		line-height: 19px;
	}
	
	.ab_adv {
		padding: 30px 0;
	}
	
	.ab_advlist li h5 {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 24px;
	}
	
	.ser_text p {
		line-height: 22px;
	}
	
	.ser_text {
		padding: 15px;
	}
	
	.ser_item {
		padding-bottom: 218px;
	}
	
	.ser_pre {
		padding-bottom: 103px;
	}
	
	.ser_sale {
		padding-bottom: 128px;
	}
	
	.pat60 {
		padding-top: 25px;
	}
	
	.pro_listbox .lcon {
		width: 100%;
		float: none;
	}
	
	.pro_con, .rel_pro {
		display: none;
	}
	
	.pro_listbox .rcon {
		margin-left: 0;
		padding-left: 0;
		margin-top: 12px;
	}
	
	.pro_item .lcon {
		width: 340px;
		float: left;
	}
	
	.pro_item .rcon {
		margin-left: 340px;
		padding: 32px 30px 0 25px;
	}
	
	.accordion {
		display: none;
	}
	
	.pro_listnav h2 {
		padding: 12px;
		font-size: 20px;
	}
	
	.pro_listnav h2 a {
		display: block;
		padding-top: 0px;
		top: 0;
		line-height: 55px;
		font-size: 45px;
		padding-right: 12px;
	}
	
	.pro_listbox {
		padding-bottom: 30px;
	}
	
	.pro_item .rcon {
		padding: 22px 30px 0 25px;
	}
	
	.case_war li {
		margin-bottom: 16px;
	}
	
	.case_box {
		padding-bottom: 32px;
	}
	
	.news_date p {
		font-size: 30px;
	}
	
	.news_date {
		height: 75px;
	}
	
	.news_item .lcon {
		width: 385px;
	}
	
	.news_item .rcon {
		margin-left: 385px;
	}
	
	.infocon .other {
		margin-top: 28px;
		padding-top: 6px;
	}
	
	.infocon {
		margin-bottom: 40px;
	}
	
	.case_del li {
		margin-bottom: 10px;
	}
	
	.contact_box .lcon h2, .con_tit h2 {
		font-size: 23px;
	}
	
	.contact_box .lcon {
		width: 476px;
	}
	
	.contact_box .rcon {
		margin-left: 476px;
	}
	
	.con_contus {
		padding: 20px;
	}
	
	.infoform li:last-child {
		margin-top: 6px;
	}
	
	.map {
		margin-top: 18px;
	}
	
	.contact_box .rcon .p_conlist li {
		padding-left: 72px;
		margin-bottom: 28px;
	}
}

@media screen and (max-width: 768px) {
	.in_ab {
		padding: 25px 0;
	}
	
	.in_abpic {
		position: static;
		width: 100%;
	}
	
	.in_abtext {
		padding: 0;
	}
	
	.in_case .in_casecusto {
		width: 100%;
		float: none;
		padding-right: 0;
	}
	
	.in_case .in_casefact {
		width: 100%;
		float: none;
		margin-top: 25px;
	}
	
	.fact_date {
		padding-top: 35px;
	}
	
	#showArea {
		height: 442px;
	}
	
	.in_case {
		padding: 0 0 24px 0;
	}
	
	footer .item2 {
		display: none;
	}
	
	footer .item3 {
		width: 45%;
	}
	
	footer .item4 {
		width: 54%;
	}
	
	.subbanner h2 {
		font-size: 23px;
	}
	
	.subbanner p {
		display: none;
	}
	
	.subbanner .warper {
		padding-top: 78px;
	}
	
	.ab_text .in_abtext {
		padding: 0;
	}
	
	.ab_advlist li h5 {
		width: 65px;
		height: 65px;
		line-height: 65px;
	}
	
	.ab_advlist:before {
		top: 32px;
	}
	
	.ab_ser {
		padding: 25px 0;
	}
	
	.ab_ser .lcon {
		width: 100%;
		padding: 0;
		float: none;
	}
	
	.ser_top {
		margin-top: 13px;
	}
	
	.ser_item {
		padding-bottom: 0;
	}
	
	.ser_text {
		position: static;
		width: 100%;
		margin-left: 0;
	}
	
	.ab_ser .rcon {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 15px;
	}
	
	.ser_sale {
		margin-top: 15px;
	}
	
	.ab_faq {
		padding: 25px 0;
	}
	
	.del_lcon {
		width: 100%;
		float: none;
	}
	
	.del_rcon {
		margin-left: 0;
		padding-left: 0;
		margin-top: 12px;
	}
	
	.pro_desc {
		height: auto;
	}
	
	.pat60 {
		padding-top: 15px;
	}
	
	.duc_text {
		padding: 10px;
	}
	
	.pro_duc li {
		margin-bottom: 12px;
	}
	
	.pro-del-box.pro_line .del_lcon {
		width: 100%;
		float: none;
	}
	
	.pro-del-box.pro_line .del_rcon {
		margin-left: 0;
	}
	
	.case_war li {
		width: 49%;
	}
	
	.case_war li:nth-of-type(3n) {
		margin-right: 2%;
	}
	
	.case_war li:nth-of-type(even) {
		margin-right: 0;
	}
	
	.case_del li {
		width: 100%;
		float: none;
	}
	
	.news_item .lcon {
		width: 286px;
	}
	
	.news_item .rcon {
		margin-left: 286px;
		padding: 16px 12px 0 17px;
	}
	
	.news_item .rcon p {
		margin-top: 9px;
		line-height: 21px;
		height: 63px;
	}
	
	.news_item .rcon span {
		margin-top: 6px;
	}
	
	.news_war {
		padding-bottom: 30px;
	}
	
	.infocon p {
		line-height: 22px;
	}
	
	.infocon .time {
		margin-bottom: 6px;
	}
	
	.contact_box .lcon {
		width: 100%;
		float: none;
	}
	
	.contact_box .rcon {
		margin-left: 0;
		padding-left: 0;
	}
	
	.contact_box .rcon .p_conlist li h6 {
		width: 55px;
		height: 55px;
		line-height: 55px;
	}
	
	.in_factlist {
		position: relative;
	}
	
	#gotop, #gobottom {
		top: -52px;
	}
}

@media screen and (max-width: 640px) {
	#showArea {
		height: 348px;
	}
	
	.fact_date {
		padding-top: 24px;
	}
	
	.pro_item .lcon {
		width: 100%;
		float: none;
	}
	
	.pro_item .rcon {
		margin-left: 0;
		margin-top: 0;
		padding: 15px;
	}
	
	.news_item .rcon span {
		display: none;
	}
	
	.news_item .rcon p {
		height: 84px;
	}
}

@media screen and (max-width:480px) {
	.logo img {
		height: 33px;
	}
	
	.logo, .position .logo {
		top: 16px;
	}
	
	.footmenu {
		display: block;
	}
	
	.footmenu div.con {
		background: #e10103;
	}
	
	footer {
		margin-bottom: 60px;
	}
	
	.in_databox li p {
		font-size: 15px;
		line-height: 16px;
	}
	
	.in_datatt span {
		font-size: 23px;
	}
	
	.in_ab {
		padding: 15px 0;
	}
	
	.home_boxtit {
		font-size: 20px;
	}
	
	.in_pro {
		padding: 20px 0;
	}
	
	.fact_item .lcon {
		width: 100%;
		float: none;
	}
	
	.fact_date {
		padding-top: 0;
	}
	
	.fact_date p {
		margin-top: 10px;
	}
	
	.fact_item .rcon {
		margin-left: 0;
		margin-top: 10px;
	}
	
	#showArea {
		height: 548px;
	}
	
	footer .item3 {
		display: none;
	}
	
	footer .item4 {
		width: 100%;
		float: none;
	}
	
	footer .copyright {
		padding: 10px;
	}
	
	.con_icon div {
		margin-bottom: 12px;
	}
	
	.ab_adv {
		padding: 20px 0;
	}
	
	.ab_advlist li {
		width: 50%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.ab_advlist:before {
		display: none;
	}
	
	.ab_advlist li h5 {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 19px;
	}
	
	.ab_advlist li p {
		margin-top: 6px;
	}
	
	.ab_ser {
		padding: 15px 0;
	}
	
	.del_rcon h1 {
		font-size: 20px;
	}
	
	.del_pic {
		margin-top: 5px;
	}
	
	.del_pic li {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 5px;
	}
	
	.infoform li {
		width: 100%;
		float: none;
		margin-bottom: 5px;
	}
	
	.infoform li:nth-of-type(even) {
		float: none;
	}
	
	.pro_duc li, .case_war li {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	.news_item .lcon {
		width: 100%;
		float: none;
	}
	
	.news_item .rcon {
		margin-left: 0;
		padding: 12px;
	}
	
	.con_pp {
		margin-top: 2px;
	}
	
	.con_contus {
		padding: 15px;
	}
	
	.contact_box .rcon .p_conlist li {
		margin-bottom: 22px;
		padding-left: 52px;
	}
	
	.contact_box .rcon .p_conlist li h6 {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 23px;
	}
	
	.subbanner .warper {
		padding-top: 40px;
	}
	
	.subbanner {
		overflow: hidden;
	}
	
	.subbanner img {
		height: 116px;
		width: auto;
	}
}

@media screen and (max-width:414px) {
	#showArea {
		height: 515px;
	}
	
	.in_databox li {
		width: 50%;
		margin-right: 0;
		padding: 5px 0;
	}
}

@media screen and (max-width:380px) {
	#showArea {
		height: 490px;
	}
}

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