html,body{
	background: #ecefff !important;
}

.yjs_banner{
	width: 100%;
	margin-top: 25px;
}

.yjs_tab{
	display: flex;
	justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 50px;
	margin-top: 35px;
}
.yjs_dhl{
	width: 100%;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	margin-bottom: 20px;
}
.yjs_dhl img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 12px;
}
.yjs_tab_li{
	width: 261px;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding-bottom: 16px;
	transition: all .3s;
}
.yjs_tab_li:after{
	content: "";
	width: 255px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f6f6f6;
	transition: all .3s;
}
.yjs_tab_li .l{
	width: 100%;
	min-height: 71px;
	line-height: normal;
	text-align: left;
	font-size: 20px;
	color: #333333;
	cursor: pointer;
	transition: all .3s;
	padding-left: 40px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	box-sizing: border-box;
	position: relative;
	z-index: 3;
	margin: 5px 0;
}
.yjs_tab_li .l:before{
	content: "";
	width: 6px;
	height: 6px;
	background: #bdbdbd;
	position: absolute;
	top: 44px;
	left: 20px;
	transform: translateY(-50%);
	z-index: 1;
	display: block;
}
.yjs_tab_li .l:after{
	content: "";
	width: 22px;
	height: 22px;
	background: url(../imagesq/yjs_nal_ico.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	top: 44px;
	left: 38px;
	transform: translateY(-50%);
	z-index: 1;
	display: none;
}
.yjs_tab_li .l.on{
	color: #FFFFFF;
	background: url(../imagesq/yjs_nal_bg.png) no-repeat left;
	font-weight: bold;
	background-size: 100% 100%;
	padding-left: 80px;
	transition: all .3s;
}
.yjs_tab_li .l.on:before{
	display: none;
}
.yjs_tab_li .l.on:after{
	display: block;
}
.yjs_tab_con{
	width: 865px;
	background: #f6f6f6;
	box-sizing: border-box;
	display: inline-block;
}
.yjs_tab_con .cb{
	display: none;
}
.yjs_tab_con .cb:nth-child(1){
	display: block;
}
.yjs_tab_con .t{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
.yjs_tab_con .t p{
	float: left;
	background: #c5272e;
	padding-right: 54px;
	border-top-right-radius: 40px;
}
.yjs_tab_con .t p img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-left: 26px;
	margin-right: 10px;
}
.yjs_tab_con .c{
	width: 100%;
	min-height: 438px;
	padding: 32px;
	box-sizing: border-box;
	line-height: 30px;
}
.yjs_tab_con .c p{
	font-size: 18px;
}
.yjs_hdjl{
	width: 100%;
	height: 100px;
	line-height: 100px;
	background: #fef3f4;
	box-shadow: 0 4px 13px 4px rgb(200, 140, 147, .08);
	margin-bottom: 30px;
}
.yjs_hdjl .tlt{
	width: 210px;
	height: 52px;
	line-height: 52px;
	padding-left: 24px;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	background: #eb6573;
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
	border-top-right-radius: 52px;
	border-bottom-right-radius: 52px;
}
.yjs_hdjl .tlt img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.yjs_hdjl .con{
	display: flex;
	float: right;
	width: 885px;
	height: 100%;
	justify-content: space-around;
    align-items: center;
}
.yjs_hdjl .con .l{
	width: 250px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 20px;
	background: #f9e6e8;
	font-size: 18px;
	display: inline-block;
	transition: all .3s;
}
.yjs_hdjl .con .l img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
}
.yjs_hdjl .con .l a{
	display: block;
	text-decoration: none;
}
.yjs_hdjl .con .l:hover{
	background: #ffd0d5;
}
