@charset "utf-8";
/*内页大图*/
.n-banner{
	width: 100%;
	position: relative;
	z-index: 1;
}
.n-banner img{
	width: 100%;
	display: block;
}

.n-y{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.n-y .n-leftbox{
	width: 260px;
}
.n-y .n-leftbox .title{
	background: #37a4a6;
	color: #fff;
	padding:14px 28px;
	font-size: 18px;
	font-weight: bolder;
}
.n-y .n-leftbox .content{
	border:2px #eee solid;
	border-top: none;
	padding:10px 0 0 0;
}
.n-y .n-leftbox .content li{
	line-height: 42px;
	border-bottom: 1px #eee solid;
}
.n-y .n-leftbox .content li:last-child{
	border-bottom: none;
}
.n-y .n-leftbox .content li.current{
}
.n-y .n-leftbox .content a{
	padding:0 20px;
	display: flex;
	justify-content: space-between;
}
.n-y .n-leftbox .content li.current a{
	background: #37a4a6;
	color: #fff;
}
.n-y .n-leftbox .content span{
	font-family: '宋体';
	color: #ccc;
}
.n-y .n-leftbox .content li.current span{
	color: #fff;
}
.n-y .n-rightbox{
	width: 900px;
}
.n-y .n-rightbox .n-title{
	border-bottom: 1px #eee solid;
	padding-bottom: 10px;
	font-size: 18px;
}
.n-y .n-rightbox .n-content{
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.n-y .n-rightbox .n-content img{
	max-width: 100%;
}

.n-news{
	width: 100%;
	overflow: hidden;
}
.n-news .list{
	width: 100%;
	overflow: hidden;
}
.n-news .list li{
	border-bottom: 1px #eee solid;
	padding: 10px 0;
}
.n-news .list .title{
	display: flex;
	justify-content: space-between;
}
.n-news .list .content{
	color: #666;
}
.n-news .list .q{
	margin-bottom: 6px;
}
.n-news .list .q span{
	width: 24px;
	height: 24px;
	background: #37a4a6;
	display: block;
	float: left;
	color: #fff;
	border-radius: 4px;
	text-align: center;
	line-height: 24px;
	margin-right: 10px;
}
.n-news .list .a{
	margin-left: 34px;
}

.n-newsdetail{
	width: 100%;
	overflow: hidden;
}
.n-newsdetail .title{
	text-align: center;
	font-size: 18px;
}
.n-newsdetail .date{
	text-align: center;
	font-size: 12px;
	color: #666;
}
.n-newsdetail .content{
	border-top: 1px #eee solid;
	border-bottom: 1px #eee solid;
	padding:20px 0;
	margin:20px 0;
}

.n-pic{
	width: 100%;
	overflow: hidden;
}
.n-pic .list{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.n-pic .list li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
}
.n-pic .list li:nth-child(3n){
	margin-right: 0;
}
.n-pic .list .image{
	width: 100%;
	height: 260px;
}
.n-pic .list .image img{
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}
.n-pic .list .title{
	text-align: center;
	border:1px #eee solid;
	padding:10px;
}
.n-pic .list .title h1{
	font-size: 18px;
}
.n-pic .list .title h2{
	color: #666;
}

.n-form{
	width: 100%;
	overflow: hidden;
}
.n-form li{
	margin-top: 14px;
	float: left;
	width: 49%;
}
.n-form li:nth-child(2n){
	float: right;
}
.n-form li.quan{
	width: 100%;
}
.n-form li.anniu{
	display: flex;
	align-items: center;
	justify-content: center;
}
.n-form label{
	color: #666;
}
.n-form input,
.n-form select,
.n-form textarea{
	width: 100%;
	height: 42px;
	border:1px #eee solid;
	padding:0 10px;
	margin-top: 4px;
}
.n-form textarea{
	height: 120px;
	resize: none;
}
.n-form button{
	width: 114px;
	height: 42px;
	display: block;
	cursor: pointer;
	float: left;
	border:none;
	margin:0 10px;
	background: #37a4a6;
	color: #fff;
}
.n-form button.red{
    background: #e61f27;
}

.n-page{
	width: 100%;
	border-top: 1px #eee solid;
	padding-top: 10px;
	margin-top: 20px;
	overflow: hidden;
}
.n-page .right{
	display: flex;
}
.n-page .right li{
	margin-left: 4px;
}
.n-page .right a{
    border:1px #eee solid;
    padding:0 8px;
    display: block;
}
.n-page .right li.active a{
	background: #37a4a6;
	color: #fff;
}
.n-page .right li.disabled a{
	background: #eee;
	color: #888;
}