html,
body {
	width: 100%;
	margin: 0;
	padding: 0;
}

* {
	font-family: PingFang SC, PingFang SC;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #333;
}

.head {
	width: 100%;
	margin: 0 auto;
	/* padding: 14px 0 14px 0; */
	background-color: #fff;
}

.head .head_box {
	max-width: 1200px;
	height: 90px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head .l {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}

.head .l .logo {
	width: 83px;
	height: 62px;
	margin-right: 16px;
}

.head .l span {
	font-size: 18px;
	color: #333;
	font-weight: 600;
}

.head .nav {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.head .head_box .nav .nav-i {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin-right: 90px;
	position: relative;
}

.head .head_box .nav .nav-a {
	color: #f40020;
	font-weight: 600;
}

.head .head_box .nav .nav-a::after {
	width: 32px;
	height: 5px;
	background-color: #f40020;
	position: absolute;
	bottom: -34px;
	left: 50%;
	margin-left: -16px;
	content: "";
}

.head .nav .nav-i:last-child {
	margin: 0;
}

.footer {
	width: 100%;
	background: #f40020;
}

.footer .footer-box {
	max-width: 1200px;
	margin: auto;
	align-items: flex-start;
	padding-top: 80px;
	padding-bottom: 90px;
}
.footer .footer-b {
	border-top: 1px solid #f5f5f5;
	padding: 15px 0 60px 0;
	display: flex;
	justify-content: center;
}
.footer .footer-b .l .l-logo {
	width: 32px;
	height: 24px;
}
.footer .footer-b .l {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 80px;
}
.footer .footer-b .line {
	width: 1px;
	height: 16px;
	margin: 0 20px;
	background-color: #fff;
}
.footer .footer-b .l .l-r-logo {
	/* width: 69px;
    height: 24px; */
}
.footer .footer-b .l .l-r-logo .f-dev {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
}
.footer .footer-b .l .l-r-logo .f-dev .icon {
	width: 71px;
	height: 24px;
	margin-right: 10px;
	background-image: url(../images/pic_fxb_jx_pre@2x.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left;
}
.footer .footer-b .l .l-r-logo .f-dev .str {
	color: #ffffff;
}

.footer .footer-box .l-logo {
	height: 100px;
}

.footer .footer-box .c .nav-i {
	font-weight: 600;
}

.footer .footer-box .c .text {
	font-size: 14px;
	margin-top: 30px;
}

.footer .footer-box .c .text div {
	font-weight: 200;
}

.footer .footer-box .c .gzh {
	margin-top: 20px;
	text-align: center;
	font-size: 10px;
	width: 72px;
}

.footer .footer-box .c .gzh .gzh-pic {
	width: 72px;
	height: 72px;
	margin-bottom: 5px;
}

.footer .footer-box .r-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 44px;
	color: #fff;
}

.footer .footer-box .r-box .r-l {
	width: 60px;
	height: 60px;
	border-radius: 50%;
}

.footer .footer-box .r-box .r-r {
	margin-left: 15px;
	height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer .footer-box .r-box .r-r .title {
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	text-align: left;
}
.footer .footer-box .r-box .r-r .text {
	font-size: 12px;
	color: #ffffff;
}

.footer .footer-box .footer-box-content {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
}
.footer .footer-box .footer-box-content .card:last-child {
	margin-right: 0;
}
.footer .footer-box .footer-box-content .card .flex {
	display: flex;
	flex-direction: row;
}
.footer .footer-box .footer-box-content .card .ul {
	margin-right: 50px;
}
.footer .footer-box .footer-box-content .card .ul:last-child {
	margin: 0;
}
.footer .footer-box .footer-box-content .card .title,
.footer .footer-box .footer-box-content .card .title a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 15px;
}
.footer .footer-box .footer-box-content .card .li {
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 5px;
	cursor: pointer;
}
.footer .footer-box .footer-box-content .card .li a {
	text-decoration: none;
	color: #ffffff;
}
.footer .footer-box .footer-box-content .card .desc {
	width: 258px;
	font-size: 14px;
	color: #ffffff;
}
.footer .footer-box .footer-box-content .card .desc p {
	margin: 0 0 5px 0;
	font-weight: 400;
}

.footer .footer-box .footer-box-content .card .gzh-img {
	width: 72px;
	height: 72px;
}

.red-line {
	width: 100px;
	height: 8px;
	background: linear-gradient(90deg, #f40020 0%, #ff6075 100%);
}
.img {
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}
.line {
	width: 100%;
	height: 120px;
	background: #f40020;
	border-radius: 0px 0px 0px 0px;
}
.pic-box {
	width: 100%;
	height: auto;
}
.container {
	max-width: 1600px;
	margin: auto;
}
.container-min {
	max-width: 1200px;
	margin: auto;
}
.container .big-title {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 50px;
}
.container .big-title .label {
	width: 5px;
	height: 36px;
	margin-right: 15px;
	background: #f40020;
}
.container .big-title .str {
	font-size: 40px;
	color: #333;
	font-weight: bold;
}
.cont {
	width: 100%;
	border-bottom: 2px solid #eeeeee;
	background-color: #fff;
	position: sticky;
	top: 0px;
	z-index: 999;
	padding-top: 1px;
}

.cont .tab {
	max-width: 1200px;
	height: 91px;
	padding-top: 48px;
	margin: auto;
	display: flex;
	justify-content: space-around;
}

.cont .tab .tabtext {
	height: 100%;
	font-size: 20px;
	position: relative;
}

.cont .tab .tabtext .bottom_ {
	position: absolute;
	width: 36px;
	height: 5px;
	bottom: 0px;
	left: 50%;
	margin-left: -18px;
	background-color: #f40020;
	display: none;
}
.flex {
	display: flex;
}

.flex-column {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.flex-center {
	display: flex;
	align-items: center;
}

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

.flex-around {
	display: flex;
	justify-content: space-around;
}

.end {
	align-items: flex-end;
}

.mB80 {
	margin-bottom: 80px;
}
.mB50 {
	margin-bottom: 50px;
}
.mB40 {
	margin-bottom: 40px;
}
.mB30 {
	margin-bottom: 30px;
}
.mB20 {
	margin-bottom: 20px;
}
.mB15 {
	margin-bottom: 15px;
}
.C333 {
	color: #333;
}
.t44 {
	color: #444;
}
.t4e {
	color: #4e4e4e;
}
.t3blue {
	color: #3b66f1;
}
.tRed {
	color: #f40020;
}
.font14 {
	font-size: 14px;
}
.font15 {
	font-size: 15px;
}
.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px;
}
.font20 {
	font-size: 20px;
}
.font24 {
	font-size: 24px;
}
.font26 {
	font-size: 26px;
}
.font28 {
	font-size: 28px;
}
.font32 {
	font-size: 32px;
}
.font40 {
	font-size: 40px;
}
.font44 {
	font-size: 44px;
}
.font100 {
	font-size: 100px;
}
.fontW6 {
	font-weight: 600;
}
.fontW5 {
	font-weight: 500;
}

.lineH25 {
	line-height: 25px;
}
.lineH32 {
	line-height: 32px;
}
.lineH38 {
	line-height: 38px;
}
.fff {
	color: #fff;
}
.text-justify {
	text-align: justify;
}

@media (min-width: 1200px) {
	.head .head_box {
		max-width: 1200px;
	}

	.container {
		max-width: 1200px;
	}
	.footer .footer-box .footer-box-content .card {
		margin-right: 80px;
	}
	.footer .footer-box {
		max-width: 1200px;
	}
	.footer .footer-box .l-logo {
		height: 74px;
	}
	.footer .footer-box .c {
		width: 575px;
	}
	.footer .footer-box .r {
		width: 360px;
	}
	.footer .footer-box .c .nav-i {
		font-size: 14px;
	}
	.footer .footer-box .r-box .r-r .title {
		font-size: 26px;
	}
}

@media (min-width: 1700px) {
	.head .head_box {
		max-width: 1600px;
	}

	.container {
		max-width: 1600px;
	}
	.footer .footer-box .footer-box-content .card {
		margin-right: 180px;
	}
	.footer .footer-box {
		max-width: 1600px;
	}
	.footer .footer-box .l-logo {
		height: 100px;
	}
	.footer .footer-box .c {
		width: 575px;
	}
	.footer .footer-box .r {
		width: 360px;
	}
}
.active {
	color: #f40020;
	font-weight: bold;
	display: block;
}
