* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-family: "微软雅黑";
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

ol,
ul {
	margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: arial, 'hiragino sans gb', 'microsoft yahei', 'Simsun', sans-serif
}

a {
	text-decoration: none;
	font-size: 12px;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 12px;
}

span {
	font-size: 12px
}

img {
	border: 0px;
}

.main {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.w-clear {
	clear: both;
}

@font-face {
	font-family: "MyFont";
	src: url("../font/fzcqjt.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}


.sbk_banner {
	width: 100%;
	height: 366px;
	background: url(../img/banner2.png)no-repeat center center;
	position: relative;
}

.sbk_banner_a {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	position: absolute;
}

.sbk_banner_a ul {
	display: flex;
	background: #0972cb;
	height: 70px;
	width: 1130px;
}

.sbk_banner_a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	width: 70px;
	height: 70px;
	background: #0972cb;
	clip-path: polygon(100% 100%, 0 0, 0 100%);
}

.sbk_banner::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 50%;
	height: 70px;
	background: #0972cb;
}

.sbk_banner_a li a {
	font-size: 18px;
	line-height: 70px;
	margin: 0 6px;
	color: #fff;
}

.sbk_banner_a li a:hover {
	color: #fff;
}

.sbk_dsd {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 36px 0 0 0;
}

.sbk_dsd p {
	text-align: center;
	font-family: "MyFont";
	color: #286ed9;
	font-size: 42px;
	padding: 32px;
	background: url(../img/btyuan.png)no-repeat left top;
}


.dianhua {
	display: flex;
	gap: 26px;
	flex-wrap: wrap;
}

.dianhua li {
	width: calc(50% - 26px);
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #eff4ff;
	border-radius: 10px;
}

.dianhua li a {
	background: url(../img/bada.png)no-repeat center center;
	background-size: auto 100%;
	display: block;
	height: 80px;
	line-height: 80px;
	padding: 0 30px;
	color: #286ed9;
	font-size: 14px;
	font-weight: bold;
}

.dianhua li>div {
	background: url(../img/dianhua.png)no-repeat center left;
	padding-left: 80px;
	height: 58px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 24px;
}

.dianhua li>div p {
	font-size: 18px;
	font-weight: bold;
	color: #333;
}

.dianhua li>div span {
	font-size: 14px;
	color: #666;
	margin-top: 6px;
}

.cjwti {
	width: 100%;
	background: linear-gradient(to bottom, #d4f8ff, #fff);
	margin-top: 40px;
	padding-top: 30px;
}

.gjcm p {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	margin: 30px 0 20px 0;
}

.gjcm ul {
	display: flex;
	gap: 26px;
	flex-wrap: wrap;
}

.gjcm ul li {
	width: calc(50% - 26px);
	height: 70px;
	background: #fff;
	display: flex;
	align-items: center;
	box-shadow: 0 0 8px rgba(212, 233, 253, 0.8);
}

.gjcm ul li a:hover {
	color: #0972cb;
}

.gjcm ul li a {
	color: #333;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 16px;
	line-height: 70px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 55px;
	margin-left: 22px;
	padding-right: 20px;
	background: url(../img/Iy9adK.png)no-repeat center left;
}

.swiper {
	width: 100%;
	height: 100%;
	padding-bottom: 39px !important;
}

.swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.wenti {
	width: 100%;
	height: 230px;
	background: #fff;
	border-radius: 10px;
	padding: 0 16px;
	box-sizing: border-box;
	margin-top: 30px;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.wenti::after {
	content: "";
	position: absolute;
	top: 0px;
	width: 88%;
	left: 6%;
	height: 30px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 10px 10px 0 0;
	z-index: 2;
}

.wenti::before {
	content: "";
	position: absolute;
	top: 15px;
	width: 94%;
	left: 3%;
	height: 15px;
	background: rgba(255, 255, 255, 0.47);
	border-radius: 10px 10px 0 0;
	z-index: 1;
}

.wen {
	display: flex;
	align-items: center;
	padding: 16px 0;
	border-bottom: 1px solid #f1f1f1;
}

.wen i {
	width: 35px;
	height: 34px;
	background: url(../img/wen.png)no-repeat center center;
	text-align: center;
	display: block;
	font-style: normal;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
}

.wen p {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	margin-left: 14px;
	text-align: left;
	width: calc(100% - 49px);
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.da {
	display: flex;
	padding: 16px 0;
}

.da i {
	width: 35px;
	height: 34px;
	background: url(../img/da.png)no-repeat center center;
	text-align: center;
	display: block;
	font-style: normal;
	line-height: 34px;
	color: #fff;
	font-size: 16px;
}

.da span {
	font-size: 14px;
	color: #333;
	margin-left: 14px;
	text-align: left;
	width: calc(100% - 49px);
	text-align: justify;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	line-height: 28px;
}

.da a {
	color: #0972cb;
	font-size: 14px;
}





.side_com {
	background: url(../img/fw1200.png)no-repeat left 20px bottom, linear-gradient(to right, #0368fa, #fff);
	border-radius: 20px;
	padding: 45px 0;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}

.com_info {
	width: 306px;
}

.com_info li a {
	cursor: pointer;
	width: 100%;
	display: block;
	line-height: 70px;
	color: #fff;
	font-size: 24px;
	padding-left: 50px;
	box-sizing: border-box;
}

.com_info li.hover a {
	background: rgba(255, 255, 255, 0.13);
}

.cenreirl {
	width: calc(100% - 326px);
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	height: 660px;
	border-radius: 10px;
}

.side1_com {
	width: 100%;
	height: 600px;
	overflow-y: auto;
	padding-right: 20px;
}

.side1_com p {
	font-size: 16px;
	color: #333;
	text-align: justify;
	line-height: 28px;
}

.side1_com span {
	font-size: 18px;
	color: #333;
	text-align: justify;
	font-weight: bold;
	line-height: 28px;
	margin: 6px 0;
	display: block;
}

.side1_com a {
	font-size: 16px;
}

.side1_com i {
	font-size: 13px;
	color: #f00;
}

.side1_com img {
	width: 100%;
	margin: 8px 0;
	display: block;
}

.side1_com::-webkit-scrollbar {
	width: 4px;
	/*height: 4px;*/
}

.side1_com::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.3);
}

.side1_com::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

.side1_com table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	margin: 14px 0;
}

.side1_com table td {
	border: 1px solid #efefef;
	font-size: 16px;
	padding: 10px;
	text-align: center;
}

.side1_com table tr:first-child {
	background: #f5f5f5;
}


.side12_com {
	background: linear-gradient(to bottom, #c1ddff, #fff);
	border-radius: 20px;
	overflow: hidden;
}

.com1_info {
	background: #0972cb;
	width: 100%;
}

.com1_info ul {
	display: flex;
}

.com1_info ul li {}

.com1_info ul li a {
	line-height: 90px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 0 32px;
	cursor: pointer;
}

.com1_info li.hover a {
	background: #e3d104;
	border-radius: 20px 20px 0 0;
}

.box_1 {
	padding: 30px;
	box-sizing: border-box;
}

.box_1 span {
	display: block;
	background: #0972cb;
	width: 230px;
	border-radius: 0 28px 28px 0;
	line-height: 56px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.box_1 p {
	font-size: 16px;
	color: #333;
	display: block;
	margin: 16px 0 26px 0;
}

.box_1 b {
	font-size: 16px;
	color: #222;
	font-weight: bold;
	display: block;
	margin: 16px 0 26px 0;
}

.box_1 a {
	font-size: 16px;
	padding: 0 12px;
}

.box_1 i {
	font-size: 13px;
	color: #f00;
	display: block;
}


.chaxun {
	width: 100%;
	display: flex;
	gap: 26px;
	flex-wrap: wrap;
}

.chaxun li {
	width: calc(50% - 26px);
}

.chaxun li a {
	width: 100%;
	display: block;
	line-height: 65px;
	background: #e4f0ff;
	border-radius: 10px;
	text-align: center;
	color: #333;
	font-size: 20px;
}

.chaxun li a:hover {
	color: #fff;
	background: #0972cb;
}







.side112_com {
	background: linear-gradient(to bottom, #c1f3ff, #fff);
	border-radius: 20px;
	overflow: hidden;
}

.com11_info {
	background: #00a9c2;
	width: 100%;
}

.com11_info ul {
	display: flex;
}

.com11_info ul li {
	width: 20%;
	text-align: center;
}

.com11_info ul li a {
	line-height: 90px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	text-align: center;
}

.com11_info li.hover a {
	background: #e3d104;
	border-radius: 20px 20px 0 0;
}

.box_2 {
	padding: 30px;
	box-sizing: border-box;
}

.box_2 span {
	display: block;
	background: #00a9c2;
	width: 230px;
	border-radius: 0 28px 28px 0;
	line-height: 56px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.box_2 p {
	font-size: 16px;
	color: #333;
	display: block;
	margin: 16px 0 26px 0;
}

.box_2 b {
	font-size: 16px;
	color: #222;
	font-weight: bold;
	display: block;
	margin: 16px 0 26px 0;
}

.box_2 a {
	font-size: 16px;
	padding: 0 12px;
}

.box_2 i {
	font-size: 13px;
	color: #f00;
	display: block;
}

.zcfg {
	display: flex;
	justify-content: space-between;
}

.zcfg_flr {
	width: calc(50% - 25px);
}

.zcfg_flr p {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 22px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

.zcfg_flr>p>a {
	font-size: 16px;
	color: #666;
	font-weight: 400;
}

.zcfg_flr>a {
	color: #333;
	font-size: 16px;
	display: block;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	line-height: 36px;
}

.zcfg_flr>a:hover {
	color: #0972cb;
}

.gjcm {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.gjcm a {
	width: calc(50% - 15px);
	display: block;
	background: #e4f0ff;
	border-left: 4px solid #0972cb;
	line-height: 65px;
	font-size: 16px;
	color: #333;
	padding-left: 30px;
	box-sizing: border-box;
}

.gjcm a:hover{
	color: #0972cb;
}

.bdcq_bottom {
	width: 100%;
	margin-top: 38px;
	padding: 26px;
	box-sizing: border-box;
	background: #e4f0ff url(../img/bdcqbgpng.png)no-repeat right bottom;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-size: 100% 100%;
}

.bdcq_bottom p {
	font-size: 18px;
	color: #333;
	display: block;
	width: calc(100% - 300px);
	line-height: 30px;
}

.bdcq_bottom span{
	font-size: 22px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.bdcq_bottom em{
	font-size: 18px;
	font-style: normal;
}

.bdcq_bottom img{
	background: #fff;
	border-radius: 10px;
	width: 150px;
	padding: 5px;
	box-sizing: border-box;
}