html,
body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 100%;
	width: 100%;
	min-width: 1180px;
	min-height: 800px;
}

.container {
	width: 100%;
}


/*Ð£Ô°ÏµÍ³*/
.yqlj-content {
	width: 100%;

	/* margin: auto; */
}

.fc-container {
	display: flex;
	height: 518px;
	/* background-color: #fff; */
	/* padding: 16px; */
	box-sizing: border-box;
	border-radius: 4px;
	/* margin-top: 32px; */
}

.fc-container .fc-left-box {
	width: 26%;
	overflow: hidden;
	height: 492px;
	min-height: 492px;
}

.fc-container .fc-left-box .fc-nav-box {
	width: 40%;
	height: 492px;
	overflow: hidden;
}

.fc-container .fc-left-box .fc-nav-box>img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.fc-container .fc-left-box .fc-nav-box:hover>img {
	transform: scale(1.1);
}

.fc-container .fc-right-box {
	margin-left: 10px;
	flex: 1;
}

.fc-container .fc-right-box .fc-right-top {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 240px;
	box-sizing: border-box;
}

.fc-container .fc-right-box .fc-right-top .fc-top-item {
	text-decoration: none;
	display: inline-block;
	width: 32.7%;
	height: 232px;
	overflow: hidden;
	/* margin-top: 4px; */
}

.fc-container .fc-right-box .fc-right-top .fc-top-item>img {
	height: 100%;
	width: 100%;
	transition: transform 0.5s ease;
}

.fc-container .fc-right-box .fc-right-top .fc-top-item:hover>img {
	transform: scale(1.1);
}



.fc-container .fc-right-box .fc-right-down {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 240px;
	box-sizing: border-box;
	margin-top: 5px;
}

.fc-container .fc-right-box .fc-right-down .fc-top-item {
	text-decoration: none;
	display: inline-block;
	width: 32.7%;
	height: 240px;
	overflow: hidden;
}

.fc-container .fc-right-box .fc-right-down .fc-top-item>img {
	height: 240px;
	width: 100%;
	transition: transform 0.5s ease;
}

.fc-container .fc-right-box .fc-right-down .fc-top-item:hover>img {
	transform: scale(1.1);
}



/* Í·²¿²Ëµ¥ */
.header-container {
	width: 100%;
	background-color: #BFDAF2;
}

.header-box {
  box-sizing: border-box;
    width: 94%;
    min-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0;
}

.header-box .header-nav {
    width: 100%;
    height: 60px;
    margin-left: 48px;
    position: relative;
}

.aw{
	position: absolute;
	top:-20px;
	opacity: 0.16;
	width: 100%;
}

.tabs {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: end;
	height: 60px;
}

.tab {
	width: 64px;
	margin: 0 0 0 auto;
	color: #333333;
	cursor: pointer;
	position: relative;
	transition: color 0.3s, border-bottom 0.3s;
}

.tab>a {
	text-decoration: none;
	display: inline-block;
	color: #333333;
	font-size: 0.83vw;
	font-weight: 540;
}

.tab>a:hover {
	color: #375EAD;
}

.tab::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #375EAD;
	transition: width 0.3s;
}

.tab .active::after {
	width: 100%;
}

.tab .active {
	padding-bottom: 6px;
	color: #375EAD;
}

/* ÏÔÊ¾Êý¾Ý */
.top-banner-box {
	background-image: url("/jzghxy/images/4-2.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 680px;
}

/* ÏÔÊ¾Êý¾Ý */
.tab-content .info-content {
	width: 1000px;
	min-width: 1152px;
	margin: auto;
	margin-bottom: 24px;
	min-height: 700px;
	display: flex;
	box-sizing: border-box;

	background-image: url('/jzghxy/images/bg.png');
	background-size: cover;
	object-fit: fill;
	background-repeat: no-repeat;
	background-position: center;
	/* width: 100%; */
	height: auto;
}

.tab-content .info-content .left-box {
	min-width: 240px;
	min-height: 700px;
	position: relative;
	display: none;
}

.tab-content .info-content .left-box .menu-container {
	position: absolute;
	top: -120px;
	left: 0;
	width: 100%;
	min-height: 700px;
	z-index: 9999;
	overflow: hidden;
}

.tab-content .info-content .left-box .menu-container::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, #0861B1, #247AC7, #4092DB);
	transform: skewY(-9deg);
	transform-origin: top right;
	z-index: -9999;
}

.tab-content .info-content .left-box .menu-container .left-tit {
	height: 110px;
	text-align: right;
	font-family: "ºÚÌå", sans-serif;
	display: flex;
	font-weight: bold;
	font-size: 32px;
	color: #fff;
	letter-spacing: 0.1rem;
	align-items: flex-end;
	justify-content: center;
	margin-bottom: 30px;
}

.tab-content .info-content .left-box .menu-container .menu-box {
	color: #FFFEFF;
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 0 auto;
}

.tab-content .info-content .left-box .menu-container .menu-box .item-menu {
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 16px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.3s ease, color 0.3s ease;
	position: relative;
}

.tab-content .info-content .left-box .menu-container .menu-box .item-menu>a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFD;
}

.tab-content .info-content .left-box .menu-container .menu-box .item-menu>a:hover {
	color: #0861B1;
}

.tab-content .info-content .left-box .menu-container .menu-box .item-menu:hover {
	background-image: url("/jzghxy/images/menu-act.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	color: #0861B1;
	font-weight: bold;
	letter-spacing: 0.05rem;
}

.tab-content .info-content .left-box .menu-container .menu-box .item-menu .active {
	background-color: #007bff;
	color: #fff;
	border-bottom: 2px solid #007bff;
}

.tab-content .info-content .right-box {
	/* margin-left: 20px; */
	flex: 1;
	box-sizing: border-box;
	padding: 0px 22px;
}

.tab-content .info-content .right-box .right-tit {
	font-family: "ºÚÌå", sans-serif;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.1rem;
	color: #333333;
}

.tab-content .info-content .right-box .menu-content {
	width: 100%;
	/* background-color: #F2F7FB; */
	min-height: 640px;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	box-sizing: border-box;
	/* padding: 16px 16px 16px 32px; */
}

.tab-content .info-content .right-box .menu-content .item-list-box {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 8px 8px 8px 0;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	letter-spacing: 0.03rem;
	box-sizing: border-box;
	position: relative;
}

.tab-content .info-content .right-box .menu-content .item-list-box .ellipsis_1 {
	flex: 1;
	margin-right: 30px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	word-break: break-all;
	letter-spacing: 0.03rem;
}

.tab-content .info-content .right-box .menu-content .item-list-box .right-list-box {
	width: 160px;
	text-align: right;
}

.tab-content .info-content .right-box .menu-content .item-list-box::before {
	content: '';
	position: absolute;
	left: -12px;
	top: 14px;
	bottom: 13px;
	width: 4px;
	background-color: #005BAC;
}

.tab-content .info-content .right-box .menu-content .item-list-box:hover {
	background-color: #005BAC;
	color: #FFFEFF;
	cursor: pointer;
}

/* µ×²¿ */
.footer-container {
	box-sizing: border-box;
	width: 100%;
	min-width: 1180px;
	background-color: #BFDAF2;
	padding: 64px 0 24px;
}

.footer-box {
	width: 1200px;
	min-width: 1152px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
	align-items: start;
	justify-content: space-between;
	padding-bottom: 36px;
}

.footer-box .footer-left {
	width: 55%;
}

.footer-box .footer-left .footer-logo {
	margin-bottom: 32px;
}

.footer-box .footer-left .footer-info-box {
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer-box .footer-left .footer-info-box .footer-info-left {
	width: 45%;
	box-sizing: border-box;
}

.footer-box .footer-left .footer-info-box .footer-info-left .footer-info-item {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	letter-spacing: 0.04rem;
	margin: 8px 0;
        width: 365px;
        min-width: 365px;
}

.footer-box .footer-left .footer-info-box .footer-info-right {
	width: 45%;
	box-sizing: border-box;
}

.footer-box .footer-left .footer-info-box .footer-info-right .footer-info-item {
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	letter-spacing: 0.04rem;
	margin: 8px 0;
        width: 365px;
        min-width: 365px;
}

.footer-box .footer-right {
	padding: 0 32px;
}

.footer-box .footer-right>img {
	width: 215px;
	height: 215px;
	object-fit: fill;
}

.footer-bqsy {
	width: 80%;
	min-width: 1152px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #9ECBF2;
	padding-top: 24px;
	font-size: 12px;
	color: #333333;
	font-weight: 540;
	letter-spacing: 0.03rem;
}

.ellipsis_1 {
	display: block;
	overflow: hidden;
	white-space: normal;
	line-height: 1.7em;
	max-height: 1.7em;
	text-overflow: ellipsis;
	position: relative;
}

.ellipsis_2 {
	display: block;
	overflow: hidden;
	white-space: normal;
	line-height: 1.5em;
	max-height: 3em;
	text-overflow: ellipsis;
	position: relative;
}

.ellipsis_3 {
	display: block;
	overflow: hidden;
	white-space: normal;
	line-height: 1.5em;
	max-height: 4.5em;
	text-overflow: ellipsis;
	position: relative;
}


.ellipsis_4 {
	display: block;
	overflow: hidden;
	white-space: normal;
	line-height: 1.5em;
	max-height: 6em;
	text-overflow: ellipsis;
	position: relative;
}


.ellipsis_6 {
	display: block;
	overflow: hidden;
	white-space: normal;
	line-height: 1.5em;
	max-height: 9em;
	text-overflow: ellipsis;
	position: relative;
}

.ellipsis_7 {
	display: block;
	overflow: hidden;
	white-space: normal;
	line-height: 1.5em;
	max-height: 10.5em;
	text-overflow: ellipsis;
	position: relative;
}

.ellipsis_8 {
	display: block;
	overflow: hidden;
	white-space: normal;
	line-height: 1.5em;
	max-height: 12em;
	text-overflow: ellipsis;
	position: relative;
}