@charset "UTF-8";

/* #region 初始化 */

* {

	-webkit-box-sizing: border-box;

	-moz-box-sizing: border-box;

	box-sizing: border-box;

	outline: none;

	padding: 0;

	margin: 0;

}



html,

body {

	width: 100%;


}


html {

	-webkit-text-size-adjust: 100%;

	-ms-text-size-adjust: 100%;

	-webkit-tap-highlight-color: transparent;

}

.swiper-pointer-events {
	width: 100%;
}

body {

	margin: 0;

	padding: 0;

	word-wrap: break-word;

	color: #000;

	background: rgba(255, 255, 255, 1);

	line-height: 1.45;

}


body,

table,

input,

textarea,

select,

option {

	font-family: 'PingFang SC', 'Microsoft Yahei', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', 'Impact', sans-serif;

	font-family: '思源黑体';

	font-weight: 400;

}



audio,

video {

	display: block;

}



a {

	display: block;

	background-color: transparent;

	text-decoration: none;

	color: inherit;

	outline: none;

	-webkit-tap-highlight-color: transparent;

}



ol,

ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



li {

	list-style: none;

}



img {

	display: block;

	border: 0;

}



dl,

dd,

h1,

h2,

h3,

h4,

h5,

h6 {

	font-weight: normal;

}



button,

input,

optgroup,

select,

textarea {

	color: inherit;

	outline: none;

}



button[disabled],

html input[disabled] {

	cursor: default;

}



input[type="checkbox"],

input[type="radio"] {

	padding: 0;

}



table {

	border-spacing: 0;

	border-collapse: collapse;

}



td,

th {

	padding: 0;

}



.swiper-container {

	width: 100%;

}

/* #endregion */
/* #region  sass */
/* #endregion */


/* #弹性样式 */

.flex {
	display: flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-items {
	align-items: center;
}

.align-start {
	align-items: flex-start;
}

.align-end {
	align-items: flex-end;
}

.space-around {
	justify-content: space-around;
}

.space-between {
	justify-content: space-between;
}

.space-end {
	justify-content: flex-end;
}

.space-center {
	justify-content: center;
}

.flex-end {
	justify-content: flex-end;
}

/* #公共样式 -end */



/* #region 全局 导航*/

.container {
	padding: 0 30px;
	max-width: 1260px;
	margin: 0 auto;
	position: relative;
}

/* end */


.nav_icon,
.nav_modal {
	display: none;
}

.headernav {
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%;
	height: 5rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
	transition: ease-out .36s;
}

.headernav .headtop {
	background: url("../images/headtop.webp") no-repeat;
	height: 1.75rem;
	background-size: cover;
	background-position: center;
}

.headernav .container {
	height: 100%;
}

.headernav .headtop .box-item {
	display: flex;
	align-items: center;
	margin-left: 2.95rem;
}

.headernav .headtop .box-item img {
	width: 1rem;
	height: 1rem;
	margin-right: 0.3rem;
}

.headernav .headtop .box-item p {
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
}


.headernav .headnav {
	height: 3.25rem;
}

.headernav .logo img {
	height: 2.45rem;
}

.headernav ul {
	width: 80%;
	height: 100%;
}

.headernav ul li {
	height: 100%;
	font-size: 0.8rem;
	line-height: 1;
	color: rgba(51, 51, 51, 1);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease-out .36s;
}

.headernav ul .box-us {
	font-size: 0.8rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1;
	color: rgba(255, 255, 255, 1);
	padding: 0.5rem 0.35rem;
	border-radius: 0.5rem;
	background: linear-gradient(90deg, rgba(23, 49, 102, 1) 0%, rgba(35, 138, 203, 1) 100%);
	transition: ease-out .36s;
}

.headernav ul .box-us:hover {
	background: rgba(23, 49, 102, 1);
}

.headernav ul .lang {
	border-radius: 7.5rem;
	padding: 0.15rem 1.5rem;
	border: 0.05rem solid rgba(255, 255, 255, 1);
}

.headernav ul .lang p {
	font-size: 0.8rem;
	letter-spacing: 2px;
	line-height: 1;
	color: rgba(255, 255, 255, 1);
	margin-right: 0.6rem;
}

.headernav ul .lang img {
	width: 0.7rem;
}

.headernav ul .phone img {
	width: 1.5rem;
	height: 1.5rem;
}

.headernav ul .phone h3 {
	font-size: 1.4rem;
	color: rgba(255, 255, 255, 1);
	font-family: 'Impact';
	line-height: 1;
	color: rgba(255, 255, 255, 1);
}

.headernav .active,
.headernav ul .nav_one a:hover {
	color: rgba(29, 115, 186, 1) !important;
}

.headernav ul li.active::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.15rem;
	background: rgba(46, 181, 234, 1);
}

.headernav .nav_two {
	position: absolute;
	top: 3rem;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 10rem;
	opacity: 1;
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgb(0, 0, 0);
	text-align: center;
	z-index: 500;
	display: none;
	border-radius: 0px 0px 10px 10px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.05);
}

.headernav .nav_two a {
	opacity: 0.8;
	margin-bottom: 1rem;
}

.headernav .nav_two a:hover {
	opacity: 1;
	color: rgba(0, 106, 212, 1);
}

.headernav .nav_two a img {
	width: 2rem;
}

.headernav .nav_two .nation a {
	padding: 0 1rem;

}

/* #end */





/* 分页 */

.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2rem 0;
}

.pagination>li>a,
.pagination>li>span {
	font-size: 0.9rem;
	min-width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.5rem;
	border: 1px solid whitesmoke;
	padding: 0 .5rem;
	transition: ease-out .36s;
	color: rgba(102, 102, 102, 1);
	width: auto;
	border-radius: 0px;
	box-shadow: initial !important;
}

.pagination>.active>a,
.pagination>li>a:hover,
.pagination>.active>a:focus,
.pagination>li>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	background: linear-gradient(90deg, rgba(23, 49, 102, 1) 0%, rgba(35, 138, 203, 1) 100%);
	color: #fff;
}

/* end */




/* 首页 */

.index .banner {
	width: 100%;
	position: relative;
	transition: ease-out .36s;
}

.index .banner .swiper-slide {
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.index .banner .swiper-slide>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
	transition: 1s linear 2s;
	transform: scale(1.1, 1.1);
}

.index .banner .swiper-slide.swiper-slide-active>img,
.index .banner .swiper-slide.swiper-slide-duplicate-active>img {
	transition: 5s linear;
	transform: scale(1, 1);
}

.index .banner .page-swiper .swiper-slide {
	height: 17rem;
}

.index .banner .page-swiper .banner-text {
	top: 90%;
	text-align: center;
}

.index .banner .banner-text {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	z-index: 1;
}

.index .banner .banner-text h3 {
	font-size: 2.25rem;
	font-weight: 900;
	font-family: 'Bold';
	line-height: 1.5;
	color: rgba(23, 49, 102, 1);
	text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	margin-bottom: 3.65rem;
}

.index .banner .banner-text h3.title {
	text-align: left;
}

.index .banner .banner-text .test {
	position: relative;
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 1.9rem;
}

.index .banner .banner-text .test::before {
	content: '';
	position: absolute;
	top: -0.5rem;
	left: 0;
	width: 7.85rem;
	height: 0.2rem;
	background: rgba(46, 181, 234, 1);
}

.index .banner .banner-text a {
	width: 9.45rem;
	font-size: 0.85rem;
	line-height: 1;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	margin-right: 0.7rem;
	padding: 0.65rem 0;
	border-radius: 12.5rem;
	background: rgba(255, 255, 255, 0.8);
	transition: ease-out .36s;
}

.index .banner .banner-text a:hover {
	font-weight: 700;
	font-family: 'Bold';
	color: rgba(255, 255, 255, 1);
	background: linear-gradient(90deg, rgba(23, 49, 102, 1) 0%, rgba(35, 138, 203, 1) 100%);
}


/* 首页 */

/* 关于我们 */

.index01 {
	padding: 3.95rem 0 5.3rem 0;
}

.index01 .box-intor i {
	display: block;
	width: 30%;
	height: 25rem;
	border-radius: 1rem;
	overflow: hidden;
}

.index01 .box-intor i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index01 .box-intor:hover i img {
	transform: scale(1.1);
}

.index01 .box-intor .conten {
	width: 67%;
}

.index01 .box-intor .conten h3 {
	font-size: 1.25rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.2;
	color: rgba(46, 181, 234, 1);
}

.index01 .box-intor .conten h4 {
	font-size: 1.5rem;
	font-weight: 900;
	font-family: 'Bold';
	line-height: 1.2;
	color: rgba(23, 49, 102, 1);
	margin: 0.9rem 0 2.9rem 0;
}

.index01 .box-intor .conten .test {
	font-size: 0.8rem;
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 2.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.index01 .box-intor .conten a {
	width: 9.45rem;
	font-size: 0.85rem;
	font-weight: 700;
	font-family: 'Bold';
	color: rgba(255, 255, 255, 1);
	padding: 0.65rem 0;
	border-radius: 12.5rem;
	background: linear-gradient(90deg, rgba(23, 49, 102, 1) 0%, rgba(35, 138, 203, 1) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease-out .36s;
}

.index01 .box-intor .conten a img {
	width: 1.25rem;
	height: 1.25rem;
	margin-left: 0.75rem;
}

.index01 .box-intor .conten a:hover {
	background: rgba(23, 49, 102, 1);
}

.index01 .box-data .data {
	width: 35%;
}

.index01 .box-data .data li {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.index01 .box-data .data li img {
	width: 2.5rem;
	height: 2.5rem;
	margin: 2.4rem 0 2.3rem 0;
}

.index01 .box-data .data li h3 {
	font-size: 3rem;
	line-height: 1.2;
	font-family: 'Impact';
	color: rgba(51, 51, 51, 1);
}

.index01 .box-data .data li p {
	font-size: 0.65rem;
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

.index01 .box-data i {
	display: block;
	width: 63%;
	height: 14rem;
	overflow: hidden;
	border-radius: 1rem;
}

.index01 .box-data i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index01 .box-data:hover i img {
	transform: scale(1.1);
}

/* 产品类别 */

.index-title {
	text-align: center;
}

.index-title h3 {
	font-size: 1.5rem;
	font-weight: 900;
	font-family: 'Bold';
	line-height: 1.5;
	color: rgba(23, 49, 102, 1);
	margin-bottom: 1.35rem;
}

.index-title p {
	font-size: 0.9rem;
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
}

.index02 .box-conten {
	margin-top: 1.6rem;
	height: 32.5rem;
}

.index02 .left {
	width: 15%;
	height: 100%;
	position: relative;
}

.index02 .left::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(20, 99, 173, 0.9);
}

.index02 .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.index02 .right {
	width: 85%;
	height: 100%;
	position: relative;
}

.index02 .right .box-pics {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index02 .right .box-pics .box-item {
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.index02 .right .box-pics .box-item.active {
	display: block;
}

.index02 .right .box-type {
	height: 4rem;
	border-bottom: 0.2px solid rgba(51, 51, 51, 1);
}

.index02 .right .box-type .box-item {
	height: 100%;
	font-size: 0.7rem;
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 1rem;
	cursor: pointer;
	transition: ease-out .36s;
}

.index02 .right .box-type .box-item:nth-child(1) {
	margin-left: 5%;
}

.index02 .right .box-type .box-item.active {
	font-size: 0.9rem;
	font-weight: 700;
	font-family: 'Bold';
	letter-spacing: -1px;
	color: rgba(23, 49, 102, 1);
	border-bottom: 0.1rem solid rgba(20, 99, 173, 1);
}

.index02 .right .box-list {
	margin-left: 5%;
	height: calc(100% - 4rem);
}

.index02 .right .box-list .box-item {
	height: 100%;
	display: none;
}

.index02 .right .box-list .box-item .conten {
	width: 40%;
}

.index02 .right .box-list .box-item .conten .test {
	font-size: 0.8rem;
	line-height: 2;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 2.55rem;
}

.index02 .right .box-list .box-item .conten a {
	width: 9.45rem;
	font-size: 0.85rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1;
	color: rgba(255, 255, 255, 1);
	border-radius: 12.6rem;
	padding: 0.65rem 0;
	background: linear-gradient(90deg, rgba(23, 49, 102, 1) 0%, rgba(35, 138, 203, 1) 100%);
	justify-content: center;
	transition: ease-out .36s;
}

.index02 .right .box-list .box-item .conten a img {
	width: 1.25rem;
	height: 1.25rem;
	margin-left: 0.75rem;
}

.index02 .right .box-list .box-item .conten a:hover {
	background: rgba(23, 49, 102, 1);
}

.index02 .right .box-list .box-item .pic {
	width: 55%;
}

.index02 .right .box-list .box-item.active {
	display: flex;
}

/* 公司实力 */

.index03 {
	padding: 4.15rem 0 3.95rem 0;
}

.index03 .container {
	max-width: 1550px;
}

.index03 .box-map {
	margin-top: 2.95rem;
	width: 100%;
}

/* 新闻资讯 */

.index04 {
	padding: 0 0 5.65rem 0;
}

.index04 .box-conten {
	margin-top: 2.85rem;
}

.index04 .left,
.index04 .right {
	width: 48.5%;
}

.index04 .left i {
	display: block;
	width: 100%;
	height: 18rem;
	overflow: hidden;
}

.index04 .left i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.index04 .left .conten {
	padding: 1.25rem;
	border-radius: 0 0 0.75rem 0.75rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.05);
}

.index04 .left .conten h3 {
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	transition: ease-out .36s;
}

.index04 .left .conten p {
	font-size: 0.8rem;
	line-height: 1.2;
	color: rgba(102, 102, 102, 1);
	margin: 0.45rem 0 1.6rem 0;
}

.index04 .left .conten .test {
	font-size: 0.7rem;
	line-height: 1.5;
	color: rgba(153, 153, 153, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	margin-bottom: 1.3rem;
	padding-top: 0.5rem;
	border-top: 0.05rem solid rgba(237, 237, 237, 1);
}

.index04 .left .conten .more p {
	font-size: 0.7rem;
	line-height: 1.2;
	color: rgba(201, 35, 46, 1);
	margin: 0;
}

.index04 .left .conten .more img {
	width: 0.8rem;
	height: 0.8rem;
	margin-left: 0.25rem;
}

.index04 .left:hover i img {
	transform: scale(1.1);
}

.index04 .left:hover .conten h3 {
	color: rgba(201, 35, 46, 1);
}

.index04 .right .box-item {
	margin-bottom: 2.5rem;
	border-bottom: 0.05rem solid rgba(237, 237, 237, 1);
}

.index04 .right .box-item:nth-child(3) {
	margin-bottom: 0;
}

.index04 .right .box-item .time {
	margin-right: 2.1rem;
}

.index04 .right .box-item .time p {
	font-size: 0.8rem;
	line-height: 1.2;
	color: rgba(102, 102, 102, 1);
}

.index04 .right .box-item .time h3 {
	font-size: 2.4rem;
	line-height: 1.5;
	color: rgba(102, 102, 102, 1);
	text-align: center;
}

.index04 .right .box-item .intor h3 {
	font-size: 0.9rem;
	font-weight: bold;
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	transition: ease-out .36s;
}

.index04 .right .box-item .intor .test {
	font-size: 0.7rem;
	line-height: 1.5;
	color: rgba(153, 153, 153, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	margin: 0.9rem 0 1.9rem 0;
}

.index04 .right .box-item .intor .more {
	margin-bottom: 0.85rem;
}

.index04 .right .box-item .intor .more p {
	font-size: 0.7rem;
	line-height: 1.2;
	color: rgba(153, 153, 153, 1);
	transition: ease-out .36s;
}

.index04 .right .box-item .intor .more img {
	width: 0.8rem;
	height: 0.8rem;
	margin-left: 0.25rem;
	filter: grayscale(100%) brightness(100%);
	transition: ease-out .36s;
}

.index04 .right .box-item:hover .intor h3 {
	color: rgba(201, 35, 46, 1);
}

.index04 .right .box-item:hover .more p {
	color: rgba(201, 35, 46, 1);
}

.index04 .right .box-item:hover .more img {
	filter: initial;
}

/* 联系我们 */

.index05 .container {
	padding: 3rem 3.25rem;
	border-radius: 0.75rem;
	background: rgba(46, 181, 234, 1);
	margin-bottom: -4.5rem;
}

.index05 h3 {
	font-size: 1.5rem;
	font-weight: 900;
	font-family: 'Bold';
	line-height: 1;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 0.7rem;
}

.index05 p {
	font-size: 0.9rem;
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
}

.index05 a {
	font-size: 0.85rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1;
	color: rgba(255, 255, 255, 1);
	border-radius: 12.5rem;
	padding: 1rem 3.3rem;
	background: linear-gradient(90deg, rgba(23, 49, 102, 1) 0%, rgba(35, 138, 203, 1) 100%);
	border: 0.1rem solid rgba(255, 255, 255, 1);
	transition: ease-out .36s;
}

.index05 a:hover {
	background: rgba(23, 49, 102, 1);
}

/* end */


/* 关于我们 */

.about01 {
	padding: 4.95rem 0 3.4rem 0;
}

.about01 .left {
	width: 35%;
}

.about01 .left i {
	display: block;
	width: 100%;
	height: 10rem;
	border-radius: 1rem;
	overflow: hidden;
}

.about01 .left i:nth-child(2) {
	height: 25rem;
	margin-top: 0.95rem;
}

.about01 .left i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.about01 .left i:hover img {
	transform: scale(1.1);
}

.about01 .right {
	width: 62%;
}

.about01 .right h4 {
	font-size: 1.25rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.2;
	color: rgba(46, 181, 234, 1);
}

.about01 .right h3 {
	font-size: 1.5rem;
	font-weight: 900;
	font-family: 'Bold';
	line-height: 1.2;
	color: rgba(23, 49, 102, 1);
	margin: 0.9rem 0 2.9rem 0;
}

.about01 .right .test {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
}


/* 企业文化 */

.about02 {
	background: url('../images/about02.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	padding: 5.3rem 0 0 0;
}

.about02 h1 {
	font-size: 1.5rem;
	font-weight: 900;
	font-family: 'Bold';
	line-height: 1.2;
	color: rgba(23, 49, 102, 1);
	text-align: center;
}

.about02 .box-conten {
	padding: 3.85rem 0 4.95rem 0;
}

.about02 .box-conten .box-item {
	position: relative;
	width: calc((100% - 1.95rem) / 4);
	text-align: center;
	padding: 3.45rem 0.75rem 1.35rem;
	background: rgba(255, 255, 255, 1);
	cursor: pointer;
}

.about02 .box-conten .box-item i {
	display: block;
	position: absolute;
	top: -1.3rem;
	left: 50%;
	width: 3.9rem;
	height: 3.9rem;
	transform: translate(-50%, 0);
	border-radius: 50%;
	background: rgba(255, 255, 255, 1);
	border: 0.05rem solid rgba(20, 99, 173, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: ease-out .36s;
}

.about02 .box-conten .box-item i img {
	width: 2.5rem;
	height: 2.5rem;
	filter: grayscale(100%) brightness(50%);
	transition: ease-out .36s;
}

.about02 .box-conten .box-item h4 {
	font-size: 0.9rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 1.55rem;
}

.about02 .box-conten .box-item p {
	font-size: 0.7rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
}

.about02 .box-conten .box-item:hover i {
	background: rgba(20, 99, 173, 1);
}

.about02 .box-conten .box-item:hover i img {
	filter: initial;
}

/* end */



/* 制造业 */

.manufacturing01 {
	padding: 4.95rem 0 2.45rem 0;
}

.manufacturing01 .left {
	width: 37%;
	he`ight: 14rem;
	border-radius: 1rem;
	overflow: hidden;
}

.manufacturing01 .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.manufacturing01 .left:hover {
	transform: scale(1.1);
}

.manufacturing01 .right {
	width: 60%;
}

.manufacturing01 .right .test {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 2rem;
}

.manufacturing01 .right .box-item h3 {
	font-size: 2rem;
	font-family: 'Impact';
	line-height: 1.2;
	color: rgba(23, 49, 102, 1);
	margin-bottom: 0.25rem;
}

.manufacturing01 .right .box-item p {
	font-size: 0.6rem;
	line-height: 1;
	color: rgba(51, 51, 51, 1);
}

/* 优势 */

.manufacturing02 {
	background: url('../images/manufacturing02.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	padding: 2.55rem 0 1.85rem 0;
}

.manufacturing02 .box-item:nth-child(1) {
	margin-bottom: 3.6rem;
}

.manufacturing02 .box-item:nth-child(2n) {
	flex-direction: row-reverse;
}

.manufacturing02 .box-item .left {
	width: 37%;
	height: 15rem;
	border-radius: 1rem;
	overflow: hidden;
}

.manufacturing02 .box-item .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.manufacturing02 .box-item:hover .left img {
	transform: scale(1.1);
}

.manufacturing02 .box-item .right {
	width: 60%;
}

.manufacturing02 .box-item .right h3 {
	width: 65%;
	font-size: 1.5rem;
	font-weight: 900;
	font-family: 'Bold';
	line-height: 1.3;
	color: rgba(23, 49, 102, 1);
	margin-bottom: 1.85rem;
}

.manufacturing02 .box-item .right .test {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
}

/* 标语 */

.manufacturing03 {
	padding: 2.6rem 0 2.25rem 0;
}

.manufacturing03 p {
	font-size: 1rem;
	font-weight: bold;
	line-height: 2;
	color: rgba(51, 51, 51, 1);
	text-align: center;
}

/* end */




/* 产品中心 */

.product01 {
	padding: 5rem 0 2.5rem 0;
}

.product-left {
	width: 30%;
}

.product-left .box-class {
	margin-bottom: 1.3rem;
}

.product-left .box-class h3,
.product-left .box-from h3 {
	width: 100%;
	font-size: 1rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 0.7rem;
	padding: 0.65rem 1.15rem;
	border-radius: 0.25rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1);
}

.product-left .box-class .box-class-list {
	border-top: 0.01rem solid rgba(153, 153, 153, 1);
	border-left: 0.01rem solid rgba(153, 153, 153, 1);
	border-right: 0.01rem solid rgba(153, 153, 153, 1);
}

.product-left .box-class .box-class-list .box-class-item {
	font-size: 0.8rem;
	line-height: 2;
	color: rgba(51, 51, 51, 1);
	padding: 0.25rem 1.35rem;
	border-bottom: 0.01rem solid rgba(153, 153, 153, 1);
	transition: ease-out .36s;
}

.product-left .box-class .box-class-list .box-class-item:hover,
.product-left .box-class .box-class-list .box-class-item.active {
	color: #fff;
	background: linear-gradient(90deg, rgba(23, 49, 102, 1) 0%, rgba(35, 138, 203, 1) 100%);
}

.product-left .box-from input,
.product-left .box-from textarea {
	width: 100%;
	font-size: 0.7rem;
	line-height: 1.5;
	border: 0;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
	padding: 0.45rem;
	margin-bottom: 0.9rem;
}

.product-left .box-from textarea {
	height: 5rem;
}

.product-left .box-from button {
	width: 6rem;
	font-size: 0.8rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	padding: 0.5rem 0;
	border-radius: 0.5rem;
	background: linear-gradient(90deg, rgba(23, 49, 102, 1) 0%, rgba(35, 138, 203, 1) 100%);
	border: 0;
	cursor: pointer;
	transition: ease-out .36s;
}

.product-left .box-from button:hover {
	background: rgba(23, 49, 102, 1);
}

.product01 .right {
	width: 65%;
}

.product01 .right .box-item {
	width: calc((100% - 1.3rem) / 3);
	margin-right: 0.65rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
	margin-bottom: 1.45rem;
}

.product01 .right .box-item:nth-child(3n) {
	margin-right: 0;
}

.product01 .right .box-item i {
	display: block;
	width: 100%;
	height: 10.6rem;
	overflow: hidden;
}

.product01 .right .box-item i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.product01 .right .box-item p {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
	padding: 0 0.45rem;
	margin: 0.45rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.product01 .right .box-item:hover i img {
	transform: scale(1.1);
}

/* end */




/* 产品详情 */

.product02 {
	padding: 7.95rem 0 1.85rem 0;
}

.product02 .left {
	width: 40%;
}

.product02 .left .swiper-pic {
	width: 100%;
	height: 23rem;
	overflow: hidden;
	margin-bottom: 0.95rem;
}

.product02 .left .swiper-pic .swiper-slide {
	width: 100%;
	height: 100%;
}

.product02 .left .swiper-pic .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.product02 .left .swiper-thum {
	height: 6rem;
}

.product02 .left .swiper-thum .swiper-slide {
	width: auto;
	height: 100%;
}

.product02 .left .swiper-thum .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border: 0.01rem solid rgba(153, 153, 153, 1);
}

.product02 .right {
	width: 55%;
}

.product02 .right h3 {
	font-size: 1.5rem;
	font-weight: 900;
	font-family: 'Bold';
	line-height: 1.2;
	color: rgba(23, 49, 102, 1);
	margin-bottom: 1.8rem;
}

.product02 .right h6 {
	font-size: 0.8rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
	margin: 2rem 0 1.2rem 0;
}

.product02 .right .test {
	font-size: 0.8rem;
	line-height: 1.4;
	color: rgba(51, 51, 51, 1);
}

.product02 .right .box-link {
	margin: 3.2rem 0 1.3rem 0;
}

.product02 .right .box-link a {
	position: relative;
}

.product02 .right .box-link a img {
	width: 2rem;
	height: 2rem;
	margin-right: 0.5rem;
}

.product02 .right .box-link a img:nth-child(2) {
	width: 5rem;
	height: 5rem;
	position: absolute;
	top: -5.5rem;
	left: 50%;
	transform: translate(-50%, 0);
	display: none;
	transition: ease-out .36s;
}

.product02 .right .box-link a:hover img:nth-child(2) {
	display: block;
}

.product02 .right .box-contact {
	width: 13.75rem;
	font-size: 0.85rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	border-radius: 12.5rem;
	padding: 1rem 0;
	background: linear-gradient(90deg, rgba(23, 49, 102, 1) 0%, rgba(35, 138, 203, 1) 100%);
	border: 0.1rem solid rgba(255, 255, 255, 1);
	transition: ease-out .36s;
}

.product02 .right .box-contact:hover {
	background: rgba(23, 49, 102, 1);
}

/* 参数信息 */

.product03 {
	background: url('../images/product03.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	padding: 1.75rem 0 2.3rem 0;
}

.product03 h3 {
	font-size: 1.5rem;
	font-weight: 900;
	font-family: 'Bold';
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	padding: 0.4rem 0;
	margin-bottom: 0.7rem;
	border-radius: 0.25rem;
	background: linear-gradient(90deg, rgba(23, 49, 102, 1) 0%, rgba(35, 138, 203, 1) 100%);
}

.product03 .box-list {
	border: 0.01rem solid rgba(153, 153, 153, 1);
}

.product03 .box-list li {
	display: flex;
	justify-content: space-between;
	background: rgba(245, 245, 245, 1);
}

.product03 .box-list li:nth-child(2n) {
	background: rgba(255, 255, 255, 1);
}

.product03 .box-list li.title p {
	font-size: 0.8rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 2.5;
	color: rgba(51, 51, 51, 1);
}

.product03 .box-list li p:nth-child(1) {
	width: 25%;
	font-size: 0.8rem;
	line-height: 2.5;
	color: rgba(51, 51, 51, 1);
	border-right: 0.01rem solid rgba(153, 153, 153, 1);
	padding-left: 1.1rem;
}

.product03 .box-list li p:nth-child(2) {
	width: 75%;
	font-size: 0.8rem;
	line-height: 2.5;
	color: rgba(51, 51, 51, 1);
	padding-left: 1.55rem;
}

/* 获取报价 */

.product04 {
	padding: 1.35rem 0;
	background: rgba(46, 181, 234, 1);
}

.product04 h3 {
	font-size: 1.5rem;
	font-weight: 900;
	font-family: 'Bold';
	line-height: 1;
	color: rgba(255, 255, 255, 1);
}

.product04 a {
	width: 13.75rem;
	font-size: 0.85rem;
	font-weight: 700;
	font-family: 'Bold';
	color: rgba(255, 255, 255, 1);
	text-align: center;
	padding: 1rem;
	border-radius: 12.5rem;
	background: linear-gradient(90deg, rgba(23, 49, 102, 1) 0%, rgba(35, 138, 203, 1) 100%);
	border: 0.1rem solid rgba(255, 255, 255, 1);
}

/* 优势 */

.product05 {
	padding: 1.9rem 0 4.3rem 0;
}

.product05 .right .box-advantage {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
}

.product05 .right .box-advantage-item h3 {
	font-size: 1.25rem;
	font-weight: 900;
	font-family: 'Bold';
	line-height: 1.5;
	color: rgba(23, 49, 102, 1);
	margin-bottom: 1rem;
}

.product05 .right .box-advantage-item .test {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
}

.product05 .right .box-advantage-item:nth-child(2) {
	margin: 3.9rem 0;
}

/* 其他产品 */

.product06 {
	padding: 0 0 5.3rem 0;
}

.product06 .title {
	justify-content: center;
	margin-bottom: 3.5rem;
}

.product06 .title h3 {
	font-size: 1.5rem;
	font-weight: 900;
	font-family: 'Bold';
	line-height: 1.5;
	color: rgba(23, 49, 102, 1);
	padding: 0 0.85rem;
}

.product06 .title span {
	display: block;
	width: 20%;
	border: 0.05rem solid rgba(20, 99, 173, 1);
}

.product06 .box-item {
	width: calc((100% - 7.95rem) / 4);
	margin-right: 2.65rem;
	margin-bottom: 1.2rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.1);
}

.product06 .box-item:nth-child(4n) {
	margin-right: 0;
}

.product06 .box-item i {
	display: block;
	width: 100%;
	height: 10.6rem;
	overflow: hidden;
}

.product06 .box-item i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.product06 .box-item p {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
	padding: 0 0.45rem;
	margin: 0.45rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.product06 .box-item:hover i img {
	transform: scale(1.1);
}

/* end */




/* 可持续发展 */

.sustainable02 {
	padding: 2rem 0 0 0;
}

.sustainable02 .box-item {
	padding: 2.85rem 0;
}

.sustainable02 .box-item .container {
	flex-direction: row-reverse;
}

.sustainable02 .box-item:nth-child(2n) {
	background: url('../images/Sustainable.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	padding: 5rem 0;
}

.sustainable02 .box-item:nth-child(2n) .container {
	flex-direction: initial;
}

.sustainable02 .box-item .left {
	width: 37%;
	height: 15rem;
	border-radius: 1rem;
	overflow: hidden;
}

.sustainable02 .box-item .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.sustainable02 .box-item:hover .left img {
	transform: scale(1.1);
}

.sustainable02 .box-item .right {
	width: 60%;
}

.sustainable02 .box-item .right h3 {
	font-size: 1.5rem;
	font-weight: 900;
	font-family: 'Bold';
	line-height: 1.3;
	color: rgba(23, 49, 102, 1);
	margin-bottom: 1.85rem;
}

.sustainable02 .box-item .right .test {
	font-size: 0.8rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
}

/* end */




/* 博客 */

.news01 {
	padding: 4.95rem 0 3.25rem 0;
}

.news01 .box-item {
	width: calc((100% - 2rem) / 2);
	height: 18.5rem;
	margin-bottom: 2.25rem;
	position: relative;
}

.news01 .box-item i {
	display: block;
	width: 100%;
	height: 70%;
	border-radius: 0.5rem;
	overflow: hidden;
}

.news01 .box-item i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.news01 .box-item .conten {
	position: absolute;
	width: calc(100% - 4rem);
	left: 50%;
	bottom: 0;
	padding: 1rem 1.25rem 0.7rem;
	transform: translate(-50%, 0);
	border-radius: 0.5rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0.1rem 1.5rem rgba(0, 0, 0, 0.1);
}

.news01 .box-item .conten h3 {
	font-size: 0.9rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 2;
	color: rgba(23, 49, 102, 1);
	border-bottom: 0.1rem solid rgba(20, 99, 173, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.news01 .box-item .conten .test {
	font-size: 0.7rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
	margin: 0.95rem 0 0.8rem 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.news01 .box-item .conten .more {
	font-size: 0.6rem;
	line-height: 1.2;
	color: rgba(23, 49, 102, 1);
}

.news01 .box-item:hover i img {
	transform: scale(1.1);
}


/* 详情 */

.news02 {
	padding: 0 0 2.9rem 0;
}

.news02 .time {
	font-size: 0.8rem;
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
	padding: 0.9rem 0;
	border-bottom: 0.5px solid rgba(153, 153, 153, 1);
	margin-bottom: 2.65rem;
}

.news02 .right {
	width: 65%;
	font-size: 0.8rem;
	line-height: 1.4;
	color: rgba(51, 51, 51, 1);
}

.news03 {
	padding: 1.75rem 0 2.9rem 0;
}

.news03 .title {
	justify-content: center;
	margin-bottom: 3.5rem;
}

.news03 .title h3 {
	font-size: 1.5rem;
	font-weight: 900;
	font-family: 'Bold';
	line-height: 1.5;
	color: rgba(23, 49, 102, 1);
	padding: 0 0.85rem;
}

.news03 .title span {
	display: block;
	width: 20%;
	border: 0.05rem solid rgba(20, 99, 173, 1);
}

.news03 .box-item {
	width: calc((100% - 1.7rem) / 2);
	border-radius: 0.5rem;
	box-shadow: 0 0.1rem 1.5rem rgba(0, 0, 0, 0.1);
}

.news03 .box-item i {
	display: block;
	width: 10rem;
	height: 8rem;
	border-radius: 0.5rem;
	overflow: hidden;
}

.news03 .box-item i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.news03 .box-item .conten {
	width: calc(100% - 10rem);
	padding: 0.65rem 1.25rem;
}

.news03 .box-item .conten h3 {
	font-size: 0.9rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.2;
	color: rgba(23, 49, 102, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.news03 .box-item .conten .test {
	font-size: 0.7rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	margin: 1.1rem 0 0.5rem 0;
}

.news03 .box-item .conten .more {
	font-size: 0.6rem;
	line-height: 1.5;
	color: rgba(23, 49, 102, 1);
}

.news03 .box-item:hover i img {
	transform: scale(1.1);
}

/* end */



/* 联系我们 */

.contact01 {
	padding: 5.2rem 0 3.15rem 0;
}

.contact01 .left {
	width: 50%;
}

.contact01 .left h3,
.contact01 .right h3 {
	font-size: 1.5rem;
	font-weight: 900;
	font-family: 'Bold';
	line-height: 1.5;
	color: rgba(23, 49, 102, 1);
}

.contact01 .left .box-link {
	margin-top: 2rem;
}

.contact01 .left .box-link .box-item {
	width: 50%;
	margin-top: 2rem;
	display: flex;
	align-items: center;
}

.contact01 .left .box-link .box-item.address {
	width: 100%;
}

.contact01 .left .box-link .box-item img {
	width: 2.3rem;
	height: 2.3rem;
	margin-right: 1rem;
}

.contact01 .left .box-link .box-item h6 {
	font-size: 0.9rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
}

.contact01 .left .box-link .box-item p {
	font-size: 0.75rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
}

.contact01 .right {
	width: 45%;
	padding: 1.25rem 1rem;
	border-radius: 1rem;
	background: rgba(245, 245, 245, 1);
	box-shadow: -0.5rem 0.5rem 2.5rem rgba(0, 0, 0, 0.15);
}

.contact01 .right h3 {
	margin-bottom: 1.5rem;
	padding-left: 1.5rem;
}


.contact01 .right form input,
.contact01 .right form textarea {
	width: 100%;
	font-size: 0.7rem;
	line-height: 1.4;
	border: 0;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
	margin-bottom: 0.9rem;
	padding: 0.45rem;
}

.contact01 .right form textarea {
	height: 5rem;
	margin-bottom: 1rem;
}

.contact01 .right form button {
	width: 6rem;
	font-size: 0.8rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	padding: 0.5rem 0;
	border-radius: 0.5rem;
	background: linear-gradient(90deg, rgba(23, 49, 102, 1) 0%, rgba(35, 138, 203, 1) 100%);
	border: 0;
	cursor: pointer;
	transition: ease-out .36s;
	margin: 0 auto;
}

.contact01 .right form button:hover {
	background: rgba(23, 49, 102, 1);
}

/* end */



/* 底部 */

footer {
	padding: 7.9rem 0 0 0;
	background: rgba(23, 49, 102, 1);
}

footer .box-conten {
	margin-bottom: 5.65rem;
}

footer .box-item {
	width: calc(90% / 3);
}

footer .box-item h3 {
	font-size: 1rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
	position: relative;
	margin-bottom: 2.1rem;
}

footer .box-item h3::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -0.85rem;
	width: 4.3rem;
	border: 0.15rem solid rgba(46, 181, 234, 1);
}

footer .box-item .test {
	font-size: 0.7rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 3.4rem;
}

footer .box-item .link a {
	position: relative;
}

footer .box-item .link a img {
	width: 2rem;
	height: 2rem;
	margin-right: 0.7rem;
}

footer .box-item .link a img:nth-child(2) {
	width: 5rem;
	height: 5rem;
	position: absolute;
	top: -5.5rem;
	left: 50%;
	transform: translate(-50%, 0);
	display: none;
	transition: ease-out .36s;
}

footer .box-item .link a:hover img:nth-child(2) {
	display: block;
}

footer .box-item:nth-child(2) a {
	font-size: 0.7rem;
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 0.7rem;
	transition: ease-out .36s;
}

footer .box-item:nth-child(2) a:hover {
	font-weight: bold;
}

footer .box-item li {
	margin-bottom: 0.65rem;
}

footer .box-item li img {
	width: 0.9rem;
	height: 0.9rem;
	margin-right: 0.6rem;
}

footer .box-item li p {
	font-size: 0.7rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
}

footer .box-copy {
	border-top: 0.2px solid rgba(255, 255, 255, 1);
	font-size: 0.7rem;
	line-height: 2;
	color: rgba(229, 229, 229, 1);
	padding: 0.8rem 0 1.15rem 0;
	justify-content: center;
}

/* end */