﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
html {
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
}

html,
body {
	height: 100%
}

body {
	font: 12px/20px "Hiragino Sans GB", "Microsoft Yahei", arial, 宋体, "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
	color: #666;
	background: #FFFFFF none repeat scroll 0 0;
	min-width: 1200px;
   margin:0;
   padding:0;
}

input,
select,
textarea {
	font: 12px/20px "Hiragino Sans GB", "Microsoft Yahei", arial, 宋体, "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}

i,
cite,
em {
	font-style: normal;
}

input,
button,
select,
textarea {
	outline: none
}

.clearfix {
	clear: both
}

* {
	box-sizing: border-box;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}


a {
	color: #666666;
	text-decoration: none;
	outline: medium none;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

a:hover {
	color: #116eca;
	text-decoration: none;
}

a.gray {
	color: #777777;
}

a.gray:hover {
	color: #116eca;
}

.left {
	float: left
}

.right {
	float: right
}

.hidden {
	display: none;
}

.split {
	color: #dddddd;
	font-size: 0.1375rem;
	padding: 0 0.0625rem
}

.mt15 {
	margin-top: 0.1875rem;
}

.mb15 {
	margin-bottom: 0.1875rem;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wrapper {
	width: 1200px;
	margin: 0 auto;
	max-width: 1200px;
	box-sizing: border-box;
	position: relative;
}


/*header*/
.xs-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 70px;
	transition: .5s transform ease;
	background-color: rgba(0,0,0,.3);
}

.xs-header.hover,
.xs-header.xs-header-open {
	position: fixed;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	background-color: #FFFFFF;
}


.xs-header .xs-header-body {
	display: flex;
	padding: 0 60px;

	height: 100%;
	max-width: 100%;
	line-height: 70px;
}

.xs-header .xs-header-body .logo {
	width: auto;
	height: auto;
}

.xs-header .xs-header-body .logo .logoImgHover {
	display: none;
}

.xs-header .xs-header-body .logo a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.xs-header .xs-header-body .logo img {
	height: 25px;
}

.xs-header .xs-header-body .navbar {
	margin-left: 45px;
}

.xs-header .xs-header-body .navbar .navbar-list {
	display: flex;
}

.xs-header .xs-header-body .navbar .navbar-list .navbar-item {
	position: relative;
	cursor: pointer;
	padding: 0 32px;
}

.xs-header .xs-header-body .navbar .navbar-list .navbar-item .title {
	font-size: 14px;
	color: #ffffff;
	white-space: nowrap;
}

.xs-header.hover .xs-header-body .navbar .navbar-list .navbar-item .title,
.xs-header.xs-header-open .xs-header-body .navbar .navbar-list .navbar-item .title {
	color: #000000;
}

.xs-header .xs-header-body .navbar .navbar-list .navbar-item.show .title {
	color: #116eca;
}

.xs-header .xs-header-body .navbar .navbar-list .navbar-item.show .line {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #116eca;
	position: absolute;
	bottom: 18px;
	left: 50%;
	margin-left: -10px;
	border-radius: 50px;
}

.xs-header .xs-header-body .navbar .navbar-list .navbar-item .navbar-sub {
	position: absolute;
	cursor: default;
	top: 70px;
	left: -15px;
	z-index: 1;
	display: none;
	padding: 18px 0 24px;
	background: #fff;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .1);
	border-radius: 0 0 6px 6px;
	line-height: 24px;
	text-align: left;
	/* width: 100%; */
	padding: 20px 15px;
	font-size: 14px;
	transition: .5s transform ease;
}

.xs-header .xs-header-body .navbar .navbar-list .navbar-item .navbar-sub>ul li {
	white-space: nowrap;
	padding: 5px 35px;
	display: flex;
	align-items: center;
}

.xs-header .xs-header-body .navbar .navbar-list .navbar-item .navbar-sub>ul li:hover {
	transition: all .5s ease 0s;
	transform: translate(0, -2px);
}

.xs-header .xs-header-body .navbar .navbar-list .navbar-item .navbar-sub>ul li [class*="xsIcon-"] {
	margin-left: 5px;
	color: #e54d42;
}


.xs-header .xs-header-body .navbar .navbar-list .navbar-item .navbar-sub .navbar-sub-item {
	float: left;
	margin-right: 50px;
}

.xs-header .xs-header-body .navbar .navbar-list .navbar-item .navbar-sub .navbar-sub-item:last-child {
	margin-right: 0;
}

.xs-header .xs-header-body .navbar .navbar-list .navbar-item .navbar-sub .navbar-sub-item .navbar-sub-item-title {
	white-space: nowrap;
	padding: 5px 35px;
	display: flex;
	align-items: center;
}

.xs-header .xs-header-body .navbar .navbar-list .navbar-item .navbar-sub .navbar-sub-item .navbar-sub-item-title [class*="xsIcon-"] {
	margin-right: 5px;
}

.xs-header .xs-header-body .navbar .navbar-list .navbar-item .navbar-sub .navbar-sub-item .navbar-sub-item-title span:nth-child(2) {
	font-size: 16px;
	color: #000000;
}

.xs-header .xs-header-body .navbar .navbar-list .navbar-item .navbar-sub .navbar-sub-item .navbar-sub-item-line {
	display: block;
	width: 126px;
	height: 1px;
	margin: 5px 35px;
	background: linear-gradient(to right, rgba(10, 35, 73, .3) 0, transparent 100%);
	filter: 'progid:DXImageTransform.Microsoft.Gradient(startColorStr="#CCCCCC", endColorStr="#FFFFFF", GradientType=1)';
}

.xs-header .xs-header-body .navbar .navbar-list .navbar-item .navbar-sub .navbar-sub-item ul li {
	white-space: nowrap;
	padding: 5px 35px;
}

.xs-header .xs-header-body .navbar .navbar-list .navbar-item .navbar-sub .navbar-sub-item ul li:first-child {
	font-size: 12px;
	color: #aaaaaa;
}

.xs-header .xs-header-body .navbar .navbar-list .navbar-item .navbar-sub .navbar-sub-item ul li:first-child:hover {
	transition: none;
	transform: none;
}

.xs-header .xs-header-body .navbar .navbar-list .navbar-item .navbar-sub .navbar-sub-item ul li:hover {
	transition: all .5s ease 0s;
	transform: translate(0, -2px);
}

.xs-header .xs-header-body .other {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	margin-left: auto;
}

.xs-header .xs-header-body .other span {
	margin: 0 5px;
}

.xs-header .xs-header-body .other span:nth-child(2) {
	font-family: Verdana;
}

.xs-header .xs-header-body .other a {
	color: #ffffff;
}

.xs-header.hover .xs-header-body .other,
.xs-header.xs-header-open .xs-header-body .other {
	color: #000000;
}

/*首页轮播*/
.xs-header.hover .xs-header-body .other a,
.xs-header.xs-header-open .xs-header-body .other a {
	color: #000000;
}


.xs-banner {
	height: 11.875rem;
}

.xs-banner .swiper {
	height: 100%
}

.xs-banner video {
	width: 100%;
	height: 100%;
	background-size: cover;
	object-fit: fill;
}

.xs-banner video::-webkit-media-controls {
	display: none !important;
}

.xs-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xs-banner .swiper .swiper-button-next,
.xs-banner .swiper .swiper-button-prev {
	color: #fff
}

.xs-banner .swiper .swiper-button-next:after,
.xs-banner .swiper .swiper-button-prev:after {
	font-size: 27px;
}

.xs-banner .swiper-pagination {
	width: 420px;
	color: #fff;
	bottom: 30px;
	left: 30px;
	font-size: 16px
}

.xs-banner .swiper-pagination .swiper-pagination-current {
	font-size: 30px
}

.xs-banner .swiper-pagination .swiper-pagination-total {
	font-size: 16px
}

.xs-banner .swiper-pagination .lines {
	display: inline-block;
	height: 2px;
	width: 300px;
	background-color: #ededed;
	margin-bottom: 7px;
	margin-left: 50px;
	transition: width 1s ease-in-out;
}

.xs-banner .swiper-pagination .lines em {
	float: left;
	height: 2px;
	background-color: #0f6fff;
	transition: width 1s ease-in-out;
}

/*频道轮播*/
.xs-channel-banner {}

.xs-channel-banner {
	height: 6.25rem;
}

.xs-channel-banner .swiper {
	height: 100%
}

.xs-channel-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.xs-channel-banner .swiper .swiper-button-next,
.xs-channel-banner .swiper .swiper-button-prev {
	color: #fff
}

.xs-channel-banner .swiper .swiper-button-next:after,
.xs-channel-banner .swiper .swiper-button-prev:after {
	font-size: 27px;
}

/*xs-title*/
.xs-title {
	width: 100%;
	padding: 15px 0px;
	text-align: center;
	clear: both;
}

.xs-title-txt {
	display: inline-block;
	font-size: 28px;
	position: relative;
	height: 45px;
	line-height: 45px;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
}

.xs-title-txt::before {
	left: -66px;
}

.xs-title-txt::after {
	right: -66px;
}

.xs-title-txt::before,
.xs-title-txt::after {
	content: '';
	display: block;
	position: absolute;
	width: 40px;
	height: 1px;
	background: #ccc;
	top: 22px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.xs-title-txt:hover {
	color: #116eca;
}

.xs-title-txt:hover::before,
.xs-title-txt:hover::after {
	background: #116eca;
	width: 40px;
}

.xs-title-desc {
	display: block;
	font-size: 12px;
	color: #818181;
	height: 35px;
	line-height: 35px;
}

/*xs-card*/
.xs-card {
	background-color: #FFFFFF;
	padding: 40px 0;
   overflow: hidden;
}

.xs-card.dark {
	background: #F2F3F5;
}
.xs-card.blue {
	background-color: #0E4176;
}
.xs-card.blue  .xs-title-txt,.xs-card.blue .xs-title-desc{
		color: #FFFFFF;
}
.xs-card-body {}

/*xs-channel-nav*/
.xs-channel-nav {
	width: 100%;
	height: 55px;
	line-height: 55px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
	display:none
}

.xs-channel-nav ul li {
	display: inline-block;
	line-height: 55px;
	margin: 0 30px;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}


.xs-channel-nav ul li.active a {
	color: #116eca;
}

.xs-channel-nav ul li.active::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 2px;
	margin-left: -20px;
	border-radius: 50px;
	background-color: #116eca;
}

/*产品简介*/
.introduction {
	line-height: 30px;
	font-size: 15px;
	background-image: url(img/bg-introduction.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.introduction-body {
	display: flex;
	justify-content: space-between;
}

.introduction-body-left {
	width: 516px;
	height: 425px;
}

.introduction-body-left img {
	margin-top: 15px;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(8, 85, 164, .1);
}

.introduction-body-right {
	width: calc(100% - 516px);
	padding-top: 40px;
	padding-left: 50px;
}

.introduction-body-right .title {
	position: relative;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	margin-bottom: 10px;
   color: #000000;
   overflow: hidden;
}

.introduction-body-right .title::after {
	content: '';
	width: 50px;
	height: 5px;
	background-color: #0855A4;
	position: absolute;
	bottom: 0;
	left: 0;
}

.introduction-body-right .info {
	height: 120px;
	overflow: hidden;
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 60px;
   color: #0A1D31;
}

.introduction-body-right .nav {
	display: flex;
	justify-content: space-between;
}

.introduction-body-right .nav .nav-item img {
	width: 42px;
	height: 42px;
}

.introduction-body-right .nav .nav-item p {
	font-size: 16px;
}

/* 产品亮点 */
.highlights {
	padding-top: 40px;
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.highlights-item {
	position: relative;
	width: calc((100% - 90px) / 4);
	height: 260px;
	padding: 25px;
	background-image: linear-gradient(to bottom, #EFF4FF, #FFFFFF);
	border-radius: 12px;
	margin: 0 15px 50px 0;
	border: 1px #ffffff solid;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
	text-align: center;
}

.highlights-item:nth-of-type(4n) {
	margin: 0 0 50px 0;
}

.highlights-item::after {
	content: '';
	position: absolute;
	top: -30px;
	left: 50%;
	width: 150px;
	height: 30px;
	margin-left: -75px;
	border-radius: 20px 20px 0 0;
	background-color: #0855A4;
	z-index: 1;
}

.highlights-item .icon {
	display: inline-block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background-image: url(img/bg-number.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-bottom: 20px;
}

.highlights-item:nth-child(2) .icon {
	background-position: 0 -50px;
}

.highlights-item:nth-child(3) .icon {
	background-position: 0 -100px;
}

.highlights-item:nth-child(4) .icon {
	background-position: 0 -150px;
}

.highlights-item:nth-child(5) .icon {
	background-position: 0 -200px;
}

.highlights-item:nth-child(6) .icon {
	background-position: 0 -250px;
}

.highlights-item:nth-child(7) .icon {
	background-position: 0 -300px;
}

.highlights-item:nth-child(8) .icon {
	background-position: 0 -350px;
}

.highlights-item .title {
	color: #000000;
	font-size: 24px;
	margin-bottom: 15px;
}

.highlights-item .desc {
	height: 90px;
	overflow: hidden;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}



/*超级特性*/
.features-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	padding-bottom: 50px;
}

.features-item {
	width: calc((100% - 20px) / 2);
	height: 290px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #000000;
	border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.features-item:nth-child(2n) {
	margin-right: 0;
}

.features-item .title {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 160px;
	height: 100%;
	border-radius: 8px 0 0 8px;
	background-color: rgba(60, 115, 170, .3);
}

.features-item .title span {
	position: relative;
	color: #ffffff;
	font-weight: 600;
	padding-left: 30px;
}

.features-item .title span:nth-child(1) {
	display: inline-block;
	font-size: 30px;
	margin-bottom: 20px;

}

.features-item .title span:nth-child(2) {
	font-size: 25px;
}


.features-item .img {
   width: 100%;
   height: 290px;
	position: relative;
	z-index: 1;
}
.features-item .img img{
	width:100%;
	height:100%
}
.features-item.active .img img {
	transform: scale(1.2);
}

.features-item.active .title {
	border-radius: 8px 800px 800px 8px;
}

.features-item .desc {
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
	padding-left: 175px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(60, 114, 170, .7);
   text-align: center;
}

/*应用场景*/
.scenarios .scenarios-body {
	height: 350px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	border-radius: 8px;
}

.scenarios .scenarios-body::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;

}

.scenarios-item {
	position: relative;
	z-index: 10;
	color: #ffffff;
	width: calc(100% / 4);
	height: 100%;
	background-color:rgba(8, 85, 164, .5);
}

.scenarios-item:first-child {
	border-radius: 8px 0 0 8px;
}

.scenarios-item:last-child {
	border-radius: 0 8px 8px 0;
}

.scenarios-item .title {
	font-size: 25px;
	height: 35px;
	margin-top: 30px;
	margin-bottom: 50px;
	display: flex;
	align-items: center;

}

.scenarios-item [class*="xsIcon-"] {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	font-size: 40px;
}

.scenarios-item .desc {
	width: 100%;
	height: 100px;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	padding: 0 30px;
	opacity: 0;
	position: absolute;
	bottom: 50px;
	left: 0;
	z-index: 1;
}

.scenarios-item.active {
	background-color: rgba(8, 85, 164, .9);
}

/*产品类型*/
.type {
	clear: both;
}

.type-body-item {
	overflow: hidden;
	margin-bottom: 30px;
}

.type-body-item-desc {
	width: 100%;
	height: 380px;
	border-radius: 8px;
	position: relative;
}

.type-body-item-desc img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.type-body-item-desc .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(8, 85, 164, .8);
	color: #ffffff;
	font-size: 18px;
	border-radius: 0 0 8px 8px;
}

.type-body-item-desc .info {
	position: absolute;
	left: 0;
	bottom: 80px;
	width: 100%;
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	padding-left: 30px;
	line-height: 30px;
	background-color: rgba(8, 85, 164, .8);
	font-size: 16px;
	color: #ffffff;
	border-radius: 8px 8px 0 0;
}

/*RGV*/
.rgv {
	clear: both;
}

.rgv .rgv-body-item-desc {
	height: 175px;
	padding: 32px;
	display: flex;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, .1);
	align-items: center;
	justify-content: space-around;
	margin-bottom: 25px;
}

.rgv .rgv-body-item-desc:hover {
	box-shadow: 0 10px 20px rgba(8, 85, 164, .3);
}

.rgv .rgv-body-item-desc:hover .rgv-right .title {
	color: #0855a4;
}

.rgv .rgv-body-item-desc .rgv-left {
	width: 75px;
	height: 75px;
}

.rgv .rgv-body-item-desc .rgv-left img {
	width: 100%;
	height: 100%;
}

.rgv .rgv-body-item-desc .rgv-right {
	text-align: right;
	width: calc(100% - 64px - 75px);
	height: 60px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: end;
}

.rgv .rgv-body-item-desc .rgv-right .title {
	font-size: 24px;
	color: #000000;

	margin-bottom: 15px;
	width: 155px;
	overflow: hidden;
	height: 25px;
	line-height: 25px;
}

.rgv .rgv-body-item-desc .rgv-right .desc {
	font-size: 16px;
	color: #666666;
}

/*safety*/
.safety{
	clear: both;
	overflow: hidden;
}
.safety-body-item{
	margin-bottom: 15px;
}
.safety-body-item-desc {
	width: 100%;
	display: flex;
	border-radius: 8px;
	box-shadow: 0 5px 50px rgba(0, 0, 0, .1);
	background-color: #ffffff;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 320px;
	padding: 30px 30px;
}

.safety-body-item-desc .ico {
	width: 60px;
	height: 60px;
	margin-bottom: 25px;
}

.safety-body-item-desc .ico img {
	width: 100%;
}

.safety-body-item-desc .title {
	color: #0855A4;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 45px;
	white-space: nowrap;
}

.safety-body-item-desc .desc {
	line-height: 30px;
	color: #666666;
	font-size: 16px;
}

.safety-body-item-desc:hover {
	background-color: #0855A4;
}


.safety-body-item-desc:hover .ico img {
	-webkit-filter: brightness(100);
	filter: brightness(100) ;
}

.safety-body-item-desc:hover .title {
	color: #ffffff;
}

.safety-body-item-desc:hover .desc {
	color: #ffffff;
}

/*智能软件产品亮点*/
.phighlights {
	clear: both;
	overflow: hidden;
}

.phighlights-body-item {
	margin-bottom: 15px;
}

.phighlights-body-item-desc {
	width: 100%;
	height: 365px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.phighlights-body-item-desc::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, 0.4);
}

.phighlights-body-item-desc .img {
	width: 100%;
	height: 365px;
}

.phighlights-body-item:nth-child(1) .phighlights-body-item-desc img {
	border-radius: 0 0 40px 0;
}

.phighlights-body-item:nth-child(1) .phighlights-body-item-desc::after {
	border-radius: 0 0 40px 0;
}

.phighlights-body-item:nth-child(2) .phighlights-body-item-desc img {
	border-radius: 0 0 0 40px;
}

.phighlights-body-item:nth-child(2) .phighlights-body-item-desc::after {
	border-radius: 0 0 0 40px;
}

.phighlights-body-item:nth-child(3) .phighlights-body-item-desc img {
	border-radius: 0 40px 0 0;
}

.phighlights-body-item:nth-child(3) .phighlights-body-item-desc::after {
	border-radius: 0 40px 0 0;
}

.phighlights-body-item:nth-child(4) .phighlights-body-item-desc img {
	border-radius: 40px 0 0 0;
}

.phighlights-body-item:nth-child(4) .phighlights-body-item-desc::after {
	border-radius: 40px 0 0 0;
}

.phighlights-body-item-desc .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.phighlights-body-item-desc .title {
	position: absolute;
	left: 30px;
	top: 45px;
	color: #FFFFFF;
	margin-bottom: 15px;
	font-size: 30px;
	line-height: 45px;
	white-space: nowrap;
	z-index: 100;
}

.phighlights-body-item-desc .desc {
	position: absolute;
	left: 0px;
	top: 0;
	z-index: 99;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 140px;
	width: 100%;
	height: 100%;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 18px;
	overflow: hidden;
	opacity: 0;
	background-color: rgba(8, 65, 165, .7);
}

.phighlights-body-item:nth-child(1) .phighlights-body-item-desc .desc {
	border-radius: 0 0 40px 0;
}

.phighlights-body-item:nth-child(2) .phighlights-body-item-desc .desc {
	border-radius: 0 0 0 40px;
}

.phighlights-body-item:nth-child(3) .phighlights-body-item-desc .desc {
	border-radius: 0 40px 0 0;
}

.phighlights-body-item:nth-child(4) .phighlights-body-item-desc .desc {
	border-radius: 40px 0 0 0;
}

/*核心业务价值*/
.business{}
.business-body-item{}
.business-body-item-desc{
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-radius: 8px;
	box-shadow:  0 10px 30px rgba(0, 0, 0, .1);
	padding: 35px;
}
.business-body-item-desc .img{
	display: flex;
	width: 100%;
	justify-content: center;
}
.business-body-item-desc .img img{
	height: 70px;
}
.business-body-item-desc .title{
	display: flex;
	width: 100%;
	font-size: 24px;
	color: #0855A4;
	margin: 20px auto;
	justify-content: center;
}
.business-body-item-desc .desc{
	padding-left: 30px;
	line-height: 35px;
	color:#474747;
	font-size: 16px;
}
.business-body-item-desc .desc p{
	position: relative;
	padding-left: 20px;
}
.business-body-item-desc .desc p::before{
	content: '';
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background-color: #eeeeee;
}

.business .business-body-item-desc:hover {
	box-shadow: 0 10px 20px rgba(8, 85, 164, .3);
}

/*基础管理*/
.basic{}
.basic-body-item{}
.basic-body-item-desc{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 8px;
	box-shadow:  0 10px 30px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	height: 300px;
}
.basic-body-item-desc .ico{
	display: flex;
	width: 100px;
	height: 100px;
}
.basic-body-item-desc .ico img{
	width: 100%;
	height: 100%;
}
.basic-body-item-desc .title{
	display: flex;
	font-size: 24px;
	color: #000000;
	margin-top: 25px;
}


.basic-body-item-desc:hover {
	background-color: #0855A4;
	box-shadow: 0 10px 20px rgba(8, 85, 164, .3);
}
.basic-body-item-desc:hover .title{
	color: #FFFFFF;
}
.basic-body-item-desc:hover .ico img {
	-webkit-filter: brightness(100);
	filter: brightness(100);
}

/*新医药行业痛点*/
.pain {}

.pain-body-item {}

.pain-body-item-desc dl {
	height: 140px;
	margin-bottom: 30px;
}

.pain-body-item-desc dt {
	width: 120px;
	height: 120px;
	float: left;
}

.pain-body-item-desc dt img {
	width: 100%;
	height: 100%;
}

.pain-body-item-desc dd.title {
	font-size: 20px;
	color: #000000;
	margin-bottom: 15px;
	padding-top: 20px;
	font-weight: bold;
}

.pain-body-item-desc dd.desc {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.pain-body-item-desc:hover dd.title {
	color: #0855A4;
	text-shadow: 0 10px 20px rgba(8, 85, 164, .3);
}

.pain-body-item-desc:hover dd.desc {
	text-shadow: 0 10px 20px rgba(8, 85, 164, .3);
}

.core {}

.core-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 40px 0;
	width: 100%;
	height: 50px;
}

.core-nav .nav-item {
	margin: 0 20px;
	border-radius: 200px;
	border: 1px solid #ffffff;
	padding: 15px 25px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}

.core-nav .nav-item.active,
.core-nav .nav-item:hover {
	color: #0855A4;
	background-color: #ffffff;
}
.core-body{
	clear: both;
	width: 100%;
}
.core-body-item {
	display: none;
	padding: 0 0px;
	width: 100%;
}

.core-body-item.active {
	display: block;
}

.core-body-item .swiper-slide {
	position: relative;
	/* width: 430px !important; */
	height: 530px;
}
.core-body-item .swiper-slide .title{
	position: absolute;
	width: 100%;
	top: 50%;
	left:50%
	transform: translate(-50%,-50%);
	text-align: center;
	color: #ffffff;
		font-size: 25px;
}
.core-body-item .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.core-body-item .swiper-button-next,
.core-body-item .swiper-button-prev {
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 200px;
}

.core-body-item .swiper-button-next:after,
.core-body-item .swiper-button-prev:after {
	font-size: 20px;
	color: #0855A4;
	font-weight: bold;
}
/*生态圈*/
.ecology-body-item-desc {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ecology-body-item-desc .img {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 300px;
	background-color: #F5FAFF;
	border-radius: 500px;
}

.ecology-body-item-desc .img img {
	width: 180px;
	height: 180px;
	border-radius: 200px;
}

.ecology-body-item-desc .title {
	margin-top: 20px;
	font-size: 22px;
}
/*storype*/
.stotype .type-body-item-desc{
	overflow: hidden;
}
.stotype .type-body-item-desc:hover img{
	transform: scale(1.2);
}
/*场景*/
.scenc .scenc-body {
	display: flex;
	flex-wrap: wrap;
}
.scenc .scenc-body-item{
	position: relative;
}
.scenc .scenc-body-item.col-md-2 {
	width: 20%;
}

.scenc .scenc-body-item .img {
	width: 100%;
	height: 460px
}

.scenc .scenc-body-item .img img {
	width: 100%;
	height: 100%;
	border-radius: 8px;
}
.scenc .scenc-body-item:hover .img img{
	box-shadow: 0 10px 20px rgba(0,0,0,.3);
}

.scenc .scenc-body-item .title{
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 50px;
	bottom:25px;
	left: 0;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
}
/**/
.pains-body-item-desc {
	padding: 20px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
	margin-bottom: 20px;
	border-radius: 8px;
}

.pains-body-item-desc:hover img {
	transform: scale(1.5);

}

.pains-body-item-desc .img {
	width: 100%;
	height: 155px;
	border-radius: 8px;
	overflow: hidden;
}

.pains-body-item-desc .img img {
	width: 100%;
	height: 100%;
}

.pains-body-item-desc .title {
	font-size: 20px;
	color: #000000;
	margin-bottom: 15px;
	padding-top: 20px;
	font-weight: bold;
}

.pains-body-item-desc:hover .title {
	color: #0855A4;
}

.pains-body-item-desc .desc {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
   height: 50px;
}
/*案例展示*/
.scale .scale-body-item .title {
	font-size: 25px;
	color: #000000;
	text-align: center;
	margin-bottom: 15px;
}

.scale .scale-body-item .desc {
	font-size: 14px;
	color: #666666;
	text-align: center;
}

.scale .scale-body-item.col-md-2 {
	width: 20%;
	border-right: 1px #e4e4e4 solid;
}

.scale .scale-body-item.col-md-2:last-child {
	border-right: 0;
}

/*hhighlights*/
.hhighlights{
   background-color: #F5F5F6;
}
.hhighlights-body {
	height: 375px;
	display: flex;
	justify-content: center;
}

.hhighlights-body-item1 {
	width: calc(100% - 605px - 20px);
}

.hhighlights-body-item1 p {
	position: relative;
	line-height: 30px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	color: #000000;
}

.hhighlights-body-item1 p::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-radius: 50px;
	background-color: #C6C6C6;
}

.hhighlights-body-item2 {
	width: 605px;
	height: 375px;
}

.hhighlights-body-item2 img {
	width: 100%;
	height: 1005;
	border-radius: 8px;
}

/**/
.effects .effects-body-item {
	padding: 60px 30px;
	border-radius: 12px;
	height: 230px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.effects .effects-body-item:nth-child(2) {
	width: calc(33.33333333% - 60px);
	margin: 0 30px;
}

.effects .effects-body-item .title {
	font-size: 25px;
	color: #0855A4;
	text-align: center;
	margin-bottom: 25px;
}

.effects .effects-body-item .desc {
	font-size: 14px;
	line-height: 27px;
	color: #666666;
	text-align: center;
}

.effects .effects-body-item:hover {
	background-color: #0855A4;
}

.effects .effects-body-item:hover .title {
	color: #ffffff;
}

.effects .effects-body-item:hover .desc {
	color: #ffffff;
}

/**/
.pproduct{
	background-color: #F5F5F6;
}
.pproduct .swiper {
	padding: 0 45px;
}

.pproduct .swiper-slide .swiper-slide-info {
	border-radius: 12px;
	margin: 30px 0;
	padding: 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

.pproduct .swiper-slide .swiper-slide-info:hover {
	background-color: #0855A4;
}

.pproduct .swiper-slide .swiper-slide-info:hover .title {
	color: #ffffff;
}

.pproduct .swiper-slide .swiper-slide-info:hover .desc {
	color: #ffffff;
}

.pproduct .swiper-slide .title {
	font-size: 25px;
	color: #000000;
	margin-bottom: 25px;
}

.pproduct .swiper-slide .desc {
	font-size: 14px;
	line-height: 27px;
	padding-right: 40px;
	color: #666666;
}

.pproduct .swiper-button-next,
.pproduct .swiper-button-prev {
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #FFFFFF;
	border-radius: 200px;
}

.pproduct .swiper-button-next:after,
.pproduct .swiper-button-prev:after {
	font-size: 20px;
	color: #0855A4;
	font-weight: bold;
}

/*contact*/
.contacts{background-color:#f4f4f4;padding-bottom: 70px;}
.contacts-body{display:flex}
.contacts-body-left{width:50%;padding:30px;background-color:#fff;border-radius:12px}
.contacts-body-right{width:50%;padding:0 0 0 50px}
.contacts-body-left h1{width:100%;text-align:center;font-size:28px;margin-top:20px;margin-bottom:30px;color:#000}
.contacts-body-left form{width:100%}
.contacts-body-left .form-group{margin-bottom:15px;display:flex;flex-direction:column}
.contacts-body-left .form-group label{display:block;margin-bottom:5px;font-weight:700;width:90px;height:40px;line-height:40px;text-align:left;font-size:16px}
.contacts-body-left .form-group label span{color:red;margin-right:5px}
.contacts-body-left .form-control{display:inline-block;width:100%;height:45px;padding:0 10px;font-size:14px;color:#555;border-radius:6px;background-color:rgba(208,208,208,.1);background-image:none;border:1px solid #ccc}
.contacts-body-left textarea.form-control{height:auto;padding:10px 10px;width:100%;resize:none}
.contacts-body-left .form-control:focus{outline:0}
.contacts-body-left .btn{width:100%;height:50px;border-radius:50px;border:0;color:#fff;background-color:#0855a4;font-size:14px;margin-top: 15px;}
.contacts-body-right h2{width:100%;font-size:28px;margin-top:20px;margin-bottom:30px;color:#000;line-height:40px}
.contacts-body-right .info{}
.contacts-body-right .info img{max-width: 100%;}
/**/
.contacts-nav{position: relative;overflow: inherit;}
.contacts-nav::before{content: ''; position: absolute;top: -45px;left: 0;width: 100%;height:45px; background-image: url(img/contact_footer_bg.png);     background-position: center;background-repeat: no-repeat;}
.contacts-nav-body{display: flex;justify-content: space-between;}
.contacts-nav-item{position: relative; padding: 50px 30px; box-shadow: 0 10px 30px rgba(0,0,0,.3);border-radius:12px;width: 33.333333%;}
.contacts-nav-item dt{float: left;margin-right: 15px;}
.contacts-nav-item dd{float: left;width: calc(100% - 80px - 15px);}
.contacts-nav-item dd.title{font-size: 20px;color: #000000;margin-top: 13px;margin-bottom: 10px;padding-bottom:10px;border-bottom: 1px #e4e4e4 solid;}
.contacts-nav-item dd.desc{color: #666666;font-size: 14px;}
.contacts-nav-item:nth-child(2){margin: 0 15px;}
.contacts-nav-item span{width: 50px;height: 50px;position: absolute;bottom: -25px;right:25px}
.contacts-nav-item span img{width: 100%; height: 100%;}
