@charset "utf-8";

body {
	background: #F5F5F5;
}
/* 视频 */
.video {
	background-color: #010000;
	width: 100%;
	display: flex;
	justify-content: center;
}

.video video {
	width: 100%;
}
/* 标题 */
.main-title{
	margin: 0 0 25px 0;
	overflow: hidden;
}
.main-title .title{
	float: left;
	border-left: 6px solid #B79F73;
	padding: 0 0 0 7px;
}
.main-title .title span{
	display: block;
	color: #333;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 2px 0;
}
.main-title .title em{
	display: block;
	color: #808080;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
}
.main-title .more{
	float: right;
	margin: 10px 0 0 0;
	color: #808080;
}
.main-title .tabs{
	float: right;
	margin: 10px 0 0 0;
}
/* 切换 */
.tabs{
	
}
.tabs a{
	float: left;
	background-color:#D9D9D9;
	color: #808080;
	padding: 5px 20px;
}
.tabs a span{
	border-left:1px solid #808080;
	padding: 0 0 0 10px;
	line-height: 14px;
}
.tabs .active{
	background-color:#2458A7;
	color: #FFF;
}
.tabs .active span{
	border-left:1px solid #FFF;
}
@media (max-width: 991px) {
	.main-title{
		margin: 0 0 20px 0;
	}
}
/* 关于我们 */
.about-us{
	margin: 80px 0 0 0;
}
.about-us .content{
	color: #808080;
	line-height: 24px;
}
.about-us .sub{
	margin: 30px 0 0 0;
}
.about-us .sub li{
	float: left;
	width: 33.3%;
	border-right: 1px solid #D9D9D9;
}
.about-us .sub li:nth-child(2){
	text-align: center;
}
.about-us .sub li:last-child{
	text-align: right;
	border-right: none;
}
.about-us .sub li p{
	color: #2458A7;
	margin: 0;
}
.about-us .sub li p span{
	color: #000;
	font-size: 32px;
	font-weight: bold;
}
.about-us .sub li em{
	font-size: 14px;
	color: #808080;
}
.about-us .about-us-right{
	position: relative;
}
.about-us .about-us-img-bg{
	position: absolute;
	right: 15px;
	width: 50%;
	height: 100%;
	background:#172D56;
	z-index: -1;
}
.about-us .about-us-img{
	width: 100%;
}

@media (max-width: 991px) {
	.about-us{
		margin: 20px 0 0 0;
	}
	.about-us .sub {
		overflow: hidden;
		margin: 20px 0;
	}
	.about-us .sub li p span{
		font-size: 22px;
	}
}
/* 企业优势 */
.advantage{
	margin: 0 0 80px 0;
}
.advantage .main-title{
	margin: -40px 0 25px 0;
}
.advantage .advantage-left{
	position: relative;
	
}
.advantage .advantage-left .advantage-img{
	width: 100%;
}
.advantage .advantage-left .sub{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #172D56;
	opacity: 0.85;
	padding: 8px 0 10px 0;
}
.advantage .advantage-left .sub li{
	float: left;
	width: 25%;
	text-align: center;
}
.advantage .advantage-left .sub li:last-child span{
	border-right:none;
}
.advantage .advantage-left .sub li img{
	margin: 0 0 5px 0;
}
.advantage .advantage-left .sub li span{
	display: block;
	color: #FFF;
	border-right: 1px solid #FFF;
	font-size: 12px;
	line-height: 12px;
}
.advantage .content{
	color:#808080;
	line-height: 24px;
	padding: 0 0 0 20px;
}
.advantage .content li{
	list-style-type: disc;
	margin: 26px 0 0 0;
}
@media (max-width: 991px) {
	.advantage{
		margin: 0 0 20px 0;
	}
	.advantage .main-title{
		margin: 20px 0 20px 0;
	}
}
/* 产品中心 */
.product {
	background-color: ##F5F5F5;
	padding-top: 20px;
}
.product .container {
}

.product .container .product-item {
	transition: all 1s;
	margin: 0 0 40px 0;
}

.product .container .product-item:hover {
	transform: scale(1.05);
}
.product .container .product-item a{
	display: block;
}
.product .container .product-item .img-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 92%;
}
.product .container .product-item img {
	position: absolute;
	width:100%;
	height: 100%;
}
.product .container .product-item .content-title {
	font-size: 16px;
	color: #333;
	padding: 0 0 8px 0;
	margin:  0 0 8px 0;
	text-align: center;
	border-bottom: 1px solid #D9D9D9;
}

.product .container .product-item .content {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	text-align: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #808080;
}
@media (max-width: 991px) {
	.product .container .product-item{
		margin: 0 0 20px 0;
	}
	.product .container .product-item:nth-child(n+5){
		display: none;
	}
}
/* 应用平台banner */
.yingyong-banner{
	background: url(../images/yingyong.jpg) no-repeat;
	background-size:120% 100%;
	color: #FFF;
	padding: 50px 0;
}
.kzp-banner{
	background: url(../images/kzp.jpg) no-repeat;
}
.yingyong-banner img {
	float: left;
	margin: 30px 0;
	height: 54px;
}
.yingyong-banner .content {
	float: right;
	text-align: right;
}
.yingyong-banner .content h3 {
	font-weight: bold;
}
.yingyong-banner .content .line {
	display: inline-block;
	width: 80px;
	height: 1px;
	background: #FFF;
	margin: 20px 0;
}
.yingyong-banner .content h4 {
	font-size: 16px;
	margin: 0 0 10px 0;
}
.yingyong-banner .content h5 {
	font-size: 12px;
	text-transform:uppercase;
}
@media (max-width: 991px) {
	.yingyong-banner{
		padding:30px 0;
		text-align: center;
	}
	.yingyong-banner img {
		float: none;
		margin: 0 0 20px 0;
	}
	.yingyong-banner .content {
		float: none;
		text-align: center;
	}
	.yingyong-banner .content .line {
		margin: 15px 0;
	}
}
/* 应用平台 */
.yingyong {
	color: #333;
	padding: 80px 0;
	background: #FFF;
}
.yingyong .yingyong-item {
	
}
.yingyong .yingyong-item:nth-child(2n+2) .img-wrapper{
	float: right;
}
.yingyong .yingyong-item:nth-child(2n+2) .content{
	float: left;
}
.yingyong .yingyong-item .img-wrapper {
	position: relative;
	float: left;
	width:48%;
	height: 0px;
	padding-bottom:20%;
}
.yingyong .yingyong-item .img-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.yingyong .yingyong-item .content {
	float: right;
	width:48%;
}
.yingyong .yingyong-item .content .title-wrapper{
	overflow: hidden;
	border-bottom: 1px solid #D9D9D9;
	padding: 20px 0;
}
.yingyong .yingyong-item .content .title-wrapper .number{
	font-size: 42px;
	line-height: 42px;
	margin: 0 10px 0 0;
	font-weight: bold;
	color: #2458A7;
	float: left;
}
.yingyong .yingyong-item .content .title-wrapper .right{
	float: left;
}
.yingyong .yingyong-item .content .title {
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
}

.yingyong .yingyong-item .content .subtitle {
	color: #808080;
	float: left;
	font-size: 14px;
	line-height: 14px;
	margin: 6px 0 0 0;
	text-transform:uppercase;
}

.yingyong .yingyong-item .content .txt {
	color: #808080;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	line-height: 30px;
}
@media (max-width: 991px) {
	.yingyong {
		padding: 20px 0;
	}
	.yingyong .yingyong-item:nth-child(2n+2) .img-wrapper{
		float: left;
	}
	.yingyong .yingyong-item:nth-child(2n+2) .content{
		float: right;
	}
	.yingyong .yingyong-item .img-wrapper {
		width:100%;
		padding-bottom:50%;
	}
	
	.yingyong .yingyong-item .content {
		width:100%;
	}
	.yingyong .yingyong-item .content .title-wrapper{
		padding:10px 0;
	}
	
	.yingyong .yingyong-item .content .txt {
		margin: 10px 0;
	}
}
/* 新闻中心 */
.news {
	background-color: #F5F5F5;
	padding: 40px 0;
}
.news .news-content{
	
}
.news .news-content .news-content-item{
	display: none;
}
.news .news-content .news-content-item:first-child{
	display: block;
}
.news .news-content .news-left{
	
}
.news .news-content .news-left .news-img{
	position: relative;
	width: 100%;
	height: 0px;
	padding-bottom:50%;
}
.news .news-content .news-left .news-img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.news .news-content .news-left .news-img span{
	position: absolute;
	left: 0;
	bottom: 0;
	background:#2458A7;
	color: #FFF;
	padding: 8px 10px;
}
.news .news-content .news-left h3{
	color: #333;
	font-size: 18px;
	padding: 20px 0;
	border-bottom: 1px solid #D9D9D9;
	margin: 0 0 20px 0;
}
.news .news-content .news-left .content{
	color: #808080;
	line-height: 24px;
	max-height: 72px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.news .news-content .news-left .more{
	display: block;
	width: fit-content;
	color:#2458A7;
	line-height:26px;
	border: 1px solid #2458A7;
	padding: 0 20px;
	margin: 20px 0 0 0;
}
.news .news-content .news-right-item{
	margin: 0 0 15px 0;
	box-shadow: 0px 6px 6px #dedede;
	display: block;
	padding: 10px 20px;
	background-color: #FFF;
	transition: all 1s;
}
.news .news-content .news-right-item:hover{
	transform: scale(1.1);
}
.news .news-content .news-right-item .time{
	float: left;
	padding:0 20px 0 0 ;
	margin: 3px 20px 0 0;
	border-right: 1px solid #D9D9D9;
	text-align: center;
	width: 90px;
}
.news .news-content .news-right-item .time span{
	display: block;
	color: #333333;
	font-size: 24px;
}
.news .news-content .news-right-item .time em{
	display: block;
	color: #808080;
}
.news .news-content .news-right-item .content{
	width: calc(100% - 110px);
	float: left;
}
.news .news-content .news-right-item .content h3{
	font-size: 16px;
	margin: 0 0 4px 0;
	color: #333333;
}
.news .news-content .news-right-item .content .txt{
	color: #808080;
	font-size: 12px;
	line-height: 18px;
	height: 36px;
}
@media (max-width: 991px) {
	.news{
		padding: 20px 0;
	}
	.news .news-content .news-left .more{
		margin: 20px 0;
	}
}
.customer{
	padding: 40px 0;
	background: #FFF;
}
.customer img{
	display: block;
	margin: 0 auto;
}