body,
html {
	font-family: microsoft yahei, sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #555;
	width: 100% !important;
	height: 100% !important;
}

h1 {
	font-weight: 700;
}

h1 strong {
	font-weight: 900;
}

h2 {
	text-transform: uppercase;
	line-height: 20px;
	margin: 0;
}

h3 {
	font-size: 16px;
	font-weight: 700;
}

h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}

p {
	font-family: microsoft yahei, sans-serif;
}

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 i.fa {
	color: #F4D03F;
}

.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 {
	outline: 0;
	color: #F4D03F;
	background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #F4D03F;
}

.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;
}
.nddlogin{ float: right;}
.nddlogin a{ display: table; float: right; text-align: center;padding: 5px 10px; margin: 10px; background-color: #F4D03F; border-radius: 5px;}
.nddlogin a:hover{ background-color: #d4b01e;}
.nddlogin a.zfb{ background-color: #5cb85c;}
.nddlogin a.zfb:hover{ background-color: #2e882e;}
.logo{ padding: 15px 5px 2px 10px;}
.logo img{ height: 100%;}
.aboutusimg{ width: 90%; padding-top: 40px;}
.intro{ position: relative;}
.downlink{ width: 120px; height: 120px; position: absolute; top: 0; left: 0;}
	.intro .intro-t{ position: absolute; top: 100px; z-index: 3;}
.intro .intro-t .brand-heading {
	color: #F4D03F;
	text-transform: uppercase;
	letter-spacing: -2px;
}
.intro-text {
	font-size: 18px;
}
.introBg .carousel-inner > .item img{
	width:auto; height: 100%;
}

@media(min-width:768px) {
	.navbar-custom {
		padding:0;
		border-bottom: 0;
		letter-spacing: 1px;
		background: #000;
		-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: #000;
	}
}

.copyrights {
	text-indent: -9999px;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

/* Home Style */
.intro {
	
	width: 100%;
	text-align: center;
	color: #fff;
}

.introBg {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0.2);
}
.introBg .carousel-inner{ }
.introBg .carousel-inner > .item{background-color: rgba(0, 0, 0, 0.5); }

.introBg .carousel-inner > .item img{
	width:100%;
}
.intro .intro-body{ margin-top: 80px;}
.intro .intro-body .brand-heading, .intro .intro-t .brand-heading {
	color: #F4D03F;
	text-transform: uppercase;
	letter-spacing: -2px;
}

.intro .intro-body .intro-text {
	font-size: 18px;
}

.intro-link-btn {
	font-size: 14px;
	box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;
	-moz-box-shadow: 5px 5px 5px #333;
}

.intro-link-btn:active {
	box-shadow: 5px 5px 5px #333;
	-webkit-box-shadow: 5px 5px 5px #333;
	-moz-box-shadow: 5px 5px 5px #333;
}
.mengban{ width: 100%;background-color:rgba(0,0,0,0.2); position: absolute; top: 0; z-index: 2;}
@media(min-width:768px) {
	.intro {
		position: relative;
		
		padding: 0;
	}
	
	.intro .intro-t{ position: absolute; top: 100px; z-index: 3;}
/* .intro .intro-body{ position: absolute; top: 150px; z-index: 3;} */
	.intro .intro-body H1, .intro .intro-t H1 {
		font-size: 60px;
		font-weight: 700;
		letter-spacing: -2px;
	}

	.intro .intro-body .intro-text, .intro .intro-t .intro-text {
		font-size: 20px;
		text-transform: uppercase;
		letter-spacing: 8px;
		margin-bottom: 50px;
	}

	.intro-link-btn {
		font-size: 22px;
		box-shadow: 5px 5px 5px #333;
		-webkit-box-shadow: 5px 5px 5px #333;
		-moz-box-shadow: 5px 5px 5px #333;
	}
}

.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: #F4D03F;
	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: #F4D03F;
	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);
	}
}

.section-title.center {
	padding: 30px 0 0 0;
}

.section-title h2,
.section-title.center h2 {
	font-weight: 400;
	margin-bottom: 30px;
	font-size: 22px;
}
@media (min-width:768px){
	.section-title h2,
	.section-title.center h2 {
		font-size: 28px;
	}
}
.section-title.center hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #F4D03F;
	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, #f4d03f 70%, #c3a632 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #f4d03f), color-stop(100%, #c3a632));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4d03f 70%, #c3a632 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4d03f 70%, #c3a632 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4d03f 70%, #c3a632 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #f4d03f 70%, #c3a632 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4d03f', endColorstr='#c3a632', GradientType=0);
	/* IE6-9 */
}

#about .about-text {
	margin-left: 10px;
}

#about .section-title.center hr {
	background: #f7dc6f;
}

#about .padding-left {
	padding-left: 50px;
}

#about H4 {
	color: #333;
}

#about i.fa {
	float: left;
	display: block;
	margin-right: 15px;
	color: #fff;
	font-size: 24px;
	text-shadow: 0 0 1px #666;
}

#about img {
	margin-top: -30px;
	margin-left: 10px;
}

#about p {
	margin-top: 10px;
	margin-bottom: 15px;
}

/* 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: 80px 0;
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
	/* 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;
}

/* Services Section */
#services {
	padding: 40px 0;
	color: #aaa;
	background: #e4f9e5;
	/* Old browsers */
	background: -moz-linear-gradient(top, #e4f9e5 0%, #f4d03f 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4f9e5), color-stop(100%, #f4d03f));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4f9e5 0%, #f4d03f 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4f9e5 0%, #f4d03f 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4f9e5 0%, #f4d03f 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #e4f9e5 0%, #f4d03f 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4f9e5', endColorstr='#f4d03f', GradientType=0);
	/* IE6-9 */
}

#services .section-title.center hr {
	background: #c1a533;
}

#services H2 {
	color: #444;
}

#services H4 {
	color: #555;
	transition: all 0.5s;
	padding: 10px 0;
}

.space {
	margin-top: 40px;
}

#services i.fa {
	font-size: 50px;
	width: 120px;
	height: 120px;
	padding: 34px 0;
	margin-bottom: 10px;
	border-radius: 50%;
	color: #aaa;
	background: #474b4f;
	-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 {
	color: #F4D03F;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

/* Gallery Section 
==============================*/
#works {
	padding: 80px 0;
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
	/* 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: #444;
	padding: 2px 8px;
}

ol.type li a.active {
	background: #F4D03F;
	padding: 2px 8px;
	border-radius: 4px;
}

ol.type li a:hover {
	background: #F4D03F;
	padding: 2px 8px;
	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 {
	height: 260px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}

.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 i.fa {
	font-size: 20px;
	padding: 5px;
	color: #F4D03F;
}

/* Testimonials Section */
#testimonials {
	background: url(../img/ymbanner.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #ddd;

}

.testimonialsBgcolor {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.5) repeat;
}

#testimonial {
	padding: 0;
}

#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}

#testimonial .item p {
	font-weight: 500;
	margin: 10px 0;
	font-size: 20px;
	line-height: 30px;
	color: #ddd;
}

.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: #F4D03F;
}

.owl-theme .owl-controls .owl-page.active span {
	background: #F4D03F;
}

/* Contact Section */
#contact {
	padding: 80px 0;
	background: #ffffff;
	/* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%, #cccccc 100%);
	/* 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: #F4D03F;
	margin-bottom: 10px;
}

#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: #aaa;
	border: 0;
	border-radius: 4px;
	padding: 10px 20px;
	color: #ffffff;
	margin-top: 15px;
}

#contact .btn:hover,
#contact .btn:focus {
	background: #F4D03F;
}

.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 */
nav#footer {
	background: #222222;
	color: #ddd;
	padding: 30px 0 25px 0;
}

nav#footer .fnav {
	vertical-align: middle;
}

ul.footer-social li {
	display: inline-block;
	margin-right: 10px;
}

nav#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;
}
/* aboutus */
.aboutus{ padding:50px 0;}
.aboutusbg img{ width: 100%;}
.aboutus p{ text-indent: 2em;}


/* nongdidi */
.nongdidi{ background-color: rgba(71,117,113,0.6); position: relative; padding-top: 50px; padding-bottom: 50px;}
.nongdidibg{ background: url(../img/timg.jpg) no-repeat center center fixed; opacity: 0.3; background-color: #87d4d2; position: absolute; top: 0; left: 0; z-index: -2; width: 100%; height: 100%;}
.nongdidi{ text-align: center;}
.nongdidi img{ width: 60%;}
.nongdidi-jz, .nongdd-pda, .nongdd-tz, .nongdd-zw{ padding:20px 0; display: table-cell;}
.nongdidi-jz h1, .nongdd-pda h1, .nongdd-tz h1, .nongdd-zw h1{ color:#fff; font-size: 20px; line-height: 40px;padding:20px 40px; text-align:left; text-indent: 2em;}
.hengxian{background:url(../img/border.png) repeat-x top center; width:100%; height: 50px; padding:10px;}
.ndd-bg1, .ndd-bg2, .ndd-bg3, .ndd-bg4, .ndd-bg5{box-shadow:5px 5px 5px #666; border-radius:5px; margin-top: 50px;}
.ndd-bg1{ background-color:#ff7f31; }
.ndd-bg2{ background-color:#fcab0e; }
.ndd-bg3{ background-color:#00929f; }
.ndd-bg4{ background-color:#10cfb6; }
.ndd-bg5{ background-color:#5cb85c; }
.nongdd-tz-text{ padding:20px 0; }
@media(min-width:768px) and (max-width:991px){
	.nongdidi img{ width: 80%;}
	
}


/* index nav */

/* Navbar
=================================================================== */
.navbar {
border-radius: 0;
}
.navbar-toggle{ color: #fff;}
@media (min-width: 768px) {
.navbar.open-hover .navbar-nav > .dropdown:hover > .dropdown-menu,
.navbar.open-hover .navbar-nav > .dropdown > .dropdown-menu:hover {
display: block;
margin-top: 0;
visibility: visible;
opacity: 1;
}
}

.dropdown-menu{ background-color:rgba(0,0,0,0.6); margin-top: -1px !important; border-radius:10px;}
.dropdown-menu > li > a{ color: #fff; text-align: center;}


/* qiangdi */
.qiangdi{ padding: 50px 0;
background: #cccccc47;
	}
/* qiangdi donghua */

.ih-item.circle {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
	margin: 10px auto;
}
.ih-item.circle .img {
    position: relative;
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.ih-item.circle .img img {
	width: 100%;
    border-radius: 50%;
	
}
.ih-item.circle .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ih-item.circle.effect3 .img {
    z-index: 11;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
	border:10px solid #fff;
}

.ih-item.circle.effect3.colored .info {
    background: #1a4a72;
}

.ih-item.circle.effect3 .info {
    background: #333333;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.ih-item.circle.effect3 .info h3 {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-size: 16px;
    margin: 0 30px;
	line-height: 24px;
	font-weight: normal;
    padding: 40px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
	.ih-item.circle {
	    position: relative;
	    width: 160px;
	    height: 160px;
	    border-radius: 50%;
		margin: 10px auto;
	}
	.ih-item.circle .img {
	    position: relative;
	    width: 160px;
	    height: 160px;
	    border-radius: 50%;
	}
	.ih-item.circle.effect3 .info h3 {
	    font-size: 16px;
	    margin: 0 30px;
		line-height: 24px;
	    padding: 55px 0 0 0;
	    height: 110px;
	}
}

.ih-item.circle.effect3.bottom_to_top .img {
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.ih-item.circle.effect3.bottom_to_top .info {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.ih-item.circle.effect3.bottom_to_top a:hover .img {
    -webkit-transform: scale(0.5) translateY(-100%);
    -moz-transform: scale(0.5) translateY(-100%);
    -ms-transform: scale(0.5) translateY(-100%);
    -o-transform: scale(0.5) translateY(-100%);
    transform: scale(0.5) translateY(-100%);
	border:10px solid #F4D03F;
}

.ih-item.circle.effect3.bottom_to_top a:hover .info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
/* qiangdi donghua  end */

/* qiangdi product */
.qd-productz{ padding: 80px 0;}
.qd-productz .thumbnail{ box-shadow: 5px 5px 5px #ccc; overflow: hidden;}
.thumbnail > img, .thumbnail a > img{ height: 180px;}
.thumbnail > img:hover, .thumbnail a > img:hover{transition:all 1.5s;transform:scale(1.1,1.1); }
.qd-productz .btn-default{ background-color: #ec961b; border-color: #ec961b; color: #fff;}
.qd-productz .btn-default:hover{background-color: #c77807;  }
.qd-productz .thumbnail .caption h3{ white-space:nowrap; text-overflow: ellipsis;overflow: hidden;}
/* 
.qiangdi, .qd-productz, .qd-case, .qd-about{ color: #fff;} */

/*qiangdi qd-case */
.qd-case{ padding: 50px 0;}
.qd-case .carousel-inner{ height: 250px;}
.qd-case .carousel{ box-shadow: 5px 5px 5px #ccc; border:1px solid #ccc}
.qd-case .carousel .carousel-inner > .item > img, .qd-case .carousel .carousel-inner > .item > a > img{ margin: 0 auto; max-width: 100%; max-height: 250px;}
/*qiangdi qd-about */
.qd-about{background: url(../img/timg1.jpg) no-repeat; background-size: cover; background-attachment: fixed;}
.qd-about-mb{ background-color: rgba(0,0,0,0.3);padding: 50px 0; color: #fff;}
.qd-about img{ width: 90%; padding: 15px 0;}
.qd-about p{ text-indent: 2em; }


/* main-product */
.main-product a{ color: #8C8C8C;}
.mbx{ height: 50px; line-height: 50px; border-bottom: 1px solid #ccc; margin-bottom: 20px;}
.mbx .mbx-lb a{ padding: 0 10px;}
.mbx .mbx-lb a:hover{ color: #000;}
.pro-list{ background:#eee; padding: 10px; margin: 10px 0;}
.pro-list:hover{ box-shadow: 5px 5px 5px #ccc;}
.pro-list .pImg{ text-align: center; height: 120px; margin: 0 auto; display: block; overflow: hidden;}
@media (min-width: 768px) {
	.pro-list .pImg{
		height: 180px;
	}
}
.pro-list .pImg img{max-width: 100%; max-height: 100%;}
.pro-list .pImg img:hover{transition:all 1.5s;transform:scale(1.1,1.1); }
.pro-list h5{ text-align: center; font-weight: normal; border-bottom: 1px solid #999; padding-bottom: 10px;white-space:nowrap; text-overflow: ellipsis;overflow: hidden;}
.pro-list p{ text-align: right;}
.qdpage{ padding: 10px; padding-bottom: 20px; text-align: right;}
.qdpage a{ padding: 2px 5px; border:1px solid #eee; margin: 5px;}
.qdpage a:hover{ border:1px solid #ccc; }
.qdpage a.on{ background-color: #ccc;}


/* main-case */
.case-list{ padding: 20px;}
.case-list img{ width: 100%;}
.case-list img:hover{transition:all 1.5s;transform:scale(1.1,1.1); }

/* caseshow */
.OneOfTwo{ padding: 20px 0;}
.OneOfTwo h1{ text-align: center; font-size: 24px; font-weight: normal;}
.OneOfTwo .info{ text-align: center; padding: 10px 0;}
.OneOfTwo .info small{ padding-left: 10px;}
.OneOfTwo .desc{ padding:20px 40px; border:1px solid #ccc; background: #EEEEEE; border-radius: 10px; margin: 15px auto; text-indent: 2em;}
.OneOfTwo .showimg{ text-align: center; vertical-align: middle;}
.OneOfTwo .carousel{ width: 500px; margin: 0 auto;}
.OneOfTwo .carousel-inner > .item > img, .OneOfTwo .carousel-inner > .item > a > img{ margin: 0 auto; min-width: 500px;}
.OneOfTwo .conttitle{ padding: 10px 0; border-bottom: 1px solid #ccc; margin: 15px auto;}
.OneOfTwo .text{ float: right; padding-bottom: 20px;}
#textarea{ padding: 10px 20px;}
@media(max-width:768px){
	.OneOfTwo .carousel{ width: 200px;}
	.OneOfTwo .carousel-inner > .item > img, .OneOfTwo .carousel-inner > .item > a > img{ margin: 0 auto; min-width: 200px;}
}

/* news */
.newsleft{  }
.newsleft .newsleft-pro{border: 1px solid #CCCCCC; border-radius: 10px; padding: 10px; margin:0px 10px 20px 0;}
.newsleft .newsleft-pro .newsleft-title{text-align: right;font-size: 18px; border-bottom: 1px solid #ccc; margin-bottom: 10px;}
.newsleft .newsleft-pro ul li{ position:relative; margin-bottom: 15px; overflow: hidden;}
.newsleft .newsleft-pro ul li img{ width: 100%;}
.newsleft .newsleft-pro ul li h5{ position: absolute; bottom: 0; background: rgba(0,0,0,0.5); z-index: 5; display: block; width: 100%; color: #fff; text-align: center; margin: 0; padding: 10px;}
.newsleft .newsleft-pro ul li:hover img{transition:all 1.5s;transform:scale(1.1,1.1);}
.news-list{ border-bottom: 1px dashed #ccc; padding: 10px 0; margin: 5px 0; width: 100%; display: table;}
.news-list h5{ padding: 1px 0; margin: 0; float: left;}
.news-list p{ text-align: right; font-size: 12px; float: right;}
.newslistfa{ font-size: 18px; padding-right: 5px;}

@media (max-width:768px) {
	.qd-productz, .qd-case{ padding:30px;}
}

.shipin{ overflow: hidden; position: relative;}
.shipinmb{width: 100%;background-color:rgba(0,0,0,0.2); position: absolute; top: 0; z-index: 2;}
.icontb{ display: flex; margin: 0 auto; width: 120px; height: 120px; border-radius: 100px; overflow: hidden;    transition: all 0.5s ease-out;}
.icontb img{ width: 120px; height: 120px;}
#services .service:hover>.icontb {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
}

.qudong{ position: absolute; z-index: 2; top: 80px; right: 50px; display: flex; flex-direction: column; align-items: center; align-content: center; width: 100px; height: 100px; text-align: center; background: rgba(0,0,0,0.5); border-radius: 50px;}
.qudong>a>div>i.fa{ font-size: 30px; padding-top: 20px;}