* {
	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;
}

/* 
@font-face {
	font-family: "ba";
	src: url("BAHNSCHRIFT.TTF");
}
 */

.margin-c {
	width: 1400px;
	margin: auto;
}

.index-head {
	height: 124px;
	position: fixed;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 990;
	background-color: #fff;
}

.index-head-top {
	background-color: #036fb8;
	height: 34px;
	line-height: 34px;
	color: #ffffff;
	font-size: 14px;
}

.index-head-left {
	float: left;
}

.index-head-right {
	float: right;
}

.index-head-right img {
	margin-right: 5px;
	margin-bottom: -4px;
}

.index-head-nav {
	line-height: 90px;
}

.logo {
	float: left;
	height: 65px;
}
.logo img {
	max-height: 100%;
	max-width: 100%;
}

.index-nav {
	float: right;
}

.index-nav ul li {
	float: left;
	margin-left: 40px;
}

.index-nav ul li a {
	color: #333333;
	font-size: 16px;
	transition: 0.4s;
}

.index-nav ul li a:hover {
	color: #036fb8;
}

.index-nav ul li .on {
	color: #036fb8;
}

.index-head-c {
	width: 1600px;
	margin: 0 auto;
}

.index-banner {
	position: relative;
	margin-top: 124px;
	font-size: 0;
}

.index-banner img {
	width: 100%;
}

.inner-banner {
	position: relative;
	margin-top: 124px;
	font-size: 0;
}

.inner-banner img {
	width: 100%;
}


.index-banner .hd {
	position: absolute;
	bottom: 30px;
	width: 100%;
	text-align: center;
	z-index: 200;
}

.index-banner .hd li {
	display: inline-block;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border: 1px solid rgba(255, 255, 255, 0.5);
	margin: 0 5px;
	border-radius: 50%;
}

.index-banner .hd .on {
	border: 1px solid #fff;
	background-color: #fff;
}

.index-banner02 {
	padding-top: 70px;
	overflow: hidden;
	background-color: #eef4f8;
	width: 100%;
	margin-bottom: 80px;
}

.index-banner02-head {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.index-banner02-title {
	float: left;
	color: #333333;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 55px;
}

.index-banner02-title span {
	position: relative;
	z-index: 99;
}

.index-banner02-title img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.index-banner02-right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 160px;
	height: 50px;
}

.index-banner02-right a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
	line-height: 48px;
	border: 1px solid #036fb8;
	background-color: #036fb8;
	font-family: "Arial";
	font-size: 16px;
	transition: 0.4s;
	box-sizing: border-box;
}

.index-banner02-right a:hover {
	color: #036fb8;
	background-color: #fff;
}

.index-banner02-list {
	overflow: hidden;
	margin-bottom: 80px;
}

.index-banner02-item {
	float: left;
	overflow: hidden;
	width: 326px;
	height: 290px;
	margin-right: 32px;
	background-color: #fff;
	text-align: center;
}

.index-banner02-item:nth-child(4) {
	margin-right: 0;
}

.index-banner02-item-head {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.index-banner02-item-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.index-banner02-item-foot {
	line-height: 70px;
	color: #333333;
	font-size: 16px;
	padding: 0 20px;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-banner02-item:hover .index-banner02-item-foot {
	color: #036fb8;
}

.index-banner02-item:hover .index-banner02-item-head img {
	transform: scale(1.05);
}

.index-banner03 {
	overflow: hidden;
	padding-bottom: 80px;
}

.index-banner03-left {
	font-size: 0;
	float: left;
	margin-right: 70px;
}

.index-banner03-right {
	float: left;
	width: 670px;
}

.index-banner03-title {
	margin-top: 35px;
	color: #333333;
	font-size: 40px;
	font-weight: 600;
	position: relative;
	margin-bottom: 85px;
}

.index-banner03-title span {
	position: relative;
	z-index: 100;
}

.index-banner03-title img {
	position: absolute;
	left: 0;
	top: 10px;
}

.index-banner03-text {
	color: #666666;
	font-size: 15px;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	margin-bottom: 65px;
}

.index-banner03-btn {
	display: block;
	color: #fff;
	text-align: center;
	width: 170px;
	height: 54px;
	border: 1px solid #036fb8;
	background-color: #036fb8;
	transition: 0.4s;
	font-size: 16px;
	font-family: "Arial";
	line-height: 54px;
	box-sizing: border-box;
	text-transform: uppercase;
}

.index-banner03-btn:hover {
	color: #036fb8;
	background-color: #fff;
}

.index-banner04 {
	padding-top: 70px;
	overflow: hidden;
	background-image: url(index-banner04.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.index-banner04 .index-banner02-title {
	color: #fff;
}

.index-banner04-list {
	overflow: hidden;
	margin-bottom: 88px;
}

.index-banner04-item {
	float: left;
	width: 440px;
	height: 380px;
	margin-right: 40px;
	background-color: #fff;
}

.index-banner04-item:nth-child(3) {
	margin-right: 0;
}

.index-banner04-item-head {
	width: 100%;
	height: 310px;
	overflow: hidden;
}

.index-banner04-item-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.index-banner04-item-foot {
	text-align: center;
	line-height: 70px;
	color: #333333;
	font-size: 16px;
	padding: 0 15px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-banner04-item:hover .index-banner04-item-foot {
	color: #036fb8;
}

.index-banner04-item:hover .index-banner04-item-head img {
	transform: scale(1.05);
}

.index-banner05 {
	padding-top: 70px;
	overflow: hidden;
	background-color: #eef4f8;
	width: 100%;
}

.index-banner05-content {
	margin-bottom: 63px;
}

.index-banner05-content::after {
	content: " ";
	display: block;
	clear: both;
}

.index-banner05-left {
	width: 568px;
	height: 472px;
	background-color: #fff;
	float: left;
	box-sizing: border-box;
	padding: 26px 26px 0;
	position: relative;
}

.index-banner05-left-item {
	width: 100%;
}

.index-banner05-left-head {
	width: 100%;
	height: 367px;
	position: relative;
}

.index-banner05-left-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-banner05-left-inner {
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(index-banner05-left-inner.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	width: 106px;
	height: 85px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: "Arial";
	padding-top: 12px;
	box-sizing: border-box;
}

.index-banner05-left-inner span {
	font-size: 26px;
}

.index-banner05-left-foot {
	line-height: 80px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #484848;
	font-size: 16px;
}

.index-banner05-left .hd {
	text-align: right;
	position: absolute;
	bottom: 95px;
	right: 25px;
	margin-right: 26px;
}

.index-banner05-left .hd li {
	display: inline-block;
	margin-left: 13px;
	font-size: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}

.index-banner05-left .hd .on {
	background-color: #036fb8;
}

.index-banner05-right {
	float: right;
	width: 806px;
}

.index-banner05-item {
	width: 390px;
	height: 222px;
	margin: 0 26px 26px 0;
	background-color: #f5f8fb;
	position: relative;
	float: left;
	box-sizing: border-box;
	padding: 25px;
}

.index-banner05-item:nth-child(2n) {
	margin-right: 0;
}

.index-banner05-item-img {
	position: absolute;
	top: 17px;
	right: 18px;
}

.index-banner05-head {
	color: #333333;
	font-size: 16px;
	font-family: "Arial";
}

.index-banner05-head span {
	font-size: 26px;
}

.index-banner05-title {
	color: #333333;
	font-size: 16px;
	margin: 15px 0;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index-banner05-text {
	color: #666666;
	font-size: 14px;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-banner05-item:hover {
	background-color: #fff;
	border-bottom: 3px solid #036fb8;
}

.index-foot {
	width: 100%;
	height: auto;
	background-color: #1b252c;
	padding-top: 50px;
}

.overflow {
	overflow: hidden;
}

.index-foot-left {
	float: left;
}

.index-foot-title {
	color: #9a9a9a;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 35px;
}

.index-foot-nav {
	float: left;
	width: 400px;
	overflow: hidden;
}

.index-foot-nav ul {
	overflow: hidden;
}

.index-foot-nav ul li {
	float: left;
	margin-right: 50px;
}

.index-foot-nav ul li:nth-child(4n) {
	margin-right: 0;
	margin-bottom: 20px;
}

.index-foot-nav ul li a {
	color: #9a9a9a;
	font-size: 14px;
}

.index-foot-nav ul li a:hover {
	color: #fff;
}

.index-foot-span {
	width: 1px;
	height: 130px;
	background-color: #31373b;
	float: left;
	margin-right: 130px;
	margin-left: 100px;
}

.index-foot-item {
	line-height: 2;
	color: #9a9a9a;
	font-size: 14px;
	margin-bottom: 3px;
}

.index-foot-item img {
	margin-right: 5px;
}

.index-foot-lxfs {
	float: left;
}

.index-foot-right {
	float: right;
	width: 130px;
	text-align: center;
	color: #9a9a9a;
	font-size: 14px;
}

.index-foot-right img {
	width: 130px;
	height: 130px;
	margin-bottom: 3px;
}

.index-foot-foot {
	margin-top: 30px;
	height: 60px;
	color: #9a9a9a;
	font-size: 14px;
	line-height: 60px;
}

.index-foot-foot a {
	color: #9a9a9a;
	font-size: 14px;
}

.index-foot-foot a:hover {
	color: #fff;
}

.inner-content {
	margin: 20px 0 55px;
}

.inner-left {
	float: left;
	width: 250px;
}

.inner-left-item {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	background-color: #fff;
}

.inner-left-title {
	color: #fff;
	width: 100%;
	height: 64px;
	line-height: 64px;
	font-size: 21px;
	font-weight: 600;
	background-color: #036fb8;
	box-sizing: border-box;
	padding-left: 17px;
}

.left-nav {
	width: 100%;
	height: auto;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	padding: 10px 20px 20px;
}

.inner-left-item-list {
	width: 100%;
	height: auto;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
	padding: 10px 20px 20px;
}

.left-nav li a {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	box-sizing: border-box;
	color: #333333;
	font-size: 16px;
	position: relative;
	padding-left: 13px;
	border-bottom: 1px dashed #ddd;
	background-image: url(left-nav.png);
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: right;
}

.left-nav li a::after {
	content: " ";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #999999;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.left-nav li .on {
	color: #036fb8;
	font-weight: 600;
}

.left-nav li .on::after {
	background-color: #036fb8;
}

.left-nav li a:hover {
	color: #036fb8;
	font-weight: 600;
}

.left-nav li:hover a::after {
	background-color: #036fb8;
}

.inner-left-item-item {
	width: 100%;
	color: #333333;
	font-size: 16px;
	padding: 12px 0 12px 25px;
	box-sizing: border-box;
	border-bottom: 1px dashed #ddd;
	background-repeat: no-repeat;
	background-size: inherit;
	background-position: left;
}

.inner-left-item-item:nth-child(1) {
	background-image: url(inner-left-item-item01.png);
}

.inner-left-item-item:nth-child(2) {
	background-image: url(inner-left-item-item02.png);
}

.inner-left-item-item:nth-child(3) {
	background-image: url(inner-left-item-item03.png);
}

.inner-right {
	width: 1123px;
	float: right;
	border: 1px solid #e7e7e7;
	background-color: #fff;
}

.inner-right-top {
	width: 100%;
	height: 63px;
	line-height: 63px;
	box-sizing: border-box;
	background-color: #f7f7f7;
	padding: 0 20px;
}

.inner-right-top-left {
	float: left;
	position: relative;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	padding-left: 20px;
}

.inner-right-top-left::after {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 4px;
	height: 23px;
	background-color: #036fb8;
}

.inner-right-top-right {
	float: right;
	color: #666666;
	font-size: 16px;
	position: relative;
	padding-left: 25px;
}

.inner-right-top-right img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.inner-right-top-right a {
	color: #666666;
	font-size: 16px;
}

.inner-fuwenben {
	color: #333333;
	font-size: 16px;
	line-height: 1.75;
	padding: 40px 20px;
}

.inner-fuwenben * {
	max-width: 100%;
}

.qyzz-list {
	margin: 25px 20px;
}

.qyzz-item {
	float: left;
	width: 340px;
	margin-right: 30px;
	height: auto;
	text-align: center;
	margin-bottom: 30px;
	box-shadow: 0 0 4px 4px #eee;
}

.qyzz-item:nth-child(3n) {
	margin-right: 0;
}

.qyzz-item-head {
	width: 100%;
	height: 240px;
	border: 1px solid #eee;
	box-sizing: border-box;
	position: relative;
}

.qyzz-item-head img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.qyzz-item-text {
	width: 100%;
	height: 54px;
	line-height: 54px;
	box-sizing: border-box;
	padding: 0 15px;
	color: #333333;
	font-size: 16px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.4s;
	background-color: #fff;
}

.qyzz-item:hover .qyzz-item-text {
	background-color: #eff6fb;
	color: #036fb8;
}

.cpzs-list {
	margin: 20px 40px;
}

.cpzs-item {
	width: 326px;
	margin-right: 32px;
	margin-bottom: 32px;
	float: left;
	transition: 0.4s;
	box-shadow: 0 0 4px 4px #eee;
}

.cpzs-item:nth-child(3n) {
	margin-right: 0;
}

.cpzs-item-head {
	width: 100%;
	height: 220px;
	overflow: hidden;
}

.cpzs-item-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cpzs-item-text {
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 0 15px;
	color: #333333;
	font-size: 16px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 70px;
	text-align: center;
	transition: 0.4s;
}

.cpzs-item:hover .cpzs-item-text {
	background-color: #eff6fb;
	color: #036fb8;
}

.cpzs-item:hover {
	box-shadow: 0 0 4px 4px #eee;
}

.cpxq-title {
	text-align: center;
	color: #333333;
	font-size: 24px;
	margin: 25px 20px 20px;
}

.cpxq-img {
	margin-bottom: 40px;
	text-align: center;
}

.cpxq-contetn .hd {
	margin: 0 20px;
	overflow: hidden;
	border-bottom: 1px solid #036fb8;
}

.cpxq-contetn .hd ul {
	float: left;
}

.cpxq-contetn .hd li {
	width: 117px;
	color: #333333;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	transition: 0.4s;
	cursor: pointer;
	border: 1px solid #036fb8;
	border-bottom: none;
	box-sizing: border-box;
}

.cpxq-contetn .hd .on li {
	background-color: #036fb8;
	color: #fff;
}

.cpxq-contetn .hd li:hover {
	background-color: #036fb8;
	color: #fff;
}

.cpxq-fuwenben {
	padding: 40px;
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
}

.cpxq-fuwenben * {
	max-width: 100%;
}

.cpxq-foot {
	overflow: hidden;
	border-top: 1px solid #eee;
	padding-top: 22px;
	padding-bottom: 30px;
	margin: 0 20px;
}

.cpxq-foot-syp {
	width: 50%;
	float: left;
	color: #333333;
	font-size: 16px;
}

.cpxq-foot-syp * {
	color: #333333;
	font-size: 16px;
}

.gcal .cpzs-item-head {
	height: 240px;
}

.gcal .cpzs-item-text {
	line-height: 50px;
}

.content-bgc {
	background-image: url(content-bgc.png);
	overflow: hidden;
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.rczp {
	margin: 30px 20px;
}

.rczp table {
	width: 100%;
	border-collapse: collapse;
}

.rczp table th {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 54px;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	background-color: #fff;
}

.rczp table td {
	text-align: center;
	color: #333333;
	font-size: 16px;
	line-height: 59px;
}

.rczp table tr:nth-child(2n+1) {
	background-color: #e5f0f8;
}

.rczp table tr:nth-child(2n) {
	background-color: #f0f7fb;
}

.rczp table td a {
	color: #036fb8;
	font-size: 16px;
}

.rczp table td a:hover {
	border-bottom: 1px solid #036fb8;
}

.new {
	margin: 24px 20px;
}

.new-top {
	overflow: hidden;
	margin-bottom: 25px;
}

.new-top-item {
	float: left;
	width: 350px;
	height: 280px;
	overflow: hidden;
	margin-right: 16px;
	box-sizing: border-box;
	border: 1px solid #eee;
}

.new-top-item:nth-child(3) {
	margin-right: 0;
}

.new-top-item-head {
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
}

.new-top-item-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new-top-item-head .index-banner05-left-inner {
	background-image: none;
	background-color: #036fb8;
	width: 86px;
	height: 68px;
	padding-top: 18px;
}

.new-top-item-head .index-banner05-left-inner span {
	width: 100%;
	position: absolute;
	top: 5px;
	left: 0;
}

.new-top-item-text {
	text-align: center;
	line-height: 60px;
	color: #484848;
	font-size: 16px;
	padding: 0 15px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.4s;
}

.new-top-item:hover .new-top-item-text {
	color: #036fb8;
	background-color: #eff6fb;
}

.new-list {
	overflow: hidden;
}

.new-item {
	overflow: hidden;
	border-bottom: 1px dashed #eee;
}

.new-item-left {
	float: left;
	width: 950px;
}

.new-item-right {
	float: right;
	line-height: 90px;
	color: #333333;
	font-size: 14px;
}

.new-item-title {
	color: #333333;
	font-size: 16px;
	margin: 20px 0 10px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.new-item-text {
	color: #666666;
	font-size: 14px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.new-item:hover .new-item-title {
	color: #036fb8;
}

.new-item:hover .new-item-text {
	color: #036fb8;
}

.new-title {
	text-align: center;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 23px;
}

.new-text {
	color: #999999;
	font-size: 14px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
	margin-bottom: 30px;
}

.new-fuwenben {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	color: #333333;
	font-size: 16px;
	line-height: 1.7;
}

.new-fuwenben * {
	max-width: 100%;
}

.new-foot {
	overflow: hidden;
	margin-bottom: 20px;
}

.new-foot-left {
	float: left;
	width: 800px;
}

.new-foot-item {
	color: #333333;
	font-size: 16px;
	line-height: 2.3;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.new-foot-item a {
	color: #333333;
	font-size: 16px;
}

.new-foot-right {
	display: block;
	width: 123px;
	height: 37px;
	background-color: #036fb8;
	text-align: center;
	line-height: 37px;
	color: #fff;
	font-size: 16px;
	float: right;
}

.new-foot-right:hover {
	color: #fff;
}

.new-foot-right img {
	margin-right: 10px;
}

.khly {
	margin: 30px 60px;
}

.khly-text {
	color: #666666;
	font-size: 16px;
	margin-bottom: 25px;
}

.khly-item {
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 50px;
	height: auto;
}

.khly-item-left {
	float: left;
	text-align: right;
	width: 95px;
	color: #333333;
	font-size: 16px;
}

.khly-item-right {
	float: left;
	overflow: hidden;
}

.khly-item-right input {
	width: 500px;
	height: 50px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 0 18px;
	box-sizing: border-box;
	color: #333;
	font-size: 16px;
}

.khly-item-right textarea {
	width: 500px;
	height: 195px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px 18px;
	box-sizing: border-box;
	color: #333;
	font-size: 16px;
	resize: none;
	outline: none;
	float: left;
}

.khly-item-right span {
	float: right;
	color: #ff0000;
	margin-left: 16px;
}

.khly-item:nth-child(5) .khly-item-right input {
	width: 360px;
	margin-right: 18px;
	float: left;
}

.khly-item:nth-child(5) .khly-item-right div {
	width: 123px;
	height: 50px;
	float: left;
	box-sizing: border-box;
	text-align: center;
	line-height: 50px;
	position: relative;
}

.khly-item:nth-child(5) .khly-item-right div img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.khly-item:nth-last-child(1) {
	margin-top: 30px;
}

.khly-item .khly-item-right .khly-item-btn {
	width: 240px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	color: #fff;
	font-size: 16px;
	background-color: #036fb8;
	border: 1px solid #036fb8;
	transition: 0.4s;
}

.khly-item .khly-item-right .khly-item-btn:hover {
	color: #036fb8;
	background-color: #fff;
	cursor: pointer;
}

.lxwm {
	margin: 35px 20px;
}

.lxwm-title {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
}

.lxwm-left {
	float: left;
	width: 130px;
	height: 130px;
	margin-right: 28px;
	margin-top: 8px;
}

.lxwm-left img {
	width: 100%;
	height: 100%;
}

.lxwm-right {
	float: left;
	color: #333333;
	font-size: 16px;
	line-height: 2.2;
}

.lxwm-map {
	margin-top: 30px;
	width: 100%;
	height: 537px;
	overflow: hidden;
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.layui-laypage * {
	margin-right: 5px !important;
	height: 35px !important;
	line-height: 35px !important;
	font-size: 15px !important;
}

.layui-laypage {
	width: 100%;
	text-align: center;
	margin-bottom: 30px !important;
}

.layui-laypage-count {
	padding: 0 10px !important;
	border: 1px solid #EEEEEE !important;
}

.layui-laypage-em {
	color: #FFFFFF !important;
	background-color: #036fb8 !important;
}

.layui-laypage .layui-laypage-curr em {
	margin-right: 0 !important;
}

.layui-laypage a:hover {
	color: #036fb8 !important;
}



/* @media only screen and (min-width: 1250px) and (max-width:1600px) { */
	@media only screen and (max-width:1600px) {
	.index-head-c {
		width: 1200px;
	}

	.margin-c {
		width: 1200px;
	}

	.index-banner02-item {
		width: 276px;
	}

	.index-banner03-title img {
		max-width: 100%;
	}

	.index-banner03-right {
		float: left;
		width: 470px;
	}

	.index-banner04-item {
		width: 373px;
	}

	.index-banner05-item {
		width: 290px;
	}

	.index-banner05-right {
		width: 606px;
	}

	.index-foot-span {
		margin-right: 75px;
	}

	.inner-right {
		width: 923px;
	}

	.qyzz-item {
		width: 274px;
	}

	.cpzs-item {
		width: 264px;
		margin-right: 25px;
	}
	.new-top-item {
	    width: 283px;
	}
	.new-item-left {
	    width: 750px;
	}
	
	.logo {
		width: 350px;
	}
	
}


/* 2024.01.09 */
.bigImg{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;
}
.bigImg .close{
	position: absolute;
	right: 35px;
	top: 35px;
	width: 35px;
	cursor: pointer;
}
.bigImg .img{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	max-width: 90%;
	max-height: 90%;
	margin: auto;
}
.qyzz-item{
	cursor: pointer;
}