/*基本设置*/
body {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
ul {
	margin: 0;
	padding: 0;
}

button{
	outline: none;
}

li {
	list-style: none;
}

a, a:hover, a:active, a:visited, a:focus {
	text-decoration: none;
}

a{
	color: #222;
}
a:hover {
  text-decoration: none !important;
}

p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
/*大标题样式设置*/
.indexTitle{
	display: block;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	margin: 50px 0;
	color:#008B74;
}

/*搜索按钮*/
.searchBtn button{
	outline:none;
}
.container-fluid{
	padding: 0 !important;
}
.container.ulNav {
  width: 1400px;
}

/*导航*/
#headerTop{
	width: 100%;
	overflow: hidden;
}

/*分页*/
.page{
	display: block;
	text-align: center;
	margin: 40px 0 10px 0;
}

/* 底部 */
.footer{
  box-sizing: content-box;
	min-height:30px;
	background-color: #008B74;
	color: #fff;
	padding: 30px 0;
	margin-top: 30px;
}
.footer span{
	display: block;
	text-align: center;
	line-height: 32px;
	font-size: 20px;
}
.newsPage {
  text-align: center;
}
.sonBannerCarousel {
  height: 240px;
}
.carousel-inner,
.carousel-inner .item,
.sonBannerCarousel>.carousel-inner>.item>img {
  height: 100%;
}
a:hover .menuFirstRightText {
  color: #008B74;
}


@media (min-width: 320px) and (max-width: 799px) {
  .sonBannerCarousel {
    height: 140px;
  }
	/*菜单展开按钮*/
	.allNavLine{
		display: none;
		border: 1px solid #fff;
		width: 44px;
		border-radius: 4px;
	}
	/*导航显示按钮*/
	.navLine{
		display: block;
		width: 32px;
		margin: 6px;
		text-align: center;
		height: 3px;
		background-color: #fff;
	}
	/*子页banner*/
	.bannerImg{
		width: 100%;
	}
	/*logo部分*/
	.logoImg {
		width: auto;
		height: 40px;
		display: block;
		margin: 10px auto 30px auto;
	}
	#topVerticalNav .container{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.navLi a{
		width: 100%;
		line-height: 56px;
		padding-left: 20px;
		display: block;
		font-size: 14px;
		color: #ffff;
		border-bottom: solid 1px #434247;
	}
	#topVerticalNav ul{
		overflow: hidden;
		color: #ffffff;
	}
	/*搜索*/
	.searchBtn{
		margin-bottom: 15px;
	}
	/*菜单展开按钮*/
	.wapNav_bg{
		padding: 10px 15px 10px 15px;
		background-color: #008B74;
	}
	.wapNav_title{
		display: none;
	}
	.wapNav_title{
		display: inline-block;
		line-height: 40px;
		color: #fff;
    padding-left: 10px;
	}

	.wapNav_title img{
		height: 40px;
		width: auto;
	}
  .wapNav_title p{
    font-size: 24px;
    color: #fff;
  }

	.navLi:hover a{
		color: #ffffff !important;
	}
	.allNavLine{
		display: block;
		float: right;
		margin-top: 6px;
    margin-right: 10px;
	}

	#topVerticalNav{
		background: rgba(0, 0, 0, 0.8);
		display: block;
		position: fixed;
		top: 0px;
		height: 100%;
		overflow: hidden;
		transition: width 0.5s;
		width: 0px;
		z-index: 999;
	}
	.topVerticalNavActive{
		width: 60% !important;
		box-shadow: 0px 0px 10px rgb(120, 120, 120);
	}

	#topVerticalNav .active{
		color: #ffffff;
		background: #26252b;
	}

	.logoBox{
		margin-top: 30px;
		text-align: center;
	}
	.logoBox img{
		width: 160px;
		height: auto;
	}
  .logoBox p {
    color: #fff;
    font-size: 20px;
    margin: 5px 0;
    padding: 0 10px;
  }
	.navBox{
		margin-top: 10px;
	}
  .navBox li a {
    height: 50px;
  }
	.searchBox {
		margin-top: 36px;
		width: 100%;
		display: flex;
		background: #ffffff;
	}

	.searchBox .search-i{
		line-height: 56px;
		color: #000000;
		margin-right: 10px;
	}

	.rightContent .el-input__inner{
		border-color: #ffffff !important;
		background-color: #ffffff !important;
		color: #000000 !important;
		height: 56px !important;
		line-height: 56px !important;
		border-radius: 0px !important;
		padding-right: 20px;

	}

	.rightContent .el-input__inner:focus{
		border-color: #ffffff !important;
	}
}

@media (min-width: 800px) and (max-width: 1920px) {
	/*网页宽度设置*/
	.container{
		width: 1200px;
		margin: 0 auto;
	}
	/*导航部分*/
	#topNav{
		height: 180px;
		overflow: hidden;
	}
	/*顶部logo和搜索*/
	.topLogo{
    position: relative;
    z-index: 10;
		border-bottom: 1px solid #eaeaea;
		overflow: hidden;
		height: 120px;
	}
  .topLogo .backgroundImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .topLogo .backgroundImg img {
    height: 100%;
  }
  .topLogo .container {
    width: 1400px;
    height: 100%;
  }
  .topLogo .col-md-6 {
    height: 100%;
  }
  .topLogoCol {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 30px;
  }
	.logoBox{
		width: 240px;
	}
	.logoBox img{
		width: 220px;
		height: auto;
		display: block;
		text-align: left;
	}
	/*搜索*/
	.searchBox {
		width: 100%;
		height: 100%;
		position: relative;
	}
	.searchform{
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 20px;
		position: absolute;
    top: 50%;
    transform: translateY(-50%);
		right: 0;
		width:300px;
		height: 36px;
	}
  .searchform i{
    margin-right: 10px;
  }
  .searchform a {
    color: #000000;
  }
	/*导航盒子*/
	.ulNav ul {
		margin: 0;
		padding: 0;
	}
	.ulNav ul li a{
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
		float: left;
		color: #333;
	}
	.navBox{
		width: 100%;
		height: 60px;
		margin: 0 auto;
		z-index: 9999;
	}
	/*导航样式*/
	.navLi a{
    width: 9%;
		line-height: 60px;
		color: #fff;
		text-align: center;
		cursor: pointer;
		display: block;
		font-size: 20px;
		overflow: hidden;
	}
  .navLi.tooLong a{
    width: 15%;
  }

.check a{
color: #fff !important;
background-color: #008B74;
}
	/*鼠标经过导航*/
	.navLi:hover a{
		color: #fff!important;
		height: 64px;
		background-color: #008B74;
	}
	/*导航选中*/
	#topNav .active{
		color: white;
		height: 64px;
		background-color: #008B74;
	}
}
/* home-news-list*/
/*新闻列表*/
.newsListInfo{
	margin-left: 50px;
	margin-right: 20px;
}
.newsListInfo a{
	color: #222;
}
.newsListInfo li{
	padding: 25px 15px;
}
.news_time{
	margin: 0;
	padding: 0;
	background-color: #008B74;
	//height: 66px;
}
.news_time h1{
	margin-top: 10px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
.news_time p{
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.news_detaile{
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.news_detaile h4,.news_detaile p{
	line-height: 32px;
}
.news_detaile a{
	font-size: 20px;
	font-weight: lighter;
	color: black;
}
.news_detaile a:hover{
	cursor: pointer;
}
/*分页*/
.partPage{
	text-align: center;
	margin: 10px 0;
}
.partPage ul li a{
	color: #212121;
	margin: 5px 2px;
}
.partPage ul li a:hover{
	border: 1px solid #2c53a7;
	background-color: #2c53a7;
	color: #fff;
}
.list_content:hover{
	cursor: pointer;
	border: 1px solid #008B74;
}
.list_content:hover a{
	color: #008B74;
}
@media (min-width: 375px) and (max-width: 799px) {
	.article-bg .container{
		padding-right: 0;
		padding-left: 0;
	}
	/*文字列表*/
	.news_detaile p{
		display: none;
	}
	.news_detaile h4{
		padding-left: 10px;
		font-size: 16px;
	}
	.newsListInfo{
		margin-left: 5px;
		margin-right: 5px;
	}
	.list_content{
		overflow: hidden;
		border-bottom: 1px solid #eaeaea;
	}
}
@media (min-width: 800px) and (max-width: 1920px) {
	.newsListInfo{
		margin-left: 5px;
		margin-right: 5px;
		padding-right: 20px;
	}
	.news_detaile{
		padding-left: 20px;
	}
	.news_detaile h4{
		font-size: 18px;
		font-weight: bold;
	}
	.news_detaile h4, .news_detaile p{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		font-size: 20px;
	}
	.list_content{
		overflow: hidden;
		border: 1px solid #f1f1f1;
		margin-bottom: 15px;
		padding: 10px 20px;
	}
	.newsListInfo li:hover{
		border: 1px solid #008B74;
		color: #008B74;
		cursor: pointer;
	}
}
.caption span{
	font-size: 20px;
	margin: 0;
}