.briefbj {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	background: rgba(237, 237, 237, 0.5);
}

.briefsecond {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 60%;
	height: 100%;
}

.briefsecondbj {
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-left: 8px;
}

.briefsecondimg {
	width: 38%;
	height: auto;
	object-fit: cover;
}

.briefsecondtitle {
	color: #333333;
	font-size: 20px;
}

.briefsecondcontent {
	color: #999999;
	font-size: 14px;
}

/* 我们能做什么 */
.wecantitle {
	width: 70%;
	color: #333333;
	font-size: 30px;
	padding: 40px 0 30px 0;
}

.wecancont {
	color: #999999;
	font-size: 16px;
	margin-top: 10px;
}

.Implementation {
	width: 20%;
	margin: 20px 0;
	font-size: 20px;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.Implementation img {
	width: 16%;
	height: auto;
	object-fit: cover;
	margin-bottom: 5px;
}

.wecanclassfit {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 10px;
	flex-wrap: wrap;
}
.wecanclassfit li:nth-child(3n + 1) {
	margin-right: 2%;
}
.wecanclassfit li:nth-child(3n + 2) {
	margin-right: 2%;
}

.wecansecond {
	background: #FFFFFF;
	box-shadow: 0px 3px 17px 0px rgba(5, 51, 141, 0.2);
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 32%;
}

.wecansecondtitle {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	border-radius: 10px 10px 0 0;
}

.wecansecondtitletext {
	display: flex;
	align-items: center;
	color: #FFFFFF;
	font-size: 24px;
	padding: 3% 0;
	width: 50%;
}

.wecansecondtitletext img {
	width: 36px;
	height: 36px;
	margin: 3px 0 0;
	object-fit: cover;
}

.wecansecondtitletext span {
	margin-left: 6px;
}

.wecanmore {
	width: 30px;
	height: auto;
	object-fit: cover;
}

.wecansecondtitlecontent {
	width: 90%;
	height: 50px;
	margin: 14px 0 24px;
	line-height: 26px;
	font-size: 18px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

/* 我们能做什么结束 */
/* 合作案例 */
.cooperation {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #F6F6F6;
	padding: 40px 0;
}

.cooperationtitle {
	width: 70%;
	color: #333333;
	font-size: 30px;
}

.cooperationcont {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999999;
	font-size: 16px;
	margin-top: 10px;
}

.cooperationcontnum {
	color: #3E74DC;
}

.hezuobackground {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 0;
	box-shadow: 0px 3px 17px 0px rgba(5, 51, 141, 0.2);
	border-radius: 10px;
	margin-top: 30px;
}

.hezuologo {
	width: 30%;
	height: auto;
	object-fit: cover;
}

.hezuoleft {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 95%;
}

.hezuobj {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 40%;
}

.hezuotitle {
	color: #333333;
	font-size: 24px;
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 22px;
}

.hezuotitle img {
	width: 30px;
	height: 30px;
	object-fit: cover;
	margin-right: 5px;
}

.hezuocont {
	color: #999999;
	font-size: 16px;
	margin-top: 10px;
	line-height: 30px;
}

.hezuolabel {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
}

.hezuolabeltext {
	background: #F0F5FF;
	border-radius: 9px;
	padding: 3px 5px;
	color: #3E74DC;
	margin-right: 2%;
	font-size: 12px;
	margin-top: 10px;
}

.cooperlimit {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 30px;
	flex-wrap: wrap;
	padding: 0;
	cursor: pointer;
}
.cooperlimit li:hover {
	box-shadow: 0px 4px 24px 0px rgba(5,51,141,0.2);
	border-radius: 10px;
}
.cooperlimit li:nth-child(4n + 1) {
	margin-right: 1.33%;
}
.cooperlimit li:nth-child(4n + 2) {
	margin-right: 1.33%;
}
.cooperlimit li:nth-child(4n + 3) {
	margin-right: 1.33%;
}

.cooperbox {
	margin-bottom: 20px;
	width: 24%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: #FFFFFF;
	color: #333333;
	font-size: 16px;
	border-radius: 10px;
}

.cooperbox img {
	width: 100%;
	height: 164px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}

.coopercont {
	width: 92%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 10px 0 14px;
	flex-wrap: wrap;
}

.anlimore {
	background: #3E74DC;
	border-radius: 4px;
	width: 20%;
	padding: 13px 0;
	color: #FFFFFF !important;
	font-size: 14px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

/* 合作案例结束 */
/* 核心技术 */
.core {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #FFFFFF;
	padding: 40px 0 37px 0;
}

.coretitle {
	width: 70%;
	color: #333333;
	font-size: 30px;
}

.coreclassfit {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 22px;
	margin-top: 30px;
	list-style-type: none;
	padding: 0;
}
.coreclassfit img {
	width: 10%;
	margin-right: 4%;
	height: auto;
	object-fit: cover;
}

.coreactive {
	color: #3E74DC !important;
}

.nocoreactive {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #aaa;
	width: 25%;
	position: relative;
	padding-bottom: 16px;
	font-weight: bold;
}

.coreactive div {
	background: #3E74DC !important;
}

.nocoreactive div {
	background: rgba(0, 0, 0, 0);
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
}
.coreboxflex {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.coreboxflex li:nth-child(3n + 1) {
	margin-right: 2%;
}
.coreboxflex li:nth-child(3n + 2) {
	margin-right: 2%;
}
.coreboxsecond {
	width: 32%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	box-shadow: 0px 4px 24px 0px rgba(5,51,141,0.2);
	border-radius: 10px;
	margin-top: 30px;
	background: #FFFFFF;
}
.coreboxteam {
	width: 100%;
	display: flex;
	justify-content: center;
	background-size: cover;
	border-radius: 10px;
	height: 215px;
	font-size: 24px;
	color: #FFFFFF;
}
.coreboxtitle {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	border-radius: 10px 10px 0 0;
	height: 159px;
	font-size: 24px;
	color: #FFFFFF;
}
.coreboxteamtitle {
	width: 100%;
	display: flex;
	align-items: center;
	color: #333333;
	font-size: 24px;
	margin-top: 30px;
}
.coreboxteamcont {
	width: 100%;
	display: flex;
	align-items: center;
	color: #999999;
	font-size: 16px;
	margin-top: 12px;
}
.coreboxtitle img {
	width: 36px;
	height: 36px;
	object-fit: cover;
}
.coreboxtitle span {
	font-size: 24px;
	margin-top: 10px;
}
.corecontent {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 90%;
	color: #666666;
	font-size: 16px;
	padding: 18px 0;
}
.coreboxshuxian {
	width: 1px;
	height: 14px;
	background: #DDDDDD;
}
.coreboxfuwubox {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.coreboxfuwu {
	width: 14%;
	margin-top: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.coreboxfuwulogo {
	width: 30%;
	height: auto;
	object-fit: cover;
}
.coreboxfuwutitle {
	margin-top: 20px;
	color: #333333;
	font-size: 24px;
}
.coreboxfuwudowm {
	margin-top: 17px;
	width: 10%;
	height: auto;
	object-fit: cover;
}
.coreboxfuwucont {
	margin-top: 24px;
	color: #999999;
	font-size: 18px;
}
.coreboxafter {
	width: 32%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 10px;
	margin-top: 30px;
	background: #FFFFFF;
	padding: 30px 0;
	cursor: pointer;
}
.coreboxafter:hover {
	box-shadow: 0px 4px 24px 0px rgba(5,51,141,0.2);
}
.coreboxafterbox {
	width: 80%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.coreboxafterlogo {
	width: 20%;
	height: auto;
	object-fit: cover;
}
.coreboxaftertitle {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333333;
	font-size: 24px;
	margin-top: 24px;
}
.coreboxaftercont {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #999999;
	font-size: 16px;
	margin-top: 20px;
	line-height: 30px;
}
/* 核心技术结束 */
.teamlogo {
	margin-top: 30px;
	width: 100%;
	object-fit: cover;
	height: auto;
}
/* 合作伙伴 */
.partnerbox {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0;
	flex-wrap: wrap;
	list-style-type: none;
}
.partnerbox li {
	width: 18%;
	margin-top: 30px;
	border: 1px solid #ededed;
	box-sizing: border-box;
	border-radius: 10px;
}
.partnerbox li:nth-child(5n + 1) {
	margin-right: 2.5%;
}
.partnerbox li:nth-child(5n + 2) {
	margin-right: 2.5%;
}
.partnerbox li:nth-child(5n + 3) {
	margin-right: 2.5%;
}
.partnerbox li:nth-child(5n + 4) {
	margin-right: 2.5%;
}
.partnerlogo {
	width: 100%;
	height: 79px;
	object-fit: cover;
}
/* 公司新闻、行业新闻 */
.journalism {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F6F6F6;
	padding: 0 0 40px 0;
}
.journalismbox {
	width: 70%;
	display: flex;
	flex-wrap: wrap;
}
.journalismbox li:nth-child(3n + 1) {
	margin-right: 2%;
}
.journalismbox li:nth-child(3n + 2) {
	margin-right: 2%;
}
.journalismcont {
	width: 32%;
	display: flex;
	flex-direction: column;
	margin-top: 40px;
}
.journalismtitle {
	width: 100%;
	font-size: 24px;
	color: #333333;
	padding-bottom: 18px;
	position: relative;
	font-weight: 500;
}
.journalismtitle div {
	width: 30px;
	height: 2px;
	background: #3e74dc;
	position: absolute;
	bottom: 0;
	left: 0;
}
.journalismsecond {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 10px;
	margin-top: 20px;
	cursor: pointer;
}
.journalismsecond:hover {
	background: #FFFFFF;
	box-shadow: 0px 4px 24px 0px rgba(5,51,141,0.2);
	border-radius: 10px;
}
.journalismsecond img {
	width: 100%;
	height: 168px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}
.journalismcontent {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 90%;
	color: #333333;
	font-size: 16px;
	padding: 18px 0;
}
.journalismlabeltext {
	background: #F0F5FF;
	border-radius: 9px;
	padding: 3px 5px;
	color: #3E74DC;
	margin-right: 2%;
	font-size: 12px;
	margin-top: 10px;
}
.journalismsortbox {
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	padding: 10px 0;
}
.journalismsort{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px dashed #eaeaea;
	cursor: pointer;
}
.journalismsortnum {
	width: 40px;
	height: 40px;
	background: #DDDDDD;
	color: #333333;
	font-size: 24px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.journalismsortlimitbox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 83%
}
.journalismsortlimitcont {
	color: #333333;
	font-size: 14px;
	width: 100%;
}
.journalismsortlimitlabeltext {
	background: #F0F5FF;
	border-radius: 10px;
	padding: 3px 5px;
	color: #3E74DC;
	margin-right: 2%;
	font-size: 12px;
	margin-top: 7px;
}
.journalismmore {
	width: 30%;
	padding: 7px 0;
	border-radius: 4px;
	font-size: 12px;
	border: 1px solid #DDDDDD;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-top: 10px;
}

.journalismmore:hover {
	border: 1px solid #3E74DC !important;
}
.journalismmore:hover a{
	color: #3E74DC !important;
}
.zixun {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../img/home/banner01.png') no-repeat;
	background-size: cover;
	height: 500px;
}
.zixunbox {
	width: 70%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #FFFFFF;
}
.zixunboxtitle {
	font-size: 40px;
}
.zixunboxtext1 {
	font-size: 18px;
	margin-top: 50px;
}
.zixunboxtext2 {
	font-size: 18px;
	margin-top: 22px;
}
.zixunbutton {
	width: 10%;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	padding: 10px 0;
	font-size: 14px;
	margin-top: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}