﻿@charset "utf-8";
/* CSS Document */
/*2025.9.22*/

.box {
	overflow: hidden;
}

body {
	background:#fff;	
}
.container {
	max-width: 1430px;
	width: 96%;
	margin: 0 auto;
    position: relative;
}
.container1{
	max-width: 1800px;
}


.banner {
	
}
.banner::after{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 40%;
	 background-image: linear-gradient(rgba(30,97,68,1), rgba(30,97,68,0));
    z-index: 1;
}
.banner .swiper-slide {
   
    height: 100%;
   
    position: relative;
    overflow: hidden;
    width: 100%;
}



.banner .swiper-container .swiper-slide a {
	text-decoration: none;
	display: block;
	text-align: center;
}
.banner .swiper-container .swiper-slide a  img{
	
}
.banner .swiper-container {
	/*padding-bottom: 20px;*/
}

.banner .swiper-container a {
	text-decoration: none;
	display: block;
	position: relative;
}

/*.banner .swiper-pagination {
	width: 100%;
	bottom: 10px;
	text-align: left;
	left: 15px;
}

.banner .swiper-container .swiper-pagination-bullet {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #c9ccd0;
    cursor: pointer;
    opacity: 1;
    border-radius: 100%;
    margin-right: 13px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
   background: #246cc6;
}*/
.banner .swiper-container .ban-text {
position: absolute;
left: 0px;
bottom: 60px;
width: 100%;
z-index: 11;
text-align: left;
}

.banner .swiper-container .ban-text i {
	display: block;
	background: #fff;
	width:100px;
	height:5px;
	margin-bottom: 22px;
	
}
.banner .swiper-container .ban-text h4 {
	color: #f5f5f5;
	line-height: 1.4;
	font-weight: bold;
		font-size: 72px;
}
.banner .swiper-container .ban-text span{
	display: block;
	color: #f5f5f5;
font-size: 120px;
	font-weight: bold;
	
}

/*banner end*/

img {
	max-width: 100%;
}

.top {
	padding: 28px 0;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 11;
	
}
.fixed{
	position: fixed;
	background-image: linear-gradient(rgba(30,97,68,1), rgba(30,97,68,0));
}
.search{
	background: url(../images/search1.png) no-repeat left top;
	width:149px;
	height: 34px;
    line-height: 33px;	
    display: inline-block;

   
}
.search .inp-text{
	padding-left: 12px;
	width: 96px;
	height: 34px;
    line-height: 34px;	
	background: none;
	border: none;
}
.search .inp-text input.inp-text{
	padding: 0;
	
}
.search .inp-but{
	background: none;
	border: none;
	width: 40px;
	height: 34px;

}
.search .inp-but input.inp-but{
	cursor: pointer;
	padding: 0;	
}




.top-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 50%;
	
}

.top-searchbg {
	/*display: flex;*/
	
}

.logo {
	width: 50%;
	
}

.wc-menu {
	
	width: calc(100% - 200px );
	
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	text-align: center;

	margin: 0;
	padding: 0;
	display: flex;
	text-align: center;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wc-menu ul li {
	line-height: 30px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	/*display: table-cell;*/
	/*float: left;*/
	list-style: none;
	/*padding: 0 10px;*/
	/*margin: 0px ;*/
	
	
	
}

.wc-menu ul li a {
	font-size: 18px;
	color: #fff;
	position: relative;
	display: block;
	/*transition: all 0.2s;*/
	padding: 0 5px;
line-height: 52px;
	text-decoration: none;
}

.wc-menu ul li>a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 2px;
    background-color: #fff;
    transform: scaleX(0) scaleY(1);
    transition: all .5s ease-in-out;
    border-radius: 2px;
}

.wc-menu ul li a.active>a:after, .wc-menu ul li>a:hover:after{
	opacity: 1;
	transform: scaleX(1) scaleY(1);
}


.wc-menu ul li a.active:after,
.wc-menu ul li a.move:after,
.wc-menu ul li a.selected:after,
.wc-menu ul li a.parent:after,
.wc-menu ul li a:hover:after {
	
	opacity: 1;
	transform: scaleX(1) scaleY(1);
}
.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a:hover{
	color: #fff;
	
}


.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: -25%;
	top: 100%;
/*background: rgba(36,108,198,0.86);*/
/*background: #e5effa;*/
	width: 150%;
	z-index: 111 !important;
	display: none;
	opacity: 1;
	/*border-top: 2px solid #4abad2;*/
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.5);
  -webkit-animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-duration: .4s;
    animation-fill-mode: both;
    -webkit-animation-name: layui-upbit1;
    animation-name: layui-upbit1;
}

@keyframes layui-upbit1 {
    0% {
        transform: translate3d(0%, 15px, 0);
        opacity: .3;
    }
    100% {
        transform: translate3d(0%, 0, 0);
        opacity: 1;
    }
}
.wc-menu ul li .ernav ul {
	padding-left: 0;
	display: block;
	margin-bottom: 0;
	text-align: center;
	border: none;
border-radius: 0;
padding: 0;
background: rgba(255,255,255,0.66);

}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	
	line-height: 26px;
	border: none;
	margin: 0;
	padding: 0;
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #333;
	margin: 0;
	display: block;
	padding: 10px 5px;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
}

.wc-menu ul li .ernav ul li a:hover {
	color: #fff;
background: rgba(30,97,68,0.86);
}

.wc-menu ul li .ernav ul li>a:after {
    content:none;
    
    }
  
/*menu End*/
/*banner end*/

img {
	max-width: 100%;
}
.newbg{
	background: url(../images/newbg.jpg) no-repeat left bottom;
	min-height: 300px;
	padding-top: 50px;
	padding-bottom:60px;
	
}
.new-top {
	display: flex;
    justify-content: space-between;
    align-content: flex-end;
    align-items: flex-end;
	position: relative;	
}
.new-tit span {
	font-size: 18px;
	color: #1e6144;
	text-transform: uppercase;
	display: block;	
}

.new-top p {
	font-size: 42px;
	color: #333;
	margin-bottom: 0;
}
.new-top .new-more{
	
}
.new-top .new-more i{
   width: 13px;
   height: 13px;
   background: #bbb;
   display: inline-block;
   border-radius: 100%;
   margin: 0 3px;
   
}
.new-one{
	margin-top: 35px;
	/*display: flex;
	align-content: flex-end;
	align-items: flex-end;*/
	
}
.new-tt{
	background:rgba(255,255,255,1);
	border:2px solid #1e6144;
	width: 400px;
	position: absolute;
	right: 0px;
	bottom: 0px;transition: all 0.4s ease-out;
	padding: 35px 30px;
}
.new-tt:hover{
	transition: all 0.4s ease-out;
	transform: translateY(-10px);
	
	
}
.new-tt span{
	display: block;
	font-size: 18px;
	color: #1e6144;
	margin-bottom: 30px;
	
}

.new-tt h4{
	font-size: 22px;
	color: #333;
	font-weight: bold;
	line-height: 38px;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
}
.new-tt p{
	font-size: 18px;
	color: #999899;
	line-height: 32px;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:4;
            -webkit-box-orient: vertical;
	
}
.new-tt i{
	font-style: normal;
	color: #fff;
	background: #1e6144;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	font-size: 32px;
	margin-top: 30px;
}
 		
			 		 		.new-one{
			 		 			
			 		 		}
			 		 		.new-one .swiper-container{
			 		 			padding-bottom: 45px;
			 		 		}
			 		 		.new-one .swiper-container .swiper-pagination{
			 		 		  	   	width: 100%;
	                                 bottom: 1px;


                             }
	

					.new-one .swiper-container .swiper-pagination-bullet {
					    display: inline-block;
					    width: 13px;
					    height: 13px;
					    background: #c9ccd0;
					    cursor: pointer;
					    opacity: 1;
					    border-radius: 100%;
					    margin-right: 13px;
					}
					
					.new-one .swiper-container .swiper-pagination-bullet-active {
					   background: #1e6144;
					}
			 		 	
.new-two{
	margin-top: 50px;
	
}
.new-two ul{
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	
}
.new-two ul li{
	position: relative;	
	width:calc(25% - 27px);
	margin-right: 35px;
	transition: all 0.4s ease-out;
}

.new-two ul li.li_1{
   display:none;
}

.new-two ul li:hover{
	transition: all 0.4s ease-out;
	transform: translateY(-10px);	
}


.new-two ul li:last-child{
	margin-right: 0;
}
.new-two ul li .li-tt{
	margin-top: -30px;
	z-index: 1;
	position: relative;
}
.new-two ul li .li-tt span{
	display: block;
	font-size: 18px;
	color: #1e6144;
	width: 145px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	margin-bottom: 5px;
	
	
}
.new-two ul li .li-tt p{
	font-size: 18px;
	color: #323333;
	line-height: 32px;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient: vertical;
}

.rebg{
	background: url(../images/rebg.jpg) no-repeat center top;
	min-height: 300px;
	padding-top: 50px;
	padding-bottom: 25px;
	background-size: cover;
	
}
.rebg .row{
	margin: 0 -30px;
}
.rebg .re-left{
	padding: 0 30px;
}
.rebg .re-right{
	padding: 0 30px;
}


.re-leftul{
	margin-top: 40px;
	
}
.re-leftul ul{
	padding: 0;
	margin: 0;
	
}
.re-leftul ul li{
	margin-bottom: 32px;
	background: #fff url(../images/xian.png) no-repeat right bottom;
	padding: 22px 40px;
	 transition: all 0.4s ease-out;
	
}
.re-leftul ul li:hover{
	 transition: all 0.4s ease-out;
   
	  box-shadow: 0px 25px 47px -17px rgba(0, 0, 0, 0.5);
        transform: scale(1.02);
}
.re-leftul ul li a{
	text-decoration: none;
	display: block;
	
}
.re-leftul ul li a span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #1e6144;
}
.re-leftul ul li a p{
	font-size: 18px;
	color: #999;
	line-height: 32px;
	margin-bottom: 0;
	
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
}

.re-rcon{
	margin-top: 40px;
	overflow: hidden;
}

.re-rcon .mySwiper2{
	background: url(../images/yebg.png) no-repeat right center;
	/*background-size: cover;*/
	min-height: 408px;
	padding-top: 40px;
}
/*.re-rcon .mySwiper2::after{
	content: "";
	position: absolute;
	left: -10px;
	top: 0;
	width: 100%;
	height: 100%;
	background: #cda535;
	    
	
}*/
.re-rcon .mySwiper2 .swiper-slide{
	position: relative;

    /*width: 96% !important;*/
        text-align: center;
        font-size: 18px;
        background: #1e6144;
       /*background: none;*/

        /* Center slide text vertically */
        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;
}

/*.re-rcon .swiper {
        width: 100%;
        height: 100%;
      }*/

.re-rcon  .swiper-slide img {
        display: block;
        /*width: 100%;
        height: 100%;*/
        object-fit: cover;
      }

    
.re-rcon .swiper {
        width: 100%;
        /*height: 300px;*/
        margin-left: auto;
        margin-right: auto;
        position: relative;
      }
.re-rcon .swiper .bp{
	text-align: left;
	padding: 0 38px;
}
.re-rcon .swiper .bp h4{
	color: #fff;
	font-size:24px;
	font-weight: bold;
	margin-bottom: 20px;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
}
.re-rcon .swiper .bp p{
	color: #839d92;
	font-size: 18px;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
}
.re-rcon .swiper .bp i{
	font-style: normal;
	color: #fff;
	 font-size:32px;
	 border-radius: 100%;
	 width: 40px;
	 height: 40px;
	 line-height: 40px;
	 display: inline-block;
	 background: #267253;
	 text-align: center;
	 margin-top: 20px;
}

/*.re-rcon .mySwiper2 {
        height: 80%;
        width: 100%;
      }*/

.re-rcon .mySwiper {
        height: 20%;
        box-sizing: border-box;
        padding: 8px 0px;
        /*margin: 0 20px;*/
      }
.re-rcon  .pad10{
	padding: 20px 0 25px 0;
	overflow: hidden;

}    
 
    



.re-rcon .mySwiper .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.8;
        background: none;
       margin: 0;
       width: 100%;
       
      }

.re-rcon .mySwiper .swiper-slide-thumb-active img{
        opacity: 1;
          box-shadow: 10px 15px 14px -10px rgba(0, 0, 0, 0.55);
      }

.re-rcon .swiper-slide img {
        display: block;
        /*width: 100%;
        height: 100%;*/
        object-fit: cover;
        margin-top: -45px;
        cursor: pointer;
      }

.re-rcon .mySwiper .swiper-slide img{
	margin-top: 0;
}
















.teambg{
	background: url(../images/teambg.jpg) no-repeat center top;
	min-height: 300px;
	padding-top: 70px;
	padding-bottom: 90px;
	
	
}
.people{
	margin-bottom: 60px;
	
}
.people-con{
	margin-top: 50px;
}
.people-con .peolpe-li img{
	border: 2px solid transparent;
	 transition: all 0.4s ease-out;
}
.people-con .peolpe-li:hover img{
	border: 2px solid #1e6144;
	 transition: all 0.4s ease-out;
   
	  box-shadow: 0px 25px 47px -17px rgba(0, 0, 0, 0.5);
        transform: scale(1.02);
	
}



.link-ul{
	margin-top: 50px;
	
}
.link-ul ul{
	padding: 0;	
}
.link-ul ul li{

	
}
.link-ul ul li a{
	text-decoration: none;
	display: block;
	color: #1e6144;
	font-size:20px;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
	transition: all 0.4s ease-out;
	background: #ddecd7;
	
}
.link-ul ul li a img{
	padding-left: 5px;
	
}
.link-ul ul li:hover a{
	background: #c7e4ba;
	transition: all 0.4s ease-out;
	transform: translateY(-10px);
}








/*footer*/
.footer{
	background: #323333;
	padding: 40px 0 38px;
	
}

.footer p{
	color: #bcbbbb;
	
	font-size: 16px;
	margin-bottom:10px;
	line-height: 28px;
}


/*.wc-copyEnd*/


@media (max-width: 1500px) {

.banner .swiper-container .ban-text span{
	font-size: 90px;
	
}
.banner .swiper-container .ban-text h4{
	font-size: 50px;
	
}
	
	
	
	
	
	
}
@media (max-width: 1450px) {
	
	.logo{
		width: 42%;
	}
	.top-right{
		width: 58%;
	}
	
	
	
	
	
	
	
	
	
	
}

@media (max-width: 1300px) {
	
	
	
	
	
	
	
	
}