*{
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "微软雅黑";
}
ul,ol{
	list-style: none;
}
p {
        margin-bottom: 10px; /* 下方间距 */
    }
p + p {
    margin-top: 10px; /* 上方间距 */
}
.box{
	display: flex;
	justify-content: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	gap:1em;
}

.menu{
	display: flex;
	flex-wrap: wrap;
	width: 60%; /* 或者具体的宽度 */
    margin-left: auto;
    margin-right: auto;
    column-gap: 2em;
}
.logo{
	flex: 1;
	justify-content: center;
	align-items: center;
}
.submenu{
	display: flex;
	justify-content: center;
	flex: 4;
}

.submenu a{
	flex: 1;
	justify-content: center;
    align-items: center;
	align-content: center;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	color: #000000;
	cursor: pointer;
	padding: 1.2em;
}
.submenu a:hover{
	color: #05835d;
}
.submenu a.current{
	align-items: center;
	align-content: center;
	background: #05835D url(../img/menubg.png) no-repeat;
	background-position: top 3px center;
	color: #ffffff;
}
/*------轮播图样式开始------*/
.carousel {
    position: relative;
}
.pic li {
	display: none;
}
.pic li.current {
        display: block;
}
.pic li img{
	width: 100%; /* 或者具体的宽度 */
    margin-left: auto;
    margin-right: auto;
}
.btn{
	position: absolute;
	height: 60px;
	max-height:60px;
	width: 100%;
	bottom: 4px;
	background-color: rgba(241, 241, 241, 0.5);
	z-index: 9;
}
.btn a {
    position: absolute;
    display: block;
    width: 100px;
    height: 60px;
    max-height:60px;
    background-color: rgba(5, 131, 93, 1.0);
    text-decoration: none;
    text-align: center;
    font-size: 40px;
    line-height: 66px;
    color: #FFFFFF;
    font-family: "SimSun";
}

.btn .left {
    right: 100px;
}

.btn .right {
    right: 0px;
}

.btn a:hover {
    background-color: rgba(5, 173, 122, 1.0);
}

.sub {
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -80px;
    display: block;
    width: 160px;
    height: 40px;
    /*background-color: rgba(255, 255, 255, 0.3);*/
    border-radius: 20px;
    z-index: 99;
}

.sub li {
    float: left;
    margin: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.sub li.current {
    background-color: rgba(5, 173, 122, 1.0);
}
/*------关于我们样式开始------*/
.aboutus{
	display: flex;
	justify-content: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5em;
	padding-bottom: 5em;
}
.lefttitle{
	flex: 1;
}
.lefttitle h1{
	background-color: #05835d;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	width: 170px;
	padding: 10px;
}
.lefttitle span{
	font-size: 70px;
	color: #f3f3f3;
	text-transform: uppercase;
}
.introduce{
	flex: 3;
	display: flex;
	flex-direction: column;
}
.introduce p{
	line-height: 1.8;/*表示行高是字体大小的2.0倍*/
}
.introduce button{
	width: 140px;
	height: 50px;
	border: 3px solid #23793a;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #23793a;
	align-self: flex-end;
	cursor: pointer;
}
.introduce h3{
	font-size: 22px;
	color: #585858;
	align-self: flex-end;
}
.introduce span{
	font-size: 22px;
	color: #585858;
	align-self: flex-end;
	text-transform: uppercase;
	margin-bottom: 1em;
	
}
.telephone{
	display: flex;
	flex-direction: row;
}
.kong{
	flex: 1;
	align-items: flex-start;
}
.kong img{
	width: 100%;
}
.phone{
	background-color: #05835D;
	padding: 4em ;
	align-content: center;
	flex: 1;
}
.phone h1{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}
.phone span{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
}
.address{
	flex: 1;
	background-color: #eef2f5;
	padding: 4em ;
	align-content: center;
}
.address h1{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
.address span{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
}
/*------工程案例样式开始------*/
.projects{
	display: flex;
	padding-top: 4em;
	padding-bottom: 4em;
	background-color: #f1f1f1;
	justify-content: center;
	flex-direction: column;
	gap: 0.4em;
}
.centertitle{
	display: flex;
	width: 60%;
	margin-left: auto;
	margin-right: auto;	
	justify-content: center;
	flex-direction: column;
}
.centertitle h3{
	color: #23793a;
	font-size: 26px;
	text-align: center;
}
.centertitle h1{
	color: #333333;
	font-size: 50px;
	text-align: center;
	text-transform: uppercase;
}
.centertitle h2{
	color: #333333;
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}

.design{
	display: flex;
	justify-content: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	gap: 0.4em; /* 横向和纵向的间距都是0.4em */
}
.fourIMG{
	display: flex;
	flex-direction: column;
	gap: 0.4em; /* 横向和纵向的间距都是0.4em */
}
.twoTop{
	display: flex;
	gap: 0.4em; /* 横向和纵向的间距都是0.4em */

}
.twoBottom{
	display: flex;
	gap: 0.4em; /* 横向和纵向的间距都是0.4em */
}
.oneIMG{
	flex: 1;
}
.designTitle{
	flex: 1;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	padding-left: 2em;
	padding-right: 2em;
}
.designTitle span{
	text-align: right;
	font-size: 53px;
	color: #f3f3f3;
	text-transform: uppercase;
}
.designTitle h2{
	text-align: right;
	font-size: 26px;
	color: #23793a;
	text-transform: uppercase;
	margin-top: 50px;
}
.designTitle hr{
 	border: none; /* 移除默认边框 */
    border-top: 4px solid #23793a; /* 添加自定义顶部边框 */
    margin: 10px 0px; /* 设置上下边距 */
    width: 40px;
    align-self: flex-end;
}
.designTitle button{
	width: 150px;
	height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #23793a;
	border-radius: 20px;
	align-self: center;
	margin-top: 60px;
}

.sculpture{
	display: flex;
	justify-content: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	gap: 0.4em; /* 横向和纵向的间距都是0.4em */
}
.sculptureTitle{
	flex: 1;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	padding-left: 2em;
	padding-right: 2em;
}
.sculptureTitle h2{
	text-align: left;
}
.sculptureTitle span{
	text-align: left;
    font-size: 53px;
	color: #f3f3f3;
	text-transform: uppercase;
}
.sculptureTitle h2{
	font-size: 26px;
	color: #23793a;
	text-transform: uppercase;
	margin-top: 40px;
}
.sculptureTitle hr{
 	border: none; /* 移除默认边框 */
    border-top: 4px solid #23793a; /* 添加自定义顶部边框 */
    margin: 10px 0px; /* 设置上下边距 */
    width: 40px;
    align-self: flex-start;
}
.sculptureTitle button{
	width: 150px;
	height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #23793a;
	border-radius: 20px;
	align-self: center;
	margin-top: 60px;
}
.garden{
	display: flex;
	justify-content: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	gap:0.4em;
}
.gardenIMG{
	display: flex;
	flex-direction: column;
	gap:0.4em;
}
.gardenTitle{
	flex: 1;
	display: flex;
	flex-direction: column;
	background-color: #ffffff;
	padding-left: 2em;
	padding-right: 2em;

}
.gardenTitle span{
	text-align: right;
	font-size: 50px;
	color: #f3f3f3;
	text-transform: uppercase;
}
.gardenTitle h2{
	text-align: right;
	font-size: 26px;
	color: #23793a;
	text-transform: uppercase;
	margin-top: 50px;
}
.gardenTitle hr{
 	border: none; /* 移除默认边框 */
    border-top: 4px solid #23793a; /* 添加自定义顶部边框 */
    margin: 10px 0px; /* 设置上下边距 */
    width: 40px;
    align-self: flex-end;
}
.gardenTitle button{
	width: 150px;
	height: 40px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #23793a;
	border-radius: 20px;
	align-self: center;
	margin-top: 60px;
}
/*------业务范围样式开始------*/
.business{
	display: flex;
	padding-top: 4em;
	padding-bottom: 4em;
	background-color: #FFFFFF;
	justify-content: center;
	flex-direction: column;
}
.businessBox{
	display: flex;
	justify-content: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	gap:0.4em;
}
.threeIMG{
	flex: 1;
	display: flex;
	flex-direction: column;
	gap:0.4em;
}

.twoIMG{
	display: flex;
	gap:0.4em;
}
.cgds{
	flex: 1;
}
.snds{
	flex: 1;
}
.gyds{
	flex: 1;
}
.syds{
	flex: 1;
}
.xyds{
	flex: 1;
}
.threeIMG{
	flex: 1;
}
.twoIMG{
	flex: 1;
}


/*------联系我们样式开始------*/
.contantus{
	display: flex;
	min-height: 700px;
	background: url(../img/contantusbg.png) right center no-repeat;
	margin-bottom:4em;
}
.contantTitle{
  	flex: 1; /* 等同于 flex-grow: 1; flex-shrink: 1; flex-basis: 0; */
	display: flex;
	flex-direction: column;
}
.contantTitle h2{
	text-align: left;
}
.contantTitle span{
	text-align: left;
    font-size: 53px;
	color: #f3f3f3;
	text-transform: uppercase;
}
.contantTitle h2{
	font-size: 26px;
	color: #23793a;
	margin-top: 40px;
}
.contantTitle h3{
	font-size: 20px;
	color: #585858;
	margin: 40px 0;
}
.contantTitle ul li{
	font-size: 16px;
	color: #585858;
	margin: 20px 0;
}
.contantTitle hr{
 	border: none; /* 移除默认边框 */
    border-top: 4px solid #23793a; /* 添加自定义顶部边框 */
    margin: 10px 0px; /* 设置上下边距 */
    width: 40px;
    align-self: flex-start;
}


/*------底部样式开始------*/
.footbox{
	display: flex;
	justify-content: center;
	align-items: center;
	/*min-height: 300px;*/
	background-color: #3f4952;
	padding-top: 5em;
	padding-bottom: 5em;
	gap: 5em; /* 设置水平和垂直间隙为5em */
	margin-top: 5em;
}
.footinfo{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #FFFFFF;
}
.footinfo li{
	line-height: 2em;
}
.footinfo li a{
	color: #FFFFFF;
	text-decoration: none;
}
/*------关于我们样式开始------*/
.signboard{
	display: flex;
	justify-content: center;
	background:url(../img/signboard.jpg) top center no-repeat;
	background-size: cover;
}
.boardbox{
	display: flex;
	flex-direction: row;
	width: 60%;
	gap:1em;
	margin-top: 20em;
	margin-bottom: 10em;
	
}
.greybox{
	display: flex;
	flex: 1;
	align-items: center;
/*	height: 125px;*/
	background-color: rgba(147,147,147,0.8);
	padding: 1em;
	gap:1em;
	color: #FFFFFF;
}
.greenbox{
	display: flex;
	flex: 1;
	align-items: center;
/*	height: 125px;*/
	background-color: rgba(40,172,88,0.8);
	padding: 1em;
	gap:1em;
	color: #FFFFFF;
}
.signinfo{
	display: flex;
	flex: 1;
	flex-direction: column;
	gap:0.5em;
}
.signinfo h1{
	font-size: 20px;
}
.signinfo p{
	font-size: 16px;
}
.position{
	display: flex;
	flex: 1;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	justify-content: flex-end;
	align-items: center;
	padding-top: 2em;
	padding-bottom: 3em;
	gap:1em;
}
.position span{
	font-size: 12px;
}
.aboutbox{
	display: flex;
	justify-content: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

/*------工程案例样式开始------*/
.navi{
	display: flex;
	flex-direction: column;
	flex: 1;
}
.navi h1{
	background-color: #05835d;
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	width: 170px;
	padding: 10px;
}
.navi span{
	font-size: 50px;
	color: #f3f3f3;
	text-transform: uppercase;
}
.navi div{
	display: flex;
	flex-direction: column;
	gap:2em;
	margin-top: 2em;
}
.navi a{
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	color: #000000;
	cursor: pointer;
	padding: 0.4em 0.4em 0.4em 0em;
}
.navi a:hover{
	color: #05835d;
}
a.onbox{
	color:#05835d; 
	background: url(../img/line.png) left bottom no-repeat;
	
}
.atlas{
	display: flex;
	flex: 3;
	flex-wrap: wrap;
	gap:0.2em;
	align-content: flex-start;
}
.atlas h4{
	color: #333333;
	font-size: 15px;
	text-align: center;
	background-color: #f5f5f5;
	padding-top: 1em;
	padding-bottom: 1em;
	
}
.atlas span{
	background-color: #f5f5f5;
	
}

