/* 服务保障-head公共css */
body{
	background: #F8F8F8;
}
.banxin{
	width: 1200px;
	margin: 0 auto;
}
.banner_box{
	position: relative;
	width: 100%;
	height: 500px;
	background: url(../image/servicege/servicege5.png) no-repeat center center / cover;
}
.banner_title{
	padding: 155px 0 0 120px;
	font-family: Helvetica;
	color: #025C63;
}
.banner_title .d1{
	font-size: 70px;
	margin-bottom: 5px;
}
.banner_title .d2{
	font-size: 50px;
}
.prototype_box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	bottom: -60px;left: 0;right: 0;
	margin: auto;
	z-index: 1;
}
.prototype_box .item{
	display: flex;
	align-items: center;
	width: 369px;
	height: 120px;
	background: #FFFFFF;
	box-shadow: 0px 8px 16px 0px #F5F6F8;
	border-radius: 8px;
	padding-left: 19px;
}
.prototype_box .item .l{
	margin-right: 16px;
}
.prototype_box .item .r .p1{
	font-size: 22px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #363D51;
	text-shadow: 0px 8px 16px #F5F6F8;
	margin-bottom: 9px;
}
.prototype_box .item .r .p2{
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #4D4D4D;
	text-shadow: 0px 8px 16px #F5F6F8;
}
.hover_box{
	background: #ffffff;
}
.hover_box_nr{
	padding: 140px 50px 72px 240px;
	display: flex;
	align-items: center;
}
.hover_box_nr .img{
	margin-right: 61px;
}
.hover_box_nr .right .t1{
	font-size: 24px;
	font-weight: 600;
	color: #363D51;
}
.hover_box_nr .right .t2{
	font-size: 20px;
	font-weight: 600;
	color: #4D4D4D;
	margin: 8px 0 24px 0;
}
.hover_box_nr .right .t3{
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	width: 643px;
	margin-bottom: 22px;
}
.hover_box_nr .right .more{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 40px;
	background: #178E5E;
	border-radius: 20px;
}
.hover_box_nr .right .more .mes{
	margin-right: 8px;
}
.hover_box_nr .right .more span{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
}
.title_pub{
	padding: 80px 0 64px 0;
	font-size: 34px;
	font-weight: 600;
	color: #414141;
	text-align: center;
}
.videos_box{
    width: 100%;
    background: url('/static/newindex/image/ixlzj/video_bg.png') center center / cover no-repeat;
    padding-bottom: 82px;
}
.videos_box_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.videos_box_flex .item{
    width: 386px;
}
.videos_box_flex .item .imgs{
    position: relative;
}
.videos_box_flex .item .imgs .video_img{
    width: 100%;
    height: 285px;
    object-fit: cover;
}
.videos_box_flex .item .imgs .video_btn{
    width: 31px;
    height: 31px;
    position: absolute;
    left: 0;top: 0;right: 0;bottom: 0;
    margin: auto;
    cursor: pointer;
}
.videos_box_flex .item .pads{
    background: #fff;
    padding: 22px 36px 32px 36px;
    margin-top: -5px;
}
.videos_box_flex .item .pads h5{
    font-size: 22px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 10px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.videos_box_flex .item .pads p{
    font-size: 16px;
    font-weight: 400;
    color: #6D7278;
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
