html,
body {
	width: 100%;
	height: 100%;
}

img {
	max-width: 100%;
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1320px!important;
	}
}
.header-top {
	width: 100%;
	background: #e9edea;
}



.header-top a {
	color: #666;
	font-size: 16px;
}

.header-top ul {
	float: right;
	margin-bottom: 0;
}

.header-top li {
	position: relative;
	list-style: none;
	display: inline-block;
	color: #fff;
	border-left: 1px solid rgba(255, 255, 255, .1);
	padding: 2px 20px;
	float: left;
}

.header-top li:last-child {
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.header-top li i {
	margin-right: 10px;
}

.o-select {
	cursor: pointer;
}

.o-select i {
	margin-right: 0!important;
}

.o-drop-down {
	position: absolute;
	left: 0;
	top: 100%;
	padding: 10px 0;
	display: none;
	width: 100%;
	line-height: 25px;
	background: #fff;
	border: 1px solid #EAEAEA;
	z-index: 6;
}

li.lang:hover .o-drop-down {
	display: block;
}

li.lang:hover .o-drop-down:hover {
	background: #b81c25;
}

.o-drop-down a {
	color: #333;
	display: block;
	text-align: center;
}

li.lang:hover .o-drop-down:hover a {
	color: #fff;
}

header {
	height: 122px;
	z-index: 55555555;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid rgba(0,0,0, 0.1);
	background: transparent;
	transition: all .3s;
}


header.active .header-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background:#fff;
	transition: all .3s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	z-index: 999;
}
header.active .header-nav .navbar .nav-link{

	height: 60px;
	transition: all 0.3s;
}
header .header-nav .navbar .nav-link:before{
	content: "";
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	height: 3px;
	background:#226339;
	transition: all 0.3s;
}
.header-nav .navbar .nav-link:hover{
	color: #226339;
}
.header-nav .navbar .nav-link:hover:before{
	left: 0;
	right: 0;
	transition: all 0.3s;
}
header.active .fupad img{
	width: 60px;
}
header.active .header-nav .collapse.navbar-collapse>ul>li>a {
	color: #333;
	transition: all .3s;
}

a.navbar-brand{
	padding: 0;
}

.fupad {
	display: flex;
	outline: 0;
}
.fupad img{
	width: 80px;
}
.header-nav {
	background:#fff;
	transition: all .3s;
}

.header-nav .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-nav .navbar {
	padding: 0;
}

.header-nav .navbar .nav-link {
		position: relative;
	display: flex;
	height: 90px;
	align-items: center;
	justify-content: center;
}

.header-nav .collapse.navbar-collapse,
.header-nav .collapse.navbar-collapse ul {
	width: 100%;
	justify-content: space-between;
}

.header-nav .collapse.navbar-collapse>ul>li>a {
	color: #000;
	padding:  0 15px;
	transition: all .3s;
}

.header-nav .nav-item .dropdown-menu {
	margin: 0;
	left: 50%;
	margin-left: -90px;
	padding: 0;
	width: 180px;
	border-radius: 0;
	background: #fff;
	text-align: center;
	border: none;
	font-size: 14px;
	border-top: 2px solid #b81c25;
	/*transition: all 0.3s;
    transform: translateY(20px);
    opacity: 0;*/
}

.header-nav .nav-item:hover .dropdown-menu,
.header-nav .nav-item:hover i {
	display: block;
	/*transition: all 0.3s;
	 transform: translateY(0px);
	 opacity: 1;*/
}

.header-nav .nav-item .dropdown-menu li {
	list-style: none;
	line-height: 38px;
	border-bottom: 1px dashed #ddd;
}

.header-nav .nav-item .dropdown-menu li:last-child {
	border: none;
}

.header-nav .nav-item .dropdown-menu li:hover .dropdown-item {
	background: #b81c25;
	color: #fff;
}

.nav-item.pos_re {
	position: relative;
}

.nav-item.pos_re>i {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	font-size: 20px;
	bottom: 0;
	margin-bottom: -6px;
	color: #fff;
	transition: all 0.3s;
	color: #b81c25;
}

/**/

.mobile_header {
	display: none;
	position: fixed;
	background: #ffffff;
	color: #333333;
	width: 100%;
	z-index: 1100;
	left: 0px;
	top: 0px;
	right: 0;
}

.mobile_header a {
	color: #333333;
}

.mobile_header_title {
	display: flex;
	height: 60px;
	background: #ffffff;
	box-shadow: rgb(102, 102, 102) 0.01rem 0.01rem 0.08rem;
	justify-content: space-between;
	align-items: center;
}

.mobile_header_title img {
	display: inline-block;
	height: 40px;
}

.mobile_header_list {
	background: #1b1b1b;
	width: 100%;
	cursor: pointer;
	color: #ffffff;
	display: none;
	min-height: 100vh;
}

.mobile_header_list .card {
	background: none;
}

.mobile_header_list input {
	background: transparent;
	border: 0;
	width: calc(100% - 100px);
}

.mobile_header_list .btn:focus {
	outline: none;
	box-shadow: none;
}

.mobile_header_list input:focus {
	border: none;
	box-shadow: none;
	outline: none;
	background-color: transparent;
}

.mobile_header_list input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999 !important;
}

.mobile_header_list input::-webkit-input-placeholder {
	color: #999 !important;
}

.mobile_header_list input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999 !important;
}

.mobile_header_list input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999 !important;
}

.mobile_header_list .card h5 img {
	float: right;
	margin-top: 0.4rem;
	margin-right: 0.25rem;
}

.mobile_header_list .card h5 img:nth-child(2) {
	display: none;
}

.mobile_header_list .card h5 {
	line-height: 50px;
	font-size: 14px;
	padding-left: 15px;
	color: #ffffff;
	position: relative;
	cursor: pointer;
	border-bottom: 1px dashed #999;
	width: 90%;
	margin: auto;
	font-weight: normal;
}

.mobile_header_list .card h5 .btn {
	float: right;
	margin-top: 0.4rem;
	color: #ffffff;
	margin-right: 3%;
}

.mobile_header_list .card h5::after {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	right: 5%;
	top: 50%;
	margin-top: -0.06rem;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.mobile_header_list .card:last-child h5::after {
	border: 0;
}

.mobile_header_list .card.nodropdown h5::after {
	border-bottom: none;
	border-right: none
}

.mobile_menu_title.active h5::after {
	-webkit-transform: translate3d(0, 0px, 0) rotate(-135deg);
	transform: translate3d(0, 0px, 0) rotate(-135deg);
}

.mobile_header_list .card:first-child h5::after {
	width: 0;
	height: 0;
}

.mobile_header .card-body {
	background: #111111;
	padding: 15px;
}

.card-body ul {
	width: 90%;
	margin: auto;
}

.card-body ul li {
	list-style: none;
}

.card-body ul li a {
	color: #ffffff;
	font-size: 14px;
	line-height: 36px !important;
}

.moblie_title_left {
	float: left;
	padding: 10px 0 10px 25px;
}

.moblie_title_search {
	float: right;
	width: 10%;
	height: 70px;
	text-align: center;
	justify-content: center;
	padding-top: 25px;
	color: #999;
	font-size: 12px;
	cursor: pointer;
	position: relative;
}

.moblie_title_right {
	float: right;
	width: 12%;
	text-align: center;
	margin-top: 25px;
	cursor: pointer;
}

.menuicon {
	width: 20px;
	height: 2px;
	background: #999;
	position: relative;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: -10px;
}

.menuicon::before {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: -6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.menuicon::after {
	content: '';
	width: 20px;
	height: 2px;
	background: #999;
	position: absolute;
	left: 0;
	top: 6px;
	z-index: 999;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}

.moblie_title_right.is-active .menuicon {
	background: none;
}

.moblie_title_right.is-active .menuicon::before {
	-webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
	transform: translate3d(0, 8px, 0) rotate(45deg);
}

.moblie_title_right.is-active .menuicon::after {
	-webkit-transform: translate3d(0, -4px, 0) rotate(-45deg);
	transform: translate3d(0, -4px, 0) rotate(-45deg);
}


/*banner*/
.banner-wrapper .swiper-slide, 
.banner-wrapper.swiper-container {
    width: 100%;
    height: 100%;
}
#banner .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    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;
}
#banner {
    position: relative;
    width: 100%;
}

#banner .swiper-slide img{
	width: 100%;
}

.swiper-button-next, .swiper-button-prev{
	padding:10px;
	background: rgba(0,0,0,0.3);
}

.banner_button{
	display: flex;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 60px;
	margin-top: -30px;
	background: rgba(0,0,0,0.3);
	z-index: 33;
	    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}
.banner_button.button-next{
	right: 0;
}
.banner_button.button-left{
	left: 0;
}


#banner .swiper-pagination-bullet {
	width: 12px;
	height:12px;
	border-radius: 0;
	transition: all 0.4s;
	border:2px solid #fff;
	background: rgba(255,255,255,0.2);
	border-radius: 50%;
	opacity: 0.5;
}

#banner .swiper-pagination-bullet-active {
	width: 12px;
	height:12px;
	border: 2px solid #226339;
	transition: all 0.4s;
	background: #226339;
	opacity: 1;
}

#banner .swiper-pagination {
	text-align: center;
	position: inherit;
}

#banner .swiper-pagination-bullet {
	position: relative;
	margin: 0 5px;
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
#banner .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 20%;
	left: 0;
}
.buttonbox{
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
	z-index: 2;
}


/**/
.warrp_box{
	padding: 80px 0;
}
.title{
	font-weight: bold;
	margin-bottom: 40px;
}
.title h1{
	font-size: 52px;
	text-align: left;
}
/**/
.warrp_box.about .about_text{
	font-size: 20px;
	line-height: 36px;
}
ul.numbox{
	position: relative;
	z-index: 1;
	width: 1005;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	justify-content: space-between;
}  
ul.numbox li{
	display: flex;
        flex-direction: column;
    align-items: flex-start;
    width: calc(19% - 1px);
    margin-right:3%;
}
ul.numbox li.line{
	width: 1px;
	height: 160px;
	background: #EAEAEA;
}
  
ul.numbox li img{
	width:32px;
	margin-bottom: 20px;
}
ul.numbox li h3{
	position: relative;
	font-size: 48px;
	font-weight: bold;
	color: #226339;
}
ul.numbox li i{
	position: absolute;
	right: -20px;
	top: 0;
	font-size: 26px;
	font-style: normal;
}
ul.numbox li p{
	font-size: 14px;
	color: #999;
	text-align: left;
}

/**/
.choose .container{
	display: flex;
}
.choose .container .choose_left{
	    display: flex;
    width: 45%;
    margin-right:10%;
    flex-direction: column;
    justify-content: space-between;
}
.choose .container .choose_left .title h1{
	font-size: 46px;
}
a.more{display: flex;
	width: 180px;
	height: 50px;
	background: #226339;
	color: #fff;
	text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.choose .container .choose_right{
	width: 45%;
}
.choose_right .youshi{
	padding: 30px;
	border-radius: 5px;
	background: #fff;
	margin-bottom: 30px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.choose_right .youshi h3{
	font-size: 26px;
	font-weight: bold;
	color: #226339;
	margin-bottom: 30px;
}
.choose_right .youshi:last-child{
	margin-bottom: 0;
}
/**/
.Core{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.Core li{
	margin: 15px;
	border-radius:5px;
	border: 1px solid #eaeaea;
	width: calc(33.33% - 30px);
	overflow: hidden;
	background: #fff;
}
.Core li h2{
	font-size: 26px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 20px;
}
.Core li .text_box{
	padding: 25px;
}
/**/
.Complementary{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.Complementary li{
	margin: 15px;
	border: 1px solid #226339;
	border-radius:5px;
	width: calc(25% - 30px);
	padding: 25px 2.5%;
}
.Complementary li:nth-child(2n){
	border: 1px solid #dbd14d;
}
.Complementary li i{
	font-size: 26px;
	color: #226339;
	margin-bottom: 30px;
}
.Complementary li p{
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}
/**/
.picture_box {
	margin: 15px;
	width: calc(100% - 30px);
	display: flex;
	border-radius: 5px;
	background: url(../images/bb.jpg) no-repeat center fixed;
	background-size: cover;
	align-items: center;
}
.index-contact-p{
	width: 50%;
	background: #fff;
	padding:3% 5%;
	border-radius: 5px;
}
.index-contact-p i{
	font-size: 50px;
	margin-bottom: 40px;
	color: #226339;
}
.index-contact-p h1 {
	width: 100%;
	text-align: left;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	display: inline-block;
	padding: 10px 0px;
	margin-bottom: 0;
	line-height: 50px;
}

.container-more a {
	margin: 0 auto;
	display: flex;
	width: 200px;
	height: 54px;
	background: #6fa734;
	color: #ffffff;
	padding: 7px 15px;
	position: relative;
	align-items: center;
	justify-content: space-around;
	border-radius: 54px;
}

.container-more a:hover {
	background: #4f7725;
}
footer {
	padding: 80px 0 0px;
	background: #26352c;
}

footer .footer-top {
	padding: 50px 0;
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footer-top h2 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	width: 30%;
	min-width: 400px;
	text-transform: uppercase;
}

footer .footer-top .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

footer .footer-top .form {
	display: flex;
}

footer .footer-top .form-input {
	padding: 5px;
	display: flex;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.2);
	align-items: center;
	justify-content: space-between;
}

footer .footer-top .form-input input {
	outline: 0!important;
	background: none;
	border: none;
	color: #fff;
	height: 46px;
}

footer .footer-top .form-input input:focus {
	border: none;
	box-shadow: initial;
}

footer .footer-top .form-input .btn {
	width: 140px;
	background: #0068FF;
	border-radius: 0;
	border: 1px solid #fff;
	color: #fff;
	height: 46px;
}

footer .footer-top .form-input:nth-child(1) {
	width: 30%;
	margin-right: 8px;
}

footer .footer-top .form-input:nth-child(2) {
	width: calc(70% - 8px);
}

.footer-bottom {
	position: relative;
	overflow: hidden;
}

.footer-bottom .bb {
	position: absolute;
	width: 52% !important;
	bottom: 30px;
	right: 0;
}

.footer-bottom .container {
	display: flex;
	align-content: flex-start;
	justify-content: space-between;
}

.footer-bottom .footer-bottom-left>img {
	max-width: 210px;
	margin-bottom: 60px;
}

.footer-bottom .footer-bottom-left div {
	color: #fff;
	line-height: 30px;
}

.footer-bottom .footer-bottom-left div span {
	display: inline-block;
	min-width: 60px;
}

.footer-bottom .footer-bottom-left div p {
	display: flex;
	line-height: 28px;
	margin-bottom: 8px;
}

.beiainfo>ul {
	display: flex;
}

.beiainfo>ul li {
	display: flex;
	width: 40px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	margin-left: 15px;
}

.beiainfo>ul li img {
	width: 22px;
}

ul.footer-bottom-right {
	display: flex;
	width: 50%;
	flex-wrap:wrap ;
}
ul.footer-bottom-right li{
	width: 33.333%;
}
ul.footer-bottom-right li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
}

.beiainfo {
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media (max-width:991px) {
	.Core li{
		width: calc(100% - 30px);
	}
	.title h1{
		font-size:48px;
	}
	#banner{
		margin-top: 60px;
	}
	header{
		display: none;
	}
	.mobile_header{
		display: block;
	}
	.fupad{
	padding: 5px 0;
	}
	.Complementary li{
		width: calc(50% - 30px);
	}
	.choose .container{
		display: flex;
    	flex-direction: column;
	}
	.choose .container .choose_left{
		width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.choose .container .choose_left .more{
		margin-top: 30px;
	}
	.choose .container .choose_right{
		width: 100%;
	}
	.index-contact-p h1{
		font-size: 26px;
	}
	.footer-bottom .container {
    flex-direction: column;
	}
	ul.footer-bottom-right{
		display: none;
	}
	.beiainfo {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column-reverse;
}
.beiainfo>ul li{
	margin: 0;
}
}
@media (max-width:768px) {
	.title h1{
		font-size: 36px;
	}
	    .Complementary li {
        width: calc(100% - 30px);
    }
    .choose .container .choose_left .title h1{
    	font-size: 30px;
    }
    .index-contact-p{
    	width: 100%;
    	padding: 30px;
    }
    .warrp_box.about .about_text{
    	font-size: 16px;
    }
    ul.numbox li{
    	width: 100%;
    }
    ul.numbox li.line{
    	width: 100%;
    	height: 1px;
    	margin: 30px 0;
    }
}
	