/* ---------关于文旅--------- */
.intro {
	margin-top: 160px;
	display: flex;
	margin-bottom: 30px;
}

.intro .title {
	font-size: 30px;
	color: #333;
}

.intro .line {
	width: 65px;
	border-bottom: 3px solid #8fc41f;
	margin-top: 15px;
	margin-bottom: 38px;
}

.intro .info span {
	display: block;
	width: 592px;
	color: #666;
	text-indent: 2em;
	line-height: 1.8;
}

.intro .pic {
	margin-left: 47px;
	width: 545px;
	height: 284px;
	border-radius: 10px;
	overflow: hidden;
}

.intro .pic>img {
	width: 100%;
	height: 100%;
}

.tabs {
	width: 100%;
	height: 75px;
	background-color: #f7f7f7;
	line-height: 75px;
	display: flex;
	justify-content: center;
	min-width: 1200px;
}

.tabs span {
	color: #666;
	font-size: 18px;
	margin: 0 20px;
	cursor: pointer;
}

.tabs .active-tab {
	font-weight: bold;
}

.bsCard {
	width: 100%;
	padding: 88px 0 70px;
	background-image: url(../img/mingpian.jpg);
	background-size: 100% 100%;
	min-width: 1200px;
}

.bsCard .pic {
	width: 326px;
	height: 316px;
	border-radius: 10px;
	overflow: hidden;
}

.bsCard .pic>img {
	width: 100%;
	height: 100%;
}

.bsCard .right {
	width: 817px;
	margin-left: 45px;
	color: #fff;
}

.bsCard .right .title {
	font-size: 30px;
}

.bsCard .right .line {
	width: 65px;
	border-bottom: 2px solid #8fc41f;
	margin-top: 20px;
	margin-bottom: 30px;
}

.bsCard .right .info {
	text-indent: 2em;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.8;
}

.group {
	padding: 70px 0 60px;
}

.group .title {
	font-size: 30px;
	color: #333;
	text-align: center;
}

.group .top .line {
	width: 65px;
	border-bottom: 3px solid #8fc41f;
	margin: 25px auto 40px;
}

.group .top .info {
	width: 1020px;
	margin: 0 auto;
	text-indent: 2em;
	letter-spacing: 1px;
	line-height: 1.5;
	color: #666;
}

.group .groupBox {
	margin-top: 55px;
	display: flex;
	justify-content: space-between;
}

.group .groupItem {
	width: 160px;
	height: 515px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.group .groupItem:hover {
	transform: scale(1.02);
	transition: 0.2s;
}

.group .groupItem:hover img {
	transform: scale(1.05);
	transition: 0.5s;
}

.active-item{
	position: relative;
}

.active-item:after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 0.4rem solid transparent;
	border-right: 0.4rem solid transparent;
	border-top: 0.4rem solid #8fc41f;
}
.group .groupItem>img {
	width: 100%;
	height: 100%;
	transition: 0.5s;
}

.group .groupItem .mengban {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	color: #fff;
	padding-top: 385px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 65px;
	text-align: center;

}

.group .groupItem .mengban .En {
	letter-spacing: 1px;
	font-size: 17px;
}

.group .groupItem .mengban .Cn {
	font-size: 20px;
}




.intro2 {
	width: 1450px;
	margin: 0 auto;
	background-position: center;
	background-image: url(../img/about-bg2.jpg);
	padding: 95px 0 115px;
	min-width: 1200px;
}

.intro2 .content {
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 10px;
	padding: 40px 0 45px;
}

.intro2 .title {
	font-size: 30px;
	color: #333;
	text-align: center;
}

.intro2 .line {
	width: 65px;
	border-bottom: 3px solid #8fc41f;
	margin: 10px auto;
}

.intro2 .info {
	text-align: center;
	line-height: 2;
}
/* ---------THE END--------- */


/* -------招商----- */

.zsItem{
	margin-top: 40px !important;
}

.zsItem .title{
	width: 280px;
	height: 73px;
	margin: 0 auto;
	background-color: #8fc41f;
	text-align: center;
	padding-top: 16px;
}
.zsItem .title p{
	font-size: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	color: #fff;
	width: 190px;
	margin: 0 auto;
}

.zsItem .more{
	position: absolute;
	right: 30px;
	bottom: 10px;
	color: #666;
}

.zsItem .more:hover{
	color: #8FC41F;
}

.zsItem .content{
	width: 1180px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.zsItem .content .newsItem{
	width: 576px;
	height: 207px;
	border: 1px solid #aaa;
	margin-top: 30px;
	padding: 20px 25px 0;
}

.zsItem .content .newsItem:hover .newsTitle {
	color: #8FC41F;
}


.zsItem .content .newsItem .date{
	color: #a5a5a5;
}

.zsItem .content .newsItem .newsTitle{
	color: #333;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.zsItem .content .newsItem .newsline{
	width: 65px;
	border-bottom: 3px solid #8fc41f;
	margin-bottom: 20px;
}

.zsItem .content .newsItem .newsContent{
	color: #666;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* ----THE END------- */


/* -----党建------ */
.djItem{
	margin-top: 40px !important;
}

.djItem .title{
	width: 280px;
	height: 73px;
	margin: 0 auto;
	background-color: #8fc41f;
	text-align: center;
	padding-top: 16px;
}
.djItem .title p{
	font-size: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
	color: #fff;
	width: 190px;
	margin: 0 auto;
}

.djItem .more{
	position: absolute;
	right: 30px;
	bottom: 10px;
	color: #666;
}

.djItem .more:hover{
	color: #8FC41F;
}

.djItem .content{
	width: 1180px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.djItem .content .newsItem{
	width: 576px;
	height: 207px;
	border: 1px solid #aaa;
	margin-top: 30px;
	padding: 20px 25px 0;
}

.djItem .content .newsItem:hover .newsTitle {
	color: #8FC41F;
}


.djItem .content .newsItem .date{
	color: #a5a5a5;
}

.djItem .content .newsItem .newsTitle{
	color: #333;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.djItem .content .newsItem .newsline{
	width: 65px;
	border-bottom: 3px solid #8fc41f;
	margin-bottom: 20px;
}

.djItem .content .newsItem .newsContent{
	color: #666;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* ----THE END------- */


/* ----新闻动态---- */
.newsPage{
	width: 1050px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 70px;
}

.newsPage .title{
	color: #333;
	font-size: 36px;
	text-align: center;
}

.newsPage .date{
	color: #999;
	font-size: 14px;
	text-align: center;
	margin: 15px 0;
}

.newsPage .pic{
	width: 1007px;
	height: 527px;
	margin-bottom: 35px;
}

.newsPage .pic>img{
	width: 100%;
	height: 100%;
}

.newsPage .content>p{
	margin-bottom: 35px;
	line-height: 1.7;
	text-indent: 2em;
}

/* -----THE END----- */


/* 新闻动态列表 */
.newslist{
	display: flex;
	margin-top: 30px;
}

.newslist .leftNav{
	width: 278px;
	background-color: #ebebeb;
	padding-bottom: 110px;
	margin-right: 45px;
	height: 577px;
}

.newslist .leftNav a{
	display: block;
	width: 100%;
	text-align: center;
	height: 72px;
	line-height: 72px;
	color: #999;
	font-size: 24px;
}

.newslist .rightContent{
	width: 865px;
}

.newslist .rightContent>a{
	display: flex;
	padding-bottom: 33px;
	margin-bottom: 53px;
	border-bottom: 1px solid #ddd;
}

.newslist .rightContent>a .info:hover .title{
	color: #8FC41F;
}

.newslist .rightContent>a .pic{
	width: 215px;
	height: 150px;
	border-radius: 10px;
	overflow: hidden;
}

.newslist .rightContent>a .pic>img{
	width: 100%;
	height: 100%;
}

.newslist .rightContent>a .info{
	width: 625px;
	margin-left: 20px;
}

.newslist .rightContent>a .info .title{
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}

.newslist .rightContent>a .info .abstract{
	color: #666;
	margin-bottom: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.newslist .rightContent>a .info .date{
	color: #999;
	font-size: 14px;
}

.pager{
	display: flex;
	margin-bottom: 40px;
	margin-left: 125px;
}

.pager a{
	padding: 5px 10px;
	border: 1px solid #ccc;
	margin: 0 5px;
	color: #333;
}

.pager a:hover{
	background-color: #8FC41F;
	color: #fff !important;
}

.active-page{
	background-color: #8FC41F;
	color: #fff !important;
}

.active-navItem{
	background-color: #8FC41F;
	color: #fff !important;
	position: relative;
}

.active-navItem:after{
	content: '';
	background-image: url(../img/arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 56%;
	left: 75%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
}

/* 第一泉 */
.dyqItem {
	margin-top: 35px;
}

.dyqItem .title {
	font-size: 30px;
	color: #333;
	text-align: center;
}

.dyqItem .title .en {
	font-size: 16px;
	color: #999;
	letter-spacing: 2px;
	margin: 10px 0;
}

.dyqItem .title .line {
	width: 60px;
	display: block;
	border-bottom: 2px solid #8fc41f;
	font-size: 16px;
	color: #999;
	letter-spacing: 2px;
	margin: 10px auto;
}

.dyqItem .content {
	/*background-image: url(../img/dyq-icon.png);*/
	background-repeat: no-repeat;
	background-position: center;
}

.dyqItem .content .info {
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 1.75;
	margin: 30px auto 35px;
}

.dyqItem .content .icons {
	width: 760px;
	margin: 0 auto;
	display: flex;
}

.dyqItem .content .icons>div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.dyqItem .content .icons>div span {
	color: #666;
	margin-top: 15px;
}

.xcsp {
	width: 1450px;
	margin: 155px auto 130px;
	background-color: #f7f7f7;
	height: 275px;
}

.xcsp .wrap {
	position: relative;
}

.xcsp .title {
	position: absolute;
	text-align: left;
	top: -90px;
	left: 0;
}

.xcsp .wrap .video .left {
	width: 550px;
	text-indent: 2em;
	font-size: 16px;
	color: #666;
	line-height: 1.75;
	padding-top: 40px;
}

.dyqItem .more {
	margin-top: 20px;
	display: block;
	transition: 0.3s;
}

.dyqItem .more:hover {
	transform: translateX(15px);
}

.xcsp .wrap .video .right {
	position: absolute;
	width: 595px;
	height: 330px;
	right: 0;
	top: -35px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #000000;
}

.xcsp .wrap .video .right .playbtn{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.xcsp .wrap .video .right video {
	width: 595px;
	height: 330px;
}

.jdbox {
	position: relative;
}

.jdSwiper .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.jdSwiper .swiper-wrapper .swiper-slide {
	width: 380px;
	height: 290px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.jdSwiper .swiper-wrapper .swiper-slide a {
	width: 100%;
	height: 100%;
}

.jdSwiper .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
}

.jdSwiper .swiper-wrapper .swiper-slide .info {
	position: absolute;
	bottom: -16px;
	left: 0;
	width: 100%;
	height: 115px;
	background-image: url(../img/mengban.png);
	color: #fff;
	padding-top: 50px;
}

.jdSwiper .swiper-wrapper .swiper-slide .info .line {
	width: 35px;
	border-bottom: 2px solid #8fc41f;
	display: block;
	margin: 0 auto;
}

.jdSwiper .swiper-wrapper .swiper-slide .info p {
	text-align: center;
	font-size: 24px;
}

.jdSwiper .swiper-wrapper .swiper-slide .mouseoverBox {
	width: 100%;
	height: 0;
	background-color: rgba(0, 0, 0, .6);
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.5s;
	/* display: none; */
}

.jdSwiper .swiper-wrapper .swiper-slide .mouseoverBox .text {
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
	padding: 20px 15px 0;
}

.jdSwiper .swiper-wrapper .swiper-slide .mouseoverBox .text span {
	color: #fff !important;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 9;
	overflow: hidden;
}

.jdbox .arrow-next,
.jdbox .arrow-prev {
	position: absolute;
	width: 50px;
	height: 95px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	outline: 0;
}

.jdbox .arrow-prev {
	left: -100px;
}

.jdbox .arrow-next {
	right: -100px;
}

.dyqItem.gonglue .content {
	color: #666;
	line-height: 1.75;
	background: none;
}

.dyqItem.gonglue {
	margin: 80px auto 125px;
}

.dyqItem.xgxw {
	width: 1450px;
	margin: 0 auto;
	min-width: 1200px;
	/*background-image: url(../img/diyiquan-bg.jpg);*/
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 25px 0 45px;
}

.xgxw .title {
	color: #fff;
}

.xgxw .more {
	width: 179px;
	margin: 0 auto;
}

.xgxw .xwSwiper {
	margin: 35px auto 40px;
}

.xwSwiper .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.xwSwiper .swiper-wrapper .swiper-slide {
	width: 270px;
	height: 280px;
}

.xwSwiper .swiper-wrapper .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 7px;
	overflow: hidden;
	background-color: #fff;
}

.xwSwiper .swiper-wrapper .swiper-slide a .pic {
	width: 270px;
	height: 160px;
}

.xwSwiper .swiper-wrapper .swiper-slide a .pic>img {
	width: 100%;
	height: 100%;
}

.xwSwiper .swiper-wrapper .swiper-slide a .title {
	color: #333;
	font-size: 16px;
	text-align: left;
	margin: 20px 10px 10px;
	line-height: 1.7;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.xwSwiper .swiper-wrapper .swiper-slide a .date {
	color: #999;
	font-size: 14px;
	margin-left: 10px;
}
