body,
html {
	font-family: "微软雅黑";
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #555;
	width: 100% !important;
	height: 100% !important;
}

h1 {
font-size: 30px;
line-height: 40px;
font-weight: 700;
margin-bottom: 30px;
}


h2 {
	
	margin: 0;
}

h3 {
	font-size: 16px;
	font-weight: 500;

}

h4 {
	font-size: 16px;
	line-height: 27px;
	color: #666;
	margin-bottom: 5px;
}

h5 {
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
}

h6 {
	font-size: 18px;
	font-weight: 600;
	color: #60af3c;
	line-height: 36px;
}

p {
	text-indent: 1em;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
}

p strong {
	font-size: 20px;
	color: #60af3c;
	font-weight: 500;
}

/*p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}*/
a {
	color: #fff;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #F4D03F;
}

ul,
ol {
	list-style: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

ul,
ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

/* Navigation */
.navbar-custom {
	margin-bottom: 0;
	text-transform: uppercase;
	background-color: #000;
}

.navbar-custom .navbar-brand {
	font-weight: 600;
}

.navbar-custom .navbar-brand .fa {

	width: 100px;


}

.navbar-custom .navbar-brand:focus {
	outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}

.navbar-custom a {
	color: #fff;
}

.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,.zm-now-page {
	outline: 0;
	color: #60af3c !important;
	background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #FFF;
	;
}

.navbar-custom .nav li.active {
	outline: 0;
}

.navbar-custom .nav li.active a {
	background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li.active a:hover {
	color: #fff;
}

@media(min-width:768px) {
	.navbar-custom {
		padding: 20px 0;
		border-bottom: 0;
		letter-spacing: 1px;
		background: 0 0;
		-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
		-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
		transition: background .5s ease-in-out, padding .5s ease-in-out;
	}

	.navbar-custom.top-nav-collapse {
		padding: 0;
		background: #222;
	}
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

/* Home Style */
.intro {
	display: table;
	width: 100%;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../img/intro-bg.jpg) no-repeat bottom center;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}

.intro .intro-body .brand-heading {
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: -2px;
}

.intro .intro-body .intro-text {
	font-size: 18px;
}

@media(min-width:768px) {
	.intro {
		height: 100%;
		padding: 0;
	}

	.intro .intro-body H1 {
		font-size: 50px;
		font-weight: 600;
		letter-spacing: -2px;
	}

	.intro .intro-body .intro-text {
		font-size: 24px;
		text-transform: uppercase;
		margin-top: 20px;
		margin-bottom: 50px;
	}
}

.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 45px;
	padding: 7px 16px;
	border: 2px solid rgba(255, 255, 255, .2);
	border-radius: 100% !important;
	font-size: 40px;
	color: #FFFFFF;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	margin-bottom: 0px;
}

.btn-circle:hover,
.btn-circle:focus {
	outline: 0;
	color: #60af3c;
	background: rgba(255, 255, 255, .1);
}

.btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-moz-keyframes pulse {
	0% {
		-moz-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-moz-transform: scale(1.2);
		transform: scale(1.2);
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
	}
}

#team {
	padding: 80px 0;
}

.section-title h2,
.section-title.center h2 {
	font-weight: 400;
	margin-bottom: 30px;
}

.section-title.center hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #60af3c;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}

/* About Section */
#about {
	padding: 80px 0;
	color: #444;
	background: #f4d03f;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f8f8f8 100%, #f8f8f8 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #f8f8f8), color-stop(100%, #f8f8f8));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f8f8 100%, #f8f8f8 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f8f8 100%, #f8f8f8 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f8f8f8 100%, #f8f8f8 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f8f8f8 70%, #f8f8f8 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d03f', endColorstr='#c3a632', GradientType=0);
	/* IE6-9 */
}

#about .about-text {
	margin-left: 10px;
	margin-top: 40px;
}

#about .section-title.center hr {
	background: #60af3c;
}

#about .padding-left {}

#about H4 {
	color: #333;
}

#about i.fa {
	float: left;
	display: block;
	margin-right: 15px;
	color: #60af3c;
	font-size: 28px;
}

#about img {
	margin-left: 10px;
}
/* Achivements Section */
#achivements {
	padding: 80px 0;
	color: #aaa;
	background: #6f7275;
	/* Old browsers */
	background: -moz-linear-gradient(top, #6f7275 0%, #31353a 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6f7275), color-stop(100%, #31353a));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #6f7275 0%, #31353a 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #6f7275 0%, #31353a 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #6f7275 0%, #31353a 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #6f7275 0%, #31353a 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f7275', endColorstr='#31353a', GradientType=0);
	/* IE6-9 */
}

.achivement-box {
	text-align: center;
	margin: 20px 0;
}

.achivement-box i.fa {
	font-size: 60px;
	font-weight: 400;
	color: #F4D03F;
	margin-bottom: 20px;
}

.achivement-box h4 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.achivement-box span.count {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	display: block;
}

/* Team Section */
.team {
	padding: 100px 0;
	background-color: #F8F8F8;
	/* Old browsers */
	background-color: #F8F8F8;
	/* FF3.6+ */
	background-color: #F8F8F8;
	/* Chrome,Safari4+ */
	background-color: #F8F8F8;
	/* Chrome10+,Safari5.1+ */
	background-color: #F8F8F8;
	/* Opera 11.10+ */
	background-color: #F8F8F8;
	/* IE10+ */
	background-color: #F8F8F8;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0);
	/* IE6-9 */
}

img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}

.team .thumbnail:hover>img.img-circle.team-img {
	border: 4px solid #F4D03F;
	font-size: medium;
}

.team .thumbnail {
	background: transparent;
	border: 0;
}

.team .thumbnail .caption {
	padding: 9px;
	color: #5a5a5a;
}

/* 控制解决方案pc和移动端分别显示 */
#team2 {
	display: none;
}

@media (max-width: 990px) {
	#team {
		display: none;
	}

	#team2 {
		display: block;
		padding: 80px 0;
		background-color: #FFFFFF;
	}

	#team2 .zmgundong .item {
		width: 48%;
		display: inline-block;
		height: 30vh;
	}

	#team2 .zmgundong .owl-theme {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

/* Services Section */
.services {
	padding: 80px 0;
	color: #666;
	background: #6f7275;
	/* Old browsers */
	background-color: #FFFFFF;
	/* FF3.6+ */
	background-color: #FFFFFF;
	/* Chrome,Safari4+ */
	background-color: #FFFFFF;
	/* Chrome10+,Safari5.1+ */
	background-color: #FFFFFF;
	/* Opera 11.10+ */
	background-color: #FFFFFF;
	/* IE10+ */
	background-color: #FFFFFF;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6f7275', endColorstr='#31353a', GradientType=0);
	/* IE6-9 */
}
.boxs{
	padding: 20px 0;
}
.boxs:hover{
	border: 1px solid #DFF0D8;
	
}
.services .section-title.center hr {
	background: #60af3c;
}

.services H2 {
	color: #333;
}

.services H4 {
	color: #333;
	transition: all 0.5s;
}

.space {
	margin-top: 40px;
}

.services i.fa {
	font-size: 40px;
	width: 100px;
	height: 100px;
	padding: 30px 0;
	margin-bottom: 10px;
	border-radius: 50%;
	color: #FFFFFF;
	background: #999;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.services .service:hover>i.fa {
	background: #60af3c;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/* 控制解决方案pc和移动端分别显示 */
#services2 {
	display: none;
}

@media (max-width: 990px) {
	#services .centerwarp .item{
        width: 45%;
	}

	#services2 {
		display: block;
		padding: 80px 0;
	}

	#services2 .zmgundong .item {
		width: 48%;
		display: inline-block;
		height: 24vh;
	}

	#services2 .zmgundong .owl-theme {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

/* Gallery Section 
==============================*/
#works {
	padding: 80px 0;
	background-color: #F8F8F8;
	/* Old browsers */
	background-color: #F8F8F8;
	/* FF3.6+ */
	background-color: #F8F8F8;
	/* Chrome,Safari4+ */
	background-color: #F8F8F8;
	/* Chrome10+,Safari5.1+ */
	background-color: #F8F8F8;
	/* Opera 11.10+ */
	background-color: #F8F8F8;
	/* IE10+ */
	background-color: #F8F8F8;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0);
	/* IE6-9 */
}

.categories {
	padding-bottom: 30px;
	text-align: center;
}

ul.cat li {
	display: inline-block;
}

#works li.pull-right {
	margin-top: 10px;
}

ol.type li {
	display: inline-block;
	margin-left: 20px;
}

ol.type li:after {
	content: ' | ';
	margin-left: 20px;
}

ol.type li:last-child:after {
	content: '';
}

ol.type li a {
	color: #666;
	padding: 5px 10px;
}

ol.type li a.active {
	color: #FFF;
	background: #60af3c;
	padding: 5px 10px;
	border-radius: 4px;
}

ol.type li a:hover {
	color: #FFF;
	background: #60af3c;
	padding: 5px 10px;
	border-radius: 4px;
}

ol.type li span {
	color: #666;
	padding: 5px 10px;
}

ol.type li span.active {
	color: #FFF;
	background: #60af3c;
	padding: 5px 10px;
	border-radius: 4px;
}

ol.type li span:hover {
	color: #FFF;
	background: #60af3c;
	padding: 5px 10px;
	border-radius: 4px;
}

.isotope-item {
	z-index: 2
}

.isotope-hidden.isotope-item {
	z-index: 1
}

.isotope,
.isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.portfolio-item {
	margin-bottom: 30px;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.portfolio-item:hover {
	margin-bottom: 30px;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.8);
	padding: 28% 0;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
	height: 100%;
}
.hover-bg .hover-text .imgf{
	width: 70%;
}


.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}

.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}

.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.hover-bg:hover .hover-text {
	opacity: 1;
}
#works{
	background-color: #F8F8F8;
	
}

#works i.fa {
	font-size: 24px;
	padding: 5px;
	color: #60af3c;
}

/* Testimonials Section */
#testimonials {
	background: url(../img/testimonial-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #ddd;
	padding: 80px 0;
}

#testimonial {
	padding: 0;
}

#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}

#testimonial .item .hzhb {
	float: left;
	margin: 10px;
	width: 50%;
}

#testimonial .item .hzhb img {
	float: left;
	width: 100%;
	margin-left: 0%;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #FFFFFF;
	transition: all 0.5s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #60af3c;
}

.owl-theme .owl-controls .owl-page.active span {
	background: #60af3c;
}

/* Contact Section */
#contact {
	padding: 80px 0;
	background-color: #FFFFFF;
	/* Old browsers */
	background-color: #FFFFFF;
	/* FF3.6+ */
	background-color: #FFFFFF;
	/* Chrome,Safari4+ */
	background-color: #FFFFFF;
	/* Chrome10+,Safari5.1+ */
	background-color: #FFFFFF;
	/* Opera 11.10+ */
	background-color: #FFFFFF;
	/* IE10+ */
	background-color: #FFFFFF;
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0);
	/* IE6-9 */
}

#contact h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

#contact form {
	padding: 30px 0;
}

#contact .fa {
	color: #60af3c;
	font-size: 40px;
	margin-bottom: 20px;
}

#contact .text-danger {
	color: #ff3333;
	text-align: left;
}

label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}

#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}

#contact .btn {
	background-color: #60af3c;
	border: 0;
	border-radius: 22px;
	color: #ffffff;
	margin-top: 15px;
}

.container button {

	width: 110px;
	height: 40px;
	border: none;
	background-color: #60af3c;
	border-radius: 20px;
	text-align: 40px;
	line-height: 40px;
	color: #FFFFFF;
}

button:focus {
	background: #448a24;
}

#contact .btn:hover,
#contact .btn:focus {
	background: #448a24;
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* Footer */
#footer {
	overflow: hidden;
	background: #222222;
	color: #ddd;
	padding: 30px 0 25px 0;
}

#footer .fnav {
	vertical-align: middle;
}

ul.footer-social li {
	display: inline-block;
	margin-right: 10px;
}
#footer p {
	font-size: 12px;
	margin-top: 10px;
}

#footer i.fa {
	height: 30px;
	width: 30px;
	font-size: 20px;
	padding: 4px 5px;
	color: #ddd;
	transition: all 0.5s;
}

#footer i.fa:hover {
	color: #F4D03F;
}

/*司马加油页面样式*/




/*商户申请*/


.lodin_com {

	width: 400px;
	height: 460px;
	margin: 0 auto;
	background-color: #f5f5f5;
	margin-top: 5%;
}

.lodin_com .lodin_delu p {
	text-align: center;
	font-size: 24px;
	color: #000000;
	margin-bottom: 10px;
	line-height: 80px;

}

.lodin_right {
	float: right;
	width: 280px;
	height: 400px;
	background-color: #ffffff;

}

.lodin_right .lodin_delu p {
	text-align: center;
	font-size: 24px;
	color: #000000;
	margin-bottom: 40px;
	margin-top: 40px;

}

.lodin_com ul {
	width: 246px;
	margin: 0 auto;
}

.lodin_com ul li {
	margin-bottom: 20px;
}

.lodin_com ul li img {
	float: left;
	margin-left: 5px;
}

.lodin_com ul li input {
	float: left;
	border: 1px solid #999999;
	background-color: #ffffff;
	width: 240px;
	color: #999999;
	height: 32px;
	border-radius: 4px;
	padding-left: 10px;
	line-height: 32px;

}

.lodin_com ul li input[type=checkbox] {
	width: 18px;
}

.lodin_com ul .wangji {
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	color: #333;
}

.lodin_com ul li button {
	width: 250px;
	height: 32px;
	background-color: #5885db;
	border-radius: 4px;
	color: #fff;
	border: none;
	font-size: 14px;

}

.lodin_com ul li a {
	font-size: 14px;
	color: #333333;
}

.lodin_com ul .wangji {
	font-size: 16px;
}


.pcshow {
	display: block;
}

.nav>li.ydshow {
	display: none;
}

@media screen and (max-width: 940px) {
	#sysFrame{
		display:none;
	}
}

/* 移动端兼容处理 */
@media (max-width: 990px) {
	/* 控制pc显示和移动显示 */
	.nav>li.pcshow {
		display: none;
	}

	.nav>li.ydshow {
		display: block;
	}

	.team,
	.services {
		padding: 0px 0;
	}






















	/* 移动端兼容处理 */
	@media (max-width: 990px) {
		body {
			margin: 0px;
		}

		.ydbox {
			width: 100vw;
			height: 100vh;
			flex-direction: row;
			justify-content: center;
			flex-wrap: wrap-reverse;
		}

		.portfolio-item:hover {
			margin-bottom: 30px;
			-webkit-transform: scale(1);
			-moz-transform: scale(1);
			-ms-transform: scale(1);
			-o-transform: scale(1);
			transform: scale(1);
		}

		.row .col-md-6 .shutter {
			height: 300px !important;
		}

		#footer .container {
			margin: 0 10% !important;
		}

		.hezuohuoban #testimonial .item {
			flex-direction: row;
			justify-content: center;
			flex-wrap: wrap-reverse;
		}

		#testimonial .item .hzhb {
			margin: 10px 2%;
			width: 40%;
		}

		#testimonial .item .hzhb img {
			margin-left: 0px !important;
		}

		.header_box_bg .header_box {
			width: 100%;
		}

		.ydbox .lodin_com {
			width: 100%;
			height: 100%;
			margin: 0px;
		}

		.lodin_com .lodin_delu p {
			margin: 0px;
		}
	}
}