.zibig {
	cursor: pointer;
}

#content {
	width: 1200px;
	margin: 50px auto;
}

#content .main .moduleOne {
	width: 100%;
	height: 824px;
}

#content .main {}


#content .main .newstxt {
	width: 100%;
	font-family: PingFangSC-Regular;
	font-weight: 400;
	color: rgba(110, 110, 110, 1);
	font-size: 18px;
	margin: 46px 0 60px 0;
}

.pathText{
	color: rgba(110, 110, 110, 1);
}

.pathText:hover {
	color: #CD120D;
	cursor: pointer;
}

#content .main .newstxt .tittxt {
	margin-right: 9px;
}

#content .main .newstxt .next {
	margin: 0;
}

#content .main .cmsList {}

#content .main .cmsList {
	margin: 30px 0;
}

#content .main .cmsList .cmsmain {}

#content .main .cmsList .cmsmain .fontsize {
	width: 20%;
	margin: 0 0 20px 80%;
}

#content .main .cmsList .cmsmain .fontsize>span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.nowsize {
	background: darkgoldenrod;
	color: #fff;
}

#content .main .cmsList .cmsmain .cmstitle {
	width: 75%;
	margin: 0 auto;
	text-align: center;
	font-family: PingFangSC-Medium;
	font-weight: bold;
	color: rgba(40, 40, 40, 1);
	letter-spacing: 1px;
	font-size: 30px;
}

#content .main .cmsList .cmsmain .xinxi {
	color: rgba(54, 54, 54, 1);
	font-size: 14px;
}

#content .main .cmsList .cmsmain .xinxi .cmstime {
	margin: 20px 20px 20px 0;
}

#content .main .cmsList .cmsmain .contenttxt {
	font-size: 20px;
	color: rgba(25, 25, 25, 1);
	line-height: 36px;
}

#content .main .cmsList .cmsmain .contenttxt>p {
	text-indent: 2em;
	margin: 10px 0;
}

#content .main .cmsList .cmsmain .cmsnamepeple {
	float: right;
	color: rgba(110, 110, 110, 1);
	font-size: 14px;
}

#content .main .cmsList .cmsmain .cmsnamepeple>span {
	margin: 10px 5px;
}

#content .main .cmsList .cmsmain .cmsnamepeple .cmsnamepeple_name {}

#content .main .cmsList .cmsmain .cmsewm {
	/*width: 166px;*/
	margin: 120px auto;
	text-align: center;
	color: rgb(130, 130, 130);
	margin-bottom: 80px;
}

#content .main .cmsList .cmsmain .cmsewm>img {
	width: 100%;
}

#content .main .cmsList .cmsmain .cmsewm>p {
	font-size: 14px;
	margin: 10px 0;
}

#content .main .aboutcms {
	width: 100%;
}

#content .main .aboutcms .titlecmsabout {
	width: 100%;
	/* height: 54px; */
	/* line-height: 54px; */
	border-bottom: 1px solid rgba(205, 18, 13, 1);
	margin-bottom: 20px;
	padding-bottom: 10px;
}

#content .main .aboutcms .titlecmsabout .txta {
	/* width: 120px; */
	margin: 0 20px;
	font-size: 26px;
	font-weight: bold;
	color: #282828;
}

#content .main .aboutcms .titlecmsabout>span {
	/* display: inline-block; */
	/* width: 54px; */
	/* height: 54px; */
	/* margin: 0 10px; */
}

#content .main .aboutcms .aboutlist>ul {
	display: flex;
	flex-wrap: wrap;
}

#content .main .aboutcms .aboutlist>ul>li {
	width: 49%;
	padding-right: 1%;
	line-height: 30px;
	color: #666;
	cursor: pointer;
	font-size: 14px;
}

.kbkx {}

.kbkx>span {
	vertical-align: middle;
	margin-top: 10px;
}

.xinxi>img {
	vertical-align: middle;
	margin-right: 10px;
}

.xgcp {
	width: 1200px;
	margin: 0 auto;
}

.xgcptit {
	border-bottom: 2px solid #ca0000;
	margin: 35px 0;
}

.xgtxt {
	width: 184px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	cursor: pointer;
	color: #CD120D;
	font-weight: 600;
	font-size: 18px;
}

.xgcol {
	background: #CD120D;
	color: #fff;
}


.swipe {
	width: 1200px;
	height: 326px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.cpcl {
	width: 372px;
	height: 326px;
	position: relative;
	cursor: pointer;
	    text-align: center;
	    overflow: hidden;
}

.cpcl>img {
	    max-width: 372px;
    max-height: 326px;
}

.cpcltxt {
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 80%;
	padding: 0 10%;
	text-align: left;
	height: 65px;
	line-height: 65px;
	font-size: 20px;
	background: rgba(0, 0, 0, 0.38823529411764707);
	letter-spacing: 1px;
	    text-align: center;
}
.cpcll {
	width: 250px;
	height: 326px;
	position: relative;
	cursor: pointer;
}

.cpcll>img {
	width: 100%;
	height: 100%;
}

.cpclltxt {
	color: #fff;
	position: absolute;
	bottom: 0;
	width: 80%;
	padding: 0 10%;
	text-align: left;
	height: 65px;
	line-height: 65px;
	font-size: 20px;
	background: rgba(0, 0, 0, 0.38823529411764707);
	letter-spacing: 1px;
	
}

.scale {
	transform: scale(1.1,1.1);
	transition:all 1s;
}
.noscale {
	transform: scale(1,1);
	transition:all 1s;
}
