@charset "utf-8";

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;
}

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: #444;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none !important;
}

.paddingBox {
	padding: 100px 0;
}

.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: #666;
}

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

::-webkit-scrollbar-thumb:hover {
	background-color: #0fa74b;
}

::-webkit-scrollbar-thumb:active {
	background-color: #0fa74b;
}


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

/* 左浮动 */
.fr {
	float: right;
	display: inline;
}

/* 右浮动 */
.p10 {
	padding: 10px !important
}

.p15 {
	padding: 15px !important
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt7 {
	margin-top: 7px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.ml0 {
	margin-left: 0 !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml15 {
	margin-left: 15px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mr0 {
	margin-right: 0 !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr15 {
	margin-right: 15px !important;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}

.f30 {
	font-size: 30px;
}

.f32 {
	font-size: 32px;
}

.f36 {
	font-size: 36px;
}

.f40 {
	font-size: 40px;
}

.f48 {
	font-size: 48px;
}




.container {
	min-width: 80%;
	margin: 0px auto;
}

@media only screen and (max-width:995px) {
	.f28 {
		font-size: 22px;
	}

	.paddingBox {
		padding: 60px 0;
	}
}



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

.header .zcs {
	font-size: 20px;
	color: #0053db;
	font-weight: bold;
}

.header .dh {
	float: right;
	text-align: right;
	color: #333;
	margin-top: 10px;
	font-size: 20px;
	vertical-align: middle;
}

.header .dh font {
	font-size: 16px;
}

.header .dh span {
	font-size: 24px;
	color: #0053db;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.header .dh i {
	margin-right: 5px;
	color: #0053db;
	font-size: 20px;
}


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

.header .logo {
	position: relative;
	float: left;
	padding-top: 8px;
}

.header .logo a {
	display: block;
	height: 60px;
}

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

.header .logo p {
	font-size: 14px;
	color: #02378e;
	text-align: center;
}

.header .s_ch {
	height: 35px;
	width: 35px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	color: #02378e;
	border-radius: 100px;
	font-weight: 900;
	float: left;
	cursor: pointer;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .s_ch i {
	font-size: 24px;
	color: #3b3b3b;
	font-weight: 900;
}

.header .language {
	float: right;
	text-align: center;
	line-height: 32px;
	color: #333;
	margin-top: 10px;
	margin-right: 30px;
	cursor: pointer;
	position: relative;
	z-index: 9;
	font-family: "Arial";
	font-size: 15px
}

.header.on .language {
	color: #555;
}

.header .language .l_m i {
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 5px;
}

.header .language .x_l {
	width: auto;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	display: none;
}

.header .language .x_l:before {
	width: 0;
	height: 0;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom: 8px solid #02378e;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
}

.header .language .x_l ul {
	padding: 5px 15px;
	background-color: #02378e;
}

.header .language .x_l ul li a {
	color: #ddd;
	line-height: 36px;
	display: block;
}

.header .language .x_l ul li a:hover {
	color: #fff;
}

.header.on .an i {
	color: #02378e;
}

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

.header .an span {
	width: 24px;
	height: 2px;
	background: #02378e;
	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: left;
	margin-left: 100px;
}

.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: 100px;
	float: left;
	position: relative;
	padding: 0px 50px 0px 0px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	font-size: 18px;
}

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

.header .nav ul li span {
	width: 0;
	height: 2px;
	background: #02378e;
	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: #02378e;
}

.header .nav ul li:hover a {
	color: #02378e;
}

.nav .y_j {
	position: relative;
}

.nav .e_j {
	width: 140px;
	background: #fff;
	position: absolute;
	top: 100px;
	left: 0;
	margin-left: -35px;
	display: none;
	z-index: 9999;
	overflow: hidden;
	border-radius: 0 0 5px 5px;
}

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

.header .nav .e_j a:hover {
	color: #fff;
	background: #02378e;
}

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

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

@media only screen and (max-width:1790px) {
	.header .nav {
		float: right;
		margin-left: 0px;
		margin-right: 30px;
	}

	.header .nav ul li {
		padding: 0px 20px 0px 0px;
	}
}

@media only screen and (max-width:1440px) {
	.header {
		padding: 0%;
		height: 60px;
		background: #fff;
		border-top: 0px solid #02378e;
	}

	.header .container {
		position: relative;
	}

	.header .logo a {
		height: 44px;
	}

	.header .logo p {
		display: none;
	}

	.header .s_ch {
		height: 30px;
		width: 30px;
		line-height: 64px;
	}

	.header .language {
		text-align: left;
		margin-right: 80px;
		margin-top: 0;
		line-height: 64px;
	}

	.header .dh {
		display: none;
	}

	.header .s_ch i {
		font-size: 18px;
		font-weight: 900;
	}

	.header .an {
		display: block;
	}

	.header .nav ul {
		width: 100%;
	}

	.header .nav {
		width:400px;
			max-width:100%;
		padding: 15px 5%;
		height: 100%;
		position: fixed;
		top: 60px;
		margin-top: 0;
		left: -100%;
		z-index: 11;
		overflow: auto;
		background: rgba(255, 255, 255, 1);
		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: #02378e;
	}

	.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-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;
	}
}

@media only screen and (max-width:1023px) {
	.header .language {
		margin-right: 50px;
	}

	.header .logo a {
		height: 36px
	}

	.header .logo {
		padding-top: 10px;
	}
}

.search {
	width: 100%;
	background: rgba(2, 55, 142, 0.8);
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 101;
	display: none;
}

.search .container {
	position: relative;
}

.search .sc_gb {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	right: 15px;
	cursor: pointer;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.search .sc_gb:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.search .sc_gb i {
	font-size: 26px;
	line-height: 40px;
	color: #fff;
}

.search .sc_nr {
	width: 700px;
	margin: 20px auto;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.search input {
	width: 430px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	float: left;
	padding-left: 15px;
}

.search input::placeholder {
	color: #fff;
}

.search button {
	width: 70px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	float: right;
	outline: none;
}

.search button i {
	font-size: 30px;
}

@media only screen and (max-width:1023px) {
	.search {
		top: 60px;
	}

	.search .sc_gb {
		position: absolute;
		top: 50%;
		margin-top: 20px;
		right: 15px;
		cursor: pointer;
		transition: all .5s;
		-o-transition: all .5s;
		-ms-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
	}

	.search .sc_gb i {
		font-size: 22px;
	}

	.search .sc_nr {
		width: 85%;
		float: left;
	}

	.search input {
		width: 80%;
		font-size: 15px;
		float: left;
	}

	.search button {
		width: 15%;
	}

	.search button i {
		font-size: 26px;
	}
}

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

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

.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: 45%;
	color: #fff;
	position: absolute;
	left: 5%;
	top: 42%;
	text-align: left;
}

.gallery-top .swiper-slide .wz h3 {
	font-size: 58px;
	height: 90px;
	text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.gallery-top .swiper-slide .wz h2 {
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 0px;
	padding: 10px 0px;
	font-weight: lighter;
	text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

.gallery-top .swiper-slide .wz p {
	font-size: 22px;
	letter-spacing: 1px;
	line-height: 36px;
}

.gallery-top .swiper-slide .wz a {
	background: rgba(186, 0, 0, .8);
	width: 200px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 16px;
	margin: 50px 0px 0px 0px;
}

.gallery-top .swiper-slide .wz i {
	margin-left: 10px;
}

.gallery-top .swiper-button-next {
	width: 45px;
	height: 45px;
	background: url(../images/h_yj.png) no-repeat;
	right: 20px;
	background-size: 45px 45px;
	-webkit-background-size: 45px 45px;
	-moz-background-size: 45px 45px;
	-ms-background-size: 45px 45px;
	-o-background-size: 45px 45x;
}

.gallery-top .swiper-button-prev {
	width: 45px;
	height: 45px;
	background: url(../images/h_zj.png) no-repeat;
	left: 20px;
	background-size: 45px 45px;
	-webkit-background-size: 45px 45px;
	-moz-background-size: 45px 45px;
	-ms-background-size: 45px 45px;
	-o-background-size: 45px 45x;
}

@media only screen and (max-width:1600px) {
	.gallery-top .swiper-slide .wz {
		width: 60%;
		color: #fff;
		position: absolute;
		left: 5%;
		top: 42%;
		text-align: left;
	}

	.gallery-top .swiper-slide .wz h3 {
		font-size: 48px;
		height: 70px;
		font-weight: bold;
	}

	.gallery-top .swiper-slide .wz h2 {
		font-size: 26px;
		line-height: 34px;
		letter-spacing: 0px;
		padding: 10px 0px;
	}
}

@media only screen and (max-width:1360px) {
	.gallery-top .swiper-slide .wz h3 {
		font-size: 40px;
		height: 60px;
		font-weight: bold;
	}

	.gallery-top .swiper-slide .wz h2 {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0px;
		padding: 10px 0px;
	}
}

@media only screen and (max-width:1023px) {
	.gallery-top {
		width: 100%;
		position: relative;
		height: 600px;
	}

	.gallery-top .swiper-slide {
		overflow: hidden;
	}

	.gallery-top .swiper-slide .bj {
		display: none;
	}

	.gallery-top .swiper-slide .wz {
		width: 85%;
		color: #fff;
	}

	.gallery-top .swiper-slide .wz h3 {
		font-size: 26px;
		height: 45px;
	}

	.gallery-top .swiper-slide .wz h2 {
		font-size: 16px;
		line-height: 25px;
		letter-spacing: 0px;
	}

	.gallery-top .swiper-slide .wz a {
		background: #02378e;
		width: 120px;
		height: 30px;
		line-height: 30px;
		margin: 20px 0px 0px 0px;
	}

	.gallery-top .swiper-button-prev {
		display: none;
	}

	.gallery-top .swiper-button-next {
		display: none;
	}
}
@media only screen and (max-width:400px) { .header .nav.on{ left:240px;}
    .header .nav{ width:160px;}
}
@media only screen and (max-width:1023px) {
	.gallery-top {
		width: 100%;
		position: relative;
		height: 400px;
	}
}



.gy_bt {
	width: 100%;
	text-transform: uppercase;
	margin: 0px 0px 40px 0px;
	text-align: center;
	user-select: none;
	position: relative;
}

.gy_bt h3 {
	font-size: 42px;
	line-height: 44px;
	color: #02378e;
	z-index: 1;
	text-align: center;
	font-weight: 600;
	letter-spacing: 4px;
	width: 100%;
}

.gy_bt h3 span {
	color: #333;
}

.gy_bt p {
	font-size: 18px;
	color: #999;
	padding-top: 20px;
}
/* 产品 */
/*tablist */
.tabList {
	display: block;
	width: 100%;
}

.tabList ul {
	vsdisplay: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}



.tabList ul li a {
	display: block;
	width: 100%;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
}

.tabList ul li.on::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -19px;
	left: 50%;
	margin-left: -10px;
	width: 10px;
	height: 10px;
	border: solid 10px transparent;
	border-top: solid 10px #02378e;
}

.tabList ul li.on a {
	color: #fff;
}

.tabContent .item {
	display: none;

}

.tabContent p {
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.tabContent .box:hover p {
	color: #2565c6;
}

.tabContent .row {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.tabContent .row .box {
	margin-top: 30px;
	width: 24%;
	background-color: rgba(248, 248, 248, 1);
	padding: 1.2%;
}

.tabContent .box .imgBox {
	display: block;
	width: 100%;
	height: 300px;
	background-color: #fff;
}

.tabContent .box .imgBox img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	transform: scale(1);
	transition: all 0.5s;
}

.tabContent .box:hover .imgBox img {
	transform: scale(1.08);
	transition: all 0.5s;
}

@media only screen and (max-width:1023px) {
	.indexProduct {
		padding: 60px 0;
		padding-bottom: 0;
	}

	.tabContent .row .box {
		width: 49%;
		margin-top: 20px;
	}

	.tabContent p {
		font-size: 14px;
	}

	.tabList ul li a {
		font-size: 14px;
		line-height: 40px;
	}
}

@media only screen and (max-width:559px) {
	.indexProduct {
		padding: 0;
	}

	.tabContent .box .imgBox {
		height: 150px;
	}

	.tabList ul {
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
	}

	.tabList ul li {
		-webkit-box-flex: none;
		-moz-box-flex: none;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		width: 33%;
		margin-bottom: 5px;
	}

	.tabContent .row .box {
		margin-top: 10px;
	}
}
@media only screen and (max-width:1023px) {
	.gy_bt {
		margin: 20px 0px;
	}

	.gy_bt h3 {
		font-size: 24px;
		line-height: 44px;
	}

	.gy_bt p {
		font-size: 14px;
		color: #999;
		padding-top: 0px
	}
}



.sy_rz {
	width: 100%;
	margin: 80px auto;
}

dl,
dd {
	list-style: none;
}

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

.tab-hd {
	padding-bottom: 30px;
	overflow: hidden;
	zoom: 1;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.tab-hd dd {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	text-align: center;
	margin-bottom: 25px;
	color: #333;
	cursor: pointer;
	border-bottom: 3px solid #fff;
	line-height: 45px;
	font-size: 18px;
	border-radius: 5px;
}

.tab-hd dd.active {
	background: #02378e;
	color: #fff;
	position: relative;
}

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

.tab-bd dd {
	display: none;
	font-size: 18px;
	width: 100%;
}

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

@media only screen and (max-width:1023px) {
	.sy_rz {
		margin: 30px auto;
	}

	.tab {
		width: 100%;
		margin: 30px auto;
		max-width: 1240px;
	}

	.tab-hd {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
	}

	.tab-hd dd {
		-webkit-box-flex: none;
		-moz-box-flex: none;
		-webkit-flex: none;
		-ms-flex: none;
		flex: none;
		width: 30.5%;
		margin-right: 4%;
		font-size: 14px;
		margin-bottom: 15px;
	}

	.tab-bd dd .dd {
		width: 100%;
		border: 1px solid #ddd;
		font-size: 14px;
		line-height: 26px;
		padding: 10px;
	}

	.tab-hd dd:nth-child(2n) {
		margin-right: 0;
	}

}







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

.sy_gy .left {
	width: 38%;
	float: left;
	display: inline-block;
	padding: 50px 50px 50px 0;
	z-index: 99;
}

.sy_gy .left .wz h2 {
	font-size: 66px;
	line-height: 60px;
	color: #000;
	font-family: Arial;
}

.sy_gy .left .wz h3 i {
	width: 60px;
	height: 4px;
	background: #02378e;
	display: inline-block;
	float: left;
	margin: 20px 10px 0px 0px;
}

.sy_gy .left .wz h3 {
	font-size: 30px;
	height: 60px;
	color: #333;
	position: relative;
	left: 0;
	top: 0;
	margin-top: -50px;
}

.sy_gy .left .wz h4 {
	font-size: 34px;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
	color: #000;
}

.sy_gy .left .wz h4 font {
	color: #02378e;
}

.sy_gy .left .wz span {
	width: 50px;
	height: 3px;
	background: #ca0f18;
	display: block;
	margin: 0px 0px 10px 0px;
}

.sy_gy .left .wz p {
	font-size: 15px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

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

.sy_gy .left .wz p {
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
	color: #666;
}

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

.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: 160px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	margin: 20px 0px 0px 0px;
}

.mr a {
	color: #fff;
	font-size: 15px;
	display: block;
	background: #02378e;
}

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

.mr i {
	margin-left: 15px;
}

@media only screen and (max-width:1023px) {
	.sy_gy {
		padding: 0px 0px 40px 0px;
	}

	.sy_gy .con {
		width: 100%;
	}

	.sy_gy .left {
		width: 100%;
		margin-top: 0px;
		padding: 20px 0 20px 0;
	}

	.sy_gy .left .wz h2 {
		font-size: 40px;
		line-height: 60px;
	}

	.sy_gy .left .wz h3 {
		font-size: 22px;
		height: 50px;
		padding-top: 10px;
		margin-top: -50px;
	}

	.sy_gy .left .wz h3 i {
		margin: 13px 10px 0px 0px;
	}

	.sy_gy .left .wz h4 {
		font-size: 24px;
	}

	.sy_gy .left .wz p {
		font-size: 14px;
		line-height: 26px;
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}

	.mr {
		margin-top: 20px;
	}

	.sy_gy .right {
		float: none;
		width: 100%;
		margin-left: 0%;
	}
}




/*解决方案*/
.solution-wrap {
	width: 100%;
	margin: 0px auto;
}

.solution-img {
	width: 24%;
	height: auto;
	margin: 0 0.5% 1% 0.5%;
	padding: 1.4%;
	position: relative;
	background-color: rgba(248, 248, 248, 1);
	overflow: hidden;
}

.solution-img a p {
	text-align: center;
	margin-top: 16px;
}

.solution-img:hover {
	box-shadow: 0px 0px 15px 0px rgb(235, 235, 235);
}

.solution-img .img-box1 {
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}

.solution-img .img-box1 img {
	object-fit: scale-down;
	width: 100%;
	height: 230px;
	transform: scale(1);
	transition: all 0.5s;
}

.solution-img:hover .img-box1 img {
	transform: scale(1.08);
	transition: all 0.5s;
}

.solution-img>p {
	width: 100%;
	text-align: center;
	z-index: 3;
	color: rgba(51, 51, 51, 1);
	font-size: 16px;
	margin-top: 15px;
}

.solution-img:hover>p {
	color: #2565c6;
}

.solution-img .mask {
	width: 91.5619%;
	height: 86.8%;
	background-color: #2565c6;
	background-color: rgba(2, 55, 142, .8);
	position: absolute;
	left: 4.219%;
	top: 8%;
	z-index: 9;
	text-align: center;
	color: #fff;
	display: none;
}

.solution-img .mask h3 {
	font-weight: 400;
	font-size: 20px;
	padding: 20% 0 3%;
	position: relative;
	font-weight: bold;
}

.solution-img .mask h3:before {
	content: '';
	display: block;
	width: 26px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -13px;
}

.solution-img .mask>p {
	width: 80%;
	line-height: 28px;
	font-size: 14px;
	margin: 5% auto 5%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.solution-img .mask .links {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}

.solution-img .links a {
	display: block;
	float: left;
	width: 50%;
	padding: 4% 0;
	color: #fff;
	background: #ba0000;
}

.solution-img .links a.shipin {
	background: #fff;
	color: #333;
}

@media only screen and (max-width:1440px) {
	.solution-cont {
		width: 90%;
		margin: 40px auto 0;
	}

	.solution-img .img-box1 {
		width: 100%;
		height: 250px;
	}

}

@media only screen and (max-width:1919px) {
	.solution-wrap {
		width: 100%;
		margin: 0px auto 0px auto;
	}

	.solution-cont {
		width: 100%;
		margin: 0px auto 0;
	}

	.solution-img {
		width: 49%;
		height: auto;
		margin: 0 2% 2% 0%;
	}

	.solution-img:nth-child(2n) {
		margin-right: 0;
	}

	.solution-img .img-box1 {
		width: 100%;
		height: 250px;
	}

	.solution-img>p {
		font-size: 18px;
	}
}

@media only screen and (max-width:991px) {
	.solution-img .img-box1 {
		height: auto;
	}
}

@media only screen and (max-width:539px) {
	.solution-img .img-box1 img{ height:130px;}
	.solution-img a p {
		font-size: 14PX;
		margin-top: 10PX;
	}
}


.sy_ffw {
	width: 100%;
	padding: 50px 0 0 0;
	overflow: hidden;
}

.sy_ffw ul {
	margin: 0 auto;
	width: 100%;
}

.sy_ffw ul li {
	float: left;
	width: 20%;
	margin: 0 0% 0% 0;
}

.sy_ffw ul li img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	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 .tp {
	width: 80px;
	height: 80px;
	margin: 0px auto 20px auto;
}

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

.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: 40%;
	top: 60%;
	font-size: 12px;
	color: #fff;
	line-height: 26px;
	text-align: center;
	transform: translateY(-45%);
	transform: translatex(-40%);
}

.sy_ffw .wz h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
}

.sy_ffw .wz p {
	font-size: 14px;
	color: #fff;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.sy_ffw .wz .gd {
	width: 120px;
	height: 30px;
	line-height: 30px;
	background: #02378e;
	text-align: center;
	margin: 0px auto;
	display: none;
	color: #fff;
}

.sy_ffw ul li:hover .wz {
	top: 50%;
	transition: all 0.5s;
}

.sy_ffw ul li:hover .wz .gd {
	display: block;
}

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

@media only screen and (max-width:1600px) {
	.sy_ffw ul {
		margin: 0 auto;
		width: 100%;
	}

	.sy_ffw ul li {
		float: left;
		width: 20%;
		margin: 0 0% 5% 0;
	}

	.sy_ffw .wz {
		position: absolute;
		width: 90%;
		top: 60%;
		transform: translateY(-35%);
		left: 23%;
		transform: translatex(-20%);
	}

	.sy_ffw ul li:hover .wz {
		top: 5%;
		transition: all 0.5s;
	}

	.sy_ffw .wz h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.sy_ffw .wz p {
		font-size: 14px;
		color: #fff;
		margin-bottom: 10px;
		-webkit-line-clamp: 3;
	}

	.sy_ffw ul li:hover .wz {
		top: 50%;
		transition: all 0.5s;
	}
}

@media only screen and (max-width:1023px) {
	.sy_ffw {
		padding: 40px 0 0;
	}

	.sy_ffw ul {
		margin: 0 auto;
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sy_ffw ul li {
		width: 49%;
		margin: 0 2% 2% 0;
		height: 200px;
		overflow: hidden;
		position: relative;
	}

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

	.sy_ffw ul li:hover .wz,
	.sy_ffw ul li .wz {
		top: 60px;
	}

	.sy_ffw .tp {
		width: 60px;
		height: 60px;
		margin: 0px auto 10px auto;
	}

	.sy_ffw .wz {
		top: 10%;
		line-height: 20px;
	}

	.sy_ffw .wz h3 {
		font-size: 16px;
		margin-bottom: 5px;
	}

	.sy_ffw .wz p {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.sy_ffw .wz .gd {
		margin-top: 10px;
	}
}


.cjwt {
	width: 100%;
	padding: 100px 0px;
}

.cjwt .sgh {
	width: 90%;
	margin: 0px auto;
}

.cjwt .sgh .zcc {
	width: 40%;
	float: left;
	padding-top: 20px;
}

.cjwt .sgh .zcc h1 {
	font-size: 36px;
	color: #02378e;
}

.cjwt .sgh .zcc h1 font {
	color: #333;
}

.cjwt .sgh .zcc p {
	font-size: 16px;
	padding: 15px 0px;
	line-height: 26px;
}

.cjwt .sgh .ycc {
	width: 56%;
	float: right;
}


.founder-list {
	width: 100%;
	margin: 0px auto;
}

.founder-list.nopadding,
.founder-list.nopadding ul {
	padding-top: 0;
}

.founder-list ul {
	padding-top: 0px;
}

.founder-list li {
	border-bottom: 1px solid #e5e5e5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.founder-list h4 {
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	padding: 15px 50px 15px 15px;
	background: url(../images/icon10.png) 97% center no-repeat;
}

.founder-list .info {
	background: #f7f7f7;
	padding: 20px 15px;
	display: none;
	font-size: 16px;
	line-height: 30px;
}

.founder-list .info .font18 {
	padding: 5px 0;
}

.founder-list .on {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	border-bottom: transparent;
}

.founder-list .on h4 {
	background-color: #02378e;
	color: #fff;
	background-image: url(../images/icon11.png);
	font-weight: bold;
}

.founder-article {
	padding-top: 10px;
}

.founder-article .article {
	padding-top: 20px;
	line-height: 26px;
}

.font22 {
	font-size: 18px;
}

@media only screen and (max-width:1660px) {
	.founder-list {
		width: 90%;
		margin: 50px auto;
	}

	.cjwt .sgh {
		width: 90%;
		margin: 0px auto;
	}
}

@media only screen and (max-width:1023px) {
	.founder-list {
		width: 94%;
		margin: 30px auto;
	}

	.font22 {
		font-size: 16px;
	}

	.cjwt .sgh {
		width: 94%;
		margin: 0px auto;
	}
}


*[class*="rect-"] {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

*[class*="rect-"] ._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	*height: auto;
}

.rect-75 {
	padding-bottom: 50%;
}

.ipart01 {
	padding: 120px 0;
}

.ipart01 .infor {
	margin-bottom: 30px;
}

.ipart01 .rect-788 {
	padding-bottom: 61%;
}

.ipart01 .rect-394 {
	padding-bottom: 30.4%;
}

.ipart01 .content_t .left {
	float: left;
	width: 33.3%;
	background: #f4f4f4;
}

.ipart01 .content_t .left .box {
	padding: 13% 17%;
}

.ipart01 .content_t .left .box .date {
	color: #222;
	font-family: Arial;
}

.ipart01 .content_t .left .box .date .d em {
	font-size: 120px;
	line-height: 1.1;
}

.ipart01 .content_t .left .box .date .d {
	font-size: 25px;
	font-weight: bold;
}

.ipart01 .content_t .left .box .date .y {
	font-size: 20px;
	margin-left: 15px;
}

.ipart01 .content_t .left .box .txt {
	font-size: 18px;
	color: #222;
	transition: .3s ease;
}

.ipart01 .content_t .left:hover .box .txt {
	color: #707070;
}

.ipart01 .content_t .right .item {
	position: relative;
}

.ipart01 .content_t .right .item .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: background .3s ease;
}

.ipart01 .content_t .right .item .cover:hover {
	background: url(../images/red79.png);
}

.ipart01 .content_t .right .box {
	padding: 40px;
}

.ipart01 .content_t .right .box .date {
	font-size: 16px;
	color: #fff;
}

.ipart01 .content_t .right .box .date .d {
	font-family: Arial;
}

.ipart01 .content_t .right .box .tit {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 20px 0px;
	line-height: 30px;
}

.ipart01 .content_t .right {
	float: left;
	width: 66.7%;
}

.ipart01 .content_c .item {
	float: left;
	width: 33.3%;
}

.ipart01 .content_c .item.item1 .box {
	box-shadow: 2px 2px 15px rgba(0, 0, 0, .2);
}

.ipart01 .content_c .item.cur .box {
	position: relative;
	z-index: 1;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, .2);
}

.ipart01 .content_c .item.item3 {
	background: #f4f4f4;
}

.ipart01 .content_c .item .box {
	padding: 10% 10% 5%;
}

.ipart01 .content_c .item .box .date {
	font-size: 16px;
	color: #666;
}

.ipart01 .content_c .item .box .date .d {
	font-family: Arial;
}

.ipart01 .content_c .item .box .tit {
	font-size: 24px;
	font-weight: bold;
	color: #222;
	margin: 30px 0 40px;
	line-height: 30px;
}

.ipart01 .content_c .item .box .more {
	font-size: 14px;
}

.ipart01 .content_c .item .box .more .icon {
	margin-left: 10px;
	display: inline-block;
	background: url(../images/anniu_jt1.png) no-repeat center;
	width: 17px;
	height: 10px;
}

.ipart01 .content_c .item .box {
	transition: all .5s ease;
}

.ipart01 .content_c .item .tit {
	transition: .3s ease;
}

.ipart01 .content_c .item:hover .tit {
	color: #707070;
}

.ipart01 .content_c .item:hover .more {
	color: #104ecf;
}

.ipart01 .content_c .item:hover .more .icon {
	background: url(../images/anniu_jt2.png) no-repeat center;
}

.ipart01 .content_t .left:hover {
	position: relative;
	z-index: 1;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, .2);
}

.ipart01 .content_t .left {
	transition: all .5s ease;
}

.ipart01 .m_more {
	font-size: 13px;
	color: #666;
	text-align: center;
	display: none;
	margin-bottom: 10px;
}

.ipart01 .m_more .icon {
	margin-left: 10px;
	display: inline-block;
	background: url(../images/anniu_jt1.png) no-repeat center;
	width: 17px;
	height: 10px;
}

@media only screen and (max-width:1440px) {
	.ipart01 {
		padding: 60px 0;
	}

	.ipart01 .content_t .left .box {
		padding: 6% 10%;
	}

	.ipart01 .content_t .right .box .tit {
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		margin: 20px 0px;
		line-height: 30px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

	.ipart01 .content_c .item .box .tit {
		font-size: 18px;
		font-weight: bold;
		color: #222;
		margin: 20px 0 20px;
		line-height: 30px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
}

@media only screen and (max-width:1023px) {
	.ipart01 {
		padding: 0 0 30px 0;
	}

	.ipart01 .rect-788 {
		padding-bottom: 50%;
	}

	.ipart01 .rect-75 {
		padding-bottom: 50%;
	}

	.ipart01 .rect-394 {
		padding-bottom: 50%;
	}

	.ipart01 .content_t .left {
		float: none;
		width: 100%;
	}

	.ipart01 .content_t .left .box {
		padding: 10% 8%;
	}

	.ipart01 .content_t .left .box .date .d em {
		font-size: 60px;
		line-height: 1.1;
	}

	.ipart01 .content_t .left .box .txt {
		font-size: 16px;
		line-height: 28px;
	}

	.ipart01 .content_t .right {
		float: none;
		width: 100%;
	}

	.ipart01 .content_t .right .box {
		padding: 20px;
	}

	.ipart01 .content_t .right .box .tit {
		margin: 5px 0px;
		line-height: 24px;
	}

	.ipart01 .content_c .item {
		float: none;
		width: 100%;
	}

	.ipart01 .content_c .item .box {
		padding: 5% 5% 2%;
	}
}








.footer {
	width: 100%;
	padding-top: 80px;
	background: #02378e;
	font-size: 15px;
	line-height: 30px;
	color: #dddddd;
}

.footer h3 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}

.footer em {
	width: 40px;
	height: 2px;
	background-color: #fff;
	margin-bottom: 20px;
	display: block;
}


.footer .col-md-4 {
	width: 28%;
	float: left;
	margin-right: 5%;
}

.footer .col-md-4 p {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.footer .l_x {
	margin-bottom: 25px;
	line-height: 30px;
}

.footer .l_x i {
	margin-right: 5px;
}

.footer .col-md-43 {
	float: left;
	width: 30%;
}


.footer .l_y font {
	float: left;
	line-height: 46px;
	color: #FF0004;
	font-weight: bold;
}

.footer .l_y input {
	width: 48%;
	height: 47px;
	font-size: 12px;
	border-bottom: 1px solid #fff;
	line-height: 46px;
	color: #fff;
	display: block;
	float: left
}

.footer .l_y input:placeholder {
	color: #fff;
}

.footer .l_y textarea {
	width: 98%;
	margin-left: 1%;
	height: 51px;
	background: none;
	padding: 11px 0;
	border: none;
	border-bottom: 1px solid #fff;
	font-size: 12px;
	line-height: 24px;
	color: #fff;
	display: block;
	resize: none;
	margin-bottom: 20px;
	outline: none;
}

.footer .l_y textarea:placeholder {
	color: #fff;
}

.footer .l_y button {
	width: 100px;
	height: 35px;
	border-radius: 3px;
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	float: left;
	margin-right: 20px;
	margin-left: 1%;
}

.footer .l_y button.t_j {
	background-color: #02378e;
	color: #333;
}

.footer .l_y button.c_z {
	background-color: #5b5b5b;
}



.footer .s_j a {
	width: 36px;
	height: 36px;
	font-size: 18px;
	text-align: center;
	line-height: 32px;
	color: #f6f6f6;
	display: block;
	float: left;
	margin-right: 5px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.footer .s_j a:hover {
	color: #fff;
}

.footer .t_p {
	float: right;
	text-align: center;
}

.footer .t_p img {
	width: 100px;
	margin-bottom: 10px;
}

.footer .x_x {
	margin-top: 50px;
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
}

.footer .x_x .l_f {
	float: left;
}

.footer .x_x .r_t {
	float: right;
}

.footer .x_x a {
	color: #fff;
	padding-left: 10px;
}

.footer .x_x a:hover {
	color: #fff;
}

.footer .x_x span {
	padding-right: 15px;
}


.footer .col-md-42 {
	float: left;
	width: 13%;
}

.footer .col-md-42 p a {
	color: #ddd;
	line-height: 28px;
	font-size: 14px
}

.footer .col-md-42 p a:hover {
	color: #FFF;
}


.footer .col-md-41 {
	float: right;
	width: 10%;
}

.footer .lx {
	width: 100%
}

.footer .lx li {
	width: 70%;
	float: left;
}

.footer .lx li img {
	width: 90%
}

@media only screen and (max-width:1360px) {
	.footer h3 {
		font-size: 16px;
		color: #fff;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width:1023px) {
	.footer {
		padding: 30px 0px 50px 0px;
		line-height: 24px;
	}

	.footer .col-md-4 {
		width: 100%;
		float: none;
	}

	.footer .col-md-4 img {
		display: none;
	}

	.footer .col-md-43 {
		float: none;
		width: 100%;
	}

	.footer h3 {
		font-size: 16px;
		text-align: left;
	}

	.footer em {
		width: 30px;
		margin-bottom: 10px;
		margin-left: 0;
	}

	.footer .l_x {
		margin-bottom: 20px;
		line-height: 26px;
		text-align: left;
	}

	.footer .l_y input {
		width: 46%;
		height: 47px;
		font-size: 12px;
		border-bottom: 1px solid #fff;
		line-height: 46px;
		color: #fff;
		display: block;
		float: left
	}

	.footer .l_y textarea {
		width: 96%;
		margin-left: 1%;
		height: 51px;
		background: none;
		padding: 11px 0;
		border: none;
		border-bottom: 1px solid #fff;
		font-size: 12px;
		line-height: 24px;
		color: #fff;
		display: block;
		resize: none;
		margin-bottom: 20px;
		outline: none;
	}

	.footer .col-md-41 {
		display: none;
	}

	.footer .col-md-42 {
		display: none;
	}

	.footer .x_x {
		margin-top: 20px;
		padding: 20px 0;
	}

	.footer .x_x span {
		padding-right: 10px;
	}

	.footer .col-md-41 {
		float: none;
		width: 100%;
		padding-left: 0%;
	}

	.footer .x_x .l_f {
		float: none;
		text-align: center;
	}

	.footer .x_x .r_t {
		float: none;
		text-align: center;
	}
}






.e_m {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 99999;
	display: none;
}

.e_m .n_r {
	width: 200px;
	padding: 10px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

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

.e_m .n_r p {
	font-size: 15px;
	color: #888;
	margin-top: 10px;
}

@media only screen and (max-width:1023px) {
	.e_m .n_r {
		width: 230px;
		padding: 15px;
	}

	.e_m .n_r p {
		font-size: 15px;
	}
}


.pc_kf {
	width: 50px;
	position: fixed;
	right: 5px;
	bottom: 100px;
	z-index: 9;
}

.pc_kf .nr {
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	margin-bottom: 10px;
	position: relative;
}

.pc_kf .tel {
	width: 160px;
	background-color: #02378e;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	position: absolute;
	top: 0;
	right: -160px;
	opacity: 0;
}

.pc_kf .tell {
	width: 260px;
	background-color: #02378e;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	position: absolute;
	top: 0;
	right: -160px;
	opacity: 0;
}

.pc_kf .nr:hover .tel {
	right: 56px;
	opacity: 1;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.pc_kf .ewm {
	width: 130px;
	padding: 10px 10px 0;
	background-color: #02378e;
	position: absolute;
	bottom: 0;
	right: -180px;
	opacity: 0;
}

.pc_kf .ewm img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}

.pc_kf .ewm p {
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	margin-bottom: 10px;
}

.pc_kf .nr:hover .ewm {
	right: 56px;
	opacity: 1;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.pc_kf .nr a {
	display: block;
	width: 50px;
	height: 50px;
	box-shadow: 0 0 5px #ccc;
	background-color: #fff;
	overflow: hidden;
}

.pc_kf .nr i {
	color: #333;
	font-size: 24px;
	vertical-align: middle;
}

.pc_kf .fh {
	width: 50px;
	height: 50px;
	background-color: #02378e;
	text-align: center;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
}

.pc_kf .fh i {
	font-size: 30px;
	font-weight: bold;
}

@media only screen and (max-width:1023px) {
	.pc_kf {
		right: 10px;
		bottom: 10px;
	}
}

@media only screen and (max-width:640px) {
	.pc_kf {
		width: 100%;
		background-color: #02378e;
		position: fixed;
		right: 0;
		bottom: 0;
	}
.aaa{ display:none}
	.pc_kf .nr {
		width: 33.3%;
		border-right: 1px solid rgba(255, 255, 255, .1);
		font-size: 20px;
		background: none;
		box-shadow: none;
		margin-bottom: 0;
		float: left;
	}

	.pc_kf .tel {
		display: none;
	}

	.pc_kf .ewm {
		display: none;
	}

	.pc_kf .nr a {
		display: block;
		width: 100%;
		border-radius: 0;
		background-color: #02378e;
		box-shadow: none;
	}

	.pc_kf .nr i {
		color: #fff;
	}

	.pc_kf .nr a:hover i {
		color: #fff;
	}

	.pc_kf .fh {
		width: 23%;
		box-shadow: none;
		font-size: 22px;
		float: left;
	}
}

/*控制菜单的按钮*/
.index_cy {
	width: 30px;
	height: 30px;
	background: url(../images/index_cy.png);
	position: fixed;
	right: 0;
	bottom: 0;
	margin-bottom: 60px;
	background-position: 62px 0;
	cursor: pointer;
}

.index_cy2 {
	width: 30px;
	height: 30px;
	background: url(../images/index_cy.png);
	position: fixed;
	right: 0;
	bottom: 0;
	margin-bottom: 60px;
	background-position: 30px 0;
	cursor: pointer;
}






#getId {
	width: 90%;
	margin: 120px auto;
	padding: 0;
}

.tabT {
	width: 15%;
	float: left;
	padding: 0;
	margin: 0px;
	height: 400px;
}

.tab,
.tab li {
	padding: 0;
	margin: 0;
	border: none
}

.tab {
	height: 80px;
	display: block;
}

.tab li {
	display: block;
	line-height: 100px;
	padding: 0px 10px;
	text-align: center;
	cursor: pointer;
	background: #02378e;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.tab li.current {
	display: block;
	color: #fff;
	padding: 0px 10px;
	background: #8bb255;
}

.show,
hidden {
	float: left;
	width: 85%;
	text-align: left;
	height: 400px;
	background: #f6f6f6;
	padding: 60px 80px 80px 80px;
}

.hidden {
	display: none;
}

.yw1 {
	width: 100%;
}

.yw1 ul li {
	width: 28%;
	float: left;
	margin: 0 8% 0 0;
}

.yw1 ul li i {
	width: 60px;
}

.yw1 ul li i img {
	width: 70px;
}

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

.yw1 ul li h2 {
	font-size: 18px;
	font-weight: bold;
	color: #02378e;
}

.yw1 ul li h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
	color: #666;
}

.yw1 ul li p {
	font-size: 14px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.yw1 ul li a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #8bb255;
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	margin-top: 30px;
}

.yw2 {
	width: 100%;
}

.yw2 ul li {
	width: 21.25%;
	float: left;
	margin: 0 5% 0 0;
}

.yw2 ul li i {
	width: 60px;
}

.yw2 ul li i img {
	width: 70px;
}

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

.yw2 ul li h2 {
	font-size: 18px;
	font-weight: bold;
	color: #02378e;
	padding-bottom: 40px;
}

.yw2 ul li p {
	font-size: 14px;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.yw2 ul li a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #8bb255;
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	margin-top: 30px;
}

.yw3 {
	width: 100%;
}

.yw3 .left {
	width: 45%;
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #02378e;
	line-height: 60px;
}

.yw3 .left span {
	background: #8bb255;
	color: #fff;
	width: 40%;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 3%;
}

.yw3 .right {
	width: 45%;
	float: right;
	font-size: 18px;
	color: #333;
	line-height: 60px;
}


.sy_hz {
	width: 100%;
	margin: 0px auto;
	background: #f6f6f6;
	padding: 60px 0px 100px 0px !important
}

.sy_hz .zzz {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.sy_hz ul li {
	width: 15%;
	height: 100px;
	margin: 10px;
	background: #fff;
}

.sy_hz ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 10%;
}

.sy_hz ul li img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}

.sy_hz ul li:hover {
	transform: scale(1.1, 1.1);
	box-shadow: 0px 0px 10px rgba(0, 105, 199, 0.55);
	position: relative;
	z-index: 2
}


@media only screen and (max-width:1023px) {
	.sy_hz {
		padding: 30px 0px 30px 0px !important
	}

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

	.sy_hz ul li {
		width: 29%;
	}
}

@media only screen and (max-width:491px) {
	.sy_hz ul li {
		width: 49%;
		margin: 0 2% 2% 0;
	}

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