body{
	font-family: Invention, sans-serif;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.head{
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 99;
}
.defx{
	display: flex;
    justify-content: space-evenly;
}
.aic{
	align-items: center;
}
.logo{
	padding: 0 30px;
}
.head_box{
	background-color: #14a83b;
	padding: 20px 30px; 
	max-width: 450px;
}
.head_box .head_form{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
}
.head_box .head_form i{
	margin-right: 10px;
}
.head_box .menu{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
	    display: flex;
}
.banner img{
	max-width: 100%;
	width: 100%;
}
.section1{
	padding: 100px 0;
}
.section1_box_t{
	font-size: 18px;
	margin: 20px 0 10px;
	font-weight: bold;
	color:#000;
}
.section1_box img{
	width: 100%;
}
.section1_box_p{
	font-size: 14px;
	color:#010101;
}
.section_t{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
.section2_box_w_p1_t{
    height: 50px;
}
.section_t{
	margin-bottom:50px ;
}
.section2_box_i{
    margin-top:30px
}
.section2_box_i img{
	width:100%;
}
.section2_box{
	position: relative;
}
.section2_box_w{
    position: absolute;
    bottom: -65px;
    width: 80%;
    left: 29px;
    background: #5facd5;
    color: #fff;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
        width: 3rem;
    height: 3rem;
        background-color: #14a83b;
            border-radius: 5px;
}
.section2_box_w_p{
	padding: 20px;
}
.section2_box_w_p1{
	padding-bottom: 30px;
	font-size: 16px;
	font-weight: bold;
	transition: height 0.5s ease;
}
.section2_box_w_p2{
	opacity: 0;
	visibility: hidden;
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	height: 0;
	transition: height 0.5s ease;
}
.section2_box_w_t{
	padding: 20px;
	border-top:1px solid #fff;
}
.section2_box_w_t a{
	color:#fff;
	font-size: 12px;
	    position: relative;
}
.section2_box_w_p .section2_box_w_p1:hover .section2_box_w_p2{
	display: block;
	        -webkit-transition: height 0.5s ease;
        transition: height 0.5s ease;
	height: 100px;
	opacity: 1;
	visibility: visible;
}
.section2{
	padding-bottom: 150px;
}
.section3{
	padding-bottom: 100px;
}
.section3_box{
	position: relative;
}
.section3_box_t{
	font-size: 18px;
	font-weight: bold;
	color:#fff;
	margin-bottom: 30px;
}
.section3_box_p{
	font-size: 14px;
	color:#fff;
	line-height: 25px;
	margin-bottom: 50px;
}
.section3_i img{
	width:100%;
}
.section3_box_x{
	width:85%;
	background: #8bbfda;
	padding: 95px;
}
.section3_i{
	position: absolute;
	right: 0;
	top: 30px;
}
.section3_box_x_w{
	width: 55%;
}
.section3_box_a1 a{
	background: #fff;
	color:#5FACD5;
	font-size: 12px;
	padding: 10px 20px;
}
.section3_box_a2 a{
	color:#fff;
	font-size: 12px;
}
.section3_box_a1{
	float: left;
    margin-right: 40px;
}
.section4{
	background: #9CDA81;
	padding: 50px 0;
}
.section4_t{
	font-size: 35px;
	font-weight: bold;
}
.section4_p{
	color:#fff;
	font-size: 22px;
	margin-bottom: 50px;
	line-height: 35px;
}
.section4_a a {
    background: #fff;
    color: #14A83B;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: bold;
}
.foot{
	padding: 50px 0;
}
.link{
	border-bottom: 2px solid #f2f2f2;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: flex;
    justify-content: flex-start;
}
.link_t{
    font-weight: bold;
}
.link_r a{
	color:#6C6C6C;
	font-weight: bold;
	margin-right: 10px;
}
.con{
	border-bottom: 2px solid #f2f2f2;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: flex;
    justify-content: flex-start;
}
.con_t{
	
    font-weight: bold;
}
.con_x{
	border-right: 2px solid #D7D7D7;
    margin-right: 20px;
    padding-right: 20px;
    height: 25px;

}
.con_r{
	color:#6C6C6C;
}
.bq{
	font-size: 14px;
	color:#6C6C6C;
}
.bq a{
	color:#6C6C6C;
	margin-left: 20px;
}

@media (max-width: 768px){
	.head_form span{
		display: none;
	}
	.section1_box{
		margin-bottom: 30px;
	}
	.section1{
		padding: 50px 0 0;
	}
	.section2_box1{
		margin-top: 0!important;
	}
	.section2_box{
		margin: 30px 20px;
        margin-bottom: 50px;
	}
	.section_t{
		margin-bottom: 30px;
	}
	.section2_box_w{
		    position: absolute;
    bottom: -65px;
    width: 80%;
    left: 20px;
    background: #5facd5;
    color: #fff;
	}
	.section2{
		padding-bottom: 80px;
	}
	.section3_box_x{
		width:auto;
		padding: 30px;
	}
	.section3_box_x_w{
		width:auto;
		        background: #8bbfda;
        padding: 30px;
	}
	.section3_i{
		position: sticky;
	}
	.section3_box_x{
		background: none;
		padding: 0;
	}
	.section3{
		    padding-bottom: 30px;
	}
	.section4{
		padding: 50px 20px;
	}
	.section4_t{
		font-size: 25px;
	}
	.section4_p{
		    font-size: 18px;
	    margin-bottom: 50px;
	    line-height: 28px;
	    margin-top: 20px;
	}
	.bq a{
		display: block;
	}
	.bq{
		    text-align: center;
	}
}
.sea_box{
	    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden auto;
    background: #fff;
    z-index: 998;
    text-align: center;
}
.sea_box_t{
	    font-size:40px;
    margin-bottom: 30px;
    padding-top: 60px;
}
.seaf form{
	    background: #14a83b;
    width: 800px;
    height: 80px;
    margin: 0 auto;
}
.seaf form input{
	height: 80px;
	    width: 680px;
	    background: none;
    border: none;
    color:#fff;
}
.seaf form input:focus{outline:none;} 
.seaf form input::placeholder {
    color: #fff;
}
.seaf i{
	font-size: 16px;
    color: #fff;
    margin-right: 10px;
}
.seaf form button{
	background: #fff;
    border: none;
    color: #14a83b;
}
.seaf form button i{
	color:#14a83b;
	font-size: 20px;
	margin-right: 0;
	        margin-top: 6px;
}
.logo2{
	text-align: left;
    margin-top: 10px;
        padding: 0 30px;
}
.xw_box .seaf form{
	width:100%;
	margin-bottom:40px;
}
.xw_box .seaf form input{
	    height: 80px;
    width: 90%;
    background: none;
    border: none;
    color: #fff;
    padding-left: 5%;
}
.sek{
	color:#666;
	margin-bottom:20px;
}
.zdd a:hover{
	color:#14a83b;
}
@media (max-width: 887px) {
    .xw_box .seaf form input {
        width: 85%;
    }
}
@media (max-width: 335px) {
    .xw_box .seaf form input {
        width: 75%;
    }
}
.top{
	    display: flex;
    justify-content: space-between;
    align-items: center;
}
.close{
	 margin-top: 10px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: bold;
}
.close i{
	color:#14a83b;
	margin-right: 5px;
}
.close2{
	 margin-top: 10px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: bold;
}
.close2 i{
	color:#14a83b;
	margin-right: 5px;
}

@media (max-width: 887px){
	.sea_box_t{
		    font-size: 20px;
	}
	.seaf form input{
		width: 70%;
	}
	.seaf form{
		max-width: 100%;
	}
}
.sea_box{
	display: none;
}
.menu_box{
	    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden auto;
    background: #fff;
    z-index: 998;
}
.mt{
	width: 100%;
	
}
.ys{
	background-color: #14a83b;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 100%;
}
.xmenu a{
	display: block;
	border-bottom: 1px solid #e2e4e7;
	    padding: 10px 0;
    color: #000;
    font-weight: bold;
}
.xmenu a i{
	float: right;
    color: #14a83b;
}
.add{
	background: #5facd5;
    padding: 10px;
    color: #fff;
    margin-top: 30px;
}
.add_x{
	margin-top: 20px;
}
.add_x p{
	margin: 0;
	color:#6c6c6c;
	font-size: 14px;
}
.menu_bg{
	background: url(../images/mt.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center;
        margin-top: 10px;
}
@media (max-width: 768px){
	.menu_bg{
		display: none;
	}
	.xmenu{
		padding: 25px;
	}
}
.ab_box1_i img{
	max-width: 100%;
}
.ab_box1_w{
	padding: 100px;
}
.ab_box1_t{
	font-size: 40px;
	margin-bottom: 30px;
}
.ab_box1_p{
	font-size: 15px;
	color:#6C6C6C;
	line-height: 25px;
}
.ab_box1{
	margin-bottom: 100px;
}
.ab_box2{
	margin-bottom: 100px;
	text-align: center;
}
.ab_box2_t{
	font-size: 40px;
	margin-bottom: 30px;
}
.ab_box2_p{
	font-size: 15px;
	color:#6C6C6C;
	line-height: 25px;
}
.ab_box_t{
	font-size: 40px;
	margin-bottom: 10px;
}
.ab_box_p{
	font-size: 15px;
	color:#6C6C6C;
	line-height: 25px;
	margin-bottom: 30px;
}
.ab_box_p2{
	font-size: 15px;
	color:#6C6C6C;
	line-height: 25px;
}
.ab_box_i img{
	width: 100%;
}
.ab_box3{
	margin-bottom: 100px;
}
@media (max-width: 998px){
	.ab_box1_w{
		padding: 20px;
	}
	.ab_box1_t,.ab_box_t{
		margin-bottom:20px ;
	}
	.ab_box1_t,.ab_box2_t,.ab_box_t{
		font-size: 30px;
	}
	.ab_box1,.ab_box2,.ab_box3{
		margin-bottom: 30px;
	}
	.ab_box2,.ab_box3{
		text-align: left;
		padding: 20px;
	}
	.ab_box_i{
		margin-bottom:20px ;
	}
	.a3{
		margin-top: 20px;
	}
}
@media (max-width: 1400px){
	.ab_box1_w{
		padding: 30px;
	}
}
@media (max-width: 1200px){
	.section3_box_x{
		padding: 3%;
	}
}
.section1_box:hover img{
	transform: scale(1.2);
    transition: all 0.3s ease-out;
}
.section1_box img{
    transition: all 0.3s ease-out;
}
.section1_box_i{
	overflow: hidden;
}
.section1_box:hover .section1_box_t{
	color:#14a83b;
	transition: all 0.3s ease-out;
}
.section2_box_w_t a::before{
	content: "";  
  position: absolute;  
  bottom: -5px;  
  left: 0;  
  height: 2px;  
  background-color: #fff;  
  width: 0;  
  transition: width 0.3s ease; 
}
.section2_box_w:hover a::before{
	width: 100%;
	transition: width 0.3s ease-out;
}
.section2_box_w:hover{
	background: #2a7aa5;
}
.section3_box_a1 a:hover{
	background: #2b96cd;
	color:#fff;
	transition: all 0.3s ease-out;
}
.section3_box_a2 a::before{
	content: "";  
  position: absolute;  
  bottom: -5px;  
  left: 0;  
  height: 2px;  
  background-color: #fff;  
  width: 0;  
  transition: width 0.3s ease; 
}
.section3_box_a2:hover a::before{
	width: 100%;
	transition: width 0.3s ease-out;
}
.section3_box_a2 a{
	position: relative;
}
.section4_a a:hover{
	background:#14A83B;
	color:#fff;
	transition: all 0.3s ease-out;
}
.link_r a:hover{
	color:#14A83B;
	transition: all 0.3s ease-out;
}
.ab_box1_i,.ab_box_i,.section3_i{
	overflow: hidden;
}
.ab_box_i img,.ab_box1_i img,.section3_i img{
	transition: all 0.3s ease-out;
}
.ab_box_i img:hover,.ab_box1_i img:hover,.section3_i img:hover{
	transform: scale(1.2);
    transition: all 0.3s ease-out;
}
.head_box:hover{
	background: #0a7c28;
	transition: all 0.3s ease-out;
}
.animate__animated:nth-child(1) { animation-delay: 0.2s; }
.animate__animated:nth-child(2) { animation-delay: 0.3s; }
.animate__animated:nth-child(3) { animation-delay: 0.4s; }
.animate__animated:nth-child(4) { animation-delay: 0.5s; }
.animate__animated:nth-child(5) { animation-delay: 0.6s; }
.animate__animated:nth-child(6) { animation-delay: 0.7s; }
.animate__animated:nth-child(7) { animation-delay: 0.8s; }
.animate__animated:nth-child(8) { animation-delay: 0.9s; }
.animate__animated:nth-child(9) { animation-delay: 1.0s; }


.zs_box_list_i img{
	width: 60%;
	display: block;
	margin:0 auto;
}
.zs_box_list_t{
	    font-size: 14px;
    color: #6C6C6C;
    line-height: 25px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 10px;
}
.zs_box{
	margin-bottom: 80px;
}
.xw_box_list{
	border-top: 1px solid #f2f2f2;
	padding: 20px;
}
.xw_box_list_d{
	margin-left: 20px;
	margin-top: 20px;
	color: #6C6C6C;
}


.xw_box{
	margin-bottom: 80px;
}
.xw_box_list_t a{
	color:#14a83b;
	position: relative;
	 word-break: break-all;
}
.xw_box_list_t a::before{
	content: "";  
  position: absolute;  
  bottom: -5px;  
  left: 0;  
  height: 2px;  
  background-color: #14a83b;  
  width: 0;  
  transition: width 0.3s ease; 
}
.xw_box_list_t:hover a::before{
	width: 100%;
	transition: width 0.3s ease-out;
}
.xw_n1 {
    margin-bottom: 100px;
    margin-top: 30px;
}
.wz a{
	color:#707070;
	font-size: 14px;
	position: relative;
}
.wz a::before{
	content: "";  
  position: absolute;  
  bottom: -5px;  
  left: 0;  
  height: 2px;  
  background-color: #14a83b;  
  width: 0;  
  transition: width 0.3s ease; 
}
.wz a:hover::before{
	width: 100%;
	transition: width 0.3s ease-out;
}
.wz a:hover{
	color:#14a83b;
}
.tit{
	margin-top: 50px;
    font-size: 30px;
    padding-bottom: 80px;
}
.xw_n1_x{
	    border: 1px solid #f2f2f2;
    line-height: 2;
    margin-bottom: 80px;
}
.xw_n1_n{
	line-height: 2;
}
.xw_n1_n img{
	max-width: 100%;
}
.lx_box_t{
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 80px;
}
.lx_box_t1{
	font-weight: bold;
	margin-bottom: 20px;
}
.lx_box_p{
	color:#777777;
	margin-bottom: 10px;
    font-size: 14px;
}
.lx_box{
	margin-bottom: 80px;
}
.lx_box .form-label span{
	color:#f00;
}
.xbbt{
	background: #5facd5;
    font-size: 14px;
    padding: 10px 35px;
    color: #fff;
    border: none;
    border-radius: 0;
}
.xbbt:hover{
	background: #2b96cd;
	color:#fff;
	transition: all 0.3s ease-out;
}
.cp_boxa a{
	color: #000000 !important;
	/* font-weight: bold; */
	font-size: 14px;
	padding: 10px 0;
	display: block;
	width: 100%;
	float: left;
	text-align: center;
	border: 1px solid #f2f2f2;
	margin-bottom: 10px;
}
.cp_boxa .col-12{
	/* display: flex; */
	/* justify-content: space-around; */
}
.hhh{
	color:#bcbcbc!important;
}
.xxx{
	border-top: 1px solid #f2f2f2;
	padding: 50px 0;
}
.cp_box_x{
	color: #14a83b;
    font-size: 35px;
}
.btn22{
	background: none;
    border: none;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    word-break: break-all;
   display: flex;
}
.zdd .btn i{
	color:#14a83c;
	margin-right: 10px;
}
.down{
	margin-top: 30px;
    margin-left: 50px;
}
.down a{
	color: #282828;
    display: table;
    margin-bottom: 10px;
}
.down i{
	color: #14a83b;
    margin-right: 5px;
}
.zdd{
	margin-bottom: 15px;
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 15px;
}
.down a{
	color:#707070;
	font-size: 14px;
	position: relative;
}
.down a::before{
	content: "";  
  position: absolute;  
  bottom: -5px;  
  left: 0;  
  height: 2px;  
  background-color: #14a83b;  
  width: 0;  
  transition: width 0.3s ease; 
}
.down a:hover::before{
	width: 100%;
	transition: width 0.3s ease-out;
}
@media (max-width:1100px) {
	.xxx{
		border: none;
		padding: 20px 0;
	}
	.xss{
		display: flex;
        align-items: center;
        justify-content: space-between;
                margin-bottom: 20px;
	} 
	.wap_x{
		height: 1px;
		border: 1px solid #f2f2f2;
		width: 90%;
	}
	.cp_box_x{
		width: 10%;
	}
	.btn22{
		padding: 0;
	}
}
.page-item a{
	    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: #14a83b;
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	float: left;
}
.cp_boxa a:hover{
	background:#14a83b;
	color:#fff!important;
}
.cp_boxa .acc{
	background:#14a83b;
	color:#fff!important;
}
#formModal{
	background:#fff!important;
}
.modal-dialog2{
	    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    z-index: 99999999;
    background-color: #fff;
}
.modal-content{
	    border: 1px solid #f2f2f2;
}
.modal-header{
	border-bottom: 0;
    position: relative;
    display: block;
}
.modal-title{
	    text-align: center;
    font-weight: bold;
}
.close{
	position: absolute;
    right: -13px;
    top: -8px;
    background: none;
    border: none;
    font-size: 25px;
}
.modal-body form input{
	    display: block;
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
    padding-left: 20px;
    font-size: 13px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    outline: none;
}
.modal-body form button{
	    display: block;
	    width: 100%;
	    height: 40px;
	    background: #14a83b;
	    color: #fff;
	    border-radius: 5px;
	    border: none;
	    font-size: 13px;
}
.modal-header{
	padding: 40px 50px 0;
}
.modal-body form input:focus {
	border:1px solid #14a83b;
		
	}