/* 吊念主题-黑白灰 */
/*html {
				filter: grayscale(100%);
				-webkit-filter: grayscale(100%);
				-moz-filter: grayscale(100%);
				-ms-filter: grayscale(100%);
				-o-filter: grayscale(100%);
				filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
				filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
				-webkit-filter: grayscale(1);
			} */
/* 吊念主题-黑白灰end */
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer
}

.indexbg {
	background-color: #f8f7f2;
}

/*
				首页
			*/
/* headBox顶部 */
.headBox {
	width: 100%;
	height: 50px;
	text-align: center;
	position: fixed;
	top: 0;
	background-color: #B80000;
	z-index: 9999;
	border-bottom: solid 1px rgba(238, 185, 129, 0.6);
}

.container {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
}

.rightF {
	display: flex;
	justify-content: right
}

.logoC {
	width: auto;
	height: 24px;
	margin: 13px 0;
	float: left;
	cursor: pointer;
}

.spacing {
	width: 2px;
	height: 24px;
	background-color: #D2DAEB;
	margin: 13px 30px;
	float: left;
}

.party {
	float: left;
	cursor: pointer;
}

.dangIcon {
	width: 26px;
	height: 26px;
	margin: 12px 0;
	background: linear-gradient(180deg, #BC0205 0%, #B80000 100%);
	border-radius: 4px;
	float: left;
}

.dangIcon img {
	width: 90%;
	height: 90%;
	margin: 5%;
}

.party span {
	line-height: 50px;
	margin-left: 6px;
	font-size: 20px;
	font-weight: 600;
	color: #FFD456;
	letter-spacing: 2px;
}

.userData {
	float: right;
	height: 50px;
	cursor: pointer;
}

.userData img {
	height: 18px;
	width: auto;
	margin: 16px 6px 16px 0;
	float: left;
	border-radius: 9px;
}

.userData span {
	font-size: 14px;
	line-height: 50px;
	color: #fff;
}

.topicData {
	float: right;
	height: 50px;
	margin-right: 40px;
	cursor: pointer;
	position: relative;
}

.topicData a {
	color: #fff;
}

.topicData .submenu {
	display: none;
	position: absolute;
	right: -80px;
	position: absolute;
	width: 132px;
	height: 70px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	top: 50px;
	font-size: 12px;
	padding: 10px;
	line-height: 20px;
	border-radius: 0 0 2px 2px;
	transition: all 1s ease;
}

.topicData:hover .submenu {
	display: block;
	transition: all 1s ease;
}

.topicData .submenu li {
	line-height: 32px;
}

.topicData .submenu li a {
	color: #222;
}

.topicData .submenu li a:hover {
	color: #ff6b40;
}

.topicData img {
	height: 18px;
	width: auto;
	margin: 16px 6px 16px 0;
	float: left;
}

.topicData span {
	font-size: 14px;
	line-height: 50px;
	color: #fff;
}

/* headMain顶部展示图和搜索框 */
#headMain {
	text-align: center;
}

.headBg {
	width: 100%;
	background-color: #bc0000;
	text-align: center;
	background: url(../images/index_bg2022.png) no-repeat bottom;
	background-size: cover;
	height: 600px;
}

.headBg img {
	margin-top: 110px;
}

.zeroH {
	height: 0;
}


/*新闻轮播*/
.swiper {
	/* flex: 1; */
	height: 100%;
}


.swiper-slide {
	background: #fff;
	/*display: flex;*/
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.right-content {
	/* flex: 1; */
	padding: 20px 40px;
	position: relative;

}

.swiper-pagination {
	text-align: left;
	left: 40px;
	bottom: 20px;
	font-size: 14px;
}

.article-title {
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}

.arborder {
	border-bottom: solid 1px #e1c9bc;
	padding-bottom: 20px;
}
.article-title a {
	color: #504e48;
}

.article-content {
	font-size: 14px;
	line-height: 30px;
	margin-top: 20px;
	height: 220px;
}

.article-content a {
	color: #504e48;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 3;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	    word-break: break-all;
	    white-space: normal;
}


.trafficList {
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-image: linear-gradient(90deg, rgba(109, 0, 1, 0) 0%, #B80000 50%, rgba(109, 0, 1, 0) 100%);
	border-radius: 4px;
	position: absolute;
	top: 340px;
}

.trafficList span {
	padding-left: 29px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #F9C592;
	background-size: 20px 19px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#traffic01 {
	margin-right: 45px;
	background-image: url(../images/home_bottom_icon_4.png);
}

#traffic02 {
	background-image: url(../images/home_bottom_icon_5.png);
}

.footerText {
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 4px;
	position: absolute;
	top: 380px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
}

.footerText a {
	color: #ffffff
}

.footerText span {
	padding-left: 24px;
	background-image: url(../images/gongan.png);
	background-size: 20px 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* body */
.grayBg {
	background-color: #f8f7f2;
	background-image: url(../images/home_bg_4.png);
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
}

.whiteBg {
	background-color: #FFFFFF;
}

/* listHead海港报标题 */
.listHead {
	width: 100%;
}

.headPic {
	width: 100%;
	margin: 0 0;
	background: url(../images/jc/jcbg.png) top no-repeat;
	background-size: 100% 700px;
	height: 100%;
	overflow: hidden;
}

.headTitle {
	width: 100%;
	text-align: center;
	padding-top: 50px;
}

.headTop {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	margin: 40px 0;


}

.headTop img {
	margin-right: 20px;
}

.headTop span {
	color: #fff;
	font-size: 40px;
	margin-top: 20px;
	font-weight: 500;
}

.headTitle a {
	color: #fccd4f !important;
	font-weight: bold;
}

.headTitle p {
	width: 100%;
	clear: both;
	padding-top: 11px;
	margin-bottom: 28px;
	line-height: 14px;
	font-size: 30px;
	color: #FFD456;
	text-align: left;
}

/* leftContain左部板块 */
.leftContain {
	width: 870px;
	padding-top: 20px;
	background-color: #FFFFFF;
	float: left;
	border-radius: 4px;
	margin-bottom: 56px;
}

.hgbList {
	width: 830px;
	margin: 0 20px;
}

.pageArea {
	height: 74px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}

/* rightContain右部板块 */
.rightContain {
	width: 260px;
	float: right;
	background-color: #FFFFFF;
	padding: 16px 20px 30px;
	border-radius: 4px;
}

.rightN {
	margin-bottom: 20px;
}

.rightN div {
	width: 226px;
	height: 30px;
	border-radius: 4px;
	background-color: #B80000;
	line-height: 30px;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	/* -webkit-background-clip: text;
				-webkit-text-fill-color: transparent; */
	padding-left: 34px;
	background-size: 18px 18px;
	background-position: 10px 6px;
	background-repeat: no-repeat;
}

.rightN li .rightN p {
	padding: 10px 0 5px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	color: #222222;
}

.rightN span {
	font-family: PingFangSC-Regular, PingFang SC;
	color: #b80000;
}

.rightN img {
	width: 42px;
	height: 42px;
	margin: 20px 20px 0 0;
}

/* 清除浮动；父级高度自适应 */
.clear {
	clear: both;
}

/* 集团新闻*/
.newsArray {
	margin: 0 20px;
}

.newsMessage {
	width: 100%;
	height: 160px;
	border-bottom: 1px solid #E6E6E6;
}

.newsMData {
	width: 52px;
	text-align: center;
	height: 100%;
	float: left;
}

.newsMData div {
	width: 52px;
	text-align: center;
	height: 27px;
	padding-top: 24px;
	font-size: 18px;
	font-family: ArialMT;
	color: #999999;
	line-height: 20px;
	border-bottom: #DBDBDB 1px solid;
}

.newsMData p {
	margin-top: 6px;
	height: 20px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #BBBBBB;
	line-height: 20px;
	width: 52px;
	text-align: center;
}

.newsMDate {
	width: 750px;
	float: right;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-flex-direction: row;
}

.newsMDate img {
	width: 180px;
	height: 120px;
	margin: 20px 0 20px;
	border-radius: 8px;
}

.newsMDate>div {
	flex: 1;
	padding-top: 20px;
	/* margin-right: 75px; */
}

.newsMDate>div>p {
	height: 30px;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #222222;
	line-height: 30px;
	cursor: pointer;
	white-space: nowrap;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;

}

.newsMDate>div>span {
	padding-top: 7px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 18px;
	display: inline-block;
	width: 84%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}

.newsMDate>div>div {
	margin-top: 20px;
	width: 100%;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	line-height: 20px;
}

.newsMDate>div>div .belongT {
	width: 72px;
	height: 20px;
	background: #faeaea;
	border-radius: 4px;
	border: 1px solid #faeaea;
	font-weight: 400;
	color: #be0709;
	padding: 4px 10px;
}

.newsMDate>div>div .viewIcon {
	margin-left: 20px;
	padding-left: 18px;
	color: #BBBBBB;
	background-image: url(../images/viewIcon.png);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

.newsMDate>div>div .commentIcon {
	margin-left: 10px;
	padding-left: 18px;
	color: #BBBBBB;
	background-image: url(../images/commentIcon.png);
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: 0 2px;
}

/* 详情页*/
.mainDetail {
	padding: 0 20px;
}

.mainDetail .detailDate {
	height: 17px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 17px;
	margin-bottom: 18px;
}

.detailTitle {
	margin: 0 20px;
	border-bottom: 1px solid #EDEDED;
	line-height: 60px;
}

.detailTitle h3 {
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #222222;
	line-height: 36px;
}

.detailTitle span {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #BBBBBB;
	line-height: 12px;
	margin-right: 30px;
}

.detailTitle .belongT {
	background: #faeaea;
	border-radius: 4px;
	border: 1px solid #faeaea;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #c00c0d;
	line-height: 12px;
	padding: 4px 10px;
}

.detailTitle .viewIcon {
	padding-left: 18px;
	background-image: url(../images/viewIcon.png);
	background-size: 12px 12px;
	background-position: 0 2px;
	background-repeat: no-repeat;
}

.detailTitle .commentIcon {
	padding-left: 18px;
	background-image: url(../images/commentIcon.png);
	background-size: 12px 12px;
	background-position: 0 2px;
	background-repeat: no-repeat;
}

.detailD {
	padding: 20px 30px 0px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
	line-height: 25px;
}

.detailD p {
	/*text-indent: 28px;*/
	margin-bottom: 30px;
}

.detailD>img {
	width: 660px;
	height: auto;
	margin: 0px 75px 30px;
}

.detailD>video {
	width: 660px;
	height: auto;
	margin: 0px 75px 30px;
}

.detailD p>img {
	width: 100%;
	height: auto;
	margin: 0px 0px 30px;
}

.detailD p>video {
	width: 660px;
	height: auto;
	margin: 0px 75px 30px;
}

.myCommentArea {
	padding: 30px;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 20px;
}

.hotCommentArea {
	padding: 30px;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 20px;
}

.commentArea {
	padding: 30px;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 16px;
	margin-top: 30px;
}

.commentHead {
	margin-bottom: 26px;
	height: 16px;
}

.commentHead div {
	height: 20px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	line-height: 20px;
	float: left;
	padding-left: 15px;
	margin-top: -2px;
	background-image: url(../images/lineH.png);
	background-position: -8px -8px;
	background-repeat: no-repeat;
	background-size: 32px 32px;
}

.commentHead a {
	height: 16px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #B80000;
	line-height: 16px;
	float: right;
	padding-right: 16px;
	/*background-image: url(../images/arrowR.png);*/
	background-position: 60px 0;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	cursor: pointer;
}

.commentList {
	position: relative;
}

.myComment {
	height: 30px;
	line-height: 30px;
	width: 104px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	background-color: #0086FF;
	color: #FFFFFF;
	border-radius: 0 0 8px 8px;
	position: absolute;
	box-shadow: 0 2px 5px #999999;
}

.myComment div {
	width: 1136px;
	height: 0.5px;
	background-color: #0086FF;
	position: absolute;
	top: -0.5px;
}

.hotComment {
	height: 30px;
	line-height: 30px;
	width: 104px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	background-color: #B80000;
	color: #FFFFFF;
	border-radius: 0 0 8px 8px;
	position: absolute;
	box-shadow: 0 2px 5px #999999;
}

.hotComment div {
	width: 1136px;
	height: 0.5px;
	background-color: #B80000;
	position: absolute;
	top: -0.5px;
}

.newComment {
	height: 30px;
	line-height: 30px;
	width: 104px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	background-color: #FFA800;
	color: #FFFFFF;
	border-radius: 0 0 8px 8px;
	position: absolute;
	box-shadow: 0 2px 5px #999999;
}

.newComment div {
	width: 1136px;
	height: 0.5px;
	background-color: #FFA800;
	position: absolute;
	top: -0.5px;
}

.commentToT {
	padding-top: 0px;
}

.commentD {
	width: 1136px;
	border: 2px solid #F4F4F4;
	margin-top: 25px;
	position: relative;
}

.commentD .commentP {
	width: 100px;
	height: 100%;
	float: left;
}

.commentD .commentP img {
	width: 60px;
	height: 60px;
	margin: 20px;
	border-radius: 30px;
}

.commentM {
	width: 982px;
	padding: 35px 28px 30px 0;
	float: right;
}

.myCheck {
	position: absolute;
	right: 28px;
	bottom: 20px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 26px;
	padding: 0 20px;
}

.triangle-left {
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: -4px;
	bottom: 9px;
}

.commentM .commentMName {
	height: 16px;
	font-size: 24px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
	line-height: 16px;
}

.commentM .commentMP {
	height: 16px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #222222;
	line-height: 16px;
	padding-left: 16px;
}

.commentM .commentMDate {
	height: 16px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 16px;
	float: right;
}

.commentM p {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
	margin-top: 20px;
}

.commentArea button {
	width: 260px;
	height: 36px;
	line-height: 36px;
	background: linear-gradient(270deg, #B80000 0%, #B80000 100%);
	border-radius: 18px;
	text-align: center;
	border: 0;
	outline: none;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	margin: 25px 440px 0;
}

.uncheckCmt {
	padding: 30px;
	margin-top: 30px;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 56px;
}

.uncheckCmt .CmtD {
	text-align: center;
	height: 120px;
}

.uncheckCmt .CmtD p {
	margin-top: 64px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 16px;
}

.uncheckCmt .CmtD button {
	margin-top: 30px;
	width: 260px;
	height: 36px;
	line-height: 36px;
	background: linear-gradient(270deg, #B80000 0%, #B80000 100%);
	border-radius: 18px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	border: 0;
	outline: none;
	cursor: pointer
}

.checkedCmt {
	padding: 30px;
	margin-top: 30px;
	background-color: #FFFFFF;
	border-radius: 4px;
	margin-bottom: 56px;
}

/*
			 评论列表
			 */
.ownedArticle {
	margin: 30px 0;
	width: 100%;
}

.articleTitle {
	height: 172px;
	background: #FFFFFF;
	border-radius: 4px;
	position: relative;
}

#quotes01 {
	position: absolute;
	top: 30px;
	left: 30px;
	width: 28px;
	height: 24px;
}

#quotes02 {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 28px;
	height: 24px;
}

.articleTitle>div {
	width: 990px;
	padding: 30px 105px;
}

.articleTitle>div>h3 {
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #222222;
	line-height: 36px;
	margin-bottom: 20px;
}

.articleTitle>div>span {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #BBBBBB;
	margin-right: 30px;
}

.articleTitle>div .belongT {
	background: #faeaea;
	border-radius: 4px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #c12e2e;
	line-height: 12px;
	padding: 4px 10px;
}

.articleTitle>div .viewIcon {
	padding-left: 18px;
	background-image: url(../images/viewIcon.png);
	background-size: 12px 12px;
	background-position: 0 2px;
	background-repeat: no-repeat;
}

.articleTitle>div .commentIcon {
	padding-left: 18px;
	background-image: url(../images/commentIcon.png);
	background-size: 12px 12px;
	background-position: 0 2px;
	background-repeat: no-repeat;
}

.articleTitle>div .articleDate {
	margin-right: 0;
	float: right;
}



.commentsCheckedNumDiv {
	font-size: 22px;
}

.comments-text {
	width: 1106px;
	border: 2px solid #F4F4F4;
	min-height: 170px;
	padding: 15px;
	outline: none;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #444444;
	line-height: 25px;
}

.checkedCmt .CmtD div {
	margin-top: 25px;
}

.checkedCmt .CmtD div>label {
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	line-height: 14px;
}

.checkedCmt .CmtD div>input {
	width: 250px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid #DEDEDE;
	margin-left: 15px;
	padding-left: 10px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	outline: none;
}

.checkedCmt .CmtD div>span {
	font-size: 24px;
	font-family: DIN-BoldItalicAlt, DIN;
	font-weight: normal;
	color: #222222;
	line-height: 29px;
	font-weight: 600;
	font-style: italic;
	position: relative;
	left: -85px;
	top: 5px;
	cursor: pointer;
}

.checkedCmt .CmtD div>img {
	position: relative;
	top: 22px;
	left: 5px;
}

.checkedCmt .CmtD div>button {
	width: 150px;
	height: 36px;
	line-height: 36px;
	background: linear-gradient(270deg, #B80000 0%, #B80000 100%);
	border-radius: 18px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	outline: none;
	border: 0;
	float: right;
}

.new05 {
	background-image: url(../images/details_icon_5.png);
}

.new01 {
	background-image: url(../images/jc/son_icon_1.png);
}

/* footerSection底部 */
.footerSection {
	width: 100%;
	height: 440px;
	background: url(../images/home_bottom_banner_2023.png);
	background-size: 100% auto;
	background-position: 0 100%;
	background-repeat: no-repeat;
	position: relative;

}

.sectionList {
	width: 272px;
	height: 86px;
	position: absolute;
	top: 232px;
	left: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.sectionList div {
	width: 72px;
	height: 100%;
}

.sectionList div img {
	width: 52px;
	height: 52px;
	margin: 0 6px 12px;
}

.sectionList div span {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #F9C592;
	line-height: 22px;
}

.footerTitle {
	width: 307px;
	height: 60px;
	position: absolute;
	top: 245px;
	left: 0;
	right: 0;
	margin: auto;
}

.phoneArray {
	position: absolute;
	top: 182px;
	right: 0;
	width: 214px;
	height: 106px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-direction: column;
}

.phoneArray>div {
	width: 100%;
	height: 48px;
	background-color: rgba(142, 0, 0, 0.7);
	border-radius: 8px;
	text-align: center;
	position: relative;
}

.phoneArray>div span {
	padding-left: 30px;
	height: 48px;
	line-height: 48px;
	color: #F9C592;
	text-align: center;
	background-size: auto 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.phoneArray .phoneScan {
	position: absolute;
	width: 120px;
	height: 120px;
	left: -132px;
	background-color: #FFFFFF;
	top: -40px;
	border-radius: 10px;
	box-shadow: -4px 4px 10px 1px rgba(0, 0, 0, .4);
	display: flex;
	justify-content: center;
	align-items: center;
	visibility: hidden;
	transition: all 0.01s ease-in-out;
	/* opacity: 0; */
}

.phoneArray .phoneScan img {
	width: 80%;
	height: 80%;
}

.triangleLeft {
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #FFFFFF;
	position: absolute;
	left: 120px;
	bottom: 48px;
}

#phone01 {
	background-image: url(../images/home_bottom_icon_6.png);
	cursor: pointer;
}

#phone02 {
	background-image: url(../images/home_bottom_icon_7.png);
	cursor: pointer;
}

#phoneA01:hover {
	background-color: #FFFFFF;
}

#phoneA01:hover #phone01 {
	color: #333;
	background-image: url(../images/AppleDownload.png);
	transition: all 0.1s;
}

#phoneA01:hover #phoneScan01 {
	visibility: initial;
	/* opacity: 1; */
}

#phoneA02:hover {
	background-color: #FFFFFF;
}

#phoneA02:hover #phone02 {
	color: rgb(164, 198, 57);
	background-image: url(../images/AndroidDownload.png);
	transition: all 0.1s;
}

#phoneA02:hover #phoneScan02 {
	visibility: initial;
	/* opacity: 1; */
}

.trafficList {
	width: 100%;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background-image: linear-gradient(90deg, rgba(109, 0, 1, 0) 0%, #B80000 50%, rgba(109, 0, 1, 0) 100%);
	border-radius: 4px;
	position: absolute;
	top: 340px;
}

.trafficList span {
	padding-left: 29px;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #F9C592;
	background-size: 20px 19px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#traffic01 {
	margin-right: 45px;
	background-image: url(../images/home_bottom_icon_4.png);
}

#traffic02 {
	background-image: url(../images/home_bottom_icon_5.png);
}

.footerText {
	width: 100%;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 4px;
	position: absolute;
	top: 380px;
	color: #FFFFFF;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
}

.footerText a {
	color: #ffffff
}

.footerText span {
	padding-left: 24px;
	background-image: url(../images/gongan.png);
	background-size: 20px 20px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.rightN ul {
	margin-top: 20px
}

.rightN ul li {
	line-height: 30px;
	border: solid 1px #f8f8f8;
	text-align: center;
	margin-bottom: 15px;
	color: #cfa043;
	font-weight: bold;
	font-size: 24px;
	border-radius: 5px;
	padding: 20px 0 20px;
	transition: all 0.1s;
}

.rightN ul li .red {
	color: #b80000;
}

.rightN ul li p {
	display: none;
}

.rightN ul li.bg {
	background: url(../images/jc/son_title_bg.png);
	background-size: contain;
	line-height: 30px;
	background-repeat: no-repeat;
}

.rightN ul li.bg p {
	font-size: 12px;
	color: #B5B5B5;
	letter-spacing: 15px;
	text-align: center;
	margin-left: 18px;
	display: block;
	line-height: 10px;
	padding-top: 10px
}

.rightN ul li a {
	color: #cfa043;
	transition: all 0.1s;
}

.rightN ul li a:hover {
	color: #edaa24;
}
.fileArray {
	padding: 0 20px;
}
.downloadTitle {
	margin: 50px 20px 10px;
	height: 16px;
}

.downloadTitle div {
	height: 20px;
	font-size: 20px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.85);
	line-height: 20px;
	float: left;
	padding-left: 15px;
	margin-top: -2px;
	background-image: url(../images/lineH.png);
	background-position: -8px -8px;
	background-repeat: no-repeat;
	background-size: 32px 32px;
}

.downloadTitle div span {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #999999;
	margin-left: 10px;
}
.fileM {
	height: 76px;
	line-height: 76px;
	border-bottom: 1px solid #E6E6E6;
}

.fileM img {
	width: 36px;
	height: 36px;
	margin: 20px 15px 20px 0;
	float: left;
	border-radius: 18px;
}

.fileM span {
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #222222;
}