@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: 1520px;
	margin: 0 auto;
	position: relative;
}

/* end */


.nav_icon,
.nav_modal,
.phone_index {
	display: none;
}

.headernav {
	width: 100%;
	height: 5rem;
	opacity: 1;
	z-index: 5;
	color: rgba(51, 51, 51, 1);
}

.headernav .container {
	height: 100%;
}

.headernav .logo {
	filter: grayscale(100%) brightness(600%);
}

.headernav .logo img {
	width: 3.2rem;
	/* height: 2.8rem; */
	margin-right: 0.75rem;
}

.headernav .logo h3 {
	font-size: 1.6rem;
	font-weight: bold;
	font-family: '思源黑体';
	color: rgba(255, 255, 255, 1);
}

.headernav ul {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.headernav ul li {
	font-size: 0.9rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

.headernav .active,
.headernav ul .nav_one a:hover {
	color: rgba(24, 137, 250, 1) !important;
	font-weight: bold;
}

.headernav .phone {
	border-radius: 1.5rem;
	background: rgba(201, 35, 46, 1);
	font-size: 1.2rem;
	font-weight: bold;
	color: rgba(255, 255, 255, 1);
	padding: 0.45rem 0.9rem 0.45rem 0.6rem;
}

.headernav .phone img {
	width: 1.95rem;
	height: 1.95rem;
	padding: 0.35rem;
	margin-right: 0.5rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1);
}

.on .headernav {
	top: 0rem;
	position: fixed;
	background: #fff;
	box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}

.on .headernav ul li,
.on .headernav .logo,
.on .headernav .logo h3 {
	color: #000;
	filter: initial;
}

.on2 .headernav {
	position: fixed !important;
	background: linear-gradient(180deg, rgba(3, 54, 126, 0.7) 0%, rgba(3, 54, 126, 0) 100%) !important;
	box-shadow: initial !important;
}

.on2 .headernav .logo img {
	filter: grayscale(100%) brightness(600%) !important;
}

.on2 .headernav ul li,
.on2 .headernav .logo h3 {
	color: #fff;
}


/* #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: rgba(201, 35, 46, 1);
	color: #fff;
}

/* end */




/* 首页 */

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

.index01 .banner .swiper-slide {
	height: 100vh;
	position: relative;
}

.index01 .banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.index01 .banner .swiper-pagination-bullet {
	width: 0.6rem;
	height: 0.6rem;
	opacity: 0.28;
	background: rgba(255, 255, 255, 1);
	margin: 0 0.6rem;
}

.index01 .banner .swiper-pagination-bullet-active {
	opacity: 0.9;
	background: rgba(255, 255, 255, 1);
}

.index .banner .swiper-horizontal>.swiper-pagination-bullets,
.index .banner .swiper-pagination-bullets.swiper-pagination-horizontal,
.index .banner .swiper-pagination-custom,
.index .banner .swiper-pagination-fraction {
	bottom: 2rem;
}

.index01 .banner .container {
	position: absolute;
	width: 100%;
	padding: 0 30px;
	max-width: 1650px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.index01 .banner .container img {
	width: 2.7rem;
	height: 2.7rem;
	padding: 0.8rem;
	background: rgba(255, 255, 255, 0.13);
	border-radius: 50%;
	cursor: pointer;
}

.index01 .banner .container img:hover {
	background: rgba(255, 255, 255, 0.2);
}

.index01 .banner .page-swiper .swiper-slide {
	height: 32.5rem;
}

.news .banner .page-swiper .swiper-slide {
	height: 20rem;
}


/* 首页 */

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

.index-title h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: rgba(3, 54, 126, 1);
}

.index-title h3 span {
	color: rgba(51, 51, 51, 1);
	margin-left: 1rem;
}

.index-title p {
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
	margin-top: 0.5rem;
}

/* 产品中心 */

.index02 {
	padding: 4.5rem 0;
	transition: ease-out .36s;
}

.goods-list {
	margin-top: 2.25rem;
}

.goods-list a {
	width: calc((100% - 4rem) / 3);
	margin-right: 2rem;
	margin-bottom: 2rem;
	border: 0.05rem solid rgba(219, 219, 219, 1);
}

.goods-list a:nth-child(3n) {
	margin-right: 0;
}

.goods-list i {
	display: block;
	width: 100%;
	height: 17rem;
	background: url('../images/cpbg.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	padding: 1rem;
}

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

.goods-list .more {
	font-size: 0.9rem;
	color: rgba(51, 51, 51, 1);
	transition: ease-out .36s;
	border-top: 0.05rem solid rgba(219, 219, 219, 1);
	padding: 1rem;
}

.goods-list .more img {
	width: 1rem;
	height: 1rem;
	filter: grayscale(100%) brightness(100%);
}

.goods-list a:hover .more {
	color: rgba(201, 35, 46, 1);
}

.goods-list a:hover .more img {
	filter: initial;
}


.other {
	margin-top: 3.65rem;
	justify-content: center;
}

.other .phone {
	border-radius: 1.5rem;
	background: rgba(201, 35, 46, 1);
	font-size: 0.9rem;
	/* font-family: 'Impact'; */
	color: rgba(255, 255, 255, 1);
	padding: 0.45rem 0.9rem 0.45rem 0.6rem;
	margin-right: 2.1rem;
	max-height: 2.2rem;
}

.other .phone img {
	width: 1.6rem;
	height: 1.6rem;
	padding: 0.4rem;
	margin-right: 0.5rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1);
}

.other .more {
	border-radius: 1.5rem;
	border: 0.05rem solid rgba(222, 222, 222, 1);
	padding: 0.65rem 1.95rem;
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
	max-height: 2.2rem;
}

.other .more img {
	margin-left: 0.5rem;
}

.other .more:hover {
	background: rgba(201, 35, 46, 1);
	color: #fff;
	transition: ease-out .36s;
}

.other .more:hover img {
	filter: grayscale(100%) brightness(500%);
	transition: ease-out .36s;
}

/* 关于我们 */

.index03 {
	padding: 2.75rem 0;
	opacity: 1;
	background: rgba(247, 247, 247, 1);
	transition: ease-out .36s;
}

.index03 .index-title {
	margin-bottom: 2rem;
}

.index03 .left {
	width: 45%;
	height: 23.7rem;
	overflow: hidden;
	border-radius: 0.75rem;
	background: rgba(204, 204, 204, 1);
}

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

.index03 .right {
	width: 50%;
}

.index03 .right h3 {
	font-size: 1.8rem;
	font-weight: 700;
	color: rgba(3, 54, 126, 1);
}

.index03 .right .intor {
	font-size: 0.9rem;
	line-height: 35px;
	color: rgba(102, 102, 102, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 2.25rem 0;
}

.index03 .right .more {
	width: 8.8rem;
	border-radius: 1.5rem;
	background: rgba(201, 35, 46, 1);
	padding: 0.45rem 0;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
}

.index03 .right .more img {
	filter: grayscale(100%) brightness(600%);
	margin-left: 0.5rem;
}

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

.index03 .right .more:hover img {
	margin-left: 1rem;
	transition: ease-out .36s;
}

/* 应用范围 */

.index04 {
	padding: 4.5rem 0;
	opacity: 1;
	transition: ease-out .36s;

}

.index04 .list {
	margin-top: 2.5rem;
}

.index04 .list li {
	width: 20%;
	height: 23.75rem;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	transition: ease-out .36s;
	cursor: pointer;
}

.index04 .list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
}

.index04 .list li i img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
	z-index: -1;
}

.index04 .content {
	position: relative;
	z-index: 1;
	padding: 2.1rem 1.5rem;
}

.index04 .content p {
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
}

.index04 .content h3 {
	font-size: 1.4rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 1);
}

.index04 .content img {
	width: 2.65rem;
	height: 2.65rem;
	margin-top: 4rem;
}

.index04 .content .intor {
	opacity: 0;
	height: 0px;
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 1.25rem;
}

.index04 .list li.active {
	width: 40%;
}

.index04 .list li.active::before {
	background: linear-gradient(0deg, rgba(3, 54, 126, 1) 0%, rgba(3, 54, 126, 0) 100%);
}

.index04 .list li.active .content img {
	margin: 0;
	opacity: 0;
	height: 0;
}

.index04 .list li.active .content .intor {
	opacity: 1;
	height: auto;
}

/*  */

.index05 {
	background: url('../images/index05.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 4.5rem 0 5.45rem 0;
	position: relative;
}

.index05::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
}

.index05 h3 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	margin-bottom: 5.5rem;
}

.index05 .box-item {
	width: calc((100% - 2.2rem) / 3);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1.4rem 0;
	border-radius: 0 1rem 0 1rem;
	border: 0.4px solid rgba(229, 229, 229, 1);
	transition: ease-out .36s;
}

.index05 .box-item img {
	width: 2.4rem;
	margin: 0 auto;
}

.index05 .box-item h6 {
	font-size: 1.4rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	margin: 1rem 0 0.75rem 0;
}

.index05 .box-item p {
	font-size: 0.8rem;
	line-height: 1.2;
	color: rgba(255, 255, 255, 0.7);
	width: 48%;
	text-align: center;
}

.index05 .box-item:hover {
	background: rgba(5, 49, 119, 1);
	border: 0.4px solid rgba(5, 49, 119, 1);
}

/* 新闻资讯 */

.index06 {
	padding: 3rem 0;
	opacity: 1;
	transition: ease-out .36s;
	background: rgba(247, 247, 247, 1);
}

.index06 .news-list {
	margin-top: 3rem;
}

.index06 .news-list .left,
.index06 .news-list .right {
	width: 47%;
}

.index06 .news-list .left a i {
	display: block;
	width: 100%;
	height: 18rem;
	overflow: hidden;
}

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

.index06 .news-list .left .content {
	border-radius: 0 0 0.75rem 0.75rem;
	background: rgba(255, 255, 255, 1);
	padding: 1.25rem;
}

.index06 .news-list .left a h3 {
	font-size: 1.2rem;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
}

.index06 .news-list .left a .time {
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
	padding: 0.5rem 0 1rem 0;
	border-bottom: 0.05rem solid rgba(237, 237, 237, 1);
}

.index06 .news-list .left a .intor {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(153, 153, 153, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 1rem 0 2.25rem 0;
}

.index06 .news-list .left a p {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(201, 35, 46, 1);
}

.index06 .news-list .right a {
	padding: 1rem;
	border-bottom: 0.05rem solid rgba(237, 237, 237, 1);
}

.index06 .news-list .right .time {
	font-size: 0.8rem;
	color: rgba(102, 102, 102, 1);
	margin-right: 3.6rem;
}

.index06 .news-list .right .time h3 {
	font-size: 2.4rem;
	color: rgba(102, 102, 102, 1);
}

.index06 .news-list .right .content h3 {
	font-size: 1.2rem;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index06 .news-list .right .content .intor {
	font-size: 0.9rem;
	line-height: 26px;
	color: rgba(153, 153, 153, 1);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 1rem 0 2rem 0;
}

.index06 .news-list .right .content p {
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
	transition: ease-out .36s;
}

.index06 .news-list .right .content img {
	filter: grayscale(100%) brightness(100%);
}

.index06 .news-list .left:hover,
.index06 .news-list .right a:hover {
	box-shadow: 0 0.2rem 1.6rem rgba(0, 0, 0, 0.1);
	transition: ease-out .36s;
	border-radius: 0.75rem;
	overflow: hidden;
}

.index06 .news-list .right a:hover .content p {
	color: rgba(201, 35, 46, 1);
}

.index06 .news-list .right a:hover .content img {
	filter: initial
}

/* end */



/* 关于我们 */

.about01 {
	padding: 6.8rem 0 5.3rem;
}

.about01 .left {
	width: 35%;
	height: 16rem;
	border-radius: 0.75rem;
	overflow: hidden;
	position: relative;
}

.about01 .left::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 2.5rem;
	height: 2.5rem;
	background: url('../images/video.svg') no-repeat;
	background-size: 100%;
	z-index: 1;
}

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

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

.about01 .right {
	width: 60%;
}

.about01 .right h3 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(3, 54, 126, 1);
	margin-bottom: 2.25rem;
}

.about01 .right h4 {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(23, 69, 134, 1);
	margin: 2rem 0 1rem 0;
}

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

.about02 {
	background: url('../images/about02.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 7.35rem 0;
	position: relative;
	text-align: center;
}

.about02 h3 {
	text-shadow: 0.1rem 0.15rem 0.1rem rgba(0, 0, 0, 0.5);
	font-size: 2.4rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 0.5rem;
}

.about02 h3 span {
	color: rgba(201, 35, 46, 1);
}

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

.about02 .test {
	font-size: 1.25rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 1);
	width: 80%;
	margin: 0 auto;
}

.about03 {
	padding: 7.5rem 0 6.85rem 0;
	overflow: hidden;
}

.about03 .container {
	height: 22.5rem;
}

.about03 .container .about-next {
	width: 3rem;
	height: 3rem;
	filter: grayscale(100%) brightness(250%);
	transition: ease-out .36s;
}

.about03 .container .about-next:hover {
	filter: initial;
}

.about03 .swiper-about {
	position: absolute;
	left: 6rem;
	width: 110%;
}

.about03 .swiper-about i {
	display: block;
	width: 50%;
	height: 22.5rem;
	border-radius: 1rem;
	overflow: hidden;
}

.about03 .swiper-about i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.about03 .swiper-about .content {
	width: 45%;
}

.about03 .swiper-about .content h6 {
	font-size: 1.5rem;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
}

.about03 .swiper-about .content h3 {
	font-size: 1.8rem;
	font-weight: 700;
	font-family: 'Bold';
	line-height: 1.5;
	color: rgba(23, 69, 134, 1);
	margin: 5.5rem 0 1.05rem 0;
}

.about03 .swiper-about .content p {
	font-size: 0.9rem;
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
}

/* end */



/* 产品中心 */

.product01 {
	padding: 4.1rem 0;
}

.product01 .left {
	width: 20%;
	margin-top: 2.25rem;
	border-top: 0.5px solid rgba(51, 51, 51, 1);
}

.product01 .left .box-class a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1.35rem 0;
	border-bottom: 0.5px solid rgba(51, 51, 51, 1);
}

.product01 .left .box-class a p {
	font-size: 1rem;
	line-height: 2;
	color: rgba(51, 51, 51, 1);
	transition: ease-out .36s;
}

.product01 .left .box-class a img {
	width: 1.5rem;
	height: 1.5rem;
	filter: grayscale(100%) brightness(250%);
	transition: ease-out .36s;
}

.product01 .left .box-class a.active p,
.product01 .left .box-class a:hover p {
	color: rgba(201, 35, 46, 1);
}

.product01 .left .box-class a.active img,
.product01 .left .box-class a:hover img {
	filter: initial;
}

.product01 .other .phone {
	width: 100%;
	margin: 0;
	padding: 0.5rem;
	font-size: 1.2rem;
	max-height: initial;
}

.product01 .other .phone img {
	width: 2.2rem;
	height: 2.2rem;
}

.product01 .right {
	width: 78%;
}

/* 详情 */

.product02 {
	padding: 3.2rem 0;
	padding-top: 7.2rem;
}

.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;
	background-color: #f9f9f9;
}

.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 .info {
	padding: 1.85rem 2.15rem;
	background: rgba(247, 247, 247, 1);
}

.product02 .right h3 {
	font-size: 1.5rem;
	font-weight: 900;
	font-family: 'Bold';
	line-height: 1.2;
	color: rgba(51, 51, 51, 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 hr {
	margin: 2.85rem 0 1.1rem 0;
}

/* 安装优势 */

.product03 {
	padding: 3rem 0 5.1rem 0;
}

.product-title {
	justify-content: center;
}

.product-title h3 {
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 1.2;
	color: rgba(51, 51, 51, 1);
	margin: 0 1.3rem;
}

.product-title span {
	display: block;
	width: 25%;
	border-bottom: 0.05rem solid rgba(51, 51, 51, 1);
}

.product03 .box-list {
	margin-top: 2.15rem;
}

.product03 .box-item {
	width: calc((100% - 2.5rem) / 3);
	background: rgba(247, 247, 247, 1);
}

.product03 .box-item h3 {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	padding: 0.5rem 0;
	border-radius: 0.75rem 0.75rem 0 0;
	background: rgba(23, 69, 134, 1);
}

.product03 .box-item .test {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
	padding: 1.2rem 1.75rem;
}

/* 其他产品 */

.product04 {
	padding: 3.4rem 0;
}

.product04 .swiper-product {
	margin-top: 2.2rem;
}

.product04 .swiper-product .swiper-slide {
	margin-right: 2rem;
	margin-bottom: 2rem;
	border: 0.05rem solid rgba(219, 219, 219, 1);
}

.product04 .swiper-product .swiper-slide i {
	display: block;
	width: 100%;
	height: 17rem;
	background: url('../images/cpbg.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	padding: 1rem;
}

.product04 .swiper-product .swiper-slide i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: ease-out .36s;
}

.product04 .swiper-product .swiper-slide .more {
	font-size: 0.9rem;
	color: rgba(51, 51, 51, 1);
	transition: ease-out .36s;
	border-top: 0.05rem solid rgba(219, 219, 219, 1);
	padding: 1rem;
}

.product04 .swiper-product .swiper-slide .more img {
	width: 1rem;
	height: 1rem;
	filter: grayscale(100%) brightness(100%);
}

.product04 .swiper-product .swiper-slide a:hover .more {
	color: rgba(201, 35, 46, 1);
}

.product04 .swiper-product .swiper-slide a:hover .more img {
	filter: initial;
}

/* end */



/* 新闻中心 */

.news01 {
	padding: 2.5rem 0 6rem 0;
}

.news01 .index-title {
	margin-bottom: 4.25rem;
}

.news01 .box-item {
	margin-bottom: 1.85rem;
}

.news01 .box-item i {
	display: block;
	width: 40%;
	height: 12.6rem;
	overflow: hidden;
}

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

.news01 .left {
	width: 58%;
}

.news01 .left .time {
	font-size: 0.8rem;
	color: rgba(102, 102, 102, 1);
	margin-right: 3.6rem;
}

.news01 .left .time h3 {
	font-size: 2.4rem;
	color: rgba(102, 102, 102, 1);
}

.news01 .left .content h3 {
	font-size: 1.2rem;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);
	transition: ease-out .36s;
}

.news01 .left .content .intor {
	font-size: 0.9rem;
	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;
	margin: 1rem 0 2rem 0;
}

.news01 .left .content p {
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
	transition: ease-out .36s;
}

.news01 .left .content img {
	margin-left: 0.5rem;
	filter: grayscale(100%) brightness(100%);
}

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

.news01 .box-item:hover .left .content h3,
.news01 .box-item:hover .left .content p {
	color: rgba(201, 35, 46, 1);
}

.news01 .box-item:hover .left .content img {
	filter: initial
}

/* 详情 */

.news02 {
	padding: 3.8rem 0;
}

.news02 h3 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	margin-bottom: 2.95rem;
}

.news02 .info {
	font-size: 0.9rem;
	line-height: 1.4;
	color: rgba(102, 102, 102, 1);
}

.news02 .conten {
	font-size: 0.9rem;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
	margin: 0.65rem 0;
	padding: 1.95rem 0 4.85rem 0;
	border-top: 0.05rem solid rgba(204, 204, 204, 1);
	border-bottom: 0.05rem solid rgba(204, 204, 204, 1);
}

.news02 .prev-next a {
	font-size: 0.9rem;
	line-height: 2;
	color: rgba(102, 102, 102, 1);
	transition: ease-out .36s;
}

.news02 .prev-next a:hover {
	color: rgba(51, 51, 51, 1);
}

/* 其他新闻 */

.news03 {
	padding: 3rem 0;
}

.news03 .swiper-new {
	margin-top: 2rem;
	padding: 1rem 0;
}

.news03 .swiper-new i {
	display: block;
	width: 100%;
	height: 14rem;
	overflow: hidden;
}

.news03 .swiper-new i img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.news03 .swiper-new .more {
	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);
}

.news03 .swiper-new .more h3 {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.5;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 0.5rem;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news03 .swiper-new .more p {
	font-size: 0.9rem;
	color: rgba(102, 102, 102, 1);
}

/* end */




/* 联系我们 */

.contact01 {
	height: 100vh;
	position: relative;
}

.contact01 .map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
	object-position: center;
}

.contact01 .conten {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, 0.8);
	z-index: 2;
	width: 50%;
	padding: 2rem 0;
}

.contact01 .conten h3 {
	font-size: 1.75rem;
	font-weight: bold;
	line-height: 50.68px;
	color: rgba(51, 51, 51, 1);
	margin-bottom: 4.25rem;
	text-align: center;
}

.contact01 .conten h3 span {
	padding-left: 1rem;
	color: rgba(201, 35, 46, 1);
}

.contact01 .conten li {
	margin-top: 1.75rem;
	justify-content: center;
	font-size: 0.9rem;
	line-height: 26.06px;
	color: rgba(51, 51, 51, 1);
}

.contact01 .conten li img {
	width: 1.25rem;
	margin-right: 0.8rem;
	filter: grayscale(100%) brightness(0%);
}


/* 底部 */


footer .top {
	background-color: rgba(0, 40, 97, 1);
	opacity: 1;
	transition: ease-out .36s;
	padding: 3rem 0 3.5rem 0;
}

footer .top .item:nth-child(1) {
	width: 25%;
}

footer .top .item .logo {
	margin-bottom: 2.25rem;
}

footer .top .item .logo h3 {
	font-size: 1.5rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
}

footer .top .item .logo img {
	width: 2.8rem;
	filter: grayscale(100%) brightness(600%);
	margin-right: 1rem;
}

footer .top .item .product {
	font-size: 0.8rem;
	line-height: 35px;
	color: rgba(255, 255, 255, 1);
	padding: 0;
}

footer .top .item:nth-child(2) {
	width: 15%;
}

footer .top .item:nth-child(2) h3,
footer .top .item:nth-child(3) h3 {
	font-size: 1.4rem;
	font-weight: 700;
	color: rgba(255, 255, 255, 1);
	margin-bottom: 1.25rem;
}

footer .top .item:nth-child(2) a {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.8);
	margin-right: 2.50rem;
	margin-bottom: 1rem;
}

footer .top .item:nth-child(2) a:nth-child(2n) {
	margin-right: 0;
}

footer .top .item:nth-child(3) div {
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 1rem;
}

footer .top .item:nth-child(3) div img {
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.8rem;
}

footer .top .item:nth-child(4) img {
	width: 8rem;
	height: 8rem;
}

footer .botton {
	background: rgba(0, 35, 84, 1);
	opacity: 1;
	transition: ease-out .36s;
	font-size: 0.9rem;
	color: rgba(255, 255, 255, 0.7);
	padding: 1.25rem 0;
}

footer .botton .other {
	margin-top: 0;
}

footer .botton span:nth-child(1) {
	margin-right: 2.5rem;
}

footer .top .item:nth-child(1) a:hover,
footer .top .item:nth-child(2) a:hover,
footer a:hover {
	color: #fff;
	transition: ease-out .36s;
}

/* end */