body {
	color: #333333;
	background-color: rgb(246, 246, 246);
}

li {
	list-style: none;
}


.header-nav {
	position: fixed;
	background: #fff;
	width: 100%;
	box-shadow: 1px 0 4px rgb(0 0 0 / 20%);
	z-index: 999;
	top: 0;
	left: 0;
	right: 0;
}

.main-cont {
	width: 1280px;
	margin: 0 auto;
}

.logo-img {
	margin-top: 14px;
}

.logo_main {
	height: 94px;
	width: 1280px;
	margin: 2px auto;
}

.navigationlist {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	border-radius: 12px;
	margin-right: 260px;
}

.navigationlist li {
	line-height: 50px;
	font-size: 18px;
	color: #666666;
	cursor: pointer;
	margin: 13px 50px 0 0;
	float: left;
}

.navigationlist li a {
	color: #666;
}

.navigationlist li a:hover {
	color: #00b2ff !important;
	display: block;
	height: 100%;
	border-bottom: 3px solid #07c3f2;
}

/* 咨询弹窗 */
.service-list {
	width: 54px;
	background-color: #ffffff;
	box-shadow: 0px 2px 8px 0px rgb(82 82 82 / 10%);
	position: fixed;
	right: 2%;
	top: 55%;
	z-index: 999;
}

.qq-service {
	padding: 10px 11px;
	border-bottom: 1px solid #e3e3e3;
	transition: 0.6s;
	display: block;
	text-align: center;
	cursor: pointer;
}

.qq-service i {
	font-size: 30px;
}

.qq-service:hover {
	background: #00b2ff;
}

.qq-service:hover i {
	color: #fff;
}

.service-list-title {
	width: 215px;
	background-color: #ffffff;
	box-shadow: 0px 2px 8px 0px rgb(82 82 82 / 21%);
	padding: 14px 15px;
	z-index: 999;
	display: none;
	text-align: left;
}

.service-list-title img {
	width: 100px;
}

.service-list-title p {
	font-size: 26px;
	color: #00b2ff;
	padding: 0.2em 0;
}

.service-list-title div {
	width: 100px;
	line-height: 20px;
	margin-top: 18px;
	font-size: 14px;
}

.service-post {
	position: absolute;
	right: 137%;
	top: -25%;
}

.service-post1 {
	position: absolute;
	right: 137%;
	top: 7%;
}

.service-post2 {
	position: absolute;
	right: 137%;
	top: 40%;
}

.service-list-title div:first-child {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 15px solid #ffffff;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: -10px;
	top: 60px;
}

.qq-service:hover .service-list-title {
	display: block;
}


/* 搜索框 */
div.search {
	padding: 26px 0;
}

form {
	position: relative;
}

.search form {
	height: 30px;
}

.search form {
	height: 40px;
}

.search input {
	height: 100%;
	width: 210px;
	border-radius: 20px;
	border: 1px solid #dcdada !important;
	position: absolute;
	top: 0;
	right: 30px;
	z-index: 2;
	background: rgb(246, 246, 246);
	padding-left: 14px;
}

.search button {
	background: white;
	border: 1px solid #dcdada !important;
	border-radius: 0 30px 30px 0;
	height: 42px;
	width: 42px;
	position: absolute;
	top: 0px;
	right: 30px;
	z-index: 99;
	cursor: pointer;
	color: #00b2ff;
}

.search button:hover {
	background: #00b2ff;
	color: #fff;
}

.search input:focus button {
	z-index: 99;
}

.banner {
	height: 800px;
	width: 100%;
	max-width: 1920px;
	min-width: 1280px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#top-swiper >.swiper-wrapper > .swiper-slide {
	min-width: 1280px;
}

.banner img {
	object-fit: cover;
	height: 800px;
	width: 100%;
}


.banner div i {
	font-size: 28px !important;
	color: #ffffff;
	cursor: pointer;
}

.code-btn {
	background: white;
	border: 1px solid #e3e3e3;
	border-radius: 30px;
	height: 28px;
	width: 28px;
	cursor: pointer;
	margin: 34px 70px 0 0;
	position: relative;
	text-align: center;
	line-height: 28px;
}

.code-btn div {
	display: none;
	z-index: 1;
}

.code-btn div div:nth-child(1) {
	width: 0;
	height: 0;
	border: 17px solid;
	border-color: #ffffff;
	position: absolute;
	top: 16px;
	left: -4px;
}

.code-btn div div:nth-child(2) {
	width: 130px;
	height: 130px;
	background-color: #ffffff;
	position: absolute;
	top: 50px;
	left: -50px;
	border-radius: 8px;
}

.foot-nav {
	color: #ffffff !important;
}

.foot-nav:hover {
	color: #00b2ff !important;
}

.case-hide {
	display: block;
}

.list-cont > a > div {
	width: 41.4%;
	height: 100px;
	padding: 34px 40px !important;
	margin: 14px 15px;
	box-shadow: 0px 0px 12px 0px rgba(204, 204, 204, 0.70);
	background: #ffffff;
}

.list-cont > a > div:hover {
	box-shadow: 0px 0px 12px 0px rgba(176, 176, 176, 1.0);
}

.list-cont > a > div i {
	font-size: 22px;
	cursor: pointer;
}

.list-cont > a > div i:hover {
	color: #00b2ff;
}

.pagination {
	margin: 40px 40px 40px 0px;
	float: right;
}

.pagination li {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	margin-left: 10px;
	cursor: pointer;
	border: 1px solid rgba(176, 176, 176, 0.3);
}

.pagination a {
	display: block;
	width: 100%;
	height: 100%;
}

.pagination li:hover {
	color: #fff;
	background: #00b2ff !important;

}

.pagination li:hover a {
	color: #ffffff !important;

}

.high {
	overflow: hidden;
}

.navigationlist-tit {
	width: 100%;
	/* display: none; */
	background-color: #ffffff;
	z-index: 1;
	position: absolute;
	top: 100px;
	left: 0;
}

.navigationlist-tit > .main {
	padding-top: 4px;

}

.navigationlist-tit ul li {
	margin: 24px 76px;
	font-size: 18px;
	line-height: 6px;

}

.navigationlist-tit ul li:hover {
	color: #00b2ff;
	cursor: pointer;
}

.navigationlist-tit > div > div:first-child {
	padding-top: 40px;
}

.navigationlist-tit > div > div:last-child {
	background-color: rgb(246, 246, 246);
	width: 55%;
	padding: 36px 0 36px 36px;
}

.nav-tit-int {
	width: 360px;
}

.nav-tit-int p {
	display: block;
	font-size: 15px;
	line-height: 24px;
	padding: 0 !important;
}

.nav-tit-int h1 {
	font-size: 26px;
}

.nav-tit-int div {
	background-color: #00b2ff;
	width: 110px;
	height: 44px;
	text-align: center;
	font-size: 15px;
	line-height: 44px;
	color: #ffffff;
	cursor: pointer;
	margin-top: 20px;
}

.navigationlist-tit img {
	width: 280px;
	margin: 40px 30px;
}

.main-nav {
	min-width: 1280px;
	background-color: #ffffff;
	border: 1px solid #dcdada;
}

.secondary-nav {
	width: 1280px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
}

.groupInt {
	background-color: #ffffff;
	margin-top: 40px;
	margin-bottom: 72px;
}

.secondary-nav1 {
	max-width: 240px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.secondary-nav1 a {
	font-size: 16px;
}

.secondary-nav1 a:first-child {
	font-weight: bold;
	font-size: 18px;
}

.secondary-nav > div i:first-child {
	font-size: 16px;
}

.secondary-nav1 a i {
	font-size: 16px;
}

.secondary-nav > div i {
	font-size: 18px;
	font-style: normal;
}

.secondary-nav2 {
	padding: 0;
}

.secondary-nav2 li {
	font-size: 14px;
	margin-left: 0px;
	padding: 0px 0px;
}

.secondary-nav2 li:hover {
	border-bottom: 2px solid #00b2ff;
}

.secondary-nav2 li div {
	padding: 0 10px;
}

.secondary-nav2 li div a {
	color: #333;
}

.company-tit {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	padding-top: 52px;
}

.foot {
	background-color: #444444;
	width: 100%;
	min-width: 1280px;
	height: 200px;
	font-size: 14px;
}

.footInf {
	margin: 2px auto;
	padding: 0;
}

.foot-nav1 {
	margin: 24px 32px 24px 0;
}

.foot-btn {
	margin-top: 5px;
	margin-left: 220px;
}

.foot-btn1 {
	width: 252px;
	height: 50px;
	background-color: #4d4d4d;
	margin-top: 10px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
}

.foot-img {
	margin-top: 33px;
	margin-left: 50px;
	color: #ffffff;
	text-align: center;
}

.foot-img img {
	width: 120px;
	height: auto;
	object-fit: cover;
}

.foot-company {
	width: 100%;
	min-width: 1280px;
	background-color: #020202;
	color: #666;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}

.zizhi {
	width: 100%;
	height: 100%;
	transition: all .3s;
	padding-bottom: 20px;
}

.zizhi li {height: 50px;display: block}
.zizhi:hover {
	transform: scale(1.1);
}

.zihi-list {
	width: 300px;
	margin: 10px;
	overflow: hidden;
}

.activeNews {
	border-bottom: 2px solid #00b2ff;
}

.hide-back {
	background-color: #00b2ff !important;
}

.hide-back > a {
	color: #fff !important;
}

.dep div:hover {
	background-color: #00b2ff;
}

.dep div:hover a {
	color: #fff !important;
}

.active {
	background: #00b2ff !important;
	color: #fff;
}

.actives {
	color: #00b2ff !important;
	display: block;
	height: 100%;
	border-bottom: 3px solid #00b2ff;
}

.neirong {
	background: #fff;
	padding: 0 50px 25px 50px;
}

.nr-content {
	padding-left: 15px;
	padding-right: 15px;
	/*color: #666666;*/
}

.neirong-info {
	font-size: 1em !important;
	line-height: 2;
	color: #666;
	text-align: center;
	border-bottom: 2px solid #999;
}

.neirong p {
	line-height: 1.75;
	font-size: 16px;
}

.page-nav {
	font-size: 16px;
	overflow: hidden;
	cursor: pointer;
	margin-top: 50px;
}

.page-nav p, .page-nav a {
	font-size: 14px;
	color: #999;
}

.page-nav p:hover {
	color: #00b2ff;
}

.page-nav p:hover a {
	color: #00b2ff;
}


.banner-top-1 {
	width: 100%;
	min-width: 1280px;
	height: 320px;
	background-color: #ca090f2b;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	animation: scale 0.5s;
	background-size: 100% 100%;
}

.pixel {
	z-index: 1;
	position: absolute;
	text-align: center;
	width: 640px;
	height: 100%;
	top: 100px;
	left: 320px;
	animation: bounce 0.5s backwards;
}

.pixel h1 {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 40px;
	letter-spacing: -2px;
	font-weight: 900;
	padding-left: 5px;
	text-align: left;
	letter-spacing: 3px;
}

.pixel h2 {
	font-size: 2.4rem;
	color: #fff;
	text-align: left;
}

.pixel h2 small {
	font-size: 1.7rem;
	color: #f5981f;
	font-weight: lighter;
}

.pixel h2 small em {
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
}

.pixel h1:before,
.pixel h1:after {
	/* content: attr(data-text); */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	background: transparent;
	color: #fff;
	clip: rect(0, 900px, 0, 0);
}

.pixel h1:before {
	left: 5px;
	text-shadow: 1px 0 red;
	animation: moving 4s infinite linear alternate-reverse;
}

.pixel h1:after {
	left: 3px;
	text-shadow: -1px 0 green;
	animation: moving 3s infinite linear alternate-reverse;
}

.pixel1 {
	position: absolute;
	top: 17px;
	left: 176px;
}

.pixel1 a {
	font-size: 28px;
	color: #f5981f;
}

.pixel1 span {
	font-size: 32px;
	color: #fff;
}

.pixel p {
	color: #fff;
	font-size: 16px;
	letter-spacing: -2px;
	padding-left: 5px;
	text-align: left;
	letter-spacing: 4px;
	line-height: 29px;
}

@keyframes moving {
	0% {
		clip: rect(82px, 9999px, 28px, 0);
	}

	6.66667% {
		clip: rect(14px, 9999px, 31px, 0);
	}

	13.33333% {
		clip: rect(21px, 9999px, 73px, 0);
	}

	20% {
		clip: rect(49px, 9999px, 97px, 0);
	}

	26.66667% {
		clip: rect(34px, 9999px, 24px, 0);
	}

	33.33333% {
		clip: rect(71px, 9999px, 80px, 0);
	}

	40% {
		clip: rect(96px, 9999px, 24px, 0);
	}

	46.66667% {
		clip: rect(1px, 9999px, 74px, 0);
	}

	53.33333% {
		clip: rect(49px, 9999px, 38px, 0);
	}

	60% {
		clip: rect(8px, 9999px, 88px, 0);
	}

	66.66667% {
		clip: rect(53px, 9999px, 100px, 0);
	}

	73.33333% {
		clip: rect(21px, 9999px, 64px, 0);
	}

	80% {
		clip: rect(47px, 9999px, 94px, 0);
	}

	86.66667% {
		clip: rect(70px, 9999px, 46px, 0);
	}

	93.33333% {
		clip: rect(69px, 9999px, 80px, 0);
	}

	100% {
		clip: rect(11px, 9999px, 74px, 0);
	}
}


@keyframes bounce {

	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}

	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.container {width: 1280px}