@import url("swiper.css");
@import url("../bootstrap/css/bootstrap.css");
@import url("animate.css");

.navBox {
	position: relative;
	z-index: 99;
	

}

@font-face {
	font-family: 'LAOUI';
	src: url('LAOUI.TTF');
}

.crumbs {
	margin-top: -41px;
	position: relative;
	line-height: 40px;
	background: rgba(0,88,36,.8);
	border-top: 1px solid #FFFFFF;
	overflow: hidden;
	color: #FFFFFF;
}

.title {
	text-align: center;
}

.title h1 {
	color: #074921;
	font-family: 'LAOUI';
}

.navbar {
	padding: 0;
}

.title img {
	display: block;
	margin: 0 auto;
}

.nav-item {
	padding: 0 0;
	padding-right: 14px;
	padding-left: 14px;
	text-transform: uppercase;

}

.nav-item:last-child {
	border: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
	display: block;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	
}

.logo {
	margin-right: 33%;
	margin-bottom: 10px;
}

/* 转大写 */
.large {
	text-transform: uppercase;
}

/* .swiper-containers {
	position: relative;
} */

.swiper-container img {
	width: 100%;
	height: 100%;
}

.foot {
	background: #005824;
	padding-top: 4%;
}

.footList {
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.footList h3 {
	margin-bottom: 20px;
	font-size: 18px;
	color: #FFFFFF;
}

.footList li {
	margin-bottom: 5px;
}

.footList li a {
	font-size: 14px;
	color: #FFFFFF;
}
.footList li p {
	font-size: 14px;
	color: #FFFFFF;
}
.footBtm {
	overflow: hidden;
	padding-bottom: 15px;
}

.footBtm span {
	float: left;
	color: #FFFFFF;
	color: #14px;
}

.footBtm a {
	float: right;
	color: #FFFFFF;
	color: #14px;
}

.bottom {
	padding: 10px;
	border-top: 1px solid #FFFFFF;
	background: #005824;
	color: #FFFFFF;
}
.sitemap{text-align: right;}
.bImg {
	margin-right: 20px;
}

.bImg a {
	margin-left: 20px;
}

@media screen and (max-width: 1280px) {
	.logo{margin-right: 20%;}
}

@media screen and (max-width: 1100px) {
	.logo{margin-right: 10%;}
}
@media screen and (max-width: 750px) {
	.nav-item {
		padding: 10px 0;
		padding-right: 28px;
		padding-left: 28px;
		text-transform: uppercase;
		margin-top: 10px;
	}

	.dropdown-menu {
		left: 10px;
		min-width: 200px;
	}

	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}

	.teb span {
		margin: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {}
.search{margin-left: 150px!important;}
.swiper-slide {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-container,
.swiper-containers {
	width: 100%;
	overflow: hidden;
}

.swiper-containers {
	position: relative;
}

.swiper-container img {
	width: 100%;
	height: 100%;
}

.inputBox div {
	margin-bottom: 10px;
}

.inputBox div input {
	background: none;
	border: none;
	border-bottom: 1px solid #cfd9e6;
	text-indent: 10px;
  	width: 100%;
	color:#fff;
}

.textarea {
    width: 100%;
	text-indent: 10px;
	background: none;
	border: none;
	border-bottom: 1px solid #cfd9e6;
	color:#fff;
}

.p {
	margin-top: 10px;
	padding-bottom: 20px;
}

.p a {
	margin-left: 10px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #FFFFFF;
	font-size: 16px;
}

.link {
	color: #FFFFFF;
	padding: 10px 0;
  margin-top: 20px;
}

.link a {
	padding: 0 20px;
	color: #FFFFFF;
}

.inputBox .send {
	float: right;

	font-size: 16px;
	color: #FFFFFF;
	width: 80px;
	border: 1px solid #cfd9e6;
}
.flogo-box{width: 100%; max-width: 260px;padding-bottom: 8px;margin-bottom: 8px;border-bottom: 1px solid #fff;}
.flogo{display: block;margin: 0 auto;}