@charset "utf-8";
/* CSS Document */
@import url(reset.css);
@import url(flex_c.css);
@import url(list_c.css);
@import url(footer.css);



.top_box {
	background: url(../images/s_cjrfw_top_bg.png) no-repeat center;
}

.part1 {
	width: 100%;
	height: 581px;
	background: url(../images/s_fw_bg1.png);
}

.tit_box i {
	background-color: #fb291e;
}

.tit_box i::after {
	background-color: #fb291e;
}

.fw_b a {
	background-image: linear-gradient(270deg, #c80008 0%, #f50029 100%);
}

.part2 {
	width: 100%;
}
.cx_tab,.cx_list,.cx_list ul li{
	height: 320px;
}
.cx ul li p{
	font-size: 18px;
}
.cx ul li div {
	background-image: linear-gradient(90deg,
			rgba(255, 194, 161, 0.06) 0%,
			rgba(255, 177, 189, 0.06) 100%);
}

.cx ul li div::after {
	background-image: linear-gradient(90deg,
			rgba(255, 194, 161, 0.15) 0%,
			rgba(255, 177, 189, 0.15) 100%);
}
.cx_tab .prev,
.cx_tab .next {
	background: url(../images/s_icon_cjrfw1.png) no-repeat center;
}

.cx_tab .next {
	background: url(../images/s_icon_cjrfw2.png) no-repeat center;
}
.cx ul li.app {
	position: relative;
}

.cx ul li.app .qr_code {
	position: absolute;
	top: 0;
	right: -240px;
	width: 200px;
	height: 200px;
	padding: 10px;
	background: #ffffff;
	box-shadow: 0px 13px 19px 2px rgb(55 94 132 / 35%);
	border-radius: 8px;
	display: none;
	z-index: 99;
}

.cx ul li.app:hover .qr_code {
	display: block;
}

.cx ul li.app .qr_code img {
	width: 100%;
	height: 100%;
}

.cx ul li.app .qr_code::before {
	content: '';
	width: 20px;
	height: 20px;
	background: #ffffff;
	box-shadow: 0px 13px 19px 1px rgb(55 94 132 / 35%);
	position: absolute;
	left: -10px;
	top: 60px;
	transform: rotate(45deg);
}

.part3 {
	width: 100%;
}

.flfj {
	width: 100%;
	height: 495px;
	background: #ffffff;
	box-shadow: 0px 6px 26px 3px rgba(26, 55, 175, 0.15);
	border-radius: 10px;
	border: solid 1px #d8ecfa;
}

.flfj .hd {
	width: 100%;
	height: 70px;
	background-image: linear-gradient(93deg, rgba(227, 0, 9, 1) 0%, #c90008 100%);
	border-radius: 8px 8px 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flfj .hd ul {
	display: flex;
}

.flfj .hd ul li {
	width: 140px;
	height: 48px;
	font-weight: 600;
	font-size: 22px;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	/* margin-left: 30px; */
	cursor: pointer;
}

.flfj .hd ul li:first-child {
	margin-left: 0;
}

.flfj .hd ul li.on {
	background-image: linear-gradient(0deg, rgba(255, 232, 206, 1) 0%, #fbb8a0 100%);
	border-radius: 24px;
	color: #ff0a00;
}

.flfj .hd ul li.on:hover {
	background-image: linear-gradient(0deg, rgba(255, 232, 206, 1) 0%, #fbb8a0 100%);
	border-radius: 24px;
	color: #ff0a00;
}

.flfj .hd ul li.on a:hover {
	color: #ff0a00;
}

.flfj .bd {
	height: 425px;
}

.flfj .bd .bd_box {
	margin: 25px 18px;
	height: calc(395px - 20px);
	overflow-y: auto;
	overflow-y: overlay;
	padding: 0 30px;
	font-size: 16px;
	line-height: 36px;
}



.flfj .bd .bd_box::-webkit-scrollbar {
	width: 8px;
	box-sizing: border-box;
	background: #fff0f1;
	border-radius: 3px;
}

.flfj .bd .bd_box::-webkit-scrollbar-track-piece {
	background: #fff0f1;
	border-radius: 3px;
}

.flfj .bd .bd_box::-webkit-scrollbar-thumb {
	background-color: #fbaab0;
	border-radius: 3px;
}

.flfj .bd .bd_box::-webkit-scrollbar-thumb:hover {
	background-color: #FF6461;
}

.part4 {}

.clxt {
	height: 100px;
	background: url(../images/s_cjrfw_clxt_img.png) no-repeat center;
	background-size: 100%;
	font-size: 40px;
	color: #ffffff;
	transition: 1s;
}

.clxt:hover {
	/* transform: translateY(-5px); */
}

.clxt img {
	transition: 1s;
}

.clxt:hover img {
	transform: scale(1.1);
}

.clxt a {
	display: inline-flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	transition: .5s;
}

.clxt a span {
	margin-left: 23px;

}

.part5 {}

.cjbz {}

.cjbz ul {
	display: flex;
	flex-wrap: wrap;
}

.cjbz ul li {
	width: 585px;
	height: 460px;
	background-color: #ffffff;
	border: solid 1px #fff1f1;
}

.cjbz ul li:nth-child(even) {
	margin-left: 26px;
}

.cjbz ul li:nth-child(n+3) {
	margin-top: 20px;
}

.cjbz ul li .cjbz_tit {
	width: 100%;
	height: 150px;
	font-size: 30px;
	font-weight: 500;
	color: #ffffff;
	background-image: linear-gradient(0deg, #000000 0%, #ffffff 100%);
	overflow: hidden;

}

.cjbz ul li .cjbz_tit a {
	width: 100%;
	height: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;

}

.cjbz ul li .cjbz_tit:hover a {
	transform: scale(1.1);
}

.cjbz ul li:nth-child(1) .cjbz_tit a {
	background: url(../images/s_cjrfw_cjbz_tit1.png) no-repeat center;
}

.cjbz ul li:nth-child(2) .cjbz_tit a {
	background: url(../images/s_cjrfw_cjbz_tit2.png) no-repeat center;
}

.cjbz ul li:nth-child(3) .cjbz_tit a {
	background: url(../images/s_cjrfw_cjbz_tit3.png) no-repeat center;
}

.cjbz ul li:nth-child(4) .cjbz_tit a {
	background: url(../images/s_cjrfw_cjbz_tit4.png) no-repeat center;
}

.cjbz ul li dl {
	margin: 20px;
}

.cjbz ul li dl dd {
	font-size: 18px;
	color: #333333;
	line-height: 56px;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cjbz ul li dl dd a {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	flex: 1;
	position: relative;
	padding-left: 15px;
	margin-right: 30px;
}

.cjbz ul li dl dd a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #c90008;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.cjbz ul li dl dd span {
	color: #333333;
}

.part6 {
	display: flex;
	justify-content: space-between;
}


.part6 .tit_box {}

.part6 .tit_box a {
	margin: 0px 13px 0px 18px;
}

.part6 .tit_box i {
	margin-right: 22px;
}

.czwj ul li .zcwj_l h2 {
	color: #c90008;
}

.cjwt ul li a .cjwt_l {
	background: url(../images/s_cjrfw_zjwt_ico.png) no-repeat center;
}

.tw_dlt {}

.tw_dlt>div {
	width: 580px;
	height: 181px;
	background-image: linear-gradient(0deg,
			#015eea 0%,
			#00c0fa 100%);
	border-radius: 20px;
}
@media screen and (max-width:1600px) {
	.cx ul li.app .qr_code{
		right: initial;
		left:50%;
		transform: translate(-50%);
		top: -220px;
	}
	.cx ul li.app .qr_code::before{
		top: initial;
		bottom: -10px;
		left:calc((100% - 20px) / 2);
		
	}
}
