/**************公用***************/


/************banner************/
.section-banner{
	position: relative;
}
.section-banner .img-box img{
	width: 100%;
}
.section-banner .index-banner-content{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 36px;
	font-weight: 500;
	color: #333333;
	line-height: 73px;
}
.section-banner .index-banner-content .title{
	position: relative;
	padding-top:100px;
}
.section-banner .index-banner-content .title:before{
	position: absolute;
	content: " ";
	top: 80px;
	left: 0;
	width: 64px;
	height: 6px;
	background: #2269F0;
}
/************公共栏目************/

.section-nav-box{
	height: 68px;
	background: #F2F7FC;
}
.section-nav-box>div{
	display: flex;
	line-height: 68px;
	justify-content: space-between;
}
.section-nav-box>div>a{
	font-size: 16px;
	font-weight: 400;
	color: #333333;

}
.section-nav-box>div .left-nav{
	width: 50%;

}
.section-nav-box>div .left-nav a{
	margin-right: 45px;
	font-weight: 600;
	color: #333333;
	font-size: 16px;
	display: inline-block;
}
.section-nav-box>div .left-nav a.active{
	color: #2269F0;
	border-bottom: 3px solid #2268F0;

}

.section-nav-box>div .right-nav{
	flex: 1;
	text-align: right;
}
.section-nav-box>div .right-nav a{
	color: #333333;
	font-size: 16px;
	font-weight: 600;
}
.section-nav-box>div .right-nav a.color999999{
	color:#999999;
}
/****************************************************************************/

.section-honor-box{
	padding-top: 35px;
}
.section-honor-box .honor-main-box ul{
	display: flex;
	flex-wrap: wrap;
}
.section-honor-box .honor-main-box ul li{
	width: 30%;
	border-radius: 8px;
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.10);
	display: flex;
	margin-right: 5%;
	margin-bottom: 45px;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	transition: all ease-in 0.3s;
}
.section-honor-box .honor-main-box ul li:hover{
	margin-top: -20px;
}
.section-honor-box .honor-main-box ul li:nth-child(3n){
	margin-right: 0;
}

.section-honor-box .honor-main-box ul li .img-box{
	width: 100%;
	height: 197px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover !important;
}
.section-honor-box .honor-main-box ul li .img-box img.logo-img{
	width: 150px;
	height: 58px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.67);
}
.section-honor-box .honor-main-box ul li .company-name-box{
	padding: 10px 20px 0 20px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 3px;
}
.section-honor-box .honor-main-box ul li:hover .company-name-box{
	color:#4070F4;
}
.section-honor-box .honor-main-box ul li .title-box{
	padding: 10px 20px 0 20px;
	font-size: 14px;
	height: 58px;
	letter-spacing: 3px;
}

.section-honor-box .honor-main-box ul li .tag-box{
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 20px;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.section-honor-box .honor-main-box ul li .left-tag-box span{
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}
.section-honor-box .honor-main-box ul li .tag-box .country-tag{
	background: #F0F4FB;
	color: #2268F0;
	padding: 4px 8px;
	border-radius: 16px;
}
.section-honor-box .honor-main-box ul li .tag-box .type-tag{
	font-size: 14px;
	font-weight: 400;
	color: #2268F0;
}
.section-honor-box .honor-main-box ul li .tag-box .type-tag i{
	transition: all .2s ease;
	margin-left: 4px;

}
.section-honor-box .honor-main-box ul li .tag-box .type-tag:hover i{
	transform: translate3d(4px,0,0);
	display:inline-block;
}
.section-honor-box .honor-main-box ul li .tag-box .area-tag{
	width: 60px;
	height: 28px;
	color:#2268F0;
	line-height: 28px;
	border: 1px solid #2268F0;
	border-radius: 2px;
}
.section-honor-box .honor-main-box ul li .tag-box .right-view-box .left-icon-box{
	margin-right: 5px;
}
.section-honor-box .honor-main-box ul li .tag-box .right-view-box img{
	margin-right: 5px;
}

