.content-info {
	background-image: url(../../images/_bg_gray.jpg);
	background-repeat: repeat-x;
	min-height: 764px;
	padding-top: 4.6%;
}
.about_info_box .about_info_bg {
	background-image: url(../../images/about_pic.jpg?v=20240421);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #323E4C;
}
.about_info_box .about_info_bg .logo { margin-bottom: 2%; width: 32%; }
.about_info_box .about_info_bg .text {
	background-color: rgb(255 255 255 / 90%);
	padding: 10px 30px 30px;
}
.about_info_box .about_info_bg .text h1 {
	font-size: 2.375em;
	font-weight: 80;
	color: #8ba3c7;
}
.about_info_box .about_info_bg .text p {
	font-size: 1rem;
	line-height: 170%;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem; text-align: justify;
}

.culture blockquote {
	background: #8ba2c6;
	border: none;
	box-shadow: rgb(139 163 199 / 50%) 0 0 11px 0px;
	padding-bottom: 26px;
	font-size: 16px;
	position: relative;
	transition: all .2s;/*border-bottom: 5px solid #313d4b;*/
	background: #8ba2c600;
    border: 0px solid #ffffff54;
    box-shadow: rgb(139 163 199 / 50%) 0 0 11px 0px;
    padding: 15px 30px;
    padding-bottom: 30px;
    font-size: 16px;
    position: relative;
    transition: all .2s;
    border-radius: 0 0px 0 30px;
    /* border-radius: 0 30px 0 30px;
    border-bottom: 5px solid #313d4b; */
}
.culture-items>div>blockquote { margin: 15px 15px 30px; }
.culture blockquote>h3 {
	color: #313d4b;
	margin-bottom: 15px;
}
.culture blockquote>p {
	color: #fff;
	line-height: 160%;    color: #8ba3c7;
}
.culture blockquote:hover {
	background: #313d4b;
	transition: all .2s;
}
.culture blockquote:hover h3 { color: #8ba2c6; }
.product-info,
.advs { margin-top: 2%; }
.product-pic>div { padding: 0; }
.product-pic>div>div {
	border: 4px solid #fff;
	position: relative;
}
.product-pic>div>div>a>img {
	display: block;
	width: 100%;
	height: auto;
}
.product-pic .pic-title {
	background-color: rgb(0 0 0 / 30%);
	position: absolute;
	bottom: 0;
	color: #fff;
	padding: 30px 35px 20px 35px;
	transition: all 1s;
}
.product-pic .pic-title img { width: auto; }
.product-pic a:hover .pic-title {
	background-color: rgb(0 0 0 / 80%);
	transition: all 1s;
}
.product-pic .pic-title h3 {
	font-size: 7vw;
	color: #fff;
	margin: 0px 0px 10px;
}
.product-pic .pic-title p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
}