body {
	background: url('/template/default/html/images/banner_solution.jpg') no-repeat;
	background-size: 100%;
}
img {
	width: unset;
}
.page-introduce {
	margin: 150px auto 100px;
	width: 85vw;
	max-width: 1440px;
	color: #fff;
}
.page-introduce div:nth-child(1) {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4em;
}
.page-introduce div:nth-child(2) {
	margin-top: 10px;
	line-height: 1.7em;
	font-size: 16px;
	font-weight: 400;
}
.page-introduce>div:nth-child(3) {
	padding: 10px 0;
}
.page-introduce>div:nth-child(3) .layui-breadcrumb a {
	color: #fff !important;
}
.page-introduce>div:nth-child(3) .layui-breadcrumb a:last-child {
	color: rgba(255,255,255,0.64) !important;
}
.page-container {
	padding: 0 0 65px;
	background: #fff;
}
.container-box {
	display: flex;
	margin: 0 auto;
	width: 85vw;
	max-width: 1440px;
}
 @media screen and (max-width: 475px) {
.page-container {
	padding: 0;
}
.container-box {
	display: block;
	margin: 0 20px;
	width: unset;
}
}
.solution-box {
	flex: 3;
	padding: 0 10px;
}
.solution-box-mobile {
	display: none;
	background: #eee;
}
 @media screen and (max-width: 475px) {
.solution-box {
	display: none;
}
.solution-box-mobile {
	display: block;
}
}
.solution-text {
	position: relative;
	padding: 0 20px 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 3em;
	background: #045fab;
	color: #fff;
}
.solution-box-mobile .solution-text {
	display: flex;
	justify-content: space-between;
}
.solution-text::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 100%;
	height: 20px;
	background: #045fab;
}
.solution-box-mobile .solution-text>div {
	transition: all .5s;
	transform: rotate(0deg);
}
.solution-box-mobile.active .solution-text>div {
	transform: rotate(180deg);
}
.solution-box-mobile .solution-list {
	max-height: 0;
	overflow: hidden;
	transition: all .5s;
}
.solution-box-mobile.active .solution-list {
	max-height: 9999vh;
}
.solution-sub-item {
	padding: 10px 20px;
	line-height: 1.8;
	font-size: 16px;
}
.solution-sub-item:hover {
	background: #FAFAFA;
}
.solution-sub-item.active {
	color: #005198;
}
.product-right {
	flex: 9;
	padding: 10px;
}
.solution-name {
	margin: 20px 0 30px;
	text-align: center;
	font-weight: bold;
}
.product-right-solution-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 5px 0 20px;
}
.product-right-solution-item {
	position: relative;
	padding: 0 30px;
	color: #999;
}
.product-right-solution-item.active {
	color: #045fab;
}
.product-right-solution-item:not(:last-child)::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background-color: #999;
}
.product-right-solution-item span {
	position: relative;
}
.product-right-solution-item.active span::after {
	content: '';
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #045fab;
}
.product-num {
	padding: 10px;
	margin-top: 35px;
	line-height: 36px;
	font-size: 16px;
	background: #eee;
}
.product-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.product-item {
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 10px;
	width: 33%;
}
 @media screen and (max-width: 475px) {
.product-list {
	justify-content: space-between;
}
.product-item {
	width: 49%;
}
}
.product-item-img {
	position: relative;
	padding: 5px 5px 100% 5px;
	width: 100%;
	border: 1px solid rgb(221, 221, 221);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	transition: background-size 1s;
}
.product-item:hover .product-item-img {
	background-size: 120% 120%;
}
.product-item-img img {
	width: 100%;
	height: 100%;
}
.product-tag {
	position: absolute;
	width: 50px;
	height: 50px;
}
 @media screen and (max-width: 475px) {
.product-tag {
	position: absolute;
	width: 30px;
	height: 30px;
}
}
.product-tag img {
	width: 100%;
	height: 100%;
}
.product-tag.location1 {
	top: 0;
	left: 0;
}
.product-tag.location2 {
	top: 0;
	right: 0;
}
.product-tag.location3 {
	bottom: 0;
	right: 0;
}
.product-tag.location4 {
	bottom: 0;
	left: 0;
}
.product-item-name {
	padding: 5px 0;
	height: 43px;
	line-height: 1em;
	font-size: 16px;
}
.product-item-btn-inquire {
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	border-radius: 3px;
	border: 1px solid #d8dde6;
	text-align: center;
	background: #eaedef;
	color: #666;
}
