.section{
	padding: 50px 0 0;
}
.section.section-6{
	padding: 50px 0;
}
.service-list{
	display: flex;
	flex-wrap: wrap;
}
.service-list li{
	width: 380px;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
	height: 120px;
	display: flex;
	align-items: center;
	box-shadow: 0 0 6px 2px #eee;
	padding: 0 25px;
	position: relative;
}
.service-list li:nth-child(3n){
	margin-right: 0;
}
.service-icon{
	width: 62px;
	height: 62px;
	background: #3b96ff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.service-icon img{
	width: 40px;
	height: 40px;
	
}
.service-con{
	flex: 1;
	margin-left: 20px;
}
.service-tit{
	font-size: 18px;
	color: #000;
}
.service-text{
	font-size: 12px;
	color: #000;
	margin-top: 5px;
	line-height: 18px;
}

.service-list-1 .service-icon{
	background: #ff8901;
}

.tag{
	position: absolute;
	top: 0;
	right: 0;
}


.aside-left{
	position: fixed;
	top: 50%;
	left: 30px;
	z-index: 1;
	transform: translateY(-50%);
}
.aside-left-wrap{
	background: #032efb;
	padding: 15px;
	width: 135px;
	text-align: center;
}
.aside-left-title{
	font-size: 18px;
	color: #fff;
	margin-bottom: 20px;
}
.aside-left-wrap ul{
	width: 100%;
	background: #fff;
}
.aside-left-wrap ul li{
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}
.aside-left-wrap ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #000;
	background: #fff;
}
.aside-left-wrap ul li a:hover,
.aside-left-wrap ul li.active a{
	background: #115bba;
	color: #fff;
}



.case-list{
	display: flex;
	flex-wrap: wrap;
}
.case-list li{
	width: 200px;
	margin-right: 133px;
	margin-bottom: 30px;
	cursor: pointer;
}
.case-list li:nth-child(4n){
	margin-right: 0;
}
.case-list li .case-img{
	width: 200px;
	height: 406px;
	background: url(../img/case/bg.png) no-repeat top center;
	background-size: 100% 100%;
	text-align: center;
	padding-top: 49px;
	padding-left: 12px;
}
.case-img-box{
	position: relative;
	width: 176px;
	height: 309px;
}
..case-img-box > img{
	width: 176px;
	height: 309px;
	object-fit: cover;
}
.case-img-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 10;
	display: none;
	align-items: center;
	justify-content: center;
}
.case-list li:hover .case-img-bg{
	display: flex;
}
.case-con{
	margin-top: 10px;
}
.case-title{
	font-size: 14px;
	line-height: 20px;
	color: #000;
}
.case-text{
	font-size: 12px;
	color: #676767;
	line-height: 20px;
	display: flex;
	align-items: center;
}
.case-text img{
	width: 12px;
	height: 12px;
	margin-right: 5px;
}

.navs{
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #002258;
}
.navs ul{
	height: 50px;
	display: flex;
}
.navs ul li{
	font-size: 18px;
	color: #fff;
	flex: 1;
	text-align: center;
}

.feature-list{
	display: flex;
}
.feature-list li{
	flex: 1;
	padding: 0 30px;
	text-align: center;
}

.feature-title{
	color: #000;
	font-size: 18px;
	text-align: center;
	margin: 15px 0;
}
.feature-text{
	color: #000;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}

.live-btns.btns{
	text-align: center;
	margin-top: 50px;
}
.live-btns .btn_primary{
	padding: 10px 40px;
	border-radius: 40px;
	margin: 0 30px;
	font-size: 18px;
}
.live-btns .btn_primary:first-child{
	background: #124caf;
	color: #fff;
}

.live-body .section{
	padding: 50px 0;
}
.section-live-2{
	width: 100%;
	background: url(../img/live/2-bg.png) no-repeat center center;
	background-size: 100% auto;
	color: #fff;
}
.section-live-2 .sub_title{
	color: #fff;
}

.sence{
	padding: 0 110px;
}
.sence-title{
	color: #fff;
	font-size: 30px;
}

.sence-title-s{
	font-size: 20px;
	color: #c1bcbc;
	margin: 40px 0;
}
.sence-text{
	font-size: 20px;
	color: #fff;
	line-height: 40px;
}
.sence-btn{
	width: 160px;
	height: 36px;
	border-radius: 18px;
	background: #1a8bff;
	color: #fff;
	text-align: center;
	line-height: 36px;
	margin-top: 40px;
	font-size: 18px;
}

.functions-list{
	display: flex;
	flex-wrap: wrap;
}
.functions-list li{
	display: flex;
	width: 580px;
	padding: 30px 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #d3d4d6;
}
.functions-list li:nth-child(2n){
	margin-right: 20px;
}
.functions-icon{
	width: 42px;
	margin-right: 20px;
}
.functions-con{
	flex: 1;
}
.functions-top{
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
}
.functions-top .top-btn,
.functions-top .top-btn a{
	color: #2f60ae;
}
.functions-text{
	font-size: 14px;
	color: #000;
	line-height: 28px;
}
.functions-text span{
	padding: 0 10px;
}

.section-5 .sub_title{
	margin-bottom: 20px;
}
.sub_title_s{
	font-size: 16px;
	line-height: 30px;
}

.application-list{
	display: flex;
	flex-wrap: wrap;
}
.application-list li{
	flex: 1;
	text-align: center;
	cursor: pointer;
}
.application-icon{
	width: 90px;
	height: 90px;
	border: 1px solid #124caf;
	border-radius: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}
.application-icon .init{
	display: block;
}
.application-icon .hover{
	display: none;
}
.application-text{
	font-size: 16px;
	color: #000;
	margin-top: 20px;
}
.application-list li:hover .application-icon{
	background: #124caf;
}
.application-list li:hover .init{
	display: none;
}
.application-list li:hover .hover{
	display: block;
}
.section-6-live{
	background: url(../img/live/6-bg.png) no-repeat center center;
	background-size: 100% auto;
}

.about{
	width: 928px;
	height: 332px;
	background: url(../img/about/1-bg.png) no-repeat center center;
	background-size: 100% 100%;
	box-shadow: 0px 2px 15px 0px rgba(189, 193, 200, 0.5);
	margin: 0 auto;
	padding: 30px;
}
.about .sub_title{
	margin-bottom: 30px;
}
.about-body .section{
	padding: 50px 0;
}
.about-text{
	font-size: 16px;
	color: #535151;
	line-height: 34px;
}
.about-text p{
	text-indent: 2em;
}


.culture{
	display: flex;
}
.culture li{
	width: 345px;
	background: #ffffff;
	border-radius: 20px;
	overflow: hidden;
	margin-right: 82px;
}
.culture li:nth-child(3n){
	margin-right: 0;
}
.culture-tit{
	font-size: 22px;
	color: #000;
	padding: 20px 25px;
}
.culture-text{
	font-size: 20px;
	color: #000;
	padding: 0 25px 20px;
}

.honor img{
	margin-left: -81px;
}
.honor img:first-child{
	margin-left: 0;
}

.contact ul{
	display: flex;
}
.contact ul li{
	width: 343px;
	height: 157px;
	background: url(../img/about/4-bg.png) no-repeat center center;
	background-size: 100% 100%;
	box-shadow: 0px 2px 15px 0px rgba(189, 193, 200, 0.5);
	margin-right: 85px;
	display: flex;
	align-items: center;
	padding: 20px;
}
.contact ul li:nth-child(3n){
	margin-right: 0;
}
.contact ul li img{
	width: 70px;
	height: 70px;
	margin-right: 15px;
}
.contact-con{
	flex: 1;
}
.contact-title{
	font-size: 20px;
	color: #000;
}
.contact-text{
	font-size: 16px;
	color: #000;
	margin-top: 10px;
}


.price-body section{
	padding: 50px 0;
}
.price-banner{
	padding: 100px 0;
}
.price-banner-t{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.price-banner-ts{
	font-size: 24px;
	text-align: center;
	color: #000;
	margin-top: 30px;
}

.combo-list{
	display: flex;
}
.combo-list li{
	width: 398px;
	margin-right: 30px;
	background: #fff;
	cursor: pointer;
}
.combo-list li:last-child{
	margin-right: 0;
}
.combo-top{
	color: #000;
	text-align: center;
	padding: 20px 0;
}
.combo-name{
	font-size: 26px;
}
.combo-jq{
	font-size: 20px;
	margin-top: 15px;
}
.combo-jq span{
	font-weight: bold;
	font-size: 24px;
	color: #026bff;
}
.combo-td{
	font-size: 20px;
	margin-top: 10px;
}
.combo-btn{
	width: 110px;
	height: 34px;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	border: 1px solid #232323;
	border-radius: 10px;
	margin: 20px auto 0;
}
.combo-ys{
	font-size: 16px;
	color: #fff;
	padding: 0 5px 5px;
	color: #000;
}
.combo-ys p{
	height: 40px;
	line-height: 40px;
	background: #ebf3ff;
	margin-top: 5px;
	padding: 0 10px;
}
.combo-ys p a{
	color: #000;
}
.combo-list li:hover .combo-top{
	background: #026bff;
	color: #fff;
}
.combo-list li:hover .combo-top .combo-jq span{
	color: #fff;
}
.combo-list li:hover .combo-btn{
	background: #f89731;
	border: 1px solid #f89731;
	color: #fff;
}

.qa-list{
	display: flex;
}
.qa-list li{
	width: 398px;
	margin-right: 30px;
	background: #fff;
	cursor: pointer;
}
.qa-list li:last-child{
	margin-right: 0;
}
.qa-title{
	font-size: 20px;
	margin-top: 20px;
	color: #000;
}
.qa-title:first-child{
	margin-top: 0;
}
.qa-text{
	font-size: 14px;
	margin-top: 10px;
	line-height: 18px;
}
.table{
	width: 100%;
	border: 1px solid #e0e7ee;
	border-right: none;
	border-bottom: none;
}

.table tr th,
.table tr td{
	height: 50px;
	font-size: 14px;
	line-height: 20px;
	padding: 0 10px;
	border-right: 1px solid #e0e7ee;
	border-bottom: 1px solid #e0e7ee;
	text-align: center;
}
.table tr th{
	background: #026bff;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.table tr td{
	font-size: 16px;
	color: #000;
	background: #fff;
}
.table tr:nth-child(2n) td{
	background: #ebf3ff;
}
.table-text{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.table tr td.textLeft{
	text-align: left;
	font-size: 20px;
}
.table tr td.textRight{
	text-align: right;
}
.btns{
	display: flex;
}
.btns-btn{
	flex: 1;
}
.btns-btn .combo-btn{
	cursor: pointer;
}
.btns-btn .combo-btn:hover{
	background: #f89731;
	border: 1px solid #f89731;
	color: #fff;
}
.combo-tips{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	margin-top: 40px;
}

@media (max-width: 414px) {
	.aside-left{
		display: none;
	}
	.live-body .section,
	.section{
		padding: 10px 0;
	}
	.service-list li:nth-child(3n),
	.service-list li{
		margin-right: 0;
		margin: 0 auto 10px;
		height: 90px;
	}
	.service-icon{
		width: 50px;
		height: 50px;
	}
	.service-icon img{
		width: 35px;
		height: 35px;
	}
	.case-list{
		justify-content: center;
	}
	.case-list li{
		margin-right: 0;
		margin-bottom: 10px;
		
	}
	.navs ul li{
		font-size: 14px;
	}
	.feature-list{
		flex-wrap: wrap;
	}
	.feature-list li{
		width: 50%;
		padding: 0 10px;
		flex: auto;
	}
	.feature-list li img{
		width: 80px;
		height: 80px;
	}
	.btns.live-btns{
		width: 100%;
		margin-top: 20px;
	}
	.live-btns .btn_primary{
		margin: 0 10px;
	}
	.section-live-2{
		height: 400px;
		background-size: cover;
	}
	.sence{
		padding: 0 20px;
	}
	.sence-title-s{
		margin: 20px 0;
	}
	.sence-text{
		font-size: 16px;
		line-height: 30px;
	}
	.sence-btn{
		margin-top: 20px;
	}
	.functions-list li{
		margin-right: 0;
		margin: 0 auto 10px;
		width: 90%;
		padding: 10px;
	}
	.functions-icon{
		width: 30px;
		margin-right: 5px;
	}
	.functions-icon img{
		width: 30px;
	}
	.functions-top{
		font-size: 16px;
		line-height: 20px;
	}
	.functions-text span{
		padding: 0 5px;
	}
	.functions-top .top-btn{
		width: 84px;
		text-align: right;
	}
	.application-list li{
		width: 33.3%;
		flex: auto;
		margin-bottom: 10px;
	}
	.application-icon{
		width: 80px;
		height: 80px;
	}
	.application-icon img{
		width: 56px;
	}
	.application-text{
		margin-top: 10px;
	}
	.live-body	.section.section-6{
		height: 220px;
		background-size: cover;
	}
	.section-6.section .sub_title{
		padding: 0 20px;
		line-height: 30px;
	}
	.section-6 .btn_primary{
		height: 44px;
		line-height: 44px;
		width: 160px;
		font-size: 18px;
	}
	.about{
		width: 90%;
		height: auto;
		padding: 15px;
	}
	.about-body .section{
		padding: 10px 0;
	}
	.about .sub_title{
		margin-bottom: 10px;
	}
	.culture{
		flex-wrap: wrap;
		padding: 0 30px;
	}
	.culture li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.culture li img{
		width: 100%;
	}
	.culture-tit{
		font-size: 20px;
		padding: 10px 15px;
	}
	.culture-text {
	    font-size: 16px;
	    padding: 0 15px 10px;
	}
	.honor{
		padding: 0 10px;
		text-align: center;
	}
	.honor img{
		width: 32%;
		margin-left: 0;
	}
	.contact ul{
		padding: 0 20px;
		flex-wrap: wrap;
	}
	.contact ul li{
		width: 100%;
		margin-right: 0;
		padding: 10px 20px;
		height: 100px;
		background-size: cover;
		margin-bottom: 10px;
	}
	.contact ul li img{
		width: 60px;
		height: 60px;
	}
	.price-body section{
		padding: 20px 0;
	}
	.price-banner{
		padding: 30px 20px;
	}
	.combo-list{
		flex-wrap: wrap;
	}
	.combo-list li{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.combo-top{
		padding: 10px 0;
	}
	.qa-list{
		flex-wrap: wrap;
		padding: 0 20px;
	}
	.qa-list li{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.combo-tips{
		padding: 0 20px;
	}
	.btns-btn .combo-btn{
		width: 80%;
	}
}