* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 14px;
	border: none;
	color: rgb(51, 51, 51);
	overflow-x: hidden;
	position: relative;
	font: "PingFang SC Regular", "Microsoft Yahei", "微软雅黑", "Arial", "Helvetica", "SimHei", "黑体", "STXihei", "华文细黑", sans-serif;
	margin: 0 auto;
	height: 100%;
	box-sizing: border-box;
}

div {
	box-sizing: border-box;
}

span:focus {
	border: none;
	outline: none;
}

div:focus {
	border: none;
	outline: none;
}

ol,
ul,
li {
	list-style: none outside none;
}

a {
	text-decoration: none
}

img {
	border: 0 none;
	max-width: 100%;
}



table,
tr,
td,
th {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

img {
	max-width: 100%;
}

input,
textarea,
button {
	padding: 0 2px;
	resize: none;
	-webkit-appearance: none !important;
	outline: none;
	border: none;
	background: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

@keyframes jello {

	from,
	11.1%,
	to {
		-webkit-transform: none;
		-moz-transform: none;
		transform: none
	}

	22.2% {
		-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
		-moz-transform: skewX(-12.5deg) skewY(-12.5deg);
		transform: skewX(-12.5deg) skewY(-12.5deg)
	}

	33.3% {
		-webkit-transform: skewX(6.25deg) skewY(6.25deg);
		-moz-transform: skewX(6.25deg) skewY(6.25deg);
		transform: skewX(6.25deg) skewY(6.25deg)
	}

	44.4% {
		-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
		-moz-transform: skewX(-3.125deg) skewY(-3.125deg);
		transform: skewX(-3.125deg) skewY(-3.125deg)
	}

	55.5% {
		-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
		-moz-transform: skewX(1.5625deg) skewY(1.5625deg);
		transform: skewX(1.5625deg) skewY(1.5625deg)
	}

	66.6% {
		-webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
		-moz-transform: skewX(-.78125deg) skewY(-.78125deg);
		transform: skewX(-.78125deg) skewY(-.78125deg)
	}

	77.7% {
		-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
		-moz-transform: skewX(0.390625deg) skewY(0.390625deg);
		transform: skewX(0.390625deg) skewY(0.390625deg)
	}

	88.8% {
		-webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		-moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
		transform: skewX(-.1953125deg) skewY(-.1953125deg)
	}

}

.inner {
	max-width: 1270px;
	margin: auto;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

img {
	max-width: 100%;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.scoll-top {
	background-color: rgba(255, 255, 255);
}

.ibox-scoll {
	animation: 850ms 350ms;
	-webkit-animation: animation: 850ms 350ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: fadedown;
	animation-name: fadedown;
}



/* 变色 */


header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 99px;
	z-index: 9;
	color: #fff;
	box-shadow: 0 2px 10px -1px rgb(220, 220, 220);
}

.top {
	position: fixed;
	right: 0;
	top: 0;
	height: 99px;
}

header a {
	color: #fff;
}

.banner img {
	float: left;
	width: 100%;
}

.banner .swiper-slide {
	position: relative;
}

.jt {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -23px;
	-webkit-animation: updown 1.4s linear infinite;
	animation: updown 1.4s linear infinite;
	cursor: pointer;
}

@-webkit-keyframes updown {
	25% {
		transform: translateY(-20px);
	}

	50%,
	100% {
		transform: translateY(0);
	}

	75% {
		transform: translateY(20px);
	}
}

/*header*/
.index-header {

	padding: 0 15px;

	height: 96px;

	transition: all 1s ease;

	position: absolute;

	z-index: 99;

	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid rgb(230, 230, 230);
}

.index-logo {
	width: 15%;
	display: flex;
}

.index-logo img {
	margin-top: 10px;
	min-width: 68px;
}

.navTel {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #000;
	font-family: 'DIN';
	font-weight: 600;
	margin-left: 2%;
}

.banner {
	padding-top: 95px;
}

.navTel img {
	margin-right: 15px;
}

.index-logo .img3 {
	display: none;
}

.index-nav-right {
	width: 85%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.index-header-right {
	width: 9%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.index-nav-con {
	width: 75%;
	display: flex;
	justify-content: flex-end;
}

.index-nav {
	width: 95%;
}

.showNav {
	cursor: pointer;
}

.index-nav li {
	transition: all 1s;
	float: left;
	width: calc(100%/6);
	text-align: center;
	box-sizing: border-box;
	font-size: 16px;
}

.index-nav li a {
	color: #000;
	display: inline-block;
	position: relative;
	transition: all 0.6s;
	letter-spacing: 1px;
}

.index-nav li:hover {}

.index-nav li a:after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	background: rgb(1, 71, 149);
	top: 62%;
	right: 50%;
	transition: all 0.6s;
	z-index: -1;
}

.scoll-top .index-nav li a:hover {
	color: rgb(1, 71, 149);
}

.sideNav .index-nav li a:hover {
	color: rgb(1, 71, 149);
}

.index-nav li a:hover:after {
	width: 100%;
	right: 0;

}

.index-nav li a:hover {
	color: rgb(1, 71, 149);
}

.on a {
	color: rgb(1, 71, 149) !important;
}

.on a::after {
	width: 100% !important;
	right: 0 !important;
}

.index-header-right a {
	display: block;
	float: left;
	margin-left: 10px;
	color: #141418;
}

.index-header-right .sousuo img {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
}


.index-nav li {
	position: relative;
	line-height: 95px;
}

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

.ibox-scoll {
	animation: 850ms 350ms;
	-webkit-animation: animation: 850ms 350ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: fadedown;
	animation-name: fadedown;
}

@-webkit-keyframes fadedown {

	from {
		-webkit-transform: translateY(-100%);
		opacity: 0;
	}

	to {
		-webkit-transform: translateY(0);
		opacity: 1;
	}

}

@keyframes fadedown {

	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}

}

.logo .img2 {
	display: none;
}

.scoll-top .logo .img1 {
	display: none;
}

.scoll-top .logo .img2 {
	display: block;
}

.scoll-top .logo .img3 {
	display: none;
}

.scoll-top.top a:link,
.scoll-top.top a:visited {
	color: #000;
}


.scoll-top .nav a:hover .txt,
.scoll-top .nav a.hov .txt {
	border-color: rgb(8, 65, 57);
}

.scoll-top .nav>li>a:before {
	border-top: 5px solid rgb(8, 65, 57);
}

.top a:active,
.top a:hover {
	color: #fff;
}

.top {
	z-index: 99999 !important;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
}

.menu-handler {
	width: 64px;
	float: right;
	height: 54px;
	display: none;
	cursor: pointer;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 25.5px auto 0;
	width: 28px;
	height: 3px;
	background-color: rgb(1, 71, 149);
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}

.menu-handler span:after,

.menu-handler span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 3px;
	left: 0;

	background-color: rgb(1, 71, 149);
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.menu-handler span:before {
	top: -9px;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-ms-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.menu-handler span:after {
	bottom: -9px;
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;

	transition-property: bottom, transform;
}

.menu-handler.active span {
	background-color: transparent;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-ms-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.menu-handler.active span:after,
.menu-handler.active span:before {
	-webkit-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s
}

.menu-handler.active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu-handler.active span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menuBox a:link,
.menuBox a:visited {
	color: #fff;
}

.menuBox a:active,
.menuBox a:hover {
	color: #fff;
}

.menuBox {
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	position: fixed;
	display: none;
	right: 0px;
	top: 0px;
	height: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	width: 400px;
	z-index: 980;
	-webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
	padding: 60px 0px 80px;
}

.menuMoblie .nav-link {
	display: block;
	font-size: 20px;
	padding: 10px 22px 10px 80px;
	position: relative;
}

.menuMoblie .cur {
	opacity: 0.9;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background-color: #e8e8e8;
}

.menuMoblie .cur .nav-link {
	color: rgb(8, 65, 57);
}

.menuMoblie .subnav {
	padding-bottom: 12px;
	display: none;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	padding: 10px 22px 10px 80px;
	line-height: 1.4;
	color: #333333;
	font-size: 15px;
}

.pusher-black {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 900;
	visibility: hidden;
	filter: alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
	-moz-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
	-ms-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
	-o-transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
	transition: all .2s cubic-bezier(.02, .01, .47, 1) 0s;
}

.menuOpen .pusher-black {
	visibility: visible;
	filter: alpha(enabled=false);
	opacity: 1;
}

.menuOpen .menuBox {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0)
}


@-webkit-keyframes scaleUpDown {

	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

@keyframes scaleUpDown {

	from {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

}

.index-header-right a {
	display: block;
	float: left;
	margin-left: 10px;
	color: #141418;
}

/* 关于我们 */
.readMore {
	width: 260px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	height: 65px;
	line-height: 65px;
	font-family: 'DIN';
	display: inline-block;
}

.readMore .w {
	background: rgb(1, 71, 149);
	position: relative;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	pointer-events: none;
	border-radius: 40px;
}

.readMore .f {
	background: rgb(1, 71, 149);
	color: #fff;
	display: flex;
	justify-content: center;
	border-radius: 40px;
	align-items: center;
}

.readMore .t {
	padding: 0 15px;
	border-radius: 5px;
	position: absolute;
	border: 1px solid rgb(1, 71, 149);
	width: 100%;
	height: 100%;
	left: 0;
	display: flex;
	justify-content: center;
	color: rgb(1, 71, 149);
	top: -48px;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 40px;
	align-items: center;
}

.readMore:hover .w {
	-webkit-transform: translateY(30px) translateZ(-30px) rotate3d(1, 0, 0, -90deg);
	transform: translateY(30px) translateZ(-30px) rotate3d(1, 0, 0, -90deg);
}

.readMore span {
	margin-left: 10px;
}

.readMore .f span {
	display: inline-block;
	width: 22px;
	height: 14px;
	background-image: url(../images/r1.png);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 2px;
}

.readMore .t span {
	margin-top: 2px;
	display: inline-block;
	width: 22px;
	height: 14px;
	background-image: url(../images/r2.png);
	background-repeat: no-repeat;
	background-size: cover;
}

/* 关于我们 */
.About {
	padding-top: 80px;
	padding-bottom: 90px;
	position: relative;

}

.abg {
	position: absolute;
	right: 0%;
	bottom: 70px;
	top: 70px;
	z-index: -1;
}

.aboutBox {
	display: flex;
	position: relative;
	z-index: 99;
}

.aboutDesc {
	width: 48%;
	margin-right: 2%;
}

.a1 {
	font-size: 42px;
	color: #000;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

.a2 {
	font-size: 32px;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

.a3 {
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 45px;
	margin-bottom: 60px;
}

.aboutAdv {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0 80px 0;
}

.advSame {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.advPic {
	margin-right: 7%;
}

.adv1 {
	font-size: 50px;
	color: rgb(1, 71, 149);
	font-family: 'DIN';
}

.adv2 {
	color: rgb(102, 102, 102);
	letter-spacing: 1px;
}

/* 产品中心 */
.Product {
	background: url(../images/ductbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 860px;
	padding-top: 110px;
	padding-bottom: 75px;
}

.ductBox {
	position: relative;
}

.ductDesc {
	position: relative;
	background: rgb(1, 71, 149);
}

.ductDesc::after {
	position: absolute;
	content: '';
	left: -25%;
	top: 0;
	height: 100%;
	right: 0;
	background: rgb(1, 71, 149);
	z-index: -1;
}

.ductBox .swiper-button-prev {
	right: 50px;
	left: auto;
}

.ductBox .swiper-button-next {
	right: -5px;
}

.ductBox .swiper-button-prev,
.ductBox .swiper-button-next {
	top: auto;
	bottom: -10px;
}

.ductBox .swiper-button-prev:after,
.ductBox .swiper-button-next:after {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.ductBox .swiper-container-horizontal>.swiper-pagination-progressbar {
	width: 88%;
	top: auto;
	bottom: 10px;
	height: 2px;
}

.ductBox .swiper-pagination-progressbar {
	background: rgba(255, 255, 255, 0.1);
}

.ductBox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: rgba(255, 255, 255, 0.6);
}

.product {
	font-size: 80px;
	color: rgb(255, 255, 255, 0.2);
	letter-spacing: 1px;
	position: absolute;
	top: -50px;
	right: 50px;
	font-weight: 600;
}

.ductBox .swiper-slide {
	display: flex;
	padding-bottom: 200px;
}

.ductPic {
	width: 42%;
	overflow: hidden;
}

.ductPic .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
	position: absolute;
	top: 26vw;
	display: flex;
	justify-content: center;
	width: 100%;
	z-index: 99;
}

.ductPic .hd ul li {
	float: left;
	margin: 0 6px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	text-align: center;
	background: rgba(170, 170, 170, 0.5);
	cursor: pointer;
}

.ductPic .hd ul li.on {
	background: #000;
	color: #fff;
}

.ductPic img {

	padding: 15px 8px 3px 12px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.ductDesc {
	width: 80%;
	position: relative;
	padding: 50px 0 65px 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	top: 110px;
}

.dMore {
	position: absolute;
	right: 50px;
	font-family: 'DIN';
	top: -40px;
}

.dMore {
	z-index: 9;
	width: 80px;
	height: 80px;
	background: #fff;
	font-size: 18px;
	color: rgb(1, 71, 149);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	animation: updown 1.6s linear infinite;
}

@-webkit-keyframes updown {
	25% {
		transform: translateY(-10px);
	}

	50%,
	100% {
		transform: translateY(0);
	}

	75% {
		transform: translateY(10px);
	}
}

.dMore:after {
	content: "";
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 80px;
	height: 80px;
	background: transparent;
	/* background: #7e9ec3; */
	background: rgba(220,220,220, 0.8);
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: warn 2s linear 0s infinite;
	-moz-animation: warn 2s linear 0s infinite;
	animation: warn 2s linear 0s infinite;
	opacity: 0.4;
}

@keyframes warn {

	0% {

		transform: scale(0.5);

		opacity: 0;

	}

	25% {

		transform: scale(1);

		opacity: 0.4;

	}

	50% {

		transform: scale(1.2);

		opacity: 0.8;

	}

	75% {

		transform: scale(1.3);

		opacity: 0.4;

	}

	100% {

		transform: scale(1.4);

		opacity: 0;

	}

}

.ductIntro {
	padding-left: 1vw;
}

.ductName {
	letter-spacing: 1px;
	font-size: 36px;
	color: #fff;
	font-weight: 600;
}

.ductTail {
	margin-top: 50px;
}

.ductTail li {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	letter-spacing: 1px;
	line-height: 33px;
	margin-bottom: 15px;
}

.ductTail li span {
	font-weight: 600;
	color: #fff;
}

/* footer */
footer {
	background: rgb(52, 53, 57);
}

.footEnd {
	padding: 40px 0 30px 0;
	display: flex;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.footLink {
	display: flex;
	width: 45%;
	justify-content: space-between;
}

.footEnd a {
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	transition: all 0.7s;
}

.footEnd a:hover {
	transform: translateY(7px);
}

.footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0 20px 0;
}

.footRess p {
	font-family: 'DIN';
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 18px;
}

.footRess p:last-child {
	margin-bottom: 0;
}

.footRess p span {
	margin-right: 20px;
}

.footEwm>p:nth-child(1) {
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
}

.footEwm>p:nth-child(2) {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	text-align: center;
}

/* 新闻中心 */
.News {
	background: rgb(245, 248, 251);
	padding-bottom: 65px;
}

.pubTit {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pubTit>p:nth-child(1) {
	font-size: 44px;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: 15px;
}

.pubTit>p:nth-child(2) {
	font-size: 16px;
	letter-spacing: 1px;
	color: rgb(51, 51, 51);
}

.newsBox {
	display: flex;
}

.newsBox>a:nth-child(3) {
	margin-right: 0;
}

.newsCommon {
	width: 31.7%;
	margin-right: 2.5%;
}

.newsPic {
	overflow: hidden;
	position: relative;
}

.newsPic img {
	float: left;
}

.newsPic::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
	transition: all 0.8s;
}

.newsCommon:hover .newsPic::before {
	animation: gradient-rectangle 1s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.newsCommon:hover .newsPic img {
	transform: scale(1.1);
}

.newsPic img {
	transition: all 0.6s;
	float: left;
}

.newsDesc {
	position: relative;
}

.newsDesc::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: rgba(37, 67, 185, 1);
	transition: all 0.8s;
}

.n1,
.n2,
.n3 {
	transition: all 0.6s;
	position: relative;
	z-index: 9;
}

.newsCommon:hover .n1,
.newsCommon:hover .n2,
.newsCommon:hover .n3 {
	color: #fff;
}

.newsCommon:hover .newsDesc::after {
	width: 100%;
}

.newsDesc {
	padding: 35px 30px;
	background: #FFF;
}

.n1 {
	font-size: 22px;
	color: rgb(51, 51, 51);
	margin-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.n2 {
	font-size: 15px;
	color: rgb(136, 136, 136);
	line-height: 32px;
	margin-bottom: 30px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;

}

.n3 {
	font-size: 16px;
	color: rgb(51, 51, 51);
	margin-bottom: 5px;
	font-family: 'DIN';
}

/* 产品中心 */
.Side {
	background: rgb(245, 245, 245);
	padding-top: 50px;
	padding-bottom: 80px;
}

.sideBox {
	display: flex;
}

.sideLeft {
	width: 22%;
	margin-right: 3%;
}

.Quick {
	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);
	margin-bottom: 35px;
}

.quTit {
	padding: 25px 0;
	text-align: center;
	background: rgb(1, 71, 149);
	letter-spacing: 1px;
	font-size: 26px;
	color: #fff;
	border-radius: 8px 8px 0 0;
}

.quBox {
	padding: 10px 0 6px 0;
	background: rgb(237, 245, 255);
}

.quSame {
	display: flex;
	align-items: center;
	width: 100%;
}

.quSame {
	font-size: 18px;
	color: rgb(51, 51, 51);
	letter-spacing: 1px;
	margin-bottom: 12px;
	font-weight: 600;
	transition: all 0.6s;
	position: relative;
}

.quSame span {
	display: inline-block;
	width: 8px;
	height: 58px;
	background: rgb(229, 229, 229);
	margin-right: 50px;
	transition: all 0.6s;
}

.quBox on {
	color: rgb(1, 71, 149);
}

.quSame::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 8px;
	height: 0;
	background: rgb(1, 71, 149);
	transition: all 0.5s;
}

.quBox .on::after {
	content: '';
	position: absolute;
	left: 0;
	width: 8px;
	height: 58px;
	background: rgb(1, 71, 149);
}

.quSame:hover::after {
	height: 58px;
}

.quSame:hover {
	color: rgb(1, 71, 149);
}


.sideRight {
	width: 75%;
	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);
	padding-left: 40px;
	padding-right: 40px;
	background: #fff;
	padding-bottom: 10px;
}

.localAt {
	display: flex;
	align-items: center;
	padding: 30px 0;
}

.localAt img {
	margin-right: 6px;
}

.localAt p,
.localAt a {
	color: rgb(136, 136, 136);
	font-size: 15px;
	transition: all 0.5s;
	margin: 0 4px;
}

.localAt a:hover {
	color: rgb(1, 71, 149);
}

/* 换页 */
.swtichPage {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	padding-bottom: 60px;
}

.swtichPage a {
	margin-right: 15px;
	padding: 8px 15px;
	border-radius: 10px;
	font-size: 17px;
	transition: all 0.6s;
	color: rgb(85, 85, 85);
	box-sizing: border-box;
	display: inline-block;
	transition: all 0.8s;
	font-family: 'DIN';
	border-radius: 5px;
}

.sideWord {
	width: 100%;
	text-align: right;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

.sideWord>p:nth-child(1) {
	font-size: 3vw;
	letter-spacing: 2px;
	margin-bottom: 20px;
	color: #fff;
	position: absolute;
	bottom: 50%;
}

.sideWord>p:nth-child(2) {
	font-size: 2vw;
	letter-spacing: 1px;
	font-family: 'DIN';
	color: #fff;
	position: absolute;
	bottom: 42%;
}

.swtichPage>a:last-child {
	margin-right: 0;
	border: none;
}

.swtichPage>a:first-child {
	border: none;
	margin-right: 12px;
}

.swtichPage a:hover {
	background: rgb(1, 71, 149);
	color: #fff;
	border: none;
}

.cy {
	background: rgb(1, 71, 149) !important;
	color: #fff !important;
}

.Icle {
	display: flex;
	flex-wrap: wrap;
}

.Icle>a:nth-child(2n+2) {
	margin-right: 0;
}

.IcleCommon {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
	transition: all 0.8s;
}

.IcleCommon .IclePic img {
	transition: all 0.8s;
	float: left;
}

.IclePic {
	overflow: hidden;
	position: relative;
	transition: all 0.8s;
}

.IclePic::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
}

.IcleCommon:hover .IclePic::before {
	animation: gradient-rectangle 1s;
	animation-delay: 0s;
	-webkit-animation-timing-function: cubic-bezier(0, 0, 0.18, 0.96);
}

.IcleCommon:hover .IclePic img {
	transform: scale(1.1);
}

.IclePic img {
	float: left;
}


.iword {
	padding: 18px 20px;
	background: rgb(245, 245, 245);
	text-align: center;
	font-size: 20px;
	color: #000;
	letter-spacing: 1px;
	transition: all 0.8s;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.iword::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	background: rgba(1, 71, 149, 1);
	transition: all 0.6s;
}

.iword span {
	position: relative;
	z-index: 9;
	transition: all 0.6s;
}

.IcleCommon:hover .iword::after {
	width: 100%;
}

.IcleCommon:hover span {
	color: #fff;
}


.Sign {
	margin-bottom: 40px;
}

.usTit {
	padding: 27px 20px;
	text-align: center;
	background: rgb(1, 71, 149);
	letter-spacing: 1px;
	font-size: 26px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.usTit>p:nth-child(1) {
	font-size: 24px;
	letter-spacing: 1px;
}

.usTit>p:nth-child(2) {
	font-size: 20px;
	font-family: 'DIN';
}

.usBox {
	background: rgb(237, 245, 255);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 30px 0 35px 0;
}

.usBox>p:nth-child(1) {
	font-size: 17px;
	letter-spacing: 1px;
	color: #000;
	margin-bottom: 6px;
}

.usBox>p:nth-child(2) {
	font-size: 28px;
	color: #000;
	margin-bottom: 10px;
	font-family: 'DIN';
	margin-bottom: 25px;
	text-align: center;
}

.usBox>p:nth-child(4) {
	margin-top: 8px;
	font-size: 14px;
	color: rgb(102, 102, 102);
}

/* 招贤纳士 */

.joinUs {
	border: 1px solid rgb(220, 220, 220);
	align-items: center;
	border-top: none;
	border-left: none;
	border-right: none;
	position: relative;
}

.joinUs_left {
	padding: 35px 5px 30px 5px;
	font-size: 22px;
	letter-spacing: 1px;
	color: rgb(51, 51, 51);
}

.joinUs_right {
	display: flex;
}

.joinNeed {
	display: flex;
	flex-wrap: wrap;
	padding-left: 5px;
	width: 90%;
}

.joinNeed p {
	font-size: 16px;
	color: rgb(51, 51, 51);
	margin-bottom: 30px;
	font-family: 'DIN';
	letter-spacing: 1px;
	border-right: 2px solid rgb(120, 120, 120);
	line-height: 16px;
	padding: 0 25px;
}

.joinNeed p:first-child {
	padding-left: 0;
}

.joinNeed>p:nth-child(4),
.joinNeed>p:nth-child(5),
.joinNeed>p:nth-child(6) {
	margin-bottom: 0;
}

.joinOpen {
	width: 8em;
	padding: 10px;
	background: rgb(237, 245, 255);
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
	color: #000;
	position: absolute;
	right: 0;
	top: 35px;
	transition: all 0.5s;
	cursor: pointer;
}

.joinOpen:hover {
	background: rgb(1, 71, 149);
	color: #fff;
}

.joinOpen img {
	margin-left: 5px;
}

.jobDetail {
	padding: 30px 10px;
	border: 1px solid rgb(220, 220, 220);
	border-top: none;
	display: none;
	border-left: none;
	border-right: none;
}


.jobDuty_common p {
	color: rgb(102, 102, 102);
	font-size: 15px;
	letter-spacing: 1px;
	margin-bottom: 18px;
	line-height: 26px;
}

.jobContact {
	margin-top: 80px;
	display: flex;
	margin-bottom: 10px;
}

.jobContact p {
	margin-right: 30px;
	font-size: 20px;
	color: rgb(239, 129, 0);
}

.joinIn a {
	width: 160px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	border-radius: 5px;
	text-align: center;
	background: rgb(0, 97, 174);
	display: inline-block;
	margin-top: 50px;
}

.joinCommonTop>div:nth-child(1) {
	border-top: 1px solid rgb(220, 220, 220);
}

.joinTit {
	padding-bottom: 30px;
	font-size: 30px;
	color: #003f98;
	letter-spacing: 1px;
	font-weight: 600;
}

.joinTit span {
	font-family: 'DIN';
	font-size: 20px;
	letter-spacing: 0px;
	color: rgb(51, 51, 51);
	font-weight: normal;
	margin-left: 20px;
}

/* 合作伙伴 */
.withPart {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.withPart p:nth-child(3n+3) {
	margin-right: 0;
}

.withPart p {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 3%;
	padding: 20px;
	border: 2px solid rgb(235, 235, 235);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.8s;
	cursor: pointer;
}

.withPart p:hover {
	box-shadow: 1px 1px 10px 1px rgb(220, 220, 220);
	transform: scale(0.94);
}

.withPart p:hover img {
	transform: rotateY(180deg);
}

.withPart p img {
	max-height: 70px;
	transition: all 0.6s;
}

/* 新闻详情 页*/
.Detail {
	background: #fff;
}

.deTitle {
	padding-top: 15px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgb(235, 235, 235);
}

.title1 {
	font-size: 25px;
	color: #000;
	letter-spacing: 1px;
	font-family: 'DIN';
	text-align: center;
}

.deMore {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.title2 span {
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	font-family: 'DIN';
	margin-right: 30px;
}

.detailBox {
	padding-top: 30px;
	padding-bottom: 30px;
}

.detailBox p {
	font-size: 15px;
	color: rgb(51, 51, 51);
	font-family: 'DIN';
	line-height: 2;
	 
}

.newsDevide {
	padding-top: 40px;
	padding-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgb(220, 220, 220);
}

.newsLink {
	width: 75%;
	margin-right: 5%;
}

.newsLink a {
	font-size: 15px;
	color: rgb(51, 51, 51);
	font-family: 'DIN';
	margin-bottom: 15px;
	display: inherit;
	transition: all 0.8s;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.newsLink a:hover {
	color: rgb(1, 71, 149);
	transform: translateX(15px);
}

.newsLink a:nth-child(2) {
	margin-bottom: 0;
}

.backTo {
	width: 150px;
	text-align: center;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	height: 48px;
	line-height: 48px;
}

.backTo .w {
	background: rgb(1, 71, 149);
	position: relative;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	pointer-events: none;
	border-radius: 5px;
}

.backTo .f {
	background: rgb(1, 71, 149);
	color: #fff;
	display: flex;
	justify-content: center;
	border-radius: 5px;
}

.backTo span {
	margin-left: 10px;
}

.backTo .t {
	padding: 0 15px;
	border-radius: 5px;
	position: absolute;
	background-color: rgb(1, 71, 149));
	border: 1px solid rgb(1, 71, 149);
	width: 100%;
	height: 100%;
	left: 0;
	display: flex;
	justify-content: center;
	color: rgb(1, 71, 149);
	top: -48px;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 5px;
}

.backTo:hover .w {
	-webkit-transform: translateY(30px) translateZ(-30px) rotate3d(1, 0, 0, -90deg);
	transform: translateY(30px) translateZ(-30px) rotate3d(1, 0, 0, -90deg);
}

/* 新闻页 */
.botSame {
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid rgb(227, 227, 227);
	display: flex;
	transition: all 0.6s;
}

.botSame:hover {
	border: 1px solid rgb(1, 71, 194);
	transform: translateY(5px);
}

.botSame:hover .bot1 {
	color: rgb(1, 71, 194);
}

.botSame:hover .bot3 {
	color: rgb(1, 71, 194);
}

.botPic {
	width: 30%;
	margin-right: 3%;
	overflow: hidden;
	transition: all 0.6s;
}

.botSame:hover .botPic img {
	border-radius: 0 2pc 0 2pc;
}

.botPic img {
	transition: all 0.6s;
}

.botDesc {
	width: 67%;
	padding: 5px 0;
	position: relative;
}

.bot1 {
	font-size: 18px;
	color: #000;
	font-weight: 600;
	margin-bottom: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.6s;
}

.bot2 {
	font-size: 14px;
	color: rgb(102, 102, 102);
	line-height: 26px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.bot3 {
	position: absolute;
	bottom: 10px;
	font-size: 16px;
	color: #000;
	font-family: 'DIN';
	transition: all 0.6s;
}

.Bot {
	margin-top: 10px;
	margin-bottom: 40px;
}

.ductPic {
	position: relative;
}
