﻿@charset "utf-8";

/* webkit, opera, IE9 */

body,
html {
	min-width: 1200px;
}

::selection {
	background: rgba(16, 132, 255, 1);
}


/* mozilla firefox */

::-moz-selection {
	background: rgba(16, 132, 255, 1);
}

* {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.header {
	width: 100%;
	/*position: fixed;*/
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	height: 59px;
	border-bottom: 1px solid rgba(236, 247, 255, 0.2);
	/*background: rgba(0,0,0,0.2);*/
}

.header.topHide{
	top: -60px;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	position: fixed;
}

.header.topShow{
	top: 0;
	/*background: #1084FF;*/
}
.header:hover {
	/*background: none;*/
}
.header.stop{
	top: 0
}
.header.hover,
.header.top {
	background: #1084FF;
	box-shadow: 10% 4px 20px #1084FF;
}

.header.hover .logo {
	background: url(../images/logo2.png) no-repeat;
}

.header.hover .header-nav li a {
	color: #ffffff;
}

.header.hover .header-nav .icon:after {
	background: url(../images/icon-down.png) no-repeat;
}

.header.top .logo {
	background: url(../images/logo2.png) no-repeat;
}

.header.top .header-nav li a {
	color: #ffffff;
}

.header.top .header-nav .icon:after {
	background: url(../images/icon-down.png) no-repeat;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}

.header .logo {
	width: 135px;
	height: 46px;
	margin-top: 6px;
	display: block;
	background: url(../images/logo.png) no-repeat;
}

.header.top {
	/*background: rgba(0, 0, 0, 0.2);*/
}

.header-nav li {
	margin: 0 30px;
	position: relative;
	float: left;
}

.header-nav li>a {
	display: block;
	padding: 20px 30px;
	position: relative;
}

.header-nav li .sub {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: -100px;
	width: 170px;
	padding: 20px 0 20px 30px;
	background: #fff;
	box-shadow: 0px 0 15px rgba(16, 132, 255, 0.15);
}

.header-nav li.hover .sub,
.header-nav li:hover .sub {
	opacity: 1;
	visibility: visible;
	top: 70px;
}

.header-nav li .sub:after {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	width: 0;
	content: ' ';
	height: 0;
	top: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.header-nav li .sub .item {
	float: left;
	width: 80px;
	font-size: 14px;
	color: #3f4a78;
	padding: 8px 0;
}

.header-nav li .sub2 {
	width: 195px;
	margin-left: -127px;
	padding-left: 30px;
	padding-right: 30px;
}

.header-nav li .sub3 {
	width: 120px;
	margin-left: -60px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.header-nav li .sub4 {
	padding: 10px;
	margin-left: -75px
}

.header-nav li .sub4 img {
	display: block;
}

.header-nav li .sub5 {
	width: 200px;
	margin-left: -140px;
	padding-left: 32px;
	padding-right: 32px;
	/*text-align: center;*/
	white-space: nowrap;
}

.header-nav li .sub5 .item {
	width: 100%;
}
.header-nav li:hover .sub a {
	color: #0F1D56;
}
.header-nav li .sub a:hover,.header-nav li .sub a.hover {
	color: #1084FF;
	color: #1084FF!important;
}
.header-nav li:hover>a{
	color: #ffffff!important;
}

.header-nav li .sub3 .item {
	text-align: center;
	width: 100%;
}

.header-nav li .sub2 .item:nth-child(2n) {
	width: 55px;
	white-space: nowrap;
}

.header-nav li .sub2 .item:nth-child(2n+1) {
	width: 135px
}

.header-nav li .sub2.sub .s {
	width: 100%;
}

.header-nav li .sub .s {
	border-top: 1px solid #d3d5e0;
	width: 140px;
	float: left;
	padding-top: 10px;
	margin-top: 10px;
}

.header-nav li .sub .s a {
	display: block;
	padding: 8px 0;
	font-size: 14px;
	color: #3f4a78;
}

.header-nav li a {
	color: #ECF7FF;
	font-size: 16px;
	line-height: 20px;
}

.header-nav .icon:after {
	position: absolute;
	right: 8px;
	width: 13px;
	height: 8px;
	top: 50%;
	margin-top: -4px;
	background: url(../images/icon-down.png) no-repeat;
	content: ' ';
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.header-nav a {
	position: relative;
}

.header-nav a.icon:hover:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.index-banner {
	position: relative;
	width: 100%;
	min-width: 1200px;
	/*margin: 60px 0px auto 0px;*/
	background: #000;
	height: 480px;
	overflow: hidden;
}

.index-banner video {
	height: 480px;
	position: absolute;
	right: 0%;
	top: 0px;
	width: 880px;
	object-fit: initial;
}

.index-banner .swiper-slide {
	background: #03070b;
}

.index-banner .swiper-container {
	width: 100%;
	position: relative;
	height: 480px;
}

.index-banner .info {
	position: absolute;
	padding-top: 90px;
	left: 50%;
	margin-left: -600px;
	width: 900px;
	color: #ECF7FF;
	top: 60px;
	z-index: 20;
}

.index-banner .info .tit {
	font-size: 48px;
	letter-spacing: 8px;
	line-height: 64px;
	color: #ECF7FF;
	margin-bottom: 20px;
}

.index-banner .info .en {
	font-size: 20px;
	letter-spacing: 4px;
	line-height: 24px;
	margin-bottom: 20px;
	height: 77px;
	color: #ECF7FF;
}

.index-banner .button {
	border-radius: 0;
}

.button {
	width: 180px;
	height: 50px;
	display: block;
	background: linear-gradient(to bottom, #379AFF 0%, #1F69B4 100%);
	background: -webkit-linear-gradient(to bottom, #379AFF 0%, #1F69B4 100%);
	font-size: 14px;
	line-height: 50px;
	letter-spacing: 100;
	color: #ECF7FF;
	text-align: center;
	border-radius: 3px;
}

.button:after {
	width: 12px;
	height: 8px;
	background: url(../images/icon-arrow2.png) no-repeat;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.button:hover {
	color: #fff;
}

.button:hover:after {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
	/*animation: button 1s infinite;
	-webkit-animation: button 1s infinite;*/
}

@-webkit-keyframes button {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes button {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.index-banner .swiper-pagination {
	z-index: 30;
	font-size: 0;
	bottom: 40px;
	display: none;
}

.index-banner .swiper-pagination-bullet {
	width: 28px;
	border-radius: 0;
	height: 2px;
	background: rgba(16, 132, 255, 0.4);
	opacity: 1;
	cursor: pointer;
}

.index-banner .swiper-pagination-bullet-active {
	background: rgba(16, 132, 255, 1);
	opacity: 1;
}

.index-pro {
	background: rgba(243, 247, 255, 1);
	background: #F7FAFF;
	width: 100%;
}

.index-title {
	margin-top: 135px;
	color: #272E3E;
	font-size: 2.25rem;
	letter-spacing: 4px;
	line-height: 42px;
	text-align: center;
	font-weight: 500;
}

.cat-title {
	color: rgba(39, 46, 62, 0.85);
	font-size: 1.375rem;
	line-height: 42px;
	text-align: center;
	font-weight: 500;
}

.index-title2{
	margin-top: 60px;
}
.index-subtitle {
	font-size: 16px;
	color: rgba(0, 10, 51, 0.6);
	text-align: center;
	line-height: 18px;
	font-family: arial;
	margin-top: 20px;
}

.index-subtitle2 {
	color: rgba(0, 10, 51, 1);
}

.index-subtitle3 {
	color: rgba(0, 10, 51,.6);
}

.index-pro .main {
	padding-top: 60px;
}

.index-pro .main .item {
	float: left;
	width: 340px;
	height: 470px;
	margin-right: 90px;
	padding-top: 10px;
}

.index-pro .main .item:last-child {
	margin-right: 0;
}

.index-pro .main .item:hover {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0px 4px 20px rgba(16, 132, 255, 0.1);
}

.index-pro .main .item .icon {
	width: 100%;
	height: 240px;
	position: relative;
}
.index-pro .main .item .icon div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}
.index-pro .main .item .icon .d2{
	display: none;
}
.index-pro .main .item:hover .icon .d1{
	display: none;
}
.index-pro .main .item:hover .icon .d2{
	display: block;
}
.index-pro .main .item .icon1 {
	background: url(../images/icon1_1.png) no-repeat center bottom;
}

.index-pro .main .item .icon2 {
	background: url(../images/icon2_1.png) no-repeat center bottom;
}

.index-pro .main .item .icon3 {
	background: url(../images/icon3_1.png) no-repeat center bottom;
}

.index-pro .main a.item:hover .icon1 {
	background: url(../images/icon1.png) no-repeat center bottom;
}

.index-pro .main a.item:hover .icon2 {
	background: url(../images/icon2.png) no-repeat center bottom;
}

.index-pro .main a.item:hover .icon3 {
	background: url(../images/icon3.png) no-repeat center bottom;
}

.index-pro .main .item .tit {
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #000A33;
}

.index-pro .main .item .tedxt {
	padding: 20px 30px 0 30px;
	height: 140px;
	text-align: justify;
	color: rgba(0, 10, 51, .6);
	font-size: 14px;
	line-height: 22px;
}

.index-pro .main .item .btn {
	text-align: center;
	font-size: 14px;
	color: rgba(16, 132, 255, 1);
	line-height: 20px;
	opacity: 0;
	margin-top: 10px;
}

.index-pro .main .item:hover .btn {
	opacity: 1;
	margin-top: 0;
}

.index-pro .main .item .btn:after {
	width: 12px;
	height: 8px;
	background: url(../images/icon-arrow.png) no-repeat;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-pro .main .item:hover .btn:after {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.index-solution {
	width: 100%;
	background: #ecf7ff;
	margin: 0 auto;
	margin-top: 60px;
}

.solution-wrap {
	width: 1250px;
	margin: 0 auto;
}

.index-solution .item {
	cursor: pointer;
	position: relative;
	float: left;
	/*margin: 16px;*/
	/*border-width: 1px;*/
	/*border-style: solid;*/
	/*border-color: #E9F0F8;*/
	/*overflow: hidden;*/
}

.index-solution .item img {
	width: 100%;
	height: 100%;
	display: block;
}

.index-solution .item .tit {
	position: absolute;
	left: 0;
	width: 100%;
	top: 75%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 20px;
	line-height: 26px;
	color: #272E3E;
	text-align: center;
	z-index: 2;
}

.index-solution .item:after {
	width: 100%;
	z-index: 1;
	opacity: 0;
	background: rgba(55, 154, 255, .5);
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	height: 100%;
	content: ' ';
}

.index-solution .item:hover .tit {
	/*color: #1084FF;*/
	/*text-shadow: 0px 3px 6px rgba(15, 29, 86, 0.4);*/
	color: #fff;
	font-size: 22px
	/*font-weight: bold*/
}

.index-solution .item:hover:after {
	opacity: 1;
}

.index-solution .item:hover {
	z-index: 2;
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.index-solution .itemnone:hover img {
	/*transform: scale(1);
	-webkit-transform: scale(1);*/
}

.index-solution .itemnone:hover .tit {
	text-shadow: none;
	font-size: 20px
}

.index-solution .item.itemnone {
	cursor: auto;
}

.index-solution .item.itemnone:after {
	display: none;
}

.index-solution .item.itemnone:hover {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.index-partner .swiper-pagination {
	z-index: 30;
	font-size: 0;
	bottom: 0px;
}

.index-partner {
	background: url(../images/bg.png) no-repeat center #f3f7ff;
	padding-bottom: 60px;
}

.page-about {
	padding-top: 80px;
	background: url(../images/bg.png) no-repeat center #f3f7ff;
}

.index-partner .main {
	padding: 30px;
	padding-bottom: 0;
}

.index-partner .item {
	width: 240px;
	box-shadow: 0px 4px 10px rgba(16, 132, 255, 0.1);
	border-radius: 3px;
	height: 240px;
	background: #fff;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 10, 51, .6);
	text-align: center;
	position: relative;
}

.index-partner .item .c {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
}

.index-partner .item .tit {
	padding-top: 5px;
}

.index-partner .item:nth-child(4n) {
	margin-right: 0;
}

.index-partner .swiper-wrapper {
	height: 520px;
}

.index-partner .swiper-slide {
	text-align: center;
	font-size: 18px;
	/*background: #fff;*/
	height: calc(( 100% - 40px) / 2);
}

.index-partner .swiper-container {
	padding: 30px;
	padding-bottom: 40px;
}

.index-partner .swiper-slide.n .item
{
	background: none;
	color: rgba(0, 10, 51, .4);
	padding-top: 100px;
	height: 140px;
}
.index-partner .swiper-slide.n .item .tit {
	color: rgba(0, 10, 51, .4);
}

.index-partner .swiper-slide.n .item .c {
	color: rgba(0, 10, 51, .4);
}

.index-partner .n:hover .item {
	transform: none;
	-webkit-transform: none;
}

.index-partner .swiper-pagination-bullet {
	width: 28px;
	border-radius: 0;
	height: 2px;
	background: rgba(16, 132, 255, 0.4);
	opacity: 1;
	cursor: pointer;
}

.index-partner .swiper-pagination-bullet-active {
	background: rgba(16, 132, 255, 1);
	opacity: 1;
}

.index-partner .item:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.index-cases {
	width: 100%;
	overflow: hidden;
	height: 520px;
	position: relative;
	background: #eff2fb;
	text-align: center;
	margin-top: 60px;
}

.index-cases img {
	margin: 0 auto;
	height: 100%;
	width: auto;
	display: block;
	transform: scale(1.8);
	-webkit-transform: scale(1.8);
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
}

.index-cases:hover img {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.index-cases .info {
	position: absolute;
	z-index: 10;
	width: 100%;
	left: 0;
	top: 205px;
}

.index-cases .info .tit {
	text-align: center;
	letter-spacing: 4px;
	color: rgba(15, 29, 86, 1);
	font-size: 28px;
	line-height: 38px;
	padding-bottom: 55px;
}

.index-cases .button {
	margin: 0 auto;
}

.index-news {
	background: #F8FBFF;
	text-align: center;
}

.index-news .main {
	width: 1090px;
	padding: 60px 0;
	margin: 0 auto;
}

.index-news .main .item {
	width: 320px;
	margin-right: 65px;
	float: left;
	text-align: left;
}

.index-news .main .item:last-child {
	margin-right: 0;
}

.index-news .main .item .img {
	overflow: hidden;
}

.index-news .main .item .img img {
	width: 100%;
	height: 240px;
	display: block;
}

.index-news .main .item .t {
	height: 44px;
	margin-top: 20px;
	font-size: 14px;
	color: rgba(0, 10, 51, .8);
	line-height: 20px;
	margin-bottom: 7px;
	font-weight: 400;
}

.index-news .main .item .time {
	font-size: 18px;
	font-family: arial;
	color: rgba(0, 10, 51, .6);
	line-height: 21px;
}

.index-news .main .item .time span {
	font-size: 12px;
	color: rgba(0, 10, 51, .4);
}

.index-news .main a:hover .t {
	color: rgba(16, 132, 255, 1);
}

.index-news .main a:hover .img img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.index-news .more {
	color: rgba(16, 132, 255, 1);
	font-size: 16px;
	display: block;
	margin: 0 auto;
	margin-bottom: 60px;
}

.index-news .more:after {
	width: 12px;
	height: 8px;
	background: url(../images/icon-arrow.png) no-repeat;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.index-news a:hover:after {
	a-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.footer {
	background: url(../images/footer.png) no-repeat center bottom #343a4c;
	padding-top: 50px;
}

.footer .nav {
	float: left;
	padding-left: 80px;
	width: 300px;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: rgba(236, 247, 255, .8);
}

.footer .nav p {
	font-size: 16px;
	font-family: Arial;
	padding-top: 8px;
	font-weight: 400;
	line-height: 18px;
	color: rgba(236, 247, 255, .2);
}

.footer .nav a {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: rgba(236, 247, 255, .8);
}

.footer .nav a p {
	font-size: 16px;
	font-family: Arial;
	padding-top: 8px;
	font-weight: 400;
	line-height: 18px;
	color: rgba(236, 247, 255, .2);
}

.footer .copy {
	margin-top: 60px;
	border-top: 1px solid #494E5E;
	text-align: center;
	color: rgba(236, 247, 255, .4);
	font-size: 12px;
	line-height: 16px;
	padding: 19px 0 20px 0;
	word-spacing: 10px;
}
.footer .copy a{
	color: rgba(236, 247, 255, .4);
}

.footer .company {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: rgba(236, 247, 255, .6);
	width: 400px;
	float: left;
}

.footer .info {
	float: left;
	width: 400;
}

.footer .info * {
	font-size: 14px;
	color: rgba(236, 247, 255, .6);
	line-height: 30px;
}

.footer .info .tel {
	padding-left: 30px;
	background: url(../images/icon-tel.png) no-repeat left 7px;
}

.footer .info .mail {
	padding-left: 30px;
	background: url(../images/icon-mail.png) no-repeat left 8px;
}

.footer .info .add {
	padding-left: 30px;
	background: url(../images/icon-addre.png) no-repeat left 6px;
}

.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
	color: #272E3E;
}

.banner .img {
	width: 1920px;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.banner .img img{
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
}
.banner .info {
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -600px;
	top: 50%;
	/*margin-top: 200px;*/
	margin-top: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	color: rgba(236, 247, 255, 1);
	font-size: 28px;
	line-height: 50px;
	/*white-space: nowrap;*/
	z-index: 5;
}

.banner .info3 {
	position: absolute;
	width: 100%;
	padding-top: 140px;
	color: #ffffff;
	/*white-space: nowrap;*/
	z-index: 5;
	font-size: 2.5rem;
	line-height: 1.3;
	font-weight: 900;
}

.banner .info3-tedxt {
	position: absolute;
	width: 80%;
	left: 10%;
	text-align: center;
	white-space: normal;
	color: rgba(236, 247, 255, .8);
	font-size: 16px;
	line-height: 32px;
	margin-top: 25px;
	letter-spacing: 0;
	font-weight: normal;
	font-size: 0.875rem;
}

.banner .info2 {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 184px;
	color: rgba(236, 247, 255, 1);
	font-size: 40px;
	font-family: Microsoft YaHei;
	z-index: 5;
}

.wrap-fix-top {
	transform: none;
	-webkit-transform: none;
}

.wrap-fix-top.fix-top {
	position: fixed;
	left: 0;
	width: 100%;
	min-width: 1200px;
	top: 0;
	z-index: -1;
}

.page-info-1 {
	background: #f3f7ff;
	padding-top: 140px;
	padding-bottom: 140px;
}

.page-info-1 .t {
	font-size: 32px;
	font-weight: 400;
	line-height: 42px;
	color: #000A33;
	padding-top: 50px;
	letter-spacing: 4px;
}

.page-info-1 .info {
	font-size: 16px;
	line-height: 32px;
	color: rgba(0, 10, 51, .6);
	margin-top: 30px;
	width: 630px;
	text-align: justify;
}

.wrap-fix-bottom {
	margin-top: 1020px;
	padding-top: 160px;
	background: #fff;
	position: relative;
	min-width: 1200px;
}

.wrap-fix-nav {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	height: 60px;
	box-shadow: 0px 6px 10px rgba(16, 132, 255, 0.1);
	text-align: center;
	z-index: 1000;
}

.wrap-fix-nav div {
	cursor: pointer;
	padding: 0 60px;
	line-height: 60px;
	display: inline-block;
	color: rgba(0, 10, 51, .8);
	font-size: 18px;
	transition: all 0s;
	-webkit-transition: all 0s;
}

.wrap-fix-nav .focus {
	color: #d30910;
	background: url(../images/navFocus.png) no-repeat center bottom;
}

.wrap-fix-nav.fix {
	position: fixed;
	top: 60px;
	top: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.wrap-fix-nav.topShow{
	top: 60px;

}

.page-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 42px;
	color: #000A33;
	letter-spacing: 4px;
	margin-top: 40px;
	margin-bottom: 60px;
	text-align: center;
}

.page-title.page-title2 {
	margin-bottom: 0;
}

.page-entitle {
	font-size: 16px;
	line-height: 18px;
	color: rgba(0, 10, 51, .2);
	text-align: center;
	padding-top: 5px;
}

.page-list-1 .item {
	margin-bottom: 100px;
}

.page-list-1 .item .img {
	width: 400px;
	float: left;
	overflow: hidden;
}

.page-list-1 .item .img img {
	width: 100%;
	display: block;
}

.page-list-1 .item .info {
	width: 760px;
	float: right;
}

.page-list-1 .item .tit {
	color: #000A33;
	font-size: 28px;
	font-weight: 400;
	line-height: 37px;
	letter-spacing: 4px;
}

.page-list-1 .item .tedxt {
	font-size: 16px;
	line-height: 28px;
	color: rgba(0, 10, 51, .6);
	padding-top: 24px;
	min-height: 125px;
	padding-bottom: 20px;
}

.page-list-1 .item .btn {
	color: rgba(16, 132, 255, 1);
	font-size: 16px;
	display: block;
	margin: 0 auto;
	margin-bottom: 60px;
}

.page-list-1 .item .btn:after {
	width: 12px;
	height: 8px;
	background: url(../images/icon-arrow.png) no-repeat;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.page-list-1 .item .btn:hover:after {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.page-list-1 .item:nth-child(2n) .img {
	float: right;
}

.page-list-1 .item:nth-child(2n) .info {
	float: left;
}

.page-detail {
	background: rgba(243, 247, 255, 1);
	background: #F7FAFF;
}

.page-detail-title {
	font-size: 16px;
	color: rgba(0, 10, 51, 1);
	line-height: 21px;
	padding-top: 40px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(52, 58, 76, .1)
}

.page-detail-title span {
	color: rgba(16, 132, 255, 1);
}

.page-detail-cont {
	padding: 40px 10px;
	position: relative;
}

.page-detail-cont.imgs .cont {
	position: relative;
	padding-left: 240px;
	border-bottom: 1px solid rgba(52, 58, 76, .1);
	min-height: 200px;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.page-detail-cont.imgs .cont:last-child {
	border: none;
}

.page-detail-cont .cont .imgs {
	width: 200px;
	height: 200px;
	border: 1px solid #DFE4ED;
	position: absolute;
	left: 10px;
	top: 0px;
	overflow: hidden;
	background: #fff;
}

.page-detail-cont>.imgs img {
	width: 100%;
}

.page-detail-cont .cont .info {
	padding-bottom: 60px;
}

.page-detail-cont .cont .info dt {
	font-size: 16px;
	line-height: 21px;
	color: #000A33;
	opacity: 1;
}

.page-detail-cont .cont .info dd {
	margin-top: 20px;
	font-size: 14px;
	line-height: 28px;
	color: rgba(0, 10, 51, .6);
}

.banner-about {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 0;
	padding-top: 140px;
	width: 920px;
	left: 50%;
	margin-left: -460px;
	z-index: 1;
}

.banner-about .tedxt {
	font-size: 18px;
	line-height: 28px;
	text-align: left;
	color: rgba(236, 247, 255, .8);
}

.banner-about .t {
	font-size: 32px;
	line-height: 42px;
	color: #ECF7FF;
	letter-spacing: 4px;
	line-height: 1.3;
    font-weight: 900;
}

.banner-about .ent {
	font-size: 16px;
	font-family: Arial;
	line-height: 18px;
	color: rgba(236, 247, 255, .2);
	margin-top: 12px;
	margin-bottom: 60px;
}

.page-about-list {
	margin-top: 80px;
	position: relative;
	padding-top: 60px;
	padding-bottom: 40px;
	margin-bottom: 100px;
}

.page-about-list:after {
	width: 1px;
	height: 100%;
	top: 0;
	bottom: 0;
	background: rgba(52, 58, 76, .2);
	content: ' ';
	left: 50%;
	position: absolute;
}

.page-about-list .time {
	text-align: right;
	margin-right: 599px;
	border-right: 2px solid rgba(16, 132, 255, 1);
	padding-right: 40px;
	color: rgba(15, 29, 86, 1);
	font-size: 28px;
	font-weight: bold;
	line-height: 22px;
	margin-top: 20px;
}

.page-about-list .item {
	width: 560px;
	text-align: right;
	color: rgba(0, 10, 51, .6);
	font-size: 18px;
	line-height: 26px;
	padding: 20px 0;
	padding-right: 40px;
}

.page-about-list .item>p {
	padding-bottom: 10px;
	color: rgba(0, 10, 51, .6);
}

.page-about-list .item.r {
	margin-left: 600px;
	text-align: left;
	padding-right: 0;
	padding-left: 40px;
}

.page-about-cont {
	padding: 120px 0;
	width: 1050px;
	margin: 0 auto;
}

.page-about-cont .item {
	padding-left: 80px;
	width: 270px;
	float: left;
	font-size: 20px;
	color: rgba(0, 10, 51, 1);
	line-height: 26px;
}

.page-about-cont .item p {
	font-size: 16px;
	color: rgba(0, 10, 51, .6);
	margin-top: 20px;
	line-height: 18px;
}

.page-about-cont .item1 {
	width: 268px;
	border-left: 1px solid rgba(52, 58, 76, .1);
	border-right: 1px solid rgba(52, 58, 76, .1);
}

.page-news {
	background: rgba(243, 247, 255, 1);
	background: #F7FAFF;
}

.page-news-list .item {
	border-bottom: 1px solid rgba(52, 58, 76, .1);
	padding: 40px 100px 40px 440px;
	position: relative;
	min-height:200px;
	padding-right: ;
}

.page-news-list .item .img {
	width: 265px;
	height: 175px;
	position: absolute;
	left: 0;
	top: 40px;
}

.page-news-list .item .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-news-list .item .time {
	position: absolute;
	left: 305px;
	top: 100px;
	font-size: 28px;
	color: rgba(0, 10, 51, .6);
	line-height: 32px;
}

.page-news-list .item .time p {
	font-size: 14px;
	color: rgba(0, 10, 51, .6);
	margin-top: 5px;
}

.page-news-list .item .icon{
	content: ' ';
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/icon-down6.png) no-repeat center;
	border: 1px solid rgba(223, 228, 237, 1);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -21px;
}

.page-news-list .item .icon:hover,
.page-news-list .item.active .icon{
	background: url(../images/icon-down4.png) no-repeat center rgba(16, 132, 255, 1);
	border: none;
	border: 1px solid rgba(16, 132, 255, 1);
}

.page-news-list .item .tit {
	font-size: 18px;
	line-height: 20px;
	color: rgba(0, 10, 51, 1);
}

.page-news-list2 .item .tit {
	padding-top: 24px;
	color: rgba(0, 10, 51, 1)!important;
}

.page-news-list .item .info {
	padding-top: 24px;
	font-size: 14px;
	line-height: 28px;
	color: rgba(0, 10, 51, .6);
}

.page-news-list .item a:hover {
	color: rgba(16, 132, 255, 1);
}

.page-news-list {
	padding-top: 40px;
	padding-bottom: 20px;
}

.page-news-list .item:last-child {
	border: none;
}

.page-news-list2 .item {
	padding-right: 0;
	padding-left: 240px;
	height: 200px;
	position: relative;
}

.page-news-list2 .item a {
	/*display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);*/
}

.page-news-list2 .item:after {
	display: none;
}

.page-news-list .item .img {
	width: 200px;
	height: 200px;
	border: 1px solid #DFE4ED;
}

.page-pages {
	padding: 20px 0 100px 0;
	text-align: center;
	font-size: 0;
}
.page-pages li{
	vertical-align: middle;
	display: inline-block;
	font-size: 0;
}

.page-pages a {
	vertical-align: middle;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid rgba(223, 228, 237, 1);
	font-size: 14px;
	color: rgba(0, 10, 51, 1);
	margin: 0 6px;
}
.page-pages a span{
	transition:none;
	-webkit-transition: none;
	background: none;
}

.page-pages a:hover span{
	color: #fff;
}
.page-pages a:hover,
.page-pages a.active,
.page-pages a.hover{
	color: #fff;
	border: 1px solid rgba(16, 132, 255, 1);
	background: rgba(16, 132, 255, 1);
}

.page-pages a.prev,
.page-pages .prev a {
	font-size: 0;
	background: url(../images/icon-down5.png) no-repeat center;
}

.page-pages a.next,
.page-pages .next a  {
	font-size: 0;
	background: url(../images/icon-down6.png) no-repeat center;
}

.hide {
	display: none;
}

#pro {
	display: block;
}

.header-nav li a.icon-code {
	background: url(../images/icon-code.png) no-repeat center;
	height: 20px;
	padding-left: 0;
	padding-right: 0;
	width: 20px;
}

.header-nav>li:last-child {
	margin: 0;
}

.header.hover .header-nav li a.icon-code,
.header.top .header-nav li a.icon-code {
	background: url(../images/icon-code.png) no-repeat center;
}

.page-job {
	background: rgba(243, 247, 255, 1);
	background: #F7FAFF;
	padding-top: 70px;
	padding-bottom: 100px;
}

.page-job-left {
	width: 260px;
	background: #FFFFFF;
	float: left;
	margin-right: 20px;
}

.page-job-left dl {
	padding: 0 20px;
	margin-bottom: 20px;
}

.page-job-left dt {
	font-size: 22px;
	line-height: 29px;
	padding: 20px 0;
	color: #000A33;
	border-bottom: 1px solid rgba(52, 58, 76, .1);
	margin-bottom: 15px;
}

.page-job-left dd {
	position: relative;
	padding: 5px 0;
	font-size: 16px;
	line-height: 21px;
	padding-left: 28px;
	color: #000A33;
	cursor: pointer;
}

.page-job-left dd:after {
	width: 16px;
	height: 16px;
	border: 1px solid #EAEBED;
	box-sizing: border-box;
	content: ' ';
	position: absolute;
	left: 0;
	top: 7px;
}

.page-job-left dd.active {
	color: rgba(16, 132, 255, 1);
}

.page-job-left dd.active:after {
	border: 1px solid rgba(16, 132, 255, 1);
}

.page-job-left dd.active:before {
	width: 8px;
	height: 8px;
	background: rgba(16, 132, 255, 1);
	content: ' ';
	position: absolute;
	left: 4px;
	top: 11px;
}

.page-job-right {
	width: 920px;
	float: left;
}

.page-job-list .entry {
	background: #fff;
	margin-bottom: 20px;
	padding: 20px;
}

.page-job-list .entry .head {
	position: relative;
	padding-right: 300px;
	cursor: pointer;
}

.page-job-list .entry .head .tit {
	font-size: 22px;
	font-weight: 400;
	line-height: 29px;
	color: #000A33;
}
.page-job-list .entry .head .adder{padding-top: 6px;}
.page-job-list .entry .head .tit span {
	display: inline-block;
	border: 1px solid #D9ECFF;
	padding: 4px 8px;
	line-height: 20px;
	background: linear-gradient(top, rgba(135, 193, 255, 0) 0%, rgba(135, 193, 255, 0.2) 100%);
	background: -webkit-linear-gradient(top, rgba(135, 193, 255, 0) 0%, rgba(135, 193, 255, 0.2) 100%);
	box-sizing: border-box;
	font-size: 16px;
	color: rgba(16, 132, 255, 1);
}

.page-job-list .entry .head .btn {
	width: 120px;
	height: 40px;
	background: #1084FF;
	font-size: 16px;
	line-height: 40px;
	color: #ECF7FF;
	text-align: center;
	position: absolute;
	right: 100px;
	top: 9px;
	cursor: pointer;
}

.page-job-list .entry .head .btn .sub {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 55px;
	left: 50%;
	margin-left: -145px;
	width: 290px;
	padding: 20px 0;
	line-height: 32px;
	background: #fff;
	z-index: 54;
	box-shadow: 0px 0 15px rgba(16, 132, 255, 0.15);
	cursor: auto;
}

.page-job-list .entry .head .btn:hover .sub {
	opacity: 1;
	visibility: visible;
	top: 50px;
}

.page-job-list .entry .head .btn .sub:after {
	position: absolute;
	left: 50%;
	margin-left: -5px;
	width: 0;
	content: ' ';
	height: 0;
	top: -10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
}

.page-job-list .entry .head .btn .sub .l {
	width: 120px;
	text-align: right;
	color: rgba(0, 10, 51, .6);
	font-size: 16px;
	float: left;
}

.page-job-list .entry .head .btn .sub .r {
	width: 140px;
	text-align: left;
	padding-left: 20px;
	color: rgba(0, 10, 51, 1);
	font-size: 16px;
	float: left;
}

.page-job-list .entry .head .icon {
	width: 8px;
	height: 13px;
	background: url(../images/icon-down6.png) no-repeat;
	position: absolute;
	right: 40px;
	top: 20px;
}

.page-job-list .entry.focus .head .icon {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.page-job-list .entry .info {
	display: none;
	margin-top: 20px;
	border-top: 1px solid rgba(52, 58, 76, .1);
	transition: none;
	-webkit-transition: none
}

.page-job-list .entry .info .cont {
	padding: 20px 0;
}

.page-job-list .entry .info .cont .t {
	font-size: 16px;
	color: rgba(0, 10, 51, 1);
}

.page-job-list .entry .info .cont .subt {
	font-size: 14px;
	color: rgba(0, 10, 51, .6);
	line-height: 28px;
	padding: 12px 0 20px 0;
}

.page-job-list .entry .info .explain span {
	margin-right: 60px;
	font-size: 14px;
	color: rgba(0, 10, 51, 1);
}

.banner4 {
	min-width: 1200px;
	height: 370px;
	background: url(../../images/banner4.png) no-repeat center #fff;
}

.page-hxjs {
	background: rgba(243, 247, 255, 1);
	background: #FFFFFF;
}

.img10 {
	width: 59px;
	height: 59px;
	display: inline-block;
	background: url(../images/img10.png) no-repeat;
	vertical-align: middle;
}

.img11 {
	margin-top: 80px;
	background: url(../images/img11.png) no-repeat right top;
	min-height: 235px;
	padding-bottom: 100px;
}

.img11>div {
	padding-left: 70px;
	height: 48px;
	line-height: 48px;
	color: rgba(0, 10, 51, .6);
	font-size: 16px;
	margin-bottom: 15px;
}

.img12 {
	background: url(../images/img12.png) no-repeat left center;
}

.img13 {
	background: url(../images/img13.png) no-repeat left center;
}

.img14 {
	background: url(../images/img14.png) no-repeat left center;
}

.img15 {
	background: url(../images/img15.png) no-repeat left center;
}

.page-hxjs-list-1 {
	text-align: left;
	font-size: 0;
	padding-top: 20px;
	padding-bottom: 135px;
	display: flex;
	flex-wrap: wrap;
}

.page-hxjs-list-1 .item {
	width: 240px;
	height: 280px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(16, 132, 255, 0.1);
	display: inline-block;
	margin: 40px;
	overflow: hidden;
}

.page-hxjs-list-1 .item:nth-child(4n) {
	margin-right: 0;
}

.page-hxjs-list-1 .item:nth-child(4n+1) {
	margin-left: 0;
}

.page-hxjs-list-1 .item:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.page-hxjs-list-1 .item .t {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #0F1D56;
}

.page-hxjs-list-1 .item .s {
	padding: 5px 35px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: rgba(15, 29, 86, .6);
}

.page-hxjs-list-1 .item-product {
	max-width: 33.333333%;
	flex-basis: 33.333333%;
}

.page-hxjs-list-1 .item-product .item-out {
	padding: 16px;
	display: flex;
	flex-wrap: nowrap;
}

.page-hxjs-list-1 .item-product .text-info {
	font-size: 1rem;
	line-height: 20px;
	color: #0F1D56;
	display: inline-block;
	margin-left: 16px;
}

.page-hxjs-list-1 .item-product .text-info h3 {
	font-size: 1.625rem;
	font-family: PingFangSC, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	font-weight: 400;
	line-height: 1.3333333333333333;
 }

.page-hxjs-list-1 .item-product .text-info span {
	font-family: "PingFangSC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	font-weight: 400;
	line-height: 1.3333333333333333;
	color: #1084FF;
	font-size: 1rem;
}

.page-hxjs-list-1 .item-product .text-info span > a{
	font-family: "PingFangSC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	font-weight: 400;
	line-height: 1.3333333333333333;
	color:  #d30910;
}

.page-hxjs-list-1 .item-product .text-info p {
	margin-top: 10px;
	font-size: 1rem;
}

.page-hxjs-list-1 .item-product img{

}

.page-hxjs-list-1 .item-product .text-content {
	float: left;
	margin-left: 10px;
}

.page-hxjs-list-1 .item-product .t {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #0F1D56;
}

.page-hxjs-list-1 .item-product .t a {
	text-decoration: none;
	color: #54C5AB;
}

.page-hxjs-list-1 .item-product .s {
	padding: 5px 35px;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: rgba(15, 29, 86, .6);
}

.page-hxjs-list-2 {
	margin-top: 100px;
	padding-bottom: 100px;
}

.page-hxjs-list-2 .item {
	width: 560px;
	float: left;
	margin-right: 80px;
	margin-bottom: 40px;
	float: left;
}

.page-hxjs-list-2 .item:nth-child(2n) {
	margin-right: 0;
}

.page-hxjs-list-2 .item .t {
	font-size: 28px;
	color: #000A33;
	letter-spacing: 4px;
	padding-bottom: 10px;
}

.page-hxjs-list-2 .item .img {
	border-radius: 5px;
	overflow: hidden;
}

.page-hxjs-list-2 .item:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.img27 {
	width: 50px;
	height: 50px;
	display: inline-block;
	background: url(../images/img27.png) no-repeat;
	vertical-align: middle;
	margin-right: 24px;
	position: relative;
	top: -3px;
}

.page-hxjs-list-3 {
	padding: 60px 0 0 0;
}

.page-hxjs-list-3 .item {
	width: 500px;
	float: left;
	margin: 0 50px;
}

.page-hxjs-list-3 .item .t {
	font-size: 16px;
	line-height: 32px;
	color: #000A33;
	text-align: center;
}

.page-hxjs-list-3 .item .icon {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 24px;
	position: relative;
	top: -2px;
}

.img28 {
	background: url(../images/img28.png) no-repeat;
}

.img29 {
	background: url(../images/img29.png) no-repeat;
}

.img30 {
	background: url(../images/img30.png) no-repeat;
}

.img31 {
	background: url(../images/img31.png) no-repeat;
}

.img32 {
	background: url(../images/img32.png) no-repeat;
}

.img33 {
	background: url(../images/img33.png) no-repeat;
}

.img34 {
	background: url(../images/img34.png) no-repeat;
}

.page-hxjs-list-3 .item .info {
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	color: rgba(0, 10, 51, .6);
}

.page-hxjs-list-4 .item {
	margin-left: 45px;
	margin-right: 45px;
	width: 340px;
}

.page-hxjs-list-4 .item:nth-child(3n+1) {
	margin-left: 0;
}

.page-hxjs-list-4 .item:nth-child(3n) {
	margin-right: 0;
}

.page-hxjs-list-5 {
	padding-left: 265px;
}

.page-hxjs-list-5 .item {
	width: 290px;
}

.page-hxjs-list5 .item:nth-child(2n+1) {
	margin-left: 0;
}

.page-hxjs-list-5 .item:nth-child(2n) {
	margin-right: 0;
}

.page-sssj {
	background: url(../images/sssj.jpg) no-repeat center;
	min-width: 1200px;
	margin: 0 auto;
	width: 100%;
	height: 750px;
}

.page-zjjc {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	background: url(../images/zjjc.jpg) no-repeat center;
	height: 480px;
}

.page-zjjc .wrap {
	/*width: 646px;*/

	position: relative;
	margin: 0 auto;
	padding-top: 114px;
	padding-left: 334px;
	box-sizing: border-box;
	padding-left: 460px;
}

.page-zjjc .wrap .tit {
	color: rgba(236, 247, 255, 1);
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 4px;
}

.page-zjjc .wrap .info {
	color: rgba(236, 247, 255, .8);
	font-size: 16px;
	line-height: 32px;
	margin-top: 30px;
	text-align: justify;
}

.page-zjjc .wrap .img{
	width: 200px;
	height: 200px;
	position: absolute;
	left: 0;
	top:114px;
	width: 400px;
	height: 225px;
}
.job-tab{
	border-bottom: 1px solid rgba(52, 58, 76, .1);
	margin-bottom: 20px;

}
.job-tab .item{
	font-size: 16px;
	padding:  20px 0 12px 0;
	margin-right: 40px;
	float: left;
	/*border-bottom: 2px solid rgba(16, 132, 255, 0);*/
	color: rgba(0, 10, 51, 1);
	position: relative;
}
.job-tab .item.active{
	color:  rgba(16, 132, 255, 1);;
}
.job-tab .item.active:after{
	display: block;
	content: ' ';
	width: 100%;
	height: 1px;
	bottom: -1px;
	left: 0;
	position: absolute;
	border-bottom: 2px solid rgba(16, 132, 255, 1);
}

.news-detail-cont{
	border-top: 1px solid rgba(52, 58, 76, .2);
	border-bottom: 1px solid rgba(52, 58, 76, .2);
	padding: 40px 0;
	font-size: 14px;
	line-height: 28px;
	color: rgba(0, 10, 51, .8);
	margin-bottom: 100px;
	margin-top: 40px;
}
.page-case {
	padding-top: 40px;
	padding-bottom: 100px;
}
.page-case .item{
	width: 340px;
	height: 240px;
	background: #FFFFFF;
	border: 1px solid rgba(52, 58, 76, 0.1);
	float: left;
	margin-right: 26px;
	margin-bottom: 40px;
	position: relative;
	padding: 20px;
}
.page-case .item:nth-child(3n){
	margin-right: 0;
}
.page-case .item:hover{

	box-shadow: 0px 4px 20px rgba(16, 132, 255, 0.1);
}

.page-case .item .img{
	width: 100%;
	height: 140px;
	overflow: hidden;
}

.page-case .item .tit{
	font-size: 16px;
	padding: 20px 0 15px 0;
	color: rgba(15, 29, 86, 1);
}
.page-case .item:hover .tit{
	color: rgb(255 16 16);
}
.page-case .item .info{
	font-size: 13px;
	color: rgba(15, 29, 86, .6);
}
.page-case .item .icon{
	position: absolute;
	right: 20px;
	top: 180px;
	width: 38px;
	height: 38px;
	border: 1px solid #dfe4ed;
	background: url(../images/icon-down6.png) no-repeat center;
}
.page-case .item:hover .icon{
	width: 38px;
	height: 38px;
	border: 1px solid rgb(255 16 16);
	background: url(../images/icon-down4.png) no-repeat center rgb(255 16 16);
}


.page-hxjs-tab{
	position: relative;
	padding: 95px 0;
	padding-left: 440px;
	min-height:410px;
}
.page-hxjs-tab .left-tab{
	position: absolute;
	left: 0;
	top: 95px;
	width: 360px;
}
.page-hxjs-tab .left-tab .item{
	line-height: 88px;
	height: 88px;
	padding-left:118px;
	font-size: 24px;
	color:rgba(0, 10, 51, 1) ;
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
}
.page-hxjs-tab .left-tab .item span{
	position: relative;
	z-index: 5;
}
.page-hxjs-tab .left-tab .item:hover span,.page-hxjs-tab .left-tab .item.active span{
	color: rgba(16, 132, 255, 1);

	/*box-shadow: 0px 4px 20px rgba(16, 132, 255, 0.1);*/
}
.page-hxjs-tab .left-tab .item:hover:before,
.page-hxjs-tab .left-tab .active:before{
	content: ' ';
	position: absolute;
	width:420px;
	height: 148px;
	left: -30px;
	top: -26px;
	z-index:0;
	background: url(../images/left_bg.png) no-repeat center;
}
.page-hxjs-tab .left-tab .item:after{
	width: 118px;
	height: 88px;
	display: block;
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
}
.page-hxjs-tab .left-tab .item1:after{
	background: url(../images/ico-tab1.png) no-repeat 13px center ;
}

.page-hxjs-tab .left-tab .item2:after{
	background: url(../images/ico-tab2.png) no-repeat 13px center ;
}

.page-hxjs-tab .left-tab .item3:after{
	background: url(../images/ico-tab3.png) no-repeat 13px center ;
}

.page-hxjs-tab .left-tab .item4:after{
	background: url(../images/ico-tab4.png) no-repeat 13px center ;
}
.page-hxjs-tab .right{
	font-size: 18px;
	line-height: 32px;
	color: rgba(0, 10, 51, 1);
	padding-top: 20px;
	min-height: 510px;
}
.page-hxjs-tab .right .item{
	display: none;
}
.page-hxjs-tab .right .item-info{
	padding: 20px 0  40px 0;
	color: rgba(0, 10, 51, .6);
	font-size: 14px;
	line-height: 32px;
	border-bottom:1px solid rgba(52, 58, 76, .1) ;
	margin-bottom: 40px;
}
.page-hxjs-tab .right .item-info:last-child{
	margin-bottom: 0;
	border-bottom: none;
}

.ico-aqi{
	width:57px;
	height: 21px;
	background: url(../images/ico-aqi.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.ico-5km{
	width:57px;
	height: 21px;
	background: url(../images/ico-5km.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.ico-1km{
	width:57px;
	height: 21px;
	background: url(../images/ico-1km.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.ico-hd{
	width:57px;
	height: 28px;
	background: url(../images/ico-hd.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.ico-lb{
	width:57px;
	height: 28px;
	background: url(../images/ico-lb.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.ico-lh{
	width:57px;
	height: 28px;
	background: url(../images/ico-lh.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.ico-wt{
	width:57px;
	height: 25px;
	background: url(../images/ico-wt.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.ico-qlzh{
	width:57px;
	height: 28px;
	background: url(../images/ico-qdzh.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.index-pro .index-subtitle,
.index-partner .index-subtitle{
	color: rgba(0, 10, 51, 0.3);
}


.product_a {
	overflow: hidden;
	padding-top: 8%;
	text-align: center;
	margin-bottom: 2%;
}
.product_a a {
	display: inline-block;
	height: 56px;
	line-height: 56px;
	background-color: #f0f0f0;
	width: 160px;
	font-size: 14px;
	color: #444444;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 2%;
	transition: all 0.3s;
}
.product_a a:hover {
	background-color: #d30910;
	color: #fff;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
.product_a a.csel {
	background-color: #d30910;
	color: #fff;
}
.product_ul {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.product_ul ul {
	display: flex;
	flex-wrap: wrap;
}
.product_ul ul li {
	float: left;
	width: 32.1%;
	margin-left: 0.5%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
}
.product_ul ul li .product_b {
	border: 1px solid #e8e8e8;
	padding-bottom: 36px;
}
.product_ul ul li:nth-child(3n+0) {
	margin-right: 0;
}
.product_ul ul li img {
	display: inline-block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.product_ul ul li .imgs {
	width: 100%;
	overflow: hidden;
}
.product_ul ul li h2 {
	font-weight: normal;
	color: #333333;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
}
.product_ul ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.product_ul ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.product_ul ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.product_ul ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.product_ul ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.product_ul ul li:hover h2 {
	color: #00a1e9;
}
.product_ul ul li:hover .product_b {
	border: 1px solid #fff;
}
/*公司动态详细*/
.about_x {
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}
.about_x img {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto !important;
}
.about_x .show_t {
	line-height: 36px;
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
	font-weight: normal;
}
.about_x .con_line {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #999999;
	border-bottom: 1px dashed #cccccc;
	text-align: center;
}
.about_x .con_id {
	line-height: 30px;
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
	padding-top: 20px;
	text-align: left;
	padding-bottom: 40px;
}
.about_x table {
	border-collapse: collapse;
	border-spacing: 0;
}
.about_x table td {
	line-height: 22px;
	height: 27px; /*border:1px solid #000;*/
}




@media (max-width: 670px){
	body, html{width:100%;min-width: 80%;}
	.header .logo{margin-left:9px;}
	.header-nav{background: rgb(247, 250, 255);padding-top:10px;display:none;margin-top: -5px;}
	.hover .header-nav{display:block;}
	.header-nav li a{color:#000;}
	.header-nav .icon:after{background: url(../images/icon-down2.png) no-repeat;}
	.header-nav li{width:46%;float:right;text-align:Center;    margin-bottom: 10px;margin-top: 10px;}
	.header-nav li a.icon-code{background: url(../images/icon-code2.png) no-repeat center;    margin: 0 auto;}
	.header.hover .header-nav li a {color: #000;}
	.header.hover .header-nav .icon:after {background: url(../images/icon-down2.png) no-repeat;}
	.header.hover .header-nav li a.icon-code,.header.top .header-nav li a.icon-code {background: url(../images/icon-code2.png) no-repeat center;}
	.wrap{width:100%;}
	.index-banner{min-width:70%;}
	.index-banner .info{margin-left:-48%;}
	.index-pro .main .item{width:100%;}
	.solution-wrap{width:100%;}
	.index-solution .item{    width: 50%;height: 187px;}
	.index-partner .swiper-wrapper{width:100%!important;height:330px!important;}
	.index-partner .swiper-wrapper .swiper-slide{margin-top:20px!important;}
	.index-partner .swiper-container{padding:0px;}
	.index-partner .item{width:100%;height:140px;}
	.index-title{margin-top:55px;width: 90%;margin-left: 5%;}
	.index-cases img{height:auto;width:100%;}
	.index-cases{margin-top:40px;height:auto!important;}
	.index-cases .info{top:5px;}
	.index-cases .info .tit{font-size:18px;padding-bottom:5px;}
	.index-partner{background: #f3f7ff;}
	.index-cases .button{width:120px;height:35px;line-height:35px;}
	.index-news .main{width:100%;}
	.index-news .main .item{width:90%;margin:0 auto;margin-right:0px;margin-left: 5%;}
	.footer .nav{width:95%;padding-left:5%;}
	.footer .company{width:95%;padding-left:5%;}

	.banner-about{width:100%;margin-left: -48%;}
	.banner-about .t{font-size: 2.0rem;}
	.banner-about .tedxt{font-size: 15px;width: 97.5%;}
	.page-about{padding-top:20px;}
	.page-about-cont{width:90%;padding:5% 0px;}
	.page-about-list{margin-top:10px;padding-top:10px;}
	.page-about-list .time{margin-left: 10%;text-align:left;margin-right:0px;border-right:0px;}
	.page-about-list .item{width: 80%;margin-left: 10%;text-align:left;}
	.page-about-list .item.r{margin-left:0%;}
	.page-about-list:after{display:none;}
	.page-about-list{    padding-bottom: 20px;margin-bottom: 40px;}
	.footer .info{margin-left: 5%;}
	.banner .info3{width: 100%;font-size: 2.0rem;padding-top: 100px;}
	.banner .img{width:100%;margin-left:-50%;}
	.banner .info3-tedxt{width:90%;left:5%;}
	.page-hxjs-tab{position:static!important;padding-left:0px!important;padding: 35px 0;}
	.page-hxjs-tab .left-tab{position:static!important;}
	.page-hxjs-tab .right{    width: 90%; margin-left: 5%;min-height:auto;}
	.page-hxjs-tab .right .item img{width:95%;}
	.img11{background:url();padding-bottom: 20px;margin-top:10px;}
	.img11 > div{height:auto;}
	.page-hxjs-list-1{padding-bottom: 80px;}
	.page-hxjs-list-1 .item{width:80%;margin-left:10%!important;height:auto!important}
	.page-hxjs-list-2{margin-top:20px;}
	.page-hxjs-list-2 .item{width:90%;margin-left:5%;}
	.page-hxjs-list-1 .item-product{max-width: 100%;flex-basis: 100%;margin: 10px;}
	.page-case .item{margin-left:2.5%;width:90%;height:auto;padding: 2.5%;}
	.solution-page-list {margin-top: 20px;}

	.banner .info{width:90%;margin-left:5%;left:0;font-size: 18px;}
	.wrap-fix-top.fix-top{min-width:10%;position: static!important;}
	.page-info-1{padding-top:2%;padding-bottom:2%;}
	.page-info-1 .img img{width:90%;margin-left:5%;}
	.page-info-1 .t{margin-left: 5%;font-size: 20px;}
	.page-list-1 .item .tit{font-size: 20px;}
	.page-info-1 .info{    width: 90%;margin-left: 5%;}
	.wrap-fix-nav{position: static!important;}
	.wrap-fix-bottom{margin-top:20px;padding-top:20px;min-width:10%;}
	.page-list-1 .item .info{width:90%;margin-right: 5%;margin-left:5%;}
	.page-list-1 .item .img{width:90%;margin-left:5%;margin-right: 5%;}
	.page-list-1 .item .btn{margin-bottom:5%;}
	.page-list-1 .item{margin-bottom:20px;}
	.page-list-1 .item .tedxt{min-height:auto;}
	.page-zjjc{min-width:10%;height:auto;background: #206ab5;}
	.page-zjjc .wrap{padding-left:0px;}
	.page-zjjc .wrap .img{width:100%;height:auto;position: static!important;}
	.page-zjjc .wrap .info{width:90%;margin-left:5%;}

	.page-list-1 .page-title{margin-top:30px!important;margin-bottom:30px!important;font-size: 25px;}
	.page-detail-cont.imgs .cont{position: static!important;margin-top:20px;padding-left:0px;}
	.page-detail-cont .cont .imgs{position: static!important;width:100%;height:auto;text-align: CENTER;}
	.banner .info2{font-size:19px;}
	.page-detail-cont .cont .info{padding-bottom:30px;}
	.page-news-list .item{padding:20px;}
	.page-news-list .item .img{position: static!important;    width: auto;height: auto;border: 0px;}
	.page-news-list .item .time{position: static!important;font-size:14px;}
	.page-news-list .item .time p{display:none;}
	.page-news-list .item .icon{display:none;}
	.page-news-list .item .info{padding-top:5px;}
	.page-pages a{width:30px;height:30px;line-height:30px;}
	.page-detail-title{font-size:14px;}
	.index-title{font-size:16px;line-height:26px;font-size: 2rem;letter-spacing: 4px;line-height: 42px;text-align: center;font-weight: 500;}
	.page-detail .wrap img{max-width:100%;height:auto!important;}
	.page-detail .wrap {width:90%;margin-left:5%;}
	.page-news-list2 .item{position: static;height:auto;}
	.page-news-list .item .img img{width:auto;max-width:100%;height:auto!important;margin: 0 auto;}

	.in_job {width:100%;}
	.in_job .banner .img{margin-left:0px;position:static!important;}
	.in_job .banner .img img{width:100%;}

	.page-zjjc .wrap .tit{font-size:18px;    width: 100%;text-align: center;}

	.page-job-left{width: 90%;    margin-left: 5%;margin-right:5%;;}
	.page-job-left dl{display: flex; flex-direction: row;}
	.page-job-left dt{padding:10px 0px;}
	.page-job-right{width:100%;}
	.page-job-list .entry .head{padding-right:0px;}
	.page-job-list .entry .head .btn{position: static;margin-top:10px;}
	.page-job-list .entry .head .icon{background:url();}
	.page-job{padding-top:10px;padding-bottom:10px;margin-top: 60px;}
	.pc_xs{display:none;}
	.wap_xs{display:block!important;}

	.header-nav li .sub{opacity:1;position: static;margin-left:0px;padding:0px;}
	.t_row{ display: flex;flex-direction: row; }
	.t_row .icon{margin-left:25px;width:15%;}
	.t_row a{width: 70%;
		float: right;
		text-align: right;}
	.header-nav li .sub{display: none;}
	.header-nav li.hover .sub, .header-nav li:hover .sub{display:block;}
	.header-nav li .sub3{width:auto;}

	.nav-mobile-toggle{float:right;}
	.nav-mobile-toggle .fa{color: #fff;font-size:22px;padding: 20px;}
	.top .nav-mobile-toggle .fa{color:#fff;}
	.index-banner video {    width: auto;right: 40%;position: static;}
	.page-hxjs-list-1 .item:nth-child(4n){margin-right:10%;}
	.img11{width: 90%;margin-left: 5%;}
	.job-tab{margin-left: 5%;width: 90%!important;}
	.header.ss.topHide{top:0px;}


	.index-partner .swiper-pagination_m {
		z-index: 30;
		font-size: 0;
		bottom: 0px;
	}

	.pc_hid{display:block!important;}
	.m_hid{display:none!important;}

	.about_x{padding: 0 10px;}


}




