/*tedian*/
.tedian {
	overflow: hidden;
	width: 100%;
}
.tedian .tedian01 {
	overflow: hidden;
	width: 100%;
	height: auto;
}
.tedian .tedian01 img{
	width: 100%;
	height: auto;
}
.tedian .tedian02 {
	overflow: hidden;
	width: 100%;
	height: 550px;
	background: url(../img/tedianbg_02.jpg) no-repeat center top;
	background-size: contain;
}
.tedian .wen {
	overflow: hidden;
	width: 460px;
	float: right;
}
.tedian h4 {
	font-size: 20px;
	color: #061c45;
	margin-bottom: 8px;
}
.tedian p {
	font-size: 13px;
	color: #666;
	line-height: 20px;
	height: 100%;
}
.tedian .wen01 {
	margin-top: 100px;
	margin-bottom: 45px;
}
.tedian .wen02 {
	margin-bottom: 30px;
}


.about {
	overflow: hidden;
	width: 100%;
	padding: 1em 0;

}
.about h3 {
	font-size: 1.5em;
	color: #333;
	text-align: center;
	margin-bottom: 0.2em;
}

.about .aboutbox {
	overflow: hidden;
	width: 97%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 1.5em;
}
.about .aboutbox a {
	display: block;
	width: 5%;
	position: absolute;
	top: 30%;
}
.about .aboutbox .btn01 {
	left: 10%;
}
.about .aboutbox .btn02 {
	right: 10%;
}
.about .aboutbox a img {
	display: block;
	width: 100%;
}
.about .aboutbox img {
	display: block;
	width: 60%;
	margin: 0 auto;
	margin-bottom: 0.4em;
}
.about .aboutbox h4 {
	font-weight: normal;
	text-align: center;
	font-size: 1.25em;
	color: #46aa96;
	margin-bottom: 0.8em;
	font-weight: bold;
	letter-spacing: 4px;
}
.about .aboutbox p {
	font-size: 1em;
	color: #333;
	line-height: 1.5em;
	text-align: center;
	width: 98%;
	margin: 0 auto
}
.about .aboutbox .imgbox {
	height: 100%;
	width: auto;
	display: flex;
	padding: 1em 0;
}
.about .aboutbox .imgbox img{
	margin: 0 auto;
}
.about .prolist {
	overflow: hidden;
	width: 94%;
	padding: 1.5%;
	background-color: #fff;
	margin: 0 auto;
}

.about .prolist li img {
	display: block;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #ccc;
	margin-bottom: 0.5em;
}
.about .prolist li span {
	margin-bottom: 0.5em;
	display: block;
	text-align: center;
	font-size: 1em;
	color: #333;
}
.about .prolist li:nth-child(2) img {
	margin-left: -2px;
}
.ad-01{
	overflow: hidden;
	width: 100%;
	padding: 1em 0;
	background-color: #02864d;
}
.ad-01 img{
	width: 100%;
}
