header{
	border-bottom: 1px solid #e1e1e1;
}
.smallbanner{
	position: relative;
	height: 332px;
	width: 100%;
	overflow: hidden;
}
.smallbanner img{
	position: absolute;
	height: 332px;
	left: 50%;
	margin-left: -960px;
}
.list{
	overflow: hidden;
	background: #f8f8f8;
	padding-top: 23px;
	padding-bottom: 31px;
}
.list .w{
	border: 1px solid #d4d4d4;
	overflow: hidden;
	background: #f9ffff;
}
.list-fl{
	float: left;
	box-sizing: border-box;
	width: 220px;
}
.list-fl .title{
	text-align: center;
	height: 56px;
	background: #00a3a8;
	color: #fff;
}
.list-fl .title h3{
	font-size: 18px;
	line-height: 21px;
	padding-top: 13px;
}
.list-fl .title p{
	font-size: 12px;
	line-height: 12px;
	color: #b8dddf;
}
.list-fl ul{
	box-sizing: border-box;
	padding: 0 6px;
	padding-top: 3px;
}
.list-fl li{
	height: 53px;
	line-height: 53px;
	border-bottom: 1px dashed #e0e5e5;
	text-align: center;
}
.list-fl li a{
	display: inline-block;
	font-size: 15px;
	padding-right: 17px;
	color: #01a2a7;
}
.list-fl li.cur a{
	background: url(../images/11.jpg) no-repeat center right;
}
.list-fr{
	float: left;
	box-sizing: border-box;
	width: 980px;
	border-left: 1px solid #d4d4d4;
	min-height: 500px;
	background: #fff;
	padding-bottom: 20px;
}
.list-fr .breaknav{
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #d4d4d4;
	padding-left: 40px;
	padding-right: 30px;
}
.list-fr .breaknav h3{
	float: left;
	padding: 0 4px;
	font-size: 17px;
	color: #01a2a7;
	border-bottom: 2px solid #01a2a7;
	line-height: 55px;
}
.list-fr .breaknav .fr{
	font-size: 14px;
	color: #a5a5a5;
}
.list-fr .breaknav .fr a{
	font-size: 14px;
	color: #a5a5a5;
}
.list-fr .breaknav .fr a:hover{
	text-decoration: underline;
}
.list .main{
	padding: 27px 36px;
}
.list .main .top{
	height: auto;
	background: #f8f8f8;
	overflow: hidden;
}
.list .main .fl{
	float: left;
	width: 453px;
	height: auto;
	position: relative;
}
.list .main .fl img{
	width: 453px;
	height: auto;
}
.list .main .fl p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 453px;
	box-sizing: border-box;
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	color: #fff;
	background: rgba(0,0,0,0.6);
	padding: 0 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.list .main .fr{
	float: left;
	box-sizing: border-box;
	width: 454px;
	padding: 23px 29px;
}
.list .main .fr h4{
	font-size: 20px;
	line-height: 56px;
	border-bottom: 1px dashed #d3d3d3;
	color: #262626;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 12px;
}
.list .main .fr p{
	font-size: 14px;
	line-height: 27px;
	color: #7f7f7f;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
}
.list .main .fr .line .left{
	float: left;
	font-size: 15px;
	color: #01a2a7;
	line-height: 27px;
}
.list .main .fr .line .right{
	float: right;
	font-size: 14px;
	color: #9d9d9d;
	line-height: 27px;
}
.list .main ul{
	margin-top: 30px;
}
.list .main li{
	box-sizing: border-box;
	margin-bottom: 23px;
}
.list .main li a{
	background: #fafafa;
	border: 1px solid #ddd;
	display: block;
	padding: 16px 20px 13px;
}
.list .main li .line{
	overflow: hidden;
	margin-bottom: 12px;
}
.list .main li .line h4{
	float: left;
	width: 80%;
	font-size: 17px;
	color: #4a4a4a;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.list .main li .line span{
	float: right;
	line-height: 26px;
	font-size: 15px;
	color: #7f7f7f;
}
.list .main li p{
	font-size: 14px;
	line-height: 24px;
	color: #7f7f7f;
}
.list .main li a:hover{
	background: #00a3a8;
	border: 1px solid #00a3a8;
	display: block;
	padding: 16px 20px 13px;
}
.list .main li a:hover .line h4,
.list .main li a:hover .line span,
.list .main li a:hover p{
	color: #fff;
}
.list .page{
	text-align: center;
}
.list .page a,
.list .page span{
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	margin: 0 3px;
	font-size: 14px;
	color: #a4a4a4;
	border: 1px solid #f3f3f3;
	border-radius: 6px;
}
.list .page a:hover,
.list .page span{
	color: #fff;
	background: #00a3a8;
	border: 1px solid #00a3a8;
}
.article{
	padding: 27px 36px;
}
.article h4{
	font-size: 23px;
	line-height: 40px;
	color: #000;
}
.article .line{
	line-height: 40px;
	padding-bottom: 10px;
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	color: #858181;

}
.article .line span{
	display: inline-block;
	padding-left: 30px;
	background: url(../images/t.jpg) no-repeat center left;
	margin-right: 30px;
}
.article .line .autor{
	background-image: url(../images/a.jpg);
}
.article .news-main{
	font-size: 14px;
	line-height: 29px;
	color: #6e6e6e;
	padding-top: 30px;
	padding-bottom: 90px;
}
.article .news-main p{
	margin-bottom: 30px;
}
.article .news-main img{
	width: 100%;
	margin-bottom: 30px;
}
.prev-next{
	height: 58px;
	line-height: 58px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 8px;
	font-size: 14px;
}
.prev{
	float: left;
	padding-left: 40px;
	background: url(../images/prev.jpg) no-repeat center left;
}
.next{
	float: right;
	padding-right: 40px;
	background: url(../images/next.jpg) no-repeat center right;
}
.prev-next a{
	color: #7a7a7a;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.prev-next a:hover{
	text-decoration: underline;
}

.share p{
	float: left;
}
.share .bdsharebuttonbox{
	float: left;
	position: relative;
	top: 4px;
}
.share .bdshare-button-style0-16 a{
	width: 19px;
	height: 19px;
	padding: 0;
	background: url(../images/share.png) no-repeat 0 0;
	margin: 7px 6px;
	margin-right: 0;
}
.share .bdshare-button-style0-16 a.bds_tsina{
	background-position: -23px 0;
}
.share .bdshare-button-style0-16 a.bds_weixin{
	background-position: -46px 0;
}
.share .bdshare-button-style0-16 a.bds_sqq{
	background-position: -69px 0;
}
.share .bdshare-button-style0-16 a:hover{
	background-position: 0 -19px;
	opacity: 1;
}
.share .bdshare-button-style0-16 a:hover.bds_tsina{
	background-position: -23px -19px;
}
.share .bdshare-button-style0-16 a:hover.bds_weixin{
	background-position: -46px -19px;
}
.share .bdshare-button-style0-16 a:hover.bds_sqq{
	background-position: -69px -19px;
}
.wap-smallbanner{
	display: none;
}
.substance{
	font-size: 16px;
	line-height: 30px;
	color: #525252;
}
.headline{
	padding: 28px 0;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.headline h3{
	font-size: 36px;
	line-height: 60px;
	color: #00a3a8;
	padding-bottom: 3px;
	background: url(../images/headline_bg.jpg) no-repeat center bottom;
}
.headline p{
	font-size: 16px;
	color: #b4beb8;
	line-height: 56px;
	height: 56px;
}
.headline .smallnav a{
	display: inline-block;
	padding: 0 26px;
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	color: #00a3a8;
	background: #f5f5f5;
	margin: 0 12px;
}
.headline .smallnav a.current,.headline .smallnav a:hover{
	background: #00a3a8;
	color: #fff;
}
.neiye{
	padding: 50px 0;
}
.contact{
	overflow: hidden;
	padding-bottom: 100px;
}
.contact .fr{
	width: 512px;
}
.contact .fr .logo{
	margin-bottom: 50px;
	padding-top: 25px;
}
.contact .fr ul{
	padding-left: 10px;
}
.contact .fr li{
	font-size: 18px;
	line-height: 48px;
	color: #545454;
	padding-left: 36px;
	background: url(../image/lx-ico1.png) no-repeat center left;
}
.contact .fr li:nth-child(2){
	background-image: url(../image/lx-ico2.png);
}
.contact .fr li:nth-child(3){
	background-image: url(../image/lx-ico3.png);
}
.contact .fr li:nth-child(4){
	background-image: url(../image/lx-ico4.png);
}
.message .info{
	margin-bottom: 56px;
}
.message .info h5{
	font-size: 30px;
	line-height: 42px;
	font-weight: bold;
	color: #474747;
}
.message input{
	width: 49%;
	height: 56px;
	line-height: 56px;
	border-radius: 4px;
	padding: 0 12px;
	border: 1px solid #999;
	box-sizing: border-box;
	float: left;
}
.message input:nth-child(2){
	float: right;
}
.message textarea{
	height: 200px;
	padding: 16px 12px;
	border-radius: 4px;
	border: 1px solid #999;
	width: 100%;
	box-sizing: border-box;
}
.swiper1 {
	--swiper-navigation-color: #666;
	/* 閸楁洜瀚拋鍓х枂閹稿鎸虫０婊嗗 */

}

.swiper-slide img {
	width: 100%;
}
.layui-form-item{
	margin-bottom: 10px;
	overflow: hidden;
}
.layui-form-item button{
	float: right;
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 30px;
	background-color: #00a3a8;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}
header nav .anniu{
	display: none;
}
.eject{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	display: none;
}
.eject-m{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 200px;
	background: #fff;
	text-align: center;
	margin-top: -100px;
	margin-left: -200px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0px 0px 4px 3px #00000026;
}
.eject h4{
	height: 50px;
	line-height: 50px;
	background: #00a3a8;
	color: #fff;
	font-size: 16px;
}
.eject p{
	font-size: 22px;
	line-height: 80px;
	color: #282828;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
}
.eject span{
	float: right;
	width: 60px;
	height: 30px;
	line-height: 30px;
	background: #00a3a8;
	color: #fff;
	font-size: 14px;
	margin-right: 20px;
	border-radius: 4px;
	cursor: pointer;
}
table {
	width: 100%;
	border: 1px solid #eee;
}
table {
	border-collapse: collapse; /* 合并边框 */
}

td, th {
	border: 1px solid #eee; /* 为单元格添加边框 */
}
.download-but{
	text-align: right;
	padding-bottom: 20px;
}
.download-but button{
	display: inline-block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background: #00a3a8;
	border-radius: 4px;
}
/*.list-fl ul{
	padding: 0px;
}*/
.list-fl li{
	height: auto;
	border: none;
}
.list-fl li.par-li{
	border-bottom: 1px dashed #e0e5e5;
}
.list-fl li .chi-ul{
	background: #eee;
	padding: 0;
	border-top: 2px solid #00a3a8;
}
.list-fl li.cli-li{
	line-height: 40px;
}
.list-fl li.cur .cli-li a{
	background: none;
	color: #333;
	font-size: 14px;

}
.list-fl li.cur .cli-li.cur{
	background: #e2cf94;
}
.cli-nav{
	display: none;
}
.list .main .top{
	display: flex;
}
.list .main .fl{
	float: none;
	width: auto;
}
.list .main .fr{
	float: none;
	width: auto;
}
.list .main .fl img{
	width: auto;
	height: 300px;
}
.list .main .fl p{
	width: 100%;
	padding: 0;
}
.list .main .fl p span{
	padding: 0 10px;
}
.list-fl li.par-li.cur .cli-nav{
	display: block;
}
.expert ul{
	overflow: hidden;
}
.expert	li{
	float: left;
	width: 33.33333%;
	height: 198px;
	box-sizing: border-box;
	padding: 1.5%;
}
.expert	li .pic{
	float: left;
	width: 40%
}
.expert	li a{
	box-shadow: 0px 0px 3px 1px #0000001a;
	background: #eee;
	display: block;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 3%;
	border-radius: 6px;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
.expert	li .pic img{
	width: 100%;
}
.expert	li .txt{
	float: left;
	width: 48%;
	padding-left: 3%;
	padding-top: 5px;
}
.expert	li a p{
	margin-bottom: 5px;
}
.expert	li a p.info{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.expert .page{
	padding: 20px 0;
}
.expert	li a:hover{
	background: #00a3a8;
	color: #fff;
}

@media (max-width: 1200px){
	.w{
		width: 96%;
	}
	.smallbanner{
		width: 100%;
		height: auto;
	}
	.smallbanner img{
		position: relative;
		left: 0;
		top: 0;
		margin-left: 0;
		width: 100%;
		height: auto;
	}
	.list-fl{
		width: 20%;
		box-sizing: border-box;
	}
	.list-fr{
		width: 80%;
		box-sizing: border-box;
	}
	.list .w{
		box-sizing: border-box;
		padding-left: 0;
		padding-right: 0;
	}
	.list .main .fl{
		width: 46%;
		box-sizing: border-box;
	}
	.list .main .fr{
		width: 54%;
		box-sizing: border-box;
		padding-left: 20px;
		padding-right: 20px;
	}
	.list .main .fl img{
		width: 100%;
	}
	.list .main .fl p{
		width: 100%;
	}
	.prev,.next{
		width: 50%;
		box-sizing: border-box;
		overflow: hidden;
	}
	.contact .fl{
		width: 46%;
	}
	.contact .fl img{
		width: 100%;
	}
	.contact .fr{
		width: 52%;
	}
	.contact .fr img{
		width: 60%;
	}
	.contact .fr .logo{
		padding-top: 0;
		margin-bottom: 10px;
	}
	.contact .fr li{
		padding-left: 0;
	}
}
@media (max-width: 798px){
	header nav .anniu{
		display: block;
	}
	.list .main .fl{
		width: 100%;
		height: auto;
		float: none;
	}
	.list .main .fl img{
		height: auto;
	}
	.list .main .fr{
		width: 100%;
		float: none;
		height: auto
	}
	.list .main .top{
		height: auto;
	}
	.list .main .fr .line{
		overflow: hidden;
	}
	.contact .fl{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.contact .fr{
		width: 100%;
		float: none;
	}
	.expert	li{
		width: 100%
	}
}
@media (max-width: 680px){
	.list-fl{
		width: 100%;
	}
	.list-fr{
		width: 100%;
		border-left: none;
	}
	.list-fr .main{
		padding: 4% 2%;

	}
	.article .line .fl{
		float: none;
	}
	.article .line .share{
		float: none;
		height: 40px;
	}
	.smallbanner{
		height: auto;
		display: none;
	}
	.smallbanner img{
		position: relative;
		left: 0;
		margin-left: 0;
		width: 100%;
		height: auto
	}
	.wap-smallbanner{
		display: block;
	}
	.article .line{
		height: auto;
	}
	.prev, .next{
		width: 100%;
		float: none;
	}
	.prev-next{
		height: auto
	}
	.contact .fr img{
		width: 100%;
	}
	.neiye{
		padding-top: 20px;
	}
	.contact{
		padding-bottom: 20px;
	}
	.message input{
		width: 100%;
		margin-bottom: 10px;
	}
	.message .info{
		margin-bottom: 10px;
	}
	.message .info h5{
		font-size: 18px;
	}
	.message .info p{
		font-size: 14px;
	}
	.message input::placeholder,.message textarea::placeholder{
		font-size: 12px;
	}
	.headline h3{
		font-size: 24px;
		line-height: 40px;
		padding-bottom: 0;
	}
	.headline p{
		line-height: 20px;
		height: 30px;
	}
	.headline .smallnav a{
		font-size: 16px;
		line-height: 40px;
		height: 40px;
	}
	.headline{
		padding: 16px 0;
	}
	.contact .fr li{
		font-size: 14px;
		line-height: 30px;
	}
	.list-fr .breaknav h3{
		display: none;
	}
	.list .main li .line h4,.list .main li .line span{
		float: none;width: 100%;
	}
	.list .main li.page-item.next a{
		padding: 0;
	}
	.list .main li.previous,.list .main li.next{
		display: inline-block;
		padding: 0;
		background: none;
		float: left;
		width: auto;
		display: inline-block;
	}
}