* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	max-height: 900px;
}

ul,
ol,
li,
div,
img,
a {
	list-style-type: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

a:hover {
	text-decoration: none;
}

body {
	width: 100%;
	height: 4535px;
	position: relative;
	margin: 0 auto;
	overflow-x: hidden;
}

/*间隔div*/

.intervalDiv {
	display: block;
	width: 100%;
	height: 25px;
	margin: 0 auto;
}


/*间隔div-end*/


/*框架*/

.box-content {
	width: 1920px;
	height: auto;
	margin: 0 auto;
	position: relative;
}


/*框架end*/

/*导航*/

.topNav {
	display: block;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 90px;
	background: #f31116;
	z-index: 99999;
}

.navWidth {
	display: block;
	position: relative;
	width: 1200px;
	height: 90px;
	margin: 0 auto;
}

.topNav .leftNav {
	float: left;
	display: block;
	width: 800px;
	height: 90px;
}

.topNav .leftNav .navList {
	display: block;
	width: 100%;
	height: 90px;
	position: relative;
	top: 15px;
}

.topNav .leftNav .navListLi {
	display: block;
	height: 20px;
	float: left;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0 12px;
	margin: 5px 0;
}

.topNav .rightNav a {
	float: right;
	display: block;
	height: 70px;
	width: 116px;
	background: url(../images/logo.png) 0 0 no-repeat;
	background-size: 100%;
	margin-top: 10px;
}


/*导航end*/

/*轮播*/

.carousel-content {
	position: relative;
	display: inline-block;
}

.carousel {
	width: 500px;
	height: 360px;
	position: relative;
	overflow: hidden;
}

.carousel li {
	float: left;
	position: absolute;
	display: none;
}

.carousel li,
.carousel li img {
	width: 100%;
	height: 100%;
}

.img-index {
	position: absolute;
	bottom: 8px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.img-index li {
	float: left;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 12px;
	cursor: pointer;
	color: #fff;
}

.img-index li.index {
	background-color: rgba(0, 0, 0, 0.6);
}

.img-index li:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

.carousel-prev,
.carousel-next {
	position: absolute;
	display: inline-block;
	top: 40%;
	cursor: pointer;
}

.carousel-prev {
	left: 0;
}

.carousel-next {
	right: 0;
}

.carousel p {
	display: block;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: -10px;
	color: #000;
	background: #F9F9F9;
	opacity: 0.8;
	text-align: center;
	font-weight: 600;
	font-size: 1.8rem;
}


/*轮播end*/


/*banner*/

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}

.clearfix:after {
	clear: both;
}

.popup-container {
	position: relative;
	left: 0;
	top: 90px;
	z-index: 9999;
	width: 100%;
	height: 817px;
	overflow: hidden;
}

.img-flex {
	position: absolute;
}

.img-flex ul {
	font-size: 0;
}

.img-flex ul li {
	display: block;
	background-repeat: no-repeat;
	float: left;
	position: relative;
}


/*banner*/


/*news_content*/

.news-content {
	width: 1000px;
	display: block;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	top: 90px;
}

.newsLeft {
	float: left;
	display: block;
	width: 502px;
	height: 362px;
	border: 1px solid #ccc;
}

.newsRight {
	float: right;
	display: block;
	width: 490px;
	height: 360px;
}

.newsRight .newContentR li {
	display: block;
	width: 100%;
	height: 113px;
	float: left;
	border-bottom: 1px dashed #000;
	margin-bottom: 10px;
}

.titleP {
	display: block;
	color: #000;
	font-family: "微软雅黑";
	font-size: 1.8rem;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.titleClass {
	display: block;
	color: #000;
	font-family: "微软雅黑";
	font-size: 14px;
}

.titleClass:after {
	content: "【详细】";
	color: #ff0000;
	font-weight: 600;
}


/*news_content*/


/*bigTitle*/

.bigTitle {
	display: block;
	background: url(../images/bigTitle.png) 0 0 no-repeat;
	background-size: 100%;
	width: 986px;
	height: 112px;
	position: relative;
	margin: 0 auto 20px auto;
	top: 450px;
}


/*bigTitle_end*/


/*activityTitle*/

.activityTitle {
	display: block;
	background: url(../images/activityTitle.png) 0 0 no-repeat;
	background-size: 100%;
	width: 986px;
	height: 112px;
	position: relative;
	margin: 0 auto 20px auto;
	top: 470px;
}


/*activityTitle_end*/


/*activity_content*/

.activity-content {
	display: block;
	width: 100%;
	height: 700px;
	background: url(../images/activityBg.jpg) center center no-repeat;
	background-size: 100%;
	margin: 0 auto;
	position: relative;
	top: 455px;
}

.activityMiddle {
	display: block;
	width: 1200px;
	height: 7000px;
	margin: 0 auto;
}

.activityLeft {
	display: block;
	float: left;
	height: 700px;
	width: 590px;
}

.activityLeft_top {
	display: block;
	float: left;
	width: 100%;
	height: 250px;
	padding: 25px 0;
}

.activityLeft_top>p {
	font-size: 20px;
	font-weight: 600;
	padding: 5px 10px;
	text-indent: 2em;
	text-align: justify;
}

.activityLeft_bottom {
	display: block;
	float: left;
	width: 100%;
	height: 450px;
	background: url(../images/activity/activity_list2.png) center center no-repeat;
	background-size: 70%;
}

.activityRight {
	display: block;
	float: right;
	height: 700px;
	width: 580px;
	background: url(../images/activity/activity_list.png) center center no-repeat;
	background-size: 80%;
}


/*activity_content_end*/


/*townTitle*/

.townTitle {
	display: block;
	background: url(../images/townTitle.png) 0 0 no-repeat;
	background-size: 100%;
	width: 986px;
	height: 112px;
	position: relative;
	margin: 0 auto 20px auto;
	top: 475px;
}


/*townTitle_end*/


/*townContent*/

.townContent {
	display: block;
	width: 100%;
	height: 530px;
	position: relative;
	top: 475px;
}

.townBoxContent {
	display: block;
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.littleTitleFirst {
	display: block;
	width: 100%;
	height: 30px;
	background: url(../images/little/first.png) center no-repeat;
	background-size: 80%;
}

.townShowPic {
	display: block;
	width: 1100px;
	height: 500px;
	position: absolute;
	left: 50%;
	margin-left: -525px;
}

.townDiv {
	display: block;
	float: left;
	width: 240px;
	height: 160px;
	border: 1px solid #ccc;
	margin: 20px 10px 20px 10px;
	border-radius: 5px;
}

.townDiv img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.townDiv p {
	display: block;
	width: 100%;
	height: 10px;
	color: #000;
	font-weight: 600;
	font-size: 1.6rem;
	text-align: center;
	padding: 5px 0;
}

.townDiv p:after {
	content: '';
	display: block;
	width: 100px;
	height: 10px;
	border-radius: 100%;
	background-color: #C0C0C0;
	margin: 0 auto;
	margin-top: -8px;
	opacity: 0.5;
}


/*townContent_end*/


/*musicTitle*/

.musicTitle {
	display: block;
	background: url(../images/musicTitle.png) 0 0 no-repeat;
	background-size: 100%;
	width: 986px;
	height: 112px;
	position: relative;
	margin: 0 auto 20px auto;
	top: 420px;
}


/*musicTitle_end*/


/*musicContent*/

.musicContent {
	display: block;
	width: 1050px;
	height: 300px;
	position: relative;
	top: 320px;
	left: 50%;
	margin-left: -525px;
}


/*musicContent_end*/


/*productTitle*/

.productTitle {
	display: block;
	background: url(../images/productTitle.png) 0 0 no-repeat;
	background-size: 100%;
	width: 986px;
	height: 112px;
	position: relative;
	margin: 0 auto 20px auto;
	top: 250px;
}


/*productTitle_end*/


/*productCcontent*/

.productContent {
	display: block;
	width: 1050px;
	height: 300px;
	position: relative;
	top: 150px;
	left: 50%;
	margin-left: -525px;
}

.productDic {
	display: block;
	float: left;
	width: 240px;
	height: 160px;
	border: 1px solid #ccc;
	margin: 20px 10px 20px 10px;
	border-radius: 5px;
}

.productDic img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

.productDic p {
	display: block;
	width: 100%;
	height: 10px;
	color: #000;
	font-weight: 600;
	font-size: 1.6rem;
	text-align: center;
	padding: 5px 0;
}

.productDic p:after {
	content: '';
	display: block;
	width: 100px;
	height: 10px;
	border-radius: 100%;
	background-color: #C0C0C0;
	margin: 0 auto;
	margin-top: -8px;
	opacity: 0.5;
}
/*productCcontent_end*/