.screen_forth {
	height: 100vh;
	max-height: 846px;
	width: 100vw;
	background: url(forth-forth_bg.png) no-repeat right;
	background-size: 100% 846px;
}
.screen_forth .common-layout .common-title {
	background: url(title_bg3.png) no-repeat center;
}

.screen_forth .forth-inner {
	margin: 60px auto 0
}

.screen_forth .clear {
	overflow: hidden
}

.screen_forth .forth-outer {
	width: 100vw;
	min-height: 846px;
	box-sizing: border-box;
	background: url(/picture/110/2312081318057281895.png) no-repeat right 110px;
	background-size: 46%;
}
.screen_forth .width-fixed{
	width: 52%;
}

.screen_forth .forth-title {
	margin-top: 18px;
	font-size: 16px;
	text-align: justify;
	max-width: 664px;
	color: #666;
	line-height: 30px;
}

.screen_forth .img-container {
	margin-top: 60px;
	width: 100%;

	display: flex;
	flex-direction: row;
	overflow: hidden;
	box-shadow: 3px 0px 8px 0px rgba(0, 0, 0, .08)
}

.screen_forth .img-container li {
	flex: 1;
	text-align: left;
	max-width: 250px;
	background: #fff;
	height: 167px;
	box-shadow: -1px 0px 0px 0px #ecedf0 inset;
	position: relative;
	padding: 53px 0 0 28px;
	box-sizing: border-box
}

.screen_forth .img-container li .img-icon1 {
	display: block;
	width: 60px;
	height: 58px;
	margin: 0 0 14px -6px;
	background: url(forth-img_01.png) no-repeat left;
}

.screen_forth .img-container li .img-icon2 {
	position: absolute;
	right: 10px;
	top: 0;
	width: 75px;
	height: 60px;
	background: url(forth-img_03.png) no-repeat;
	background-size: contain;
}

.screen_forth .img-container li:nth-child(1):hover, .screen_forth .img-container li:nth-child(1).active{
	background: linear-gradient(90deg, #0a4e7e 0%, #7fbb1c 99%);
	color: #fff
}

.screen_forth .img-container li:nth-child(1):hover .img-icon1, .screen_forth .img-container li:nth-child(1).active .img-icon1{
	background: url(forth-img_00.png) no-repeat
}

.screen_forth .img-container li:nth-child(1):hover .img-icon2, .screen_forth .img-container li:nth-child(1).active .img-icon2{
	background: url(forth-img_02.png) no-repeat
}

.screen_forth .img-container li:nth-child(2) .img-icon1 {
	background: url(forth-img_11.png) no-repeat
}

.screen_forth .img-container li:nth-child(2) .img-icon2 {
	background: url(forth-img_13.png) no-repeat center
}

.screen_forth .img-container li:nth-child(2):hover,.screen_forth .img-container li:nth-child(2).active {
	background: linear-gradient(90deg, #0a4e7e 0%, #7fbb1c 99%);
	color: #fff
}

.screen_forth .img-container li:nth-child(2):hover .img-icon1,.screen_forth .img-container li:nth-child(2).active .img-icon1 {
	background: url(forth-img_10.png) no-repeat
}

.screen_forth .img-container li:nth-child(2):hover .img-icon2,.screen_forth .img-container li:nth-child(2).active .img-icon2 {
	background: url(forth-img_12.png) no-repeat
}

.screen_forth .img-container li:nth-child(3) .img-icon1 {
	background: url(forth-img_21.png) no-repeat
}

.screen_forth .img-container li:nth-child(3) .img-icon2 {
	background: url(forth-img_23.png) no-repeat
}

.screen_forth .img-container li:nth-child(3):hover,.screen_forth .img-container li:nth-child(3).active {
	background: linear-gradient(90deg, #0a4e7e 0%, #7fbb1c 99%);
	color: #fff
}

.screen_forth .img-container li:nth-child(3):hover .img-icon1,.screen_forth .img-container li:nth-child(3).active .img-icon1 {
	background: url(forth-img_20.png) no-repeat
}

.screen_forth .img-container li:nth-child(3):hover .img-icon2,.screen_forth .img-container li:nth-child(3).active  .img-icon2  {
	background: url(forth-img_22.png) no-repeat
}

.screen_forth .img-container li:nth-child(4) .img-icon1 {
	background: url(forth-img_31.png) no-repeat
}

.screen_forth .img-container li:nth-child(4) .img-icon2 {
	background: url(forth-img_33.png) no-repeat
}

.screen_forth .img-container li:nth-child(4):hover,.screen_forth .img-container li:nth-child(4).active {
	background: linear-gradient(90deg, #0a4e7e 0%, #7fbb1c 99%);
	color: #fff
}

.screen_forth .img-container li:nth-child(4):hover .img-icon1,.screen_forth .img-container li:nth-child(4).active .img-icon1 {
	background: url(forth-img_30.png) no-repeat
}

.screen_forth .img-container li:nth-child(4):hover .img-icon2,.screen_forth .img-container li:nth-child(4).active .img-icon2 {
	background: url(forth-img_32.png) no-repeat
}

.screen_forth .tip-list {
	margin-top: 48px;
	min-height: 204px;
}

.screen_forth .tip-list p {
	font-size: 16px;
	margin-bottom: 15px
}

.screen_forth .tip-list p span {
	width: 20px;
	margin-right: 24px;
	height: 4px;
	background: #7eba1c;
	display: inline-block
}