.index_content{
	width: 100%;
	margin-top: 60px;
}
.index_content img{
	width: 100%;
}
.index_bottom{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.s_nav_titles{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.s_title_item{
	padding: 10px 0;
	font-size: 12px;
	color: #000;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	display: flex;
	align-items: center;
	
}
.s_title_item:last-child{
	margin-right: 0;
}
.sActive{
	border-bottom: 1px solid;
}

.s_img_item{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}
.s_img_item img{
	width: 100%;
}

.type4_title{
				width: 100%;
				margin-top: 90px;
				text-align: center;
				font-size: 40px;
				font-weight: bold;
				color: #1447a2;
			}
			.type4_title2{
				width: 100%;
				text-align: center;
				color: #1447a2;
				font-size: 26px;
				margin-top: 10px;
			}
			.type2_title2{
				width: 100%;
				text-align: center;
				color: #1447a2;
				font-size: 24px;
				margin-top: 10px;
				font-weight: bold;
			}
			.type4_title3{
				width: 100%;
				color: #1447a2;
				font-size: 26px;
				margin-top: 10px;
			}
			.type1_title{
				width: 100%;
				text-align: center;
				color: #1447a2;
				font-weight: bold;
				font-size: 30px;
				margin-top: 10px;
				margin-bottom: 50px;
			}
			.type4_items{
				width: 100%;
				display: flex;
				justify-content: space-between;
				margin-top: 50px;
			}
			.type4_item{
				width: 20%;
				
			}
			.type3_item{
				width: 30%;
			}
			.type4_item .img{
				width: 283px;
				height: 171px;
				cursor: pointer;
			}
			.type4_item .img1{
				width: 283px;
				height: 153px;
				margin-top: 18px;
				cursor: pointer;
			}
			.type4_item_content{
				width: 100%;
			}
			.type3_item_content{
				width: 100%;
				margin-top: 50px;
			}
			.type4_item_content img,.type3_item_content img{
				width: 100%;
				height: auto;
			}
			.type4_item_content2{
				width: 100%;
				margin-top: 30px;
				margin-bottom: 100px;
			}
			.type3_item_content2{
				width: 100%;
				margin-top: 50px;
				margin-bottom: 100px;
			}
			.type4_item_content2 img{
				width: 100%;
				height: auto;
			}
			.s_img_item_type1{
				width: 100%;
				display: flex;
				justify-content: space-between;
			}
			.slide-fwd-left{
				width: 107px;
				height: 103px;
				margin-right: 5px;
			}
			.slide-fwd-left:first-child{
				width: 312px;
				height: 103px;
				margin-right: 5px;
			}
			.slide-fwd-left img{
				width: 100%;
				height: 100%;
			}
			.slide-fwd-left:last-child{
				margin-right: 0;
			}
			.type1_img{
				width: 100%;
				margin-top: 60px;
				margin-bottom: 60px;
			}
			.type1_img1{
				width: 100%;
				margin-top: 60px;
				margin-bottom: 100px;
			}
			.type2_img1{
				width: 100%;
				margin-top: 20px;
				margin-bottom: 40px;
			}
			.type2_img2{
				width: 100%;
				margin-top: 40px;
				margin-bottom: 100px;
			}
			.type1_img img,.type1_img1 img{
				width: 100%;
				height: auto;
			}
			.type3_content_video{
				width: 100%;
				background: #f2f2f2;
				margin-top: 60px;
				border-radius: 5px;
				padding: 40px;
				box-sizing: border-box;
			}
			.video_title{
				width: 100%;
				text-align: center;
				padding-bottom: 40px;
				font-size: 26px;
				color: #003C95;
				font-weight: bold;
			}
			.video_items{
				width: 100%;
				display: flex;
				justify-content: space-between;
			}
			.video_left{
				width: 169px;
				padding-top: 100px;
			}
			.video_left img{
				width: 100%;
				height: auto;
			}
			.video_right{
				width: calc(100% - 250px);
			}
			.video_img{
				width: 738px;
				height: 410px;
				position: relative;
			}
			.video_img img{
				width: 738px;
				height: 410px;
				border-radius: 30px 30px 0 0;
				position: absolute;
				top: 0;
				left: 0;
				z-index: 99;
			}
			video{
			    width: 100%;
			    height: 100%;
			    object-fit: fill;
			    border-radius: 30px 30px 0 0;
			}
			video:focus{
		      outline: -webkit-focus-ring-color auto 0;  
		    }
			.video_item{
				width: 738px;
				background: #FFFFFF;
				border-radius: 30px;
			}
			.video_img2{
				padding: 40px 40px;
				box-sizing: border-box;
			}