.fl {
	float: left
}

.fr {
	float: right
}

.containerpro {
	overflow: hidden
}

.pr {
	position: relative
}

.clear {
	clear: both
}

.wrap {
	width: 1500px;
	margin: 0 auto
}

.wrap_top {
	width: 96%;
	margin: 0 auto
}

@media screen and (max-width:1600px) {
	.wrap {
		width: 88%
	}
}
@media screen and (max-width:1200px) {
	.wrap {
		width: 90%
	}
}

@media screen and (max-width:1024px) {
	.wrap,
	.wrap_top {
		width: 94%
	}
	.wrap_top {
		position: initial;
	}
}

:root {
	--i_color: #083472;
	/* 全局颜色 */
	--i_color2: #007ACF;
	/* 副颜色 */
	--header_height:84px;
	/* 头部高度 */
	--header_height_reduce:60px;
	/* 头部收缩后高度 */
	--border_color: rgba(0, 0, 0, .1);
	/* 默认边框颜色 */
	--f_menu_height: 50px;
	/* 移动端底部固定菜单 */
}
.box_mg {
	margin:30px auto 80px
}


@media screen and (max-width:1024px) {
	.box_mg {
		margin:60px auto 60px
	}

}

@media screen and (max-width:767px) {
	.box_mg {
		margin:50px auto 50px
	}
}
@media screen and (max-width:560px) {
	.box_mg {
		margin:40px auto 40px
	}
}


.in_products {
	overflow: hidden;
}

.products_cont {
	float: left;
	width: 67%;
}
h1.products_tit {
	margin-bottom:40px;
	font-size: 34px;
	color: var(--i_color);
	font-weight: bold;
	text-transform: uppercase;
}



@media screen and (max-width:1440px) {
	h1.products_tit {
		font-size:30px;
	}
}
@media screen and (max-width:1366px) {
	h1.products_tit {
		font-size: 28px;
	}
}
@media screen and (max-width:1200px) {
	h1.products_tit {
		font-size:26px;
	}
}
@media screen and (max-width:1024px) {
	.products_cont {
		float: none;
		width: 100%;
	}
	h1.products_tit {
		margin-bottom:30px;
		font-size:20px;
	}
	
}
@media screen and (max-width:767px) {
	h1.products_tit {
		margin-bottom:24px;
		font-size:17px;
	}
	
}
@media screen and (max-width:560px) {}

.products_r {
	float: right;
	padding:100px 0 0 0;
	width: 29%;
}
.products_form { width:99.6%; float:left;
	margin-bottom:10px; margin-left:0.2%; margin-right:0.2%;
	text-align: center;
	-webkit-border-radius:10px;
	border-radius:10px;
	background:#004262;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.products_form::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background:#00c2ce;
}
.products_form i {
	display: inline-block;

	font-size:22px;
	color: #fff;
	line-height:55px;
	
	background-size:30px;
	position: relative; font-style: normal;
}
.products_form i a{color: #fff;}
.products_form i a:hover{ color:#FFFFFF;}
.products_form:hover::before {
	right: initial;
	left: 0;
	width: 100%;
}
.products_form::before {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}



.products_more {}
.products_more .tit {
	margin-bottom:10px;
	background: #F6F6F6;
	padding: 0 20px;
	font-size:22px;
	font-weight: bold;
	line-height:46px;
	font-style:normal;
}

.products_more ul {}
.products_more li {
	position: relative;
}
.products_more li::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: var(--border_color);
}
.products_more li::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background: var(--i_color);
}
.products_more li a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding:5px 5px;
}
.products_more .img {
	width:40px;
	height:40px;
	box-sizing: border-box;
	border: 1px solid var(--border_color);
 color:#ffffff;border-radius: 50%; line-height:40px;text-align:center;
}
.products_more .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.products_more .txt {
	width: calc(100% - 40px);
	box-sizing: border-box;
	padding-left:15px;
}
.products_more .txt p {
	font-size:18px;
	color: #212121;
	text-transform: uppercase;
}
.products_more .txt b {
	display: block;
	margin-top:1px;
	font-size:14px; font-weight:100;
	color: #777;
}

.products_more li:hover::after {
	right: initial;
	left: 0;
	width: 100%;
}
.products_more li:hover p {
	color: var(--i_color);
}
.products_more li::after {
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

@media screen and (max-width:1440px) {}
@media screen and (max-width:1366px) {
	.products_more .txt p {
		font-size:16px;
	}
}
@media screen and (max-width:1200px) {
	.products_more .txt p {
		font-size:15px;
	}
	.products_more .txt b {
		font-size:13px;
	}
}
@media screen and (max-width:1024px) {
	.products_r {
		position: initial !important;
		float: none;
		margin-top:30px;
		padding: 0 0;
		width: 100%;
	}
	.products_more .tit {
		font-size:18px;
	}
}
@media screen and (max-width:959px) {
	.products_form i {
		font-size:16px;
		line-height:54px;
	}
}
@media screen and (max-width:767px) {
	.products_form i {
		font-size:14px;
	}
	.products_more .tit {
		font-size:16px;
	}
}
@media screen and (max-width:560px) {
	.products_form i {
		font-size:13px;
		line-height:44px;
	}
	.products_more .tit {
		margin-bottom: 0;
		font-size: 15px;
		line-height:42px;
	}
	.products_more li a {
		padding:16px 16px;
	}
	.products_more .txt p {
		font-size:14px;
	}
	.products_more .txt b {
		font-size:12px;
	}
}
