* {
    padding: 0;
    margin: 0;
    user-select: none;
}
header{
    position: sticky;
    top:0;
    z-index: 9;
    background: #ffffff;
}
.mb20 {
    margin-bottom: 20px;
}
.font-bold {
    font-weight: 600;
    color: #333;
}
li {
    list-style-type: none;
}
li::marker{
    color: #48A05F;
}
.border-style {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.container {
    position: relative;
    width: 1170px;
    margin: 0 auto;
}
.logo {
    float: left;
    padding: 15px 35px 15px 0;  
	position: relative;
	text-align: left;
}
.logo h1 {
    margin: 0;
	font-size:28px;
    color: #fff;
}
.logo::after {
    left: -99999px;
    position: absolute;
    width: 99999px;
}
.logo::before {
    bottom: 0;
    content: "";
}
.logo, .logo::after, .logo::before {
    background-color: #48A05F;
}
.logo::before {
    position: absolute;
    right: -21px;
    top: 0;
    transform: skew(24deg);
    width: 45px;
	display: block;
}
.logo::after {
    bottom: 0;
    content: "";
    top: 0;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}
.site-nav {
    box-shadow: 0 0 3px #ddd;
}
.site-nav ul {
    display: flex;
}
.site-nav li {
    padding: 20px 15px;
    color: #303030;
    cursor: pointer;
    font-size: 17px;
}
.site-nav li a{
    text-decoration: none;
    color: inherit;
}
.site-nav li.activity, .site-nav li:hover {
    color: #48A05F;
    font-weight: bold;
}
.banner {
    display: block;
    width: 100%;
    height: 500px;
}
.content section {
    position: relative;
    height: 700px;
    scroll-margin-top: 129px;
}
#tender{
    height:auto;
}
.section-title {
    display: flex;
    padding: 20px 0;
    color: #48A05F;
}
.title-text {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.2em;
}
.title-english {
    font-size: 12px;
}
.profile {
    display: flex;
    position: relative;
}
.profile-left {
    position: absolute;
    width: 40%;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
}
.profile-left-text {
    width: 100%;
    font-size: 14px;
    color: #fff;
    background: #48A05F;
    padding: 2vh 3vh;
    opacity: 0.8;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-indent: 2em;
}
.profile-left-text p:nth-child(1) {
    margin-bottom: 1em;
}
.profile-right {
    width: 80%;
    height: 600px;
    margin-left: auto;
    /* background-color: #ccc; */
    object-fit: cover;
}
.culture {
    display: flex;
    height: 600px;
    background-image: url(../image/culture.png);
    align-items: center;
    background-repeat: no-repeat;
}
.culture ul {
    display: flex;
    width: 70%;
    height: 200px;
    margin-right: 4%;
    margin-left: auto;
    padding: 50px 0;
    background: #48A05F;
    opacity: 0.8;
}
.culture li {
    flex: 1;
    padding-top: 40px;
    text-align: center;
    color: #fff;
}
.culture li:nth-child(2) {
    border-left: 1.5px dashed #fff;
    border-right: 1.5px dashed #fff;
}
.culture-title {
    font-size: 24px;
    letter-spacing: 0.1em;
}
.culture-subtitle {
    font-size: 12px;
    margin: 5px 0 10px;
}
.culture-desc {
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 1.8em;
}
.members{
    background-image:url(../image/members.png) ;
    background-position-x:-140px;
    display: flex;
    height: 600px;
    align-items: center;
    background-repeat: no-repeat;
}
.members-left,.members-right{
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;

}
.members-left ul,.members-right ul{
    margin: auto 0 ;
}
.members-right il {
    display: flex;
    flex-direction: column;
}
.members-left ul li,.members-right ul li{
    background: #48A05F;
    width: 60%;
    padding: 2vh 1vw;
    padding-left: 2vw;
    margin: 20px auto;
    color: #fff;
    opacity: 0.8;
}
.culture-title1 {
    font-size: 18px;
    font-weight:700;
    letter-spacing: 0.1em;
    
}
.culture-subtitle1 {
    font-size: 8px;
    margin: 2px 0 10px;
}
.culture-desc1 {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height:1.4em;
    font-weight:500;
    color: #575757;
}
.culture-desc2 {
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height:1.8em;
    font-weight:500;
    color: #575757;
}
.honor{
    display: flex;
    height: 600px;
    align-items: center;
}
.honor-left{
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.honor-left-item{
    width: 50%;
    height: 50%;
    text-align: right;
    position: relative;
    box-sizing: border-box;
    padding: 30px 10px; 
}
.honor-left-item img{
    width: 100%;
    height: 100%;
    text-align: right;
    position: relative;
    box-sizing: border-box;
    
    box-shadow: 0 0 3px grey;
}
.right-bottom{
    position: absolute;
    bottom: 100px;
    right: 10px;
    color: #333;
    line-height: 1.7em;
    letter-spacing: 0.1em;
}
.honor-right{
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.honor-right-item{
    width: 33%;
    height: 50%;
    box-sizing: border-box;
    padding: 10px;
    
}
.honor-right-item img{
    width: 100%;
    height: 100%;
    box-shadow: 0 0 3px grey;
} 
.products{
    background-image: url(../image/product1.1.png);
    display: flex;
    height: 600px;
}
.products-left{
    
    width: 40%;
    position: relative;
}
.products-left img{
    position: absolute;
    left:30px;
    top:120px;
    width: 100%;
    height: 40%;
}
.product1{
    background: #48A05F;
    opacity: 0.8;
    width: 60%;
    padding: 2vh 1vw;
    padding-left: 2vw;
    margin: 20px auto;
    color: #fff;
    position: absolute;
    left: 20px;
    bottom: 20px;
}
.products-right{
    width: 70%;
    margin-right: 10px;
}
.product1-desc{
    width: 97%;
    height: 92%;
    border-radius: 20px;
    display: flex;
    margin: 20px;
    box-sizing: border-box;
    flex-direction: column;
    background: rgba(255,255,255,0.8);

}
.desc-title{
    height: 8%;
    position: relative;
    box-sizing: border-box;
}
.out-title{
    position: absolute;
    padding: 10px;
    top: 10px;
    left:-30px;
    background-color: #48A05F;
    color: #fff;
}
.desc-content{
    display: flex;
    height: 85%;
    padding: 5px;

}
.desc-content ul{
    display: flex;
    width: 100%;
}
.left{
    width: 30%;

}
.center{
    width:40%;

}
.right{
    width:33%;

}

.desc-content ul li:nth-child(2) {
    border-left: 1.5px dashed grey;
    border-right: 1.5px dashed grey;
}
.desc-content ul li ul{
    flex-direction: column;
    margin:10px auto ;
}
.desc-content ul li ul li{
    list-style-type: disc;
    margin-left: 20px;
    width: auto;
    margin-top: 5px;
}
.desc-content ul li ul li:nth-child(2) {
    border-left: none;
    border-right: none;
}
.product2,.product3{
    width:50%;
    display: flex;
    background: #fff;
    padding: 10px;
    
}
.product2-box1{
    
    width: 60%;
    display: flex;
    flex-direction: column
}
.product2-item1{
    position: relative;
    height: 70%;
    padding: 10px;
}
.product2-item1 img{
    position: absolute;
    bottom: 50px;
    width: 100%;
    height: 50%;
}
.product2-item2{
    position: relative;
    height: 30%;
    display: flex;
    margin-bottom: 10px;
}

.product2-item2 ul li{
    list-style-type: disc;
    margin-left:  20px;
    
}
.product2-box2,.product3-box1{
    width: 40%;
    display: flex;
    flex-direction: column;
}
.product2-item3,.product2-item4,.product2-item5,.product3-item1,.product3-item2,.product3-item3{
    height: 30%;
    border: 3px solid #48A05F;
    margin: 10px 0;
    display: flex;
    position: relative;
}
.product2-title{
    position: absolute;
    height: 15%;
    padding: 10px;
    background: #48A05F;
    right: 101%;
    width:60%;
    top:-3px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}

.product2-item-img,.product3-item-img{
    width: 50%;
}
.product2-item-desc,.product3-item-desc{
    width: 50%;
    text-align: center;  
    margin: auto 0;  
}

.product2-item-img img,.product3-item-img img{
    width: 100%;
    height: 100%;
}
.product2-item-desc p,.product3-item-desc p{
    margin: 10px 0;
}
.product3-box2{
    display: flex;
    width: 60%;
    
}
.product3-title{
    position: absolute;
    height: 15%;
    padding: 10px;
    background: #48A05F;
    left: 101%;
    width:95%;
    top:-3px;
    color: #fff;
    text-align: center;
    font-size: 15px;
}
.product3-item4{ 
    width: 60%;
    position: relative;
}
.product3-item4 ul{
    position: absolute;
    bottom: 20%;
}
.product3-item5{
    width: 40%;
}
.product3-item5 img{
    width: 100%;
    height: 100%;
}
.product3-item4 ul{
    margin: auto 0;
}
.product3-item4 ul li{
    list-style-type: disc;
    margin-left: 20px;
}
.cloud{
    background: #fff;
    display: flex;
    height: 600px;
}
.cloud-left{
    display: flex;
    width: 30%;
    padding: 10px;
    position: relative;
}
.cloud-right{
    width: 70%;
}
.cloud-left-content{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
   
}
.cloud-left-content ul li{
    text-align: left;
    list-style-type: disc;
    margin:  20px;
    color: #48A05F;
}
.cloud-left-content ul li:nth-child(-n+4) {
    border-bottom: 1.5px dashed #ccc;
    padding-bottom: 5px;
}
/* .cloud-left-img{
    width: 100%;
    position: relative;
}
.cloud1{
    position: absolute;
    width: 80%;
    height: 65%;
    top:15%;
    left: 15%;
}
.cloud2{
    position: absolute;
    width: 40%;
    height: 30%;
    top:33%;
    left: 35%;
}
.cloud3{
    position: absolute;
    width: 20%;
    height: 15%;
    top:10%;
    left: 45%;
}
.cloud4{
    position: absolute;
    width: 20%;
    height: 15%;
    top:35%;
    left: 8%;
}
.cloud5{
    position: absolute;
    width: 20%;
    height: 15%;
    top:65%;
    left: 20%;
}
.cloud6{
    position: absolute;
    width: 20%;
    height: 15%;
    top:65%;
    left: 70%;
}
.cloud7{
    position: absolute;
    width: 20%;
    height: 15%;
    top:35%;
    left: 83%;
} */
.cloud-right img{
    width: 100%;
    height: 100%;
}
.service{
    background-image: url(../image/service6.png);
    height: 600px;
    position: relative;
}
.service-box1{
    width: 300px;
    height: 300px;
    transform: rotate(45deg);
    background: #48A05F;
    opacity: 0.8;
    border-radius: 100px;
    margin: auto 20px;
    position: absolute;
    top:150px;
    left:30px
    
}
.service-text1{
    width: 60%;
    height: 60%;
    transform: rotate(-45deg);
    text-align: center;
    padding: 15%;
    color: #fff;
}
.service1{
    width: 180px;
    height: 180px;
    position: absolute;
    top:240px;
    left:50%;
}
.service2{
    width: 140px;
    height: 140px;
    position: absolute;
    top:130px;
    left:60%;
}
.service3{
    width: 160px;
    height: 160px;
    position: absolute;
    top:300px;
    left:65%;
}
.service4{
    width: 200px;
    height: 200px;
    position: absolute;
    top:70px;
    left:73%;
}
.service5{
    width: 220px;
    height: 220px;
    position: absolute;
    top:280px;
    left:80%;
}
.service7{  
    height: 100%;
    position: absolute;
    left:10%;
}
/* .service8{
    width: 100px;
    height: 100px;
    position: absolute;
    top:380px;
    left:30%;
}
.service9{
    width: 80px;
    height: 80px;
    position: absolute;
    top:400px;
    left:40%;
}
.service10{
    width: 60px;
    height: 60px;
    position: absolute;
    top:280px;
    left:36%;
} */
.planting{
    background-image:url(../image/planting.png) ;
    background-size:contain ;
    background-repeat: no-repeat;
    background-position: center;
    height: 600px;
}
.Internet{
    background-image: url(../image/internet.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain ;
    height: 600px;
}
.planting-text,.Internet-text{
    width: 50%;
}
.two-section{
    display: flex;
}
.first,.second{
    width: 50%;
    display: flex;
    margin: 0 20px;
    flex-direction: column;
}
.section-title-first,.section-title-second{
    background: #fff;
    padding: 20px 0;
    color: #48A05F;
    box-sizing: border-box;
}
.bigdata{
    background-image: url(../image/bigdata.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain ;
    height: 600px;
}
.marketing{
    background-image: url(../image/marketing.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain ;
    height: 600px;
}
.bigdata-text,.market-text{
    width: 100%;
}
.cooperation{
    background: #fff;
    height: 500px;
    display: flex;
}
.cooperation-left,.cooperation-right{
    display: flex;
    width: 50%;
    height: 500px;
    margin: 10px;
}
.cooperation-box1,.cooperation-box2{
    display: flex;
    width: 50%;
    flex-direction: column;
    margin:5px;
    box-sizing: border-box;
}
.cooperation-box1 img{
   
    height: 150px;
    width: 100%;
    border-radius: 10px;
    padding: 0 5px;
    box-sizing: border-box;
}
.cooperation-box1 p,.cooperation-box2 p{
    height: 5%;
    width: 100%;
    padding: 5px;
    color: #48A05F;
}
.cooperation-box2-mini{
    display: flex;
    height: 150px;
    width: 100%;
    flex-direction: row;
    padding: 0 5px;
    
}
.cooperation-box2-mini img{
    
    width: 50%;
    height: 150px;
    border-radius: 10px;
    padding: 0 5px;
    box-sizing: border-box;
}
.foot{
    display: block;
    width: 100%;
    height: 600px;
    background-image: url(../image/foot1.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.foot-box{
    text-align: center;
    position: absolute;
    display: flex;
    top: 150px;
    left: 100px;
    flex-direction: column;
    color: #333;
}
.foot-box img{
    height: 45%;
    /* width: 40%; */
    margin: 10px auto;
}
.foot-box-content p{
    color: #fff;
}
.foot a {
    text-decoration: none;
    color: #333;
}