* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 14px/1.5 "microsoft yahei";
	color: #666;
	font-weight: normal;
}

body {
	overflow-x: hidden;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

ul,
ol,
dl {
	list-style: none
}

a,
a:active,
a:link,
a:visited {
	text-decoration: none
}

a {
	color: #000;
}

input {
	outline: none;
}

img {
	vertical-align: middle;
}

/* @font-face {
	font-family: 'siyuan';
	src: url('SOURCEHANSANSCN-REGULAR.OTF');
} */

body {
	/* font-family: "siyuan" !important; */
}

.margin-c {
	width: 1400px;
	margin: auto;
}

.clear::after {
	content: " ";
	display: block;
	clear: both;
}

.index-top {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 40px;
	width: 100%;
	background-color: #000;
}

.index-top-c {
	width: 1300px;
	color: #cac9c9;
	font-size: 12px;
	line-height: 40px;
	margin: 0 auto;
}

.index-top-left {
	float: left;
	color: #cac9c9;
}

.index-top-left a {
	color: #cac9c9;
}

.index-top-left a:hover {
	text-decoration: underline;
}

.index-top-left span {
	color: #e9d710;
}

.index-top-right {
	float: right;
}

.index-top-right a {
	color: #878686;
	font-size: 12px;
	line-height: 40px;
}

.index-top-right a:hover {
	color: #fff;
}

.index-top-right select {
	color: #878686;
	font-size: 12px;
	line-height: 40px;
	appearance: none;
	background-color: rgba(0, 0, 0, 0);
	border: none;
}

.index-top-right select:hover {
	cursor: pointer;
	color: #fff;
}

.index-top-right select:hover option {
	color: #000;
}

.top-sjimg {
	width: 10px;
	height: 6px;
}

.index-head {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 40px;
	z-index: 999;
}

.index-head-c {
	width: 1300px;
	margin: 0 auto;
}

.index-head-logo {
	float: left;
	margin-top: 20px;
	width: 180px;
	height: 25px;
	margin-right: 54px;
}

.index-head-logo img {
	max-width: 100%;
	max-height: 100%;
}

.index-nav {
	float: left;
}

.index-nav>ul>li {
	float: left;
	margin-right: 35px;
}

.index-nav>ul>li:nth-last-child(1) {
	margin-right: 0;
}

.index-nav>ul>li>a {
	font-size: 18px;
	color: #ffffff;
	line-height: 65px;
	display: block;
}

.index-nav>ul>li>.on {
	border-bottom: 2px solid #004ba0;
}

.index-nav>ul>li>a:hover {
	/* color: #333; */
	font-weight: bold;
}

.index-nav>ul>li>ul {
	position: absolute;
	width: 100%;
	height: auto;
	padding: 35px 6% 57px;
	background-color: #eeeeee;
	left: 0;
	top: 65px;
	text-align: center;
	box-sizing: border-box;
}

.index-nav>ul>li>ul>li {
	width: 283px;
	height: 168px;
	margin: 0 35px;
	text-align: center;
	line-height: 168px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.index-nav>ul>li>ul>li>a {
	font-size: 24px;
	color: #ffffff;
	display: block;
	transition: 0.4s;
	overflow: hidden;
}

.index-nav>ul>li>ul>li>a:hover {
	font-size: 30px;
}

.index-nav>ul>li:nth-child(5)>ul>li {
	width: 210px;
	height: 168px;
}

.index-nav>ul>li:nth-child(5)>ul>li>a {
	color: #000000;
	font-size: 14px;
	line-height: initial;
	padding-top: 140px;
	transition: 0.4s;
}

.index-nav>ul>li:nth-child(6)>ul>li {
	margin: 20px 35px;
}

.index-nav>ul>li:nth-child(7)>ul>li {
	margin: 20px 35px;
}

.index-nav>ul>li:nth-child(6)>ul {
	padding-bottom: 15px;
	padding-top: 0;
}

.index-nav>ul>li:nth-child(7)>ul {
	padding-bottom: 15px;
	padding-top: 0;
}

.index-nav>ul>li:nth-child(5)>ul>li:hover {
	background-color: #fff;
}

.index-nav>ul>li>ul {
	display: none;
}

.index-nav>ul>li:hover>ul {
	display: block;
}

.index-head.on {
	transition: 0.4s;
	background-color: rgba(255, 255, 255, 0.8);
}

.index-head.on .index-nav>ul>li>a {
	color: #333;
}

.index-head.on .index-head-iphone {
	color: #666;
}

.index-head-iphone {
	float: right;
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	line-height: 65px;
}

.index-head-iphone img {
	margin-right: 0;
}

.index-head-iphone img:nth-child(2) {
	display: none;
}

.index-head.on .index-head-iphone img:nth-child(2) {
	display: inline;
}

.index-head.on .index-head-iphone img:nth-child(1) {
	display: none;
}

.index-banner {
	width: 100%;
	height: auto;
	z-index: 500;
	position: relative;
}

.index-banner .swiper-pagination {
	bottom: 8% !important;
}

.index-banner .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	opacity: 0.25;
	background-color: #fff;
	margin: 0 5px !important;
}

.index-banner .swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.index-banner img {
	width: 100%;
	height: auto;
}

.index-banner1 {
	height: auto;
	margin: -54px auto 50px;
	max-width: 1224px;
	position: relative;
	height: 343px;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	overflow: hidden;
	z-index: 666;
}

.index-banner1 img {
	width: 100%;
}

.bnnaer-title {
	text-align: center;
}

.index-title-e {
	font-family: "Impact";
	text-transform: uppercase;
	color: #ebebeb;
	font-size: 60px;
	/* opacity: 0.15; */
}

.index-title {
	font-family: "siyuan";
	color: #000;
	font-size: 45px;
	margin-top: -65px;
	font-weight: bold;
}

.index-title span {
	color: #004ba0;
}

.index-text {
	color: #3e3a39c9;
	font-size: 16px;
}

.index-banner2 {
	padding-bottom: 56px;
	position: relative;
}

.index-banner2::after {
	content: " ";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	background-color: #f5f5f5;
	width: 100%;
	height: 300px;
	z-index: -1;
}

.index-banner2-lb {
	margin-top: 30px;
}

.index-banner2-lb .parHd {
	margin-bottom: 22px;
}

.index-banner2-lb .parHd ul {
	text-align: center;
}

.index-banner2-lb .parHd ul li {
	display: inline-block;
	width: 195px;
	height: 50px;
	line-height: 50px;
	color: #000000;
	font-size: 18px;
	cursor: pointer;
	margin: 0 15px;
}

.index-banner2-lb .parHd ul li.on {
	color: #fff;
	background-color: #004ba0;
}

.index-banner2-img {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 15px;
}

.index-banner2-img img {
	width: 100%;
	height: auto;
}

.index-banner2-btn {
	position: absolute;
	display: block;
	margin: auto;
	width: 110px;
	height: 30px;
	text-align: center;
	border-radius: 15px;
	color: #000000;
	font-size: 14px;
	transition: 0.4s;
	border: 1px solid #a5b0be;
	line-height: 30px;
	bottom: 70px;
	left: 0;
	right: 0;
}

.index-banner2-btn:hover {
	background-color: #fff;
	color: #004ba0;
	border: 1px solid #004ba0;
}

.index-banner2-lb .index-banner2-lb-c {
	width: 1500px;
	margin: 0 auto;
	position: relative;
}

.index-banner2-lb-c ul::after {
	content: " ";
	display: block;
	clear: both;
}

.index-banner2-lb-c ul li {
	width: 356px;
	height: 227px;
	margin-right: 26px;
	overflow: hidden;
	position: relative;
	float: left;
}

.index-banner2-lb-c ul li img {
	width: 100%;
	transition: 0.4s;
	height: 227px;
	object-fit: cover;
}

.index-banner2-lb-c ul li:hover img {
	transform: scale(1.05);
}

.index-banner2-lb-c .sPrev {
	position: absolute;
	left: -50px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 23px;
}

.index-banner2-lb-c .sNext {
	position: absolute;
	right: -50px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 23px;
}

.index-banner3 {
	width: 100%;
	height: auto;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	padding-top: 50px;
}

.index-banner3-lbitem:nth-child(1) {
	margin-top: 40px;
}

.index-banner3-lbitem {
	width: 100%;
	margin-bottom: 50px;
}

.index-banner3-lbitem-title {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

.index-banner3-lbitem-title-left {
	float: left;
	position: relative;
	padding-left: 15px;
	color: #000000;
	font-size: 30px;
	font-family: "siyuan";
	/* font-weight: bold; */
}

.index-banner3-lbitem-title-left::after {
	content: " ";
	display: block;
	position: absolute;
	width: 2px;
	height: 20px;
	background-color: #0d59b3;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.index-banner3-lbitem-title-right {
	float: right;
	color: #666666;
	font-size: 16px;
	margin-top: 20px;
}

.index-banner3-lbitem-title-right:hover {
	color: #0d59b3;
}

.index-banner3-lbitem-lb {
	position: relative;
	padding-bottom: 26px;
}

.index-banner3-lbitem-lb .hd {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
}

.index-banner3-lbitem-lb .hd li {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	margin: 0 2px;
	width: 21px;
	height: 26px;
	line-height: 24px;
	border: 1px solid #c3c3c3;
}

.index-banner3-lbitem-lb .hd li.on {
	background-color: #004ba0;
	border: 1px solid #00397a;
	color: #fff;
}

.index-banner3-lbitem-lb .bd {
	margin-bottom: 35px;
}

.index-banner3-lbitem-lb .bd li {
	width: 222px;
	margin-right: 60px;
	float: left;
}

.index-banner3-lbitem-lb .bd li:hover .index-banner3-lbitem-lb-img img {
	transform: scale(1.05);
}

.index-banner3-lbitem-lb-img {
	width: 100%;
	height: 222px;
	border: 1px solid #eee;
	margin-bottom: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

.index-banner3-lbitem-lb-img img {
	width: 100%;
	height: 222px;
	transition: 0.4s;
	object-fit: scale-down;
}

.index-banner3-lbitem-lb-text {
	text-align: center;
	color: #000000;
	font-size: 16px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-banner3-lbitem-lb .bd .prev,
.index-banner3-lbitem-lb .bd .next {
	position: absolute;
	bottom: 0;
	width: 27px;
	height: 26px;
	line-height: 24px;
	border: 1px solid #c3c3c3;
	text-align: center;
	color: #666666;
	font-size: 12px;
	margin: auto;
}

.index-banner3-lbitem-lb .bd .next {
	right: 0;
	left: 84px;
}

.index-banner3-lbitem-lb .bd .prev {
	right: 84px;
	left: 0;
}

.index-banner3-lbitem-lb .bd .prev::after,
.index-banner3-lbitem-lb .bd .next::after {
	display: none;
}

.index-banner4 {
	width: 100%;
	height: auto;
	/* background-image: url(index-banner4.png); */
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	margin-top: 35px;
	padding-top: 0px;
}

.index-banner4-list {
	width: 1355px;
	margin: 40px auto 0;
}

.index-banner4-item {
	float: left;
	margin-right: 34px;
	margin-bottom: 5px;
	width: 429px;
}

.index-banner4-item:nth-child(3n) {
	margin-right: 0;
}

.index-banner4-item-img {
	width: 100%;
	height: 261px;
	overflow: hidden;
}

.index-banner4-item-img img {
	width: 100%;
	transition: 0.4s;
}

.index-banner4-item-title {
	text-align: center;
	color: #000000;
	font-size: 18px;
	margin: 10px 0;
}

.index-banner4-item-text {
	color: #000000;
	font-size: 12px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-indent: 2em;
	display: none;
}

.index-banner4-item:hover img {
	transform: scale(1.05);
}

.index-banner4-item:hover .index-banner4-item-title {
	color: #004ba0;
}

.index-banner4-btn {
	display: block;
	margin: 10px auto 40px;
	width: 110px;
	height: 30px;
	text-align: center;
	border-radius: 15px;
	color: #000000;
	font-size: 14px;
	transition: 0.4s;
	border: 1px solid #a5b0be;
	line-height: 30px;
}

.index-banner4-btn:hover {
	background-color: #fff;
	color: #004ba0;
	border: 1px solid #004ba0;
}

.index-banner4-btn.transition img {
	transition: 0.4s;
}

.transition:hover img {
	transform: rotate(360deg);
}

.index-banner5 {
	padding-top: 0px;
}

.index-banner5-list {
	margin-top: 45px;
	font-size: 0;
	width: 100%;
}

.index-banner5-item {
	width: 20%;
	float: left;
	height: 540px;
	position: relative;
}

.index-banner5-item img:nth-child(1) {
	width: 100%;
	max-height: 100%;
}

.index-banner5-item img:nth-child(2) {
	position: absolute;
	left: 0;
	right: 0;
	top: 193px;
	margin: auto;
	transition: 0.4s;
}

.index-banner5-item p {
	text-align: center;
	color: #ffffff;
	font-size: 30px;
	position: absolute;
	width: 100%;
	top: 330px;
	transition: 0.4s;
}

.index-banner5-item-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(50, 127, 219, 0.8);
	top: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	transition: 0.4s;
}

.index-banner5-item-title {
	margin-top: 140px;
	color: #ffffff;
	font-size: 30px;
	margin-bottom: 10px;
}

.index-banner5-item-title-e {
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.index-banner5-item-text {
	padding: 0 40px;
	color: #ffffff;
	font-size: 16px;
}

.index-banner5-item:hover .index-banner5-item-inner {
	opacity: 1;
}

.index-banner5-item:hover p {
	opacity: 0;
}

.index-banner5-item:hover img:nth-child(2) {
	opacity: 0;
}

.index-banner6 {
	padding-top: 0px;
}

.index-banner6-bgc {
	margin-top: 30px;
	width: 100%;
	max-height: 518px;
	background-color: #327fdb;
	padding: 0;
	background-image: url(index-banner6-bgc.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.index-banner6-content {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.index-banner6-img {
	max-width: 50%;
	float: left;
}

.index-banner6-img img {
	max-width: 100%;
}

.index-banner6-right {
	float: left;
	width: 37.7%;
	color: #ffffff;
	font-size: 16px;
	margin-left: 40px;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 18;
	-webkit-box-orient: vertical;
	padding-bottom: 30px;
}

.index-banner6-right a {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 117px;
	height: 29px;
	text-align: center;
	line-height: 27px;
	box-sizing: border-box;
	border: 1px solid #fff;
	color: #ffffff;
	font-size: 16px;
	transition: 0.4s;
}

.index-banner6-right a:hover {
	background-color: #fff;
	color: #004ba0;
}

.index-banner7 {
	padding-top: 40px;
}

.index-banner7-lb {
	width: 1360px;
	margin: 30px auto 50px;
}

.index-banner7-lb .hd {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	text-align: center;
}

.index-banner7-lb .hd ul li {
	display: inline-block;
	text-align: center;
	margin: 0 19px;
	cursor: pointer;
	color: #595757;
	font-size: 18px;
}

.index-banner7-lb .hd ul li.on {
	color: #004ba0;
}

.index-banner7-lb .hd ul li:hover {
	color: #004ba0;
}

.index-banner7-right {
	float: right;
	margin-right: 20px;
	width: 615px;
	height: auto;
}

.index-banner7-right img {
	width: 100%;
}

.index-banner7-left {
	width: 100%;
}

.index-banner7-item {
	width: 313px;
	margin-right: 34px;
	float: left;
}

.index-banner7-item:nth-child(4) {
	margin-right: 0;
}

.index-banner7-item-head {
	width: 100%;
	height: 199px;
	overflow: hidden;
}

.index-banner7-item-head img {
	width: 100%;
	transition: 0.4s;
}

.index-banner7-item:hover .index-banner7-item-head img {
	transform: scale(1.05);
}

.index-banner7-item-title {
	margin-top: 8px;
	color: #000000;
	font-size: 16px;
	font-family: "siyuan";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 18px;
	height: 48px;
}

.index-banner7-item-text {
	height: 64px;
	color: #595757;
	font-size: 14px;
	font-family: "siyuan";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index-banner7-item-foot {
	margin-top: 8px;
	border-top: 1px solid #ededed;
	font-family: "siyuan";
	color: #595757;
	font-size: 14px;
}

.index-banner7-item-foot span {
	font-size: 30px;
	margin-right: 10px;
}




.index-banner8-list {
	width: 1360px;
	margin: 30px auto 60px;
}

.index-banner8-item {
	width: 208px;
	height: 92px;
	margin-right: 22px;
	float: left;
	margin-bottom: 27px;
	overflow: hidden;
}

.index-banner8-item:nth-child(6n) {
	margin-right: 0;
}

.index-banner8-item img {
	max-width: 100%;
	max-height: 100%;
	transition: 0.4s;
}

.index-banner8-item:hover img {
	transform: rotateY(360deg);
}

.index-foot {
	background-color: #2e3642;
	padding-top: 50px;
	overflow: hidden;
	width: 100%;
}

.index-foot a:hover {
	color: #fff;
}

.index-foot-c {
	width: 1360px;
	margin: 0 auto;
	position: relative;
}

.index-foot-left {
	float: left;
	width: 270px;
	margin-right: 40px;
}

.index-foot-logo {
	text-align: center;
	width: 109px;
	height: 65px;
	margin: 0 auto 25px;
}

.index-foot-logo img {
	max-width: 100%;
}

.index-foot-left-text {
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 35px;
}

.index-foot-left-iphone {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.index-foot-nav {
	float: left;
}

.index-foot-nav-item {
	float: left;
	margin-right: 80px;
}

.index-foot-nav-title {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 25px;
}

.index-foot-nav-item ul li {
	margin-bottom: 3px;
}

.index-foot-nav-item ul li a {
	color: #b8b8b8;
	font-size: 14px;
}

.index-foot-lxwm {
	float: left;
}

.index-foot-lxwm ul li {
	margin-bottom: 3px;
	color: #b8b8b8;
	font-size: 14px;
}

.index-foot-lxwm ul li a {
	color: #b8b8b8;
	font-size: 14px;
}

.index-foot-right {
	position: absolute;
	bottom: 0;
	right: 50px;
}

.index-foot-right-item {
	float: left;
	margin-right: 30px;
}

.index-foot-right-item img {
	float: left;
	margin-right: 8px;
}

.index-foot-right-right-text {
	color: #b8b8b8;
	font-size: 14px;
	width: 20px;
	float: left;
	line-height: 1;
}

.index-foot-right-item:nth-child(1) .index-foot-right-right-text {
	margin-top: 5px;
}

.index-foot-right-item:nth-child(2) .index-foot-right-right-text {
	margin-top: 20px;
}

.index-yl {
	margin-top: 35px;
	border-top: 1px solid #898989;
	font-size: 14px;
	color: #898989;
	padding-top: 10px;
	margin-bottom: 30px;
}

.index-yl ul li a {
	color: #b8b8b8;
}

.index-yl span {
	float: left;
	margin-right: 10px;
}

.index-yl ul {
	float: left;
}

.index-yl ul li {
	float: left;
	margin-right: 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none !important;
}


.index-foot-c-text {
	color: #898989;
	font-size: 14px;
	margin-bottom: 5px;
	text-align: center;
}

.index-foot-foot {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #898989;
	font-size: 14px;
	background-color: #282f3a;
	text-align: center;
}

.index-foot-foot span {
	color: #FAB500;
}

.index-foot-foot a {
	font-size: 14px;
	color: #898989;
}

.index-foot-foot a:hover {
	color: #fff;
}

.w1360 {
	width: 1360px;
	margin: 0 auto;
}

.w1355 {
	width: 1355px;
	margin: 0 auto;
}

.rcln-banner {
	padding-top: 60px;
	margin-bottom: 100px;
}

.rczp-title-e {
	font-size: 18px;
	text-transform: uppercase;
	font-family: "Adobe";
	text-align: center;
	color: #073b84;
}

.rczp-title {
	text-align: center;
	color: #3e3a39;
	font-size: 34px;
}

.rcln-content {
	margin-top: 50px;
	width: 100%;
	height: 370px;
	box-shadow: 0 0 20px 10px #eee;
}

.rcln-left {
	width: 604px;
	float: left;
	height: 370px;
}

.rcln-left img {
	width: 100%;
}

.rcln-right {
	float: left;
	height: 370px;
	width: 756px;
	box-sizing: border-box;
	padding: 40px 70px 0;
}

.rcln-right-title {
	color: #3e3a39;
	font-size: 24px;
	font-weight: bolder;
	margin-bottom: 20px;
}

.rcln-right-text {
	color: #3e3a39;
	font-size: 14px;
	line-height: 1.65;
}

.rczp-banner {
	padding: 50px 0 135px;
	background-color: #eeeeee;
}

.rczp-list {
	margin-top: 40px;
}

.rczp-list .rczp-item {
	background-color: #fff;
	margin-bottom: 8px;
	transition: 0.4s;
}

.rczp-list .rczp-item .box {
	line-height: 76px;
}

.rczp-list .rczp-item .box::after {
	content: " ";
	display: block;
	clear: both;
}

.rczp-item-inner {
	float: left;
	font-size: 16px;
}

.rczp-list .rczp-item:nth-child(1) .rczp-item-inner {
	float: left;
	color: #ffffff;
}

.rczp-list .rczp-item:nth-child(1) {
	background-color: #075cb9;
	margin-bottom: 12px;
}

.rczp-info {
	background-color: #fff;
	overflow: hidden;
	display: none;
	padding: 40px 60px;
}

.rczp-info-title {
	color: #000000;
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}

.rczp-info-text {
	color: #3e3a39;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 40px;
}

.rczp-item .box {
	box-sizing: border-box;
	padding: 0 60px;
}

.rczp-item .box .rczp-item-inner:nth-child(1) {
	width: 450px;
}

.rczp-item .box .rczp-item-inner:nth-child(2) {
	width: 240px;
}

.rczp-item .box .rczp-item-inner:nth-child(3) {
	width: 240px;
}

.rczp-item .box .rczp-item-inner:nth-child(4) {
	width: 240px;
}

.rczp-item .box .rczp-item-inner:nth-child(5) {
	float: right;
	width: 38px;
	height: 38px;
}

.zp-item .rczp-item-inner:nth-child(5) {
	cursor: pointer;
}

.rczp-item-inner img {
	transition: 0.4s;
	width: 38px;
	height: 38px;
	transition: 0.4s;
}

.rczp-item-inner.on img {
	transform: rotate(90deg);
}

.zhzw-banner1 {
	width: 100%;
	height: 907px;
	position: relative;
	background-image: url(zhzw-banner1.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	padding-top: 80px;
}

.zhzw-title {
	text-align: center;
}

.zhzw-title-text {
	color: #3e3a39;
	font-size: 34px;
}

.zhzw-title-e {
	color: #898989;
	font-size: 14px;
}

.zhzw-title-img img {
	margin: 0 2px;
}

.zhyl-title {
	text-align: center;
}

.zhyl-title-text {
	color: #3e3a39;
	font-size: 34px;
}

.zhyl-title-e {
	color: #898989;
	font-size: 14px;
}

.zhyl-title-img img {
	margin: 0 2px;
}

.zhbf-title {
	text-align: center;
}

.zhbf-title-text {
	color: #3e3a39;
	font-size: 34px;
}

.zhbf-title-e {
	color: #898989;
	font-size: 14px;
}

.zhbf-title-img img {
	margin: 0 2px;
}

.zhzw-banner1-content {
	width: 447px;
	height: 447px;
	position: absolute;
	top: 90px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 500;
}

.zhzw-banner1-img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 200;
}

.zhzw-banner1-img img {
	width: 100%;
	height: 100%;
}

.zhzw-banner1-item {
	position: absolute;
	z-index: 1;
}

.zhzw-banner1-title {
	color: #3e3a39;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	white-space: nowrap;

}

.zhzw-banner1-title img {
	margin-right: 5px;
}

.zhzw-banner1-text {
	color: #3e3a39;
	font-size: 13px;
	margin-bottom: 10px;
}



.zhzw-banner1-item:nth-child(2) {
	top: -90px;
	left: -430px;
}

.zhzw-banner1-item:nth-child(2) .zhzw-banner1-text {
	width: 333px;
	margin-left: 80px;
}

.zhzw-banner1-item:nth-child(2) .zhzw-banner1-title {
	width: 333px;
	margin-left: 40px;
}

.zhzw-banner1-item:nth-child(3) {
	top: -90px;
	right: -400px;
}

.zhzw-banner1-item:nth-child(3) .zhzw-banner1-text {
	width: 390px;
	margin-left: 60px;
}

.zhzw-banner1-item:nth-child(3) .zhzw-banner1-title {
	margin-left: 10px;
}

.zhzw-banner1-item:nth-child(4) {
	top: 160px;
	left: 441px;
}

.zhzw-banner1-item:nth-child(4) .zhzw-banner1-text {
	width: 390px;
	margin-left: 110px;
	margin-bottom: 0;
}

.zhzw-banner1-item:nth-child(4) .zhzw-banner1-title {
	margin-left: 60px;
}

.zhzw-banner1-item:nth-child(5) {
	top: 340px;
	left: -415px;
}

.zhzw-banner1-item:nth-child(5) .zhzw-banner1-text {
	width: 390px;
	margin-left: 12px;
	margin-bottom: 0px;
}

.zhzw-banner1-item:nth-child(5) .zhzw-banner1-title {
	margin-left: -35px;
}

.zhzw-banner1-item:nth-child(5) .zhzw-banner1-foot {
	position: absolute;
	bottom: -30px;
	left: -60px;
}

.zhzw-banner1-item:nth-child(6) {
	bottom: -69px;
	right: -523px;
}

.zhzw-banner1-item:nth-child(6) .zhzw-banner1-text {
	width: 475px;
	margin-left: 125px;
	margin-bottom: -85px;
}

.zhzw-banner1-item:nth-child(6) .zhzw-banner1-title {
	margin-left: 73px;
	margin-top: 0;
}

.zhzw-banner1-item:nth-child(6) .zhzw-banner1-foot {
	position: initial;
}

.zhzw-banner2 {
	width: 100%;
	height: 650px;
	box-sizing: border-box;
	padding-top: 40px;
	background-image: url(zhzw-banner2.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.zhzw-banner2-list {
	width: 1505px;
	margin: 40px auto 0;
}

.zhzw-banner2-item {
	width: 313px;
	height: 323px;
	float: left;
	background-image: url(zhzw-banner2-itembgi2.png);
	margin: 0 -7px;
	text-align: center;
	position: relative;
}

.zhzw-banner2-item:nth-child(2n+1) {
	background-image: url(zhzw-banner2-itembgi1.png);
}

.zhzw-banner2-item-head {
	width: 100%;
	height: 184px;
	overflow: hidden;
}

.zhzw-banner2-item-img {
	width: 55px;
	height: 55px;
	margin: 35px auto 0;
	text-align: center;
}

.zhzw-banner2-item-img img {
	transition: 0.4s;
}

.zhzw-banner2-item:hover .zhzw-banner2-item-img img {
	margin-top: -20px;
}

.zhzw-banner2-item-head span {
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
}

.zhzw-banner2-item:nth-child(2n+2) .zhzw-banner2-item-text {
	position: absolute;
	width: 100%;
	height: 184px;
	top: 0;
}

.zhzw-banner2-item:nth-child(2n+2) .zhzw-banner2-item-head {
	position: absolute;
	top: 50%;
}

.zhzw-banner2-item-text {
	color: #3e3a39;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 40px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: left;
	font-family: "siyuan";
}

.w1720 {
	width: 1505px;
	margin: 0 auto;
}

.zhzw-banner3 {
	padding-top: 80px;
	box-sizing: border-box;
}

.zhzw-banner3 .w1720 {
	width: 1505px;
}

.zhzw-banner3-img {
	width: 100%;
	text-align: center;
}

.zhzw-banner33 {
	padding-top: 80px;
	box-sizing: border-box;
}

.zhzw-banner33 .w1720 {
	width: 1505px;
}

.zhzw-banner33-img {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.zhzw-banner3-img img {
	max-width: 100%;
}

.zhzw-banner3-lb {
	position: relative;
}

.zhzw-banner3-lb .prev,
.zhzw-banner3-lb .next {
	width: 11px;
	height: 23px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.zhzw-banner3-lb .prev img,
.zhzw-banner3-lb .next img {
	width: 100%;
}

.zhzw-banner3-lb .prev {
	left: -56px;
}

.zhzw-banner3-lb .next {
	right: -56px;
}

.zhzw-banner3-lb-item {
	width: 365px;
	height: 227px;
	/* box-sizing: border-box; */
	/* border: 1px solid #eee; */
	position: relative;
	overflow: hidden;
}

.zhzw-banner3-lb .bd ul::after {
	content: " ";
	display: block;
	clear: both;
}

.zhzw-banner3-lb .bd li {
	width: 356px;
	margin-right: 26px;
	float: left;
}

.zhzw-banner3-lb-item img:nth-child(1) {
	position: absolute;
	left: 6px;
	top: 8px;
	transition: 0.4s;
	z-index: 666;
	display: none;
}

.zhzw-banner3-lb-item:hover img:nth-child(1) {
	left: 26px;
}

.zhzw-banner3-lb-item img:nth-child(2) {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	transition: 0.4s;
}

.zhzw-banner3-lb-item-text {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
	padding: 0 25px;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.zhzw-banner3-lb-item:hover img:nth-child(2) {
	transform: scale(1.05);
}

.zhzw-banner4 {
	padding-top: 60px;
	padding-bottom: 45px;
	position: relative;
	background-image: url(zhzw-banner4.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.zhzw-banner4 .w1720 {
	width: 1505px;
}

.zhzw-banner4-list {
	width: 1355px;
	margin: 40px auto 0;
}

.zhzw-banner4-item {
	float: left;
	width: 429px;
	height: 318px;
	margin-right: 34px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}

.zhzw-banner4-item:nth-child(3n) {
	margin-right: 0;
}

.zhzw-banner4-item img {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	transition: 0.4s;
}

.zhzw-banner4-item:hover a>img {
	transform: scale(1.05);
}

.zhzw-banner4-item-foot {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #035bc7;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	font-size: 16px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.zhzw-banner4-item-foot img {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: 40px;
	display: none;
}

.zhzw-banner5 {
	padding-top: 60px;
	background-image: url(zhzw-banner5.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.zhzw-banner5-list {
	width: 1360px;
	margin: 40px auto 0;
}

.zhzw-banner5-item {
	width: 265px;
	margin-right: 100px;
	float: left;
	margin-bottom: 0px;
}

.zhzw-banner5-item:nth-child(4n) {
	margin-right: 0;
}

.zhzw-banner5-head {
	width: 100px;
	height: 60px;
	text-align: center;
	margin: 0 auto 5px;
}

.zhzw-banner5-head img {
	transition: 0.4s;
	max-width: 100%;
	max-height: 100%;
}

.zhzw-banner5-item:hover .zhzw-banner5-head img {
	transform: rotateY(360deg);
}

.zhzw-banner5-title {
	text-align: center;
	color: #3e3a39;
	font-size: 24px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.zhzw-banner5-text {
	height: 100px;
	color: #3e3a39;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.zhyl-banner2 {
	background-image: url(zhyl-banner2.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	padding-top: 120px;
	box-sizing: border-box;
	height: 883px;
	margin-top: -75px;
	margin-bottom: -75px;
	position: relative;
	z-index: 888;
}

.zhyl-banner2-content {
	width: 382px;
	height: 434px;
	position: absolute;
	top: 120px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.zhyl-banner2-item {
	position: absolute;
}

.zhyl-banner2-text {
	margin-bottom: 5px;
	color: #000000;
	font-size: 18px;
}

.zhyl-banner2-item:nth-child(2) {
	top: 36px;
	left: -330px;
}

.zhyl-banner2-item:nth-child(3) {
	top: 33px;
	left: 273px;
}

.zhyl-banner2-item:nth-child(3) .zhyl-banner2-text {
	padding-left: 30px;
}

.zhyl-banner2-item:nth-child(4) {
	top: 225px;
	left: -455px;
}

.zhyl-banner2-item:nth-child(4) .zhyl-banner2-text {
	width: 490px;
	margin-bottom: -15px;
}

.zhyl-banner2-item:nth-child(5) {
	top: 206px;
	left: 346px;
}

.zhyl-banner2-item:nth-child(6) {
	top: 350px;
	left: 235px;
}

.zhyl-banner2-item:nth-child(6) .zhyl-banner2-text {
	width: 560px;
	padding-left: 55px;
	margin-bottom: -35px;
	height: 54px;
}

.zhyl-banner3 {
	background-image: url(zhyl-banner3.png);
	height: 885px;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	padding-top: 100px;
	margin-bottom: -75px;
	position: relative;
	z-index: 777;
}

.zhyl-banner3-list {
	margin-top: 70px;
	text-align: center;
}

.zhyl-banner3-item {
	display: inline-block;
	margin: 0 8.5px;
	width: 289px;
	height: 340px;
	background-color: #fff;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}

.zhyl-banner3-item-head {
	background-color: #25a4c4;
	height: 50%;
	overflow: hidden;
	width: 100%;
}

.zhyl-banner3-item-img {
	width: 60px;
	height: 60px;
	text-align: center;
	margin: 35px auto 0;
	transition: 0.4s;
}

.zhyl-banner3-item-img img {
	max-width: 100%;
	max-height: 100%;
}

.zhyl-banner3-item:hover .zhyl-banner3-item-img {
	margin-top: 15px;
}

.zhyl-banner3-item-title {
	text-align: center;
	color: #ffffff;
	font-size: 30px;
}

.zhyl-banner3-item-text {
	padding: 25px;
	color: #3e3a39;
	font-size: 13.24px;
	text-align: left;
}

.zhyl-banner3-item:nth-child(2n+2) .zhyl-banner3-item-head {
	position: absolute;
	top: 50%;
}

.zhyl-banner4 {
	background-image: url(zhyl-banner4.png);
	position: relative;
	padding-top: 150px;
	z-index: 666;
	overflow: hidden;
	padding-bottom: 100px;
}

.zhyl-banner4-img {
	text-align: center;
	width: 1120px;
	margin: 30px auto;
}

.zhyl-banner4-img img {
	max-width: 100%;
}

.zhyl-banner5 {
	background-image: url(zhyl-banner5.png);
	overflow: hidden;
	position: relative;
	z-index: 777;
	height: 1080px;
	box-sizing: border-box;
	padding-top: 75px;
	margin-top: -75px;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.zhyl-banner5-img {
	text-align: center;
	width: 1213px;
	margin: 50px auto;
}

.zhyl-banner5-img img {
	max-width: 100%;
}

.zhyl-banner6 {
	padding-top: 45px;
	padding-bottom: 20px;
}

.zhyl-banner6 .zhzw-banner4-item-foot {
	background-color: #21c0c6;
}

.zhbf-banner6 {
	padding-top: 50px;
	padding-bottom: 30px;
}

.zhbf-banner6 .zhzw-banner4-item-foot {
	background-color: #21c0c6;
}

.zhyl-banner7 {
	padding-top: 90px;
	background-image: url(zhyl-banner7.png);
}

.zhbf-banner2 {
	background-image: url(zhbf-banner2.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	padding-top: 50px;
	overflow: hidden;
}

.zhbf-banner2-content {
	width: 550px;
	height: 550px;
	margin: 40px auto 70px;
	position: relative;
}

.zhbf-banner2-img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 99;
}

.zhbf-banner2-img img {
	width: 100%;
	height: 100%;
}

.zhbf-banner2-item {
	position: absolute;
	background-color: #fff;
	width: 646px;
	height: 148px;
	box-sizing: border-box;
	padding-top: 60px;
}

.zhbf-banner2-item-title {
	background-image: url(zhbf-banner2-item-title.png);
	text-align: center;
	width: 285px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	top: -25px;
	transition: 0.4s;
}

.zhbf-banner2-item-text::after {
	content: " ";
	display: block;
	clear: both;
}

.zhbf-banner2-item-img {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

.zhbf-banner2-item-right {
	color: #000000;
	font-size: 16px;
	float: left;
	width: 522px;
	margin-top: -10px;
}

.zhbf-banner2-item:nth-child(2) {
	left: -485px;
	top: 75px;
}

.zhbf-banner2-item:nth-child(2) .zhbf-banner2-item-title,
.zhbf-banner2-item:nth-child(4) .zhbf-banner2-item-title {
	left: 30px;
}

.zhbf-banner2-item:nth-child(3) {
	right: -485px;
	top: 75px;
}

.zhbf-banner2-item:nth-child(3) .zhbf-banner2-item-title,
.zhbf-banner2-item:nth-child(5) .zhbf-banner2-item-title {
	right: 30px;
}

.zhbf-banner2-item:nth-child(4) {
	left: -485px;
	top: 330px;
}

.zhbf-banner2-item:nth-child(5) {
	right: -485px;
	top: 330px;
}

.zhbf-banner2-item:hover .zhbf-banner2-item-title {
	top: -15px;
}

.zhbf-banner3 {
	overflow: hidden;
	padding-top: 50px;
	background-color: #f3fafe;
}

.zhbf-banner3-content {
	margin-top: 30px;
	background-color: #fff;
	margin-bottom: 40px;
}

.zhbf-banner3-right {
	float: right;
	width: 51.7%;
}

.zhbf-banner3-right img {
	width: 100%;
}

.zhbf-banner3-left {
	width: 48.3%;
	float: left;
}

.zhbf-banner3-list {
	width: 660px;
	margin: 48px auto 0;
}

.zhbf-banner3-item {
	float: left;
	width: 300px;
	height: 150px;
	margin-right: 57px;
	margin-bottom: 43px;
	box-shadow: 0 0 4px 4px #eee;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3e3a39;
	font-size: 24px;
}

.zhbf-banner3-item:nth-child(2n) {
	margin-right: 0;
}

.zhbf-banner3-item-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	background-color: #4495f7;
	transition: 0.4s;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 16px;
	padding: 25px 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.zhbf-banner3-item:hover .zhbf-banner3-item-inner {
	opacity: 1;
}

.zhbf-banner3-item img {
	max-width: 80px;
	max-height: 60px;
	margin-right: 30px;
}

.zhbf-banner4 {
	overflow: hidden;
	background-image: url(zhbf-banner4.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	padding-top: 50px;
	padding-bottom: 54px;
}

.zhbf-banner4-img {
	text-align: center;
	width: 1176px;
	margin: 35px auto 28px;
}

.zhbf-banner4-img img {
	width: 100%;
}

.zhbf-banner5 {
	padding-top: 40px;
}

.zhbf-banner5-list {
	margin-top: 40px;
}

.zhbf-banner5-item {
	width: 25%;
	float: left;
	height: 754px;
	position: relative;
	transition: 0.4s;
	overflow: hidden;
}

.zhbf-banner5-item-img {
	position: absolute;
	left: 0;
	top: 0;
}

.zhbf-banner5-item-img img {
	position: absolute;
	left: -450px;
	transition: 0.4s;
}

.zhbf-banner5-item-title {
	width: 100%;
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	padding: 0 20px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #ffffff;
	font-size: 24px;
	font-weight: bolder;
	bottom: 40px;
}

.zhbf-banner5-list.on .zhbf-banner5-item {
	width: 10%;
}

.zhbf-banner5-list.on .zhbf-banner5-item.on {
	width: 70%;
}

.zhbf-banner5-list.on .zhbf-banner5-item.on .zhbf-banner5-item-img img {
	left: 0;
}

.zhbf-banner7 {
	background-color: #dcf3fc;
	padding-top: 30px;
}

.eeeeee {
	background-color: #eee;
	overflow: hidden;
}

.jjfa-head {
	width: 1360px;
	margin: 0 auto;
	height: 80px;
}

.jjfa-head-left {
	float: left;
}

.jjfa-name-title {
	margin-top: 15px;
	color: #ffffff;
	font-size: 24px;
}

.jjfa-name-e {
	color: #ffffff;
	font-size: 12px;
	font-family: "Arial";
}

.jjfa-head-right {
	float: right;
	line-height: 80px;
	font-size: 12px;
	color: #000;
}

.jjfa-head-right a {
	font-size: 12px;
	color: #000;
}

.jjfa-head-right a:nth-last-child(1) {
	color: #004ba0;
}

.jjfa-name {
	float: left;
	width: 180px;
	height: 80px;
	background-color: #0e5fb9;
	text-align: center;
}

.jjfa-nav {
	float: left;
	margin-left: 35px;
}

.jjfa-nav ul li {
	display: inline-block;
	margin-right: 10px;
	margin-top: 20px;
}

.jjfa-nav ul li a {
	color: #000000;
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 10px;
	display: block;
	box-sizing: border-box;
	transition: 0.4s;
	border: 2px solid #eee;
}

.jjfa-nav ul li .on {
	color: #0e5fb9;
	border: 2px solid #0e5fb9;
}

.jjfa-nav ul li a:hover {
	color: #0e5fb9;
	border: 2px solid #0e5fb9;
}

.inner-nav {
	width: 1440px;
	text-align: left;
	margin: 20px auto 0;
}

.inner-nav ul {
	overflow-x: auto;
	white-space: nowrap;
	transition: 0.4s;
}

.inner-nav ul::-webkit-scrollbar {
	background-color: #fff;
	width: 100%;
	height: 8px;
	margin-bottom: 1px;
	border-radius: 4px;
}

.inner-nav ul::-webkit-scrollbar-thumb {
	box-shadow: inset 0 0 0px #0e5fb9;
	background-color: #fff;
	border-radius: 4px;
}

/* .inner-nav ul::-webkit-scrollbar-corner {
	background-color: rgba(255, 255, 255, 0);
} */
.inner-nav ul::-webkit-scrollbar-track {
	background-color: #fff;
}

.inner-nav ul:hover::-webkit-scrollbar-track {
	background-color: #ddd;
}

.inner-nav ul:hover::-webkit-scrollbar-thumb {
	background-color: #999;
}

.inner-nav li {
	display: inline-block;
	margin: 0 28px 0px;
}

.inner-nav li a {
	color: #595757;
	font-size: 15px;
}

.inner-nav li .on {
	color: #0e5fb9;
}

.inner-nav li a:hover {
	color: #0e5fb9;
}

.jjfa-list {
	margin-top: 20px;
	width: 1520px;
}

.jjfa-item {
	float: left;
	position: relative;
	width: 356px;
	height: 290px;
	overflow: hidden;
	margin-right: 31px;
	margin-bottom: 34px;
}

.jjfa-item img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.4s;
}

.jjfa-item:nth-child(4n) {
	margin-right: 0;
}

.jjfa-item:hover img {
	transform: scale(1.05);
}

.jjfa-item-title {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 16px;
	bottom: 0px;
	left: 0;
	padding: 0 20px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-color: rgba(14, 95, 185, 0.3);
}

.faxq-head {
	margin-top: 25px;
	margin-bottom: 30px;
}

.faxq-head-left {
	float: left;
	margin-left: 15px;
	width: 500px;
	height: auto;
}

.faxq-head-left img {
	max-width: 100%;
}

.faxq-head-right {
	float: right;
	width: 767px;
}

.faxq-head-title {
	color: #0e5fb9;
	font-size: 30px;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 10px;
	letter-spacing: 2px;
	margin-bottom: 30px;
}

.faxq-head-text {
	color: #000000;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}

.faxq-content .hd {
	width: 100%;
	height: 48px;
	background-color: #f7f7f7;
	margin-bottom: 40px;
}

.faxq-content .hd li {
	line-height: 48px;
	width: 123px;
	text-align: center;
	float: left;
	transition: 0.4s;
	cursor: pointer;
	font-size: 16px;
}

.faxq-content .hd .on {
	color: #ffffff;
	background-color: #0e5fb9;
}

.faxq-content .hd li:hover {
	color: #ffffff;
	background-color: #0e5fb9;
}

.faxq-content .bd {
	padding-bottom: 30px;
	border-bottom: 1px solid #bfbfbf;
}

.faxq-content .bd li * {
	max-width: 100%;
	font-size: 16px;
	line-height: 1.7;
}

.faxq-content .bd li img {
	height: auto !important;
}

.faxq-foot-title {
	position: relative;
	line-height: 65px;
	color: #000000;
	font-size: 16px;
	padding-left: 15px;
}

.faxq-foot-title::after {
	content: " ";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 15px;
	background-color: #0e5fb9;
}

.faxq-foot-lb {
	width: 1280px;
	margin: 0 auto 40px;
	position: relative;
}

.faxq-foot-lb .prev,
.faxq-foot-lb .next {
	position: absolute;
	margin: auto;
	top: -45px;
	bottom: 0;
	width: 13px;
	height: 23px;
}

.faxq-foot-lb .prev {
	left: -40px;
}

.faxq-foot-lb .next {
	right: -40px;
}

.faxq-foot-lb .bd ul::after {
	content: " ";
	display: block;
	clear: both;
}

.faxq-foot-item {
	width: 300px;
	margin-right: 25px;
	float: left;
}

.faxq-foot-item-img {
	width: 100%;
	height: 202px;
	overflow: hidden;
	margin-bottom: 13px;
	position: relative;
}

.faxq-foot-item-img img {
	/* position: absolute; */
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	transition: 0.4s;
}

.faxq-foot-item:hover .faxq-foot-item-img img {
	transform: scale(1.05);
}

.faxq-foot-item-title {
	text-align: center;
	color: #595757;
	font-size: 16px;
	padding: 0 20px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xgal-item {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d2d2d2;
}

.xgal-item:nth-last-child(1) {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.faxq-content .bd li .xgal-item-left {
	float: left;
	width: 526px;
	height: 300px;
	overflow: hidden;
}

.faxq-content .layui-laypage {
	margin-bottom: 0 !important;
}

.xgal-item-left img {
	max-width: 100%;
	max-height: 100%;
	transition: 0.4s;
}

.xgal-item-right {
	float: right;
	width: 800px;
	height: 300px;
	position: relative;
}

.xgal-item-title {
	margin-bottom: 25px;
	color: #0e5fb9;
	font-size: 18px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.4s;
}

.xgal-item-text {
	color: #595757;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 40px;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xgal-item-gjc {
	color: #595757;
	font-size: 15px;
	position: relative;
}

.xgal-item-span {
	width: 583px;
	height: 1px;
	background-color: #d2d2d2;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.xgal-item-gjc-text {
	color: #595757;
	font-size: 15px;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.xgal-item-foot {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	color: #595757;
	font-size: 15px;
}

.xgal-item-foot-left {
	float: left;
}

.xgal-item-foot-right {
	float: right;
}

.xgal-item:hover .xgal-item-left img {
	transform: scale(1.05);
}

.xgal-item:hover .xgal-item-foot-right {
	color: #004ba0;
}

.xgal-item:hover .xgal-item-title {
	margin-left: 20px;
}

.cp-list {
	margin-top: 50px;
	width: 1520px;
}

.cp-item {
	float: left;
	width: 360px;
	height: 294px;
	box-sizing: border-box;
	margin-right: 26px;
	margin-bottom: 42px;
	border: 1px solid #eee;
	position: relative;
	transition: 0.4s;
	overflow: hidden;
}

.cp-item:nth-child(4n) {
	margin-right: 0;
}

.cp-item a img:nth-child(1) {
	position: absolute;
	width: 81px;
	height: 31px;
	left: 6px;
	top: 8px;
	transition: 0.4s;
	z-index: 999;
	display: none;
}

.cp-item a img:nth-child(2) {
	position: absolute;
	left: 0px;
	right: 0;
	top: 0;
	bottom: 0px;
	margin: auto;
	max-width: 100%;
	transition: 0.4s;
}

.cp-item-text {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 10% 0;
	color: #000000;
	font-size: 16px;
	position: absolute;
	bottom: -10%;
	left: 0;
	width: 100%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	height: 25%;
	transition: 0.8s;
}

.faxq-content .bd li .inner-text {
	font-size: 12px;
	line-height: initial;
}

.cp-item .inner-text {
	font-size: 12px;
	color: #666;
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: 0.8s;
	box-sizing: border-box;
	padding: 0 10%;
	left: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: center;
}

.cp-item:hover .inner-text {
	opacity: 1;
	bottom: 15px;
}

.cp-item:hover a img:nth-child(1) {
	left: 20px;
}

.cp-item:hover .cp-item-text {
	color: #004ba0;
	bottom: 0%;
	height: 35%;
	background-color: rgba(255, 255, 255, 0.5);
}

.faxq-content .cp-item {
	width: 321px;
	height: 262px;
	margin-right: 24px;
	margin-bottom: 38px;
}

.faxq-content .cp-item a {
	display: block;
	width: 100%;
	height: 100%;
}

.faxq-content .cp-item:nth-child(4n) {
	margin-right: 0px;
}

.cpzx .faxq-head-title {
	font-size: 24px;
}

.cpzx .faxq-head-left {
	box-sizing: border-box;
	position: relative;
	border: 1px solid #eeeeee;
}

.cpzx .faxq-head-left .prev,
.cpzx .faxq-head-left .next {
	position: absolute;
	width: 13px;
	height: 23px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 300;
}

.cpzx .faxq-head-left .prev {
	left: 10px;
}

.cpzx .faxq-head-left .next {
	right: 10px;
}

.cpzx .faxq-head-left .bd li {
	height: 337px;
	position: relative;
}

.cpzx .faxq-head-left .bd li img {
	max-width: 95%;
	max-height: 95%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.cpzx-head-item {
	color: #727171;
	font-size: 15px;
	margin-bottom: 24px;
}

.cpzx-head-item:nth-last-child(1) {
	margin-bottom: 0;
}

.cpzx-head-item span {
	color: #000000;
}

.cpzx .faxq-foot-item-img {
	height: 260px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	position: relative;
	text-align: center;
}

.cpzx .faxq-foot-item-img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 250px;
	height: 250px;
	object-fit: cover;
}

.dxal .jjfa-nav ul li {
	margin: 30px 35px 0;
}

.dxal .jjfa-nav ul li a {
	padding: 0;
	border: 0;
	border-bottom: 1px solid #eee;
	border-radius: 0;
	line-height: initial;
	padding-bottom: 5px;
}

.dxal .jjfa-nav ul li .on {
	border-bottom: 1px solid #0e5fb9;
}

.dxal .jjfa-nav ul li a:hover {
	border-bottom: 1px solid #0e5fb9;
}

.dxal.inner-nav {
	padding: 0;
}

.dxal.inner-nav ul li {
	margin: 0 18px;
}

.dxal.inner-nav ul li:nth-child(1) {
	margin-left: 0;
}

.dxal.inner-nav ul li:nth-last-child(1) {
	margin-right: 0;
}

.dxal .jjfa-head {
	width: 1360px;
}

.dxal.inner-nav {
	width: 1360px;
}

.dxal-list {
	margin-top: 35px;
}

.dxal-item {
	float: left;
	width: 314px;
	margin-bottom: 70px;
	margin-right: 34px;
	position: relative;
}

.dxal-item:nth-child(4n) {
	margin-right: 0;
}

.dxal-item-img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.dxal-item-img img {
	max-width: 100%;
	height: auto;
	transition: 0.4s;
}

.dxal-item-title {
	line-height: 50px;
	color: #000000;
	font-size: 18px;
	border-bottom: 1px solid #d2d2d2;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dxal-item::after {
	content: " ";
	display: block;
	width: 0;
	height: 1px;
	background-color: #d2d2d2;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 0.4s;
}

.dxal-item:hover::after {
	width: 100%;
	background-color: #004ba0;
}

.dxal-item:hover .dxal-item-img img {
	transform: scale(1.05);
}

.faxq-content .bd li .anli-title {
	margin-top: -15px;
	color: #000000;
	font-size: 24px;
}

.faxq-content .bd li .anli-title img {
	margin-bottom: 6px;
	margin-right: 3px;
}

.anli-fuwenben {
	margin-bottom: 50px;
}

.dxal .faxq-content .bd {
	border-bottom: 0;
}

.gykg.w1360 {
	width: 1360px;
}

.gykg.w1360 .jjfa-nav {
	margin-left: 0px;
}

.kg-title-e {
	text-align: center;
	color: #073b84;
	font-size: 18px;
	font-family: "Arial";
	margin-top: 60px;
	text-transform: uppercase;
}

.kg-title {
	color: #000000;
	font-size: 34px;
	margin-bottom: 50px;
	text-align: center;
}

.kg-fuwenben {
	color: #000000;
	font-size: 14px;
	line-height: 1.65;
	margin-bottom: 75px;
	font-family: "微软雅黑";
}

.kg-fuwenben * {
	max-width: 100%;
}

.gsjj-img {
	float: right;
	width: 610px;
	height: 340px;
	margin-left: 50px;
	margin-bottom: 35px;
}

.qywh-list {
	margin-bottom: 60px;
}

.qywh-item {
	float: left;
	width: 320px;
	margin-right: 26px;
	border: 1px solid #cbcaca;
	box-sizing: border-box;
}

.qywh-item:nth-child(4) {
	margin-right: 0;
}

.qywh-item-img {
	width: 100%;
	height: 215px;
	overflow: hidden;
}

.qywh-item-img img {
	width: 100%;
	max-height: 100%;
	transition: 0.4s;
}

.qywh-item-title {
	text-align: center;
	color: #000000;
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qywh-item-text {
	text-align: center;
	color: #595757;
	font-size: 15px;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


.qywh-item:hover .qywh-item-img img {
	transform: scale(1.05);
}

.qywh-item:hover .qywh-item-title {
	color: #004ba0;
}

.yghd-item {
	float: left;
	width: 430px;
	margin-right: 35px;
	margin-bottom: 35px;
}

.yghd-item:nth-child(3n) {
	margin-right: 0;
}

.yghd-item-img {
	width: 100%;
	height: 264px;
	overflow: hidden;
}

.yghd-item-img img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}

.yghd-item-text {
	margin-top: 10px;
	color: #595757;
	font-size: 14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.yghd-item-title {
	color: #595757;
	font-size: 16px;
	margin-top: 5px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.yghd-item:hover .yghd-item-img img {
	transform: scale(1.05);
}

.fzlc-bgi {
	background-image: url(fzlc-bgi.png);
	overflow: hidden;
	padding-bottom: 75px;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.fzlc-lb {
	position: relative;
}

.fzlc-lb .prev,
.fzlc-lb .next {
	position: absolute;
	width: 11px;
	height: 23px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.fzlc-lb .prev {
	left: -90px;
}

.fzlc-lb .next {
	right: -90px;
}

.fzlc-lb .bd ul::after {
	content: " ";
	display: block;
	clear: both;
}

.fzlc-lb .bd li {
	width: 192px;
	border-right: 1px solid #a0a0a0;
	/* border-bottom: 2px solid #a0a0a0; */
	min-height: 328px;
	position: relative;
	margin-bottom: 20px;
	float: left;
}

.fzlc-itlte {
	color: #000000;
	font-size: 18px;
	margin: 5px 20px 25px;
}

.fzlc-text {
	margin: 0 20px 0 14px;
	line-height: 1.8;
	color: #333;
}

.fzlc-year {
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: auto;
	color: #000000;
	font-size: 18px;
	width: 68px;
	text-align: center;
}

.fzlc-lb .bd li::after {
	content: " ";
	display: block;
	position: absolute;
	width: 35%;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: #a0a0a0;
}

.fzlc-lb .bd li::before {
	content: " ";
	display: block;
	position: absolute;
	width: 35%;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: #a0a0a0;
}

.zzzs-bgi {
	background-image: url(zzzs-bgi.png);
	overflow: hidden;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.zzzs-item {
	float: left;
	width: 208px;
	margin-right: 22px;
	margin-bottom: 50px;
}

.zzzs-item:nth-child(6n) {
	margin-right: 0;
}

.zzzs-img {
	width: 100%;
	height: 278px;
	overflow: hidden;
}

.zzzs-img img {
	width: 100%;
	height: auto;
	transition: 0.4s;
}

.zzzs-title {
	text-align: center;
	color: #000000;
	font-size: 14px;
	margin-top: 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.zzzs-item:hover .zzzs-title {
	color: #004ba0;
}

.zzzs-item:hover .zzzs-img img {
	transform: scale(1.08);
}

.kgsp-item {
	float: left;
	width: 422px;
	margin-bottom: 45px;
	margin-right: 47px;
}

.kgsp-item:nth-child(3n) {
	margin-right: 0;
}

.kgsp-item-head {
	width: 100%;
	height: 236px;
	position: relative;
	margin-bottom: 20px;
}

.kgsp-item-head img:nth-child(1) {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.kgsp-item-head img:nth-child(2) {
	position: absolute;
	width: 46px;
	height: 46px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 200;
	cursor: pointer;
}

.kgsp-item-head video {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.kgsp-foot {
	color: #000000;
	font-size: 18px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.xzzx-nav {
	margin-top: -35px;
	text-align: center;
	margin-bottom: 50px;
}

.xzzx-nav li {
	display: inline-block;
	margin: 0 10px;
}

.xzzx-nav li a {
	color: #000000;
	font-size: 18px;
}

.xzzx-nav li .on {
	border-bottom: 1px solid #327fdb;
}

.xzzx-nav li a:hover {
	border-bottom: 1px solid #327fdb;
}

.xzzx-head {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.xzzx-head ul {
	overflow: hidden;
}

.xzzx-head ul li {
	color: #000000;
	font-size: 16px;
	text-align: center;
	width: 15%;
	float: left;
	box-sizing: border-box;
}

.xzzx-head ul li:hover {
	color: #004ba0;
}

.xzzx-head ul li:nth-child(1) {
	width: 55%;
	text-align: left;
	padding-left: 50px;
}

.xzzx-list {
	padding-top: 20px;
}

.xzzx-list .layui-laypage {
	margin-top: 35px !important;
}

.xzzx-list li {
	margin-bottom: 20px;
}

.xzzx-list li img {
	max-width: 25px;
	margin-right: 10px;
	margin-top: -3px;
}

.xzzx-list ul li:nth-child(1) {
	padding-left: 20px;
}

.lxwm-left {
	float: left;
	width: 455px;
	height: 404px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 40px;
}

.lxwm-item {
	width: 100%;
	border-bottom: 1px solid #a0a0a0;
	height: 100px;
}

.lxwm-item:nth-last-child(1) {
	border: 0;
}

.lxwm-item-left {
	float: left;
	width: 50px;
	margin-top: 38px;
}

.lxwm-item-right {
	float: left;
	margin-top: 28px;
	color: #000000;
	width: calc(100% - 50px);
}

.lxwm-item:nth-child(1) .lxwm-item-right {
	margin-top: 15px;
}

.lxwm-item-title {
	font-size: 18px;
}

.lxwm-item-text {
	font-size: 16px;
}

.lxwm-content {
	margin-bottom: 85px;
}

.lxwm-right {
	float: right;
	width: 882px;
	height: auto;
}

.lxwm-foot {
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
}

.lxwm-foot-item {
	width: 425px;
	height: 200px;
	margin-bottom: 30px;
	margin-right: 40px;
	float: left;
	background-color: #eeeeee;
	position: relative;
	box-sizing: border-box;
	padding-left: 35px;
	padding-top: 20px;
}

.lxwm-foot-item:nth-child(3n) {
	margin-right: 0;
}

.lxwm-foot-item::after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 24px;
	width: 2px;
	height: 17px;
	background-color: #074fa0;
}

.lxwm-foot-item ul li {
	color: #000000;
	font-size: 16px;
	line-height: 1.8;
}

.lxwm-foot-item ul li:nth-child(1) {
	font-size: 18px;
	margin-bottom: 5px;
}

.lxwm-ewm {
	position: absolute;
	width: 70px;
	height: 70px;
	right: 30px;
	bottom: 30px;
}

.lxwm-foot-item ul li img {
	margin-right: 5px;
}

.ksbj-title {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 10px;
}

.ksbj-title img {
	max-width: 100%;
}

.ksbj-title-text {
	text-align: center;
	font-size: 30px;
	color: #595757;
	position: relative;
	z-index: 99;
}

.ksbj-title-text span {
	color: #09509e;
}

.ksbj-content {
	position: relative;
	padding-top: 40px;
}

.ksbj-img {
	width: 930px;
	position: absolute;
	top: -60px;
	right: 0;
}

.ksbj-form {
	margin-bottom: 60px;
	position: relative;
}

.ydwt-item {
	position: absolute;
	top: 0;
	left: 430px;
}

.ydwt-item .ksbj-form-text {
	font-size: 14px;
	color: #000000;
	margin-bottom: 0;
	width: auto;
	margin-bottom: 20px;
}

.ydwt-item .layui-form-radio {
	margin-bottom: 40px;
}

.ydwt-item .ksbj-form-item-right {
	display: block;
	float: none;
}

.ksbj-form-item {
	margin-bottom: 40px;
	height: 50px;
}

.ksbj-form-item::after {
	content: " ";
	display: block;
	clear: both;
}

.ksbj-form-text {
	float: left;
	color: #595757;
	font-size: 24px;
	width: 140px;
	margin-right: 12px;
	line-height: 40px;
	margin-bottom: 30px;
	text-align: right;
}

.ksbj-form-text span {
	color: #ff000d;
}

.ksbj-form-item-right {
	float: left;
	width: 200px;
	font-size: 12px;
}

.ksbj-form-item-right input {
	width: 100%;
	height: 40px;
	background-color: initial;
	border: none;
	font-size: 12px;
	box-sizing: border-box;
	padding-left: 10px;
	border: 1px solid #dedddd;
}

.ksbj-foot {
	text-align: center;
	margin-top: 110px;
	margin-bottom: 60px;
}

.ksbj-btn {
	text-align: center;
	line-height: 54px;
	box-sizing: border-box;
	color: #09509e;
	font-size: 24px;
	border: 1px solid #195ca4;
	transition: 0.4s;
	width: 358px;
	cursor: pointer;
	background-color: #fff;
	height: auto;
	position: relative;
	z-index: 333;
	margin-top: 30px;
}

.ksbj-btn:hover {
	background-color: #195ca4;
	color: #fff;
}

.yzm-item input {
	float: right;
	width: 72px;
	height: 50px;
}

.yzm-item .ksbj-form-text {
	line-height: 50px;
}

.yzm-img {
	float: left;
	border: 1px solid #dedddd;
	height: 50px;
	width: 116px;
	box-sizing: border-box;
}

.yzm-img img {
	width: 100%;
	height: 100%;
}

.xwzx-top {
	height: 70px;
	line-height: 70px;
	width: 100%;
	text-align: right;
}

.xwzx-head {
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
}

.xwzx-head-left {
	float: left;
	width: 985px;
}

.xwzx-head-right {
	float: right;
	width: 335px;
	background-color: #eeeeee;
	padding: 0 28px;
	box-sizing: border-box;
}

.xwzx-head-top {
	margin-bottom: 40px;
}

.xwzx-head-nav {
	width: 100%;
	height: 66px;
	line-height: 66px;
	background-color: #eeeeee;
	padding-left: 70px;
	box-sizing: border-box;
}

.xwzx-head-nav ul li {
	display: inline-block;
	margin-right: 110px;
}

.xwzx-head-nav ul li img {
	margin-top: -3px;
	margin-right: 3px;
}

.xwzx-head-nav ul li a {
	color: #3e3a39;
	font-size: 16px;
}

.xwzx-head-nav ul li a:hover {
	color: #004ba0;
}

.xwzx-head-bq {
	border: 1px solid #eee;
	height: 60px;
	padding-left: 70px;
	line-height: 60px;
	color: #3e3a39;
	font-size: 16px;
}

.xwzx-head-bq a {
	color: #3e3a39;
	font-size: 16px;
	margin: 0 10px;
}

.xwzx-head-bq a:hover {
	color: #004ba0;
}

.xwzx-head-img {
	width: 100%;
	height: 455px;
	margin-bottom: 15px;
	overflow: hidden;
}

.xwzx-head-img img {
	transition: 0.4s;
	max-width: 100%;
}

.xwzx-head-title {
	margin-bottom: 10px;
	position: relative;
	color: #3e3a39;
	font-size: 24px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 120px;
}

.xwzx-head-item:hover .xwzx-head-img img {
	transform: scale(1.05);
}

.xwzx-head-item:hover .xwzx-head-title {
	color: #004ba0;
}

.xwzx-head-title span {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 86px;
	height: 26px;
	border-radius: 5px;
	background-color: #fe4819;
	color: #fff;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
}

.xwzx-head-text-left {
	float: left;
	width: 900px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #595757;
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.75;
}

.xwzx-head-text-right {
	float: right;
	text-align: center;
	width: 70px;
	height: 68px;
	border: 1px solid #eee;
	overflow: hidden;
	color: #888888;
	font-size: 12px;
	border-radius: 5px;
}

.xwzx-head-text-right img {
	margin: 17px 0 5px;
}

.xwzx-head-right-title {
	line-height: 70px;
	color: #3e3a39;
	font-size: 20px;
	font-weight: bold;
}

.xwzx-head-right-item {
	width: 100%;
}

.xwzx-head-right-item-img {
	width: 100%;
	height: 178px;
	overflow: hidden;
}

.xwzx-head-right-item-img img {
	width: 100%;
	height: auto;
	transition: 0.4s;
}

.xwzx-head-right-item-title {
	text-align: center;
	color: #000000;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 18px;
}

.xwzx-head-right-item:hover .xwzx-head-right-item-img img {
	transform: scale(1.05);
}

.xwzx-head-right-item:hover .xwzx-head-right-item-title {
	color: #004ba0;
}

.xwzx-list .layui-laypage {
	margin-top: 35px !important;
}

.xwzx-item {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	padding-top: 30px;
	position: relative;
}

.xwzx-item-left {
	float: left;
}

.xwzx-item-right {
	float: right;
}

.xwzx-item-img {
	float: left;
	width: 160px;
	height: 120px;
	overflow: hidden;
}

.xwzx-item-img img {
	width: 100%;
	transition: 0.4s;
}

.xwzx-item:hover .xwzx-item-img img {
	transform: scale(1.05);
}

.xwzx-item-info {
	width: 1025px;
	float: left;
	margin-left: 35px;
}

.xwzx-item-title {
	color: #3e3a39;
	font-size: 20px;
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xwzx-item:hover .xwzx-item-title {
	color: #004ba0;
}

.xwzx-item-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #595757;
	font-size: 16px;
}

.xwzx-item-right {
	float: right;
	text-align: center;
	width: 70px;
	height: 68px;
	border: 1px solid #eee;
	overflow: hidden;
	color: #888888;
	font-size: 12px;
	border-radius: 5px;
	margin-top: 50px;
}

.xwzx-item-right img {
	margin: 17px 0 5px;
}

.xwzx-item::after {
	content: " ";
	display: block;
	position: absolute;
	width: 0;
	transition: 0.4s;
	left: 0;
	bottom: 0;
}

.xwzx-item a::after {
	content: " ";
	display: block;
	clear: both;
}

.xwzx-item a {
	display: block;
}

.xwzx-item:hover::after {
	width: 100%;
	height: 1px;
	background-color: #004ba0;
}

.new-right {
	width: 335px;
	float: right;
}

.new-right-foot {
	margin-top: 75px;
	float: right;
	width: 100%;
	margin-bottom: 75px;
}

.new-right-foot-top {
	width: 100%;
	height: 48px;
	text-align: center;
	background-color: #f7f7f7;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 16px;
}

.new-right-right {
	display: inline-block;
	text-align: center;
	margin-left: 8px;
}

.new-right-title {
	color: #000000;
	font-size: 16px;
}

.new-right-text {
	color: #000000;
	font-size: 12px;
	font-family: "Arial";
	text-transform: uppercase;
}

.new-right-foot-top img {
	margin-right: 8px;
	width: 35px;
	height: 25px;
}

.new-right-item {
	width: 190px;
	margin: 0 auto 10px;
	color: #000000;
	font-size: 14px;
}

.new-right-item span {
	float: left;
}

.new-right-item-text {
	float: left;
	width: 10em;
}

.new-left {
	width: 990px;
	height: auto;
	border: 1px solid #eee;
	border-bottom: 0;
	float: left;
}

.new-content {
	width: 900px;
	margin: 0 auto;
	font-family: "微软雅黑";
}

.new-title {
	color: #595757;
	text-align: center;
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 10px;
}

.new-title-text {
	text-align: center;
	color: #727171;
	font-size: 13px;
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
	margin-bottom: 50px;
}

.new-fuwenben {
	color: #727171;
	font-size: 14px;
	line-height: 1.75;
	margin-bottom: 150px;
}

.new-fuwenben * {
	max-width: 100%;
}

.new-fuwenben img {
	height: auto;
}

.xwxq-fx {
	margin-bottom: 30px;
}

.xwxq-fx-item {
	float: left;
	color: #727171;
	font-size: 13px;
	margin-right: 10px;
}

.xwxq-fx-item img {
	margin-top: -5px;
}

a.xwxq-fx-item {
	cursor: pointer;
}

a.xwxq-fx-item:hover {
	color: #004ba0;
}

.shangxiapian {
	width: 100%;
	height: 37px;
	line-height: 37px;
	background-color: #e6e6e6;
	margin-bottom: 10px;
}

.shangxiapian a {
	color: #595757;
	font-size: 13px;
}

.shangxiapian * {
	color: #595757;
	font-size: 13px;
}

.shangyipian {
	float: left;
	width: 45%;
	padding-left: 45px;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xiayipian {
	float: right;
	width: 45%;
	padding-right: 45px;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: right;
}

.wzgjc {
	border: 1px solid #eee;
	width: 100%;
	/* height: 37px; */
	padding: 7px 45px;
	box-sizing: border-box;
}

.xgzx-title {
	width: 100%;
	height: 37px;
	margin-top: 25px;
	line-height: 37px;
	padding-left: 45px;
	box-sizing: border-box;
	color: #595757;
	font-size: 13px;
	font-weight: bold;
	background-color: #e6e6e6;
}

.xgzx-list {
	width: 100%;
	margin-top: 25px;
	padding: 0 45px;
	box-sizing: border-box;
}

.xgzx-list ul::after {
	content: " ";
	display: block;
	clear: both;
}

.xgzx-list ul li {
	width: 430px;
	float: left;
	margin-right: 40px;
	margin-bottom: 5px;
}

.xgzx-list ul li:nth-child(2n) {
	margin-right: 0;
}

.xgzx-item {
	width: 75%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
	font-size: 15px;
	color: #66636c;
}

.xgzx-list ul li:hover .xgzx-item {
	color: #004ba0;
}

.xgzx-time {
	float: right;
	color: #aaa5b1;
	font-size: 14px;
	font-family: "Arial";
}

.phone-foot {
	display: none;
}

.wzdt-c {
	width: 1200px;
	margin: 50px auto;
}

.wzdt-title {
	float: left;
	height: 50px;
	color: #004ba0;
	font-size: 24px;
	line-height: 50px;
	margin-right: 10px;
}

.wzdt-title-e {
	float: left;
	font-size: 16px;
	line-height: 50px;
	color: #666;
}

.wzdt>ul>li {
	border-bottom-color: #cdcdcd;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

.wzdt>ul>li>a {
	display: block;
	color: #004ba0;
	font-size: 16px;
	line-height: 40px;
}

.wzdt>ul>li>ul {
	overflow: hidden;
}

.wzdt>ul>li>ul>li {
	margin-right: 20px;
	float: left;
	color: #666666;
}

.wzdt>ul>li>ul>li>a {
	color: #666666;
	line-height: 40px;
	font-size: 14px;
}

.wzdt>ul>li>ul>li>a:hover {
	color: #004ba0;
}



.layui-laypage * {
	margin-right: 5px !important;
	height: 35px !important;
	line-height: 35px !important;
	font-size: 15px !important;
	background-color: #fff !important;
	font-family: "微软雅黑";
}

.layui-laypage {
	width: 100%;
	text-align: center;
	margin-bottom: 60px !important;
	margin-top: 0px !important;
}

.layui-laypage-curr em:nth-child(2) {
	background-color: initial !important;
}

.layui-laypage-count {
	padding: 0 10px !important;
	border: 1px solid #ddd !important;
}

.layui-laypage-prev {
	border: 1px solid #ddd !important;
}

.layui-laypage a {
	border: 1px solid #ddd !important;
}

.layui-laypage-next {
	border: 1px solid #ddd !important;
}

.layui-laypage-em {
	color: #f4f5ec !important;
	background-color: #0e5fb9 !important;
}

.layui-laypage .layui-laypage-curr em {
	margin-right: 0 !important;
}

.layui-laypage a:hover {
	color: #0e5fb9 !important;
}

@media only screen and (min-width: 1361px) and (max-width:1721px) {
	.index-banner2-lb .index-banner2-lb-c {
		width: 1360px;
	}

	.index-banner6-right {
		-webkit-line-clamp: 12;
		padding-bottom: 29px;
	}

	.index-banner2-lb-c ul li {
		width: 317px;
	}

	.index-banner2-lb-c .sPrev {
		left: -15px;
	}

	.index-banner2-lb-c .sNext {
		right: -15px;
	}

	.index-banner3-lb .bd ul {
		width: 1360px;
	}

	.index-banner3-lb .bd ul li {
		width: 317px;
	}

	.index-banner5-item {
		height: auto;
	}

	.index-banner5-item-title {
		margin-top: 60px;
	}

	.index-banner5-item p {
		top: 230px;
	}

	.index-banner5-item img:nth-child(2) {
		top: 120px;
	}

	.zhzw-banner2-list {
		width: 1360px;
	}

	.zhzw-banner2-item {
		width: 286px;
		background-repeat: repeat;
		background-size: cover;
		background-position: center;
	}

	.zhzw-banner2-item-text {
		padding: 0 20px;
	}

	.w1720 {
		width: 1360px;
	}

	.zhzw-banner3-lb .bd li {
		width: 317px;
	}

	.zhzw-banner3-lb-item {
		width: 317px;
	}

	.zhzw-banner4-item {
		width: 417px;
		height: 325px;
	}

	.index-nav>ul>li>ul {
		padding: 35px 0% 57px;
	}

	.zhyl-banner3-item {
		width: 250px;
	}

	.zhyl-banner3-item-text {
		padding: 15px;
	}

	.zhzw-banner3-lb .prev {
		left: -15px;
	}

	.zhzw-banner3-lb .next {
		right: -15px;
	}

	.zhyl-banner5 {
		height: auto;
		padding-bottom: 120px;
	}

	.zhbf-banner2-item {
		width: 546px;
	}

	.zhbf-banner2-item:nth-child(2) {
		left: -385px;
	}

	.zhbf-banner2-item:nth-child(3) {
		right: -385px;
	}

	.zhbf-banner2-item:nth-child(4) {
		left: -385px;
	}

	.zhbf-banner2-item:nth-child(5) {
		right: -385px;
	}

	.zhbf-banner2-item-right {
		width: 422px;
	}

	.zhbf-banner3-left {
		width: 50%;
	}

	.zhbf-banner3-list {
		margin: 4% 5% 0;
	}

	.zhbf-banner3-item {
		width: 45%;
		height: 150px;
		margin-right: 2%;
		margin-bottom: 38px;
	}

	.jjfa-item {
		width: 317px;
		height: 260px;
	}

	.jjfa-head {
		width: 1360px;
	}

	.inner-nav {
		width: 1360px;
	}

	.cp-item {
		width: 316px;
	}

	.fzlc-lb .prev {
		left: -15px;
	}

	.fzlc-lb .next {
		right: -15px;
	}
}


.faxq-foot-lb .pc-hide {
	display: none !important;
}

.pc-hide {
	display: none;
}

.index-banner3-lbitem .pc-hide {
	display: none;
}

@media only screen and (max-width: 750px) {
	.margin-c {
		width: auto;
		margin: 0 0.25rem;
	}

	.iphone-hide {
		display: none;
	}

	.pc-hide {
		display: block;
	}

	.index-banner3-lbitem .pc-hide {
		display: block;
	}

	/*reset*/
	* {
		padding: 0;
		margin: 0;
		list-style: none;
	}

	html,
	body {
		margin: 0 auto;
	}

	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	hr,
	p,
	blockquote,
	dl,
	dt,
	dd,
	ul,
	ol,
	li,
	pre,
	form,
	fieldset,
	legend,
	button,
	input,
	textarea,
	th,
	td,
	header,
	section,
	footer {
		margin: 0;
		padding: 0
	}

	body,
	button,
	input,
	select,
	textarea {
		font: 12px/1.5 "microsoft yahei";
		color: #666;
		font-weight: normal;
	}

	body {
		overflow-x: hidden;
	}

	address,
	cite,
	dfn,
	em,
	var,
	i {
		font-style: normal
	}

	ul,
	ol,
	dl {
		list-style: none
	}

	a {
		text-decoration: none;
		outline: none;
		font-family: "microsoft yahei";
		color: #666;
		cursor: pointer;
		font-size: 12px;
	}

	li {
		font-size: 12px;
		font-family: "microsoft yahei";
		list-style: none;
		margin: 0;
		padding: 0;
	}

	em {
		font-style: normal;
		font-size: 12px;
	}

	body,
	p,
	span {
		font-family: "microsoft yahei";
	}

	img {
		border: none;
	}

	p {
		margin: 0px;
		padding: 0px;
		word-wrap: break-word;
	}

	:focus {
		outline: none;
	}

	img {
		border: 0;
		vertical-align: middle;
		display: inline-block;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	.clear {
		clear: both;
	}

	.clear:after {
		display: block;
		mainContent: "";
		clear: both;
	}

	.transtion {
		transition: all 0.5s;
		-o-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	.clear {
		clear: both;
	}

	.clear:after {
		display: block;
		content: "";
		clear: both;
	}

	.header {
		position: fixed;
		left: 0;
		right: 0;
		top: 0rem;
		height: 1rem;
		max-width: 750px;
		margin: 0 auto;
		z-index: 999;
		/* background: #fff; */
		/* border-bottom: 1px solid #eee; */
	}

	.header a.log {
		width: 1.4rem;
		height: auto;
		color: #fff;
		position: absolute;
		left: 0.2rem;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	.header .log img {
		width: 100%;
		height: auto;
		position: absolute;
		/* left: 0; */
		top: 0.2rem;
		/* bottom: 0; */
		margin: auto;
	}

	.icon {
		float: right;
		width: 0.5rem;
		height: 0.5rem;
		background: url("nav.png") no-repeat center;
		background-size: 100%;
		position: absolute;
		right: 0.25rem;
		top: 0.21rem;
	}

	.menu_list_bor {
		position: fixed;
		height: 100%;
		width: 100%;
		right: -100%;
		top: 0;
		z-index: 9999;
	}

	.colse_menu {
		position: absolute;
		left: 0;
		top: 0;
		width: 30%;
		height: 100%;
		background: rgba(0, 0, 0, 0.6);
		z-index: 999;
	}

	.menu_right {
		width: 70%;
		position: absolute;
		height: 100%;
		right: 0;
		top: 0;
		background: #fff;
		z-index: 9999;
		overflow-x: hidden;
	}

	.menu_top {
		width: 100%;
		height: 1rem;
		border-bottom: 1px solid #bbbbbb;
	}

	.clo {
		line-height: 1rem;
		color: #333;
		font-size: 0.3rem;
		width: 1.8rem;
		margin-left: 0.3rem;
		height: 1rem;
		background-size: auto 0.25rem;
		padding-left: 0.35rem;
		float: left;
		margin-right: 0.6rem;
	}

	.menu_list {
		width: 100%;
	}

	.clo b {
		float: left;
		height: 100%;
		width: 20px;
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		background: url('fl.png') no-repeat right center;
		background-size: 40%;
	}

	.clo span {
		display: inline-block;
		line-height: 0.8rem;
		margin-left: 0.1rem;
	}

	.menu_top>a {
		float: left;
		padding: 0 0.25rem;
		height: 1rem;
		color: #333333;
		font-size: 0.3rem;
		text-align: center;
		line-height: 1rem;
	}

	.menu_list>ul>li,
	.menu_list>ul>li>ul>li {
		line-height: 0.8rem;
		*height: 0.8rem;
		position: relative;
		border-bottom: 1px solid #e9e9e9;
	}

	.menu_list>ul>li>ul {
		display: none;
	}

	.menu_list>ul>li>a,
	.menu_list>ul>li>ul>li>a {
		line-height: 0.8rem;
		*height: 0.8rem;
		color: #333;
		font-size: 0.22rem;
		display: inline-block;
		padding-left: 0.65rem;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding-right: 0.6rem;
	}

	.menu_list>ul>li>ul>li {
		border: 0;
		border-top: 1px solid #e9e9e9;
		padding-left: 0.3rem;
	}

	.menu_list>ul>li>ul>li>a {
		color: #575757;
	}

	.menu_list>ul>li>b,
	.menu_list>ul>li>ul>li b {
		position: absolute;
		display: block;
		width: 20%;
		height: 0.8rem;
		right: 0;
		top: 0;
		background: url('fl.png') no-repeat center;
		background-size: 18%;
	}

	.menu_list>ul>li>ul>li li {
		border-top: 1px solid #e9e9e9;
	}

	.menu_list>ul>li>ul>li li a {
		padding-left: 1rem;
		color: #333;
		font-size: 0.24rem;
		display: inline-block;
		line-height: 0.4rem;
		vertical-align: middle;
		white-space: nowrap;
	}

	.menu_list>ul>li>b.nex,
	.menu_list>ul>li>ul>li b.nex {
		background: url('nex.png') no-repeat center;
		background-size: 30%;
	}

	.menu_list>ul>li {
		line-height: 0.8rem;
	}

	.index-banner {
		/* margin-top: 1rem; */
	}

	.pc-hide {
		display: block;
	}

	.iphone-hide {
		display: none !important;
	}

	.index-banner1 {
		margin: 0;
		width: 100%;
		height: auto;
		padding: 0;
		margin: 0;
	}

	.index-banner1 img {
		width: 103%;
		margin: -0.1rem;
	}

	.index-banner2::after {
		height: 3.8rem;
	}

	.w1355 {
		width: 7rem;
		margin: 0 auto;
	}

	.index-banner3-lbitem:nth-child(1) {
		margin-top: 0.25rem;
	}

	.index-banner3-lbitem {
		width: 100%;
		margin-bottom: 0.5rem;
	}

	.index-banner3-lbitem-title {
		padding-bottom: 0.1rem;
		margin-bottom: 0.25rem;
	}

	.index-banner3-lbitem-title-left {
		padding-left: 0.25rem;
		font-size: 0.28rem;
	}

	.index-banner3-lbitem-title-right {
		font-size: 0.22rem;
		margin-top: 0.08rem;
	}

	.index-banner3-lbitem-lb .bd li {
		width: 2rem;
		margin: 0;
		float: left;
		margin-right: 0.25rem;
	}

	.index-banner3-lbitem-lb-img {
		height: auto;
		margin-bottom: 0.1rem;
	}

	.index-banner1-title {
		font-size: 0.48rem;
		margin-top: 0.25rem;
	}

	.index-banner3-lbitem-lb .bd {
		margin-bottom: 0.25rem;
	}

	.index-banner1-text {
		font-size: 0.28rem;
		margin-bottom: 0.4rem;
		margin-top: 0.1rem;
	}

	.index-banner1-item {
		margin: 0 0.25rem 0.25rem;
	}

	.index-banner1-img {
		width: 1rem;
		height: 0.9rem;
		text-align: center;
		margin: 0 auto 0.1rem;
	}

	.index-banner1-numb {
		font-size: 0.28rem;
	}

	.index-banner1-numb span {
		font-size: 0.26rem;
	}

	.index-banner1-foot {
		font-size: 0.22rem;
		margin-bottom: 0.15rem;
	}

	.index-banner2 {
		padding-bottom: 0.25rem;
	}

	.index-title-e {
		color: #ebebeb;
		font-size: 0.48rem;
	}

	.index-title {
		font-size: 0.34rem;
		margin-top: -0.5rem;
	}

	.index-text {
		font-size: 0.22rem;
		margin-top: 0;
	}

	.index-banner2-lb {
		margin-top: 0.25rem;
	}

	.index-banner2-lb .parHd {
		margin-bottom: 0.35rem;
	}

	.index-banner2-lb .parHd ul li {
		width: auto;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.22rem;
		margin: 0rem;
		padding: 0 0.15rem;
	}

	.index-banner2-img {
		margin-bottom: 0.25rem;
	}

	.index-banner2-btn {
		display: block;
		margin: auto;
		width: 0.48rem;
		height: 0.48rem;
		border-radius: 0.3rem;
		font-size: 0.22rem;
		line-height: 0.5rem;
		bottom: 0.15rem;
		left: 0;
		right: 0;
		margin-top: 0.25rem;
		border: none;
	}

	.index-banner2-btn img {
		width: auto;
	}

	.index-banner2-btn:hover {
		background-color: initial;
		color: #000000;
		border: none;
	}

	.index-banner2-lb-c ul li {
		width: 2rem;
		height: auto;
		margin: 0rem;
		text-align: center;
		margin-right: 0.25rem;
	}

	.index-banner2-lb-c ul li img {
		width: 100%;
		position: initial;
		height: auto;
	}

	.index-banner2-lb .index-banner2-lb-c {
		width: 7.5rem;
		box-sizing: border-box;
		padding: 0 0.5rem;
	}

	.index-banner2-lb-c .sPrev {
		left: 0.1rem;
		height: 0.46rem;
		z-index: 888;
	}

	.index-banner2-lb-c .sNext {
		position: absolute;
		right: 0.1rem;
		height: 0.46rem;
		z-index: 888;
	}

	.index-banner3 {
		padding-top: 0.25rem;
	}

	.index-banner3-lb .hd ul {
		margin: 0.25rem 0;
	}

	.index-banner3-lb .hd ul li {
		width: auto;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.22rem;
		margin: 0 0.25rem;
		padding: 0 0.15rem;
	}

	.index-banner3-lb .bd ul {
		width: 100%;
		margin: 0 auto;
		padding: 0 0.25rem;
		box-sizing: border-box;
	}

	.index-banner3-lb .bd ul li {
		width: 100%;
		height: auto;
		background-color: #fff;
		position: relative;
		margin-right: 0;
		margin-bottom: 0.25rem;
		float: initial;
		text-align: center;
	}

	.index-banner3-lb .bd ul li img:nth-child(2) {
		max-width: 100%;
		position: initial;
		transition: 0.4s;
	}

	.index-banner3-btn {
		display: block;
		margin: 0.25rem auto 0.5rem;
		width: 2rem;
		height: 0.5rem;
		text-align: center;
		border-radius: 0.25rem;
		color: #000000;
		font-size: 14px;
		transition: 0.4s;
		border: 1px solid #a5b0be;
		line-height: 0.5rem;
	}

	.index-banner3-lb .bd ul li .text {
		padding: 0.2rem 10% 0;
		font-size: 0.32rem;
		bottom: 5%;
		height: auto;
	}

	.index-banner3-lb .bd ul li:hover .text {
		bottom: 5%;
		height: auto;
		background-color: initial;
	}

	.index-banner3-lb .bd ul li .inner-text {
		display: none;
	}

	.index-banner3-lb .bd ul li:hover .inner-text {
		display: none;
	}

	.index-banner3-lb .bd ul li:hover img:nth-child(2) {
		transform: scale(1);
	}

	.index-banner3-lb .bd ul li:hover .text {
		color: #000000;
	}

	.index-banner4 {
		margin-top: 0;
		padding-top: 0.25rem;
	}

	.index-banner4-list {
		width: 100%;
		margin: 0.25rem auto 0;
		padding: 0 0.25rem;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
	}

	.index-banner4-item {
		margin-right: 0;
		margin-bottom: 0.15rem;
		width: 100%;
		width: 30%;
		margin-right: 5%;
	}

	.index-banner4-item-img img {
		height: 2rem;
		object-fit: cover;
	}

	.index-banner4-item-title {
		font-size: 0.22rem;
		margin: 0.1rem 0;
	}

	.index-banner4-item-text {
		font-size: 0.24rem;
		height: auto;
		margin-bottom: 0.15rem;
	}

	.index-banner4-btn {
		display: block;
		margin: 0rem auto 0.1rem;
		width: 2rem;
		height: 0.5rem;
		text-align: center;
		border-radius: 0.25rem;
		color: #000000;
		font-size: 14px;
		transition: 0.4s;
		border: 1px solid #a5b0be;
		line-height: 0.5rem;
	}

	.index-banner5 {
		padding-top: 0rem;
		position: relative;
	}

	.index-banner5-list-span {
		position: absolute;
		bottom: 10%;
		left: 0;
		right: 0;
		margin: auto;
		width: 0.2rem;
		height: 0.2rem;
		background-color: rgba(255, 255, 255, 0.8);
		border-radius: 50%;
		z-index: 666;
	}

	.index-banner5-list-span::after {
		content: " ";
		display: block;
		position: absolute;
		width: 0.2rem;
		height: 0.2rem;
		border-radius: 50%;
		left: -0.4rem;
		z-index: 666;
		background-color: rgba(255, 255, 255, 0.8);
	}

	.index-banner5-list-span::before {
		content: " ";
		width: 0.2rem;
		height: 0.2rem;
		display: block;
		position: absolute;
		border-radius: 50%;
		right: -0.4rem;
		z-index: 666;
		background-color: rgba(255, 255, 255, 0.8);
	}

	.index-banner5-list {
		margin-top: 0.25rem;
	}

	.index-banner5-item {
		width: 100%;
		height: 7rem;
	}

	.index-banner5-item img:nth-child(1) {
		width: 100%;
		height: 7rem;
		object-fit: cover;
	}

	.index-banner5-item-inner {
		background-color: rgba(0, 0, 0, 0);
		opacity: 1;
	}

	.index-banner5-item p {
		opacity: 0;
	}

	.index-banner5-item img:nth-child(2) {
		top: 1rem;
		opacity: 0;
	}

	.index-banner5-item p {
		font-size: 0.6rem;
		top: 3.2rem;
	}

	.index-banner5-item-title {
		margin-top: 1.5rem;
		font-size: 0.38rem;
		margin-bottom: 0.1rem;
	}

	.index-banner5-item-title-e {
		color: #ffffff;
		font-size: 0.22rem;
		margin-bottom: 0.2rem;
	}

	.index-banner5-item-text {
		padding: 0 0.25rem;
		color: #ffffff;
		font-size: 0.22rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 7;
		-webkit-box-orient: vertical;
	}

	.index-banner6 {
		padding-top: 0rem;
	}

	.index-banner6-bgc {
		margin-top: 0.25rem;
		width: 100%;
		padding: 0.25rem;
		box-sizing: border-box;
		height: auto;
		max-height: initial;
	}

	.index-banner6-content {
		width: 100%;
		min-height: initial;
		box-sizing: border-box;
		padding: 0 0.25rem;
	}

	.index-banner6-img {
		max-width: 100%;
		width: 100%;
		margin-bottom: 0.25rem;
	}

	.index-banner6-img img {
		width: 100%;
		position: initial;
	}

	.index-banner6-right {
		float: initial;
		width: 100%;
		font-size: 0.23rem;
		margin-left: 0;
		margin-top: 0;
		position: relative;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: initial;
		-webkit-box-orient: vertical;
		padding-bottom: 0.6rem;
	}

	.index-banner6-right a {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 1.8rem;
		height: 0.6rem;
		text-align: center;
		line-height: 0.56rem;
		box-sizing: border-box;
		border: 1px solid #fff;
		color: #ffffff;
		font-size: 0.22rem;
		transition: 0.4s;
		left: 0;
		margin: auto;
	}

	.index-banner6-foot-left {
		width: 100%;
		height: 3rem;
		line-height: 3rem;
		font-size: 0.32rem;
		padding: 0 0.25rem;
		box-sizing: border-box;
	}

	.index-banner6-foot-left span {
		font-size: 0.48rem;
	}

	.index-banner6-foot-nav {
		width: 100%;
	}

	.index-banner6-foot-nav li {
		width: 33.333%;
		height: 3rem;
		box-shadow: -0.08rem 0px 0.08rem 0px #eee;
	}

	.index-banner6-foot-nav li:nth-last-child(1)::before {
		height: 3rem;
		box-shadow: -0.08rem 0px 0.08rem 0px #eee;
	}

	.index-banner6-foot-nav li:nth-child(3)::before {
		content: " ";
		height: 3rem;
		box-shadow: -0.08rem 0px 0.08rem 0px #eee;
		width: 100%;
		position: absolute;
		top: 0;
		right: -100%;
	}

	.index-banner7 {
		padding: 0.5rem 0.25rem 0;
	}

	.index-banner7-lb {
		width: 100%;
		margin: 0.25rem auto 0;
	}

	.index-banner7-lb .hd {
		margin-bottom: 0.25rem;
	}

	.index-banner7-lb .hd ul li {
		width: 1.5rem;
		padding: 0.1rem 0;
		font-size: 0.32rem;
		margin-right: 0.2rem;
	}

	.index-banner7-left {
		width: 100%;
	}

	.index-banner7-item {
		margin-bottom: 0;
		width: 100%;
		margin-right: 0;
		float: left;
		border-bottom: 1px solid #ececec;
		padding: 0.25rem 0;
	}

	.index-banner7-item-head {
		width: 36%;
		float: left;
		height: auto;
		overflow: hidden;
	}

	.index-banner7-item-left {
		margin-right: 0.15rem;
	}

	.index-banner7-item-ri {
		font-size: 0.68rem;
		text-align: center;
	}

	.index-banner7-item-year {
		font-size: 0.28rem;
		margin-top: -0.2rem;
	}

	.index-banner7-item-right {
		width: 77%;
	}

	.index-banner7-item-title {
		font-size: 0.18rem;
		line-height: 0.3rem;
		margin-bottom: 0.15rem;
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		margin-top: 0rem;
		height: auto;
		float: right;
		width: 60%;
	}

	.index-banner7-item-foot {
		margin-top: 0;
		font-size: 0.2rem;
		float: right;
		width: 60%;
		border: none;
		line-height: 0.5rem;
	}

	.index-banner7-item-foot span {
		font-size: 0.2rem;
		margin-right: 0rem;
		font-family: "siyuan";
	}

	.index-banner7-item-text {
		font-size: 0.22rem;
		-webkit-line-clamp: 2;
		height: auto;
		float: right;
		width: 60%;
		line-height: 0.34rem;
		font-size: 0.16rem;
	}

	.index-banner7-item-btn {
		display: none;
	}

	.index-banner7-right {
		margin-right: 0;
		width: 100%;
		height: auto;
	}

	.index-banner8-list {
		width: 100%;
		margin: 0.25rem 0;
		box-sizing: border-box;
		padding: 0 0.25rem;
	}

	.index-banner8-item {
		width: 3.36rem;
		height: auto;
		margin-right: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.index-banner8-item:nth-child(2n) {
		margin-right: 0;
	}

	.index-foot {
		padding-top: 0.5rem;
		width: 100%;
		display: none;
	}

	.index-foot-left {
		float: left;
		width: 100%;
		margin-right: 0;
	}

	.index-foot-c {
		width: 7rem;
	}

	.index-foot-logo {
		margin: 0 auto 0.25rem;
	}

	.index-foot-left-text {
		font-size: 0.32rem;
		margin-bottom: 0.15rem;
	}

	.index-foot-left-iphone {
		font-size: 0.48rem;
	}

	.index-foot-left-iphone img {
		margin-top: -0.1rem;
	}

	.index-foot-nav {
		display: none;
	}

	.index-foot-nav-title {
		font-size: 0.32rem;
		margin-bottom: 0.1rem;
		text-align: center;
	}

	.index-foot-lxwm ul li {
		margin-bottom: 0.06rem;
		font-size: 0.22rem;
	}

	.index-foot-right {
		position: initial;
		bottom: 0;
		right: inherit;
		width: 100%;
		text-align: center;
		padding-top: 0.25rem;
	}

	.index-foot-right-item {
		float: initial;
		margin-right: 0;
		margin: 0 0.25rem;
		display: inline-block;
	}

	.index-foot-right-item img {
		float: initial;
		margin-right: 0;
		width: 2rem;
	}

	.index-foot-right-right-text {
		font-size: 0.22rem;
		width: 100%;
		float: initial;
		line-height: 1;
		margin-top: 0.1rem;
	}

	.index-foot-right-item:nth-child(2) .index-foot-right-right-text {
		margin-top: 0.1rem;
	}

	.index-yl {
		display: none;
	}

	.index-foot-c-text {
		display: none;
	}

	.index-foot-foot {
		width: 100%;
		height: auto;
		line-height: 1.5;
		font-size: 0.22rem;
		padding: 0.25rem 0 1rem;
		display: none;
	}

	.phone-foot-text {
		padding: 0.23rem 0;
		width: 100%;
		margin-bottom: 0.8rem;
		text-align: center;
	}

	.phone-foot-text p {
		font-size: 0.18rem;
		color: #3b3b3c;
	}

	.phone-foot-text p a {
		color: #3b3b3c;
		font-size: 0.18rem;
	}

	.phone-foot-text p:nth-child(1) {
		margin-bottom: 0.15rem;
	}

	.phone-foot-text p:nth-child(1) a {
		font-size: 0.18rem;
		color: #004ba0;
		display: inline-block;
	}

	.phone-foot-text span {
		font-size: 0.18rem;
		color: #004ba0;
		margin: 0 0.1rem;
	}

	.phone-foot {
		width: 90%;
		height: 0.8rem;
		box-shadow: 0 0.04rem 0.08rem #ddd;
		border-radius: 0.8rem;
		color: #666;
		display: flex;
		justify-content: center;
		align-items: center;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 9998;
		background-color: #efefef;
		margin: auto;
	}

	.phone-foot-item {
		width: 33%;
		font-size: 0.24rem;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}

	.phone-foot-item:after {
		content: '';
		position: absolute;
		right: 0;
		top: 0rem;
		height: 0.16rem;
		width: 1px;
		background-color: #b9bac1;
		bottom: 0;
		margin: auto;
	}

	.phone-foot-item:last-child:after {
		width: 0;
	}

	.phone-mask {
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.3);
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		z-index: 9998;
		padding-top: 5%;
		box-sizing: border-box;
		display: none;
	}

	.phone-content {
		width: 75%;
		height: 22%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		border-radius: 0.16rem;
		background-color: #fff;
	}

	.phone-content .xxxx {
		display: inline-block;
		width: 0.54rem;
		height: 0.54rem;
		position: absolute;
		right: 0;
		top: -0.8rem;
	}

	.phone-title {
		text-align: center;
		margin-top: 0.2rem;
		margin-bottom: 3%;
	}

	.phone-title span {
		font-size: 0.22rem;
		color: #000;
		position: relative;
	}

	.phone-title span::after {
		content: '';
		position: absolute;
		width: 0.06rem;
		height: 0.06rem;
		border-radius: 0.06rem;
		left: -0.2rem;
		top: 0.18rem;
		background-color: #666;
	}

	.phone-title span::before {
		content: '';
		position: absolute;
		width: 0.06rem;
		height: 0.06rem;
		border-radius: 0.06rem;
		right: -0.2rem;
		top: 0.18rem;
		background-color: #666;
	}

	.phone-ewm {
		text-align: center;
		margin-bottom: 0.2rem;
	}

	.phone-ewm img {
		width: 2.2rem;
		height: 2.2rem;
	}

	.zhzw-banner1 {
		width: 100%;
		height: auto;
		padding: 0.25rem;
		box-sizing: border-box;
		padding-bottom: 0.5rem;
	}

	.zhzw-title-e {
		font-size: 0.22rem;
	}

	.zhzw-banner1-content {
		width: 100%;
		height: auto;
		position: initial;
		z-index: 500;
		margin-top: 0.25rem;
	}

	.zhzw-banner1-img {
		display: none;
	}

	.zhzw-banner1-item {
		position: initial;
	}

	.zhzw-banner1-item:nth-child(2) .zhzw-banner1-title {
		width: 100%;
		margin-left: 0;
	}

	.zhzw-banner1-title {
		font-size: 0.28rem;
		margin-bottom: 0.15rem;
	}

	.zhzw-banner1-title img {
		margin-right: 0.2rem;
		width: 0.3rem;
	}

	.zhzw-banner1-item:nth-child(2) .zhzw-banner1-text {
		width: 100%;
		margin-left: 0;
	}

	.zhzw-banner1-text {
		font-size: 0.22rem;
		margin-bottom: 0.25rem;
	}

	.zhzw-banner1-item:nth-child(4) .zhzw-banner1-title {
		margin-left: 0;
	}

	.zhzw-banner1-foot {
		display: none;
	}

	.zhzw-banner1-item:nth-child(3) .zhzw-banner1-text {
		width: 100%;
		margin-left: 0;
	}

	.zhzw-banner1-item:nth-child(3) .zhzw-banner1-title {
		margin-left: 0;
	}

	.zhzw-banner1-item:nth-child(4) .zhzw-banner1-text {
		width: 100%;
		margin-left: 0;
		margin-bottom: 0px;
	}

	.zhzw-banner1-item:nth-child(5) .zhzw-banner1-title {
		margin-left: 0;
	}

	.zhzw-banner1-item:nth-child(5) .zhzw-banner1-text {
		width: 100%;
		margin-left: 0;
		margin-bottom: 0.25rem;
	}

	.zhzw-banner1-item:nth-child(6) .zhzw-banner1-title {
		margin-left: 0;
		margin-top: 0.25rem;
	}

	.zhzw-banner1-item:nth-child(6) .zhzw-banner1-text {
		width: 100%;
		margin-left: 0;
		margin-bottom: 0px;
	}

	.zhzw-banner2 {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 0.25rem 0.25rem 0.5rem;
	}

	.zhzw-banner2-list {
		width: 100%;
		margin: 0.25rem auto 0;
	}

	.zhzw-banner2-item:nth-child(2n+1) {
		background-image: initial;
	}

	.zhzw-banner2-item {
		background-image: initial;
		background-color: #fff;
	}

	.zhzw-banner2-item {
		width: 3.5rem;
		height: auto;
		margin: 0rem;
		margin-bottom: 0rem;
		background-repeat: repeat;
		background-size: cover;
		background-position: center;
	}

	.zhzw-banner2-item-img {
		width: 0.5rem;
		height: auto;
		margin: 0.35rem auto 0;
	}

	.zhzw-banner2-item-img img {
		width: 100%;
	}

	.zhzw-banner2-item-head span {
		font-size: 0.3rem;
	}

	.zhzw-banner2-item-head {
		height: 1.5rem;
		margin-bottom: 0rem;
		background-color: #035BC7;
	}

	.zhzw-banner2-item:nth-child(2n+2) .zhzw-banner2-item-head {
		position: initial;
	}

	.zhzw-banner2-item:nth-child(2n+2) .zhzw-banner2-item-text {
		position: initial;
		padding: 0 0.25rem;
		height: 3rem;
	}

	.zhzw-banner2-item-text {
		font-size: 0.22rem;
		padding: 0 0.25rem;
		height: 3rem;
	}

	.zhzw-banner3 {
		padding-top: 0.25rem;
	}

	.zhzw-banner3 .w1720 {
		width: 100%;
	}

	.zhzw-banner33 {
		padding-top: 0.3rem;
	}

	.zhzw-banner33 .w1720 {
		width: 100%;
	}

	.zhzw-banner33-img {
		margin-top: 0.2rem;
	}

	.zhzw-banner33-img img {
		width: 100%;
	}

	.zhzw-banner4 .w1720 {
		width: 100%;
	}

	.w1720 {
		width: 100%;
		margin: 0 auto;
	}

	.zhzw-banner3-img {
		margin: 0.25rem 0;
	}

	.zhzw-banner3-lb {
		padding: 0 0.75rem;
	}

	.zhzw-banner3-lb .bd li {
		width: 2rem;
		float: left;
		margin: 0rem;
		margin-right: 0.25rem;
	}

	.zhzw-banner3-lb .prev {
		left: 0.1rem;
		height: 0.46rem;
		z-index: 888;
	}

	.zhzw-banner3-lb .next {
		position: absolute;
		right: 0.1rem;
		height: 0.46rem;
		z-index: 888;
	}

	.zhzw-banner3-lb-item {
		width: 100%;
		height: auto;
	}

	.zhzw-banner3-lb-item img:nth-child(2) {
		position: initial;
	}

	.zhzw-banner3-lb-item-text {
		bottom: 0.4rem;
		padding: 0 0.25rem;
		font-size: 0.22rem;
		display: none;
	}

	.zhzw-banner4 {
		padding-top: 0.5rem;
		padding-bottom: 0;
	}

	.zhzw-title-text {
		font-size: 0.28rem;
	}


	.index-banner3-lbitem-lb-text {
		font-size: 0.22rem;
	}

	.zhzw-banner4-list {
		width: 100%;
		padding: 0 0.25rem;
		box-sizing: border-box;
		margin-top: 0.25rem;
	}

	.zhzw-banner4-item {
		width: 49%;
		height: auto;
		margin-right: 0;
		margin-bottom: 0.25rem;
	}

	.zhzw-banner4-item:nth-last-child(2n) {
		float: right;
	}

	.zhzw-banner4-item img {
		width: 100%;
		position: initial;
	}

	.zhzw-banner4-item-foot {
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.22rem;
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}

	.zhzw-banner4-item .zhzw-banner4-item-foot img {
		position: absolute;
		height: 0.8rem;
		width: auto;
	}

	.zhzw-banner5 {
		padding-top: 0.5rem;
	}

	.zhzw-banner5-list {
		width: 100%;
		margin: 0.25rem auto 0;
		padding: 0.25rem;
		box-sizing: border-box;
	}

	.zhzw-banner5-item {
		width: 48%;
		margin-right: 0;
		float: left;
		margin-bottom: 0.25rem;
	}

	.zhzw-banner5-item:nth-child(2n) {
		float: right;
	}

	.zhzw-banner5-head {
		width: 100%;
		height: 1rem;
		text-align: center;
		margin: 0 auto 0.15rem;
	}

	.zhzw-banner5-head img {
		transition: 0.4s;
		max-width: 1rem;
		max-height: 1rem;
	}

	.zhzw-banner5-title {
		font-size: 0.32rem;
		margin-bottom: 0.15rem;
	}

	.zhzw-banner5-text {
		height: 1.08rem;
		color: #3e3a39;
		font-size: 0.24rem;
	}

	.zhyl-banner2 {
		background-image: none;
		padding-top: 0;
		height: auto;
		margin-top: 0;
		margin-bottom: 0;
		z-index: 888;
		padding: 0.25rem;
	}

	.zhyl-title-text {
		font-size: 0.30rem;
		margin-bottom: 0.15rem;
	}

	.zhyl-title-img img {
		margin: 0 0.04rem;
	}

	.zhyl-title-e {
		font-size: 0.22rem;
	}

	.zhyl-banner2-content {
		width: 100%;
		height: auto;
		position: initial;
		margin: 0.2rem 0 0;
	}

	.zhyl-banner2-img {
		display: none;
	}

	.zhyl-banner2-item {
		position: initial;
		margin-bottom: 0.15rem;
	}

	.zhyl-banner2-text {
		margin-bottom: 0;
		font-size: 0.22rem;
	}

	.zhyl-banner2-foot {
		display: none;
	}

	.zhyl-banner2-item:nth-child(3) .zhyl-banner2-text {
		padding-left: 0;
	}

	.zhyl-banner2-item:nth-child(6) .zhyl-banner2-text {
		width: 100%;
		padding-left: 0;
		margin-bottom: 0;
		height: auto;
	}

	.zhyl-banner2-item:nth-child(4) .zhyl-banner2-text {
		width: 100%;
		margin-bottom: 0;
	}

	.zhyl-banner3 {
		height: auto;
		margin-bottom: 0;
		padding: 0.35rem 0.25rem 0;
		box-sizing: border-box;
	}

	.zhyl-banner3-list {
		margin-top: 0.25rem;
		white-space: nowrap;
		overflow-x: auto;
		font-size: 0;
	}

	.zhyl-banner3-item {
		display: inline-block;
		margin: 0;
		width: 48%;
		height: auto;
		border-radius: 0.6rem;
		margin-bottom: 0.25rem;
		float: none;
		white-space: initial;
		margin-right: 2%;
	}

	.zhyl-banner3-item:nth-child(2n+2) .zhyl-banner3-item-head {
		position: initial;
	}

	.zhyl-banner3-item-head {
		height: auto;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	}

	.zhyl-banner3-item-img img {
		width: 100%;
	}

	.zhyl-banner3-item-title {
		font-size: 0.28rem;
		margin-bottom: 0.25rem;
	}

	.zhyl-banner3-item-img {
		width: 0.75rem;
		height: 0.8rem;
		margin: 0.25rem auto 0;
	}

	.zhyl-banner3-item-text {
		padding: 0.25rem;
		font-size: 0.22rem;
		height: 3.2rem;
		background-color: #25a4c4;
		color: #fff;
	}

	.zhyl-banner4 {
		padding-top: 0.5rem;
		padding-bottom: 1rem;
	}

	.zhyl-banner4-img {
		width: 100%;
		padding: 0 0.25rem;
		box-sizing: border-box;
		margin: 0.25rem 0 0.5rem;
	}

	.zhyl-banner5-img {
		width: 100%;
		padding: 0 0.25rem;
		box-sizing: border-box;
		margin: 0.25rem 0 0.5rem;
	}

	.zhyl-banner5 {
		height: auto;
		padding-top: 1rem;
		margin-top: -1rem;
		padding-bottom: 1rem;
	}

	.zhyl-banner6 {
		padding-top: 0.5rem;
		padding-bottom: 0;
	}

	.zhyl-banner7 {
		padding-top: 1rem;
	}

	.zhzw-banner5-item:hover .zhzw-banner5-head img {
		margin-top: 0;
	}

	.zhbf-banner2 {
		padding-top: 0.5rem;
		padding-bottom: 0.25rem;
	}

	.zhbf-title-text {
		font-size: 0.32rem;
	}

	.zhbf-title-e {
		font-size: 0.22rem;
	}

	.zhbf-banner2-content {
		width: 100%;
		height: auto;
		margin: 0.25rem 0;
		padding: 0 0.25rem;
		box-sizing: border-box;
	}

	.zhbf-banner2-img {
		display: none;
	}

	.zhbf-banner2-item {
		position: initial;
		background-color: initial;
		width: 100%;
		height: auto;
		padding-top: 0;
		margin-bottom: 0.25rem;
	}

	.zhbf-banner2-item-title {
		width: 3.7rem;
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.32rem;
		position: initial;
		background-repeat: repeat;
		background-size: cover;
		background-position: center;
		margin-bottom: 0.15rem;
	}

	.zhbf-banner2-item-img {
		margin-left: 0;
		margin-right: 0.25rem;
	}

	.zhbf-banner2-item-right {
		font-size: 0.22rem;
		width: 84%;
		margin-top: 0;
	}

	.zhbf-banner3 {
		padding: 0.5rem 0.25rem 0;
	}

	.zhbf-banner3-content {
		margin-top: 0.35rem;
		background-color: initial;
		margin-bottom: 0.5rem;
	}

	.zhbf-banner3-right {
		width: 100%;
	}

	.zhbf-banner3-left {
		width: 100%;
	}

	.zhbf-banner3-list {
		width: 100%;
		margin: 0;
		white-space: nowrap;
		overflow-x: auto;
		font-size: 0;
	}

	.zhbf-banner3-item {
		float: none;
		width: 3.37rem;
		height: auto;
		margin-right: 0.25rem;
		margin-bottom: 0.25rem;
		box-shadow: 0 0 0.04rem 0.04rem #eee;
		background-color: #fff;
		position: relative;
		display: inline-block;
		color: #3e3a39;
		font-size: 0.28rem;
		text-align: left;
		padding: 0.25rem;
		box-sizing: border-box;
		position: relative;
		text-align: center;
		padding-top: 1.2rem;
	}

	.zhbf-banner3-item:nth-child(2n) {
		margin-right: 0.25rem;
	}

	.zhbf-banner3-item:nth-last-child(1) {
		margin-right: 0;
	}

	.zhbf-banner3-item img {
		max-width: 0.8rem;
		max-height: 0.8rem;
		position: absolute;
		left: 0;
		top: 0.25rem;
		right: 0;
		margin: auto;
	}

	.zhbf-banner3-item-inner {
		width: 100%;
		height: 2.2rem;
		position: initial;
		opacity: 1;
		background-color: #fff;
		transition: 0.4s;
		box-sizing: border-box;
		color: #333;
		font-size: 0.22rem;
		padding: 0;
		overflow: hidden;
		-webkit-line-clamp: 8;
		text-align: left;
		margin-top: 0rem;
		white-space: pre-wrap;
		margin-top: -0.55rem;
	}

	.zhbf-banner4 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.zhbf-banner4-img {
		text-align: center;
		margin: 0.5rem 0;
		padding: 0 0.25rem;
		width: 100%;
		box-sizing: border-box;
	}

	.zhbf-banner4-img img {
		width: 100%;
	}

	.zhbf-banner5 {
		padding-top: 0.5rem;
		position: relative;
	}

	.zhbf-banner5-list {
		margin-top: 0.5rem;
	}

	.zhbf-banner5-item {
		width: 100%;
		height: auto;
	}

	.zhbf-banner5-item-img {
		position: initial;
	}

	.zhbf-banner5-item-img img {
		position: initial;
		width: 100%;
	}

	.zhbf-banner5-item-title {
		padding: 0 0.25rem;
		font-size: 0.32rem;
		bottom: 0;
		top: 0;
		margin: auto;
		height: 0.54rem;
	}

	.zhbf-banner6 {
		padding-top: 0.5rem;
		padding-bottom: 0;
	}

	.zhbf-banner7 {
		padding-top: 0.5rem;
	}

	.jjfa-head {
		width: 100%;
		margin: 0 auto;
		height: auto;
		background-color: #fff;
	}

	.jjfa-name {
		display: none;
	}

	.jjfa-head-right {
		display: none;
	}

	.jjfa-nav {
		margin-left: 0;
		padding: 0.25rem;
	}

	.jjfa-nav ul li {
		display: block;
		margin-right: 0;
		width: 48%;
		float: left;
		margin-bottom: 0.25rem;
		margin-top: 0;
	}

	.jjfa-nav ul li:nth-child(2n) {
		float: right;
	}

	.jjfa-nav ul li a {
		font-size: 0.22rem;
		line-height: 0.6rem;
		text-align: center;
		padding: 0 0.25rem;
		border-radius: 0.1rem;
		transition: 0.4s;
		border: 1px solid #ddd;
	}

	.jjfa-nav ul li .on {
		color: #0e5fb9;
		border: 1px solid #0e5fb9;
	}

	.jjfa-nav ul li a:hover {
		border: 1px solid #0e5fb9;
	}

	.inner-nav {
		display: none;
	}

	.jjfa-list {
		padding: 0 0.25rem;
		box-sizing: border-box;
	}

	.jjfa-item {
		width: 48.5%;
		height: 2.8rem;
		margin-right: 0;
		margin-bottom: 0.25rem;
		float: left;
	}

	.jjfa-item:nth-child(2n) {
		float: right;
	}

	.jjfa-item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: initial;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		transition: 0.4s;
	}

	.jjfa-item-title {
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.22rem;
		bottom: 0rem;
		padding: 0 0.25rem;
	}

	.layui-laypage {
		margin-bottom: 0.25rem !important;
	}

	.list-jzgd {
		background-color: #004ba0;
		width: 70%;
		padding-top: 0.2rem;
		padding-bottom: 0.2rem;
		margin-left: auto;
		margin-right: auto;
		border-radius: 1rem;
		margin-bottom: 0;
		text-align: center;
		color: #fff;
		font-size: 0.22rem;
	}

	.w1360 {
		width: 100%;
		overflow: hidden;
	}

	.faxq-head {
		margin: 0 0.25rem;
	}

	.faxq-head-left {
		float: left;
		margin-left: 0;
		width: 100%;
		height: auto;
	}

	.faxq-head-right {
		width: 100%;
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.faxq-head-title {
		font-size: 0.32rem;
		padding-bottom: 0.15rem;
		letter-spacing: 0.04rem;
		margin-bottom: 0.25rem;
	}

	.faxq-head-text {
		color: #000000;
		font-size: 0.22rem;
		line-height: 1.7;
		letter-spacing: 0.04rem;
		-webkit-line-clamp: 99;
	}

	.faxq-content {
		margin: 0.25rem;
	}

	.faxq-content .hd {
		height: auto;
		margin-bottom: 0.25rem;
	}

	.faxq-content .hd li {
		line-height: 0.65rem;
		width: auto;
		font-size: 0.22rem;
		padding: 0 0.25rem;
	}

	.faxq-content .bd {
		padding-bottom: 0.25rem;
	}

	.faxq-content .cp-item:nth-child(2n) {
		float: right;
	}

	.cp-item {
		width: 31.5%;
		height: auto;
		box-sizing: border-box;
		margin-right: 0;
		margin-bottom: 0.75rem;
		overflow: visible;
	}

	.faxq-content .bd li * {
		max-width: 100%;
		font-size: 0.22rem;
	}

	.faxq-content .cp-item {
		text-align: center;
		padding-bottom: 5%;
		width: 48.5%;
		height: 3.2rem;
		float: left;
		margin-right: 0;
		margin-bottom: 0.25rem;
		text-align: center;
	}

	.cp-item a img:nth-child(2) {
		position: initial;
		height: auto !important;
		max-height: 3rem;
	}

	.faxq-content .bd li .inner-text {
		display: none;
	}

	.faxq-content .bd li .cp-item-text {
		bottom: 5%;
	}

	.faxq-content .bd li .cp-item:hover .cp-item-text {
		bottom: 5%;
		height: auto;
		color: #000000;
	}

	.cp-item-text {
		width: 100%;
		padding: 0.2rem 10% 0;
		color: #000000;
		font-size: 0.22rem;
		bottom: -0.5rem;
		height: auto;
	}

	.cp-item:hover .cp-item-text {
		bottom: -0.5rem;
		height: auto;
		color: #000000;
	}

	.faxq-content .bd li .xgal-item-left {
		width: 100%;
		height: auto;
	}

	.xgal-item-right {
		width: 100%;
		height: auto;
	}

	.xgal-item-title {
		margin-bottom: 0.1rem;
		margin-top: 0.1rem;
		font-size: 0.32rem !important;
	}

	.xgal-item-text {
		margin-bottom: 0.15rem;
		height: auto;
		-webkit-line-clamp: 99;
	}

	.xgal-item-gjc {
		display: none;
	}

	.xgal-item-gjc-text {
		display: none;
	}

	.xgal-item {
		padding-bottom: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.xgal-item-foot {
		position: initial;
	}

	.faxq-foot {
		padding: 0 0.25rem;
	}

	.faxq-foot-title {
		position: relative;
		line-height: initial;
		font-size: 0.32rem;
		padding-left: 0.3rem;
		margin-bottom: 0.25rem;
	}

	.faxq-foot-title::after {
		width: 0.08rem;
		height: 0.3rem;
	}

	.faxq-foot-lb {
		width: 6rem;
		margin: 0 auto 0.3rem;
	}

	.faxq-foot-item {
		width: 2rem;
		margin-right: 0;
	}

	.faxq-foot-item-img {
		margin-bottom: 0.15rem;
		height: 1.6rem;
	}

	.faxq-foot-item-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.faxq-foot-item-title {
		font-size: 0.22rem;
		padding: 0;
	}

	.faxq-foot-lb .prev,
	.faxq-foot-lb .next {
		width: 0.26rem;
		height: 0.46rem;
		z-index: 666;
		opacity: 1 !important;
		top: -0.15rem;
		display: block !important;
	}

	.cpzx .faxq-foot-item-img {
		height: 1.8rem;
	}

	.cpzx .faxq-foot-item-img img {
		width: 90%;
		height: 90%;
	}

	.faxq-foot-lb .prev {
		left: -0.5rem;
	}

	.faxq-foot-lb .prev::after,
	.faxq-foot-lb .next::after {
		display: none;
	}

	.faxq-foot-lb .next {
		right: -0.5rem;
	}

	.cp-list {
		padding: 0 0.25rem;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.cp-list .layui-laypage {
		margin-top: 0.25rem !important;
	}

	.cp-item .inner-text {
		display: none;
	}

	.cpzx .faxq-head-left .prev {
		left: 0.25rem;
	}

	.cpzx .faxq-head-left .next {
		right: 0.25rem;
	}

	.cpzx .faxq-head-left .prev,
	.cpzx .faxq-head-left .next {
		width: 0.26rem;
		height: 0.46rem;
	}

	.cpzx .faxq-head-left .bd li {
		height: auto;
	}

	.cpzx .faxq-head-left .bd li img {
		max-width: initial;
		max-height: initial;
		position: initial;
		width: 100%;
	}

	.cpzx .faxq-head-title {
		font-size: 0.32rem;
	}

	.cpzx-head-item {
		color: #727171;
		font-size: 0.22rem;
		margin-bottom: 0.15rem;
	}

	.cpzx-head-item img {
		width: 1rem;
	}

	.sjcp {
		display: block;
	}

	.sjcp .cp-item {
		margin-right: 0.19rem;
	}

	.sjcp .cp-item:nth-child(3n) {
		margin-right: 0;
	}

	.dxal-list {
		margin-top: 0;
		padding: 0 0.25rem;
		box-sizing: border-box;
	}

	.dxal-item {
		width: 48.5%;
		margin-bottom: 0.45rem;
		margin-right: 0;
	}

	.dxal-item:nth-child(2n) {
		float: right;
	}

	.dxal-item-img {
		height: 2rem;
	}

	.dxal-item:hover .dxal-item-img img {
		transform: scale(1)
	}

	.dxal-item:hover::after {
		width: 0;
		background-color: #d2d2d2;
	}

	.dxal-item-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.dxal-item-title {
		line-height: 0.65rem;
		font-size: 0.28rem;
	}

	.faxq-content .bd li .anli-title {
		margin-top: 0;
		font-size: 0.28rem;
	}

	.faxq-content .bd li .anli-title img {
		margin-bottom: 0rem;
		margin-right: 0.08rem;
		margin-top: -0.12rem;
	}

	.anli-fuwenben {
		margin: 0.25rem 0;
	}

	.xwzx-top {
		height: 0.65rem;
		line-height: 0.65rem;
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		padding-left: 0.25rem;
	}

	.xwzx-head {
		padding: 0 0.25rem 0.25rem;
	}

	.xwzx-head-left {
		width: 100%;
		margin-bottom: 0rem;
	}

	.xwzx-head-top {
		margin-bottom: 0rem;
	}

	.xwzx-head-nav {
		width: 100%;
		height: 0.65rem;
		line-height: 0.65rem;
		padding-left: 0.25rem;
	}

	.xwzx-head-nav ul li {
		margin-right: 0.25rem;
	}

	.xwzx-head-nav ul li a {
		font-size: 0.22rem;
	}

	.xwzx-head-nav ul li img {
		margin-top: -0.04rem;
		margin-right: 0.08rem;
	}

	.xwzx-head-bq {
		display: none;
	}

	.xwzx-head-img {
		width: 100%;
		height: auto;
		margin-bottom: 0.15rem;
	}

	.xwzx-head-title {
		margin-bottom: 0.15rem;
		font-size: 0.32rem;
		padding-left: 1.8rem;
	}

	.xwzx-head-title span {
		width: 1.5rem;
		height: 0.5rem;
		border-radius: 0.1rem;
		line-height: 0.5rem;
		font-size: 0.24rem;
	}

	.xwzx-head-text-right {
		display: none;
		width: 1rem;
		height: 1rem;
		font-size: 0.24rem;
		border-radius: 0.1rem;
		padding: 0 0.1rem;
	}

	.xwzx-head-text-right img {
		margin: 0.1rem 0 0.1rem;
	}

	.xwzx-head-text-left {
		width: 84%;
		font-size: 0.22rem;
		margin-top: 0;
		line-height: 1.75;
	}

	.xwzx-head-right {
		display: none;
	}

	.xwzx-list {
		padding: 0 0.25rem;
	}

	.xwzx-item {
		padding-bottom: 0.25rem;
		padding-top: 0.25rem;
	}

	.xwzx-item-left {
		width: 100%;
	}

	.xwzx-item-right {
		display: none;
		width: 1rem;
		height: 1rem;
		border: 1px solid #eee;
		font-size: 0.24rem;
		border-radius: 0.1rem;
		margin-top: 0;
		padding: 0 0.1rem;
	}

	.xwzx-item-right img {
		margin: 0.1rem 0 0.1rem;
	}

	.xwzx-item-img {
		width: 20%;
		height: auto;
	}

	.xwzx-item-img {
		width: 100%;
		height: auto;
	}

	.xwzx-item-info {
		width: 100%;
		margin-left: 0;
		margin-top: 0.15rem;
	}

	.xwzx-item-title {
		font-size: 0.32rem;
		margin-bottom: 0.15rem;
	}

	.xwzx-item-text {
		font-size: 0.22rem;
	}

	.xwzx-head-item-m {
		display: none;
	}

	.new-info {
		padding: 0 0.25rem;
	}

	.new-left {
		width: 100%;
	}

	.new-content {
		width: 100%;
	}

	.new-title {
		font-size: 0.32rem;
		margin-top: 0.15rem;
		margin-bottom: 0.1rem;
		padding: 0 0.25rem;
	}

	.new-title-text {
		font-size: 0.24rem;
		padding-bottom: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.new-fuwenben {
		font-size: 0.22rem;
		margin-bottom: 0.3rem;
		padding: 0 0.25rem;
	}

	.xwxq-fx {
		margin-bottom: 0.25rem;
		padding: 0 0.25rem;
	}

	.shangxiapian {
		height: 0.65rem;
		line-height: 0.65rem;
		margin-bottom: 0.25rem;
	}

	.shangyipian {
		width: 48%;
		padding-left: 0.15rem;
	}

	.shangxiapian * {
		color: #595757;
		font-size: 0.24rem;
	}

	.xiayipian {
		width: 48%;
		padding-right: 0.15rem;
	}

	.shangxiapian a {
		font-size: 0.24rem;
	}

	.wzgjc {
		padding: 0.1rem 0.25rem;
		font-size: 0.24rem;
	}

	.xgzx-title {
		height: 0.65rem;
		margin-top: 0.25rem;
		line-height: 0.65rem;
		padding-left: 0.25rem;
		font-size: 0.26rem;
	}

	.xgzx-list {
		margin-top: 0.15rem;
		padding: 0 0.25rem;
	}

	.xgzx-list ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.15rem;
	}

	.xgzx-item {
		width: 75%;
		font-size: 0.22rem;
	}

	.xgzx-time {
		font-size: 0.26rem;
	}

	.new-right {
		width: 100%;
		float: right;
	}

	.new-right-foot {
		margin-top: 0.35rem;
		margin-bottom: 0.35rem;
	}

	.new-right-foot-top {
		height: 1rem;
		margin-bottom: 0.25rem;
	}

	.new-right-right {
		margin-left: 0.16rem;
	}

	.new-right-title {
		font-size: 0.32rem;
	}

	.new-right-text {
		font-size: 0.24rem;
	}

	.new-right-item {
		width: 100%;
		margin: 0 auto 0.15rem;
		font-size: 0.22rem;
	}

	.new-right-item-text {
		width: 85%;
	}

	.gykg.w1360 {
		width: 100%;
	}

	.kg-title-e {
		font-size: 0.22rem;
		margin-top: 0;
	}

	.kg-title {
		color: #000000;
		font-size: 0.28rem;
		margin-bottom: 0.25rem;
		text-align: center;
	}

	.kg-fuwenben {
		font-size: 0.22rem;
		margin-bottom: 0.25rem;
		padding: 0 0.25rem;
	}

	.gsjj-img {
		width: 100%;
		height: auto;
		margin-left: 0;
		margin-bottom: 0.25rem;
	}

	.qywh-list {
		margin: 0;
	}

	.paddingtop025 {
		padding-top: 0.25rem !important;
	}

	.qywh-item {
		width: 3.5rem;
		margin-right: 0;
		margin-bottom: 0.25rem;
	}

	.qywh-item-img {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.qywh-item:nth-child(2n) {
		float: right;
	}

	.qywh-item-title {
		font-size: 0.28rem;
		margin-top: 0.15rem;
		margin-bottom: 0.15rem;
	}

	.qywh-item-text {
		text-align: center;
		color: #595757;
		font-size: 0.22rem;
		margin-bottom: 0.25rem;
		padding: 0 0.25rem;
		height: 0.84rem;
		display: block;
		overflow: hidden;
		white-space: initial;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.yghd-list {
		margin: 0;
	}

	.yghd-item {
		width: 2rem;
		margin-right: 0;
		margin-bottom: 0.35rem;
		float: none;
	}

	.yghd-item-img {
		height: 2rem;
	}

	.yghd-item-img img {
		object-fit: cover;
	}

	.yghd-item:hover .yghd-item-img img {
		transform: scale(1);
	}

	.yghd-item-text {
		margin-top: 0.1rem;
		font-size: 0.22rem;
	}

	.yghd-item-title {
		font-size: 0.28rem;
		margin-top: 0.1rem;
	}

	.fzlc-lb {
		margin: 0 0.25rem;
	}

	.fzlc-lb .bd li {
		width: 100%;
		border-right: none;
		min-height: auto;
		margin-bottom: 0.35rem;
		padding-bottom: 0.5rem;
		border: 1px solid #a0a0a0;
		border-bottom: 0;
	}

	.fzlc-lb .bd li::before {
		height: 1px;
	}

	.fzlc-lb .bd li::after {
		height: 1px;
	}

	.fzlc-itlte {
		font-size: 0.32rem;
		margin: 0.15rem 0.25rem;
	}

	.fzlc-text {
		margin: 0 0.25rem;
		font-size: 0.22rem;
		line-height: 1.7;
	}

	.fzlc-year {
		bottom: -0.25rem;
		font-size: 0.28rem;
		width: 1rem;
	}

	.fzlc-bgi {
		padding-bottom: 0.5rem;
	}

	.zzzs-bgi {
		padding-top: 0.5rem;
	}

	.zzzs-list {
		padding: 0;
	}

	.zzzs-item {
		float: left;
		width: 2rem;
		margin-right: 0;
		margin-bottom: 0.35rem;
	}

	.zzzs-item:hover .zzzs-img img {
		transform: scale(1);
	}

	.zzzs-img {
		width: 100%;
		height: auto;
	}

	.zzzs-img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.zzzs-title {
		font-size: 0.22rem;
		margin-top: 0.1rem;
	}

	.kgsp-list {
		padding: 0 0.25rem;
	}

	.kgsp-item {
		width: 100%;
		margin-bottom: 0.35rem;
		margin-right: 0;
	}

	.kgsp-item-head {
		width: 100%;
		height: 3.9rem;
		margin-bottom: 0.15rem;
	}

	.kgsp-foot {
		font-size: 0.32rem;
	}

	.xzzx-nav {
		margin-top: -0.15rem;
		margin-bottom: 0;
	}

	.xzzx-nav li {
		margin: 0 0.25rem;
	}

	.xzzx-nav li a {
		font-size: 0.22rem;
	}

	.xzzx-content {
		padding: 0 0.25rem;
	}

	.xzzx-head {
		width: 100%;
		box-sizing: border-box;
		padding-bottom: 0.1rem;
		padding-top: 0.25rem;
	}

	.xzzx-head ul li:nth-child(1) {
		padding-left: 0.15rem;
		width: 60%;
	}

	.xzzx-head ul li {
		font-size: 0.22rem;
		width: 20%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.xzzx-head ul li:nth-child(3) {
		display: none;
	}

	.xzzx-list li img {
		max-width: 0.5rem;
		margin-right: 0.1rem;
		margin-top: -0.06rem;
	}

	.xzzx-list .layui-laypage {
		margin-top: 0.35rem !important;
	}

	.ksbj-title {
		margin-top: 0.25rem;
		margin-bottom: 0.15rem;
		padding: 0 0.25rem;
	}

	.ksbj-title img {
		max-width: 70%;
	}

	.ksbj-title-text {
		font-size: 0.22rem;
		padding: 0 0.25rem;
	}

	.ksbj-content {
		padding-top: 0.25rem;
	}

	.ksbj-img {
		display: none;
		width: 100%;
	}

	.ksbj-form {
		margin-bottom: 0.5rem;
		padding: 0 0.25rem;
	}

	.ksbj-form-item {
		margin-bottom: 0.25rem;
		height: auto;
	}

	.ksbj-form-text {
		float: left;
		color: #595757;
		font-size: 0.22rem;
		width: 1.65rem;
		margin-right: 0.25rem;
		line-height: 0.65rem;
		margin-bottom: 0.35rem;
	}

	.ksbj-form-item-right {
		width: 5rem;
		font-size: 0.24rem;
	}

	.ksbj-form-item-right input {
		height: 0.65rem;
		font-size: 0.24rem;
		padding-left: 0.15rem;
	}

	.yzm-img {
		height: 0.65rem;
		width: 1.5rem;
	}

	.yzm-item input {
		width: 2.3rem;
		float: left;
		margin-right: 0.25rem;
	}

	.ksbj-btn {
		text-align: center;
		line-height: 0.7rem;
		box-sizing: border-box;
		color: #09509e;
		font-size: 0.32rem;
		border: 1px solid #195ca4;
		transition: 0.4s;
		width: auto;
		cursor: pointer;
		background-color: #fff;
		height: auto;
		margin-top: 0rem;
	}

	.ydwt-item {
		position: initial;
	}

	.yzm-item .ksbj-form-text {
		line-height: 0.65rem;
	}

	.ydwt-item .ksbj-form-item-right {
		width: 56%;
		float: left;
	}

	.ydwt-item .ksbj-form-text {
		font-size: 0.22rem;
		width: auto;
		margin-bottom: 0.8rem;
		text-align: left;
	}

	.ydwt-item .layui-form-radio {
		margin-bottom: 0;
		display: inline-block;
		vertical-align: middle;
		line-height: 0.5rem;
		margin-right: 0rem;
		cursor: pointer;
		font-size: 0;
	}

	.ksbj-btn:hover {
		background-color: #fff;
		color: #09509e;
	}

	.lxwm-head-title {
		margin-top: 0.35rem;
	}

	.lxwm-content {
		margin-bottom: 0;
		padding: 0.25rem;
	}

	.lxwm-left {
		height: auto;
		width: 100%;
		padding: 0 0.25rem;
		margin-bottom: 0.35rem;
	}

	.lxwm-item {
		width: 100%;
		height: auto;
		display: flex;
		align-items: center;
		padding-bottom: 0.15rem;
		padding-top: 0.15rem;
	}

	.lxwm-item-left {
		float: none;
		width: 1rem;
		margin-top: 0;
		text-align: center;
	}

	.lxwm-item:nth-child(1) .lxwm-item-right {
		margin-top: 0;
	}

	.lxwm-item-right {
		float: left;
		margin-top: 0;
		color: #000000;
		width: calc(100% - 1rem);
	}

	.lxwm-item-title {
		font-size: 0.32rem;
	}

	.lxwm-item-text {
		font-size: 0.22rem;
		margin-top: 0.05rem;
	}

	.lxwm-right {
		float: right;
		width: 100%;
		height: auto;
	}

	.lxwm-foot {
		padding: 0.25rem;
		overflow: hidden;
	}

	.lxwm-foot-item {
		width: 100%;
		height: auto;
		margin-bottom: 0.25rem;
		margin-right: 0;
		box-sizing: border-box;
		padding-left: 0.25rem;
		padding-top: 0.15rem;
		padding-bottom: 0.25rem;
	}

	.lxwm-foot-item::after {
		left: 0;
		top: 0.25rem;
		width: 0.04rem;
		height: 0.3rem;
	}

	.lxwm-ewm {
		width: 1.4rem;
		height: 1.4rem;
		right: 0.25rem;
		bottom: 0.25rem;
	}

	.lxwm-foot-item ul li:nth-child(1) {
		font-size: 0.32rem;
		margin-bottom: 0.1rem;
	}

	.lxwm-foot-item ul li {
		font-size: 0.22rem;
	}

	.index-banner3-lbitem-lb {
		width: 7rem;
		box-sizing: border-box;
		padding: 0 0.25rem;
	}

	.index-banner3-lbitem-lb .bd .prev,
	.index-banner3-lbitem-lb .bd .next {
		position: absolute;
		top: -0.5rem;
		bottom: 0;
		width: 0.2rem;
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.24rem;
		margin: auto;
		z-index: 666;
		opacity: 1;
	}

	.index-banner3-lbitem-lb .bd .prev::after,
	.index-banner3-lbitem-lb .bd .next::after {
		display: none;
	}

	.index-banner3-lbitem-lb .bd .prev {
		right: initial;
		left: -0.1rem;
		border: none;
	}

	.index-banner3-lbitem-lb .bd .next {
		left: initial;
		right: -0.1rem;
		border: none;
	}

	.index-banner3-lbitem-lb .hd li {
		font-size: 0.24rem;
		margin: 0 0.04rem;
		width: 0.4rem;
		height: 0.5rem;
		line-height: 0.5rem;
	}

	.index-banner3-lbitem-lb .hd {
		display: none;
	}

	.index-banner4-item-img {
		height: auto;
	}

	.index-banner3-lbitem-lb-img img {
		height: auto;
	}

	.wzdt-c {
		width: auto;
		margin: 0.5rem 0.25rem;
	}
}