* {
	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: 'number';
	src: url('QuicksansAccurateICG-Out.otf');
}

.clear::after {
	content: " ";
	display: block;
	clear: both;
}

.margin-c {
	width: 1400px;
	margin: auto;
}

.index-head {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	z-index: 999;
}

.w1600 {
	width: 1600px;
	margin: 0 auto;
}

.index-logo {
	float: left;
	margin-top: 21px;
	width: 247px;
	height: 58px;
	margin-right: 124px;
}

.index-logo img {
	max-width: 100%;
	max-height: 100%;
}

.index-nav {
	float: left;
	z-index: 666;
}

.index-nav>ul>li {
	float: left;
	margin-right: 40px;
	position: relative;
	z-index: 666;
}

.index-nav>ul>li:nth-last-child(1) {
	margin-right: 0;
}

.index-nav>ul>li>a {
	line-height: 97px;
	color: #333333;
	font-size: 20px;
	padding: 0 10px;
	display: block;
}

.index-nav>ul>li>a.on {
	color: #0a3b95;
	border-bottom: 3px solid #0a3b95;
}

.index-nav>ul>li>a:hover {
	color: #0a3b95;
	border-bottom: 3px solid #0a3b95;
}

.index-nav>ul>li>ul {
	position: absolute;
	width: 180%;
	left: -40%;
	top: 100px;
	text-align: center;
	background-color: #fff;
	display: none;
	z-index: 666;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.index-nav>ul>li>ul>li a {
	line-height: 60px;
	color: #333333;
	font-size: 18px;
}

.index-nav>ul>li>ul>li a:hover {
	color: #0a3b95;
}

.index-ss {
	float: right;
	width: 220px;
	height: 34px;
	margin-top: 31px;
	border-radius: 17px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}

.index-ss input {
	border: none;
	width: 180px;
	float: left;
	height: 34px;
	box-sizing: border-box;
	padding-left: 12px;
	font-size: 14px;
}

.index-ss a {
	font-size: 0;
	float: right;
	margin-right: 12px;
	margin-top: 10px;
}

.index-ss a img {
	width: 14px;
	height: 14px;
}

.index-banner {
	margin-top: 100px;
	position: relative;
	width: 100%;
}

.index-banner img {
	width: 100%;
}

.index-banner .bd li img {
	width: 100%;
}

.index-banner .hd {
	position: absolute;
	width: 100%;
	bottom: 42px;
	left: 0;
	text-align: center;
	z-index: 200;
}

.index-banner .hd li {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #ffffff;
	border-radius: 50%;
	margin: 0 12px;
	position: relative;
	font-size: 0;
}

.index-banner .bd .prev {
	left: 60px;
}

.index-banner .bd .next {
	right: 60px;
}

.index-banner .bd .prev,
.index-banner .bd .next {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 18px;
	height: 32px;
	font-size: 0;
	z-index: 200;
	opacity: 0.5;
}

.index-banner .bd .prev img,
.index-banner .bd .next img {
	width: 100%;
}

.index-banner .bd .prev:hover,
.index-banner .bd .next:hover {
	opacity: 1;
}

.index-banner .hd li.on::before {
	content: " ";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid #fff;
	left: -100%;
	top: -100%;
	border-radius: 50%;
}

.index-title {
	margin-top: 60px;
	margin-bottom: 20px
}

.index-title-left {
	float: left;
	color: #333333;
	font-size: 32px;
	font-weight: bold;
}

.index-title-right {
	float: right;
	width: 120px;
	height: 36px;
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 34px;
	box-sizing: border-box;
	color: #666666;
	font-size: 16px;
	transition: 0.4s;
	border-radius: 18px;
	margin-top: 5px;
}

.index-title-right:hover {
	color: #0a3b95;
	border: 1px solid #0a3b95;
}

.index-banner2-item {
	float: left;
	width: 410px;
	height: 480px;
	margin-right: 25px;
	position: relative;
	transition: 0.4s;
	overflow: hidden;
}

.index-banner2-item:nth-last-child(1) {
	margin-right: 0;
}

.index-banner2-item-img {
	width: 100%;
	height: 100%;
}

.index-banner2-item-img img {
	position: initial;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-banner2-item-foot {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 70px;
	background-color: rgba(2, 40, 111, 0.8);
	transition: 0.4s;
	min-width: 100%;
}

.index-banner2-item-title {
	padding-left: 20px;
}

.index-banner2-item-title::after {
	content: " ";
	display: block;
	clear: both;
}

.index-banner2-item-title-img {
	float: left;
	margin-right: 24px;
	width: 70px;
	height: 70px;
}

.index-banner2-item-title-img img {
	margin-top: -20px;
}

.index-banner2-item-title-text {
	float: left;
	width: 280px;
	color: #ffffff;
	font-size: 18px;
	line-height: 70px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-banner2-item-text {
	margin: 0 30px 20px;
	color: #ffffff;
	font-size: 15px;
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-banner2-item-info {
	width: 120px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	font-size: 15px;
	margin-left: 30px;
	border-radius: 16px;
	transition: 0.4s;
}

.index-banner2-item.on {
	width: 530px;
}

.index-banner2-item.on .index-banner2-item-foot {
	height: 200px;
	background-color: rgba(10, 59, 149, 0.8);
}

.index-gsxw {
	float: left;
	width: 850px;
}

.index-gsxw-head {
	width: 100%;
	height: 235px;
	background-color: #f7f7f7;
}

.index-gsxw-head-left {
	float: left;
	width: 410px;
	height: 235px;
	overflow: hidden;
}

.index-gsxw-head-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.index-gsxw-head-right {
	float: left;
	padding: 0 30px;
	width: 440px;
	box-sizing: border-box;
}

.index-gsxw-head-year {
	margin-top: 30px;
	color: #666666;
	font-size: 16px;
	font-family: "Arial";
}

.index-gsxw-head-year img {
	margin-right: 3px;
	margin-top: -3px;
}

.index-gsxw-head-title {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 20px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-gsxw-head-foot {
	text-align: center;
	width: 130px;
	height: 38px;
	line-height: 38px;
	color: #ffffff;
	font-size: 16px;
	background-color: #0a3b95;
	border-radius: 19px;
	border: 1px solid #0a3b95;
	transition: 0.4s;
}

.index-gsxw-head:hover .index-gsxw-head-left img {
	transform: scale(1.05);
}

.index-gsxw-head:hover .index-gsxw-head-title {
	color: #0a3b95;
}

.index-gsxw-list {
	margin-top: 20px;
}

.index-gsxw-list ul li a {
	line-height: 68px;
	position: relative;
	padding-left: 15px;
	padding-right: 125px;
	border-bottom: 1px solid #dddddd;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 16px;
}

.index-gsxw-item-year {
	position: absolute;
	right: 0;
	color: #666666;
	font-size: 16px;
	font-family: "Arial";
	top: 0;
}

.index-gsxw-list ul li a::after {
	content: " ";
	display: block;
	width: 8px;
	height: 8px;
	border: 1px solid #aaaaaa;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.index-gsxw-list ul li a:hover::after {
	border: 1px solid #0a3b95;
}

.index-gsxw-list ul li a:hover {
	color: #0a3b95;
}

.index-hydt {
	float: right;
	width: 500px;
}

.index-hydt-lb {
	position: relative;
	height: 600px;
	background-color: #f7f7f7;
}

.index-hydt-lb .hd {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 35px;
	text-align: center;
}

.index-hydt-lb .hd li {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #c6c6c6;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
	font-size: 0;
}

.index-hydt-lb .hd li.on {
	background-color: #0a3b95;
}

.index-hydt-item {
	width: 500px;
}

.index-hydt-head {
	width: 100%;
	height: 305px;
	overflow: hidden;
}

.index-hydt-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.index-hydt-year {
	margin: 40px 50px 25px;
	color: #666666;
	font-size: 16px;
	font-family: "Arial";
}

.index-hydt-year img {
	margin-right: 3px;
	margin-top: -5px;
}

.index-hydt-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 50px 20px;
	height: 60px;
}

.index-hydt-text {
	margin: 0px 50px;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-hydt-item:hover .index-hydt-head img {
	transform: scale(1.05);
}

.index-cpys {
	margin-bottom: 70px;
}

.index-cpys-item {
	float: left;
	width: 680px;
	margin-right: 40px;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.index-cpys-item:nth-child(2) {
	margin-right: 0;
}

.index-cpys-item-lb {
	width: 100%;
	height: 400px;
	position: relative;
}

.index-cpys-item-lb .hd {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 20px;
	z-index: 666;
}

.index-cpys-item-lb .hd li {
	display: inline-block;
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 5px;
	background-color: rgba(255, 255, 255, 0.2);
}

.index-cpys-item-lb .hd li.on {
	background-color: #fff;
}

.index-cpys-item-lb .bd li {
	overflow: hidden;
}

.index-cpys-item-lb .bd img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	transition: 0.4s;
}

.index-cpys-item-foot {
	padding: 0 40px;
}

.index-cpys-item-title {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0px 20px;
	transition: 0.4s;
}

.index-cpys-item-text {
	color: #666666;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.65;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.index-cpys-item-xq {
	color: #666666;
	margin-bottom: 35px;
	padding-left: 28px;
	position: relative;
}

.index-cpys-item-xq::after {
	content: " ";
	display: block;
	width: 17px;
	height: 18px;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background-image: url(index-cpys-item-xq-left.png);
}

.index-cpys-item-xq::before {
	content: " ";
	display: block;
	width: 26px;
	height: 8px;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	background-image: url(index-cpys-item-xq-right.png);
}

.index-cpys-item:hover .index-cpys-item-title {
	color: #0a3b95;
	padding-left: 15px
}

.index-cpys-item:hover .index-cpys-item-xq::after {
	background-image: url(index-cpys-item-xq-left-on.png);
}

.index-cpys-item:hover .index-cpys-item-xq::before {
	background-image: url(index-cpys-item-xq-right-on.png);
}

.index-foot {
	width: 100%;
	background-image: url(index-foot.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden;
	padding-top: 40px;
}

.index-foot a {
	color: #fff;
}

.index-foot a:hover {
	text-decoration: underline;
}

.index-foot-nav {
	margin-bottom: 30px;
	margin-right: 140px;
	float: left;
}

.index-foot-nav>ul>li:nth-child(1) {
	display: none;
}

.index-foot-nav>ul>li {
	float: left;
	margin-right: 70px;
}

.index-foot-nav>ul>li:nth-last-child(1) {
	margin-right: 0;
}

.index-foot-nav>ul>li>a {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

.index-foot-nav>ul>li>ul {
	margin-top: 25px;
}

.index-foot-nav>ul>li>ul>li {
	margin-bottom: 5px;
}

.index-foot-nav>ul>li>ul a {
	color: #ffffff;
	font-size: 14px;
}

.index-foot-info {
	float: left;
}

.index-foot-info-title {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 10px;
}

.index-foot-info-text {
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 20px;
	width: 270px;
}

.index-foot-text {
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	padding: 24px 0;
	font-size: 14px;
	opacity: 0.7;
}

.index-foot-text a {
	font-size: 14px;
}

.index-foot-right {
	float: right;
}

.index-foot-right-item {
	float: left;
	position: relative;
	margin-right: 25px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	overflow: hidden;
}

.index-foot-right-item>img:nth-child(2) {
	display: none;
}

.index-foot-right-item:nth-last-child(1) {
	margin-right: 0;
}

.index-foot-right-box {
	position: absolute;
	top: 48px;
	left: -100%;
	width: 120px;
	height: 126px;
	background-image: url(index-foot-right-box-bgi.png);
	box-sizing: border-box;
	padding: 10px 4px 4px;
	opacity: 0;
	transition: 0.4s;
}

.index-foot-right-box img {
	width: 100%;
	height: 100%;
}

.index-foot-right-item.on {
	overflow: visible;
}

.index-foot-right-item.on .index-foot-right-box {
	opacity: 1;
}

.index-foot-right-item.on>img:nth-child(2) {
	display: block;
}

.index-foot-right-item.on>img:nth-child(1) {
	display: none;
}

.index-foot-right-item:hover>img:nth-child(1) {
	display: none;
}

.index-foot-right-item:hover>img:nth-child(2) {
	display: block;
}

.inner-nav {
	border-bottom: 1px solid #eee;
	height: 80px;
}

.inner-nav-left {
	float: left;
	margin-top: 19px;
}

.inner-nav-left ul li {
	float: left;
	margin-right: 35px;
}

.inner-nav-left ul li a {
	display: block;
	/* width: 140px; */
	height: 42px;
	color: #333333;
	font-size: 18px;
	text-align: center;
	line-height: 42px;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	min-width: 80px;
	padding: 0 30px;
}

.inner-nav-left ul li a.on {
	color: #fff;
	background-image: url(inner-nav-left.png);
}

.inner-nav-left ul li a:hover {
	color: #fff;
	background-image: url(inner-nav-left.png);
}

.dddwww {
	float: right;
	line-height: 80px;
	color: #666666;
	font-size: 16px;
}

.dddwww img {
	margin-top: -5px;
}

.dddwww a {
	color: #666666;
	font-size: 16px;
}

.dddwww a:hover {
	text-decoration: underline;
}

.gywm-title {
	text-align: center;
	position: relative;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-top: 65px;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.gywm-title::after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 2px;
	background-color: #0a3b95;
}

.gywm-jtjs-left {
	width: 705px;
	float: left;
	background-image: url(gywm-jtjs-left.png);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	padding: 20px 0;
}

.gywm-jtjs-left-title {
	color: #0a3b95;
	font-size: 30px;
	font-weight: bold;
}

.gywm-jtjs-left-title-e {
	color: #999999;
	font-size: 16px;
	font-family: "Arial";
	/* font-family: 'number'; */
	margin: 5px 0 10px;
}

.gywm-jtjs-left-text {
	line-height: 1.7;
	color: #666666;
	font-size: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	margin-bottom: 50px;
}

.gywm-jtjs-left-btn {
	display: block;
	width: 150px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	border-radius: 22px;
	box-sizing: border-box;
	border: 1px solid #0a3b95;
	background-color: #0a3b95;
	color: #ffffff;
	font-size: 16px;
	transition: 0.4s;
}

.gywm-jtjs-left-btn:hover {
	color: #0a3b95;
	background-color: #fff;
}

.gywm-jtjs-right {
	float: right;
	margin-right: 10px;
	width: 640px;
	height: 450px;
	position: relative;
}

.gywm-jtjs-right-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.gywm-jtjs-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 200;
	transition: 0.4s;
}

.gywm-jtjs-right:hover img {
	transform: scale(1.05);
}

.gywm-jtjs-right::after {
	content: " ";
	display: block;
	position: absolute;
	right: -10px;
	bottom: -10px;
	width: 640px;
	height: 450px;
	background-color: #e6f1fa;
}

.zzjg-img {
	text-align: center;
	max-width: 100%;
	height: auto;
}

.zzjg-img img {
	max-width: 100%;
}

.fzlc-lb {
	position: relative;
	width: 100%;
	height: 560px;
	background-image: url(fzlc-lb.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	margin-bottom: 80px;
}

.fzlc-lb::after {
	content: " ";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: rgba(160, 196, 218, 0.5);
	top: 140px;
	left: 0;
}

.fzlc-lb .hd {
	margin-top: 50px;
}

.fzlc-lb .hd .swiper-slide {
	color: #ffffff;
	font-size: 24px;
	font-family: "Arial";
	cursor: pointer;
	text-align: center;
	position: relative;
	padding-bottom: 60px;
	padding-top: 20px;
}

.fzlc-lb .hd .swiper-slide::after {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 18px;
	margin: auto;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 50%;
}

.fzlc-lb .hd .swiper-slide::before {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	margin: auto;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 50%;
	transition: 0.4s;
	opacity: 0;
}

.fzlc-lb .hd .swiper-slide-thumb-active::before {
	opacity: 1;
}

.fzlc-lb .hd .swiper-slide-thumb-active {
	font-size: 36px;
	margin-top: -18px;
}

.fzlc-lb .bd {
	margin-top: 73px
}

.fzlc-lb-title {
	float: left;
	width: 650px;
	height: 240px;
	font-size: 220px;
	font-family: "number";
	text-align: center;
	line-height: 200px;
	color: #fff;
}

.fzlc-lb-text {
	float: left;
	width: 700px;
	height: 240px;
	color: #333333;
	font-size: 24px;
	background-color: rgba(255, 255, 255, 0.9);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fzlc-lb-text::after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 240px;
	background-color: #4fa4f3;
}

.fzlc-lb-text-content {
	position: relative;
	padding-left: 30px;
	max-width: 90%;
	box-sizing: border-box;
}

.fzlc-lb-text-content::before {
	content: " ";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 28px;
	background-color: #0a3b95;
}

.fzlc-lb .swiper-button-prev {
	left: 12%;
	top: 25%;
}

.fzlc-lb .swiper-button-next {
	right: 12%;
	top: 25%;
}

.fzlc-lb .swiper-button-prev:after {
	display: none;
}

.fzlc-lb .swiper-button-next:after {
	display: none;
}

.fzlc-lb .bd .swiper-slide {
	opacity: 0 !important;
	transition: 0.4s;
}

.fzlc-lb .bd .swiper-slide-active {
	opacity: 1 !important;
}

.qywh-list {
	margin-bottom: 90px;
}

.qywh-item {
	float: left;
	width: 440px;
	height: 360px;
	position: relative;
	border: 1px solid #eeeeee;
	margin-right: 40px;
	transition: 0.4s;
	box-sizing: border-box;
}

.qywh-item:nth-last-child(1) {
	margin-right: 0;
}

.qywh-item-top {
	position: absolute;
	width: 200px;
	height: 50px;
	background-image: url(qywh-item-top.png);
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	z-index: 666;
}

.qywh-item-img {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.qywh-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.qywh-item:hover .qywh-item-img img {
	transform: scale(1.05);
}

.qywh-item-title {
	line-height: 80px;
	color: #333333;
	font-size: 18px;
	text-align: center;
	padding: 0 20px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.qywh-item:hover {
	box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.1);
}

.ryzz-content {
	width: 100%;
	height: 420px;
	box-shadow: 0px 0px 30px 2px rgba(0, 0, 0, 0.1);
}

.ryzz-btn {
	display: block;
	width: 150px;
	height: 44px;
	text-align: center;
	line-height: 42px;
	border-radius: 22px;
	box-sizing: border-box;
	border: 1px solid #0a3b95;
	background-color: #0a3b95;
	color: #ffffff;
	font-size: 16px;
	transition: 0.4s;
	margin: 50px auto 80px;
}

.ryzz-btn:hover {
	color: #0a3b95;
	background-color: #fff;
}

.ryzz-left {
	position: relative;
	width: 1100px;
	float: left;
	padding: 40px 35px 0;
	box-sizing: border-box;
}

.ryzz-left-img {
	width: 330px;
	height: 240px;
	box-sizing: border-box;
	border: 5px solid #ced8ea;
	position: relative;
	margin-bottom: 20px;
}

.ryzz-left-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 85%;
	max-height: 85%;
	transition: 0.4s;
}

.ryzz-left-img:hover img {
	transform: scale(1.05);
}

.ryzz-left p {
	text-align: center;
	color: #333333;
	font-size: 16px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ryzz-left .swiper-pagination {
	bottom: initial !important;
	top: 360px !important;
}

.ryzz-left .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border: 1px solid #bebebe;
	background-color: #fff;
	opacity: 1;
	margin: 0 5px !important;
}

.ryzz-left .swiper-pagination-bullet-active {
	background-color: #0a3b95;
	border: 1px solid #0a3b95;
}

.ryzz-right {
	float: right;
	background-image: url(ryzz-right-bgi.png);
	width: 300px;
	height: 420px;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	box-sizing: border-box;
	padding: 40px 40px 35px;
	position: relative;
}

.ryzz-right-img {
	width: 220px;
	height: 240px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
}

.ryzz-right-img img {
	max-width: 95%;
	max-height: 95%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
	transition: 0.4s;
}

.ryzz-right-img:hover img {
	transform: scale(1.05);
}

.ryzz-right p {
	color: #ffffff;
	font-size: 16px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.ryzz-right .swiper-button-prev:after,
.ryzz-right .swiper-button-next:after {
	display: none;
}

.ryzz-right .swiper-button-prev,
.ryzz-right .swiper-button-next {
	top: initial !important;
	bottom: 35px !important;
}

.ryzz-right .swiper-button-prev {
	left: 108px !important;
}

.ryzz-right .swiper-button-next {
	right: 108px !important;
}

.qyfc-item {
	width: 448px;
	height: 350px;
	box-sizing: border-box;
	margin-right: 28px;
	margin-bottom: 30px;
	float: left;
	border: 1px solid #eee;
	padding: 15px 15px 0;
	transition: 0.4s;
}

.qyfc-item:nth-child(3n) {
	margin-right: 0;
}

.qyfc-item-img {
	width: 100%;
	height: 275px;
	position: relative;
}

.qyfc-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ryzsinfo-list .qyfc-item-img img {
	position: absolute;
	max-width: 95%;
	max-height: 95%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: auto;
	height: auto;
	object-fit: initial;
}

.qyfc-item-title {
	line-height: 60px;
	color: #333333;
	font-size: 18px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.ryzsinfo-list .qyfc-item-title {
	line-height: 1.7;
	white-space: initial;
	-webkit-line-clamp: 2;
	font-size: 16px;
}

.qyfc-item:hover {
	border: 1px solid #0a3b95;
}

.qyfc-item:hover .qyfc-item-title {
	font-weight: bold;
	color: #0a3b95;
}

.ywbk-title::after {
	display: none;
}

.ywbk-title {
	text-align: center;
	position: relative;
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-top: 65px;
	padding-bottom: 10px;
}

.ywbk-title-text {
	text-align: center;
	margin-bottom: 90px;
	color: #666666;
	font-size: 18px;
}

.ytly-list {
	margin-bottom: 80px;
}

.ytly-item {
	float: left;
	width: 400px;
	height: 460px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin-right: 25px;
	box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
	position: relative;
}

.ytly-item:nth-last-child(1) {
	margin-right: 0;
}

.ytly-item-position {
	width: 120px;
	height: 120px;
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 333;
}

.ytly-item-position img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.ytly-item:hover .ytly-item-position img {
	transform: rotateY(360deg);
}

.ytly-item-head {
	width: 100%;
	height: 180px;
	position: relative;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.ytly-item-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.ytly-item-head p {
	position: absolute;
	bottom: 50px;
	width: 100%;
	left: 0;
	box-sizing: border-box;
	padding: 0 25px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.ytly-item-foot {
	padding: 40px 50px 0;
}

.ytly-item-btn {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 48px;
	text-align: center;
	color: #333333;
	font-size: 17px;
	margin-bottom: 20px;
	background-color: #f5f7fb;
	border: 1px solid #dae2ef;
	border-radius: 25px;
	transition: 0.4s;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ytly-item-btn:hover {
	background-color: #0a3b95;
	color: #fff;
}

.ytly-item:nth-child(2) {
	width: 550px;
}

.ytly-item:nth-child(2) .ytly-item-btn {
	float: left;
	width: 225px;
}

.ytly-item:nth-child(2) .ytly-item-btn:nth-child(2n) {
	float: right;
}

.ytly-item:nth-child(2) .ytly-item-foot {
	padding: 40px 40px 0;
}

.f8f8f8 {
	overflow: hidden;
	background-color: #f8f8f8;
}

.yscp-lb {
	width: 1556px;
	padding: 0 78px;
	margin: 40px auto 80px;
	box-sizing: border-box;
	position: relative;
}

.yscp-inner-lb .bd {
	float: left;
	width: 930px;
	height: 544px;
	position: relative;
}

.yscp-inner-lb .hd {
	position: absolute;
	z-index: 333;
	width: 750px;
	top: 410px;
	text-align: center;
	right: 0;
}

.yscp-inner-lb .hd li {
	display: inline-block;
	font-size: 0;
	background-color: #d9d9d9;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	margin: 0 6px;
}

.yscp-inner-lb .hd li.on {
	background-color: #0a3b95;
}

.yscp-inner-lb .bd img {
	width: 930px;
	height: 544px;
	object-fit: cover;
}

.yscp-content {
	position: absolute;
	right: 30px;
	top: 62px;
	box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.1);
	width: 705px;
	height: 420px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 0 60px;
}

.yscp-title {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 40px;
	margin-bottom: 50px;
}

.yscp-position {
	width: 600px;
	height: 45px;
	position: absolute;
	top: 50px;
	left: 60px;
}

.yscp-position img {
	width: 100%;
	height: auto;
}

.yscp-text {
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 50px;
}

.yscp-btn {
	display: block;
	width: 150px;
	height: 42px;
	box-sizing: border-box;
	line-height: 40px;
	text-align: center;
	border: 1px solid #ddd;
	font-size: 16px;
	color: #666666;
	border-radius: 21px;
	transition: 0.4s;
}

.yscp-btn:hover {
	background-color: #0a3b95;
	border: 1px solid #0a3b95;
	color: #fff;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none !important;
}

.swiper-button-next,
.swiper-button-prev {
	opacity: 1 !important;
}

.yscp-lb .swiper-button-next,
.yscp-lb .swiper-button-prev {
	opacity: 1 !important;
	top: 45%;
}

.ywbk-title-btn {
	color: #0a3b95;
	font-size: 16px;
	text-align: center;
	display: block;
}

.ywbk-title-btn:hover {
	text-decoration: underline;
}

.xmal-lb {
	width: 1556px;
	padding: 0 78px;
	margin: 40px auto 80px;
	box-sizing: border-box;
	position: relative;
	height: 490px;
}

.xmal-item {
	width: 440px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	transition: 0.4s;
}

.xmal-item-img {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.xmal-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xmal-item-foot {
	padding: 0 30px;
}

.xmal-item-title {
	margin: 30px 0 10px;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.xmal-item-text {
	color: #666666;
	font-size: 16px;
	line-height: 1.75;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 30px;
	transition: 0.4s;
}

.xmal-lb .xmal-item {
	height: 380px;
}

.xmal-lb .xmal-item-text {
	opacity: 0;
	height: 0;
}

.xmal-item-rq-left {
	color: #999999;
	font-size: 16px;
	font-family: "Arial";
	float: left;
}

.xmal-item-rq-left img {
	margin-right: 7px;
	margin-top: -5px;
}

.xmal-item-rq-right {
	float: right;
}

.xmal-item-rq {
	overflow: hidden;
	transition: 0.4s;
}

.xmal-lb .xmal-item-rq {
	opacity: 0;
	height: 0;
}

.xmal-lb .swiper-button-next,
.xmal-lb .swiper-button-prev {
	opacity: 1 !important;
	top: 180px;
}

.xmal-lb .xmal-item:hover {
	height: 490px;
}

.xmal-lb .xmal-item:hover .xmal-item-title {
	color: #0a3b95;
}

.xmal-lb .xmal-item:hover .xmal-item-text {
	height: auto;
	opacity: 1;
}

.xmal-lb .xmal-item:hover .xmal-item-rq {
	height: auto;
	margin-bottom: 10px;
	opacity: 1;
}

.xmal-list .xmal-item {
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
	height: 490px;
}

.xmal-list .xmal-item:nth-child(3n) {
	margin-right: 0;
}

.xmal-list .xmal-item-rq-right {
	position: relative;
	width: 26px;
	height: 8px;
	margin-top: 7px;
}

.xmal-list .xmal-item-rq-right img {
	position: absolute;
	transition: 0.4s;
}

.xmal-list .xmal-item-rq-right img:nth-child(1) {
	opacity: 1;
}

.xmal-list .xmal-item-rq-right img:nth-child(2) {
	opacity: 0;
}

.xmal-list .xmal-item:hover .xmal-item-rq-right img:nth-child(1) {
	opacity: 0;
}

.xmal-list .xmal-item:hover .xmal-item-rq-right img:nth-child(2) {
	opacity: 1;
}

.xmal-list .xmal-item:hover .xmal-item-title {
	color: #0a3b95;
}

.xmal-list .xmal-item:hover {
	box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.1);
}

.newdy-title {
	margin-top: 70px;
}

.newdy-title-left {
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	float: left;
	margin-bottom: 30px;
}

.newdy-title-right {
	float: right;
	width: 120px;
	height: 36px;
	box-sizing: border-box;
	line-height: 34px;
	text-align: center;
	border-radius: 18px;
	border: 1px solid #ddd;
	color: #666666;
	font-size: 16px;
	margin-top: 6px;
	transition: 0.4s;
}

.newdy-title-right:hover {
	color: #fff;
	background-color: #0a3b95;
	border: 1px solid #0a3b95;
}

.new-gsxw-list {
	margin-bottom: 80px;
}

.new-gsxw-item:nth-child(1) {
	width: 568px;
	height: 520px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-right: 40px !important;
	padding: 0;
}

.new-gsxw-item:nth-child(1) .new-gsxw-item-img {
	display: block;
	width: 100%;
	height: 320px;
	overflow: hidden;
}

.new-gsxw-item:nth-child(1) .new-gsxw-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.new-gsxw-item:nth-child(1):hover .new-gsxw-item-img img {
	transform: scale(1.05);
}

.new-gsxw-item:nth-child(1) .new-gsxw-item-rq {
	display: none;
}

.new-gsxw-item:nth-child(1) .new-gsxw-item-title {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	padding: 0 30px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 20px 0 10px;
}

.new-gsxw-item:nth-child(1) .new-gsxw-item-text {
	color: #666666;
	font-size: 16px;
	line-height: 1.75;
	overflow: hidden;
	padding: 0 30px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 25px;
}

.new-gsxw-item:nth-child(1) .new-gsxw-item-foot {
	display: block;
	padding: 0 30px;
}

.new-gsxw-item-foot-left {
	float: left;
	color: #999999;
	font-size: 16px;
	font-family: "Arial";
}

.new-gsxw-item-foot-left img {
	margin-top: -4px;
	margin-right: 5px;
}

.new-gsxw-item-foot-right {
	float: right;
}

.new-gsxw-item {
	float: left;
	transition: 0.4s;
	width: 380px;
	height: 160px;
	box-sizing: border-box;
	border-bottom: 1px solid #ddd;
	position: relative;
	margin-right: 32px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0 30px;
}

.new-gsxw-item:nth-child(2n+1) {
	margin-right: 0;
}

.new-gsxw-item:hover {
	box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.1);
}

.new-gsxw-item-img {
	display: none;
}

.new-gsxw-item-rq {
	color: #333333;
	font-size: 16px;
	font-family: "Arial";
	margin: 20px 0 10px;
}

.new-gsxw-item-rq span {
	font-size: 28px;
}

.new-gsxw-item-title {
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.75;
}

.new-gsxw-item-text {
	display: none;
}

.new-gsxw-item-foot {
	display: none;
}

.new-gsxw-item::after {
	content: " ";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #0a3b95;
	transition: 0.4s;
}

.new-gsxw-item:hover::after {
	width: 100%;
}

.new-gsxw-item:hover .new-gsxw-item-title {
	color: #0a3b95;
}

.hydt-lb {
	width: 1585px;
	padding: 0 78px;
	margin: 0px auto 80px;
	box-sizing: border-box;
	position: relative;
}

.jydt-item {
	margin: 15px;
	height: 510px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	transition: 0.4s;
	border: 1px solid #eee;
}

.jydt-item:hover {
	box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
}

.jydt-item-img {
	width: 100%;
	height: 245px;
	overflow: hidden;
	position: relative;
}

.jydt-item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jydt-item-riqi {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #ffffff;
	font-size: 16px;
	z-index: 333;
	background-image: url(jydt-item-riqi.png);
}

.jydt-item-title {
	color: #333333;
	font-size: 20px;
	margin: 15px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 60px;
}

.jydt-item-text {
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.7;
}

.jydt-item-btn {
	position: absolute;
	bottom: 30px;
	left: 20px;
	width: 90px;
	height: 32px;
	border-radius: 16px;
	border: 1px solid #ddd;
	transition: 0.4s;
}

.jydt-item-btn img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 26px;
	height: auto;
}

.jydt-item:hover .jydt-item-btn {
	background-color: #0a3b95;
	border: 1px solid #0a3b95;
}

.jydt-item-btn img:nth-child(1) {
	opacity: 1;
}

.jydt-item:hover .jydt-item-btn img:nth-child(1) {
	opacity: 0;
}

.jydt-item-btn img:nth-child(2) {
	opacity: 0;
}

.jydt-item:hover .jydt-item-btn img:nth-child(2) {
	opacity: 1;
}

.jydt-item:hover .jydt-item-title {
	color: #0a3b95;
	font-weight: bold;
}

.zcjd-list {
	margin-bottom: 20px;
}

.zcjd-item {
	width: 685px;
	height: 210px;
	box-sizing: border-box;
	border: 1px solid #eee;
	margin-right: 30px;
	margin-bottom: 30px;
	transition: 0.4s;
	float: left;
	padding: 30px;
	position: relative;
}

.zcjd-item:nth-child(2n) {
	margin-right: 0;
}

.zcjd-item-title {
	color: #333333;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	height: 60px;
	width: 480px;
	margin-bottom: 20px;
	line-height: 60px;
}

.zcjd-item-text {
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.zcjd-item:hover {
	box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.1);
}

.zcjd-item:hover .zcjd-item-title {
	color: #0a3b95;
	font-weight: bold;
}

.zcjd-item-rq {
	position: absolute;
	right: 0;
	top: 40px;
	background-image: url(zcjd-item-rq-bgi.png);
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-family: "Arial";
	width: 140px;
	height: 39px;
	line-height: 39px;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.zcjd-item-rq img {
	margin-right: 3px;
	margin-top: -3px;
}

.new-list {
	margin-top: 50px;
}

.new-item {
	overflow: hidden;
	transition: 0.4s;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #eee;
	margin-bottom: 30px;
	padding: 40px;
	position: relative;
}

.new-item-left {
	float: left;
	width: 354px;
	height: 200px;
	margin-right: 45px;
}

.new-item-left img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.new-item-right {
	float: left;
	width: 915px;
}

.new-item-title {
	width: 80%;
	color: #333333;
	font-size: 22px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 25px;
	margin-top: 12px;
}

.new-item-text {
	color: #666666;
	font-size: 16px;
	line-height: 1.75;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 40px;
}

.new-item-xq {
	float: left;
	font-size: 16px;
	color: #666;
}

.new-item-icon {
	float: right;
	position: relative;
	width: 26px;
	height: 8px;
	margin-top: 5px;
}

.new-item-icon img {
	transition: 0.4s;
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.new-item-icon img:nth-child(1) {
	opacity: 1;
}

.new-item:hover .new-item-icon img:nth-child(1) {
	opacity: 0;
}

.new-item-icon img:nth-child(2) {
	opacity: 0;
}

.new-item:hover .new-item-icon img:nth-child(2) {
	opacity: 1;
}

.new-item:hover {
	box-shadow: 0 0 30px 2px rgba(0, 0, 0, 0.1);
}

.new-item:hover .new-item-title {
	font-weight: bold;
	color: #0a3b95;
}

.new-item:hover .new-item-xq {
	color: #0a3b95;
}

.new-item-posiiton {
	background-image: url(new-item-posiiton-big.png);
	width: 140px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-family: "Arial";
	position: absolute;
	right: 0;
	top: 50px;
}

.new-item-posiiton img {
	margin-right: 3px;
	margin-bottom: -3px;
}

.zcjd-list .new-item-right {
	width: 100%;
}

.zcjd-list .new-item-title {
	width: 90%;
	margin-top: 0;
	margin-bottom: 20px;
}

.zcjd-list .new-item-text {
	margin-bottom: 25px;
	height: 56px;
}

.zcjd-list .new-item-posiiton {
	top: 40px;
}

.zcjd-list .new-item-xq {
	position: relative;
	padding-left: 23px;
}

.zcjd-list .new-item-xq img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: 0.4s;
}

.zcjd-list .new-item-xq img:nth-child(1) {
	opacity: 1;
}

.zcjd-list .new-item:hover .new-item-xq img:nth-child(1) {
	opacity: 0;
}

.zcjd-list .new-item-xq img:nth-child(2) {
	opacity: 0;
}

.zcjd-list .new-item:hover .new-item-xq img:nth-child(2) {
	opacity: 1;
}

.f5f5f5 {
	background-color: #f5f5f5;
	overflow: hidden;
}

.new-xq-content {
	margin: 30px 0 40px;
}

.new-xq-left {
	width: 1020px;
	background-color: #fff;
	float: left;
	box-sizing: border-box;
	padding: 0 50px;
}

.new-xq-title {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin: 45px 0 15px;
	text-align: center;
}

.new-xq-text {
	text-align: center;
	margin-bottom: 20px;
	color: #999999;
	font-size: 14px;
}

.new-xq-text span {
	margin: 0 15px;
}

.new-xq-text span img {
	margin-top: -3px;
	margin-right: 3px;
}

.new-xq-fuwenebn {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 25px 0;
	color: #666666;
	font-size: 16px;
	line-height: 1.75;
}

.new-xq-fuwenebn * {
	max-width: 100%;
}

.new-xq-foot {
	margin-bottom: 40px;
	margin-top: 40px;
}

.new-xq-foot-left {
	float: left;
	width: 70%;
}

.new-xq-foot-left-item {
	color: #666666;
	font-size: 16px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.new-xq-foot-left-item * {
	color: #666666;
	font-size: 16px;
}

.new-xq-foot-left-item a {
	color: #666666;
	font-size: 16px;
}

.new-xq-foot-left-item a:hover {
	text-decoration: underline;
}

.new-xq-foot-btn {
	display: block;
	float: right;
	text-align: center;
	background-color: #f1a81a;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	width: 140px;
	border-radius: 20px;
	margin-top: 15px;
}

.new-xq-foot-btn img {
	margin-top: -4px;
	margin-right: 5px;
	transition: 0.4s;
}

.new-xq-foot-btn:hover img {
	transform: rotateY(360deg);
}

.new-xq-right {
	float: right;
	width: 350px;
	background-color: #fff;
	padding-bottom: 15px;
}

.new-xq-right-head {
	width: 100%;
	height: 100px;
	line-height: 100px;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	padding-left: 30px;
	background-color: #0a3b95;
	margin-bottom: 30px;
}

.new-xq-right-list ul li {
	margin-bottom: 25px;
}

.new-xq-right-list ul li a {
	padding: 0 40px;
	color: #666666;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
}

.new-xq-right-list ul li a::after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background-color: #bbbbbb;
	left: 24px;
	top: 8px;
	transition: 0.4s;
}

.new-xq-right-list ul li a:hover {
	color: #0a3b95;
}

.new-xq-right-list ul li a:hover::after {
	background-color: #0a3b95;
}

.fwys-content {
	width: 488px;
	height: 486px;
	position: relative;
	margin: -40px auto 212px;
}

.fwys-content img {
	width: 100%;
	height: auto;
}

.fwys-item {
	position: absolute;
}

.fwys-item-title {
	color: #0a3b95;
	font-size: 24px;
	margin-bottom: 5px;
	font-weight: bold;
}

.fwys-item-text {
	color: #666666;
	font-size: 16px;
}

.fwys-item:nth-child(1) {
	left: -265px;
	top: 100px;
	text-align: right;
	width: 245px;
}

.fwys-item:nth-child(2) {
	right: -265px;
	top: 100px;
	width: 245px;
}

.fwys-item:nth-child(3) {
	left: -295px;
	top: 280px;
	width: 275px;
	text-align: right;
}

.fwys-item:nth-child(4) {
	right: -290px;
	top: 280px;
	width: 270px;
}

.fwys-item:nth-child(5) {
	right: 0px;
	left: 0;
	top: 506px;
	margin: auto;
	width: 330px;
	text-align: center;
}

.ywbz-title {
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-top: 65px;
	text-align: center;
}

.ywbz-title-text {
	text-align: center;
	font-size: 18px;
	color: #666666;
	margin-bottom: 30px;
}

.ywbz-content {
	background-color: #fff;
	margin-bottom: 30px;
}

.ywbz-content-left {
	float: left;
	width: 700px;
	height: 350px;
	overflow: hidden;
}

.ywbz-content-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.ywbz-content-left:hover img {
	transform: scale(1.05);
}

.ywbz-content-right {
	float: left;
	width: 700px;
	box-sizing: border-box;
	padding: 60px 70px 0;
}

.ywbz-content-item {
	margin-bottom: 45px;
}

.ywbz-content-title {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}

.ywbz-content-text {
	color: #666666;
	font-size: 18px;
}

.ywbz-list {
	margin-bottom: 100px;
}

.ywbz-item {
	float: left;
	width: 450px;
	height: 200px;
	background-color: #fff;
	margin-right: 25px;
}

.ywbz-item:nth-last-child(1) {
	margin-right: 0;
}

.ywbz-item-left {
	float: left;
	width: 103px;
	height: 103px;
	overflow: hidden;
	margin: 50px 20px 0 40px;
}

.ywbz-item-left img {
	width: 100%;
	height: 100%;
	transition: 0.4s;
}

.ywbz-item:hover .ywbz-item-left img {
	transform: rotate(360deg);
}

.ywbz-item-right {
	float: left;
	margin-top: 60px;
	width: 265px;
}

.ywbz-item-title {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ywbz-item-text {
	color: #666666;
	font-size: 18px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.gsfl-content {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-image: url(gsfl-content-bgi.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.gsfl-list {
	margin: 100px auto 115px;
	position: relative;
	width: 662px;
	height: 635px;
}

.gsfl-list img {
	max-width: 100%;
	height: auto;
}

.gsfl-title {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 280px;
	left: 0;
	color: #476eb6;
	font-size: 36px;
	font-weight: bold;
}

.gsfl-title-e {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 333px;
	left: 0;
	opacity: 0.5;
	color: #0a3b95;
	font-size: 16px;
	font-family: "Arial";
	text-transform: uppercase;
}

.gsfl-item {
	position: absolute;
	width: auto;
	transition: 0.4s;
	white-space: nowrap;
}

.gsfl-item:hover {
	margin-top: -10px;
}

.gsfl-item-title {
	font-size: 30px;
	font-weight: bold;
}

.gsfl-item-text {
	color: #333333;
	font-size: 24px;
}

.gsfl-item:nth-child(1) {
	top: 80px;
	left: 572px;
}

.gsfl-item:nth-child(1) .gsfl-item-title {
	color: #65aec0;
}

.gsfl-item:nth-child(6) {
	top: 80px;
	right: 572px;
	text-align: right;
}

.gsfl-item:nth-child(6) .gsfl-item-title {
	color: #7eaacd;
}

.gsfl-item:nth-child(2) {
	top: 275px;
	left: 685px;
}

.gsfl-item:nth-child(2) .gsfl-item-title {
	color: #758dd3;
}

.gsfl-item:nth-child(5) {
	top: 275px;
	right: 685px;
	text-align: right;
}

.gsfl-item:nth-child(5) .gsfl-item-title {
	color: #8f78c1;
}

.gsfl-item:nth-child(3) {
	top: 465px;
	left: 572px;
}

.gsfl-item:nth-child(3) .gsfl-item-title {
	color: #797fce;
}

.gsfl-item:nth-child(4) {
	top: 465px;
	right: 572px;
	text-align: right;
}

.gsfl-item:nth-child(4) .gsfl-item-title {
	color: #698fd7;
}

.zpgw-head-text {
	margin-bottom: 40px;
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
}

.zpgw-head-text p {
	text-indent: 2em;
}

.zpgw-item {
	float: left;
	width: 680px;
	height: 160px;
	box-sizing: border-box;
	border: 1px solid #eeeeee;
	box-shadow: 0px 0px 30px 8px rgba(0, 0, 0, 0.05);
	margin-right: 40px;
	margin-bottom: 40px;
	padding: 0 30px;
	transition: 0.4s;
}

.zpgw-item:nth-child(2n) {
	margin-right: 0;
}

.zpgw-item-head {
	position: relative;
	padding-right: 45px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.zpgw-item-head img {
	position: absolute;
	transition: 0.4s;
	right: 0;
	top: 5px;
}

.zpgw-item-head img:nth-child(1) {
	opacity: 1;
}

.zpgw-item-head img:nth-child(2) {
	opacity: 0;
}

.zpgw-item-left {
	float: left;
	color: #666666;
	font-size: 16px;
}

.zpgw-item-left span {
	margin-right: 25px;
}

.zpgw-item-right {
	float: right;
	color: #999999;
	font-size: 16px;
	font-family: "Arial";
}

.zpgw-item-right img {
	margin-top: -3px;
	margin-right: 3px;
}

.zpgw-item:hover .zpgw-item-head img:nth-child(2) {
	opacity: 1;
}

.zpgw-item:hover .zpgw-item-head img:nth-child(1) {
	opacity: 0;
}

.zpgw-item:hover {
	border: 1px solid #0a3b95;
}

.zpgw-item:hover .zpgw-item-head {
	color: #0a3b95;
}

.gwxq-content {
	background-color: #fff;
	margin: 40px 0 60px;
	padding: 0 50px 20px;
	overflow: hidden;
}

.gwxq-head {
	border-bottom: 1px solid #eee;
	margin-bottom: 45px;
	padding-bottom: 30px;
	margin-top: 45px;
	position: relative;
	padding-right: 200px;
}

.gwxq-title {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}

.gwxq-text {
	color: #666666;
	font-size: 16px;
}

.gwxq-text span {
	margin-right: 50px;
}

.gwxq-text span img {
	margin-right: 3px;
	margin-top: -3px;
}

.gwxq-btn {
	transition: 0.4s;
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 120px;
	height: 40px;
	line-height: 38px;
	background-color: #f1a81a;
	border: 1px solid #f1a81a;
	border-radius: 20px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.gwxq-btn:hover {
	color: #f1a81a;
	background-color: #fff;
}

.gwxq-info-title {
	color: #333333;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.gwxq-fuwenben {
	color: #333333;
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 40px;
}

.gwxq-fuwenben * {
	max-width: 100%;
	list-style : ourside !important;
}

.lxwm-content {
	margin: 60px 0 70px;
	box-shadow: 0 0 40px 8px rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 400px;
	padding: 0 30px 0 70px;
	box-sizing: border-box;
}

.lxwm-left {
	float: left;
	width: 600px;
	margin-right: 160px;
}

.lxwm-title {
	margin-top: 70px;
	padding-bottom: 35px;
	margin-bottom: 40px;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
}

.lxwm-item {
	margin-bottom: 10px;
	color: #333333;
	font-size: 16px;
}

.lxwm-item img {
	margin-right: 3px;
	margin-top: -3px;
}

.lxwm-right {
	float: left;
	margin-top: 120px;
}

.lxwm-right-item {
	width: 160px;
	height: 160px;
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-right: 30px;
	border: 1px solid #dddddd;
	cursor: pointer;
}

.lxwm-right-item:nth-last-child(1) {
	margin-right: 0;
}

.lxwm-right-item-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: center;
	opacity: 1;
	transition: 0.4s;
}

.lxwm-right-item-mask img {
	margin-top: 32px;
}

.lxwm-right-item-mask p {
	position: absolute;
	width: 100%;
	left: 0;
	top: 105px;
	color: #333333;
	font-size: 16px;
}

.lxwm-right-item>img {
	transition: 0.4s;
	opacity: 0;
	position: absolute;
	width: 140px;
	height: 140px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.lxwm-right-item:hover>img {
	opacity: 1;
}

.lxwm-right-item:hover .lxwm-right-item-mask {
	opacity: 0;
}

.jyfk-content {
	margin: 80px 0 100px;
	box-shadow: 0 0 40px 8px rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 600px;
	box-sizing: border-box;
	padding: 0 125px;
}

.jyfk-left {
	float: left;
	margin-top: 80px;
	width: 350px;
	margin-right: 140px;
}

.jyfk-title-e {
	text-transform: uppercase;
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1;
}

.jyfk-title {
	color: #333333;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 35px;
	margin-bottom: 35px;
}

.jyfk-text {
	color: #666666;
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 65px;
}

.jyfk-foot-text {
	color: #666666;
	font-size: 18px;
	margin-left: 10px;
}

.jyfk-number {
	color: #f1a81a;
	font-size: 36px;
	font-weight: bold;
	font-family: "Arial";
	margin-left: 10px;
}

.jyfk-form {
	float: left;
	width: 660px;
	margin-top: 95px;
}

.jyfk-form-item {
	overflow: hidden;
	margin-bottom: 15px;
}

.jyfk-form-itle {
	float: left;
	line-height: 44px;
	color: #666666;
	font-size: 18px;
	margin-right: 20px;
	width: 36px;
}

.jyfk-form-right {
	float: left;
	width: 600px;
	height: auto;
	box-sizing: border-box;
}

.jyfk-form-right input {
	width: 100%;
	height: 42px;
	color: #333333;
	font-size: 16px;
	box-sizing: border-box;
	padding: 0 20px;
	border: 1px solid #d5d5d5;
}

.jyfk-form-right textarea {
	border: 1px solid #d5d5d5;
	width: 100%;
	height: 100px;
	color: #333333;
	font-size: 16px;
	box-sizing: border-box;
	padding: 10px 20px;
	resize: none;
	outline: none;
}

.yanzm .jyfk-form-itle {
	font-size: 0;
}

.yanzm input {
	width: 400px;
	margin-right: 20px;
}

.yanzm input[type=text]:focus {
	border: 1px solid red;
}

.yanzm img {
	width: 110px;
	height: 44px;
	margin-top: -5px;
}

.form-button {
	margin-top: 25px;
}

.form-button .jyfk-form-itle {
	font-size: 0;
}

.form-button .form-btn {
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 52px;
	height: 54px;
	border: 1px solid #0a3b95;
	background-color: #0a3b95;
	cursor: pointer;
	transition: 0.4s;
}

.form-button .form-btn:hover {
	color: #0a3b95;
	background-color: #fff;
}

.ss-title {
	line-height: 60px;
	margin-top: 20px;
	color: #333333;
	font-size: 30px;
}

.ss-item {
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
}

.ss-item-left {
	float: left;
	width: 90%;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 16px;
}

.ss-item-right {
	float: right;
	color: #333333;
	font-size: 16px;
}

.ss-item::after {
	content: " ";
	display: block;
	width: 0;
	height: 1px;
	background-color: #0a3b95;
	transition: 0.4s;
	position: absolute;
	bottom: 0;
	left: 0;
}

.ss-item:hover::after {
	width: 100%;
}

.ss-item:hover .ss-item-left {
	font-weight: bold;
}

.wzdt>ul>li {
	width: 100%;
	overflow: hidden;
	padding-bottom: 45px;
}

.wzdt>ul>li:nth-child(2n+1) {
	background-color: #f7f7f7;
}

.wzdt>ul>li>a,
.wzdt>ul>li>ul {
	display: block;
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}

.wzdt>ul>li>a {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	padding-left: 30px;
	margin-top: 50px;
	margin-bottom: 35px;
	position: relative;
	box-sizing: border-box;
}

.wzdt>ul>li>a::after {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 2px;
	height: 36px;
	background-color: #0a3b95;
}

.wzdt>ul>li>ul>li {
	margin: 0 15px 15px;
	float: left;
}

.wzdt>ul>li>ul>li a {
	display: block;
	border: 1px solid #e5e5e5;
	line-height: 48px;
	height: 50px;
	box-sizing: border-box;
	color: #333333;
	font-size: 18px;
	padding: 0 43px;
	transition: 0.4s;
}

.wzdt>ul>li>ul>li a:hover {
	color: #fff;
	background-color: #0a3b95;
	border: 1px solid #0a3b95;
}

.layui-laypage * {
	margin-right: 5px !important;
	height: 35px !important;
	line-height: 35px !important;
	font-size: 15px !important;
	background-color: #fff !important;
	font-family: "微软雅黑";
}

.ss-list .layui-laypage {
	margin-top: 40px !important;
}

.layui-laypage {
	width: 100%;
	text-align: center;
	margin-bottom: 40px !important;
	margin-top: 10px !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: #0a3b95 !important;
}

.layui-laypage .layui-laypage-curr em {
	margin-right: 0 !important;
}

.layui-laypage a:hover {
	color: #0a3b95 !important;
}

.pc-hide {
	display: none;
}



.maskweap {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	z-index: 999;
	display: none;
}
.bigimg {
	position: fixed;
	max-width: 95%;
	max-height: 95%;
	top: 0px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

@media only screen and (min-width: 1250px) and (max-width:1400px) {
	.w1600 {
		width: 1200px;
	}

	.wzdt>ul>li>a,
	.wzdt>ul>li>ul {
		width: 1200px;
	}

	.index-logo {
		margin-right: 45px;
	}

	.index-nav>ul>li>a {
		font-size: 16px;
	}

	.index-nav>ul>li>ul>li a {
		line-height: 40px;
		font-size: 14px;
	}

	.index-nav>ul>li {
		margin-right: 20px;
	}

	.margin-c {
		width: 1200px;
	}

	.index-banner2-item {
		width: 310px;
	}

	.index-banner2-item-title-text {
		width: 190px;
	}

	.on .index-banner2-item-title-text {
		width: 350px;
	}

	.index-gsxw {
		width: 750px;
	}

	.index-hydt {
		width: 400px;
	}

	.index-gsxw-head-left {
		width: 360px;
	}

	.index-gsxw-head-right {
		width: 390px;
	}

	.index-hydt-item {
		width: 400px;
	}

	.index-hydt-year {
		margin: 40px 25px 25px;
	}

	.index-hydt-title {
		margin: 0px 25px 20px;
	}

	.index-hydt-text {
		margin: 0 25px;
	}

	.index-cpys-item {
		width: 580px;
	}

	.index-foot-nav>ul>li {
		margin-right: 40px;
	}

	.index-foot-nav {
		margin-right: 70px;
	}

	.inner-nav-left ul li a {
		font-size: 16px;
	}

	.inner-nav-left ul li {
		margin-right: 15px;
	}

	.gywm-jtjs-left {
		width: 605px;
	}

	.gywm-jtjs-right {
		width: 540px;
	}

	.gywm-jtjs-right::after {
		width: 540px;
	}

	.fzlc-lb .swiper-button-prev {
		left: 3%;
	}

	.fzlc-lb .swiper-button-next {
		right: 3%;
	}

	.fzlc-lb-title {
		width: 550px;
	}

	.fzlc-lb-text {
		width: 600px;
	}

	.qywh-item {
		width: 380px;
		margin-right: 30px;
	}

	.ryzz-left {
		width: 900px;
	}

	.ryzz-left-img {
		width: 260px;
		height: 210px;
	}

	.qyfc-item {
		width: 380px;
		height: 350px;
	}

	.ytly-item {
		width: 350px;
	}

	.ytly-item:nth-child(2) {
		width: 450px;
	}

	.ytly-item-btn {
		font-size: 16px;
	}

	.ytly-item:nth-child(2) .ytly-item-btn {
		width: 195px;
	}

	.ytly-item:nth-child(2) .ytly-item-foot {
		padding: 40px 20px 0;
	}

	.yscp-lb {
		width: 1256px;
		padding: 0 58px;
	}

	.xmal-lb {
		width: 1256px;
		padding: 0 58px;
	}

	.hydt-lb {
		width: 1256px;
		padding: 0 58px;
	}

	.yscp-content {
		width: 605px;
	}

	.yscp-position {
		width: 500px;
	}

	.yscp-title {
		width: 90%;
	}

	.xmal-item {
		width: 100%;
	}

	.xmal-list .xmal-item {
		width: 380px;
		margin-right: 30px;
	}

	.newdy-title {
		margin-top: 50px;
	}

	.new-gsxw-item:nth-child(1) {
		width: 468px;
	}

	.new-gsxw-item {
		width: 330px;
		padding: 0 20px;
	}

	.zcjd-item {
		width: 585px;
	}

	.zcjd-item-title {
		width: 380px;
	}

	.new-item {
		padding: 20px;
	}

	.new-item-left {
		margin-right: 20px;
	}

	.new-item-right {
		width: 780px;
	}

	.new-item-posiiton {
		top: 33px;
	}

	.zcjd-list .new-item-posiiton {
		top: 20px;
	}

	.new-xq-left {
		width: 820px;
		padding: 0 30px;
	}

	.ywbz-content-left {
		width: 600px;
	}

	.ywbz-content-right {
		width: 600px;
		padding: 60px 40px 0;
	}

	.ywbz-item {
		width: 383px;
	}

	.ywbz-item-right {
		width: 230px;
	}

	.ywbz-item-left {
		margin: 50px 20px 0 20px;
	}

	.zpgw-item {
		width: 580px;
	}

	.zpgw-item-left {
		font-size: 14px;
	}

	.zpgw-item-right {
		font-size: 14px;
	}

	.lxwm-left {
		width: 500px;
		margin-right: 60px;
	}

	.jyfk-left {
		margin-right: 90px;
	}

	.jyfk-form {
		width: 560px;
	}

	.jyfk-form-right {
		width: 500px;
	}

	.yanzm input {
		width: 300px;
	}

	.jyfk-content {
		padding: 0 100px;
	}
}

/* hover */

@media only screen and (min-width: 751px) and (max-width:9999px) {
	.index-banner2-item-info:hover {
		background-color: rgba(255, 255, 255, 0.5);
	}

	.index-gsxw-head-foot:hover {
		color: #0a3b95;
		background-color: #fff;
	}

	.index-cpys-item:hover .index-cpys-item-lb .bd img {
		transform: scale(1.05);
	}



}

@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: 3.2rem;
		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: 0rem;
		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-banner img {
		height: 5rem;
		object-fit: cover;
	}

	/* .iphone-index-banner img {
		height: 5rem;
	} */

	.index-banner .bd .prev img,
	.index-banner .bd .next img {
		width: 100%;
		height: auto;
	}

	.index-banner .bd .prev,
	.index-banner .bd .next {
		width: 0.2rem;
		height: 0.3rem;
	}

	.index-banner .bd .prev {
		left: 0.6rem;
	}

	.index-banner .bd .next {
		right: 0.6rem;
	}

	.index-banner .hd li {
		width: 0.2rem;
		height: 0.2rem;
		margin: 0 0.24rem;
	}

	.index-banner .hd li.on::before {
		width: 0.5rem;
		height: 0.5rem;
		left: -0.16rem;
		top: -0.16rem;
	}

	.index-title {
		margin-top: 0.35rem;
		margin-bottom: 0.25rem;
	}

	.index-title-left {
		font-size: 0.36rem;
	}

	.index-title-right {
		width: 1.7rem;
		height: 0.54rem;
		line-height: 0.5rem;
		font-size: 0.24rem;
		border-radius: 0.25rem;
		margin-top: 0;
	}

	.index-title-right:hover {
		color: #666666;
		border: 1px solid #dddddd;
	}

	.index-banner2-item {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 0.25rem;
	}

	.index-banner2-item.on {
		width: 100%;
	}

	.index-banner2-item-title {
		padding-left: 0.25rem;
	}

	.index-banner2-item-img {
		width: 100%;
		height: 5.6rem;
	}

	.index-banner2-item.on .index-banner2-item-foot {
		height: auto;
		background-color: rgba(10, 59, 149, 1);
		position: relative;
		padding-bottom: 0.25rem;
	}

	.index-banner2-item-foot {
		height: auto;
		background-color: rgba(10, 59, 149, 1);
		position: relative;
		padding-bottom: 0.35rem;
	}

	.index-banner2-item-title-img {
		margin-right: 0.25rem;
		width: 1.2rem;
		height: 1.2rem;
		margin-top: -0.6rem;
	}

	.index-banner2-item-title-img img {
		margin-top: 0;
		width: 100%;
		height: 100%;
	}

	.index-banner2-item-title-text {
		width: 78%;
		font-size: 0.32rem;
		line-height: 0.8rem;
	}

	.index-banner2-item-text {
		margin: 0 0.25rem 0.15rem;
		font-size: 0.28rem;
		-webkit-line-clamp: 5;
	}

	.index-banner2-item-info {
		width: 1.7rem;
		height: 0.54rem;
		line-height: 0.54rem;
		font-size: 0.24rem;
		margin-left: 0.25rem;
		border-radius: 0.28rem;
	}

	.index-gsxw {
		width: 100%;
	}

	.index-gsxw-head {
		height: auto;
		overflow: hidden;
	}

	.index-gsxw-head-left {
		width: 100%;
		height: auto;
	}

	.index-gsxw-head-right {
		padding: 0.25rem;
		width: 100%;
	}

	.index-gsxw-head-year {
		margin-top: 0;
		font-size: 0.28rem;
	}

	.index-gsxw-head-title {
		font-size: 0.32rem;
		margin-top: 0.15rem;
		margin-bottom: 0.15rem;
		height: auto;
	}

	.index-gsxw-head-foot {
		width: 1.7rem;
		height: 0.54rem;
		line-height: 0.54rem;
		font-size: 0.24rem;
		border-radius: 0.3rem;
	}

	.index-gsxw-head:hover .index-gsxw-head-left img {
		transform: scale(1);
	}

	.index-gsxw-head:hover .index-gsxw-head-title {
		color: #333;
	}

	.index-gsxw-list {
		margin-top: 0.25rem;
	}

	.index-gsxw-list ul li a {
		line-height: 1rem;
		padding-left: 0.35rem;
		padding-right: 1.6rem;
		font-size: 0.28rem;
	}

	.index-gsxw-item-year {
		font-size: 0.24rem;
	}

	.index-gsxw-list ul li a::after {
		width: 0.16rem;
		height: 0.16rem;
	}

	.index-gsxw-list ul li a:hover {
		color: #333;
	}

	.index-hydt {
		width: 100%;
	}

	.index-hydt-lb {
		height: auto;
	}

	.index-hydt-lb .hd {
		bottom: 0.25rem;
		z-index: 666;
	}

	.index-hydt-item {
		width: 100%;
	}

	.index-hydt-head {
		height: auto;
	}

	.index-hydt-year {
		margin: 0.25rem;
		font-size: 0.24rem;
	}

	.index-hydt-title {
		font-size: 0.32rem;
		margin: 0 0.25rem 0.15rem;
		height: auto;
	}

	.index-hydt-text {
		margin: 0 0.25rem 0.75rem;
		font-size: 0.28rem;
		margin-bottom: 0.75rem;
	}

	.index-hydt-item:hover .index-hydt-head img {
		transform: scale(1);
	}

	.index-cpys-item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.35rem;
	}

	.index-cpys-item-lb {
		height: auto;
	}

	.index-cpys-item-lb .bd img {
		height: auto;
	}

	.index-cpys-item-lb .hd {
		bottom: 0.25rem;
	}

	.index-cpys-item-foot {
		padding: 0 0.25rem;
	}

	.index-cpys-item-title {
		font-size: 0.32rem;
		margin: 0.15rem 0;
	}

	.index-cpys-item-text {
		font-size: 0.28rem;
		margin-bottom: 0.25rem;
		line-height: 1.65;
		height: auto;
	}

	.index-cpys-item-xq {
		margin-bottom: 0.35rem;
		padding-left: 0.5rem;
	}

	.index-cpys {
		margin-bottom: 0.5rem;
	}

	.index-foot {
		padding-top: 0.4rem;
	}

	.index-foot-nav {
		display: none;
	}

	.index-foot-info {
		width: 100%;
		text-align: center;
	}

	.index-foot-info-title {
		font-size: 0.28rem;
		margin-bottom: 0.15rem;
	}

	.index-foot-info-text {
		font-size: 0.28rem;
		margin-bottom: 0.25rem;
		width: 100%;
	}

	.index-foot-right {
		width: 100%;
		text-align: center;
		margin-bottom: 0.25rem;
	}

	.index-foot-right-item {
		float: none;
		width: 0.8rem;
		height: auto;
		display: inline-block;
		margin: 0 0.6rem;
		overflow: visible;
	}
	.index-foot-right-item:nth-last-child(1) {
	    margin-right: 0.6rem;
	}
	.index-foot-right-item:hover>img:nth-child(2) {
	    display: none;
	}
	.index-foot-right-item:hover>img:nth-child(1) {
	    display: block;
	}
	.index-foot-right-item>img {
		width: 0.7rem;
	}
	.index-foot-right-box {
		position: initial;
		top: -2.6rem;
		left: -100%;
		width: 1.2rem;
		height: 1.2rem;
		background-image: none;
		padding: 0;
		opacity: 1;
		margin-left: -0.2rem;
		margin-top: 0.2rem;
	}

	.index-foot-text {
		padding: 0.25rem;
		font-size: 0.20rem;
		opacity: 0.7;
	}

	.index-foot-text a {
		font-size: 0.20rem;
	}

	.inner-nav {
		height: 1rem;
	}

	.inner-nav-left {
		float: left;
		margin-top: 0;
		width: 100%;
	}

	.inner-nav-left ul {
		overflow-x: auto;
		white-space: nowrap;
	}

	.inner-nav-left ul li {
		float: none;
		display: inline-block;
		margin-right: 0;
	}

	.inner-nav-left ul li a {
		padding: 0 0.2rem;
		width: auto;
		height: 1rem;
		color: #333333;
		font-size: 0.28rem;
		line-height: 1rem;
		min-width: initial;
	}

	.inner-nav-left ul li a:hover {
		color: #fff;
		background-image: none;
		background-color: #0a3b95;
	}

	.inner-nav-left ul::-webkit-scrollbar {
		/* background-color: #0a3b95; */
		height: 0.1rem;
		border-radius: 0.1rem;
	}

	.inner-nav-left ul::-webkit-scrollbar-thumb {
		box-shadow: inset 0 0 0px rgba(10, 59, 149, 0.7);
		background-color: rgba(10, 59, 149, 0.7);
		border-radius: 0.1rem;
	}

	.inner-nav-left ul::-webkit-scrollbar-track {
		border-radius: 0.1rem;
	}

	.dddwww {
		display: none;
	}

	.gywm-title {
		font-size: 0.32rem;
		margin-top: 0.5rem;
		padding-bottom: 0.2rem;
		margin-bottom: 0.25rem;
	}

	.gywm-title::after {
		width: 1rem;
		height: 0.04rem;
	}

	.gywm-jtjs-left {
		width: 100%;
		padding: 0;
	}

	.gywm-jtjs-left-title {
		color: #0a3b95;
		font-size: 0.32rem;
		font-weight: bold;
	}

	.gywm-jtjs-left-title-e {
		font-size: 0.24rem;
		margin: 0.1rem 0 0.2rem;
	}

	.gywm-jtjs-left-text {
		font-size: 0.28rem;
		-webkit-line-clamp: 5;
		margin-bottom: 0.2rem;
	}

	.gywm-jtjs-left-btn {
		width: 1.7rem;
		height: 0.54rem;
		line-height: 0.5rem;
		font-size: 0.24rem;
		border-radius: 0.25rem;
		margin-top: 0;
	}

	.gywm-jtjs-left-btn:hover {
		color: #fff;
		background-color: #0a3b95;
	}

	.gywm-jtjs-right {
		float: right;
		margin-right: 0;
		width: 100%;
		height: auto;
		position: relative;
		margin-top: 0.25rem;
	}

	.gywm-jtjs-right::after {
		display: none;
	}

	.gywm-jtjs-right:hover img {
		transform: scale(1);
	}

	.fzlc-lb {
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}

	.fzlc-lb .hd {
		margin-top: 0.25rem;
	}

	.fzlc-lb .hd .swiper-slide {
		font-size: 0.36rem;
		padding-bottom: 1rem;
		padding-top: 0.2rem;
	}

	.fzlc-lb .hd .swiper-slide-thumb-active {
		font-size: 0.42rem;
		margin-top: -0.1rem;
	}

	.fzlc-lb .hd .swiper-slide::after {
		bottom: 0.5rem;
		margin: auto;
		width: 0.15rem;
		height: 0.15rem;
		border-radius: 50%;
	}

	.fzlc-lb .hd .swiper-slide::before {
		bottom: 0.4rem;
		width: 0.35rem;
		height: 0.35rem;
	}

	.fzlc-lb::after {
		top: 1.4rem;
	}

	.fzlc-lb .bd {
		margin-top: 0;
	}

	.fzlc-lb-title {
		width: 100%;
		height: auto;
		font-size: 1.6rem;
		line-height: initial;
	}

	.fzlc-lb-text::after {
		width: 0.15rem;
		height: 100%;
	}

	.fzlc-lb-text {
		width: 100%;
		padding: 0.25rem;
		margin-bottom: 0.5rem;
		height: auto;
		box-sizing: border-box;
		color: #333333;
		font-size: 0.28rem;
	}

	.fzlc-lb-text-content {
		padding-left: 0.6rem;
	}

	.fzlc-lb-text-content::before {
		top: 0.08rem;
		width: 0.1rem;
		height: 0.25rem;
	}

	.fzlc-lb .swiper-button-prev {
		left: 10%;
		top: 40%;
		width: 0.4rem;
		height: 0.4rem;
	}

	.fzlc-lb .swiper-button-next {
		right: 10%;
		top: 40%;
		width: 0.4rem;
		height: 0.4rem;
	}

	.fzlc-lb .swiper-button-prev img,
	.fzlc-lb .swiper-button-next img {
		width: 100%;
	}

	.qywh-list {
		margin-bottom: 0;
	}

	.qywh-item {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 0.25rem;
	}

	.qywh-item-top {
		width: 4rem;
		height: 1rem;
		font-size: 0.36rem;
		line-height: 1rem;
		background-repeat: repeat;
		background-size: cover;
		background-position: center;
	}

	.yscp-inner-lb .hd {
		width: 100%;
		top: 3.2rem;
	}

	.qywh-item-img {
		height: auto;
	}

	.qywh-item:hover .qywh-item-img img {
		transform: scale(1);
	}

	.qywh-item-title {
		line-height: 1rem;
		font-size: 0.32rem;
		padding: 0 0.25rem;
	}

	.ryzz-content {
		height: auto;
		overflow: hidden;
	}

	.ryzz-left {
		width: 100%;
		padding: 0.25rem;
		margin-bottom: 0.5rem;
	}

	.ryzz-left-img {
		width: 100%;
		height: 4.8rem;
		border: 0.1rem solid #ced8ea;
		margin-bottom: 0.1rem;
	}

	.ryzz-left-img:hover img {
		transform: scale(1);
	}

	.ryzz-left p {
		font-size: 0.28rem;
	}

	.ryzz-left .swiper-pagination {
		top: 5.75rem !important;
	}

	.ryzz-left .swiper-pagination-bullet {
		width: 0.2rem;
		height: 0.2rem;
		margin: 0 0.1rem !important;
	}

	.ryzz-right {
		width: 100%;
		height: auto;
		padding: 0.25rem;
	}

	.ryzz-right-img {
		width: 4rem;
		height: 4.8rem;
		margin: 0 auto 0.25rem;
	}

	.ryzz-right-img:hover img {
		transform: scale(1);
	}

	.ryzz-right p {
		font-size: 0.32rem;
	}

	.ryzz-right .swiper-button-prev {
		left: 8% !important;
	}

	.ryzz-right .swiper-button-next {
		right: 8% !important;
	}

	.ryzz-right .swiper-button-prev,
	.ryzz-right .swiper-button-next {
		bottom: 45% !important;
	}

	.ryzz-btn {
		width: 1.7rem;
		height: 0.54rem;
		line-height: 0.5rem;
		font-size: 0.24rem;
		border-radius: 0.25rem;
		margin: 0.35rem auto;
	}

	.ryzz-btn:hover {
		color: #fff;
		background-color: #0a3b95;
	}

	.new-xq-content {
		margin: 0.25rem 0;
	}

	.new-xq-left {
		padding: 0 0.25rem;
	}

	.new-xq-title {
		font-size: 0.32rem;
		margin: 0.25rem 0;
	}

	.new-xq-fuwenebn {
		padding: 0.25rem 0;
		font-size: 0.28rem;
	}

	.qyfc-item {
		width: 100%;
		height: auto;
		box-sizing: border-box;
		margin-right: 0;
		margin-bottom: 0.35rem;
		padding: 0.25rem;
	}

	.qyfc-item-img {
		height: auto;
	}

	.qyfc-item-title {
		line-height: 0.8rem;
		font-size: 0.32rem;
	}

	.qyfc-item:hover {
		border: 1px solid #eee;
	}

	.qyfc-item:hover .qyfc-item-title {
		font-weight: 400;
		color: #333;
	}

	.ryzsinfo-list .qyfc-item-img img {
		position: relative;
		max-width: 100%;
		max-height: 100%;
		margin: auto;
		width: 100%;
		height: auto;
	}

	.ywbk-title {
		font-size: 0.32rem;
		margin-top: 0.35rem;
		padding-bottom: 0.2rem;
	}

	.ywbk-title-text {
		margin-bottom: 0.35rem;
		font-size: 0.28rem;
	}

	.ytly-list {
		margin-bottom: 0rem;
		margin-top: 1rem;
	}

	.ytly-item {
		width: 100%;
		height: auto;
		border-top-left-radius: 0.2rem;
		border-top-right-radius: 0.2rem;
		margin-right: 0;
		box-shadow: 0 0 10px 2px rgb(0 0 0 / 10%);
		margin-bottom: 1.2rem;
	}

	.ytly-item-position {
		width: 1.2rem;
		height: 1.2rem;
		top: -0.6rem;
	}

	.ytly-item-head {
		width: 100%;
		height: auto;
		border-top-left-radius: 0.2rem;
		border-top-right-radius: 0.2rem;
	}

	.ytly-item-head img {
		height: 3rem;
		position: relative;
	}

	.ytly-item-foot {
		padding: 0.25rem;
		overflow: hidden;
	}

	.ytly-item:nth-child(2) .ytly-item-foot {
		padding: 0.25rem;
	}

	.ytly-item-btn {
		width: 48%;
		height: 0.7rem;
		line-height: 0.66rem;
		font-size: 0.28rem;
		margin-bottom: 0.25rem;
		border-radius: 0.35rem;
		float: left;
		box-sizing: border-box;
		padding: 0 0.25rem;
	}

	.ytly-item-btn:nth-child(2n) {
		float: right;
	}

	.ytly-item:nth-child(2) {
		width: 100%;
	}

	.ytly-item:nth-child(2) .ytly-item-btn {
		width: 48%;
	}

	.ytly-item:hover .ytly-item-position img {
		transform: rotateY(0deg);
	}

	.ytly-item-btn:hover {
		background-color: #f5f7fb;
		color: #333333;
	}

	.ytly-item:nth-last-child(1) {
		margin-bottom: 0.5rem;
	}

	.yscp-lb {
		width: 100%;
		padding: 0 0.25rem;
		margin: 0;
		box-sizing: border-box;
		margin-bottom: 0.5rem;
	}

	.yscp-inner-lb .bd {
		float: none;
		width: 100%;
		height: auto;
	}

	.yscp-inner-lb .bd img {
		width: 100%;
		height: auto;
	}

	.yscp-content {
		right: 0;
		top: 0;
		position: relative;
		box-shadow: none;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		padding: 0 0.25rem;
		overflow: hidden;
	}

	.yscp-title {
		font-size: 0.32rem;
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.yscp-position {
		display: none;
	}

	.yscp-text {
		color: #666666;
		font-size: 0.28rem;
		margin-bottom: 0.25rem;
	}

	.yscp-btn {
		width: 1.7rem;
		height: 0.54rem;
		line-height: 0.5rem;
		font-size: 0.24rem;
		border-radius: 0.25rem;
		margin: 0 auto 0.35rem;
	}

	.yscp-btn:hover {
		background-color: #fff;
		border: 1px solid #ddd;
		color: #666;
	}

	.inner-nav-left ul li a:hover {
		color: #333333;
		background-image: none;
		background-color: #fff;
	}

	.yscp-lb .swiper-button-next,
	.yscp-lb .swiper-button-prev {
		opacity: 1 !important;
		top: 92%;
		width: 0.3rem;
	}

	.yscp-lb .swiper-button-next img,
	.yscp-lb .swiper-button-prev img {
		width: 100%;
	}

	.yscp-lb .swiper-button-next {
		right: 7%;
	}

	.yscp-lb .swiper-button-prev {
		left: 7%;
	}

	.ywbk-title-btn {
		color: #0a3b95;
		font-size: 0.28rem;
	}

	.ywbk-title-btn:hover {
		color: #0a3b95;
		text-decoration: initial;
	}

	.xmal-lb {
		height: auto;
		width: 100%;
		padding: 0 0.25rem;
		margin: 0.35rem 0;
		box-sizing: border-box;
	}

	.xmal-item {
		width: 100%;
		height: auto;
	}

	.xmal-item-img {
		height: auto;
	}

	.xmal-item-foot {
		padding: 0 0.25rem;
	}

	.xmal-item-title {
		margin: 0.25rem 0;
		font-size: 0.32rem;
	}

	.xmal-lb .xmal-item-text {
		opacity: 1;
		height: auto;
	}

	.xmal-item-text {
		font-size: 0.28rem;
		margin-bottom: 0.25rem;
	}

	.xmal-lb .xmal-item-rq {
		opacity: 1;
		height: auto;
		margin-bottom: 0.25rem;
	}

	.xmal-item-rq-left {
		font-size: 0.28rem;
	}

	.xmal-lb .xmal-item {
		height: auto;
		width: 90%;
		margin: 0 5%;
	}

	.xmal-lb .swiper-button-next img,
	.xmal-lb .swiper-button-prev img {
		width: 100%;
	}

	.xmal-lb .swiper-button-next,
	.xmal-lb .swiper-button-prev {
		opacity: 1 !important;
		width: 0.3rem;
	}

	.xmal-list .xmal-item {
		margin-right: 0;
		margin-bottom: 0.35rem;
		height: auto;
		padding-bottom: 0.25rem;
	}

	.xmal-list .xmal-item:hover {
		box-shadow: none;
	}

	.xmal-list .xmal-item:hover .xmal-item-rq-right img:nth-child(1) {
		opacity: 1;
	}

	.xmal-list .xmal-item:hover .xmal-item-rq-right img:nth-child(2) {
		opacity: 0;
	}

	.xmal-list .xmal-item:hover .xmal-item-title {
		color: #333;
	}

	.new-xq-foot {
		margin-bottom: 0.15rem;
		margin-top: 0.15rem;
	}

	.new-xq-foot-left {
		float: none;
		width: 100%;
	}

	.new-xq-foot-left-item {
		font-size: 0.28rem;
		margin-bottom: 0.25rem;
	}

	.new-xq-foot-left-item * {
		font-size: 0.28rem;
	}

	.new-xq-foot-left-item a {
		font-size: 0.28rem;
	}

	.new-xq-foot-btn {
		float: none;
		background-color: #f1a81a;
		font-size: 0.24rem;
		line-height: 0.7rem;
		width: 2rem;
		border-radius: 0.35rem;
		margin: 0.15rem auto 0.35rem;
	}

	.new-xq-foot-btn:hover {
		color: #fff;
	}

	.new-xq-foot-btn:hover img {
		transform: rotateY(0deg);
	}

	.new-xq-foot-btn img {
		margin-top: -0.08rem;
		margin-right: 0.1rem;
	}

	.new-xq-foot-left-item a:hover {
		text-decoration: none;
	}

	.newdy-title {
		margin-top: 0.25rem;
		margin-bottom: 0.25rem;
	}

	.newdy-title-left {
		font-size: 0.36rem;
		margin-bottom: 0;
	}

	.newdy-title-right {
		width: 1.7rem;
		height: 0.54rem;
		line-height: 0.5rem;
		border-radius: 0.36rem;
		font-size: 0.24rem;
		margin-top: 0;
	}

	.newdy-title-right:hover {
		color: #666;
		background-color: #fff;
		border: 1px solid #ddd;
	}

	.new-gsxw-list {
		margin-bottom: 0.2rem;
	}

	.new-gsxw-item:nth-child(1) {
		width: 100%;
		height: auto;
		border: 1px solid #ddd;
		margin-right: 0px !important;
		padding: 0;
	}

	.new-gsxw-item:nth-child(1) .new-gsxw-item-img {
		height: auto;
	}

	.new-gsxw-item:nth-child(1) .new-gsxw-item-title {
		font-size: 0.32rem;
		padding: 0 0.25rem;
		margin: 0.25rem 0 0.15rem;
	}

	.new-gsxw-item:nth-child(1) .new-gsxw-item-text {
		font-size: 0.28rem;
		padding: 0 0.25rem;
		margin-bottom: 0.15rem;
	}

	.new-gsxw-item:nth-child(1) .new-gsxw-item-foot {
		padding: 0 0.25rem;
		margin-bottom: 0.25rem;
	}

	.new-gsxw-item-foot-left {
		font-size: 0.28rem;
	}

	.new-gsxw-item:hover::after {
		width: 0;
	}

	.new-gsxw-item:nth-child(1):hover .new-gsxw-item-img img {
		transform: scale(1);
	}

	.new-gsxw-item:hover .new-gsxw-item-title {
		color: #333;
	}

	.new-gsxw-item:hover {
		box-shadow: none;
	}

	.new-gsxw-item {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 0.25rem;
		padding: 0 0 0.25rem;
	}

	.new-gsxw-item-rq {
		font-size: 0.28rem;
		margin: 0;
	}

	.new-gsxw-item-rq span {
		font-size: 0.42rem;
	}

	.new-gsxw-item-title {
		font-size: 0.28rem;
	}

	.hydt-lb {
		width: 100%;
		padding: 0 0.25rem;
		margin: 0px auto 0.25rem;
		position: relative;
	}

	.jydt-item {
		margin: 0 5%;
		width: 90%;
		height: auto;
		padding: 0.25rem;
	}

	.hydt-lb .swiper-button-next img,
	.hydt-lb .swiper-button-prev img {
		width: 100%;
	}

	.hydt-lb .swiper-button-next,
	.hydt-lb .swiper-button-prev {
		opacity: 1 !important;
		width: 0.3rem;
	}

	.jydt-item-img {
		height: auto;
	}

	.jydt-item-riqi {
		width: 2.4rem;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.28rem;
	}

	.jydt-item-title {
		font-size: 0.32rem;
		margin: 0.2rem 0;
		height: auto;
	}

	.jydt-item-text {
		font-size: 0.28rem;
		margin-bottom: 0.75rem;
	}

	.jydt-item-btn {
		position: absolute;
		bottom: 0.25rem;
		left: initial;
		right: 0.25rem;
		width: 1.7rem;
		height: 0.5rem;
		border-radius: 0.25rem;
		margin-top: 0.25rem;
	}

	.jydt-item:hover .jydt-item-title {
		color: #333;
		font-weight: 400;
	}

	.jydt-item:hover .jydt-item-btn {
		background-color: #fff;
		border: 1px solid #ddd;
	}

	.zcjd-item {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 0.35rem;
		padding: 0.25rem 0.25rem 0.25rem;
	}

	.zcjd-item-rq {
		top: 0.25rem;
		bottom: initial;
		font-size: 0.28rem;
		width: 2.8rem;
		height: 0.78rem;
		line-height: 0.78rem;
		display: none;
	}

	.zcjd-item-title {
		color: #333333;
		font-size: 0.32rem;
		height: auto;
		width: 100%;
		margin-bottom: 0.15rem;
		line-height: initial;
	}

	.zcjd-item-text {
		font-size: 0.28rem;
	}

	.jydt-item:hover {
		box-shadow: none;
	}

	.zcjd-item:hover {
		box-shadow: none;
	}

	.zcjd-item:hover .zcjd-item-title {
		color: #333;
		font-weight: 400;
	}

	.new-item {
		width: 100%;
		margin-bottom: 0.35rem;
		padding: 0.25rem;
	}

	.new-item-left img {
		height: auto;
	}

	.new-item-right {
		width: 100%;
	}

	.new-item-title {
		width: 100%;
		font-size: 0.32rem;
		margin-bottom: 0.15rem;
		margin-top: 0.15rem;
	}

	.new-item-left {
		width: 100%;
		height: auto;
		margin-right: 0;
	}

	.new-item-text {
		font-size: 0.28rem;
		line-height: 1.65;
		margin-bottom: 0.2rem;
	}

	.new-item-xq {
		font-size: 0.28rem;
	}

	.new-item-posiiton {
		width: 2.8rem;
		height: 0.78rem;
		line-height: 0.78rem;
		font-size: 0.28rem;
		right: 0.25rem;
		top: 0.5rem;
	}

	.new-item-posiiton img {
		margin-right: 0.06rem;
		margin-bottom: -3px;
		margin-top: -0.1rem;
	}

	.new-list {
		margin-top: 0.25rem;
	}

	.new-item:hover {
		box-shadow: none;
	}

	.new-item:hover .new-item-title {
		font-weight: 400;
		color: #333;
	}

	.new-item:hover .new-item-xq {
		color: #666;
	}

	.new-item:hover .new-item-icon img:nth-child(1) {
		opacity: 1;
	}

	.new-item:hover .new-item-icon img:nth-child(2) {
		opacity: 0;
	}

	.zcjd-list .new-item:hover .new-item-xq img:nth-child(1) {
		opacity: 1;
	}

	.zcjd-list .new-item:hover .new-item-xq img:nth-child(2) {
		opacity: 0;
	}

	.zcjd-list .new-item-posiiton {
		display: none;
	}

	.zcjd-list .new-item-title {
		width: 100%;
		margin-bottom: 0.15rem;
	}

	.zcjd-list .new-item-text {
		margin-bottom: 0.25rem;
		height: auto;
	}

	.new-xq-left {
		width: 100%;
		margin-bottom: 0.35rem;
	}

	.new-xq-text {
		margin-bottom: 0.25rem;
		font-size: 0.28rem;
		line-height: 1.75;
	}

	.new-xq-text span {
		margin: 0 0.25rem;
	}

	.new-xq-right {
		width: 100%;
		padding-bottom: 0.15rem;
		margin-bottom: 0.25rem;
	}

	.new-xq-right-head {
		height: 1.3rem;
		line-height: 1.3rem;
		font-size: 0.36rem;
		padding-left: 0.6rem;
		margin-bottom: 0.35rem;
	}

	.new-xq-right-list ul li {
		margin-bottom: 0.25rem;
	}

	.new-xq-right-list ul li a {
		padding: 0 0.25rem 0 0.5rem;
		font-size: 0.28rem;
	}

	.new-xq-right-list ul li a::after {
		width: 0.12rem;
		height: 0.12rem;
		border-radius: 0.06rem;
		left: 0.25rem;
		top: 0.14rem;
	}

	.new-xq-right-list ul li a:hover {
		color: #666;
	}

	.new-xq-right-list ul li a:hover::after {
		background-color: #bbb;
	}

	.fwys-content {
		width: 100%;
		height: auto;
		margin: 0.25rem 0;
		padding-top: 6.6rem;
	}

	.fwys-item {
		position: initial;
		width: 100% !important;
		text-align: left !important;
		margin-bottom: 0.25rem;
	}

	.fwys-content img {
		width: 100%;
		height: 7rem;
		object-fit: cover;
		position: absolute;
		top: -0.4rem;
		left: 0;
	}

	.fwys-item-title {
		font-size: 0.32rem;
		margin-bottom: 0.15rem;
	}

	.fwys-item-text {
		font-size: 0.28rem;
	}

	.ywbz-title {
		font-size: 0.36rem;
		margin-top: 0.35rem;
	}

	.ywbz-title-text {
		font-size: 0.28rem;
		margin-bottom: 0.3rem;
	}

	.ywbz-content-left {
		width: 100%;
		height: auto;
	}

	.ywbz-content-left:hover img {
		transform: scale(1);
	}

	.ywbz-content-right {
		width: 100%;
		padding: 0.25rem;
	}

	.ywbz-content-right * {
		font-size: 0.28rem !important;
	}

	.ywbz-content {
		margin-bottom: 0.25rem;
	}

	.ywbz-list {
		margin-bottom: 0.15rem;
	}

	.ywbz-item {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 0.25rem;
		box-sizing: border-box;
		padding: 0.25rem;
	}

	.ywbz-item-left {
		width: 20%;
		height: auto;
		margin: 0;
	}

	.ywbz-item-left img {
		width: 100%;
		height: auto;
	}

	.ywbz-item:hover .ywbz-item-left img {
		transform: rotate(0deg);
	}

	.ywbz-item-right {
		float: right;
		width: 75%;
		margin-top: 0;
	}

	.ywbz-item-title {
		font-size: 0.32rem;
		margin-bottom: 0.1rem;
		margin-top: 0.18rem;
	}

	.ywbz-item-text {
		font-size: 0.28rem;
	}

	.gsfl-list {
		margin: 0;
		width: 100%;
		height: auto;
		padding: 1rem 2rem 2rem;
		box-sizing: border-box;
	}

	.gsfl-title {
		top: 4.6rem;
		font-size: 0.36rem;
	}

	.gsfl-title-e {
		top: 5.3rem;
		font-size: 0.32rem;
	}

	.gsfl-list img {
		width: 3.5rem;
		height: 3.34rem;
	}

	.gsfl-item:nth-child(1) {
		top: 1rem;
		left: 5.2rem;
	}

	.gsfl-item:nth-child(2) {
		top: 2.1rem;
		left: 5.7rem;
		white-space: initial;
	}

	.gsfl-item:nth-child(3) {
		top: 3.4rem;
		left: 5.2rem;
	}

	.gsfl-item:nth-child(4) {
		top: 1rem;
		right: 5.2rem;
	}

	.gsfl-item:nth-child(5) {
		top: 2.1rem;
		right: 5.7rem;
		white-space: initial;
	}

	.gsfl-item:nth-child(6) {
		top: 3.4rem;
		right: 5.2rem;
	}

	.gsfl-item-title {
		font-size: 0.3rem;
	}

	.gsfl-item-text {
		font-size: 0.28rem;
	}

	.gsfl-item:hover {
		margin-top: 0px;
	}

	.wzdt>ul>li>a,
	.wzdt>ul>li>ul {
		width: 100%;
		padding: 0 0.25rem;
		box-sizing: border-box;
	}

	.wzdt>ul>li>a {
		padding-left: 0.6rem;
		margin-top: 0.5rem;
		margin-bottom: 0.35rem;
		font-size: 0.36rem;
	}

	.wzdt>ul>li>a::after {
		left: 0.25rem;
		width: 0.04rem;
		height: 0.35rem;
	}

	.wzdt>ul>li {
		padding-bottom: 0.35rem;
	}

	.wzdt>ul>li>ul>li {
		margin: 0 0.2rem 0.2rem;
	}

	.wzdt>ul>li>ul>li a {
		line-height: 0.76rem;
		height: 0.8rem;
		font-size: 0.28rem;
		padding: 0 0.25rem;
		transition: 0.4s;
	}

	.wzdt>ul>li>ul>li a:hover {
		color: #333;
		background-color: #fff;
		border: 1px solid #e5e5e5;
	}

	.zpgw-head-text {
		margin-bottom: 0.3rem;
		font-size: 0.28rem;
	}

	.zpgw-item {
		width: 100%;
		height: auto;
		box-shadow: 0px 0px 0.2rem 0.08rem rgb(0 0 0 / 3%);
		margin-right: 0;
		margin-bottom: 0.3rem;
		padding: 0 0.25rem 0.25rem;
	}

	.zpgw-item-head {
		padding-right: 0.9rem;
		font-size: 0.32rem;
		margin: 0.25rem 0;
		padding-bottom: 0.15rem;
	}

	.zpgw-item-head img {
		top: 0;
	}

	.zpgw-item-left {
		float: left;
		color: #666666;
		font-size: 0.24rem;
		width: 100%;
	}

	.zpgw-item-left span {
		margin-right: 0.25rem;
	}

	.zpgw-item-right {
		font-size: 0.28rem;
		margin-top: 0.15rem;
	}

	.zpgw-item:hover {
		border: 1px solid #eee;
	}

	.zpgw-item:hover .zpgw-item-head {
		color: #333;
	}

	.zpgw-item:hover .zpgw-item-head img:nth-child(1) {
		opacity: 1;
	}

	.zpgw-item:hover .zpgw-item-head img:nth-child(2) {
		opacity: 0;
	}

	.gwxq-content {
		margin: 0.25rem 0;
		padding: 0 0.25rem;
	}

	.gwxq-head {
		margin-bottom: 0.3rem;
		padding-bottom: 0.25rem;
		margin-top: 0.15rem;
		padding-right: 0;
	}

	.gwxq-title {
		font-size: 0.42rem;
		margin-bottom: 0.15rem;
		text-align: center;
	}

	.gwxq-text {
		font-size: 0.28rem;
		line-height: 1.75;
	}

	.gwxq-text span {
		margin-right: 1rem;
	}

	.gwxq-btn {
		top: 2.2rem;
		right: 0;
		width: 1.4rem;
		height: 0.5rem;
		line-height: 0.46rem;
		border-radius: 0.25rem;
		font-size: 0.24rem;
	}

	.gwxq-btn:hover {
		color: #fff;
		background-color: #f1a81a;
	}

	.gwxq-info-title {
		font-size: 0.36rem;
		margin-bottom: 0.2rem;
	}

	.gwxq-fuwenben {
		font-size: 0.28rem;
		line-height: 1.75;
		margin-bottom: 0.3rem;
	}

	.lxwm-content {
		margin: 0.25rem 0 0.5rem;
		box-shadow: 0 0 0.2rem 0.1rem rgb(0 0 0 / 5%);
		height: auto;
		padding: 0.25rem;
	}

	.jyfk-content {
		margin: 0.25rem 0 0.5rem;
		box-shadow: 0 0 0.2rem 0.1rem rgb(0 0 0 / 5%);
		height: auto;
		padding: 0.25rem;
	}

	.lxwm-left {
		width: 100%;
		margin-right: 0;
	}

	.lxwm-title {
		margin-top: 0;
		padding-bottom: 0.15rem;
		margin-bottom: 0.25rem;
		font-size: 0.42rem;
	}

	.lxwm-item {
		margin-bottom: 0.25rem;
		font-size: 0.28rem;
		position: relative;
		padding-left: 0.5rem;
	}

	.lxwm-item img {
		position: absolute;
		left: 0;
		top: 0;
		margin-top: 0.08rem;
	}

	.lxwm-right {
		float: left;
		margin-top: 0.25rem;
		width: 100%;
		display: flex;
		justify-content: space-between;
	}

	.lxwm-right-item {
		width: 2rem;
		height: 2rem;
		margin-right: 0;
		margin-bottom: 0.5rem;
	}

	.lxwm-right-item>img {
		opacity: 1;
		width: 1.9rem;
		height: 1.9rem;
	}

	.lxwm-right-item-mask img {
		display: none;
	}

	.lxwm-right-item-mask p {
		top: 2.1rem;
		font-size: 0.28rem;
	}

	.new-xq-fuwenebn {
		min-height: 2rem;
	}

	.jyfk-left {
		margin-top: 0;
		width: 100%;
		margin-right: 0;
	}

	.jyfk-title-e {
		font-size: 0.36rem;
		margin-bottom: 0.1rem;
	}

	.jyfk-title {
		font-size: 0.36rem;
		padding-bottom: 0.15rem;
		margin-bottom: 0.15rem;
	}

	.jyfk-text {
		font-size: 0.28rem;
		margin-bottom: 0.25rem;
	}

	.jyfk-foot-text {
		font-size: 0.32rem;
		margin-left: 0;
	}

	.jyfk-number {
		font-size: 0.42rem;
		margin-left: 0;
	}

	.jyfk-form {
		width: 100%;
		margin-top: 0.3rem;
	}

	.jyfk-form-item {
		margin-bottom: 0.25rem;
	}

	.jyfk-form-itle {
		line-height: initial;
		font-size: 0.32rem;
		margin-right: 0;
		width: 100%;
		margin-bottom: 0.15rem;
	}

	.jyfk-form-right {
		width: 100%;
	}

	.jyfk-form-right input {
		height: 0.7rem;
		font-size: 0.28rem;
		padding: 0 0.25rem;
	}

	.jyfk-form-right textarea {
		height: 2rem;
		font-size: 0.28rem;
		padding: 0.1rem 0.25rem;
	}

	.yanzm input {
		width: 68%;
		margin-right: 0;
	}

	.yanzm img {
		width: 30%;
		height: 0.7rem;
		margin-top: -0.1rem;
	}

	.form-button {
		margin-top: 0.2rem;
	}

	.yanzm .jyfk-form-itle,
	.form-button .jyfk-form-itle {
		margin: 0;
	}

	.form-button .form-btn {
		font-size: 0.28rem;
		line-height: 0.8rem;
		height: 0.8rem;
		border: none;
	}

	.form-button .form-btn:hover {
		color: #fff;
		background-color: #0a3b95;
	}



}