* {
	padding: 0;
	margin: 0;
	list-style: none;
}
@font-face {
	font-family: "hansans";
	src: url("SOURCEHANSANSCN-REGULAR-2.OTF");
}
html,
body {
	margin: 0 auto;
}
html,
body,
div,
span,
em,
i,
b,
strong,
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;
	font-family:"hansans" !important;
}
@font-face {
	font-family: "hansans";
	src: url("SOURCEHANSANSCN-REGULAR-2.OTF");
}
body,
button,
input,
select,
textarea {
	font: 14px/1.5 "microsoft yahei";
	color: #666;
	font-weight: normal;
	font-family:"hansans", "Microsoft YaHei",  "Hiragino Sans GB", "Heiti SC", sans-serif;
	
}

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 {
	text-decoration: none;
	color: #484848;
}

input {
	outline: none;
}

/* 
@font-face {
	font-family: "ba";
	src: url("BAHNSCHRIFT.TTF");
}
 */

body {
	font-size: 14px;
	background-color: #fff;
}

.margin-c {
	width: 1400px;
	margin: 0 auto;
}

.index-head {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	background-color: rgba(0, 0, 0, 0);
	z-index: 9999;
	transition: 0.4s;
	line-height: 90px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.logo {
	position: absolute;
	left: 50px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.logo a {
	display: block;
	width: auto;
}

.logo a img {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.index-nav {
	position: absolute;
	left: 30%;
}

.index-nav ul li {
	float: left;
	margin: 0 20px;
}

.index-nav a {
	color: #fff;
	font-size: 18px;
	display: block;
	line-height: 88px;
}

.index-nav ul li .on {
	border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.index-nav ul a:hover {
	border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.index-head-qh {
	position: absolute;
	right: 140px;
}

.index-head-qh img {
	margin-right: 2px;
	margin-bottom: 3px;
}

.index-head-qh select {
	background-color: inherit;
	color: #fff;
	border: none;
	font-family: "Arial";
	font-size: 16px;
	outline: none;
}

.index-head-qh select option {
	background-color: #333;
	padding: 2px 0;
}

.index-right-nav {
	position: absolute;
	right: 0;
	width: 94px;
	height: 90px;
	top: 0;
	background-color: #033491;
	cursor: pointer;
	z-index: 999;
}

.index-right-nav-span::after {
	content: " ";
	display: block;
	position: absolute;
	width: 38px;
	height: 1px;
	background-color: #fff;
	top: -11px;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.4s;
}

.index-right-nav-span::before {
	content: " ";
	display: block;
	position: absolute;
	width: 38px;
	height: 1px;
	background-color: #fff;
	top: 11px;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.4s;
}

.index-right-nav-span {
	position: absolute;
	width: 38px;
	height: 1px;
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.4s;
}

.index-right-nav.open .index-right-nav-span {
	opacity: 1;
	width: 0;
}

.open .index-right-nav-span::after {
	content: " ";
	display: block;
	position: absolute;
	width: 38px;
	height: 1px;
	background-color: #fff;
	top: 0px;
	left: -19px;
	right: 0;
	margin: auto;
	transition: 0.4s;
	transform: rotate(-45deg);
}

.open .index-right-nav-span::before {
	content: " ";
	display: block;
	position: absolute;
	width: 38px;
	height: 1px;
	background-color: #fff;
	top: 0px;
	left: -19px;
	right: 0;
	margin: auto;
	transition: 0.4s;
	transform: rotate(45deg);
}

.index-banner01 {
	height: 100%;
	position: relative;
	overflow: hidden;
	max-height: 100vh !important;
}

.index-banner01 .margin-c {
	position: absolute;
	left: 0;
	bottom: 40px;
	right: 0;
	margin: auto;
	height: 50px;
}

.index-banner01 .swiper {
	height: 100%;
}

.index-banner01 .swiper-slide {
	height: 100%;
}

.index-banner01 img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.index-banner01 .swiper-pagination {
	z-index: 999;
	bottom: 17px !important;
	left: 0px !important;
	text-align: left;
}

.index-banner01 .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	opacity: 1;
	background-color: #fff;
	margin: 0 7px !important;
	transition: 0.4s;
}

.index-banner01 .swiper-pagination-bullet-active {
	border: 1px solid #fff;
	box-sizing: border-box;
	background-color: initial;
	position: relative;
}

.index-banner01 .swiper-pagination-bullet-active::after {
	content: "";
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.index-banner01 .scroll-down {
	position: absolute;
	left: 50%;
	z-index: 2;
	transform: translateX(-50%);
	bottom: 40px;
	text-align: center;
}

.index-banner01 .scroll-down span {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	width: 30px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50px;
}

.index-banner01 .scroll-down span::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 50%;
	width: 10px;
	height: 10px;
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	-moz-animation: sdb10 2s infinite;
}

.index-banner01 .scroll-down .shubiaowz {
	font-size: 12px;
	color: #FFF;
	line-height: 200%;
}

@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(-50%, 0);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		-webkit-transform: translate(-50%, 25px);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@keyframes sdb10 {
	0% {
		transform: translate(-50%, 0);
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	80% {
		transform: translate(-50%, 25px);
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

.index-banner01 .swiper-button-next img:nth-child(2) {
	display: none;
}

.index-banner01 .swiper-button-prev img:nth-child(2) {
	display: none;
}

.index-banner01 .swiper-button-next:hover img:nth-child(2) {
	display: initial;
}

.index-banner01 .swiper-button-prev:hover img:nth-child(2) {
	display: initial;
}

.index-banner01 .swiper-button-next:hover img:nth-child(1) {
	display: none;
}

.index-banner01 .swiper-button-prev:hover img:nth-child(1) {
	display: none;
}

.index-banner01 .swiper-button-next {
	width: 55px;
	height: 50px;
	right: 0;
	bottom: 0;
	left: initial;
	top: initial;
	z-index: 999;
}

.index-banner01 .swiper-button-next::after {
	display: none;
}

.index-banner01 .swiper-button-prev {
	width: 55px;
	height: 50px;
	right: 55px;
	bottom: 0;
	left: initial;
	top: initial;
	z-index: 999;
}

.index-banner01 .swiper-button-prev::after {
	display: none;
}

#fp-nav ul li {
	display: block;
	width: 26px !important;
	height: 26px !important;
	margin-bottom: ;
	: 7px;
	position: relative;
}

#fp-nav ul li .active {
	background-image: url(fp-nav-active.png);
}

#fp-nav ul li a span {
	background-color: #fff !important;
	width: 9px !important;
	height: 9px !important;
	margin: 0 !important;
	position: initial;
	left: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	margin: auto !important;
}

.index-head.on {
	background-color: #fff;
	border-bottom: 0;
}

.logo02 {
	display: none;
}

.index-head.on .logo01 {
	display: none;
}

.index-head.on .logo02 {
	display: initial;
}

.index-head.on select {
	color: #333;
}

.index-head.on .index-head-qh select option {
	background-color: #fff;
}

.index-head.on .index-nav a {
	color: #333;
	line-height: 88px;
}

.index-head.on .index-nav li .on {
	border-bottom: 2px solid #033491;
	color: #033491;
}

.index-head.on .index-nav a:hover {
	border-bottom: 2px solid #033491;
	color: #033491;
}

.headInner-box {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9998;
	display: none;
}

.headInner-nav {
	width: 260px;
	height: calc(100% - 90px);
	background-color: #fff;
	position: absolute;
	top: 90px;
	right: 0;
	box-sizing: border-box;
	overflow-y: auto;
	padding: 60px 40px 80px 70px;
}

.headInner-nav ul li {
	line-height: initial;
	position: relative;
	margin-top: 15px;
	margin-bottom: 10px;
}

.headInner-nav ul li a {
	color: #333333;
	font-size: 20px;
	transition: 0.4s;
}

.headInner-nav ul li ul li a {
	color: #666666;
	font-size: 14px;
}

.headInner-nav ul li ul li {
	line-height: initial;
	margin: 5px 0 0;
}

.headInner-nav ul .on a {
	color: #033491;
}

.headInner-nav ul li a:hover {
	color: #033491;
}

.headInner-nav>ul>li>ul {
	display: none;
}

.headInner-nav>ul>li>b,
.headInner-nav>ul>li>ul>li b {
	position: absolute;
	display: block;
	width: 20%;
	height: 26px;
	right: 0;
	top: 0;
	background: url('fl.png') no-repeat center;
	background-size: 14px;
	cursor: pointer;
}

.headInner-nav>ul>li>b.nex,
.headInner-nav>ul>li>ul>li b.nex {
	background: url('nex.png') no-repeat center;
	background-size: 14px;
}

.index-banner02 {
	height: 100%;
	position: relative;
	overflow: hidden;
	max-height: 100vh !important;
	background-image: url(index-banner02.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.index-banner02-content {
	position: absolute;
	top: 90px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: 540px;
	overflow: hidden;
	border-bottom-left-radius: 60px;
	border-top-right-radius: 60px;
}

.index-banner02-right {
	width: 830px;
	height: 540px;
	position: absolute;
	right: 0;
	top: 0;
}

.index-banner02-right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-banner02-inner {
	position: absolute;
	right: 830px;
	top: 0;
	z-index: 10;
	width: 210px;
	height: 170px;
	background-color: #033491;
	color: #fff;
	text-align: center;
}

.index-banner02-title {
	color: #ffffff;
	font-size: 30px;
	margin-top: 50px;
}

.index-banner02-title-e {
	font-family: "Arali";
	color: #ffffff;
	font-size: 12px;
	opacity: 0.5;
	text-transform: uppercase;
}

.index-banner02-left {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 570px;
	background-color: #fff;
	height: 455px;
	box-sizing: border-box;
	padding: 50px;
}

.i-b02-l-title {
	color: #333333;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
}

.i-b02-l-text {
	color: #666666;
	font-size: 15px;
	line-height: 1.7;
}

.i-b02-l-text a {
	color: #033491;
}

.i-b02-l-foot {
	position: absolute;
	bottom: 60px;
	width: 100%;
	margin-left: -50px;
	text-align: center;
}

.i-b02-l-item {
	display: inline-block;
	width: 30%;
	text-align: center;
}

.i-b02-l-item-img {
	margin-bottom: 6px;
	transition: 0.4s;
}

.i-b02-l-item-text {
	color: #666666;
	font-size: 16px;
}

.i-b02-l-item:hover .i-b02-l-item-img {
	transform: rotateY(180deg);
}

.index-banner03 {
	height: 100%;
	position: relative;
	overflow: hidden;
	max-height: 100vh !important;
	background-image: url(index-banner03.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.index-banner03 .margin-c {
	overflow: hidden;
	/* margin-top: 180px; */
}

.index-banner03-left {
	float: left;
}

.index-banner03-title {
	color: #ffffff;
	font-weight: 600;
	font-size: 36px;
}

.index-banner03-title-e {
	color: #ffffff;
	font-size: 16px;
	font-family: "Arial";
	opacity: 0.5;
	text-transform: uppercase;
}

.index-banner03-nav {
	float: right;
	text-align: center;
	font-size: 0;
	margin-top: 30px;
}

.index-banner03-nav ul li {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	border-radius: 17px;
	margin: 0 10px;
	overflow: hidden;
}

.index-banner03-nav ul li a {
	color: #ffffff;
	font-size: 18px;
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 32px;
}

.index-banner03-nav ul li a:hover {
	color: #0b41af;
	font-weight: 600;
	background-color: #fff;
}

.index-banner03-content {
	position: relative;
	margin: 30px auto 0;
	width: 1400px;
}

.index-banner03-content .prev {
	position: absolute;
	left: -47px;
	top: 50%;
	cursor: pointer;
}

.index-banner03-content .next {
	position: absolute;
	right: -47px;
	top: 50%;
	cursor: pointer;
}

.index-banner03-content .bd {
	overflow: hidden;
}

.index-banner03-content .bd li {
	margin-right: 20px;
	width: 335px;
}

.index-banner03-item {
	width: 335px;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	margin-top: 70px;
	transition: 0.4s;
	position: relative;
}

.i-03-item-head {
	width: 100%;
	height: 260px;
}

.i-03-item-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.i-03-item-foot {
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
	height: 170px;
	transition: 0.4s;
	overflow: hidden;
}

.i-03-item-title {
	color: #333333;
	font-size: 18px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 80px;
	transition: 0.4s;
}

.i-03-item-text {
	color: #666666;
	font-size: 14px;
	line-height: 1.7;
	margin-top: -5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 1px;
	transition: 0.4s;
}

.i-03-item-img {
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	position: relative;
	transition: 0.4s;
}

.i-03-item-img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.4s;
}

.i-03-item-img img:nth-child(2) {
	opacity: 0;
}

.index-banner03-item:hover {
	margin: 0;
}

.index-banner03-item:hover .i-03-item-foot {
	height: 240px;
}

.index-banner03-item:hover .i-03-item-text {
	margin-bottom: 30px;
	height: auto;
}

.index-banner03-item:hover .i-03-item-img img:nth-child(2) {
	opacity: 1;
}

.index-banner03-item:hover .i-03-item-img {
	background-color: #033491;
}

.index-banner03-c {
	height: 610px;
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.index-banner04 {
	height: 100%;
	position: relative;
	overflow: hidden;
	max-height: 100vh !important;
	background-image: url(index-banner04.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.index-banner04-c {
	height: 580px;
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.index-banner04-c>.margin-c {
	overflow: hidden;
}

.index-banner04-left {
	float: left;
}

.index-banner04-title {
	font-size: 36px;
	font-weight: 600;
	color: #333333;
}

.index-banner04-title span {
	color: #0b41af;
}

.index-banner04-title-e {
	color: #666666;
	font-size: 16px;
	font-family: "Arial";
	text-transform: uppercase;
}

.index-banner04-right {
	display: block;
	width: 42px;
	height: 42px;
	background-color: #033491;
	position: relative;
	float: right;
	margin-top: 35px;
}

.index-banner04-right img {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: 0.4s;
}

.index-banner04-right img:nth-child(2) {
	opacity: 0;
}

.index-banner04-right:hover img:nth-child(2) {
	opacity: 1;
}

.index-banner04-right:hover img:nth-child(1) {
	opacity: 0;
}

.index-banner04-right:hover {
	background-color: #fff;
}

.index-banner04-content {
	position: relative;
	margin: 50px auto 0;
	width: 1400px;
}

.index-banner04-content .bd {
	overflow: hidden;
}

.index-banner04-content .bd li {
	height: 430px;
	width: 311px;
	margin-right: 52px;
}

.i-04-item {
	width: 311px;
	height: 420px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 8px 0px 0px #d3e2ec;
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	text-align: center;
}

.i-04-item-head {
	width: 100%;
	height: 271px;
	background-color: #e8e8e8;
}

.i-04-item-head img {
	width: 100%;
	height: 100%;
}

.i-04-item-title {
	margin-top: 30px;
	color: #333333;
	font-size: 24px;
	font-weight: 600;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.i-04-item-title-e {
	color: #999999;
	font-size: 12px;
	font-family: "Arial";
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
}

.index-banner04-content .prev {
	position: absolute;
	top: 50%;
	left: -47px;
	cursor: pointer;
}

.index-banner04-content .next {
	position: absolute;
	top: 50%;
	right: -47px;
	cursor: pointer;
}

.i-04-item-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	box-sizing: border-box;
	padding: 25px;
	bottom: 0;
	right: 0;
	margin: auto;
	background-image: url(i-04-item-mask.png);
	color: #fff;
	opacity: 0;
	transition: 0.4s;
}

.i-04-item-mask-title {
	font-weight: 600;
	font-size: 24px;
	margin-top: 45px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.i-04-item-mask-title-e {
	font-size: 12px;
	opacity: 0.5;
	font-family: "Arial";
	text-transform: uppercase;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 30px;
}

.i-04-item-mask-text {
	font-size: 14px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}

.i-04-item:hover .i-04-item-mask {
	opacity: 1;
}

.index-banner05 {
	height: 100%;
	position: relative;
	overflow: hidden;
	max-height: 100vh !important;
	background-image: url(index-banner05.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	font-size: 0;
}

.index-banner05-item {
	background-color: rgba(0, 0, 0, 0.2);
	display: inline-block;
	width: 20%;
	height: 100%;
	box-sizing: border-box;
	border-right: 1px solid rgba(255, 255, 255, 0.15);
	transition: 0.4s;
	position: relative;
}

.index-banner05-item:nth-last-child(1) {
	border-right: none;
}

.i-05-item-c {
	position: absolute;
	top: 90px;
	bottom: 0;
	margin: auto;
	text-align: center;
	padding: 0 25px;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
}

.i-05-item-c-title {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
}

.i-05-item-c-title-e {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #ffffff;
	opacity: 0.8;
	font-size: 12px;
	font-family: "Arial";
	text-transform: uppercase;
}

.i-05-item-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 0 40px;
	box-sizing: border-box;
	opacity: 0;
	transition: 0.4s;
}

.i-05-item-mask-index {
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	width: 27px;
	height: 50px;
	margin: 20vh auto 5vh;
}

.index-banner05-item:nth-child(1) .i-05-item-mask-index {
	background-image: url(i-05-item-mask-index1.png);
}

.index-banner05-item:nth-child(2) .i-05-item-mask-index {
	background-image: url(i-05-item-mask-index.png);
}

.index-banner05-item:nth-child(3) .i-05-item-mask-index {
	background-image: url(i-05-item-mask-index3.png);
}

.index-banner05-item:nth-child(4) .i-05-item-mask-index {
	background-image: url(i-05-item-mask-index4.png);
}

.index-banner05-item:nth-child(5) .i-05-item-mask-index {
	background-image: url(i-05-item-mask-index5.png);
}

.i-05-item-mask-title {
	color: #033491;
	font-size: 24px;
	font-weight: 600;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.i-05-item-mask-title-e {
	color: #999999;
	font-size: 12px;
	font-family: "Arial";
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.i-05-item-mask-text {
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.i-05-item-mask-text span {
	color: #033491;
}

.i-05-item-mask-img {
	margin-top: 40px;
	width: 100%;
	height: 350px;
}

.i-05-item-mask-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.index-banner05-item:hover .i-05-item-mask {
	opacity: 1;
}

.index-banner06 {
	height: 100%;
	position: relative;
	overflow: hidden;
	max-height: 100vh !important;
	background-image: url(index-banner06.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.index-banner06-c {
	height: 600px;
	position: absolute;
	top: 90px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.index-banner06-content {
	position: relative;
	margin: 50px auto 0;
	width: 1400px;
}

.index-banner06-c>.margin-c {
	overflow: hidden;
}

.index-banner06-content .bd li {
	width: 680px;
	margin-right: 40px;
}

.index-banner06-content .hd {
	width: 100%;
	position: absolute;
	bottom: -60px;
	text-align: center;
}

.index-banner06-content .hd li {
	opacity: 0.1;
	background-color: #333;
	margin: 0 7px;
	width: 16px;
	height: 16px;
	font-size: 0;
	border-radius: 50%;
	display: inline-block;
	position: relative;
}

.index-banner06-content .hd .on {
	opacity: 1;
	background-color: initial;
	box-sizing: border-box;
	border: 1px solid #033491;
}

.index-banner06-content .hd .on::after {
	content: " ";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #033491;
	border-radius: 50%;
}

.i-06-item {
	width: 680px;
	height: 400px;
	background-color: #fff;
	overflow: hidden;
	border-bottom-left-radius: 60px;
	border-top-right-radius: 60px;
	box-sizing: border-box;
	padding: 0 50px;
	position: relative;
}

.i-06-item-head {
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 45px;
}

.i-06-item-title {
	padding-top: 20px;
	display: inline-block;
	border-bottom: 1px solid #033491;
	line-height: 79px;
	box-sizing: border-box;
	color: #333333;
	font-size: 24px;
	font-weight: 600;
}

.i-06-item-text {
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.i-06-item-left {
	position: absolute;
	left: 50px;
	bottom: 70px;
	width: 42px;
	height: 42px;
	background-color: #033491;
}

.i-06-item-left img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.4s;
}

.i-06-item:hover img {
	transform: rotateY(360deg);
}

.i-06-item-right {
	width: 63px;
	height: 70px;
	position: absolute;
	right: 60px;
	bottom: 56px;
}

.i-06-item-right img {
	transition: 0.4s;
}

.index-banner07 {
	height: 100%;
	position: relative;
	overflow: hidden;
	max-height: 100vh !important;
	background-image: url(index-banner07.png);
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
}

.index-banner07 .index-banner04-title {
	color: #fff;
}

.index-banner07 .index-banner04-title-e {
	color: #fff;
	opacity: 0.5;
}

.index-banner07 .index-banner04-right {
	background-color: #fff;
}

.index-banner07 .index-banner04-right:hover {
	background-color: #033491;
}

.overflow {
	overflow: hidden;
}

.margintop50 {
	margin-top: 50px;
}

.index-banner07-left {
	float: left;
	width: 568px;
	height: 472px;
	background-color: #fff;
	border-radius: 10px;
	padding: 26px;
	box-sizing: border-box;
	position: relative;
}

.index-banner07-left-head {
	width: 100%;
	height: 320px;
	margin-bottom: 25px;
}

.index-banner07-left-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-banner07-left-title {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 15px;
}

.index-banner07-left-foot {
	color: #666666;
	font-size: 16px;
}

.index-banner07-left-img {
	position: absolute;
	bottom: 43px;
	right: 26px;
	opacity: 0;
	transition: 0.4s;
}

.index-banner07-left:hover .index-banner07-left-img {
	opacity: 1;
}

.index-banner07-right {
	float: right;
	width: 806px;
}

.index-banner07-item {
	float: left;
	width: 390px;
	height: 223px;
	margin-right: 26px;
	background-color: #d6e3f3;
	transition: 0.4s;
	margin-bottom: 26px;
	box-sizing: border-box;
	padding: 0 30px;
	position: relative;
}

.index-banner07-item:nth-child(2n) {
	margin-right: 0;
}

.index-banner07-item:nth-child(1) {
	border-top-left-radius: 10px;
}

.index-banner07-item:nth-child(2) {
	border-top-right-radius: 10px;
}

.index-banner07-item:nth-child(3) {
	border-bottom-left-radius: 10px;
}

.index-banner07-item:nth-child(4) {
	border-bottom-right-radius: 10px;
}

.index-banner07-item-head {
	line-height: 100px;
	color: #333333;
	font-size: 18px;
	font-family: "Arial";
}

.index-banner07-item-head span {
	font-size: 30px;
}

.index-banner07-item-title {
	color: #333333;
	font-size: 16px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 15px;
	margin-top: -15px;
}

.index-banner07-item-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-banner07-item-img {
	position: absolute;
	right: 20px;
	top: 20px;
}

.index-banner07-item:hover {
	background-color: #fff;
	box-shadow: 0 3px 0 0 #033491;
}

.index-foot {
	width: 100%;
	height: auto;
	background-color: #3e3e3e;
	overflow: hidden;
}

.index-foot .overflow {
	margin: 30px 0 40px;
}

.index-foot-left {
	width: 38.9%;
	float: left;
}

.index-foot-left-img {
	margin-bottom: 20px;
}

.foot-nav {
	width: 252px;
}

.foot-nav a {
	color: #aeaeae;
	font-size: 15px;
	display: inline-block;
	line-height: 1.7;
	margin-right: 20px;
}

.foot-nav a:hover {
	text-decoration: underline;
	color: #fff;
}

.index-foot-content {
	float: left;
	margin-top: 15px;
}

.index-foot-text {
	color: #aeaeae;
	font-size: 15px;
	line-height: 1.7;
}

.index-foot-right {
	float: right;
	margin-top: 15px;
}

.index-foot-right-img {
	float: right;
	margin-left: 14px;
}

.index-foot-right-text {
	float: right;
	text-align: right;
	color: #aeaeae;
	font-size: 15px;
	line-height: 1.7;
	margin-top: 50px;
}

.index-foot-foot {
	height: 60px;
	line-height: 60px;
	color: #aeaeae;
	font-size: 15px;
	border-top: 1px solid #565656;
}

.index-foot-foot * {
	color: #aeaeae;
	font-size: 15px;
}

.index-foot-foot-right {
	float: right;
}

.inner-banner {
	width: 100%;
	height: auto;
	font-size: 0;
}

.inner-banner img {
	width: 100%;
	height: 100%;
}

.borderBottoMeaeaea {
	border-bottom: 1px solid #eaeaea;
}

.inner-nav {
	float: left;
}

.inner-nav li {
	width: auto;
	height: 80px;
	float: left;
	line-height: 80px;
	text-align: center;
	transition: 0.4s;
	border-right: 1px solid #eaeaea;
}

.inner-nav li:nth-child(1) {
	border-left: 1px solid #eaeaea;
}

.inner-nav li:hover {
	background-color: #033491;
}

.inner-nav li .on {
	background-color: #033491;
	color: #fff;
}

.inner-nav li a {
	display: block;
	color: #3b3b3b;
	font-size: 16px;
	transition: 0.4s;
	font-weight: 600;
	padding: 0 30px;
}

.inner-nav li:hover a {
	color: #fff;
}

.dddwww {
	float: right;
	line-height: 80px;
	color: #666666;
	font-size: 16px;
}

.dddwww a {
	color: #666666;
	font-size: 16px;
}

.dddwww img {
	margin-bottom: 4px;
	margin-right: 5px;
}

.cpxq .dddwww {
	float: left;
	line-height: 56px;
}

.gytn-title {
	text-align: center;
	color: #333333;
	font-size: 36px;
	font-weight: 600;
	margin-top: 50px;
}

.gytn-title-e {
	color: #999999;
	font-size: 16px;
	font-family: "Arial";
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}

.gytn-fuwenben {
	padding: 0 100px 30px;
	color: #333333;
	font-size: 16px;
	line-height: 1.75;
	min-height: 100px;
}

.gytn-fuwenben * {
	max-width: 100%;
}

.hzhb-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 60px 0 50px;
	min-height: 120px;
}

.hzhb-item {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	padding: 9px 17px 8px;
	width: 264px;
	height: 137px;
	position: relative;
}

.hzhb-item img {
	/* width: 100%; */
	/* height: 100%; */
	object-fit: cover;
	transition: 0.4s;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.hzhb-item:nth-child(5n) {
	margin-right: 0;
}

.hzhb-item:hover img {
	transform: rotateY(360deg);
}

.cplb-list {
	width: 100%;
	height: auto;
	margin: 60px 0 30px;
}

.cplb-list::after {
	content: " ";
	display: block;
	clear: both;
}

.cplb-item {
	width: 446px;
	height: 430px;
	float: left;
	box-sizing: border-box;
	padding: 20px 20px 0;
	margin-right: 31px;
	margin-bottom: 30px;
	transition: 0.4s;
	border: 1px solid #eaeaea;
}

.cplb-item:nth-child(3n) {
	margin-right: 0;
}

.cplb-item-head {
	width: 100%;
	height: 310px;
	overflow: hidden;
}

.cplb-item-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.cplb-item:hover .cplb-item-head img {
	transform: scale(1.05);
}

.cplb-item-text {
	line-height: 100px;
	color: #333333;
	font-size: 20px;
	transition: 0.4s;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cplb-item:hover .cplb-item-text {
	color: #033491;
}

.cplb-item:hover {
	box-shadow: 0px 0px 8px 6px #eee;
}

.cpinfo {
	background-color: #fff;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	padding: 0 50px;
	overflow: hidden;
	box-sizing: border-box;
}

.cpinfo-head {
	overflow: hidden;
	margin: 50px 25px 50px 0;
}

.cpinfo-head-left {
	float: left;
	width: 600px;
	height: 465px;
	overflow: hidden;
}

.cpinfo-head-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cpinfo-head-right {
	float: right;
	width: 600px;
}

.cpinfo-head-right-title {
	color: #333333;
	font-size: 36px;
	font-weight: 600;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 20px;
	margin-bottom: 35px;
}

.cpinfo-head-right-text {
	color: #666666;
	font-size: 18px;
	line-height: 1.7;
	min-height: 100px;
	margin-bottom: 25px;
}

.cpinfo-head-right-item {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #fff;
	font-size: 18px;
	border-radius: 3px;
	line-height: 48px;
	padding: 0 30px;
	background-color: #033491;
}

.cpinfo-title {
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
}

.cpinfo-title span {
	color: #033491;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 3px solid #033491;
	width: 120px;
	text-align: center;
	line-height: 60px;
	display: inline-block;
}

.cpinfo-fuwenben * {
	max-width: 100%;
}

.cpinfo-fuwenben {
	color: #333;
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 50px;
	overflow: hidden;
}

.cpinfo-foot {
	height: 70px;
	line-height: 70px;
	background-color: #f5f5f5;
	margin-bottom: 100px;
}

.cpinfo-foot-left {
	float: left;
	width: 550px;
	box-sizing: border-box;
	padding: 0 45px;
	color: #666666;
	font-size: 18px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url(cpinfo-foot-left.png);
	background-position: 30px;
	background-repeat: no-repeat;
}

.cpinfo-foot-left a {
	color: #666666;
	font-size: 18px;
}

.cpinfo-foot-left img {
	margin-bottom: -2px;
	margin-right: 4px;
}

.cpinfo-foot-right {
	float: right;
	width: 550px;
	box-sizing: border-box;
	padding: 0 55px;
	color: #666666;
	font-size: 18px;
	text-align: right;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background-image: url(cpinfo-foot-right.png);
	background-position: 505px 27px;
	background-repeat: no-repeat;
}

.cpinfo-foot-right a {
	color: #666666;
	font-size: 18px;
}

.cpinfo-foot-right img {
	margin-bottom: -2px;
	margin-right: 4px;
}

.cpinfo-foot-content {
	width: 200px;
	height: 70px;
	color: #fff;
	text-align: center;
	background-color: #033491;
	float: left;
}

.cpinfo-foot-content a {
	display: block;
	color: #fff;
	font-size: 18px;
}

.kjcx-list .i-04-item {
	float: left;
	border: 1px solid #ddd;
	margin-right: 52px;
	margin-bottom: 40px;
}

.kjcx-list .i-04-item:nth-child(4n) {
	margin-right: 0;
}

.jsfx-item {
	width: 446px;
	height: 570px;
	float: left;
	margin-right: 31px;
	margin-bottom: 31px;
	transition: 0.4s;
}

.jsfx-item:nth-child(3n) {
	margin-right: 0;
}

.jsfx-item-head {
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.jsfx-item-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jsfx-item-foot {
	background-color: #fff;
	width: 100%;
	height: 270px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 30px;
}

.jsfx-item-title {
	color: #333333;
	font-weight: 600;
	font-size: 20px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 90px;
}

.jsfx-item-text {
	line-height: 1.7;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	min-height: 82px;
}

.jsfx-item-foot-gd {
	margin-top: 30px;
	color: #666666;
	font-size: 16px;
	transition: 0.4s;
}

.jsfx-item:hover {
	box-shadow: 0 0 8px 8px #eee;
}

.jsfx-item:hover .jsfx-item-foot-gd {
	color: #033491;
}

.kycg-list {
	margin-top: 60px;
}

.kycg-item {
	width: 100%;
	height: 280px;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	margin-bottom: 40px;
	padding: 20px;
	position: relative;
	transition: 0.4s;
}

.kycg-item-left {
	float: left;
	width: 360px;
	height: 240px;
	margin-right: 60px;
}

.kycg-item-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.kycg-item-right {
	float: left;
	width: 920px;
}

.kycg-item-title {
	width: 100%;
	border-bottom: 1px solid #dddddd;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	line-height: 75px;
	margin-bottom: 28px;
}

.kycg-item-text {
	color: #666666;
	font-size: 16px;
	line-height: 1.7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 35px;
	min-height: 55px;
}

.kycg-item-foot {
	color: #999999;
	font-size: 14px;
}

.kycg-item-rq {
	width: 124px;
	height: 96px;
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	background-color: #033491;
	font-family: "Arial";
	text-align: center;
}

.kycg-item-rq-head {
	font-size: 48px;
}

.kycg-item-rq-foot {
	font-size: 18px;
	margin-top: -12px;
}

.kycg-item:hover {
	box-shadow: 0 0 8px 6px #ddd;
}

.tndt-list {
	margin-top: 25px;
}

.tndt-list::after {
	content: " ";
	display: block;
	clear: both;
}

.tndt-item {
	width: 440px;
	height: 450px;
	margin-right: 40px;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	transition: 0.4s;
	float: left;
	margin-bottom: 40px;
	position: relative;
}

.tndt-item:nth-child(3n) {
	margin-right: 0;
}

.tndt-item-head {
	width: 100%;
	height: 270px;
	overflow: hidden;
}

.tndt-item-head img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tndt-item-foot {
	box-sizing: border-box;
	padding: 0 30px;
}

.tndt-item-title {
	color: #333333;
	font-size: 18px;
	margin-top: 30px;
	line-height: 1.7;
	min-height: 62px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 25px;
}

.tndt-item-rq {
	color: #999999;
	font-size: 16px;
	font-family: "Arial";
}

.tndt-item-rq img {
	margin-bottom: 4px;
	margin-right: 5px;
}

.tndt-item-position {
	position: absolute;
	right: 31px;
	bottom: 54px;
	width: 26px;
	height: 8px;
}

.tndt-item-position img {
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.4s;
}

.tndt-item-position img:nth-child(2) {
	opacity: 0;
}

.tndt-item:hover .tndt-item-position img:nth-child(2) {
	opacity: 1;
}

.tndt-item:hover .tndt-item-position img:nth-child(1) {
	opacity: 0;
}

.tndt-item:hover .tndt-item-title {
	font-weight: 600;
}

.tndt-item:hover {
	box-shadow: 0 0 8px 6px #ddd;
}

.new-info {
	width: 1200px;
	margin: 0 auto;
}

.new-info-title {
	text-align: center;
	margin-top: 80px;
	margin-bottom: 35px;
	color: #333333;
	font-size: 30px;
	font-weight: 600;
}

.new-info-text {
	text-align: center;
	position: relative;
	color: #999999;
	font-size: 16px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 30px;
	position: relative;
	margin-bottom: 40px;
}

.new-info-text-right {
	position: absolute;
	right: 0;
	top: 0;
	color: #666666;
	font-size: 16px;
}

.new-info-text-right img {
	margin-right: 3px;
	margin-bottom: 2px;
}

.new-info-text-right:hover {
	text-decoration: underline;
}

.new-info-fuwenben {
	padding-bottom: 40px;
	border-bottom: 1px solid #dddddd;
	color: #666666;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 40px;
}

.new-info-fuwenben * {
	max-width: 100%;
}

.new-info-foot {
	margin-bottom: 100px;
}

.new-info-sxp {
	color: #333333;
	font-size: 16px;
	margin-bottom: 15px;
}

.new-info-sxp * {
	color: #333333;
	font-size: 16px;
}

.rczp-content {
	margin: 70px 0 80px;
	min-height: 100px;
}

.rczp-content table {
	width: 100%;
	border-collapse: collapse;
}

.rczp-content table tr:nth-child(1) {
	border: 1px solid #033491;
	border-left: 0;
	border-right: 0;
	background-color: #fff !important;
}

.rczp-content table th {
	line-height: 80px;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
}

.rczp-content table td {
	line-height: 80px;
	color: #333333;
	font-size: 16px;
	text-align: center;
}

.rczp-content table tr {
	background-color: #d7e0ec;
}

.rczp-content table tr:nth-child(2n+1) {
	background-color: #ebeef3;
}

.rczp-content table a:hover {
	text-decoration: underline;
}

.zp-info {
	width: 100%;
	height: auto;
	margin: 40px 0 60px;
	background-color: #fff;
	box-sizing: border-box;
	padding: 50px 100px 95px;
}

.zp-info-head {
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}

.zp-info-title {
	color: #333333;
	font-size: 30px;
	margin-bottom: 28px;
}

.zp-info-text {
	overflow: hidden;
}

.zp-info-item {
	float: left;
	width: 300px;
}

.zp-info-item p {
	color: #666666;
	font-size: 16px;
	line-height: 2;
}

.zp-info-head-position a{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 16px;
	width: 120px;
	height: 40px;
	border-radius: 20px;
	background-color: #033491;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 38px;
	transition: 0.4s;
	box-sizing: border-box;
}

.zp-info-head-position a:hover {
	color: #033491;
	background-color: #fff;
	border: 1px solid #033491;
}

.zp-info-ms {
	color: #333333;
	font-size: 24px;
	margin-bottom: 40px;
}

.zp-info-fuwenben {
	color: #333333;
	font-size: 16px;
	line-height: 1.75;
}

.zp-info-fuwenben * {
	max-width: 100%;
}

.zp-info-foot a{
	display: block;
	margin: 70px auto 0;
	font-size: 16px;
	width: 120px;
	height: 40px;
	border-radius: 20px;
	background-color: #033491;
	color: #fff;
	cursor: pointer;
	text-align: center;
	line-height: 38px;
	transition: 0.4s;
	box-sizing: border-box;
}

.zp-info-foot a:hover {
	color: #033491;
	background-color: #fff;
	border: 1px solid #033491;
}

.lxwm-head {
	overflow: hidden;
	margin: 60px 0 50px;
}

.lxwm-head-item {
	float: left;
	width: 440px;
	height: 320px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-right: 40px;
}

.lxwm-head-item:nth-child(3) {
	margin-right: 0;
}

.text-center {
	text-align: center;
}

.lxwm-head-item-rwm {
	margin-top: 47px;
	margin-bottom: 26px;
}

.lxwm-head-item-rwm img {
	width: 150px;
	height: 150px;
}

.lxwm-head-item-rwm-span {
	margin: 0 auto 30px;
	width: 40px;
	height: 1px;
	background-color: #033491;
}

.lxwm-head-item-rwm-text {
	color: #666666;
	font-size: 16px;
}

.lxwm-head-item:nth-child(2) {
	padding: 0 50px 0 55px;
}

.lxwm-head-item-title {
	color: #000000;
	font-size: 20px;
	margin-top: 53px;
}

.lxwm-head-item-title-e {
	color: #999999;
	font-size: 14px;
	font-family: "Arial";
	text-transform: uppercase;
}

.lxwm-head-item-span {
	margin: 15px 0 30px;
	width: 40px;
	height: 1px;
	background-color: #033491;
}

.lxwm-head-item-text {
	color: #666666;
	font-size: 16px;
	line-height: 2;
}

.lxwm-head-item-dh {
	margin-top: 60px;
	margin-bottom: 15px;
}

.lxwm-head-item-dh-title {
	color: #000000;
	font-size: 16px;
	margin-bottom: 10px;
}

.lxwm-head-item-dh-iphone {
	font-family: "Arial";
	color: #033491;
	font-size: 32px;
	margin-bottom: 5px;
}

.lxwm-head-item-dh-text {
	color: #666666;
	font-size: 16px;
}

.lxwm-map {
	width: 100%;
	height: 700px;
}



.innerJobDetails-form {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: 9999;
	display: none;
}

.innerJobDetails-form-list {
	position: absolute;
	background: #fff;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 832px;
	height: 634px;
	border-radius: 5px;
	padding: 40px 60px;
	box-sizing: border-box;
}

.innerJobDetails-form-list h3 {
	font-size: 30px;
	color: #033491;
	font-weight: normal;
	margin-bottom: 35px;
}

.innerJobDetails-form-list img {
	position: absolute;
	right: -40px;
	top: -40px;
	cursor: pointer;
}

.innerJobDetails-form-list form>div {
	margin: 15px 0;
	height: 54px;
}

.innerJobDetails-form-list form>div span {
	font-size: 16px;
	float: left;
	line-height: 50px;
}

.innerJobDetails-form-list form>div input {
	float: right;
	font-size: 16px;
	border: 1px solid #eee;
	height: 52px;
	line-height: 50px;
	width: 570px;
	padding: 0 20px;
	box-sizing: content-box;
}

.innerJobDetails-form-list form>div .layui-form-select {
	float: right;
	width: 612px;
}

.innerJobDetails-form-list form>div .layui-form-select .layui-input {
	padding: 0 20px;
}

.innerJobDetails-form-list .singUploader {
	float: right;
	width: 612px;
}

.innerJobDetails-form-list .singUploader .webuploader-container {
	border: none;
}

.innerJobDetails-form-list .singUploader .webuploader-pick {
	width: 144px;
	height: 54px;
	background: #eee;
	line-height: 54px;
	font-size: 16px;
}

.innerJobDetails-form-list .layui-btn {
	width: 100%;
	height: 57px;
	border: none;
	background: #033491;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	margin-top: 40px;
}




.layui-laypage * {
	margin-right: 5px !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: #033491 !important;
}

.layui-laypage .layui-laypage-curr em {
	margin-right: 0 !important;
}

.layui-laypage a:hover {
	color: #033491 !important;
}

@media only screen and (min-width: 1400px) and (max-width:1600px) {
	.i-05-item-mask-img {
		height: 250px;
	}
}
@media only screen and (min-width: 1200px) and (max-width:1400px) {
	.margin-c {
		width: 1200px;
	}
	.index-nav ul li {
	    margin: 0 15px;
	}
	.index-banner02-right {
	    width: 630px;
	}
	.index-nav {
	    left: 26%;
	}
	.index-banner02-inner {
	    right: 630px;
	}
	.index-banner02-left {
	    padding: 50px 100px 0 50px;
	}
	.i-b02-l-foot {
	    width: 470px;
	}
	.index-banner03-item {
		width: 285px;
	}
	.index-banner03-content .bd li {
		width: 285px;
	}
	.index-banner03-content {
		width: 1200px;
	}
	.index-banner04-content {
		width: 1200px;
	}
	.i-04-item {
		width: 261px;
	}
	.index-banner04-content .bd li {
		width: 261px;
	}
	.i-05-item-mask-img {
		height: 250px;
	}
	.i-06-item {
		width: 580px;
	}
	.index-banner06-content .bd li {
		width: 580px;
	}
	.index-banner06-content {
	    width: 1200px;
	}
	.index-banner07-left {
	    width: 468px;
	}
	.index-banner07-right {
	    width: 706px;
	}
	.index-banner07-item {
	    width: 340px;
	}
	.hzhb-item {
		width: 224px;
	}
	.cplb-item {
	    width: 379px;
	}
	.cpinfo-head-left {
	    width: 500px;
	}
	.cpinfo-head-right {
	    width: 500px;
	}
	.cpinfo-foot-left {
	    width: 450px;
	}
	.cpinfo-foot-right {
		width: 450px;
	}
	.tndt-item {
	    width: 373px;
		height: 420px;
	}
	.tndt-item-title {
	    margin-top: 20px;
	    margin-bottom: 15px;
	}
	.tndt-item-position {
	    bottom: 34px;
	}
	.i-04-item-head {
	    height: 231px;
	}
	.i-04-item {
	    height: 380px;
	}
	.i-04-item-mask-text {
		-webkit-line-clamp: 5;
	}
	.jsfx-item {
	    width: 379px;
	}
	.kycg-item-right {
	    width: 720px;
	}
	.lxwm-head-item {
	    width: 373px;
	}
	.lxwm-head-item:nth-child(2) {
	    padding: 0 25px;
	}
	
	
	
	
	
}
