/*

====================================================================
	Reset
====================================================================

*/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size: 15px;
	color: #777777;
	line-height: 1.8em;
	font-weight: 400;
	background: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-font-smoothing: antialiased;
	font-family: "微软雅黑";
	min-width: 1366px;
	position: relative;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #4aa3f6;
	cursor: pointer;
}

.no-padding {
	padding: 0px !important;
}

a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-weight: normal;
	margin: 0px;
	background: none;
	line-height: 1.6em;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

button {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	background-color: transparent;
	border-style: none;
}

input {
	outline: none;
}

textarea {
	resize: none;
}

p {
	position: relative;
	line-height: 1.8em;
}

.clear_box,
.clear_box:after,
.clear_box:before {
	content: '';
	display: block;
	clear: both;
	overflow: hidden;
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px #292121;
	background: #292121;
}

::-webkit-scrollbar-thumb {
	background: rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.75);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255, 255, 255, 0.75);
}

.border-bottom {
	border-bottom: 1px solid #f4f4f4;
}

.strike-through {
	text-decoration: line-through;
}

.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.flex-box {
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex-box-two {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex-box-three {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.flex-box-four {
	display: flex;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.flex-box-five {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.theme-btn {
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.grey-bg {
	background-color: #f7f7f7 !important;
}

.grey-deep-bg {
	background-color: #f2f2f2 !important;
}

.black-bg {
	background-color: #222 !important;
}

.theme-bg {
	background-color: #294d9d !important;
}

/* section padding */

.sp-one {
	padding: 80px 0;
}

.sp-two {
	padding: 70px 0 60px;
}

.sp-two1 {
	padding: 30px 0 0;
}

.sp-three {
	padding: 80px 0 30px;
}

.sp-four {
	padding: 80px 0 0px;
}

.sp-five {
	padding: 0px 0 80px;
}

.sp-six {
	padding: 0px 0 20px;
}

.projects-block-one.mix {
	display: none;
}

.theme_color {
	color: #0a2349;
}

.theme_center {
	text-align: center;
}

img {
	display: inline-block;
	max-width: 100%;
}


/*** Scroll To Top style ***/

.scroll-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 48px;
	height: 48px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 48px;
	text-align: center;
	z-index: 99999;
	cursor: pointer;
	border-radius: 3px;
	background: #1c1c1c;
	display: none;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.scroll-to-top:hover {
	color: #ffffff;
	background: #1e4398;
}


/* banner */
.E-banner {
	width: 100%;
	height: 674px;
	position: relative;
	z-index: 1;
}

.list2 {
	width: 100%;
	height: 100%;
}

.list2 ul {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.list2 ul li {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.list2 ul li>a>img {
	width: 100%;
	height: 674px;
}

.ico2 {
	width: 96%;
	height: 8px;
	position: absolute;
	bottom: 70px;
	left: 50%;
	margin: 0 0 0 -48%;
	text-align: center;
	font-size: 0;
	/* overflow: hidden; */
}

.ico2 span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 8px;
	height: 8px;
	-moz-border-radius: 5px;
	border-radius: 6px;
	background: #fff;
	margin: 0 2px;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.ico2 span.active {
	width: 18px;
}

.btn2 {
	width: 36px;
	height: 70px;
	position: absolute;
	top: 49%;
	margin: -35px 0 0;
	background: rgba(0, 0, 0, .5);
	font-family: '宋体';
	font-size: 36px;
	opacity: 0;
	filter: alpha(opacity=0);
	text-align: center;
	line-height: 70px;
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.btn2.prev {
	left: 0;
}

.btn2.next {
	right: 0;
}

.E-banner:hover .btn2 {
	opacity: 1;
	filter: alpha(opacity=100);
	opacity: 0.5\9;
	filter: alpha(opacity=50);
}

/* 导航 */
.nav-height {
	position: absolute;
	height: 70px;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	background: rgba(0, 0, 0, 0.15);
	box-shadow: 0 1px 5px rgba(0, 17, 34, 0.5);
}

.nav-wrap {
	width: 100%;
	height: 70px;
}

.nav-wrap.navFix {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 99999;
	background: #fff;

}

.nav-wrap>ul {
	padding-right: 60px;
	float: right;
}

.nav-wrap>ul>li {
	float: left;
	position: relative;

}
.nav-wrap>ul>li::after {
	left: 0;
	width: 100%;
	height: 3px;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #ffa726;
	position: absolute;
	content: "";
	display: block;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-wrap>ul>li:hover::after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

.nav-wrap>ul>li>a {
	display: block;
	width: 150px;
	font-size: 20px;
	color: #fff;
	height: 70px;
	line-height: 70px;
	text-align: center;
}

.nav-wrap.navFix>ul>li>a {
	color: #2577d8;
}

.E-logo {
	position: absolute;
	left: 40px;
	top: 18px;
	width: 179px;
	height: 34px;
	z-index: 9;
}

.E-logo-a {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url(../img/logo_03.png) no-repeat center;
	background-size: 100%;
}
.nav-wrap.navFix>.E-logo>.E-logo-a {
	background: url(../img/LOGO.png) no-repeat center !important;
	background-size: 100%;

}
.nav-wrap li a.active {
	border-bottom: 3px solid #ffa726;
}
/* .nav-wrap.navFix>ul>li>a.first-link.hover {
	color: #2577d8;
}  */

/*二级菜单*/

.second-menu {
	width: 150px;
	position: absolute;
	right: 0;
	top: 70px;
	background: #fff;
	opacity: 1;
	display: none;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	padding-top: 15px;
}
.second-link {
	color: #333;
	font-weight: bold;
	padding: 0 15px;
	display: inline-block;
	margin-bottom: 15px;
	text-align: center;
	width: 100%;
}

.second-link:hover {
	color: #2577d8;
}

.third-link {
	padding: 0 15px 15px;
	display: block;
	color: #666;
	text-align: center;
}

.third-link:hover {
	color: #2577d8 !important;
	text-decoration: underline !important;
}
.nav-wrap>ul>li>.second-menu .second-link:hover{ text-decoration: underline; color: #2577d8!important;}


/* 搜索 */
.E-nav-search {
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 9;
	width: 38px;
}

.E-nav-search img {
	width: 18px;
	height: 70px;
	background: url(../img/sousuo_05.png) no-repeat left center;
	background-size: 100%;
}

.nav-wrap.navFix .E-nav-search img {
	background: url(../img/sousuo_06.png) no-repeat center;
}

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	top: 0 !important;
	left: 0;
	width: 100%;
	height: 70px;
	position: fixed;
	z-index: 101;
	background-color: #fff;
}

.reveal-modal input {
	width: 28%;
	height: 70px;
	display: block;
	margin: 0 auto;
	line-height: 70px;
	background: transparent;
	padding: 0 20px;
}

.reveal-modal .close-reveal-modal {
	font-size: 30px;
	position: absolute;
	top: 20px;
	left: 35%;
	color: #000 !important;
	font-weight: bold;
	cursor: pointer;
}

.reveal-modal .search-reveal-modal {
	position: absolute;
	top: 20px;
	right: 35%;
	cursor: pointer;

}

/* 安全 tab */

.E-security {
	width: 100%;
	position: relative;
	height: 920px;
}

.E-security-box {
	position: absolute;
	left: 0;
	top: -50px;
	z-index: 1;
	width: 100%;
}

.E-security-box-con {
	width: 1366px;
	margin: 0 auto;
	background: #f5f7fa;
	/* padding: 0 5%; */
	padding-bottom: 70px;
}

.E-security-box-con>h4 {
	font-size: 48px;
	padding-top: 70px;
}
.E-security-box-con>p{ color: #555e6c; padding-bottom: 20px; font-size: 16px;}

/*产品展示*/
/* .pro-center {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 35px 0 30px 0;
	background: #ffffff;
} */

.pro-center .title {
	font-size: 34px;
	text-align: center;
	padding-bottom: 5px;
	color: #333333;
	letter-spacing: 1px;
}

.pro-center .sub-title {
	font-size: 20px;
	text-align: center;
	color: #333333;
}

.pro-center .sub-title span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: auto;
}

.pro-center .sub-title span.text {
	padding: 0 10px;
}

/*产品展示左侧*/
.pro-left {
	float: left;
	width: 280px;
	box-sizing: border-box;
	/* box-shadow: 0px 10px 10px #f7f7f7; */
	height: 642px;
	background: #1673d2 url(../img/img_1.jpg) no-repeat bottom center;
	background-size: 100%;
	border: 1px solid #f3f5f8;
	border-radius: 5px 0 0 5px;
	padding-top: 30px;
}

.pro-content {
	width: 1300px;
	min-height: 642px;
	border-radius: 5px;
	background-color: #fff;
	margin: 0 auto;
	box-shadow: 0 5px 20px #dae1f0;
}

.pro-right {
	float: right;
	width: 1019.9px;
}

.pro-left .left-title {
	background: #317fff;
	height: 110px;
	line-height: 110px;
	text-align: center;
}

.pro-left .left-title span {
	display: inline-block;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}

.pro-left .left-title span.text {
	padding: 0 10px;
}

.pro-left .left-category ul li {
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	text-align: left;
	cursor: pointer;
	color: #fff;
	padding-left: 60px;
	position: relative;
	text-shadow: 0 2px 2px rgba(18, 18, 18, .1);
}

.pro-left .left-category ul li::before {
	content: "+";
	font-size: 18px;
	color: #fff;
	position: absolute;
	left: 30px;
	top: 0;
	text-shadow: 0 2px 2px rgba(18, 18, 18, .1);
}

.pro-left .left-category ul li.on {
	background: url(../img/img_2.png) no-repeat left center;
}

.pro-left .left-category ul li:hover {
	background: url(../img/img_2.png) no-repeat left center;
}

.pro-left .left-contact {
	margin-top: 37px;
	margin-bottom: 37px;
	text-indent: 70px;
	background: url(../image/tel.png) left 20px center no-repeat;
}

.pro-left .left-contact p {
	color: #317fff;
	font-size: 14px;
}

.pro-left .left-contact p.tel {
	font-size: 20px;
	padding-top: 10px;
}

/*产品展示右侧*/
.pro-right {
	display: none;
}

.pro-right ul li {
	float: left;
	width: 33.3%;
	/* background: #f7f7f7; */
	border: 1px solid #f7f7f7;
	box-sizing: border-box;
	transition: all .3s linear;
	height: 321px;
}

.pro-right ul li a {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 60px 35px;
	position: relative;

}

.pro-right ul li:nth-child(3n) {
	margin-right: 0;
}

.pro-right-title {
	position: relative;
	padding-left: 60px;
	padding-bottom: 25px;
}

.pro-right-title>img {
	position: absolute;
	left: 0;
	top: 0;
}

.pro-right-title>h4 {
	line-height: 36px;
	color: #333;
}

.pro-right>ul>li>a>p {
	text-align: left;
	font-size: 16px;
	color: #6d747a;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	letter-spacing: .1em;

}

.pro-right.active {
	display: block;
}

.pro-right ul li:hover {
	box-shadow: 0px 0px 15px #c6c6c6;
	transition: all .2s linear;
}

.pro-right-btn {
	position: absolute;
	left: 35px;
	bottom: 60px;
	z-index: 1;
}

.btn {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 10px 30px;
	text-decoration: none;
	position: relative;
	color: #6d747a;
	border-radius: 0;
}

.btn4 {
	border: 1px solid #d0d0d0;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.btn4:hover {
	color: #fff;
}

.btn4 span {
	font-size: 14px;
}

.btn4 .btnbg-x {
	background: #1673d1;
	position: absolute;
	z-index: -1;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	opacity: 0;
	*filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.btn4:hover .btnbg-x {
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1;
	*filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.btn4 span {
	position: relative;
	z-index: 1;
}

/* 自主研发产品 */
.pro-right-aut-ul>li>a{ padding: 0 !important;}
.pro-right-aut-line{ width: 30px; height: 2px; background-color: #1673d2; display: block; margin: 0 auto;}
.pro-right-aut>img{ width: 247px; height: 235px; display: block; margin: 15px auto 0;}
.pro-right-aut>h5{ text-align: center; color: #333; line-height: 70px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.pro-right-aut-ul>li:hover h5{ color: #1673d2;}
.pro-right-aut-more{ margin-top: 110px;}
.pro-right-aut-more>img{ width: 56px; height: 54px;}
.pro-right-aut-more>h5{ color: #1463c0;}
.pro-right-aut-ul>li:hover{ border-color: transparent;}


/* 数字  */
.E-number {
	width: 100%;
	height: 398px;
	background: #41bfce url(../img/img_3.jpg) no-repeat center;
	padding-top: 130px;
}

.numCount li {
	float: left;
	width: 25%;
	text-align: center;
}

.numCount li .item {
	margin: 0 10px;
}

.numCount li .numU {
	line-height: 1.3;
}

.numCount li .numCX {
	font-size: 54px;
	color: #fff;
}

.numCount li .numU .unitC {
	font-size: 150%;
	line-height: 1.3;
	margin-left: 0.3em;
	color: #fff;
}

.numCount li .numU sup {
	vertical-align: top;
}

.numCount li .numU sub {
	vertical-align: baseline;
}

@media (max-width:800px) {
	.numCount li .numCX {
		font-size: 36px;
	}
}

@media (max-width:640px) {
	.numCount li .numCX {
		font-size: 7vw;
	}
}

@media (max-width:480px) {
	.numCount {
		font-size: 0.5vw;
	}
}

.indc {
	color: #fff;
	font-size: 18px;
}

/* 优势 */
.E-advantage,
.E-qualification {
	width: 100%;
	background: #f5f7fa;
	padding: 60px;
}

.E-title-1 {
	width: 100%;
}

.E-title-1>h4 {
	font-size: 36px;
}

.E-title-1>p {
	text-transform: uppercase;
	color: #429cdf;
	font-size: 16px;
}

.E-title-1>img {
	display: block;
	margin: 0 auto;
}

.E-advantage-con {
	width: 100%;
	margin: 0 auto;

	min-width: 1270px;
	padding: 60px 45px 70px;
}

.E-advantage-con>ul>li {
	width: 22.5%;
	margin: 0 1%;
	background-color: #fff;
	border-radius: 6px;
	padding: 80px 1.5% 60px;
	min-width: 271px;
	float: left;
	transform: scale(1);
	transition: all .2s linear;
	box-shadow: 0 0 15px #b7b9c3;
}

.E-advantage-con>ul>li:hover {
	transform: scale(1.1);
	transition: all .2s linear;
}

.E-advantage-con>ul>li>a>h4 {
	text-align: center;
	color: #333;
}

.E-advantage-con>ul>li>a>img {
	margin: 45px auto 35px;
	display: block;
}

.E-advantage-con>ul>li>a>p {
	text-align: center;
	font-size: 16px;
	color: #888888;
	padding-bottom: 34px;
	min-height: 118px;
}

.E-advantage-con-btn {
	width: 170px;
	height: 50px;
	background: -webkit-linear-gradient(left, #3c8aec, #6da7ed);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #3c8aec, #6da7ed);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #3c8aec, #6da7ed);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #3c8aec, #6da7ed);
	/* 标准的语法 */
	font-size: 18px;
	border-radius: 50px;
	color: #fff;
	display: block;
	margin: 0 auto;
	transition: all .2s linear;
}

.E-advantage-con-btn:hover {
	opacity: .8;
	transition: all .2s linear;
}

/* 解决方案 */

.E-resolve,
.E-qualification,
.E-enterprise,
.E-contact,
.E-service,
.E-related,
.E-scenario,
.E-cooperation {
	padding: 60px 0;
	width: 100%;
}

/* 资质&能力 */
.rvc {
	max-width: 1315px;
	position: relative;
	margin: auto;
	margin-top: 30px;
	min-width: 1300px;
}

.rvc .rvc-wrapper {
	margin: auto;
	overflow: hidden;
}

.rvc .rvc-wrapper ul {
	overflow: hidden;
	position: relative;
}

.rvc .rvc-wrapper ul li {
	float: left;
	border: 1px solid #d5dce7;
	min-height: 274.42px;
	background: #fff;
}

.rvc .rvc-wrapper ul li a {
	display: block;
	width: 100%;
	height: auto;
}

.rvc-prv,
.rvc-next {
	position: absolute;
	height: 100%;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	opacity: .3;
	cursor: pointer;
}

.rvc-prv {
	left: 0;
}

.rvc-next {
	right: 0;

}

.rvc-prv:hover,
.rvc-next:hover {
	opacity: .5;
}

.E-qualification-btn {
	width: 178px;
	margin: 0 auto;
	display: block;
	margin-top: 40px;
}

.E-qualification-btn>.btn {
	color: #1673d2;
	padding: 15px 60px;
}

.E-qualification-btn>.btn4 {
	border-color: #1673d2;
}

.E-qualification-btn>.btn4:hover {
	color: #fff;
}

/* 企业动态 */
.E-enterprise-main {
	padding-top: 30px;
}

.E-enterprise-main .hd {
	height: 40px;
	width: 100%;
	background: url(../img/img_18.jpg) center;
	background-repeat: repeat-x;
}


.E-enterprise-main .hd ul {
	width: 570px;
	margin: 0 auto;
}

.E-enterprise-main .hd ul li {
	float: left;
	cursor: pointer;
	list-style: none;
	height: 40px;
	line-height: 40px;
	color: #333;
	text-align: center;
	border: 1px solid #e5eaf2;
	width: 130px;
	margin: 0 30px;
	background-color: #fff;
}

.E-enterprise-main .hd ul .on {

	border-color: #1a90fd;
	background: #0180f5;
	color: #fff;
}

.E-enterprise-ul {
	width: 80%;
	margin: 35px auto 0;

}

.E-enterprise-ul li {
	float: left;
	width: 22.5%;
	margin: 0 1.2%;
	max-height: 308px;
	min-height: 210px;
}

.E-enterprise-ul li a {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}

.E-enterprise-ul li a h4 {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 48px;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 18px;
	width: 100%;
	padding: 0 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.E-enterprise-ul li>a>img {
	width: 100%;
	height: 300px;
}

/* 联系我们 */

.E-contact {
	background: #f5f7fa url(../img/img_23.jpg) no-repeat top center;
}

.E-contact-con {
	width: 1320px;
	background: #fff;
	padding: 50px 60px;
	margin: 0 auto;
	margin-top: 10px;
}

.E-contact-con-l {
	width: 680px;
}

.E-contact-con-l-top-h4 {
	font-size: 18px;
	color: #0180f5;
	position: relative;
	padding-left: 30px;
}

.E-contact-con-l-top-h4>img {
	position: absolute;
	left: 0;
	top: 4px;
	z-index: 1;
}

.E-contact-con-l-top-txt {
	width: 100%;
	background: #f8f8f8;
	border-radius: 5px;
	padding: 10px 25px 20px;
	margin-top: 20px;
}

.E-contact-con-l-top-txt>p {
	border-bottom: 1px dashed #e9e9e9;
	line-height: 30px;
	font-size: 18px;
	padding: 10px 5px;
	margin-bottom: 0;
	color: #333333;
}

.E-contact-con-l-top-txt>p>strong {
	color: #0783f5;
}

.E-contact-con-r {
	width: 480px;
}

.E-contact-con-r>h4 {
	margin-bottom: 20px;
}

.E-contact-con-r-input1 {
	margin-bottom: 20px;
}

.E-contact-con-r-input1 input {
	width: 100%;
	height: 50px;
	border: 1px solid #d9dadd;
	border-radius: 5px;
	padding: 0 20px;
	line-height: 50px;
}

.E-contact-con-r-input1 input::-webkit-input-placeholder,.E-contact-con-r-validation input::-webkit-input-placeholder,.E-contact-con-r-area textarea::-webkit-input-placeholder {
	color: #b2b5bd;
}

.E-contact-con-r-input1 input:focus,
.E-contact-con-r-area textarea:focus,
.E-contact-con-r-validation input:focus {
	border-color: #0783f5;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

.E-contact-con-r-area textarea {
	width: 100%;
	border: 1px solid #d9dadd;
	border-radius: 5px;
	padding: 20px 10px 20px 20px;
	height: 183px;
	/* color: #b2b5bd; */
	margin-bottom: 15px;
}

.E-contact-con-r-validation input {
	width: 295px;
	height: 50px;
	border: 1px solid #d9dadd;
	border-radius: 5px;
	padding: 0 20px;
	line-height: 50px;
}

.E-contact-con-r-validation button {
	width: 165px;
	height: 52px;
	border-radius: 5px;
	outline: none;
}

.E-contact-con-r-btn {
	padding-top: 20px;
}

.E-contact-con-r-btn button {
	width: 230px;
	height: 60px;
	text-align: center;
	background-image: linear-gradient(to right, #3c8aec, #6da7ed);
	font-size: 20px;
	color: #fff;
	border-radius: 5px;
	opacity: .8;
	outline: none;
}

.E-contact-con-r-btn button:last-child {
	background-image: linear-gradient(to right, #bdc4ca, #c9cdd0);
}

.E-contact-con-r-btn button:hover {
	opacity: 1;
}

.E-contact-con-l-bot {
	width: 100%;
	height: 280px;
	margin-top: 20px;
	border-radius: 5px;
	background: #000;
}

.con-us-map {
	width: 100%;
	height: 280px;
}

#container3 {
	width: 100%;
	height: 100%;
}


/* 小图标 */
.E-line {
	width: 100%;
	background: #0180f5 url(../img/img_25.jpg) no-repeat center;
	height: 90px;
}

.E-line-con {
	width: 1300px;
	margin: 0 auto;
}

.E-line-con ul li {
	width: 18%;
	margin: 0 1%;
	float: left;
	position: relative;
	padding-left: 60px;
	padding-top: 15px;
	color: #99ccfb;
}

.E-line-con ul li img {
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 1;
}

/* 底部 */
.footer-iframe {
	width: 100%;
	height: 402px;
}

.footer {
	background: #252b3b;
	padding-top: 50px;
	padding-bottom: 30px;
}

.footer-con {
	width: 1300px;
	margin: 0 auto;
}

.footer-ul li {
	float: left;
	margin-right: 90px;
}

.footer-ul li h4 {
	font-size: 16px;
	color: #ffffff;
	padding-bottom: 10px;
}

.footer-ul li a {
	display: block;
	color: #999a9e;
}

.footer-ul li a:hover {
	text-decoration: underline;
	color: #e4e4e4;
}

.footer-con-r {
	position: relative;
}

.footer-con-r img {
	position: absolute;
	left: -160px;
	top: 0;
	z-index: 10;
}

.footer-con-r h3 {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	line-height: 1;
}

.footer-con-r p {
	color: #a2a4a9;
	padding-top: 5px;
}

.footer-con-r button {
	width: 140px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background-color: #1e8cff;
	margin-top: 20px;
}

.footer-line {
	width: 100%;
	height: 1px;
	background-color: #363d50;
	border-bottom: 1px solid #141b2d;
	margin-top: 60px;
}

.footer-con-p {
	padding: 20px 0;
	line-height: 24px;
	position: relative;
	padding-left: 80px;
	color: #999a9e;
}

.footer-con-p span {
	position: absolute;
	left: 0;
	top: 20px;
	z-index: 1;
}

.footer-con-p a {
	padding: 0 20px;
	color: #999a9e;
}

.footer-con-p a:hover {
	text-decoration: underline;
}


/* 软件开发页面 */
.pages-banner-txt {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	padding-top: 200px;
}

.pages-banner-txt>h2,
.pages-banner-txt>p {
	text-align: center;
	color: #fff;
}

.pages-banner-txt>h2 {
	font-size: 36px;
	padding-bottom: 30px;
}

.pages-banner-txt>p {
	font-size: 18px;
}

.pages-banner-txt-btn {
	padding-top: 70px;
}

.pages-banner-txt-btn>.btn {
	color: #2b8cfe;
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #fff;
	padding: 15px 50px;
	transition: all .2s linear;

}

.pages-banner-txt-btn>.btn>span {
	font-size: 16px;
}

.pages-banner-txt-btn>.btn4:hover {
	color: #2b8cfe;
}

.pages-banner-txt-btn>.btn4 .btnbg-x {
	background-color: #fff;
}


.E-advantage-h3,
.E-advantage-p {
	text-align: center;
}

.E-advantage-h3 {
	font-size: 36px;
	color: #0a2349;
	padding-top: 25px;
}

.E-advantage-p {
	color: #666666 !important;
	margin-top: 25px;
}

/* 服务范围 */
.kwicks {
	position: relative;
	margin: 30px auto;
	padding: 0;

}

.kwicks.horizontal li {
	float: left;
}

.kwicks li {
	float: left;
	height: 316px;
	width: 260px;
	position: relative;
	cursor: pointer;

}

.kwicks li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .3);
	height: 316px;
	width: 100%;
	z-index: 0;
}

#kwick1 {
	background-color: #53b388;
	background-image: url('../img/img_28.jpg');
}

#kwick2 {
	background-color: #5a69a9;
	background-image: url('../img/img_30.jpg');
}

#kwick3 {
	background-color: #c26468;
	background-image: url('../img/img_31.jpg');
}

#kwick4 {
	background-color: #bf7cc7;
	background-image: url('../img/img_32.jpg');
}

#kwick5 {
	background-color: #000;
	background-image: url('../img/img_33.jpg');
	margin-right: none;
}

.E-service-txt {
	padding: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	/* transform: translateY(100px); */
	min-height: 5.5em;
	overflow: hidden;
}

.E-service-txt>h4,
.E-service-txt>p {
	color: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.E-service-txt>h4 {
	font-size: 18px;

}

.E-service-txt>h4>img {
	display: block;
	margin-bottom: 10px;

}

.E-service-txt>p>span {
	display: block;
	width: 34px;
	height: 2px;
	background-color: #fff;
	margin: 15px 0 20px;
}

.E-service-txt>p {
	margin-bottom: 0;
	opacity: 0;
	*filter: alpha(opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	height: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;

}

.kwicks li:hover .E-service-txt>p {
	opacity: 1;
	*filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
	height: auto;
}

.kwicks li:hover .E-service-txt>p,
.kwicks li:hover .E-service-txt>h4 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* 相关产品 */
.E-related {
	background-color: #f3f7fa;
}

.E-related-ul {
	margin-top: 40px;
}

.E-related-ul li {
	float: left;
	margin-right: 14px;
}

.E-related-ul li a {
	transition: all .2s linear;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	display: block;
}

.E-related-ul li:last-child {
	margin-right: 0;
}

.E-related-ul li a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	transition: all .2s linear;
}

.E-related-ul-col-a {
	background-color: #fff;
	width: 426px;
	height: 450px;
}

.col-a-imgs {
	width: 100%;
	height: 217px;
	background-color: #1673d2;
}

.col-a-imgs>img {
	width: 100%;
	height: 100%;
}

.col-a-txt {
	width: 100%;
	padding: 30px 20px;
}

.col-a-txt>i {
	width: 30px;
	height: 4px;
	display: block;
	margin: 0 auto 20px;
	background-color: #1673d2;
}

.col-a-txt>h4 {
	text-align: center;
	font-size: 18px;
	color: #0a2349;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.col-a-txt>p {
	margin-bottom: 0;
	color: #888888;
	text-align: center;
	padding-top: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;

}

.E-related-ul-col-b {
	width: 420px;
	height: 218px;
	margin-bottom: 14px;
	background-color: #fff;
	position: relative;
	padding: 20px;
	padding-right: 220px;
}

.col-b-imgs {
	position: absolute;
	right: 0;
	top: 0;
	width: 200px;
	height: 218px;
	z-index: 1;
	background-color: #1673d2;
}

.col-b-imgs>img {
	width: 100%;
	height: 100%;
}

.col-b-txt>i {
	width: 30px;
	height: 4px;
	display: block;
	margin-bottom: 20px;
	background-color: #1673d2;
	margin-top: 20px;
}

.col-b-txt>h4 {
	font-size: 18px;
	color: #0a2349;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.col-b-txt>h4,
.col-b-txt>p {
	text-align: left;
}

.col-b-txt>p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 20px;
	color: #888888;
}

.E-related-ul-col-c {
	width: 326px !important;
}


/* 应用场景 */

.E-scenario-main {
	width: 100%;
	overflow: hidden;
}

.E-scenario-main .hd ul {
	font-size: 20px;
	width: 80%;
	margin: 50px auto 0;
}

.E-scenario-main .hd ul li {
	float: left;
	cursor: pointer;
	list-style: none;
	height: 60px;
	line-height: 60px;
	color: #666;
	text-align: center;
	width: 25%;
	padding: 0 1%;

}

.E-scenario-main .hd ul .on {
	color: #1176dc;
	border-bottom: 3px solid #1176dc;
	height: 60px;

}

.E-scenario-main .bd ul {
	overflow: hidden;
	clear: both;
	margin-top: 30px;
	background-color: #3587db;

}

.E-scenario-main .bd li {
	float: left;
	width: 50%;
	height: 380px;
	padding: 30px;
}

.E-scenario-main .bd li:first-child {
	padding: 0;
}

.E-scenario-main .bd li>img {
	width: 100%;
	height: 100%;
}

.E-scenario-main .bd li:last-child {
	background: url(../img/img_35.jpg) no-repeat center left;
	background-size: cover;
}

.E-scenario-main-txt {
	padding-top: 90px;
	padding-left: 80px;
	position: relative;
}

.E-scenario-main-txt>img {
	position: absolute;
	left: 30px;
	top: 80px;
	z-index: 1;
}

.E-scenario-main-txt>p {
	color: #fff;
	font-size: 18px;

}

/* 合作案例 */

.E-cooperation {
	background-color: #f3f7fa;
}

.E-cooperation-con {
	margin-top: 60px;
	padding-bottom: 80px !important;
}

.E-cooperation-con .swiper-slide {
	height: 412px;

}

.E-cooperation-con-blc {
	text-align: left;
	width: 100%;
	height: 100%;
	border: 1px solid #e1e3e7;
	padding: 30px;
	position: relative;
	z-index: 0;
	background-color: #000;
}

.E-cooperation-con-blc-imgs {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}

.E-cooperation-con-blc-imgs>img {
	width: 100%;
	height: 100%;
	opacity: .5;
}

.E-cooperation-con-blc>h3 {
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.E-cooperation-con-blc>h3,
.E-cooperation-con-blc>p {
	color: #fff;
}

.E-cooperation-con-blc>p {
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 20px;
}

.E-cooperation-con-blc>i {
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, 0.5);
	position: relative;
	display: block;
	margin-top: 90px;
}

.E-cooperation-con-blc>i::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 1px;
	background-color: #fff;
}

.E-cooperation-con-blc>a {
	font-size: 14px;
	color: #ffffff;
	margin-top: 60px;
	display: block;
}

/* 核心业务 */

.E-core {
	width: 100%;
	height: 592px;
	background: url(../img/img_38.jpg) no-repeat center;
	background-size: 100% 100%;
	padding: 60px 0;
}

.E-core-title>h4,
.E-core-title>p {
	color: #ffffff;
}

.E-core-con {
	width: 1260px;
	margin: 0 auto;
	padding-top: 40px;
}

.E-core-con ul li {
	float: left;
	width: 20%;
	padding: 0 20px;
	text-align: center;
}

.E-core-con ul li a{
	color: #fff;
}

.E-core-con ul li img {
	opacity: .9;
	transition: all .2s linear;
	transform: scale(1);
}

.E-core-con ul li:hover img {
	opacity: 1;
	transition: all .2s linear;
	transform: scale(1.1);
}

.E-core-con ul li>h4 {
	font-size: 20px;
	line-height: 48px;
}

.E-core .E-qualification-btn>.btn4 {
	border-color: #ffffff;
}

.E-core .E-qualification-btn>.btn {
	color: #ffffff;
}

.E-core .btn4 .btnbg-x {
	background-color: #fff;
}

.E-core .E-qualification-btn>.btn:hover {
	color: #1673d1;
}

.E-us {
	width: 100%;
	height: 346px;
	background: url(../img/img_40.jpg) no-repeat center;
	padding: 60px 0;
}

.E-us h4 {
	font-size: 30px;
	color: #366ad6;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	padding-top: 30px;
}

.E-us p {
	text-align: center;
}


/* 产品详情 */
/* 新增 20220107*/
.E-p-d-txt{ position: relative;}
.E-p-d-txt>h2,
.E-p-d-txt>p {
	text-align: left;
	color: #fff;
}

.E-p-d-txt>h2 {
	font-size: 30px;
	padding-bottom: 30px;
}

.E-p-d-txt>p {
	font-size: 16px;
	width: 770px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.E-p-d-txt-imgs{ position: absolute; right: 0;top: 0; width: 400px; height: 400px; padding: 0 20px 30px;}
.E-p-d-txt-imgs>img{ max-width: 100%;}

/* 结束-新增 20220107*/

.E-occasion {
	padding: 60px 0 0;
}

.trade-content {
	padding: 40px 0 0;
}

.trade-black {
	height: 641px;
}

.trade-box {
	width: 100%;
	margin: 0 auto;
	position: relative;
	transition: all .3s ease;
}

.trade-box-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.trade-box-item {
	flex: 1;
	text-align: center;
	position: relative;
	height: 641px;
	background: no-repeat center;
	background-size: 100% 100%;

}

.trade-content .trade-box-item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 44, 84, .5);
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.trade-box-item a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.item-logo {
	margin: 0 auto;
	display: block;
}

.trade-content .trade-box-item .item-logo {
	position: relative;
	margin-top: 220px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-logo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.item-title {
	font-size: 30px;
	color: #fff;
	padding: 20px;
	position: relative;
	text-align: center;
}

.trade-content .item-title:before {
	content: "";
	position: relative;
	display: block;
	width: 35px;
	border-bottom: 4px solid #fff;
	margin: 10px auto 40px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.item-text {
	position: relative;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	opacity: 0;
	margin-top: 10px;
}

.item-text p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
	padding: 0 25px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 12;
	overflow: hidden;
}

.trade-content .item01 {
	background-image: url(../img/img_42.jpg);
}

.trade-content .item02 {
	background-image: url(../img/img_43.jpg);
}

.trade-content .item03 {
	background-image: url(../img/img_44.jpg);
}

.trade-content .item04 {
	background-image: url(../img/img_45.jpg);
}

.trade-content .item05 {
	background-image: url(../img/img_46.jpg);
}

.trade-content .trade-box-item:hover .item-text {
	/*display: block;*/
	/*opacity: 1;*/
	/*margin-top: 0;*/
}

.trade-content .trade-box-item:hover:before {
	/*background-color: rgba(69, 143, 236, .8);*/
}

.trade-content .trade-box-item:hover .item-logo {
	/*margin-top: 80px;*/
}

.trade-content .trade-box-item:hover .item-title:before {
	/*opacity: 0;*/
	/*margin-bottom: 0;*/
}


/* 关于我们页面 */
.pages-banner-txt-about {
	padding-top: 150px;
}

.pages-banner-txt-about>h2 {
	font-size: 28px;
}

.pages-banner-txt-about>p {
	font-size: 14px;
	line-height: 30px;
}

.pages-banner-txt-about>.pages-banner-txt-btn {
	padding-top: 40px;

}

.pages-banner-txt-about>.pages-banner-txt-btn>.btn {
	background: transparent;
	color: #fff;
	opacity: .8;
	border-color: rgba(255, 255, 255, 0.5);
}

.pages-banner-txt-about>.pages-banner-txt-btn>.btn4 .btnbg-x {
	background-color: rgba(255, 255, 255, 0.2);
}

.pages-banner-txt-about-boxs {
	width: 1024px;
	margin: 60px auto 0;
}

.bout-boxs-col {
	float: left;
	width: 240px;
	height: 95px;
	background-color: rgba(0, 66, 148, 0.5);
	margin: 0 8px;
	padding-top: 20px;
	opacity: .8;
	transition: all .2s linear;

}

.bout-boxs-col>h5 {
	font-size: 16px;
}

.bout-boxs-col>h5,
.bout-boxs-col>p {
	color: #fff;
}

.bout-boxs-col:hover {
	opacity: 1;
	transition: all .2s linear;
}

.E-about-u,
.E-three-core {
	padding: 60px 0;
}

.E-about-u-con {
	background-color: #f6f7fb;
	margin-top: 40px;
}

.E-about-u-con-fl {
	width: 602px;
	height: 403px;
}

.E-about-u-con-fl>img {
	width: 100%;
	height: 100%;
}

.E-about-u-con-fr {
	width: 598px;
	padding: 30px 45px;
}

.E-about-u-con-fr h4 {
	color: #000000;
	margin-top: 35px;
}

.E-about-u-con-fr p {
	font-size: 16px;
	color: #666;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 5;*/
	overflow: hidden;
}

.E-about-u-con-fr-btn {
	margin-top: 40px;
	display: block;
}

.E-about-u-con-fr-btn .btn {
	color: #1673d2;
	padding: 12px 40px;
}

.E-about-u-con-fr-btn .btn4 {
	border-color: #1673d2;
}

.E-about-u-con-fr-btn .btn4:hover {
	color: #fff;
}

.E-three-core {
	background: url(../img/img_50.jpg) no-repeat center;
	height: 800px;
	background-size: cover;
}

.E-three-core-slide {
	position: relative;
	padding: 40px 0;
	padding-left: 360px;
	padding-right: 20px;
	height: 362px;
	border-radius: 10px;
	display: block;
}

.E-three-core-slide>img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	border-radius: 10px 0 0 10px;
}

.E-three-core-slide h4 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}

.E-three-core-slide p {
	font-size: 16px;
	color: #666;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}

.E-arrows {
	position: absolute;
	right: 30px;
	bottom: 20px;
	z-index: 2;
	color: #1463c0;
}

.E-three-core-slide-span {
	position: absolute;
	left: 270px;
	top: 30px;
	z-index: 2;
	padding: 10px 7px;
	background-color: #1463c0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	font-family: "宋体";
}

.E-motto {
	width: 100%;
	height: 466px;
	background: url(../img/img_54.jpg) no-repeat center;
	padding: 100px 0;

}

.E-motto-p {
	text-align: center;
	font-size: 24px;
	margin-top: 45px;
	color: #333333;
	font-weight: 300;
}

.E-motto-p>strong {
	font-weight: bold !important;
	color: #1463c0;
}

.E-course {
	width: 100%;
	height: 938px;
	background: url(../img/img_55.jpg) no-repeat center;
	background-size: 100% 100%;
	padding-top: 60px;
}

.body-box {
	width: 100%;
}

.timer-shaft-box {
	width: 100%;
	padding: 30px 40px;
	box-sizing: border-box;
}

.timer-shaft {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.timer-left {
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 99;
	width: 27px;
	height: 38px;
	margin-top: -18.5px;
	background: url(../img/l_38.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}

.timer-right {
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 1;
	width: 27px;
	height: 38px;
	margin-top: -18.5px;
	background: url(../img/r_38.png) no-repeat;
	background-size: cover;
	cursor: pointer;
}

.timer-left,
.timer-right {
	opacity: .2;
}

.timer-left:hover,
.timer-right:hover {
	opacity: .5;
}

.timer-scale {
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	font-size: 0;
	white-space: nowrap;
	width: 100%;
}

.timer-scale-cont {
	display: inline-block;
	height: 100%;
	line-height: 80px;
	width: 20%;
}

.time-circle {
	padding: 0 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	font-weight: bolder;
	color: #fff;
	transition: all .3s;
	cursor: pointer;
	opacity: .5;
}

.timer-scale-cont.hov .time-circle {
	transform: scale(1.2);
	opacity: 1;
}



.timer-shaft-content {
	width: 1200px;
	overflow: hidden;
	font-size: 0;
	box-sizing: border-box;
	white-space: nowrap;
	margin: 0 auto;
	margin-top: 80px;
	height: 550px;
	overflow-y: scroll;
	-ms-overflow-style: none
}

.timer-shaft-content ::-webkit-scrollbar {
	/*滚动条整体样式*/
	display: none;
	/*高宽分别对应横竖滚动条的尺寸*/
}

.timer-shaft-content::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	display: none;
}

.timer-shaft-content::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	display: none;
}

.month-detail-box {
	position: relative;
	width: 100%;
	min-height: 93px;
	white-space: normal;
	padding-left: 50px;
}

.month-detail-box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 15px;
	height: 100%;
	border-right: 1px solid #a5dfff;
}

.month-detail-box::after {
	content: '';
	position: absolute;
	top: 35px;
	left: 8px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #a5dfff;
}

.month-detail-box>span {
	display: block;
	font-size: 24px;
	padding-top: 25px;
	margin-bottom: 15px;
}

.month-detail-box>span>font {
	font-size: 18px;
}

.month-detail-box>span,
.month-detail-box>p {
	color: #fff;
}

.month-detail-box>p {
	font-size: 16px;
	margin-bottom: 0;
	line-height: 36px;
}

.E-course-imgs {
	display: block;
	margin: 0 auto;
}

.shaft-detail-cont {
	display: none;
	width: 100%;
}

/* 新闻动态 */
.E-news-txts {
	padding-top: 300px;
}

.E-news-txts>h2 {
	padding-bottom: 10px;
}

.E-news-txts>p {
	font-size: 24px;
}

.E-news-main {
	padding-top: 50px;
}

.E-news-main>.hd {
	height: 50px;
}

.E-news-main>.hd>ul {
	width: 765px;
}

.E-news-main>.hd>ul>li {
	width: 205px;
	margin: 0 25px;
	height: 50px;
	line-height: 50px;
}

.E-news-main>.hd>ul .on {
	border-color: #1463c0;
	background: #1463c0;
}

.E-news-main-ul {
	width: 1200px;
	margin: 40px auto 0;
}

.E-news-main-ul>li>a {
	background-color: #f7fbfe;
	box-shadow: 0 2px 1px #d9e1e9;
	margin-bottom: 20px;
	padding: 40px;
	min-height: 244px;
	padding-left: 315px;
	position: relative;
	display: block;
	border-top: 2px solid transparent;
	transition: all .2s linear;
}

.E-news-main-ul>li>a>img {
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 1;
	width: 247px;
	height: 165px;
}

.E-news-main-ul>li>a>h4 {
	font-size: 20px;
	color: #000;
	padding: 15px 0 10px;
}

.E-news-main-ul>li>a>p {
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.E-news-main-ul>li>a>.E-news-main-ul-btn {
	position: absolute;
	right: 40px;
	bottom: 40px;
	z-index: 1;
}

.E-news-main-ul>li>a:hover {
	border-color: #1463c0;
	transition: all .2s linear;
}

.E-news-main-ul>li>a:hover h4 {
	color: #1463c0;
	transition: all .2s linear;
}

.E-news-main-ul-time {
	color: #388beb;
	line-height: 20px;
	display: block;
	position: relative;
	padding-left: 25px;
	padding-right: 120px;
}

.E-news-main-ul-time>img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

/*分页*/
.zxf_pagediv {
	text-align: center;
	color: #999999;
	padding: 30px 0 50px;
}

.zxf_pagediv a {
	text-decoration: none;
}

.zxf_pagediv span,
div.zxf_pagediv a {
	display: inline-block;
	box-sizing: border-box;
}

.disabled {
	height: 35px;
	width: 65px;
	line-height: 35px;
	background: #f2f2f2;
	margin: 0 5px;
}

.zxfPagenum {
	color: #666;
	background: #FFFFFF;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #dedede;
	margin: 0 5px;
	font-size: 16px;
	transition: all .2s linear;
}

.zxfPagenum:hover {
	border-color: #418dec;
	transition: all .2s linear;
}

.nextbtn,
.prebtn {
	color: #666;
	background: #f5f5f5;
	width: 99px;
	height: 38px;
	line-height: 38px;
	/* border: 1px solid #dfdfdf; */
	margin-right: 10px;
	transition: all .2s linear;
}

.nextbtn {
	margin-left: 10px;
}

.nextbtn:hover,
.prebtn:hover {
	background-color: #418dec;
	transition: all .2s linear;
	color: #fff;
}

.zxfinput {
	width: 50px;
	height: 38px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #dedede;
	margin: 0 12px;
	transition: all .2s linear;
}

.zxfinput:focus {
	border-color: #418dec;
	transition: all .2s linear;
}

.zxfokbtn {
	width: 50px;
	height: 38px;
	line-height: 38px;
	/* border: 1px solid #dfdfdf; */
	cursor: pointer;
	margin-left: 15px;
	background-color: #418dec;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

/* .nextpage{
	color: #418dec;
	margin: 0 5px;
	border: 1px solid #418dec;
} */
.current {
	color: #ffffff;
	background: #418dec;
	border: none;
}

/* 新闻单页 */

.E-p-location {
	width: 100%;
	padding-top: 70px;
}

.E-p-location-con {
	width: 100%;
	height: 55px;
	background-color: #f2f2f2;
	line-height: 55px;
	color: #666666;
}

.E-p-location-con a {
	color: #666666;
	transition: all .2s linear;
	margin: 0 3px;
}

.E-p-location-con a:hover {
	text-decoration: underline;
	color: #1463c0;
	transition: all .2s linear;
}

.E-p-location-con img {
	margin-top: -5px;
	vertical-align: middle;
}

.E-p-location-con-on {
	color: #1463c0 !important;
}

.E-p-main {
	padding: 50px 0;
}

.E-p-main-fl {
	width: 800px;
}

.E-p-main-fr {
	width: 360px;
}

.E-p-main-fl-top>h4,
.E-p-main-fl-top>p {
	text-align: center;
}

.E-p-main-fl-top>h4 {
	padding-bottom: 20px;
}

.E-p-main-fl-top>p>span{
	color: #666;
	margin: 0 15px;
}

.E-p-main-fl-bot {
	padding-top: 10px;
	min-height: 618px;
}

.E-p-main-fl-bot p {
	color: #666;
}

.E-p-main-fl-bot img {
	width: 85%;
	display: block;
	margin: 30px auto;
}

.E-p-main-fl-link {
	margin-top: 40px;
}

.E-p-main-fl-link a {
	width: 380px;
	background: #f7f7f7;
	position: relative;
	color: #333333;
	padding: 30px 0;
}

.E-p-main-fl-link a.fl {
	padding-right: 30px;
	padding-left: 80px;
	text-align: right;
}

.E-p-main-fl-link a.fr {
	padding-right: 80px;
	padding-left: 30px;
	text-align: left;
}

.E-p-main-fl-link a img {
	position: absolute;
	top: 37px;
	z-index: 1;
}

.E-p-main-fl-link a.fl>img {
	left: 30px;
}

.E-p-main-fl-link a.fr>img {
	right: 30px;

}

.E-p-main-fl-link a:hover {
	color: #1463c0;
}

.E-p-main-fr-top-ul {
	padding: 30px 20px;
	border: 1px solid #d9e1e9;
	margin-top: 20px;
}

.E-p-main-fr-top-ul li {
	transition: all .2s linear;
}

.E-p-main-fr-top-ul li a {
	font-size: 16px;
	color: #333;
	padding-bottom: 20px;
	display: block;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.E-p-main-fr-top-ul li a span {
	width: 25px;
	height: 25px;
	font-size: 14px;
	background-color: #999999;
	color: #fff;
	display: inline-block;
	line-height: 25px;
	text-align: center;
	margin-right: 10px;
}

.E-p-main-fr-top-ul li:last-child a {
	padding-bottom: 0;
}

.E-p-main-fr-top-ul li:hover a {
	color: #1463c0;
	transition: all .2s linear;
}

.E-p-main-fr-top-ul li:hover a span {
	background: #1463c0;
	transition: all .2s linear;
}

.E-p-main-fr-bot {
	margin-top: 30px;
}

.E-p-main-fr-bot>h4 {
	margin-bottom: 20px;
}

.E-p-main-fr-bot>a {
	width: 360px;
	height: 130px;
	position: relative;
	margin-bottom: 16px;
	display: block;
	opacity: 1;
	transition: all .2s linear;

}

.E-p-main-fr-bot>a>img {
	width: 100%;
	height: 100%;
}

.E-p-main-fr-bot>a>p {
	position: absolute;
	left: 30px;
	top: 50px;
	z-index: 1;
	color: #fff;
	font-size: 16px;
}

.E-p-main-fr-bot>a:hover {
	opacity: .9;
	transition: all .2s linear;
}

/* 产品列表 */
.E-list>.w1200{
	width: 1228px;
	max-width: 1228px;
	margin-top: 30px;
}
.E-list>h4 {
	text-align: center;
	padding: 15px 0;
	background-color: #1463c0;
	color: #fff;
	font-size: 18px;
	width: 205px;
	margin: 40px auto;
}

.E-list-ul li {
	width: 277px;
	border: 1px solid #d2d2d2;
	float: left;
	margin: 0 15px 30px;
}
.E-list-ul li:hover{
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transition: all .2s linear;
	border-color: transparent;
}



.E-list-ul-imgs {
	border-bottom: 1px solid #d2d2d2;
}

.E-list-ul-imgs>img {
	width: 277px;
	height: 261px;
}

.E-list-ul-bot {
	background-color: #f5f6f7;
	padding: 20px;
}

.E-list-ul-bot h4 {
	color: #333;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

.E-list-ul-bot span {
	color: #2b8cfe;
	font-weight: bold;
	text-align: center;
	display: block;
	font-style: normal;
}

.E-list-ul-bot-btn{
	margin: 40px auto 0;
	display: block;
	width: 216px;
	height: 40px;
	position: relative;
}
.E-list-ul-bot-btn::before{
	content: "";
	width: 2px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	display: block;
	background-color: #1474e5;

}
.E-list-ul-bot-btn .btn4 {
	border-color:#7cade7;
}

.E-list-ul-bot-btn .btn {
	background-color: #7cade7;
	padding: 10px 75px;
}

.E-list-ul-bot-btn .btn span {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	position: relative;
	display: block;
}
.E-list-ul-bot-btn .btn::after{
	content: "→";
	position: absolute;
	top: 0;
	right: 20px;
	z-index: 1;
	font-size: 16px;
	color: #fff;
	line-height: 40px;

}

/* 资质 */
.E-qualification-con>.w1200{
	max-width: 1235px;
}
.E-qualification-con-ul{
	margin-top: 40px;
	margin-bottom: 10px;
}
.E-qualification-con-ul li{
	width: 215px;
	height: 277px;
	border: 1px solid #d5dde7;
	float: left;
	margin: 0 16px 30px;
	transition: all .2s linear;
}
.E-qualification-con-ul li a img{
	width: 100%;
	height: 100%;
}
.E-qualification-con-ul li:hover{
	box-shadow: 0 1px 15px rgba(0, 17, 34, 0.2);
	transition: all .2s linear;
}

/* 解决方案-文本 */
.E-t-main{
	position: relative;
}
.E-t-main-nav{
	position: absolute;
	top: -50px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 50px;
	background: rgba(6, 67, 141, .5);
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-bottom: 1px solid rgba(255, 255, 255, .2);

}
.E-t-main-nav-ul{ margin-top: -7px;}
.E-t-main-nav-ul li{ float: left; padding: 0 20px; padding-top: 18px; margin: 0 5px;}
.E-t-main-nav-ul li:hover{ background: url(../img/img_84.jpg) center; height: 56px; position: relative; transition: all .2s linear;}
.E-t-main-nav-ul li:hover::after,.E-t-main-nav-ul-on::after{ content: ""; width: 6px; height: 6px; background: url(../img/img_85.png)no-repeat center; position: absolute; right: -6px; top: 0; transition: all .2s linear;}
.E-t-main-nav-ul li a{  color: #fff; opacity: .7; font-size: 18px;}
.E-t-main-nav-ul-on{ background: url(../img/img_84.jpg) center; height: 56px; position: relative;}
.E-t-main-nav-h5{ float: left; color: #fff; }
.E-t-main-nav-h5>h5{ font-size: 18px; line-height: 50px; position: relative; padding-left: 10px;}
.E-t-main-nav-h5>h5::before{ content: "";  position: absolute; left: 0; top: 17px; width: 3px; height: 18px; background-color: #8abfff;}
.E-t-main-location{ padding: 30px 0 20px; border-bottom: 1px solid #dcdcdc;}
.E-t-main-location h4{ color: #1463c0; display: inline-block;}
.E-t-main-location-a{ padding-right: 23px; padding-top: 10px;  color: #666666;}
.E-t-main-location-a a{ line-height: 24px; color: #666666; margin: 0 2px;}
.E-t-main-location-a a:hover{ text-decoration: underline;}
.E-t-main-location-a a>img{ margin-top: -5px;}
.E-t-main-con-title{ margin-top: 50px;}
.E-t-main-con-title>h4,.E-t-main-con-title>p{text-align: center;}
.E-t-main-con-title>h4{ padding-bottom: 20px;  color: #000;}
.E-t-main-con-title>p>span{ color: #666; margin: 0 15px;}
.E-t-main-con{ padding-bottom: 30px; border-bottom: 1px dashed #999999;}
.E-t-main-con-txt>p{ color: #666; font-size: 16px;}
.E-t-main-link{ padding-bottom: 50px;}
.E-t-main-link>a{ width: 580px; text-align: center !important; cursor: pointer; display: inline-block;}

/* 解决方案-文本 */
.E-s-l-con{ padding: 40px 0 0;}
.E-s-l-con .hd{ background: transparent; height: 51px;}
.E-s-l-con .hd ul{ width: 1200px;}
.E-s-l-con .hd ul li{ margin: 0; width: 200px; height: 51px; border: 1px solid #d2d2d2; border-right: none; line-height: 51px; font-size: 18px;}
.E-s-l-con .hd ul li:last-child{ border-right: 1px solid #d2d2d2;}
.E-s-l-con .hd ul li.on{ background-color: #1463c0; border-color: #1463c0; transition: all .2s linear;}
.E-s-l-con-ul{ margin-top: 30px;}
.E-s-l-con-ul li{ float: left; background: #f6f7f8; width: 386px; margin-right: 21px; margin-bottom: 21px; min-height: 365px;}
.E-s-l-con-ul li:nth-child(3n+3){ margin-right: 0;}
.E-s-l-con-ul-imgs{ width: 386px; height: 170px;}
.E-s-l-con-ul-imgs>img{ width: 100%; height: 100%;}
.E-s-l-con-ul-txt{ padding: 30px;}
.E-s-l-con-ul-txt>h5{ color: #333; font-size: 18px; margin-bottom: 10px;}
.E-s-l-con-ul-txt>p{ font-size: 14px; color: #666666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}

/* 大数据分析 */
.E-b-service>.kwicks>li{ width: 300px;}
#kwick6{
	background-color: #53b388;
	background-image: url('../img/b_img5.jpg');
}

#kwick7{
	background-color: #5a69a9;
	background-image: url('../img/b_img6.jpg');
}

#kwick8{
	background-color: #c26468;
	background-image: url('../img/b_img7.jpg');
}

#kwick9{
	background-color: #bf7cc7;
	background-image: url('../img/b_img8.jpg');
}

/* 系统集成 */

#kwick10{
	background-color: #53b388;
	background-image: url('../img/sy_img2.jpg');
}

#kwick11{
	background-color: #5a69a9;
	background-image: url('../img/sy_img3.jpg');
}

#kwick12{
	background-color: #c26468;
	background-image: url('../img/sy_img4.jpg');
}

#kwick13{
	background-color: #bf7cc7;
	background-image: url('../img/sy_img5.jpg');
}
#kwick14{
	background-color: #000;
	background-image: url('../img/sy_img6.jpg');
}

/* 人工智能 */

#kwick15{
	background-color: #53b388;
	background-image: url('../img/ai_img2.jpg');
}

#kwick16{
	background-color: #5a69a9;
	background-image: url('../img/ai_img5.jpg');
}

#kwick17{
	background-color: #c26468;
	background-image: url('../img/ai_img3.jpg');
}

#kwick18{
	background-color: #bf7cc7;
	background-image: url('../img/ai_img4.jpg');
}


/* 运营服务*/

#kwick19{
	background-color: #53b388;
	background-image: url('../img/os_imgs_09.jpg');
}

#kwick20{
	background-color: #5a69a9;
	background-image: url('../img/os_imgs_11.jpg');
}

#kwick21{
	background-color: #c26468;
	background-image: url('../img/os_imgs_13.jpg');
}


/* 搜索列表页 */
.E-s-l-h4{ font-size: 20px; border-bottom: 1px solid #d9e1e9; padding: 0 20px 23px;}
.E-s-l-h4>strong{ color: #ffa726; font-size: 30px;}
.E-s-l-ul>li{  padding: 28px 20px 8px; border-bottom: 1px solid #d9e1e9;}
.E-s-l-ul>li p{ font-size: 16px; position: relative; padding: 0 100px 0 40px; line-height: 28px; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.E-s-l-ul>li p::before{ content: "+"; position: absolute; left: 0; top: 4px; width: 20px; height: 20px; text-align: center; line-height: 20px; background: #cccccc; color: #fff;}
.E-s-l-ul>li p>span{ position: absolute; right: 0; top: 0;}
.E-s-l-ul>li:hover p{ color: #1463c0; transition: all .3s;}
.E-s-l-ul>li:hover p::before{ content: "+"; background: #1463c0; color: #fff; transition: all .3s;}
