.banner-index .banner {
	background-position-x: right;
}

.banner-index .banner-text {
	position: absolute;
	top: calc(50% - 100px);
	left: 10%;
}

.banner-index .banner-text h3 {
	font-size: 54px;
	color: #0b1636;
	letter-spacing: 2px;
	font-weight: 700;
}

.banner-index .banner-text h3 span {
	background-image: linear-gradient(to right, #3C7FF8, #56EED3);

	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.banner-index .banner-text p {
	color: #656D78;
	font-size: 16px;
	line-height: 16px;
	margin-top: 20px;
	height: 32px;
	margin-bottom: 40px;
}

.reviews {
	padding-top: 0;
	padding-bottom: 0;
	position: relative;
	margin-top: -31px;
	height: 62px;
	text-align: center;
}

.reviews .reviews-container {
	position: relative;
	/* width: 100%; */
	height: 62px;
	padding: 0 21px;
	border-radius: 8px;
	display: inline-flex;
	background-color: #fff;
	background-image: url(../images/index/bannerkhpj.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	-webkit-box-shadow: 0px 2px 15px rgba(33, 131, 233, 0.16);
	-ms-box-shadow: 0.000000px 2.000000px 15px rgba(33, 131, 233, 0.16);
	-o-box-shadow: 0.000000px 2.000000px 15px rgba(33, 131, 233, 0.16);
	box-shadow: 0px 2px 15px rgba(33, 131, 233, 0.16);
}

.reviews .reviews-left {
	font-size: 20px;
	line-height: 62px;
	color: #376aff;
	font-weight: 700;
	display: flex;
	align-items: center;
}

.reviews .reviews-left img {
	width: 39px;
	height: 33px;
	margin-right: 20px;
}

.swiper.swiper-reviews {
	width: calc(100% - 160px);
	margin-right: 0;
}

.swiper-reviews .swiper-wrapper {
	width: calc(100% - 34px);
}

.swiper-reviews p {
	font-size: 16px;
	color: #47506b;
	letter-spacing: 1.5px;
	line-height: 62px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.reviews-button-prev {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	top: 7px;
}

.reviews-button-next {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	bottom: 7px;
}

.swiper-tdsz {
	width: 100%;
}

.tdsz .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
}

.tdsz-item {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 120px;
	margin: 20px 0;
}

.tdsz-item-icon img {
	width: 90px;
	height: 90px;
}

.tdsz-item-text .counter {
	font-size: 38px;
	font-weight: bold;
	margin-right: 5px;
}

.tdsz-item-text p:nth-child(1) {
	font-size: 20px;
	color: #0b1636;
}

.tdsz-item-text p:nth-child(2) {
	font-size: 14px;
	color: #656D78;
}

.w-line {
	width: 1px;
	height: 32px;
	font-size: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgba(221, 221, 221, 1);
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	-ms-box-shadow: 0 0 0 transparent;
	-o-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
}


.lsdz-list {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: nowrap;
}

.lsdz-item {
	position: relative;
	width: 23%;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9f7ff));
	padding: 20px;
	padding-bottom: 104px;
	cursor: pointer;
	border-radius: 10px;
	box-shadow: 0px 5px 10px rgba(33, 131, 233, 0.1)
}

.lsdz-item:hover {
	box-shadow: 0 5px 20px 0 hsla(0, 0%, 74.1%, .4);

}

.lsdz-item-title {
	font-size: 24px;
	font-weight: bold;
	color: #2f3031;
	margin-bottom: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lsdz-item-desc {
	color: #656D78;
	font-size: 14px;
	line-height: 1.5;
	min-height: 63px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.lsdz-item-arrow {
	margin-top: 20px;
	height: 26px;
	width: 40px;
	border: 1px solid #2183e9;
	border-radius: 13px;
	font-size: 16px;
	color: #2183e9;
	text-align: center;
}

.lsdz-item:hover .lsdz-item-arrow {
	background: #2183e9;
	color: #fff;
}

.lsdz-item-icon {
	position: absolute;
	right: 0;
	bottom: 0;
}

.lsdz-item-icon img {
	width: 150px;
	height: 150px;
}

.cxsj {
	background-image: url(../images/index/cxsjbg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}

.cxsj .cxsj-container {
	/* background-color: #fff;
	background-color: rgba(255, 255, 255, 0.95); */
	box-shadow: 0px 5px 20px rgba(198, 224, 255, 0.6);
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	display: flex;
}

.cxsj-container .left-menu {
	width: 225px;
	height: 100%;
	background: url(../images/index/cxsj_silder_bg.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 20px 20px;
}

.cxsj-container .left-menu li {
	height: 48px;
	line-height: 48px;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #283753;
	cursor: pointer;
	width: 182px;
	height: 48px;
	display: flex;
	align-items: center;
}

.cxsj-container .left-menu li.active {
	color: #fff;
	background: url(../images/index/cxsj_xzbg.png) no-repeat center center;
}

.cxsj-container .left-menu li img {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.cxsj-container .left-menu li .icon-active {
	display: none;
}

.cxsj-container .left-menu li.active .icon {
	display: none;
}

.cxsj-container .left-menu li.active .icon-active {
	display: block;
}

.cxsj .right-content-container {
	width: calc(100% - 225px);
}

.cxsj .right-content {
	display: none;
	padding: 0 12px 0 35px;
}

.cxsj .right-content.active {
	display: flex;
}

.cxsj .cxsj-container .right-content .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: calc(100% - 209px);
}

.cxsj .cxsj-container .right-content .content-title {
	font-size: 24px;
	color: #1d2129;
	line-height: 36px;
}

.cxsj .cxsj-container .right-content .detail {
	font-size: 16px;
	color: #656D78;
	line-height: 27px;
	text-align: left;
	margin-top: 10px;
}

.cxsj .cxsj-container .right-content .feature-list {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-top: 10px;
}

.cxsj .cxsj-container .right-content .feature-list .feature-item {
	width: 112px;
	height: 112px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cxsj .cxsj-container .right-content .feature-list .feature-item img {
	width: 60px;
	height: 60px;
	margin-top: 22px;
}

.cxsj .right-content .feature-item-desc {
	font-size: 14px;
	color: #656d78;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
}

.cxsj .cxsj-container .right-content .line {
	height: 1px;
	margin: 36px 0;
	background: #E6E9F0;
}

.cxsj .cxsj-container .right-content .btn {
	width: 145px;
	display: block;
	margin-top: 16px;
	line-height: 48px;
	border: 1px solid #2183e9;
	border-radius: 6px;
	cursor: pointer;
	font-size: 16px;
	color: #2183e9;
	text-align: center;
	text-decoration: none;
	padding: 0;
}

.cxsj .cxsj-container .right-content .logo-container {
	width: 209px;
	height: auto;
}

.cxsj .cxsj-container .right-content .logo-container-m {
	width: 100%;
	display: none;
}

.gtxz {
	padding-bottom: 0;
}

.swiper-gtxz .swiper-wrapper {
	padding-bottom: 50px;
}

.swiper-gtxz .swiper-slide {
	transition: 300ms;
	transform: scale(0.923) !important;

	background: #FFFFFF;
	box-shadow: 0px 5px 10px rgba(198, 224, 255, 0.8);
	border-radius: 8px;
	padding-bottom: 15px;
}

.swiper-gtxz .swiper-slide-active,
.swiper-gtxz .swiper-slide-duplicate-active {
	transform: scale(1) !important;

	/* box-shadow: 0px 15px 32px 10px rgba(107, 115, 191, 0.27); */
}

.swiper-gtxz-header {
	height: 113px;
	background: url(../images/index/gtxz_dbbg.png) center bottom no-repeat;
	background-size: 100% 100%;
	position: relative;
	padding: 30px 0 0 104px;
}

.swiper-gtxz-header>img {
	width: 64px;
	height: 64px;
	position: absolute;
	top: 24px;
	left: 24px;
}

.swiper-gtxz-header>label {
	display: block;
	font-size: 20px;
	color: #0B1636;
	line-height: 28px;
	font-weight: 600;
}

.swiper-gtxz-header>span {
	display: block;
	font-size: 14px;
	color: #0B1636;
	line-height: 22px;
	margin-top: 2px;
}

.swiper-gtxz-body {
	padding: 45px 24px;
}

.swiper-gtxz-body>p {
	font-size: 14px;
	color: #636e80;
	line-height: 1.75;
	margin: 0;
	padding: 0;
	height: 98px;
}

.swiper-gtxz-more {
	color: #317af7;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	float: right;
	margin-right: 24px;
}

.swiper-gtxz-more:hover {
	color: #317af7;
}

.gtxz-marquee-container {
	background: url(../images/index/gtxz_gbbg.png) no-repeat;
	background-size: auto;
	background-position: bottom;
	padding-bottom: 40px;
}

.gtxz-marquee {
	height: 80px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.gtxz-marquee-list {
	display: flex;
	align-items: center;
}

.gtxz-marquee-item {
	width: 220px;
	height: 80px;
	margin-right: 10px
}

.gtxz .btn-blue {
	margin: 60px auto 0;
}


.zyhh {
	background-image: url(../images/index/zyhhbg.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
}

.zyhh .section-title {
	position: relative;
	z-index: 10;
}

.zyhh .zyhh-container {
	display: flex;
	align-items: flex-end;
}

.zyhh .zyhh-left {
	/* position: relative;
	z-index: 10; */

	width: 60%;
}

.zyhh-title {
	font-size: 34px;
	color: #0B1636;
	line-height: 34px;
	font-weight: bold;
	z-index: 10;
	margin-bottom: 20px;
}

.zyhh-content {
	margin-bottom: 30px;
	font-size: 18px;
	color: #656D78;
}

.fwzc-container {
	background: url(../images/index/zyhh_fwzcbg.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid #ffffff;
	padding: 20px;
	/* width: 60%; */
	max-width: 730px;
}

.fwzc-title {
	font-size: 24px;
	color: #0B1636;
	line-height: 24px;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

.fwzc-title img {
	width: 48px;
	height: 48px;
}

.fwzc-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fwzc-item {
	width: calc(50% - 10px);
	justify-content: space-around;
	border-radius: 20px;
	background: url(../images/index/zyhh_fwzc_itembg.png) no-repeat;
	background-size: 100% 100%;
	padding: 10px 20px;
	margin-bottom: 20px;
	position: relative;
	z-index: 10;
	height: 128px;
}

.fwzc-item-title {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #0B1636;
	margin-bottom: 10px;
}

.fwzc-item-title img {
	width: 38px;
	height: 38px;
	margin-right: 10px;
}

.fwzc-item-content {
	font-size: 14px;
	line-height: 1.5;
	color: #636e80;
}

.fwzc-item.fwzc-item-contact {
	background: none;
}

.fwzc-contact {
	margin-bottom: 10px;
}

.fwzc-contact p {
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}


.zyhh-ssjt {
	position: absolute;
	right: 0;
	bottom: 0;
}

.zyhh-ssjt img {
	width: 150px;
	height: 149px;
}

.zyhh-right {
	/* position: absolute;
	right: 0;
	bottom: 0;
	z-index: 0; */

	width: 40%;
}

.zyhh-right img {
	width: 100%;
	max-width: 718px;
}

.nzsm-tab {
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin: auto;
}

.nzsm-tab-item {
	width: 135px;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	text-align: center;
	border-radius: 19px;
	cursor: pointer;
}

.nzsm-tab-item:hover {
	background-color: rgb(245, 248, 253);
}

.nzsm-tab-item.active {
	background-color: #376aff;
	color: #fff;
}

.nzsm-container {
	background: #f7f9ff;
	padding: 40px;
	border-radius: 20px;
}

.nzsm-tab-content {
	display: none;
}

.nzsm-tab-content.active {
	display: flex;
	justify-content: space-between;
}

.nzsm-tab-content-left {
	width: 48%;
}

.nzsm-tab-content-left h3 {
	font-size: 34px;
	color: #2f3031;
	font-weight: bold;
	margin-bottom: 40px;
}

.nzsm-tab-content-left h3 span {
	color: #376aff;
}

.nzsm-left-content {
	font-size: 18px;
	line-height: 1.75;
	color: #636e80;
	margin-bottom: 20px;
}

.nzsm-tags-list {
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.nzsm-tag {
	height: 38px;
	line-height: 38px;
	border-radius: 19px;
	background-color: #376aff;
	color: #fff;
	padding: 0 25px;
	margin-right: 10px;
	margin-bottom: 20px;
}

.nzsm .btn-group .btn-try,
.nzsm .btn-group .btn-view {
	display: inline-block;
	border-radius: 8px;
	text-align: center;
	width: 145px;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}

.nzsm .btn-group .btn-view {
	color: #444444;
	border: 1px solid #eeeeee;
	margin-left: 20px;
	background: #fff;
}

.nzsm .btn-group .btn-view:hover {
	background: none;
}

.nzsm-tab-content-right {
	border-radius: 20px;
	overflow: hidden;
	width: 45%;
	box-shadow: 0px 5px 10px rgba(198, 224, 255, 0.53);
	background: #fff;
}

.nzsm-tab-content-right-header {
	background: url(../images/index/nzsm_hrybbg.jpg) no-repeat;
	padding: 20px 0 40px;
	text-align: center;
}

.nzsm-tab-content-right-header img {
	width: 40%;
	max-width: 150px;
}

.nzsm-tab-content-right-body {
	border-radius: 20px;
	padding: 20px 20px 40px;
	margin-top: -20px;
	background: #fff;
}

.nzsm-right-list {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 20px;
	padding: 20px 0 0;
}

.nzsm-right-item {
	/* width: 32%; */
}

.nzsm-right-item p:first-child {
	color: #2f3031;
	font-size: 26px;
	line-height: 1;
	margin-bottom: 10px;
}

.nzsm-right-item p:last-child {
	font-size: 16px;
	line-height: 1;
	color: #656D78;
}

.nzsm-right-content {
	font-size: 14px;
	line-height: 1.75;
	color: #808082;
	margin-bottom: 20px;
}

.nzsm-tab-content-right-body a {
	color: #317af7;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	float: right;
}

@media (max-width: 1200px) {
	.tdsz-item-text .counter {
		font-size: 28px;
		margin-right: 3px;
	}

	.tdsz-item-text p:nth-child(2) {
		font-size: 12px;
	}

	.tdsz-item-icon img {
		width: 55px;
		height: 55px;
	}

	.tdsz-item {
		height: 80px;
		/* margin: 10px 20%;
		width: 60%; */

		justify-content: space-between;
		flex-shrink: 0;
	}

	.tdsz-item-icon {
		margin-right: 20px;
	}

	.tdsz-item-text {
		flex: 1;
	}

	/* .tdsz-item {
		height: 80px;
		margin: 10px 0;
		width: calc(50% - 20px);
	} */

	.tdsz .blank-big {
		height: 40px;
	}

	/* .tdsz .container .w-line.w-line {
		display: none;
	} */

	/* .tdsz .container .w-line.w-line:nth-child(4n) {
		display: none;
	} */
}


/* 移动端 */
@media (max-width: 992px) {

	.container,
	.container-md,
	.container-sm {
		overflow: hidden;
	}

	.reviews .reviews-container {
		width: 96%;
		margin: auto;
	}

	.banner-index .banner {
		background-position-x: 86%;
	}

	.banner-index .banner-text h3 {
		font-size: 28px;
	}

	.banner-index .banner-text p {
		font-size: 14px;
		width: 239px;
	}

	.banner-index .banner-text {
		top: calc(50% - 80px);
		left: 8%;
		width: 80%;
	}

	.reviews .reviews-left img {
		width: 24px;
		height: 20px;
		margin-right: 10px;
	}

	.reviews .reviews-left {
		font-size: 16px;
		line-height: 62px;
	}

	.swiper-reviews p {
		font-size: 14px;
		line-height: 22px;
		overflow: hidden;
		white-space: wrap;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.swiper.swiper-reviews {
		width: calc(100% - 110px);
	}

	.swiper-reviews .swiper-wrapper {
		width: calc(100% - 17px);
	}

	.swiper-reviews .swiper-wrapper .swiper-slide {
		display: flex;
		align-items: center;
	}

	.reviews-button-prev,
	.reviews-button-next {
		width: 18px;
		height: 18px;
	}

	.reviews-button-prev {
		top: 13px;
	}

	.reviews-button-next {
		bottom: 13px;
	}

	.reviews-button-prev img,
	.reviews-button-next img {
		width: 100%;
		vertical-align: baseline;
	}

	.tdsz-item {
		text-align: center;
	}

	.lsdz-list {
		flex-direction: column;
	}

	.lsdz-item {
		width: 100%;
		padding-bottom: 20px;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}

	.lsdz-item-title {
		font-size: 20px;
	}

	/* .lsdz-item-desc {
		font-size: 16px;
		height: auto;
	} */

	.lsdz-item-icon {
		position: relative;
	}

	.lsdz-item-icon img {
		width: 130px;
		height: 130px;
	}

	.cxsj .cxsj-container {
		flex-direction: column;
	}

	.cxsj-container .left-menu {
		width: 100%;
		overflow: auto;
		padding: 0;
		background: none;
		display: flex;
		border-bottom: 1px solid #E7E7E7;
	}

	.cxsj-container .left-menu::-webkit-scrollbar {
		display: none;
		/* 完全隐藏滚动条 */
	}

	.cxsj-container .left-menu li {
		display: inline-block;
		font-size: 16px;
		color: #3A4461;
		text-align: center;
		font-weight: 400;
		padding-left: 0;
		padding-bottom: 10px;
		width: auto;
		flex-shrink: 0;
		margin: 0 10px;
	}

	.cxsj-container .left-menu li.active {
		background: none;
		font-size: 16px;
		color: #2183e9;
		text-align: center;
		font-weight: 600;
		border-bottom: 2px solid #2183e9;
	}

	.cxsj-container .left-menu li img {
		display: none;
	}

	.cxsj-container .left-menu li.active .icon-active {
		display: none;
	}

	.cxsj .right-content-container {
		width: 100%;
	}

	.cxsj .cxsj-container .right-content {
		padding: 20px;
		flex-direction: column;
	}

	.cxsj .cxsj-container .right-content .content {
		width: 100%;
	}

	.cxsj .cxsj-container .right-content .content-title {
		font-size: 16px;
		color: #3A4461;
		line-height: 24px;
		font-weight: 600;
	}

	.cxsj .cxsj-container .right-content .detail {
		font-size: 14px;
		color: #82899E;
		line-height: 20px;
		font-weight: 400;
		margin-top: 5px;
		letter-spacing: 1px;
	}

	.cxsj .cxsj-container .right-content .feature-list {
		flex-wrap: wrap;
		justify-content: center;
	}

	.cxsj .cxsj-container .right-content .feature-list .feature-item {
		height: auto;
	}

	.cxsj .cxsj-container .right-content .feature-list .feature-item img {
		width: 50px;
		height: 50px;
		margin-top: 5px;
	}

	.cxsj .right-content .feature-item-desc {
		font-size: 12px;
	}

	.cxsj .cxsj-container .right-content .line {
		margin: 10px 0;
	}

	.cxsj .cxsj-container .right-content .btn {
		width: 100%;
		line-height: 44px;
		height: 44px;
	}

	.swiper-gtxz-body {
		padding: 20px;
	}

	.swiper-gtxz-body>p {
		/* font-size: 12px; */
		height: auto;
	}

	.swiper-gtxz-more {
		font-size: 12px;
	}

	/* .gtxz-marquee {
		height: 40px;
		margin-bottom: 20px;
	}

	.gtxz-marquee-item {
		width: 110px;
		height: 40px;
	} */

	.gtxz .btn-blue {
		margin-top: 30px;
	}

	.zyhh .zyhh-container {
		flex-direction: column;
	}

	.zyhh .zyhh-left {
		width: 100%;
	}

	.zyhh-title {
		font-size: 20px;
		line-height: 1.5;
		margin-bottom: 10px;
	}

	.zyhh-content {
		margin-bottom: 20px;
		font-size: 14px;
	}

	.fwzc-title img {
		width: 38px;
		height: 38px;
	}

	.fwzc-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.fwzc-list {
		flex-direction: column;
	}

	.fwzc-item {
		width: 100%;
		padding-top: 20px;
	}

	.fwzc-item-title {
		font-size: 16px;
	}

	.fwzc-item-title img {
		width: 20px;
		height: 20px;
	}

	.fwzc-item-content {
		font-size: 14px;
	}

	.zyhh-right {
		display: none;
	}

	.nzsm-tab {
		width: 100%;
		justify-content: space-evenly;
	}

	.nzsm-tab-item {
		font-size: 16px;
		line-height: 32px;
		height: 32px;
		width: 100px;
	}

	.nzsm-tab-content.active {
		flex-direction: column;
	}

	.nzsm-tab-content-left {
		width: 100%;
		margin-bottom: 20px;
	}

	.nzsm-container {
		padding: 20px;
	}

	.nzsm-tab-content-left h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.nzsm-left-content {
		font-size: 16px;
	}

	.nzsm-tag {
		font-size: 16px;
		line-height: 32px;
		height: 32px;
	}

	.nzsm-tab-content-left .btn-group {
		width: 100%;
		justify-content: space-evenly;
	}

	.nzsm .btn-group .btn-try,
	.nzsm .btn-group .btn-view {
		font-size: 12px;
		line-height: 38px;
		height: 38px;
	}

	.nzsm-tab-content-right {
		width: 100%;
	}

	.nzsm-right-item p:first-child {
		font-size: 20px;
		font-weight: bold;
	}

	.cxsj .cxsj-container .right-content .logo-container {
		display: none;
	}

	.cxsj .cxsj-container .right-content .logo-container-m {
		display: block;
	}
}