@font-face {
	font-family: SourceHanSans-ExtraLight;
	src: url("../font/SourceHanSans-Light.otf");
}

* {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: "Microsoft YaHei",sans-serif ;
}

body {
	background: #f2f2f2;
	overflow-x: hidden;
}

ul,
ol,
li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

a {
	color: #666;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

img {
	border: none;
}

input,
textarea {
	color: #333;
	outline: none;
	border: 1px solid #c3c3c3;
	padding: 5px;
	text-align: left;
	height: 22px;
	box-sizing: border-box;
	overflow: hidden;
}

input::placeholder{
	color: #c2c2c2 !important;
	font-family: "Microsoft YaHei",sans-serif ;
}

header {
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: flex-start;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.text-left {
	text-align: left !important;
}

.p0 {
	padding: 0 !important;
}

.m0 {
	margin: 0 !important;
}

.pr30 {
	padding-right: 30px !important;
}

.w100 {
	width: 100% !important;
}

.c-80{
width: 80% !important;	
}

.container {
	width: 66.666%;
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.container>.logo {
	width: 50%;
}

.container>.logo>a>img {
	height: 60px;
}

.search-box {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	line-height: 60px;
}

.search-box>.time {
	padding: 0 15px;
}

#searchBtn {
	height: 24px;
	cursor: pointer;
	padding: 0 5px;
	background: #3fb1a3;
	border: 1px solid #3fb1a3;
	color: #fff;
	line-height: 24px;
}

nav#nav {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	height: auto;
	background: #3FB1A3;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: flex-start;
}

nav#nav>ul {
	width: 66.666%;
	padding: 0 15px;
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

nav#nav>ul>li {
	line-height: 3;
	text-align: center;
	position: relative;
}

nav#nav>ul>li>a {
	display: block;
	color: #FFF;
	font-size: 1.125rem;
	letter-spacing: 2px;
	padding: 0 10px;
	box-sizing: border-box;
}

nav#nav>ul>li>a:hover {
	background: #359486;
}

nav#nav>ul>li>dl{
	background: #3FB1A3;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99999;
	width: 100%;
	display: none;
}

nav#nav>ul>li:hover dl{
	display: block;
}

nav#nav>ul>li>dl>dd>a{
	display: block;
	padding: 3px 0;
	box-sizing: border-box;
	color: #FFFFFF;
}

nav#nav>ul>li>dl>dd>a:hover{
	background: #359486;
}

.navBtn {
	display: none;
}

.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.swiper-slide>img {
	width: 100%;
}

#banner .swiper-pagination {
	text-align: right;
	padding-right: 10%;
	box-sizing: border-box;
}

#banner .swiper-pagination .swiper-pagination-bullet {
	width: 18px;
	height: 18px;
	display: inline-block;
	border-radius: 0;
	background: #FFF;
	opacity: 1;
}

#banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #3FB1A3;
	width: 20px;
	opacity: 1;
}

.row {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	margin-top: 15px;
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
}

.col-3-7 {
	width: 37%;
	padding: 0 10px;
	box-sizing: border-box;
}

.col-2-6 {
	width: 26%;
	padding: 0 10px;
	box-sizing: border-box;
}

.col-4 {
	width: 40%;
	padding: 0 10px;
	box-sizing: border-box;
}

.new-box {
	width: 100%;
	height: 250px;
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 0 10px #e1e1e1;
}


.box-title {
	line-height: 2.5;
	background: #3FB1A3 url(../img/stop.jpg) no-repeat 2px center;

	color: #FFF;
	border-radius: 2px 2px 0 0;
	text-indent: 30px;
	font-size: 1.125rem;
	font-weight: 500;
}

.more {
	float: right;
	margin-top: 5px;
	margin-right: 8px;
	color: #FFF;
	font-size: 12px;
}

.bg-stop {
	background: #3FB1A3 url(../img/stop.jpg) no-repeat 2px center;

}

.bg-sz {
	background: #3FB1A3 url(../img/writer.jpg) no-repeat 2px center;
}

.new-box ul {
	padding: 0 10px;
	box-sizing: border-box;
}

.new-box ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #e7e3d9;
	background: url(../img/li.png) no-repeat left center;
	background-size: 30px;
	text-indent: 30px;
	box-sizing: border-box;
	overflow: hidden;
}

.new-box ul li:last-of-type {
	border: none;
}

.new-box ul li a {
	display: block;
	float: left;
	width: 60%;
}

.new-box ul li span {
	float: right;
	text-align: right;
	font-size: 12px;
	color: #767676;
	display: block;
	line-height: 2.4;
	padding: 2px 4px;
	box-sizing: border-box;
	width: 40%;
}

.new-box ul li a:hover {
	color: #3FB1A3;
}

.btnBox {
	width: 100%;
	height: 250px;
}

.btnBoxBig a {
	display: block;
	margin-bottom: 5px;
}

.btnBoxBig a img {
	width: 100%;
	height: 60px;
}


.btnBoxSmall ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}

.btnBoxSmall ul li {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 186px;
}

.btnBoxSmall ul li p {
	_padding: 0;
	margin: 2px 0;
	box-sizing: border-box;
}

.btnBoxSmall ul li img {
	width: 100%;
	height: 84px;
}

.btnBoxSmall ul li img.erweima {
	height: 178px;
	object-fit: fill;

}

.news-box {
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

.news-box .box-title {
	background: #3FB1A3 url(../img/lan.jpg) no-repeat 5px center;
	background-size: 20px;
}

.news-list {
	padding: 15px;
	box-sizing: border-box;
	background: #FFF;
}

.top-news {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	margin-bottom: 5px;
	border-bottom: 1px dashed #c7c7c7;
	padding: 10px 0;
	box-sizing: border-box;
}

.top-news-image {
	margin-right: 30px;
}

.top-news-image img {
	height: 110px;
}

.top-news-content {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	width: 100%;
}

.top-news-content h2 {
	margin-bottom: 10px;
}

.top-news-content h2 a {
	font-size: 24px;
	color: #b11a02;
}

.top-news-content p {
	color: #767676;
	line-height: 1.5;
	font-size: .875rem;
}

.news-list ul {
	width: 100%;
	padding: 0;
}

.news-list ul li {
	background: url(../img/li.png) no-repeat -5px;
	background-size: 30px;
	padding: 0 15px 0 20px;
	height: 30px;
	line-height: 30px;
	width: 100%;
	border-bottom: 1px dashed #C7C7C7;
	box-sizing: border-box;
}

.news-list ul li span {
	float: right;
	text-align: right;
	font-size: .875rem;
	color: #767676;
}

.news-list ul li a:hover {
	color: #3FB1A3;
}

footer {
	width: 100%;
	height: auto;
	background: #3FB1A3;
	padding: 15px 0;
	color: #fff !important;
}

.container.footer-box {
	flex-flow: column;
	justify-content: flex-start;
	text-align: center;
}

.copyright {
	font-size: 14px;
	margin-bottom: 5px;
}

.contact {
	display: flex;
	flex-flow: row;
	justify-content: center;
	text-align: center;
	margin: 5px 0;
}

.contact p {
	font-size: 14px;
	margin-right: 15px;
}


/* LIST */
.col-1 {
	width: 181px;
	height: auto;
	padding: 0 10px;

}

.new-nav {
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

.new-nav .new-nav-text {
	padding: 10px 0 5px 0;
	background: url(../img/left-nav-bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
	margin-bottom: 6px;
	box-sizing: border-box;
}

.new-nav .new-nav-text li a {
	display: block;
	text-align: center;
	line-height: 3.4;
	color: #FFF;
	font-size: 1rem;
}

.new-nav ul li.active a:after {
	content: "    \21e6";
}

.new-nav ul li.active a:before {
	content: "\21E8       ";
}

.col-11 {
	width: 100%;
	margin-bottom: 15px;
}

.list-box {
	border-top: 4px solid #3FB1A3;
	border-radius: 3px 3px 0 0;
	background: #FFF;
	padding: 5px 15px;
	box-sizing: border-box;
}

.position {
	line-height: 2.5;
	font-size: 1rem;
	color: #666;
	padding: 5px 15px;
}

.position a,
.position span {
	color: #666;
	font-size: 1rem;
}

.list-box ul li {
	border-bottom: 1px dashed #C7C7C7;
	line-height: 2.4;
	background: url(../img/li.png) no-repeat left center;
	background-size: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.list-box ul li:last-of-type {
	border: none;
}

.list-box ul li a {
	font-size: 1rem;
	display: block;
	width: 60%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.list-box ul li span {
	display: inline-block;
	float: right;
	color: #666666;
	font-size: 12px;
}


.list-box ul li a:hover {
	color: #3FB1A3;
}

/**
page
 */
.page {
	padding: 20px 0;
	text-align: center;
	margin-top: 40px;
}

.page li {
	border: none !important;
	background: none !important;
	display: inline-block;
	padding: 0;
	text-align: center;
	padding: 5px !important;
	line-height: 10px !important;
}

.page li.active {
	background: #3FB1A3 !important;
	color: #fff;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	text-align: center;
}

.pagination>li {
	display: inline;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 8px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #3fb1a3;
	border-color: #3fb1a3;
}

.bg-white{
	background: #FFF!important;
}

.list-box form {
	padding: 50px 0;
	margin: 0 auto;
}

.form-item {
	margin-bottom: 15px;
}

.form-item label {
	display: inline-block;
	width: 20%;
	text-align: right;
	color: #666;
	margin-right: 10px;
}

.form-item input {
	width: 60%;
	background: #F2F2F2;
	border: none;
	height: 2.1875rem;
}

.form-item.must:after {
	content: "*";
	color: #B11A02;
}

.form-item textarea {
	width: 60%;
	background: #F2F2F2;
	border: none;
	height: 120px;
	resize: none;
}

.form-item .top100 {
	position: relative;
	top: -100px;
}

.submit {
	width: 100px !important;
	text-align: center;
	background: #3FB1A3 !important;
	color: #FFF;
	padding: 5px;
	height: auto;
}

.new-message {
	width: 90%;
	margin: 0 auto;
}

.new-message .message-txt {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2;
}

.message-list-item {
	background: #F2F2F2;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 10px;

}

.message-item-l {
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.message-item-l .username {
	width: 30%;
	color: #666666;
}

.user-content p {
	color: #666;
	margin-bottom: 0.625rem;
}

.user-content p:nth-child(2) {
	color: #B11A02;
}

.message-time {
	text-align: right;
}

.list-box .article-title {
	width: 100%;
	text-align: center;
	font-size: 1.625rem;
	color: #3FB1A3;
	line-height: 2;
	padding: 15px;
	box-sizing: border-box;
}

.list-box .article-time {
	text-align: center;
	margin-bottom: 15px;
}

.list-box .article-time span {
	padding: 5px;
	font-size: 1rem;
	color: #666;
}

.list-box .article-info {
	background: #bbe4f1;
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.7;
	color: #333;
	margin-bottom: 15px;
}

.list-box .body {
	padding: 15px;
	color: #666666;
	font-size: 1rem;

}

.list-box .body img{
	width: 100% !important;
	margin: 0 auto;
	vertical-align: center;
}

td{
	vertical-align:middle!important;
}

.yewu-box{
	padding: 15px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

.yewu-box ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin-top: 20px;
}

.yewu-box ul li{
	list-style-type: none;
	background: none;
	border: none;
	padding: 5px 15px;
	width: 20%;
}

.yewu-box ul li a{
	width: 100%;
}

.yewu-box ul li a img{
	width: 100%;
}

.prev-next-box{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 10px 5px;
}

.prev-next-box div{
	color: #333;
}

.prev-next-box div span{
	color: #FD482C;
}

.prev-next-box div a{
	color: #3FB1A3;
}

/* 手机 */
@media screen and (max-width:414px) {

	* {
		font-size: 0.875rem;
	}

	body {
		overflow-x: hidden;
	}

	.body img{
		width: 100%!important;
		height: auto;
	}

	.banner {
		overflow-x: hidden;
		margin-bottom: 15px;
	}

	#banner .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		display: inline-block;
		border-radius: 0;
		background: #FFF;
		opacity: 1;
	}

	.container {
		width: 100%;
		padding: 0;
	}

	.logo {
		width: 100% !important;
	}

	.logo img {
		height: 30px !important;
		margin-top: 5px;
	}

	.search-box .time {
		display: none;
	}

	.search-form {
		display: none;
		position: fixed;
		left: 5%;
		top: -10px;
		z-index: 99999;
	}


	nav#nav {
		display: none;
		position: absolute;
		top: 40px;
		left: 0;
		right: 0;
		bottom: 40px;
		z-index: 9999999;
	}

	nav#nav ul {
		width: 100%;
		height:100%;
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;
	}

	nav#nav ul li,
	nav#nav ul li a {
		width: 100%;
		text-align: left;
	}

	nav#nav ul li dl dd a {
		width: 100%;
		display: block;
		text-indent: 2rem;
	}

	.navBtn {
		display: flex;
		flex-flow: row nowrap;
	}

	.navBtn a {
		padding: 5px;
		box-sizing: border-box;
		margin-right: 5px;
	}

	.navBtn img {
		width: 22px;
		height: 22px;
		margin-top: 3px;
	}

	header .container {
		flex-flow: row nowrap;
	}

	.swiper-slide>img {
		width: 100%;
		height: 200px !important;
		object-fit: cover;
	}

	.row {
		flex-flow: column;
		margin-top: 0;
	}

	.col-3-7 {
		width: 100%;
		margin-bottom: 15px;
	}

	.col-2-6 {
		width: 100%;
		padding: 0 6px;
		margin-bottom: 0px;
	}

	.btnBox {
		height: auto;
	}

	.btnBoxBig a {
		padding: 0 5px;
	}

	.btnBoxBig a img {
		height: auto;
	}

	.btnBoxSmall ul li img {
		width: 100%;
		height: auto;
	}

	.btnBoxSmall ul li img.erweima {
		height: auto;
		object-fit: fill;
	}

	.btnBoxSmall ul li {
		height: auto;
		padding: 5px;
	}

	.btnBoxSmall ul li p:nth-child(odd) {
		margin-bottom: 6px;
	}

	.top-news-image {
		margin-right: 0;
	}

	.top-news-image img {
		width: 100%;
		height: auto !important;
	}

	.top-news {
		flex-flow: column;
	}

	.news-list ul li a {
		display: block;
		width: 70%;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.top-news-content p {
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		line-clamp: 3;
		-webkit-box-orient: vertical;
		margin-bottom: 8px;
	}

	.top-news-content h2 a {
		font-size: 1.25rem;
	}

	.copyright {
		font-size: 0.875rem;
		margin-bottom: 5px;
	}

	.contact {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		text-align: center;
		margin: 5px 0;
	}

	.contact p {
		font-size: 0.875rem;
		margin-right: 0.3125rem;
	}

	.col-1 {
		display: none;
	}

	.col-11 {
		padding: 0 15px;
		box-sizing: border-box;
		margin-bottom: 15px;
	}

	.list-box form {
		padding: 20px 0;
		margin: 0 auto;
	}

	.form-item input {
		width: 70%;
		background: #F2F2F2;
		border: none;
		height: 2.1875rem;
	}

	.form-item textarea {
		width: 70%;
		background: #F2F2F2;
		border: none;
		height: 120px;
		resize: none;
	}

	.new-message {
		width: 100%;
		margin: 0 auto;
	}

	.message-item-l {
		flex-flow: column;
	}
	
	.listBox{
      		display: flex;
      		flex-flow: column;
      		justify-content: flex-start;
      		align-items: flex-start;
	}
  	
    	.listBox .col-1{
     	 	width: 100%;
     	 	box-sizing: border-box;
      		display: block;
	}
  
  	.listBox .col-1 ul:last-of-type{
		display: none;
	}
  
  	.listBox .col-1 .new-nav .new-nav-text{
		background: none;
		border-top: 4px solid #3FB1A3;
		border-bottom: 4px solid #3FB1A3;
      	display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-start;
	}
  	
  	.listBox .col-1 .new-nav .new-nav-text li{
		background: #3FB1A3;
      	width: 48%;
      	margin-bottom: 3%;
	}

	.prev-next-box{
		display: flex;
		flex-flow: column;
		justify-content: flex-start;
		align-items: flex-start;
		padding: 10px 5px;
		box-sizing: border-box;
	}

	.prev-next-box div{
		margin-bottom: 10px;
	}

	  .new-box.mobile {
    		width: 100%;
   		 height: 75px;
   		 overflow: hidden;
    		background: #FFFFFF;
   		 border-radius: 5px;
   		 box-shadow: 0 0 10px #e1e1e1;
	}

}

.error{
	color: #b21f2d;
	border: 1px solid #b21f2d!important;
}

.msg{
	text-align: center;
	display: none;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 5px 15px;
	box-sizing: border-box;
}

.text-danger{
	color: #b21f2d;
}

.text-success{
	color: #2f9b8e;
}

.text-danger:active,
.text-success:active{
	display: none;
}

@media screen and (min-width:653px) and (max-width:1366px) {
	.container {
		width: 100%;
		padding: 0 5px;
	}
	.container>.logo>a>img{
		height: 40px;
	}
	.search-box{
		padding-right: 15px;
		line-height: 40px;
	}

	.search-box>.time {
		padding: 0 15px;
		display: none;
	}

	nav#nav>ul {
		width: 100%;
	}

	.col-3-7 {
		padding: 0 5px;
		width: 35%;
	}

	.col-2-6 {
		padding: 0 5px;
		width: 30%;
	}
}

.positionBox{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.searchBox{
	padding: 0 15px;
	box-sizing: content-box;
}

.searchBox form input{
	padding: 10px;
}


.btnLink li{
	margin: 5px 0;
}

.highlight {
	background-color: #ffc107;
	font-weight: bold;
	padding: 3px;
	box-sizing: border-box;
}