.lee1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-family: MS-Mincho;
	margin-top: 35px;
}

.lee1:first-child{
	margin-top: 0;
}

.lee1 .pic{
	width: 35%;
	overflow: hidden;
}

.lee1 .pic img {
    max-width: 100%;
    margin: 10px auto 0;
    display: block;
}

.lee1 .text{
	width: 60%;
}

.lee1 .text .tit{
	font-size: 21px;
	color: #333333;
	text-align: center;
	font-weight: 600;
}

.lee1 .text ul{
	margin-top: 40px;
}

.lee1 .text ul li{
	display: flex;
	justify-content: space-between;
	line-height: 40px;
	border-bottom: 2px #f0f0ee solid;
}

.lee1 .text ul li:first-child{
	border-top: 2px #f0f0ee solid;
}

.lee1 .text ul li .t{
	width: 108px;
	font-size: 16px;
	color: #333333;
	border-bottom: 2px #0caf50 solid;
	margin-bottom: -2px;
}

.lee1 .text ul li:first-child .t{
	border-top: 2px #0caf50 solid;
	margin-top: -2px;
}

.lee1 .text ul li .c{
	flex: 1;
	font-size: 16px;
	color: #5d5d5d;
	padding-left: 15px;
}

.lee2 ul{
	border: solid 2px #f0f0ee;
}

.lee2 ul li:last-child{
	border-bottom: none;
}

.lee2 .text ul li:first-child{
	border-top: none;
}

.lee2 ul .in_t{
	width: 24%;
	background-color: #e5e5e5;
	font-size: 16px;
	color: #333333;
	padding-left: 35px;
}

.lee2 ul .in{
	flex: 1;
	font-size: 16px;
	color: #999999;
}

.lee2 .text ul li input{
	width: 100%;
	outline: none;
	padding-left: 30px;
	font-family: MS-Mincho;
}

.lee2 .text ul li textarea{
	height: 100px;
	padding: 10px 30px;
	width: 100%;
	outline: none;
}

.lee2 .btn{
	text-align: center;
	margin-top: 40px;
}

.lee2 .btn button{
	font-family: MS-Mincho;
	font-size: 16px;
	color: #fefefe;
	padding: 15px 50px;
	background-color: #15b255;
	outline: none;
}

/*公司简介-集团公司*/
.lee3 .pic{
	width: 15%;
}

.lee3 .text ul li:first-child{
	border-top: none;
}

.lee3 .text ul li:first-child .t{
	border-top: none;
	margin-top: 0;
	font-size: 18px;
	color: #000;
	white-space: nowrap;
}

.lee3 .text ul{
	margin-top: 0;
}

.lee4{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: unset;
}

.lee4 .text{
	width: 47%;
	margin-top: 30px;
}

.l_title{
	width: 100%;
	border-bottom: 2px #0caf50 solid;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
	padding-left: 22px;
	background: url(../images/lee/tit_bg.png) no-repeat left center;
	font-family: MS-Mincho;
}

.lee5 .l_title{
	margin-top: 30px;
}

.lee5 ul{
	background-color: #f7f7f7;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
	padding: 10px 30px;
	font-family: MS-Mincho;
}

.lee5 ul li{
	width: 20%;
	margin: 15px 0;
}

.lee5 ul li a{
	display: block;
	font-size: 15px;
	color: #666666;
	padding-left: 24px;
	background: url(../images/lee/menu_bg.png) no-repeat left center;
}

.lee5 ul li a:hover{
	text-decoration: solid;
	color: #01ac49;
	background: url(../images/lee/menu_bg_active.png) no-repeat left center;
}

.l_left_nav{
	position: fixed;
	top: 30%;
	left: -180px;
	z-index: 100;
	font-family: MS-Mincho;
	transition: all 0.5s;
	padding-left: 30px;
	background: #fff;
	transition: all 0.5s;
}

.l_left_nav:hover{
	left: 0px;
}

.l_nav{
	width: 185px;
	border: solid 1px #b3b3b3;
	font-family: MS-Mincho;
}

.l_nav li{
	border-bottom: solid 1px #b3b3b3;
	display: flex;
	justify-content: space-between;
	line-height: 38px;
	font-size: 15px;
	color: #999;
}

.l_nav li:last-child a{
	border: none;
}

.l_nav li em{
	display: block;
	width: 34px;
	text-align: center;
	background-color: #5eb976;
	color: #fff;
	border-left: solid 1px #b3b3b3;
}

.l_nav li span{
	display: block;
	padding-left: 15px;
	flex: 1;
}

.l_nav li span a{
	display: block;
}

.l_nav li:hover em{
	background-color: #059140;
}

.l_nav li:hover span{
	color: #666;
}

.l_con{
	padding-top: 40px;
}

.l_con img{
	display: block;
	margin: 0 auto;
	width: 58%;
}

.l_tab{
	width: 58%;
	margin: 40px auto 0;
	border: solid 2px #f0f0ee;
	font-family: MS-Mincho;
}

.l_tab li{
	display: flex;
	justify-content: space-between;
	border-bottom: 2px #f0f0ee solid;
}

.l_tab li:last-child{
	border-bottom: none;
}

.l_tab li .t{
	width: 25%;
	background-color: #e5e5e5;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	padding-left: 20px;
}

.l_tab li .c{
	flex: 1;
	line-height: 24px;
	margin: 8px 0;
	font-size: 16px;
	color: #999999;
	padding: 0 30px;
}

@media(max-width: 996px){
	.lee5 ul li{
		width: 25%;
	}

	.lee5 ul li a{
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}
}

@media(max-width: 767px){
	.lee1{
		padding: 0 15px;
	}

	.lee1 .pic{
		width: 100%;
		margin-bottom: 4vw;
	}

	.lee1 .text{
		width: 100%;
	}

	.lee1 .text ul{
		margin-top: 4vw;
	}

	.lee1 .text ul li{
		flex-wrap: wrap;
	}

	.lee1 .text ul li .c{
		flex: unset;
		width: 100%;
	}

	.lee1 .text ul li .t{
		width: 25%;
	}

	.lee1 .text ul li:first-child{
		border-top: none;
	}

	.lee2 ul .in_t{
		padding-left: 10px;
	}

	.lee1 .text ul li:first-child .t{
		border-top: none;
		margin-top: 0;
	}

	.lee2 .text ul li input{
		padding-left: 10px;
	}

	.lee2 .text ul li textarea{
		padding: 10px;
	}

	.lee2 .btn{
		margin-top: 4vw;
	}

	.lee2 .btn button{
		padding: 10px 30px;
	}

	.lee4 .text{
		margin-top: 0;
	}

	.lee1{
		margin-top: 4vw;
	}

	.lee3 .text ul li:first-child .t {
	    white-space: unset; 
	    width: 100%;
	    border: none;
	}

	.lee5{
		padding: 0 15px;
	}

	.lee5 ul li{
		width: 48%;
		margin: 10px 0;
	}

	.lee5 ul li a{
		overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	}

	.lee5 ul{
		padding: 10px;
		margin-top: 4vw;
	}

	.lee5 .l_title{
		margin-top: 4vw;
	}

	.l_con{
		padding: 4vw 15px 0;
	}

	.l_con img{
		width: 100%;
	}

	.l_table{
		width: 100%;
		overflow-x: scroll;
	}

	.l_tab{
		margin: 4vw auto 0;
		width: 700px;
	}

	.l_left_nav:hover{
		left: -30px;
	}
}