.product1{
	background-color: #30649f;
}
.product1_left{
	margin-left: 100px;
	color: #fff;
	align-self: flex-start;
	margin-top: 4rem;
}
.product1_left_head{
	/* margin-top: 40px; */
}
.product1_left_head h4{
	font-size:34px;
	line-height: 42px;
	color: #fff;
	display: block;
	text-transform: uppercase;
}
.product1_left h5{
	font-size:26px;
	text-transform: uppercase;
	margin-top:4rem;
}
.product1_left p{
	font-size:1rem;
	margin-top: 1.6rem;
	line-height: 24px;
	max-width: 34.3vw;
}
.product1_left_icon{
	width: 96px;
	height: 96px;
	display: block;
	margin-right: 20px;
}
.product1_left_title{
	align-self: flex-end;
}
.product1_right{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-right: 2rem;
	flex-direction: column;
}
.product1_right_item{
	width: 39.4vw;
	font-size:26px;
	height: 3rem;
	line-height: 3rem;
	padding-left: 20px;
	color: #fff;
	display: flex;
}
.product1_right_active:hover{
	background-color: rgba(255, 255, 255, .27);
	cursor: pointer;
}
.product1_right_l{
	flex: 1;
	display: block;
	padding-left: 5rem !important;
	font-size:1.1rem !important;
	color: #fff;
	width: 39.4vw;
	height: 3rem;
	line-height: 3rem;
}



.product11{
	width: 54vw;
	position: relative;
}
.product11_notice{
	color: #fff;
	font-size: 0.8rem;
	line-height: 1rem;
	width: 38%;
}
.product11_box{
	background-color: #fff;
	margin-top:0.8rem;
	min-height: 25vh;
	overflow: hidden;
	align-items: stretch;
}
.product11_img1{
	max-width: 20vw;
	/* max-height: 25vh; */
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.product11_img1{
	/* height: 100%; */
	width: 100%;
	display: block;
	
}
.product11_dl{
	margin-left: 2rem;
	margin-right: 9rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	align-self: flex-start;
}
.product11_dt{
	/* margin-bottom: 1.3rem; */
}
.product11_dl img{
	height: 4rem;
}
.product11_dt h2{
	font-size: 1.8rem;
	margin-bottom: 1rem;
}
.product11_dt h3{
	font-size: 1.2rem;
	/* margin-bottom: 0.5rem; */
}
.product11_dt h4{
	font-size: 1.2rem;
	font-weight: normal;
	color: #898989;
}
.product11_dl p{
	font-size: 1rem;
	color: #898989;
	/* padding-bottom: 2rem; */
	text-align: justify;
}
.product11_arrow{
	height: 3.5rem;
	position: absolute;
	right: 3.5rem;
	bottom: 1rem;
	cursor: pointer;
}