@charset "utf-8";
.header_box {
	border-bottom: 1px solid #e5e5e5;
}

html, body{
	background: #f0f0f0;
}

.body_inner{
	position: relative;
}
/*banner*/

.product_banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}

.product_arrow_right {
	width: 2.875rem;
	height: 2.875rem;
}

.product_banner_title {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
	color: #fff;
	left: 12%;
}

.product_title {
	font-size: 2.5rem;
}

.product_title2 {
	font-size: 2.8125rem;
	font-weight: bold;
}

.product_arrow_right {
	margin-top: 3.75rem;
}

/*tab*/

.product_tab {
	width: 70%;
	margin: 6.25rem auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.product_tab a {
	width: 13.8473%;
	height: auto;
	display: block;
}

.product_tab .product_tab_li {
	width: 5%;
	height: 1px;
	background: #b2c9e3;
	margin-top: 5.2rem;
}

.product_tab .product_tab_icon {
	width: 100%;
}

.product_tab .product_tab_title {
	text-align: center;
	font-size: 1.25rem;
	padding-top: 1.25rem;
}


/*列表*/

.product_list {
	width: 75.52%;
	margin: auto;
}

.product_list a {
	background: #fff;
	border: 1px solid #e5e4e5;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	margin-bottom: 3.75rem;
	display: block;
}

.product_list a:hover{
	box-shadow: 0px 0px 33.25px 1.75px rgba(0, 0, 0, 0.14);
	color: #000;
}

.product_list .product_list_left {
	position: absolute;
	left: 8%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product_list .product_list_img {
	float: right;
	height: auto;
	width: 40%;
}

.product_title3 {
	font-size: 1.875rem;
	line-height: 1.875rem;
}

.product_title4 {
	font-size: 1.25rem;
	padding-top: 1.875rem;
	opacity: 0.5;
	color: #333;
}

.product_arrow_right2 {
	margin-top: 2.5rem;
}


/*按钮*/

.product_btn {
	width: 10.3125rem;
	height: 3.4375rem;
	line-height: 3.4375rem;
	text-align: center;
	background: #004ea2;
	font-size: 0.875rem;
	color: #fff;
	margin: auto;
	border-radius: 2rem;
	margin-top: 1.875rem;
	margin-bottom: 5rem;
	display: block;
	cursor: pointer;
}

.product_btn:hover {
	color: #fff;
}


/*响应式适配*/

@media (min-width: 320px) and (max-width: 1200px) {
	.banner_gray{
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.5);
		z-index: 1;
		top:0;
		left: 0;
	}
	.product_tab a {
		width: 25%;
	}
	.product_tab .product_tab_title{
		font-size: 12px;
		padding-top: 0.8rem;
	}
	.product_tab{
		margin-top: 3rem;
		margin-bottom: 3rem;
		width: 85%;
	}
	.product_tab .product_tab_li{
		margin-top: 10%;
	}
	.product_tab3 .product_tab_li{
		margin-left:10px;
		margin-right: 10px;
	}
	.product_tab3{
		-webkit-justify-content:center;
		justify-content:center;
		margin-top: 0;
		margin-bottom: 2rem;
	}
	.product_title{
		font-size: 25px;
	}
	.product_title2{
		font-size: 20px;
	}
	.product_list{
		width: 80%;
	}
	.product_list .product_list_left {
	    position: initial;
	    transform:initial;
	    padding:23px 25px;
	    overflow: hidden;
	    color:#fff;
	    background: #32489d;
	    position: relative;
		left: 0;
	    top: 0;
	}
	.product_inner_title{
		width: 73%;
		float: left;
		border-right: 1px solid #7e8bbe;
	}
	.product_arrow3{
		width: 30px;
		height: 10px;
		margin-top: 0;
		float: right;
		position: absolute;
		right: 25px;
		top:50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.product_list .product_list_img{
		width: 100%;
	}
	.product_list a{
		margin-bottom: 2rem;
		border:none;
	}
	.product_arrow_right2{
		width: 30px;
		height: 30px;	
	}
	.product_btn{
		margin-bottom: 0;
		height: 38px;
		line-height: 38px;
	}
	.product_tab2{
		margin-bottom: 20px;
		padding-top: 30px;
		display: block;
		overflow: hidden;
		display:-webkit-flex;
		display:flex;
		-webkit-flex-wrap:wrap;
		flex-direction:wrap;
		-webkit-align-content:flex-start;
		align-content:flex-start;
	}
	.product_tab2 a{
		width: 33.3333%;
		margin-bottom: 12px;
		min-height: 90px;
	}
	.product_tab2 .product_tab_icon{
		width: 55%;
		margin: auto;
		display: block;
	}
	.product_tab2 .product_tab_title{
		width: 85%;
		margin: auto;
		font-size: 10px;
		padding-top: 5px;
	}
	.product_content{
		background: transparent;
		width: 100%;
		position: absolute;
		margin-top: -30%;
		z-index: 99999;
		left: 0;
		overflow: hidden;
	}
	.product_content_con{
		width: 81%;
		margin:auto;
		background: #fff;
		padding-top: 0;
		padding-bottom: 3rem;
		margin-bottom: 3rem;
	}
	.product_banner_title{
		-webkit-transform: initial;
    	transform: initial;
    	top:16%;
    	left: 9.5%;
	}
	.product_title3{
		font-size: 18px;
		padding-right: 10px;
	}
	.product_title4{
		padding-top: 4px;
		color: #f0f0f0;
		opacity: 0.4;
		font-size: 14px;
		line-height: 18px;
		padding-right: 10px;
	}
}

@media (min-width: 991.98px) {}

@media (min-width: 1199.98px) {}

@media (min-width: 1334px) {}

@media (min-width: 1680px) {}

@media (min-width: 1860px) {}

@media (min-width: 1900px) {}