@charset "utf-8";
@font-face {
	font-family: 'COND';
	src: url('../font/AKZIDENZGROTESK-COND.OTF');
}

body {
	margin: 0px;
	font-size: 14px;
	color: #444;
	font-family: "微软雅黑";
	background: #ffffff;
}

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
	margin: 0;
	padding: 0;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	list-style: none;
	font-weight: normal;
}

input,
select,
button {
	font-size: 12px;
	border: 0;
	background: none;
	outline: none;
	vertical-align: middle;
}

button {
	overflow: visible
}

img {
	border: none;
	vertical-align: middle;
}

img {
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/*Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

li {
	list-style: none;
}

a {
	color: #1b1b1b;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	/*兼容 IE*/
	zoom: 1;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background-color: #d3d3d3;
}

::-webkit-scrollbar-thumb {
	background-color: #ddd;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #1f73e2;
}

::-webkit-scrollbar-thumb:active {
	background-color: #1f73e2;
}

.fl {
	float: left;
	display: inline;
}


/* 左浮动 */

.fr {
	float: right;
	display: inline;
}


/* 右浮动 */

.con {
	width: 94%;
	margin: 0px auto;
	max-width: 1200px;
}

.top {
	height: 60px;
	background: #f9f9f9;
}

.top .zcs {
	font-size: 16px;
	line-height: 60px;
	float: left;
}

.top .dh {
	float: right;
	line-height: 60px;
}

.top .dh span {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.top .dh i {
	margin-right: 5px;
	color: #0752a1;
	font-size: 20px;
	float: left;
}

.top .yy {
	width: 120px;
	height: 36px;
	background: #004fa2;
	color: #fff;
	float: right;
	margin: 12px 0px 0px 20px;
	text-align: right;
	line-height: 36px;
	font-size: 14px;
}

.top .yy a {
	font-size: 14px;
	color: #fff;
}

.top .yy i {
	font-size: 18px;
	float: right;
	margin: 0px 22px 0px 5px;
}

@media only screen and (max-width:992px) {
	.top {
		height: 40px;
	}
	.top .zcs {
		font-size: 14px;
		line-height: 40px;
	}
	.top .dh {
		display: none;
	}
	.top .yy {
		width: 80px;
		height: 20px;
		margin: 10px 0px 0px 10px;
		line-height: 20px;
		font-size: 12px;
	}
	.top .yy a {
		font-size: 12px;
		color: #fff;
	}
	.top .yy i {
		font-size: 12px;
		margin: 0px 10px 0px 2px;
	}
}

.header {
	width: 100%;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 99;
	background: #fff;
}

.header.on {
	background: rgba(255, 255, 255, 0.99);
	top: 0;
}

.header .logo {
	width: 150px;
	float: left;
	padding-top: 6px;
}

.header .logo img {
	width: 100%;
	height: auto;
	display: block;
}

.header .an {
	position: absolute;
	top: 0;
	right: 3%;
	height: 18px;
	width: 30px;
	display: none;
	margin-top: 24px;
}

.header .an span {
	width: 30px;
	height: 2px;
	background: #004fa2;
	display: block;
	position: absolute;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .an span.a1 {
	top: 0;
	left: 0;
}

.header .an span.a2 {
	top: 8px;
	left: 0;
}

.header .an span.a3 {
	top: 16px;
	left: 0;
}

.header .an.n span.a2 {
	display: none;
}

.header .an.n span.a1 {
	top: 8px;
	width: 30px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
	top: 8px;
	width: 30px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.header .nav {
	float: right;
	margin-top: 20px;
}

.header .nav i {
	font-size: 18px;
	color: #666;
	line-height: 54px;
	text-align: right;
	position: absolute;
	width: 50%;
	height: 54px;
	right: 0px;
	top: 50%;
	display: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.header .nav ul li {
	margin: 0px;
	line-height: 55px;
	float: left;
	position: relative;
	padding: 0px 0px 0px 29px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	font-size: 17px;
}

.header .nav ul li a {
	font-size: 17px;
}

.header .nav ul li span {
	width: 0;
	height: 2px;
	background: #004fa2;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.header .nav ul li:hover span {
	width: 100%;
}

.header .nav ul li.on span {
	width: 100%;
}

.header .nav ul li.on a {
	color: #004fa2;
}

.header .nav ul li:hover a {
	color: #004fa2;
}

.nav .y_j {
	position: relative;
}

.nav .e_j {
	width: 120px;
	background: rgba(255, 255, 255, .9);
	position: absolute;
	top: 55px;
	left: 0;
	display: none;
	z-index: 9999;
	overflow: hidden;
	box-shadow: 0 5px 5px 2px rgba(0, 0, 0, .1);
	padding: 10px 0px;
}

.header .nav ul li .e_j a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 35px;
	text-align: center;
	font-weight: normal;
}

.header .nav .e_j a:hover {
	color: #fff;
	background: #004fa2;
}

.header .nav .e_j {
	display: none !important;
}

.header .nav ul li:hover .e_j {
	display: block !important;
}

@media only screen and (max-width:995px) {
	.header {
		height: 60px;
		top: 40px;
	}
	.header .logo {
		width: 80px;
		float: left;
	}
	.header .an {
		display: block;
	}
	.header .nav ul {
		width: 100%;
	}
	.header .nav {
		width: 100%;
		padding: 15px 5%;
		height: 100%;
		position: fixed;
		top: 100px;
		margin-top: 0;
		left: -100%;
		z-index: 11;
		overflow: auto;
		background: rgba(255, 255, 255, 0.9);
		transition: all .5s;
		-o-transition: all .5s;
		-ms-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		z-index: 65;
		margin-left: 0;
	}
	.header .nav.on {
		left: 0;
		margin-top: 0
	}
	.header .nav ul li.on span {
		width: 0%;
	}
	.header .nav ul li:hover span {
		width: 0%;
	}
	.header .nav ul li:hover a {
		color: #004fa2;
	}
	.header .nav i {
		display: block;
	}
	.header .nav ul li {
		/* [disabled]line-height:50px; */
		text-align: left;
		line-height: 50px;
		float: none;
		margin: 0;
		padding: 0;
		font-size: 16px;
		color: #333;
		border-bottom: 1px solid #ddd;
	}
	.header .nav ul li a {
		font-size: 16px;
		color: #333;
	}
	.header .nav ul li:after {
		background: rgba(0, 0, 0, 0);
	}
	.header .nav .e_j {
		padding: 0px;
		background: none;
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		margin-left: 0px;
		box-shadow: 0 5px 5px 2px rgba(0, 0, 0, .0);
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.header .nav ul li:hover .e_j {
		display: none;
	}
	.header .nav .e_j.n {
		display: block !important;
	}
	.header .nav ul li .e_j a {
		display: block;
		font-size: 14px;
		color: #666;
		margin-left: 0px;
		text-align: left;
	}
	.header .nav ul li .e_j a:hover {
		color: #fff;
		padding: 0 10px;
	}
}

.head_h {
	width: 100%;
	height: 95px;
}

@media only screen and (max-width:1023px) {
	.head_h {
		width: 100%;
		height: 60px;
	}
}

.gallery-top {
	width: 100%;
	position: relative;
}

.gallery-top .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}

.gallery-top .swiper-slide .bj {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .3);
}

.gallery-top .swiper-slide .wz {
	width: 94%;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 30%;
	text-align: left;
	max-width: 1200px;
	margin-left: -600px;
}

.gallery-top .swiper-slide .wz h3 {
	font-size: 60px;
}

.gallery-top .swiper-slide .wz h2 {
	font-size: 20px;
	line-height: 40px;
	text-transform: uppercase;
}

.gallery-top .swiper-slide .wz p {
	font-size: 30px;
	margin-top: 40px;
	font-weight: lighter;
}

.gallery-top .swiper-slide .wz a {
	background: linear-gradient(to top, #43bbe2, #15a5f8);
	width: 120px;
	height: 35px;
	line-height: 35px;
	font-weight: bold;
	color: #fff;
	display: block;
	text-align: right;
	font-size: 14px;
	margin: 20px 0px 0px 0px;
}

.gallery-top .swiper-slide .wz a i {
	font-size: 18px;
	float: right;
	margin: 0px 22px 0px 5px;
	font-weight: normal;
}

.gallery-top .swiper-button-next {
	width: 45px;
	height: 45px;
	right: 10%;
	border-radius: 100px;
	background: rgba(255, 255, 255, .8);
	text-align: center;
	line-height: 45px;
}

.gallery-top .swiper-button-next i {
	font-size: 22px;
	color: #666;
	font-weight: bold;
}

.gallery-top .swiper-button-prev {
	width: 45px;
	height: 45px;
	left: 10%;
	border-radius: 100px;
	background: rgba(255, 255, 255, .8);
	text-align: center;
	line-height: 45px;
}

.gallery-top .swiper-button-prev i {
	font-size: 22px;
	color: #666;
	font-weight: bold;
}

@media only screen and (max-width:992px) {
	.gallery-top {
		width: 100%;
		position: relative;
		height: 40vh;
	}
	.gallery-top .swiper-slide {
		overflow: hidden;
	}
	.gallery-top .swiper-slide img {
		width: auto;
		height: 40vh;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
	.gallery-top .swiper-slide .bj {
		display: none;
	}
	.gallery-top .swiper-slide .wz {
		width: 90%;
		color: #fff;
		left: 5%;
		margin-left: 0;
		top: 25%;
	}
	.gallery-top .swiper-slide .wz h3 {
		font-size: 24px;
	}
	.gallery-top .swiper-slide .wz h2 {
		font-size: 14px;
		line-height: 25px;
		padding-top: 5px;
	}
	.gallery-top .swiper-slide .wz p {
		font-size: 20px;
		margin-top: 15px;
	}
	.gallery-top .swiper-slide .wz a {
		width: 120px;
		height: 30px;
		line-height: 30px;
		margin: 10px 0px 0px 0px;
	}
	.gallery-top .swiper-button-prev {
		display: none;
	}
	.gallery-top .swiper-button-next {
		display: none;
	}
}

.gallery-topp {
	width: 100%;
	position: relative;
}

.gallery-topp .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}

.gallery-topp .swiper-button-next {
	width: 45px;
	height: 45px;
	right: 10%;
	border-radius: 100px;
	background: #f4f4f4;
	text-align: center;
	line-height: 45px;
}

.gallery-topp .swiper-button-next i {
	font-size: 22px;
	color: #1b1b1b;
	font-weight: bold;
}

.gallery-topp .swiper-button-prev {
	width: 45px;
	height: 45px;
	left: 10%;
	border-radius: 100px;
	background: #f4f4f4;
	text-align: center;
	line-height: 45px;
}

.gallery-topp .swiper-button-prev i {
	font-size: 22px;
	color: #1b1b1b;
	font-weight: bold;
}

.gallery-topp .swiper-button-next,
.gallery-topp .swiper-button-prev {
	top: 80%;
}

.gallery-topp .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 40%;
}

.gallery-topp .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 40%;
}

@media only screen and (max-width:992px) {
	.gallery-topp .swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		left: 35%;
	}
	.gallery-topp .swiper-button-next,
	.swiper-container-rtl .swiper-button-prev {
		right: 35%;
	}
}

.gallery-top2 {
	width: 100%;
	position: relative;
}

.gallery-top2 .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}

.gallery-top2 .swiper-button-next {
	width: 45px;
	height: 45px;
	right: 10%;
	border-radius: 100px;
	background: rgba(255, 255, 255, .8);
	text-align: center;
	line-height: 45px;
}

.gallery-top2 .swiper-button-next i {
	font-size: 22px;
	color: #666;
	font-weight: bold;
}

.gallery-top2 .swiper-button-prev {
	width: 45px;
	height: 45px;
	left: 10%;
	border-radius: 100px;
	background: rgba(255, 255, 255, .8);
	text-align: center;
	line-height: 45px;
}

.gallery-top2 .swiper-button-prev i {
	font-size: 22px;
	color: #666;
	font-weight: bold;
}

@media only screen and (max-width:992px) {
	.gallery-top2 .swiper-button-next {
		width: 30px;
		height: 30px;
		right: 4%;
		line-height: 30px;
		margin-top: -10px;
	}
	.gallery-top2 .swiper-button-next i {
		font-size: 18px;
	}
	.gallery-top2 .swiper-button-prev {
		width: 30px;
		height: 30px;
		left: 4%;
		line-height: 30px;
		margin-top: -10px;
	}
	.gallery-top2 .swiper-button-prev i {
		font-size: 18px;
	}
	.gallery-top2 .swiper-pagination {
		display: none;
	}
}

.nba {
	width: 100%;
	position: relative;
}

.nba img {
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width:992px) {
	.nba {
		width: 100%;
		position: relative;
		height: 30vh;
		overflow: hidden;
	}
	.nba img {
		width: auto;
		height: 30vh;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
}

.gy_bt {
	width: 100%;
	margin: 100px 0px 50px 0px;
	position: relative;
}

.gy_bt h3 {
	font-size: 36px;
	line-height: 44px;
	color: #1d1d1f;
	font-weight: bold;
}

.gy_bt h3 span {
	color: #666253;
	font-size: 24px;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	padding-left: 30px;
	font-weight: lighter !important;
}

@media only screen and (max-width:992px) {
	.gy_bt {
		margin: 40px 0px 20px 0px;
	}
	.gy_bt h3 {
		font-size: 22px;
		line-height: 30px;
	}
	.gy_bt h3 span {
		font-size: 16px;
		padding-left: 15px;
	}
}

.sy_gy {
	width: 100%;
	overflow: hidden;
	margin: 0px auto;
	background: #f5f9ff;
	position: relative;
	z-index: 1;
}

.sy_gy .zlf {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 0;
	margin: 0px auto;
	z-index: 11;
	max-width: 1200px;
	margin-left: -600px;
}

.sy_gy .left {
	width: 48%;
	float: left;
}

.sy_gy .left .wz {
	padding-top: 80px;
}

.sy_gy .left .wz h4 {
	font-size: 24px;
	height: 60px;
	color: #004fa2;
	position: relative;
	font-weight: bold;
}

.sy_gy .left .wz p {
	font-size: 18px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.sy_gy .left .gdd {
	height: 15px;
}

.sy_gy .left .gwz {
	font-size: 17px;
	line-height: 30px;
	color: #666666;
	
	text-align: justify;
}

.sy_gy .left .gwz2 {
	font-size: 14px;
	line-height: 32px;
	color: #666666;
	padding-top: 10px;
}

.sy_gy .left .gwz2 font {
	color: #004fa2;
	padding-right: 15px;
}

.sy_gy .right {
	float: right;
	width: 47%;
}

.sy_gy .right p {
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
	color: #666;
	padding-top: 10px;
}

.sy_gy .right img {
	width: 100%;
	height: auto;
}

.mr {
	width: 122px;
	height: 38px;
	line-height: 38px;
	margin: 20px 0px 0px 0px;
	text-align: right;
}

.mr a {
	color: #fff;
	font-size: 14px;
	display: block;
	background: #1f73e2;
}

.mr:hover a {
	background: #ba0000;
	color: #fff;
	font-size: 14px;
	display: block;
}

.mr i {
	font-size: 18px;
	float: right;
	margin: 0px 22px 0px 5px;
}

.sy_gy .left .dfg {
	margin-top: 0px;
}

@media (min-width: 1921px) and (max-width:3840px) {
	.sy_gy .left .dfg {
		margin-top: 80px;
	}
}

@media only screen and (max-width:1660px) {
	.sy_gy .left .wz {
		padding-top: 50px;
	}
	.sy_gy .left .wz p {
		font-size: 16px;
		line-height: 28px;
	}
	.sy_gy .left .wz h4 {
		font-size: 22px;
		height: 50px;
	}
	.sy_gy .left .gwz {
		font-size: 15px;
		line-height: 26px;
		text-align: justify;
	}
	.sy_gy .left .gwz2 {
		font-size: 15px;
		line-height: 26px;
	}
}

@media only screen and (max-width:1440px) {
	.sy_gy .left .wz h4 {
		height: 40px;
	}
	.sy_gy .left .mr {
		margin-top: 0;
	}
}

@media only screen and (max-width:995px) {
	.sy_gy .left .dfg {
		margin-top: 0px;
	}
	.sy_gy .zlf {
		position: relative;
		left: 0;
		margin-left: 0px;
	}
	.sy_gy .left {
		width: 100%;
		float: none;
	}
	.sy_gy .left .wz {
		width: 94%;
		float: none;
		margin-right: 0px;
		padding-top: 50px;
		margin-left: 3%;
	}
	.sy_gy .left .wz h4 {
		font-size: 22px;
		height: 45px;
	}
	.sy_gy .left .wz p {
		font-size: 16px;
		line-height: 30px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}
	.sy_gy .left .gdd {
		height: 15px;
	}
	.sy_gy .left .gwz {
		font-size: 15px;
		line-height: 28px;
		text-align: justify;
	}
	.sy_gy .left .gwz2 {
		font-size: 15px;
		line-height: 30px;
	}
	.sy_gy .right {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.mr {
		width: 110px;
		height: 30px;
		line-height: 30px;
		margin: 0px;
	}
	.mr i {
		font-size: 16px;
		margin: 0px 18px 0px 5px;
	}
}


/*关于我们*/

.counter {
	margin: 0px auto;
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 50px;
	max-width: 1200px;
	margin-left: -600px;
	z-index: 15;
}

.gcount {
	position: relative;
	top: 0;
	bottom: 0;
	padding: 100px 0px;
}

.counter ul {
	width: 750px;
	background: rgba(255, 255, 255, .9);
}

.gcount .kdq {
	width: 100%;
}

.gcount .kdq1 {
	width: 20%;
}

.gcount .kdq2 {
	margin-left: -50px;
}

.qtwz {
	font-size: 30px;
	padding-bottom: 15px;
	color: #fff;
}

.counter .qtsz {
	width: 600px;
	background: rgba(255, 255, 255, .0);
}

.counter .qtsz .z23 {
	padding: 25px 40px 25px 40px;
}

.counter .qtsz .z24 {
	margin-left: -40px;
}

.counter .qtsz .z23:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	width: 1px;
	background: rgba(255, 255, 255, .3);
}

.counter .qtsz .z25:after {
	width: 0px;
}

.gcount .kdq3:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	width: 1px;
	background: #eaeaea;
}

.counter ul li {
	width: 33.333%;
	transition: all 0.3s;
	float: left;
	position: relative;
	text-align: left;
	padding: 25px 0px 25px 50px;
}

.counter ul li i {
	color: #004d9d;
	font-size: 32px;
}

.counter ul li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	width: 1px;
	background: #eaeaea;
}

.counter ul li:nth-child(3n):after {
	width: 0;
	background: #fff;
}

.counter ul li:nth-child(5n):after {
	width: 0;
	background: #fff;
}

.counter ul li .nums {
	overflow: hidden;
	margin-top: 10px;
}

.counter span {
	color: #1d1d1f;
	font-family: Arial;
	font-weight: bold;
	font-size: 40px;
}

.counter label {
	margin-top: -2%;
	line-height: 2;
	font-size: 24px;
	color: #1d1d1f;
	font-weight: bold;
}

.counter .h6 {
	font-weight: normal;
	font-size: 18px;
	overflow: hidden;
	line-height: 20px;
	color: #333;
}

.counter ul li:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

.counter .qtsz .z23 span {
	color: #fff;
	font-size: 68px;
}

.counter .qtsz .z23 label {
	font-size: 40px;
	color: #fff;
}

.counter .qtsz .h6 {
	color: #fff;
	font-size: 17px;
}

@media (min-width: 1921px) and (max-width:3840px) {
	.counter {
		bottom: 120px;
	}
}

@media only screen and (max-width:1660px) {
	.counter {
		bottom: 20px;
	}
	.counter ul li {
		padding: 15px 0px 15px 50px;
	}
	.counter ul li i {
		color: #004d9d;
		font-size: 28px;
	}
	.counter .h6 {
		font-size: 16px;
	}
	.qtwz {
		font-size: 30px;
		padding-bottom: 0px;
		color: #fff;
	}
}

@media only screen and (max-width:992px) {
	.counter {
		position: relative;
		left: 0;
		bottom: 0;
		margin-left: 0;
		margin-top: 25px;
	}
	.counter ul {
		width: 100%;
	}
	.qtwz {
		font-size: 22px;
		padding-bottom: 0px;
		color: #fff;
		margin-left: 20px;
	}
	.counter .qtsz {
		width: 94%;
		background: rgba(255, 255, 255, .0);
		padding: 40px 0px 30px 0px;
	}
	.counter .qtsz .z23 {
		padding: 10px 20px 10px 20px;
	}
	.counter .qtsz .z24 {
		margin-left: 0px;
	}
	.counter .qtsz .z23:after {
		content: "";
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -35px;
		height: 70px;
		width: 1px;
		background: rgba(255, 255, 255, .3);
	}
	.counter .qtsz .z25:after {
		width: 0px;
	}
	.counter ul li {
		width: 33.333%;
		padding: 20px 0px 20px 20px;
	}
	.counter span {
		font-size: 30px;
	}
	.counter label {
		font-size: 20px;
	}
	.counter .h6 {
		font-size: 14px;
	}
	.gcount {
		padding: 10px 0px 40px 0px;
	}
	.gcount .kdq1 {
		width: 33.333%;
	}
	.gcount .kdq2 {
		margin-left: 0px;
	}
	.counter .qtsz .z23 span {
		color: #fff;
		font-size: 38px;
	}
	.counter .qtsz .z23 label {
		font-size: 20px;
		color: #fff;
	}
	.counter .qtsz .h6 {
		color: #fff;
		font-size: 11px;
	}
}

.sy_ys {
	padding-top: 30px;
}

.sy_ys ul li {
	width: 25%;
	float: left;
	margin: 0 0% 0 0;
	text-align: center;
}

.sy_ys ul li .tp {
	width: 82px;
	height: 82px;
	line-height: 82px;
	background: #eef4ff;
	color: #004fa2;
	border-radius: 100px;
	margin: 0px auto;
}

.sy_ys ul li .tp i {
	font-size: 40px;
}

.sy_ys ul li h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 80px;
}

.sy_ys ul li p {
	color: #848484;
	font-size: 15px;
	line-height: 30px;
}

.sy_ys ul li:hover .tp {
	background: #004fa2;
	color: #fff;
}

.sy_ys ul li:hover h1 {
	color: #004fa2;
}

@media only screen and (max-width:992px) {
	.sy_ys {
		padding-top: 20px;
	}
	.sy_ys ul li {
		width: 48%;
		margin: 0 1% 3% 1%;
	}
	.sy_ys ul li .tp {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	.sy_ys ul li .tp i {
		font-size: 35px;
	}
	.sy_ys ul li h1 {
		font-size: 20px;
		line-height: 60px;
	}
	.sy_ys ul li:nth-child(2n) p {
		height: 72px;
	}
	.sy_ys ul li:first-child p {
		height: 72px;
	}
	.sy_ys ul li p {
		font-size: 14px;
		line-height: 24px;
	}
}

.sy_ffw {
	width: 100%;
	overflow: hidden;
	background-size: 100% auto;
}

.sy_ffw h1 {
	font-size: 33px;
	font-weight: bold;
	padding-top: 65px;
	color: #fff;
}

.sy_ffw .xwz {
	padding: 20px 0px 50px 0px;
	font-size: 18px;
	color: #fff;
	opacity: .8;
}

.sy_ffw ul li {
	float: left;
	width: 24%;
	margin: 0 1.3% 0% 0;
	position: relative;
}

.sy_ffw ul li:nth-child(4n) {
	margin-right: 0;
}

.sy_ffw ul li img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 3s;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
}

.sy_ffw ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.sy_ffw .nr {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.sy_ffw .gd {
	width: 35px;
	height: 35px;
	border-radius: 100px;
	color: #2c2c2c;
	line-height: 35px;
	text-align: center;
	position: absolute;
	right: 25px;
	bottom: 25px;
	background: rgba(255, 255, 255, .8);
}

.sy_ffw .gd i {
	font-size: 20px;
}

.sy_ffw ul li:hover .gd {
	background: #1f73e2;
	color: #fff;
}

.sy_ffw .bj {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	top: 0;
	left: 0;
	position: absolute;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}

.sy_ffw .wz {
	position: absolute;
	width: 80%;
	left: 20px;
	top: 40px;
	transition: all 0.5s;
}

.sy_ffw .wz h3 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #fff;
}

.sy_ffw .wz p {
	font-size: 16px;
	color: #fff;
}

.sy_ffw ul li:hover .bj {
	background-color: rgba(2, 55, 142, .5);
}

@media only screen and (max-width:992px) {
	.dff {
		padding-top: 30px;
	}
	.sy_ffw {
		background-size: 100% 30%;
	}
	.sy_ffw h1 {
		font-size: 24px;
		padding-top: 40px;
	}
	.sy_ffw .xwz {
		padding: 10px 0px 30px 0px;
		font-size: 15px;
	}
	.sy_ffw ul li {
		width: 48%;
		margin: 0 4% 4% 0;
	}
	.sy_ffw ul li:nth-child(2n) {
		margin-right: 0;
	}
	.sy_ffw .wz {
		left: 15px;
		top: 30px;
	}
	.sy_ffw .wz h3 {
		font-size: 20px;
		margin-bottom: 10px;
		color: #fff;
	}
	.sy_ffw .wz p {
		font-size: 14px;
		color: #fff;
	}
	.sy_ffw .gd {
		width: 30px;
		height: 30px;
		line-height: 30px;
		right: 15px;
		bottom: 20px;
	}
	.sy_ffw .gd i {
		font-size: 18px;
	}
}

.sy_xw {
	padding: 0px 0px 100px 0px;
}

.sy_xw .xw_bt {
	position: relative;
	float: left;
}

.sy_xw .xw_bt h3 {
	font-size: 36px;
	line-height: 44px;
	color: #1d1d1f;
	font-weight: bold;
}

.sy_xw .xw_bt h3 span {
	color: #666253;
	font-family: 22px;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	padding-left: 30px;
	font-weight: lighter !important;
}

dl,
dd {
	list-style: none;
}

.sy_xw .tab {
	width: 100%;
	margin: 0px auto;
}

.sy_xw .tab-hd {
	overflow: hidden;
	zoom: 1;
	width: 360px;
	text-align: center;
	float: right;
}

.sy_xw .tab-hd dd {
	width: 120px;
	position: relative;
	text-align: center;
	color: #333;
	cursor: pointer;
	line-height: 40px;
	font-size: 18px;
	float: left;
}

.sy_xw .tab-hd dd.active {
	background: #1f73e2;
	color: #fff;
}


/*.tab-hd dd.active:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 46px;
    left: 50%; margin-left: -13px;
    border-right: solid 13px transparent;
    border-left: solid 13px transparent;
    border-top: solid 13px #02378e;
}*/

.sy_xw .tab-bd dd {
	display: none;
	width: 100%;
	margin: 50px auto 0px auto;
}

.sy_xw .tab-bd dd.thisclass {
	display: list-item;
}

.sy_xw .tab-bd dd .zc {
	width: 50%;
}

.sy_xw .tab-bd dd .zc img {
	width: 100%;
	height: auto;
}

.sy_xw .tab-bd dd .yc {
	width: 45%;
	padding-top: 25px;
}

.sy_xw .tab-bd dd .yc .hx {
	width: 10%;
	float: left;
	padding-top: 20px;
}

.sy_xw .tab-bd dd .yc .hx i {
	width: 30px;
	height: 3px;
	background: #004fa2;
	display: block;
}

.sy_xw .tab-bd dd .yc .wzc {
	width: 90%;
	float: right;
}

.sy_xw .tab-bd dd .yc .wzc h1 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	color: #222222;
	font-size: 18px;
}

.sy_xw .tab-bd dd .yc .wzc:hover h1 a {
	color: #004fa2;
}

.sy_xw .tab-bd dd .yc .wzc h1 font {
	float: right;
	color: #004fa2;
	font-size: 14px;
	padding-top: 22px;
}

.sy_xw .tab-bd dd .yc .wzc h1 font i {
	margin-left: 5px;
	color: #004fa2;
}

.sy_xw .tab-bd dd .yc .wzc h1 font a {
	color: #004fa2;
	font-size: 14px;
}

.sy_xw .tab-bd dd .yc .wzc h1 font a i {
	color: #004fa2;
	font-size: 14px;
}

.sy_xw .tab-bd dd .yc .wzc h1 span {
	font-size: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 20px;
}

.sy_xw .tab-bd dd .yc .wzc p {
	color: #848484;
	line-height: 24px;
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 20px auto;
}

@media only screen and (max-width:992px) {
	.sy_xw {
		padding: 0px 0px 50px 0px;
	}
	.sy_xw .xw_bt h3 {
		font-size: 22px;
		line-height: 34px;
	}
	.sy_xw .xw_bt h3 span {
		font-size: 16px;
		padding-left: 15px;
	}
	.sy_xw .tab-hd {
		width: 100%;
		float: none;
		padding-top: 20px;
	}
	.sy_xw .tab-hd dd {
		width: 33.333%;
		line-height: 35px;
		font-size: 16px;
		float: left;
	}
	.sy_xw .tab-bd dd {
		margin: 30px auto 0px auto;
	}
	.sy_xw .tab-bd dd .zc {
		width: 100%;
	}
	.sy_xw .tab-bd dd .yc {
		width: 100%;
	}
	.sy_xw .tab-bd dd .yc .hx i {
		width: 20px;
	}
	.sy_xw .tab-bd dd .yc .wzc h1 {
		padding-bottom: 20px;
		font-size: 16px;
	}
	.sy_xw .tab-bd dd .yc .wzc h1 font {
		padding-top: 12px;
		font-size: 12px;
	}
	.sy_xw .tab-bd dd .yc .wzc h1 font a {
		font-size: 12px;
	}
	.sy_xw .tab-bd dd .yc .wzc h1 span {
		font-size: 30px;
		padding-right: 15px;
	}
	.sy_xw .tab-bd dd .yc .wzc p {
		font-size: 14px;
		margin: 15px auto;
	}
}

.foot {
	width: 100%;
	margin: 0px auto;
	padding: 20px 0px 35px 0px;
	background-size: 100% 100%!important;
}

.foot .zc {
	width: 80%;
	float: left;
	color: #fff;
}

.foot .zc .dlogo {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	padding-bottom: 25px;
	margin-bottom: 35px;
}

.foot .zc .zwz {
	width: 50%;
	float: left;
	font-size: 18px;
	font-weight: lighter;
}

.foot .zc .zwz h1 {
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
}

.foot .zc .ywz {
	width: 40%;
	float: right;
	font-size: 16px;
	line-height: 30px;
}

.foot .yc {
	width: 10%;
	float: right;
	text-align: center;
	color: #fff;
	line-height: 50px;
	padding-top: 20px;
}

.foot .yc img {
	width: 100%;
	height: auto;
}

.footd {
	background: #004fa2;
	padding: 20px 0px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

@media only screen and (max-width:992px) {
	.foot {
		padding: 35px 0px;
	}
	.foot .zc {
		width: 100%;
		float: none;
	}
	.foot .zc .dlogo {
		display: none;
	}
	.foot .zc .zwz {
		width: 100%;
		float: none;
		font-size: 16px;
	}
	.foot .zc .zwz h1 {
		font-size: 22px;
	}
	.foot .zc .ywz {
		width: 100%;
		float: none;
		font-size: 14px;
		line-height: 24px;
		padding-top: 15px;
	}
	.foot .yc {
		display: none;
	}
	.footd {
		padding: 15px 0px;
	}
	.footd span {
		display: block;
	}
}

.gy_wh {
	padding: 20px 0px 100px 0px;
}

.gy_wh ul li {
	width: 33.3333%;
	float: left;
	background: #eef3f7;
}

.gy_wh ul li .wz {
	padding: 50px 45px 0px 45px;
	height: 214px;
}

.gy_wh ul li .wz h1 {
	font-size: 24px;
	font-weight: bold;
	color: #222222;
}

.gy_wh ul li .wz .hx {
	width: 46px;
	height: 3px;
	background: #004fa2;
	display: block;
	margin: 15px 0px;
}

.gy_wh ul li .wz p {
	font-size: 16px;
	color: #666563;
}

.gy_wh ul li .tp {
	width: 100%;
	height: auto;
}

.gy_wh ul li .tp img {
	width: 100%;
}

.dj_gj {
	display: block;
}

.sj_gj {
	display: none;
}

@media only screen and (max-width:992px) {
	.gy_wh {
		padding: 10px 0px 60px 0px;
	}
	.gy_wh ul li {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.gy_wh ul li .wz {
		padding: 30px 25px 0px 25px;
		height: 160px;
	}
	.gy_wh ul li .wz h1 {
		font-size: 22px;
	}
	.gy_wh ul li .wz .hx {
		margin: 10px 0px;
	}
	.gy_wh ul li .wz p {
		font-size: 15px;
		color: #666563;
	}
	.dj_gj {
		display: none;
	}
	.sj_gj {
		display: block;
	}
}

.fzlc {
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding: 0px 0px 200px 0px;
	background-size: 100% auto;
	background: url(../images/gbj.png) no-repeat left bottom;
}

.time {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
	position: relative;
}

.time:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #ccc;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0
}

.time ul {
	display: block;
	padding-bottom: 50px;
}

.time ul li {
	margin-left: 50%;
	width: 50%;
	text-align: left;
	position: relative;
	padding-left: 40px;
	box-sizing: border-box;
	z-index: 2
}

.time ul li:before {
	background: url(../images/quan.png) no-repeat center center;
	left: -8px;
	top: 0px;
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 10px;
}

.time ul li h3 {
	position: relative;
	display: block;
	color: #1b1b1b;
	font-size: 33px;
	font-weight: bold;
}

.time ul li:nth-child(2n):before {
	background: url(../images/quan.png) no-repeat center center;
	right: -8px;
	top: 0px;
	left: auto;
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 10px;
}

.time ul li p {
	color: #666563;
	margin: 15px 0;
	font-size: 18px;
}

.time ul li:hover:before {
	background: #004fa2;
}

.time ul li:nth-child(2n) {
	text-align: right;
	padding-right: 40px;
	box-sizing: border-box;
	margin-left: 0;
}

@media only screen and (max-width:992px) {
	.fzlc {
		background: url(../images/sjbj.png) no-repeat left bottom;
		background-size: 100% auto;
	}
	.time:after {
		left: 4.3%;
		transform: translateX(-4.3%);
	}
	.time ul li {
		margin-left: 0;
		width: 100%;
		text-align: left;
		position: relative;
		padding-left: 40px;
		box-sizing: border-box;
		z-index: 2
	}
	.time ul li:before {
		left: 10px;
		top: 10px;
		content: "";
		display: block;
		position: absolute;
	}
	.time ul li:nth-child(2n):before {
		left: 10px;
		top: 10px;
		content: "";
		display: block;
		position: absolute;
	}
	.time ul li:nth-child(2n) {
		text-align: left;
		padding-right: 0;
		padding-left: 40px;
		margin-top: 0
	}
	.time ul li h3 {
		font-size: 24px;
		font-weight: bold;
	}
	.time ul li p {
		margin: 10px 0;
		font-size: 14px;
	}
}

.ry_zz {
	padding: 20px 0px 0px 0px;
}

.ry_zz .zc {
	float: left;
}

.ry_zz .yc {
	float: right;
}

.ry_zz .h3 {
	margin-top: 30px;
}

.ry_zz1 {
	padding: 90px 0px 150px 0px;
	position: relative;
}

.ry_zz1 .zc {
	float: left;
	padding-top: 20px;
}

.ry_zz1 .zc .lor {
	width: 108px;
}

.ry_zz1 .zc .ryw {
	padding-top: 190px;
	font-size: 20px;
	line-height: 48px;
	color: #666563;
}

.ry_zz1 .yc {
	float: right;
}

.ry_zz1 .lhx {
	position: absolute;
	left: 0;
	top: 20%;
	background: linear-gradient(to right, #1f73e2 38%, transparent 38%);
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #fff;
}

.ry_zz1 .lhx .zz {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 0;
	margin: 0px auto;
	z-index: 11;
	max-width: 1200px;
	margin-left: -600px;
}

@media only screen and (max-width:992px) {
	.ry_zz {
		padding: 10px 0px 0px 0px;
	}
	.ry_zz img {
		width: 100%;
		height: auto;
	}
	.ry_zz .zc {
		width: 100%;
		float: none;
	}
	.ry_zz .yc {
		display: none;
	}
	.ry_zz .h3 {
		margin-top: 20px;
		width: 100%;
	}
	.ry_zz1 {
		padding: 50px 0px 100px 0px;
	}
	.ry_zz1 .zc {
		float: none;
		padding-top: 0px;
	}
	.ry_zz1 .zc .lor {
		width: 90px;
	}
	.ry_zz1 .zc .ryw {
		padding: 100px 0px 50px 0px;
		font-size: 16px;
		line-height: 30px;
	}
	.ry_zz1 .yc {
		float: none;
	}
	.ry_zz1 .yc img {
		width: 100%;
		height: auto;
	}
	.ry_zz1 .lhx {
		top: 15%;
		background: linear-gradient(to right, #1f73e2 70%, transparent 70%);
		height: 45px;
		line-height: 45px;
		font-size: 22px;
	}
	.ry_zz1 .lhx .zz {
		left: 3%;
		top: 0;
		margin-left: 0;
	}
}

.jg_dh {
	margin: 20px auto 80px auto;
}

.jg_dh ul li {
	width: 20%;
	float: left;
	position: relative;
	border-right: 1px solid #eaeaea;
	vertical-align: middle;
	padding: 25px 0px 0px 25px;
	height: 170px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.jg_dh ul li.on:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 168px;
	left: 50%;
	margin-left: -13px;
	border-right: solid 13px transparent;
	border-left: solid 13px transparent;
	border-top: solid 13px #004fa2;
}

.jg_dh ul li:first-child {
	border-left: 1px solid #eaeaea;
}

.jg_dh ul li span {
	color: #004fa2;
	font-size: 48px;
	font-family: Montserrat;
	font-weight: 700;
}

.jg_dh ul li h1 {
	color: #848484;
	font-size: 16px;
}

.jg_dh ul li.on {
	background: #004fa2;
}

.jg_dh ul li.on span {
	color: #fff;
}

.jg_dh ul li.on h1 {
	color: #fff;
}

@media only screen and (max-width:992px) {
	.jg_dh {
		margin: 10px auto 30px auto;
	}
	.jg_dh ul li {
		width: 33.3333%;
		vertical-align: middle;
		padding: 20px 0px 0px 10px;
		z-index: 1;
		border-left: 1px solid #eaeaea;
	}
	.jg_dh ul li.on:before {
		z-index: 5;
	}
	.jg_dh ul li:last-child {
		border-right: 1px solid #eaeaea;
	}
	.jg_dh ul li span {
		font-size: 40px;
	}
	.jg_dh ul li h1 {
		font-size: 14px;
	}
	.jg_dh ul li.on {
		z-index: 88;
	}
}

.jg_fw {
	margin-bottom: 150px;
	background: url(../images/jg1.png) no-repeat;
	background-size: 100% 100%!important;
}

.jg_fw .zc {
	width: 500px;
	float: left;
	padding-top: 120px;
}

.jg_fw .zc h2 {
	font-size: 27px;
	color: #004fa2;
	padding-bottom: 40px;
}

.jg_fw .zc p {
	color: #666563;
	font-size: 18px;
	line-height: 30px;
}

.jg_fw .zc .gd {
	height: 70px;
}

.jg_fw .yc {
	width: 622px;
	float: right;
	padding: 80px 0px;
	text-align: right;
}

@media (min-width: 1921px) and (max-width:3840px) {
	.ry_zz1 .lhx {
		background: linear-gradient(to right, #1f73e2 43%, transparent 43%);
	}
}

@media only screen and (max-width:992px) {
	.jg_fw {
		margin-bottom: 50px;
		background: url(../images/sjb.png) no-repeat center bottom;
		padding-bottom: 30px;
	}
	.jg_fw .zc {
		width: 100%;
		float: none;
		padding-top: 10px;
	}
	.jg_fw .zc h2 {
		font-size: 22px;
		color: #004fa2;
		padding-bottom: 20px;
	}
	.jg_fw .zc p {
		color: #666563;
		font-size: 16px;
		line-height: 30px;
	}
	.jg_fw .zc .gd {
		height: 30px;
	}
	.jg_fw .yc {
		width: 100%;
		float: none;
		padding: 20px 0px 50px 0px;
	}
	.jg_fw .yc img {
		width: 100%;
		height: auto;
	}
}

.cp_lb {
	padding: 0px 0px 80px 0px;
}

.cp_lb .zc {
	width: 200px;
	float: left;
	border: 1px solid #ebebeb;
	padding-bottom: 50px;
}

.cp_lb .zc h1 {
	font-size: 18px;
	background: #1f73e2;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	color: #fff;
	padding-left: 25px;
	font-weight: bold;
}

.cp_lb .zc font {
	width: 15px;
	height: 1px;
	background: #fff;
	margin-right: 10px;
	display: inline-block;
	float: left;
	margin-top: 19px;
}

.cp_lb .zc ul {
	height: auto;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 0%;
}

.cp_lb .zc ul li {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    color: #5b5b5b;
    padding-left: 0px;
    text-align: center;
}

.cp_lb .zc ul li a {
	color: #5b5b5b;
	font-size: 18px;
}

.cp_lb .zc ul li a:hover {
	color: #004fa2;
}

.cp_lb .yc {
	width: 925px;
	float: right;
}

.cp_lb .yc1 {
	width: 100%;
	margin-bottom: 30px;
}

.ss1 {
	width: 100%;
	float: left;
	border: 1px solid #eaeaea;
	height: 60px;
	line-height: 60px;
	padding: 0px 10px;
	background: #fff;
}

.ss1 .txt {
	width: 90%;
	float: left;
	color: #1d1d1f;
	font-size: 16px;
	line-height: 58px;
	background: #fff;
}

.ss1 i {
	font-size: 24px;
	float: right;
	color: #707070;
}

.bd1 {
	width: 23%;
	float: left;
	margin-left: 2%;
	border: 1px solid #eaeaea;
	height: 60px;
	line-height: 60px;
	background: #fff;
}

.bd1 .txtt {
	width: 100%;
	color: #1d1d1f;
	font-size: 16px;
	line-height: 60px;
	height: 60px;
	padding: 0px 10px;
	background: #fff;
}

.cp_lb .yc ul li {
	width: 31.3333%;
	float: left;
	margin: 0 2.6% 2.6% 0;
	position: relative;
}

.cp_lb .yc ul li .tp {
	width: 100%;
	height: auto;
	border: 1px solid #eaeaea;
	border-top: 3px solid #eaeaea;
	overflow: hidden;
}

.cp_lb .yc ul li .tp img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 3s;
	-webkit-transition: all 3s;
	-moz-transition: all 3s;
	-ms-transition: all 3s;
	-o-transition: all 3s;
}

.cp_lb .yc ul li .tp:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.cp_lb .yc ul li .wz {
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	text-align: center;
	color: #1d1d1f;
}

.cp_lb .yc ul li:hover .tp {
	border-top: 3px solid #1f73e2;
}

.cp_lb .yc ul li:nth-child(3n) {
	margin-right: 0;
}

@media only screen and (max-width:992px) {
	.cp_lb {
		padding: 0px 0px 40px 0px;
	}
	.cp_lb .zc {
		width: 100%;
		float: none;
		padding-bottom: 20px;
	}
	.cp_lb .zc ul {
		height: 230px;
	}
	.cp_lb .yc {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.ss1 {
		width: 100%;
		float: none;
		height: 40px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	.ss1 .txt {
		font-size: 14px;
		line-height: 40px;
	}
	.ss1 i {
		font-size: 20px;
	}
	.bd1 {
		width: 48%;
		float: left;
		margin-left: 2%;
		height: 40px;
		line-height: 40px;
	}
	.bd1 .txtt {
		font-size: 14px;
		line-height: 40px;
		height: 40px;
	}
	.cp_lb .yc ul li {
		width: 48%;
		margin: 0 1% 2% 1%;
	}
	.cp_lb .yc ul li .wz {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.cp_lb .yc ul li:nth-child(3n) {
		margin-right: 1%;
	}
}


/*翻页*/

.paging {
	width: 100%;
	margin: 0px auto 0px auto;
	text-align: center;
	overflow: hidden;
}

.paging a {
	line-height: 42px;
	color: #333333;
	background: #f8f8f8;
	text-align: center;
	font-size: 14px;
	border: 1px solid #e7e7e7;
	width: 42px;
	height: 42px;
	margin: 0 5px;
	display: inline-block;
	border-radius: 100px;
}

.paging a:hover {
	background-color: #302e2f;
	color: #fff;
}

.paging a.on {
	background-color: #302e2f;
	color: #fff;
}

.paging i {
	font-size: 14px;
}

@media only screen and (max-width:992px) {
	.paging {
		margin: 20px auto 30px auto;
	}
	.paging a {
		line-height: 32px;
		font-size: 14px;
		width: 32px;
		height: 32px;
		margin: 0 5px;
	}
}

.cp_xq {
	background: url(../images/cpx.png) repeat-x top left;
	padding: 5px 0px 80px 0px;
}

.cp_xq .zc {
	width: 45%;
	float: left;
	border: 1px solid #eaeaea;
}

.cp_xq .yc {
	width: 48%;
	float: right;
}

.cp_xq .yc ul li {
	line-height: 30px;
	border-bottom: 1px solid #dcdcdc;
	padding: 30px 0px;
	position: relative;
}

.cp_xq .yc ul li:first-child {
	padding-top: 0px;
}

.cp_xq .yc ul li font {
	float: left;
	color: #1d1d1f;
	font-size: 18px;
	width: 13%;
}

.cp_xq .yc ul li span {
	float: right;
	width: 87%;
	text-align: right;
	color: #666563;
	font-size: 13px;
}

.cp_xq .yc ul li span i {
	font-size: 22px;
	padding-right: 10px;
}

@media only screen and (max-width:992px) {
	.cp_xq .zc {
		width: 100%;
		float: none;
		border: 1px solid #eaeaea;
	}
	.cp_xq .yc {
		width: 100%;
		float: none;
		margin-top: 30px;
	}
	.cp_xq .yc ul li {
		line-height: 30px;
		border-bottom: 1px solid #dcdcdc;
		padding: 20px 0px;
	}
	.cp_xq .yc ul li font {
		font-size: 16px;
		width: 20%;
	}
	.cp_xq .yc ul li span {
		width: 80%;
		font-size: 14px;
	}
	.cp_xq .yc ul li span i {
		font-size: 16px;
		padding-right: 5px;
	}
}

.ny_bj {
	padding: 0px 0px 80px 0px;
}

.ny_bj .dhb {
	text-align: right;
	font-size: 18px;
	padding-bottom: 20px;
}

.ny_bj .dhb i {
	font-size: 22px;
	padding-right: 10px;
}

.tbb {
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-color: #dfe2e6;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	width: 100%;
	color: #848484;
}

.tb1 {
	background: #f3f9ff;
	color: #222222;
	line-height: 50px;
}

.tb2 {
	background: #f3f9ff;
}

.tbb a {
	color: #1f73e2;
}

@media only screen and (max-width:992px) {
	.ny_bj {
		padding: 0px 0px 60px 0px;
	}
	.ny_bj .dhb {
		text-align: right;
		font-size: 14px;
		padding-bottom: 10px;
	}
	.ny_bj .dhb i {
		font-size: 18px;
		padding-right: 5px;
	}
}

.tb3 {
	position: relative;
}

.tanchu {
	width: 530px;
	height: 230px;
	background: rgba(255, 255, 255, .99);
	display: none;
	position: absolute;
	top: 0;
	right: -250px;
	z-index: 99999999999999999999999999999;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, .2);
}

.dftc {
	top: 60px;
	right: 0;
}

.tanchu .gb {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: 10px;
	cursor: pointer;
}

.tanchu .gb img {
	width: 100%;
	height: auto;
}

.tanchu .wz6 {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
	padding: 25px 0px 25px 25px;
	height: 175px;
	-moz-box-sizing: border-box;
	/*Firefox3.5+*/
	-webkit-box-sizing: border-box;
	/*Safari3.2+*/
	-o-box-sizing: border-box;
	/*Opera9.6*/
	-ms-box-sizing: border-box;
	/*IE8*/
	box-sizing: border-box;
}

.tanchu .wz6 i {
	width: 75px;
	height: 75px;
	border-radius: 100px;
	font-size: 32px;
	color: #272636;
	float: left;
	border: 1px solid #eaeaea;
	text-align: center;
	line-height: 75px;
	margin-top: 18px;
}

.tanchu .wz6 .wz {
	width: 70%;
	float: left;
	margin-left: 30px;
	text-align: left;
}

.tanchu .wz6 .wz h1 {
	color: #222222;
	font-size: 24px;
	padding-bottom: 0px;
}

.tanchu .wz6 .wz h1 span {
	font-size: 13px;
	color: #848484;
}

.tanchu .wz6 .wz p {
	color: #5b5b5b;
	line-height: 35px;
	font-size: 18px;
}

.gfsd {
	height: 150px;
}

@media only screen and (max-width:992px) {
	.tanchu {
		width: 320px;
		height: 140px;
		top: 50px;
		right: 0;
	}
	.gfsd {
		height: 105px;
	}
	.tanchu .wz6 {
		padding: 10px 0px 10px 20px;
		height: 140px;
	}
	.tanchu .wz6 i {
		width: 50px;
		height: 50px;
		font-size: 26px;
		line-height: 50px;
		margin-top: 14px;
	}
	.tanchu .wz6 .wz {
		width: 65%;
		float: left;
		margin-left: 20px;
		text-align: left;
	}
	.tanchu .wz6 .wz h1 {
		font-size: 18px;
		padding-bottom: 0px;
	}
	.tanchu .wz6 .wz h1 span {
		font-size: 14px;
		color: #848484;
	}
	.tanchu .wz6 .wz p {
		color: #5b5b5b;
		line-height: 26px;
		font-size: 14px;
	}
}

.ny_xw {
	padding: 10px 0px 80px 0px;
}

.ny_xw ul {
	padding-bottom: 50px;
}

.ny_xw ul li {
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
}

.ny_xw ul li .rq {
	width: 10%;
	float: left;
	text-align: center;
	font-size: 18px;
	padding-top: 5%;
	height: 225px;
	position: relative;
}

.ny_xw ul li .rq h1 {
	font-size: 60px;
	font-family: Montserrat;
	font-weight: bold;
}

.ny_xw ul li .zw {
	width: 53%;
	float: left;
	margin-left: 55px;
	padding-top: 5%;
}

.ny_xw ul li .zw h2 {
	color: #1d1d1f;
	font-size: 24px;
	padding-bottom: 15px;
}

.ny_xw ul li .zw h2:hover a {
	color: #004fa2;
}

.ny_xw ul li .zw p {
    color: #848484;
    line-height: 27px;
    font-size: 14px;
}

.ny_xw ul li .tp {
	width: 25%;
	float: right;
	padding: 20px 0px;
}

.ny_xw ul li .tp img {
	width: 100%;
}

.ny_xw ul li:hover .rq {
	background: #1f73e2;
	color: #fff;
	display: block;
}

.ny_xw ul li:hover .rq:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 120px;
	margin-top: -13px;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 13px solid #1f73e2;
}

.ny_xw ul li.on .rq {
	background: #1f73e2;
	color: #fff;
	display: block;
}

.ny_xw ul li.on .rq:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 120px;
	margin-top: -13px;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 13px solid #1f73e2;
}

@media only screen and (max-width:992px) {
	.ny_xw {
		padding: 10px 0px 40px 0px;
	}
	.ny_xw ul {
		padding-bottom: 20px;
	}
	.ny_xw ul li .rq {
		width: 80px;
		font-size: 14px;
		height: 130px;
		padding-top: 8%;
	}
	.ny_xw ul li .rq h1 {
		font-size: 40px;
	}
	.ny_xw ul li .zw {
		width: 70%;
		float: left;
		margin-left: 20px;
		padding-top: 6%;
		height: 130px;
	}
	.ny_xw ul li .zw h2 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.ny_xw ul li .zw p {
		line-height: 24px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.ny_xw ul li .tp {
		width: 100%;
		float: none;
		display: none;
	}
	.ny_xw ul li.on .rq:before {
		left: 80px;
		margin-top: -13px;
	}
	.ny_xw ul li:hover .rq:before {
		left: 80px;
		margin-top: -13px;
	}
	.ny_xw ul li.on .zw {
		padding-top: 4%;
	}
	.ny_xw ul li:hover .zw {
		padding-top: 4%;
	}
}

.ny_al {
	width: 100%;
	background: #f7f7f7;
	padding: 85px 0px 100px 0px;
}

.ny_al h1 {
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 60px;
	text-align: center;
}

.ry_zz {
	width: 100%;
	margin: 0px auto;
	/* padding: 70px 0px; */
}

.zzz {
	width: 100%;
	margin: 0px auto;
	position: relative;
	padding: 70px 0 100px;
}

.zzz .ziyuan1 .swiper-slide {
	position: relative;
	height: 407px;
	overflow: hidden;
	z-index: 1;
}

.zzz .ziyuan1 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.zzz .ziyuan1 .swiper-slide .yyzi {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 12% 4%;
	text-align: left;
	box-sizing: border-box;
	width: 50%;
	height: 100%;
	background: rgba(18, 98, 204, .8);
	z-index: 1;
	display: none;
}

.zzz .ziyuan1 .swiper-slide .yyzi h3 {
	display: block;
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
}

.zzz .ziyuan1 .swiper-slide .yyzi p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.zzz .ziyuan1 .swiper-slide .mrrr {
	margin: 30px 0px;
	width: 122px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #000;
	background: #fff;
	text-align: center;
}

.zzz .ziyuan1 .swiper-slide .mrrr a {
	color: #000;
}

.zzz .ziyuan1 .swiper-slide .mrrr i {
	color: #000;
	padding-left: 5px;
}

.zzz .ziyuan1 .swiper-slide:hover .yyzi {
	display: block;
}

.zzz .swiper-button-next {
	width: 48px;
	height: 48px;
	right: 46%;
	background-size: 48px 48px;
	margin-top: initial!important;
	background: #e9e9e9;
	border-radius: 100px;
	opacity: 0.99;
	text-align: center;
	color: #000;
	line-height: 48px;
	top: initial;
	bottom: -24px;
}

.zzz .swiper-button-next i {
	font-size: 24px;
}

.zzz .swiper-button-next:hover {
	background: #0551a1;
	color: #fff;
}

.zzz .swiper-button-prev {
	width: 48px;
	height: 48px;
	left: 46%;
	background-size: 48px 48px;
	margin-top: initial!important;
	background: #e9e9e9;
	border-radius: 100px;
	opacity: 0.99;
	text-align: center;
	color: #000;
	line-height: 48px;
	top: initial;
	bottom: -24px;
}

.zzz .swiper-button-prev i {
	font-size: 24px;
}

.zzz .swiper-button-prev:hover {
	background: #0551a1;
	color: #fff;
}

@media (min-width: 1921px) and (max-width:3840px) {
	.zzz .swiper-button-next {
		margin-top: 10%;
	}
	.zzz .swiper-button-prev {
		margin-top: 10%;
	}
}

@media only screen and (max-width:1660px) {
	.zzz .swiper-button-next {
		margin-top: 14%;
		right: 45%;
	}
	.zzz .swiper-button-prev {
		margin-top: 14%;
		left: 45%;
	}
}

@media only screen and (max-width:1440px) {
	.zzz .ziyuan1 .swiper-slide {
		position: relative;
		height: 340px;
		overflow: hidden;
		z-index: 1;
	}
	.zzz .ziyuan1 .swiper-slide .yyzi h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.zzz .ziyuan1 .swiper-slide .yyzi p {
		font-size: 14px;
		line-height: 26px;
	}
	.zzz .ziyuan1 .swiper-slide .mrrr {
		margin: 20px 0px;
	}
	.zzz .swiper-button-next {
		margin-top: 16%;
		right: 45%;
	}
	.zzz .swiper-button-prev {
		margin-top: 16%;
		left: 45%;
	}
}

@media only screen and (max-width:1360px) {
	.zzz .swiper-button-next {
		margin-top: 18%;
		right: 44%;
	}
	.zzz .swiper-button-prev {
		margin-top: 18%;
		left: 44%;
	}
}

@media only screen and (max-width:992px) {
	.ny_al {
		padding: 40px 0px 70px;
	}
	.ny_al h1 {
		font-size: 25px;
		padding-bottom: 30px;
	}
	.ry_zz {
		/* padding: 40px 0px; */
	}
	.zzz {
		padding: 70px 0;
	}
	.zzz .ziyuan1 .swiper-slide {
		height: 250px;
	}
	.zzz .ziyuan1 .swiper-slide .yyzi {
		padding: 6% 4%;
		width: 60%;
		height: 100%;
	}
	.zzz .ziyuan1 .swiper-slide .yyzi h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.zzz .ziyuan1 .swiper-slide .yyzi p {
		font-size: 14px;
		line-height: 24px;
	}
	.zzz .swiper-button-next {
		margin-top: 42%;
		right: 35%;
	}
	.zzz .swiper-button-prev {
		margin-top: 42%;
		left: 35%;
	}
}

.al_xq {
	background: url(../images/cpx.png) repeat-x top left;
	padding: 5px 0px 0px 0px;
}

.al_x11 {
	margin-bottom: 80px;
}

.al_x11 img {
	width: 100%;
	height: auto;
}

.al_x22 {
	width: 100%;
	background: #f9f9f9;
	padding: 50px 0px 80px 0px;
}

.al_x22 .zc {
	color: #1d1d1f;
	font-size: 30px;
	width: 20%;
	float: left;
}

.al_x22 .yc {
	color: #666563;
	line-height: 30px;
	font-size: 18px;
	width: 80%;
	float: right;
}

@media only screen and (max-width:992px) {
	.al_x11 {
		margin-bottom: 30px;
	}
	.al_x22 {
		padding: 30px 0px 80px 0px;
	}
	.al_x22 .zc {
		font-size: 22px;
		width: 100%;
		float: none;
	}
	.al_x22 .yc {
		line-height: 26px;
		font-size: 16px;
		width: 100%;
		float: none;
		padding-top: 15px;
		text-align: justify;
	}
}

.kh_qt {
	width: 100%;
	margin: 0px auto;
	background: #1f73e2;
	position: relative;
}

.kh_qt .yct {
	width: 50%;
	height: auto;
	float: right;
}

.kh_qt .yct img {
	width: 100%;
	height: auto;
}

.kh_qt2 {
	padding: 120px 0px 170px 0px;
}

@media only screen and (max-width:992px) {
	.kh_qt .yct {
		width: 100%;
		height: auto;
		float: none;
	}
	.kh_qt2 {
		padding: 50px 0px 80px 0px;
	}
	.kh_qt2 img {
		width: 100%;
		height: auto;
	}
}

.xw_xq {
	background: url(../images/cpx.png) repeat-x top left;
	padding: 80px 0px;
}

.xw_xq h1 {
	font-size: 36px;
	padding-bottom: 30px;
	color: #1d1d1f;
	text-align: center;
}

.xw_xq h2 {
	color: #848484;
	font-size: 18px;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 42px;
	text-align: center;
}

.xw_xq .tpw {
	text-align: center;
	padding: 60px 0px;
}

.xw_xq .nrj {
	color: #848484;
	line-height: 36px;
	font-size: 18px;
}

.xw_xq .nrj p {
	text-indent: 36px;
}

@media only screen and (max-width:992px) {
	.xw_xq {
		padding: 60px 0px;
	}
	.xw_xq h1 {
		font-size: 28px;
		padding-bottom: 20px;
	}
	.xw_xq h2 {
		font-size: 14px;
		padding-bottom: 30px;
	}
	.xw_xq .tpw {
		padding: 40px 0px;
	}
	.xw_xq .tpw img {
		width: 100%;
		height: auto;
	}
	.xw_xq .nrj {
		color: #848484;
		line-height: 26px;
		font-size: 16px;
	}
	.xw_xq .nrj p {
		text-indent: 32px;
	}
}

.zl_kz {
	width: 100%;
	margin: 0px auto 30px auto;
	position: relative;
}

.zl_kz .zlf {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 97px;
	margin: 0px auto;
	z-index: 11;
	max-width: 1200px;
	margin-left: -600px;
}

.zl_kz .zcz {
	width: 42%;
	float: left;
	background: #f5f5f7;
	height: 420px;
	padding: 100px 90px;
}

.zl_kz .zcz .xlogo {
	margin-bottom: 50px;
}

.zl_kz .zcz .wz {
	font-size: 22px;
	color: #004fa2;
	line-height: 48px;
}

.zl_kz .yct {
	width: 55%;
	height: auto;
	float: right;
}

.zl_kz .yct img {
	width: 100%;
	height: auto;
}

.zl_bt {
	font-size: 36px;
	color: #1d1d1f;
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
}

.zl_kz1 {
	width: 100%;
	margin: 0px auto 80px auto;
	position: relative;
	background: url(../images/zl3.png) no-repeat center center;
	background-size: 100% auto;
	padding: 45px 0px;
}

.zl_kz1 .tp img {
	width: 100%;
	height: auto;
}

.zl_kz2 {
	padding-bottom: 90px;
}

.zl_kz2 ul li {
	position: relative;
}

.zl_kz2 ul li .hxx {
	border-bottom: 1px solid #eaeaea;
	padding: 60px 0px;
}

.zl_kz2 ul li .tp {}

.zl_kz2 ul li .wz {
	margin-left: 170px;
	font-size: 19px;
	color: #5b5b5b;
	line-height: 36px;
	margin-top: 115px;
}

.zl_kz2 ul li .wz font {
	color: #004fa2;
	margin-right: 20px;
}

.zl_kz2 ul li .wz1 {
	margin-left: 90px;
	font-size: 19px;
	color: #5b5b5b;
	line-height: 36px;
	margin-top: 115px;
}

.zl_kz2 ul li .wz1 font {
	color: #004fa2;
	margin-right: 20px;
}

.zl_kz2 ul li .lhx {
	position: absolute;
	left: 0;
	top: 60px;
	background: linear-gradient(to right, #f4f4f4 38%, transparent 38%);
	width: 100%;
	height: 41px;
	line-height: 41px;
	font-size: 24px;
	color: #004fa2;
	font-weight: bold;
}

.zl_kz2 ul li .lhx .zz {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 0;
	margin: 0px auto;
	z-index: 11;
	max-width: 1200px;
	margin-left: -600px;
}

.zl_kz2 ul li .lhx .zz span {
	font-size: 48px;
	margin-right: 115px;
	float: left;
}

.zl_kz2 ul li .lhx1 {
	position: absolute;
	right: 0;
	top: 60px;
	background: linear-gradient(to left, #f4f4f4 45%, transparent 45%);
	width: 100%;
	height: 41px;
	line-height: 41px;
	font-size: 24px;
	color: #004fa2;
	font-weight: bold;
}

.zl_kz2 ul li .lhx1 .zz {
	position: absolute;
	width: 100%;
	right: 50%;
	top: 0;
	margin: 0px auto;
	z-index: 11;
	max-width: 1200px;
	margin-right: -600px;
	text-align: right;
}

.zl_kz2 ul li .lhx1 .zz span {
	font-size: 48px;
	margin-left: 115px;
	float: right;
}

.zl_kz3 {
	padding-bottom: 130px;
	text-align: center;
}

.zl_kz3 .tpp {}

@media (min-width: 1921px) and (max-width:3840px) {
	.zl_kz .zcz {
		width: 40%;
		float: left;
		background: #f5f5f7;
		height: 560px;
		padding: 150px 90px;
		margin-top: 32px;
	}
	.zl_kz2 ul li .lhx {
		background: linear-gradient(to right, #f4f4f4 43%, transparent 43%);
	}
}

@media only screen and (max-width:992px) {
	.zl_bt {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.zl_kz {
		margin: 0px auto 20px auto;
	}
	.zl_kz .zlf {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		margin: 0px auto;
		margin-left: 0px;
	}
	.zl_kz .zcz {
		width: 100%;
		float: none;
		background: #f5f5f7;
		padding: 50px 40px;
		height: auto;
	}
	.zl_kz .zcz .xlogo {
		margin-bottom: 20px;
	}
	.zl_kz .zcz .wz {
		font-size: 18px;
		line-height: 28px;
	}
	.zl_kz .yct {
		width: 100%;
		float: none;
	}
	.zl_kz1 {
		margin: 0px auto 30px auto;
		padding: 10px 0px;
	}
	.zl_kz1 .con {
		width: 100%;
	}
	.zl_kz3 {
		padding-bottom: 80px;
	}
	.zl_kz3 .tpp img {
		width: 100%;
		height: auto;
	}
	.zl_kz2 {
		padding-bottom: 50px;
	}
	.zl_kz2 ul li .hxx {
		padding: 30px 0px;
	}
	.zl_kz2 ul li .wz {
		margin-left: 0px;
		font-size: 16px;
		color: #5b5b5b;
		line-height: 30px;
		margin-top: 55px;
	}
	.zl_kz2 ul li .wz font {
		color: #004fa2;
		margin-right: 15px;
	}
	.zl_kz2 ul li .wz1 {
		margin-left: 0px;
		font-size: 16px;
		color: #5b5b5b;
		line-height: 30px;
		margin-top: 55px;
	}
	.zl_kz2 ul li .wz1 font {
		color: #004fa2;
		margin-right: 15px;
	}
	.zl_kz2 ul li .tp {
		margin-top: 25px;
		text-align: center;
	}
	.zl_kz2 ul li .tp img {
		width: 100%;
	}
	.zl_kz2 ul li .lhx {
		position: relative;
		left: 0;
		top: 40px;
		background: linear-gradient(to right, #f4f4f4 100%, transparent 100%);
		width: 100%;
		height: 41px;
		line-height: 41px;
		font-size: 20px;
		color: #004fa2;
		font-weight: bold;
	}
	.zl_kz2 ul li .lhx .zz {
		position: relative;
		width: 94%;
		left: 3%;
		top: 0;
		margin: 0px auto;
		z-index: 11;
		margin-left: 0px;
	}
	.zl_kz2 ul li .lhx .zz span {
		font-size: 36px;
		margin-right: 20px;
		float: left;
	}
	.zl_kz2 ul li .lhx1 {
		position: relative;
		left: 0;
		top: 40px;
		background: linear-gradient(to left, #f4f4f4 100%, transparent 100%);
		width: 100%;
		height: 41px;
		line-height: 41px;
		font-size: 20px;
		color: #004fa2;
		font-weight: bold;
	}
	.zl_kz2 ul li .lhx1 .zz {
		position: relative;
		width: 94%;
		left: 3%;
		top: 0;
		margin: 0px auto;
		z-index: 11;
		margin-right: 0px;
		text-align: left;
	}
	.zl_kz2 ul li .lhx1 .zz span {
		font-size: 36px;
		margin-left: -25px;
		float: left;
		margin-right: 20px;
	}
}

.ny_lx {}

.ny_lx .zc {
	width: 740px;
	float: left;
	background: url(../images/lx3.png) no-repeat top center;
	background-size: 100% 100% !important;
	padding: 60px;
	height: 270px;
}

.ny_lx .zc i {
	color: #004fa2;
	margin: 5px 35px 0px 0px;
	float: left;
	font-size: 20px;
}

.ny_lx .zc .wz {
	width: 90%;
	float: left;
}

.ny_lx .zc .wz h1 {
	color: #222222;
	font-size: 22px;
	padding-bottom: 15px;
}

.ny_lx .zc .wz p {
	color: #5b5b5b;
	line-height: 35px;
	font-size: 18px;
}

.ny_lx .yc {
	width: 460px;
	float: right;
}

.ny_lx .yc img {
	width: 100%;
	height: auto;
}

.ny_lx1 {
	padding: 20px 0px;
}

.ny_lx1 ul li {
    border: 1px solid #eaeaea;
    padding: 65px 0px 65px 35px;
    width: 50%;
    float: left;
}

.ny_lx1 ul li i {
	width: 75px;
	height: 75px;
	border-radius: 100px;
	font-size: 32px;
	color: #272636;
	float: left;
	border: 1px solid #eaeaea;
	text-align: center;
	line-height: 75px;
	margin-top: 18px;
}

.ny_lx1 ul li .wz {
    width: 75%;
    float: left;
    margin-left: 38px;
}

.ny_lx1 ul li .wz h1 {
	color: #222222;
	font-size: 24px;
	padding-bottom: 15px;
}

.ny_lx1 ul li .wz h1 span {
	font-size: 15px;
	color: #848484;
}

.ny_lx1 ul li .wz p {
	color: #5b5b5b;
	line-height: 35px;
	font-size: 18px;
}

.ny_lx2 {}

.ny_lx2 img {
	width: 100%;
	height: auto;
}

.khqtz {
	padding: 50px 0px 0 0;
	text-align: center;
	font-size: 18px;
}

@media only screen and (max-width:992px) {
	.ny_lx .con {
		width: 100%;
	}
	.ny_lx .zc {
		width: 100%;
		float: none;
		background-size: 100% 100%;
		padding: 30px;
		height: 180px;
	}
	.ny_lx .zc i {
		margin: 2px 15px 0px 0px;
		float: left;
		font-size: 20px;
	}
	.ny_lx .zc .wz {
		width: 85%;
	}
	.ny_lx .zc .wz h1 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.ny_lx .zc .wz p {
		line-height: 28px;
		font-size: 14px;
	}
	.ny_lx .yc {
		width: 100%;
		float: none;
	}
	.khqtz {
		padding: 30px 0px 0 0;
		text-align: center;
		font-size: 14px;
	}
	.ny_lx1 ul li {
		padding: 30px 0px 30px 30px;
		width: 100%;
		float: none;
	}
	.ny_lx1 ul li i {
		width: 70px;
		height: 70px;
		font-size: 26px;
		line-height: 70px;
		margin-top: 9px;
	}
	.ny_lx1 ul li .wz {
		width: 70%;
		float: left;
		margin-left: 20px;
	}
	.ny_lx1 ul li .wz h1 {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.ny_lx1 ul li .wz h1 span {
		font-size: 16px;
	}
	.ny_lx1 ul li .wz p {
		line-height: 28px;
		font-size: 16px;
	}
}

.bmym {
	padding: 0px 0px 100px 0px;
}

.bmym .bm {
	margin-bottom: 15px;
}

.bmym .bm .zb {
	width: 48%;
}

.bmym .bm span {
	font-size: 18px;
	color: #222222;
	line-height: 60px;
}

.bmym .bm .zb .txt {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 1px solid #eaeaea;
	background: #f9f9f9;
	padding: 0px 40px;
	font-size: 18px;
	color: #969696;
}

.bmym .bm .bk {
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 1px solid #eaeaea;
	background: #f9f9f9;
	padding: 0px 0px 0px 40px;
	margin-bottom: 15px;
}

.bmym .bm .bk i {
	font-size: 20px;
	color: #333;
	margin-right: 10px;
	float: right;
}

.bmym .bm .bk .txt {
	width: 84%;
	font-size: 14px;
	color: #999999;
	float: left;
	line-height: 45px;
}

.bmym .bm .txty {
	width: 100%;
	border: 1px solid #eaeaea;
	background: #f9f9f9;
	line-height: 30px;
	padding: 10px 40px;
	font-size: 18px;
	color: #969696;
	height: 200px;
	outline: none;
	font-family: "微软雅黑";
	margin-bottom: 20px;
}

.bmym .an {
	width: 120px;
	height: 36px;
	background: #1f73e2;
	color: #fff;
	text-align: right;
	line-height: 36px;
	font-size: 14px;
}

.bmym .an a {
	font-size: 14px;
	color: #fff;
}

.bmym .an i {
	font-size: 18px;
	float: right;
	margin: 0px 22px 0px 5px;
}

@media only screen and (max-width:992px) {
	.bmym .bm .zb {
		width: 100%;
	}
	.bmym .bm .zb .txt {
		height: 50px;
		line-height: 50px;
		padding: 0px 20px;
		font-size: 16px;
	}
	.bmym .bm .txty {
		line-height: 24px;
		padding: 10px 20px;
		font-size: 16px;
		height: 150px;
	}
}