.page-product {
	padding: 1.2rem 1.8rem;
	width: 100%;
	box-sizing: border-box;
}

.product-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product-head-back{
	color: #597FC0;
	font-size: 0.3rem;
}

.product-head-back .el-icon-back{
	font-size: 0.3rem;
}

.product-type {
	display: flex;
	align-items: center;
}

.product-head h1 {
	font-size: 0.6rem;
}

.product-type-item {
	width: 1.1rem;
	text-align: center;
	padding: 0.2rem 0;
	margin-left: 0.3rem;
}

.type-active {
	border-bottom: 0.02rem solid #597FC0;
	color: #597FC0;
}

.product-list {
	margin-top: 0.8rem;
}

.box-card {
	position: relative;
}

.grid-box-card .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box-card-name {
	margin: 0.15rem 0;
	font-weight: bold;
}

.box-card-imgIndex{
	overflow: hidden;
	height: 150px;
	text-align: center;
}

.box-card-imgIndex img{
	height: 100%;
	transition: all 2s;
}

.box-card-imgIndex img:hover{
	animation: zoomIn 2s forwards;
}

.mt10{
	margin-bottom: 0.2rem;
}

.box-card-img {
	overflow: hidden;
}

.box-card-img img {
	width: 100%;
	transition: all 2s;
}

.box-card-img img:hover {
	animation: zoomIn 2s forwards;
}

@keyframes zoomIn {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.2);
	}
}

.box-card-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* position: absolute;
	bottom: 0.2rem;
	right: 0.2rem; */
}

.box-card-desc {
	text-indent: 2em;
	line-height: 0.36rem;
	font-size: 0.16rem;
	margin-top: 0.25rem;
}

.box-card-content {
	line-height: 0.36rem;
	font-size: 0.16rem;
	margin-top: 0.25rem;
}

.page-contact {
	padding: 1.2rem 1.8rem;
	width: 100%;
	height: 8.15rem;
	box-sizing: border-box;
	background-image: url(../img/bg-contact.png);
	background-size: 100% 100%;
	position: relative;
	margin-bottom: -0.01rem;
}

.page-contact h1 {
	font-size: 0.6rem;
	position: absolute;
	top: 0.9rem;
	left: 1.8rem;
	color: #fff;
}

.contact-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.2rem;
}

.contact-header img {
	height: 1rem;
}

.contact-txt p {
	margin-top: 0.35rem;
	color: #fff;
	font-size: 0.16rem;
}

.contact-img-list {
	margin-top: 0.8rem;
	display: flex;
	align-items: center;
}

.contact-img-item {
	width: 3.8rem;
	height: 2.05rem;
	margin-right: 0.2rem;
	position: relative;
}

.contact-img-item img {
	width: 100%;
	height: 100%;
}

.contact-img-item-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0.2rem;
	bottom: 0.2rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #fff;
}

.contact-img-item-box h3 {
	margin-bottom: 0.1rem;
	font-size: 0.3rem;
}

.page-about {
	padding: 1.2rem 1.8rem;
	width: 100%;
	box-sizing: border-box;
	height: 8.15rem;
	display: flex;
	justify-content: space-between;
	background: #F3F6F9;
	margin-bottom: -0.01rem;
}

.about-left {
	margin-right: 1.15rem;
}

.about-left h1 {
	font-size: 0.6rem;
	color: #000;
	margin-bottom: 0.9rem;
}

.about-left p {
	font-size: 0.2rem;
	line-height: 0.36rem;
	text-indent: 2em;
	margin-bottom: 0.25rem;
}

.about-img-1 {
	width: 1.55rem;
	height: 1rem;
}

.about-img-2 {
	width: 5.65rem;
	height: 3.75rem;
	margin-top: 0.5rem;
}

.about-icon {
	display: flex;
	flex-wrap: wrap;
}

.about-icon-item {
	display: flex;
	align-items: center;
	width: 50%;
	margin: 0.2rem 0;
	font-size: 0.18rem;
}

.about-icon-item img {
	width: 0.4rem;
	margin-right: 0.15rem;
}

.page-mvv {
	width: 100%;
	height: 3rem;
	background-image: url(../img/bg-mvv.png);
	background-size: 100% 100%;
}

.mvv-box {
	width: 100%;
	height: 3rem;
	background: rgba(89, 127, 192, .7);
	display: flex;
	align-items: center;
	justify-content: center;
}

.mvv-item {
	height: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	padding: 0 1rem;
}

.mvv-item img {
	height: 0.9rem;
}

.line {
	width: 0.01rem;
	height: 1rem;
	border-left: 0.02rem dotted #fff;
}

.mvv-item h3 {
	margin: 0.2rem 0;
}

.page-imgs {
	display: flex;
	height: 9.5rem;
	position: relative;
}

.imgs-left {
	width: 10.8rem;
}

.imgs-left img {
	width: 100%;
}

.imgs-right {
	width: 8.4rem;
	font-size: 0rem;
}

.imgs-right img {
	width: 100%;
}

.imgs-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .5);
	display: flex;
}

.imgs-box-left {
	width: 10.8rem;
	position: relative;
}

.imgs-box-left img {
	position: absolute;
	width: 4.15rem;
	left: 1.8rem;
	top: 1rem;
}

.imgs-box-left h1 {
	font-size: 0.6rem;
	margin-top: 0.85rem;
	margin-left: 1.8rem;
}

.imgs-box-left h2 {
	font-size: 0.6rem;
	margin-top: 2.25rem;
	margin-left: 1.8rem;
}

.imgs-box-left p {
	margin-top: 0.25rem;
	margin-left: 1.8rem;
	font-size: 0.24rem;
}

.imgs-box-right {
	width: 8.4rem;
}

.imgs-box-right-item {
	width: 100%;
	height: 4.75rem;
	padding-left: 0.8rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.imgs-box-right-item h1 {
	font-size: 0.6rem;
}

.imgs-box-right-item p {
	margin-top: 0.25rem;
	font-size: 0.24rem;
}

.grid-right {
	width: 100%;
	height: 4.4rem;
	overflow-y: auto;
}

.grid-right p {
	margin-top: 0.35rem;
	line-height: 0.36rem;
}

.el-card__body, .el-main{
	padding: 0.2rem 0.2rem 0 0.2rem !important;
}

.blankP{
	width: 100%;
	height: 0.4rem;
}


/* 选择器 {
	滚动条的宽度或高度;
}*/
.grid-right::-webkit-scrollbar {
	width: 0.02rem;
	/* 滚动条的宽度*/
	height: 0.02rem;
	background: #fff;
}

/* 选择器 {
	滚动条轨道的样式;
}*/
.grid-right::-webkit-scrollbar-track {
	background: #c6c6c6;
}