@media (min-width: 992px) {
	.container {
		max-width: 960px;
		margin: 0 auto;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
		margin: 0 auto;
	}
}

@media (min-width: 1280px) {
	.container {
		max-width: 1200px;
		margin: 0 auto;
	}
}

@media (min-width: 1500px) {
	.container {
		max-width: 1440px;
		margin: 0 auto;
	}
}



#head {
	top: 0;
}

#head.buttom {
	background: #212120;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}


.hbanner img {
	width: 100%;
	display: block;
}


.fullSlide {
	width: 100%;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}

.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
 
}

.fullSlide .bd ul {
	width: 100% !important;
}

.fullSlide .bd li {
	width: 100% !important;
	overflow: hidden;
	text-align: center;
	height: 40vw;
}

.fullSlide .bd li a {
	display: block;
	width: 100%;
	height: 100%;
}

.fullSlide .bd li a img {
	display: block;
	width: 100%;
	height: 40vw;
}

.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	_background: #000;
	_filter: alpha(opacity=60);
}

.fullSlide .hd ul {
	text-align: center;
	padding-top: 5px;
}

.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 32px;
	height: 5px;
	margin: 5px;
	overflow: hidden;
	line-height: 9999px;
	background: #000000;
}

.fullSlide .hd ul .on {
	background: #3696b2;
}



.fullSlide2 {
	width: 100%;
	position: relative;

}

.fullSlide2 .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
	height: 40vw;
}

.fullSlide2 .bd ul {
	width: 100% !important;
}

.fullSlide2 .bd li {
	width: 100% !important;
	overflow: hidden;
	text-align: center;
	height: 40vw;
}

.fullSlide2 .bd li a {
	display: block;
	width: 100%;
	height: 100%;
}

.fullSlide2 .bd li a img {
	display: block;
	width: 100%;
 
}
 



h4.h-pro-title {
	font-size: 22px;
}

.carousel-detail-slider.homeslider .sliderItems {
	height: 40rem;
}

.homeslider.carousel-detail-slider .swiper-wrapper .swiper-slide {
	width: 23%;
	margin: 0 1%;
}

.hpro .list .item {
	width: 24%;
	display: block;
	margin: 10px 0.5% 20px 0.5%;
	float: left;
}

.hpro .list .item img {
	width: 100%;
	display: block;
	height: 36rem;
	border: 1px solid #ccc;
}

.hpro .list .item .nametext {
	font-size: 22px;
	display: block;
	text-align: center;
	padding: 5px 0;
	font-weight: 500;
}

.hpro .list .item .button {
	margin: 10px auto 0 auto;
	background: #3d3d3f;
	color: #ffc107;
	text-align: center;
	border-radius: 8px;
	height: 3.5rem;
	font-size: 13px;
	padding: 0 30px;
}

.slicepic {
	width: 100%;
}

.slicepic img {
	width: 100%;
	display: block;
}

.hpros {
	margin-bottom: 60px;
}

.hpros .bd li {
	width: 25%;
	display: block;
}

.hpros .bd li img {
	display: block;
	width: 96%;
	margin: 0 auto;
	border: 1px solid #eee;
	margin-top: 2vw;
}

.hpros .hd {
	text-align: center;
	margin: 40px 0 30px 0;
}

.hpros .hd li {
	border-radius: 100%;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: #ccc;
	margin: 15px 5px;
	text-indent: -20em;
	overflow: hidden;
}

.hpros .hd li.on {
	background: #3696b2;
}


.indexC-sengong {
	background: #F2F2F2;
	padding: 0 0 80px;
	display: block !important;
}

.indexC-sengong .tit {
	width: 40%;
	background: #fff;
	float: left;
	padding: 20px 0 35px 9%;
	margin-top: -80px;
	white-space: nowrap;
}

.indexC-sengong .tit h5 {
	font-size: 16px;
	color: #000;
	font-weight: 600;
	letter-spacing: 8px;
}

.indexC-sengong .tit h3 {
	font-size: 53px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	line-height: 100px;
}

.indexC-sengong .tit p {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	white-space: normal;
}

.indexC-sengong .tit::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 55%;
	background: #F2F2F2;
}

.indexC-sengong .tit p::after {
	content: "";
	height: 6px;
	width: 170px;
	background: #000;
	display: block;
	margin-top: 30px;
}

.indexC-sengong .content {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	width: 100%;
}

.indexC-sengong .box {
	width: 50%;
	position: relative;
}

.indexC-sengong .box img {
	margin: 80px 0;
	width: 100%;
}

.indexC-sengong .box a {
	height: 100px;
	display: block;
	width: 100px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: calc(50% - 50px);
	top: calc(50% - 50px);
}

.indexC-sengong .box a i {
	color: #000;
	font-size: 45px;
	line-height: 100px;
}

.qico {
	font-family: "qico" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.qico-video:before {
	content: "\e63f";
}

.indexC-sengong .txt {
	width: 45%;
	margin-top: -20px;
}

.indexC-sengong .txt p {
	font-size: 16px;
	color: #000;
	line-height: 34px;
}

.indexC-sengong .txt a.btn {
	font-size: 18px;
	background: #3d3d3f;
	border-radius: 10px;
	padding: 10px 80px;
	margin-top: 40px;
	color: #ffc107;
}


.indexD-sengong {
	padding: 260px 0 0;
	margin: -260px 0 300px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.indexD-sengong ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.indexD-sengong ul li {
	position: relative;
	text-align: center;
	width: 20%;
}

.indexD-sengong ul li h5 {
	font-size: 48px;
	color: #fff;
	font-weight: 600;
	margin-top: 15px;
}

.indexD-sengong ul li h5 span {
	position: relative;
}

.indexD-sengong ul li p {
	font-size: 18px;
	color: #fff;
	font-weight: 300;
}

.indexD-sengong ul li img {
	width: 100px;
	height: 100px;
	display: block;
	margin: 0 auto;
}

.indexD-sengong h3 {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	margin: 80px 0;
	text-transform: uppercase;
}

.indexD-sengong .list {
	height: 300px;
	position: relative;
}


#certify {
	position: relative;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify .swiper-slide {
	width: 400px;
	height: 600px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}

#certify .swiper-slide img {
	display: block;
	width: 100%;
}

#certify .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

.indexE-sengong {
	padding: 80px 0;
	position: relative;
}

.indexE-sengong .container {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}

.indexE-sengong .txt {
	width: 43%;
	z-index: 20;
}

.indexE-sengong .txt h3 {
	font-size: 60px;
	text-transform: uppercase;
	width: 65%;
	font-weight: 700;
	line-height: 60px;
	color: #000;
}

.indexE-sengong .txt h5 {
	color: #000;
	font-size: 29px;
	font-weight: 300;
	line-height: 2.9em;
}

.indexE-sengong .txt p {
	font-size: 18px;
	font-weight: 300;
	color: #000;
	line-height: 2em;
}

.indexE-sengong .list {
	width: 52%;
}

.indexE-sengong .list ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	align-items: center;
	-webkit-align-items: center;
	margin: 0 -25px;
}

.indexE-sengong .list ul li {
	width: 50%;
	padding: 0 25px 35px;
	cursor: pointer;
}

.indexE-sengong .list ul li>div {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 20px;
	height: 300px;
	background: #F2F2F2;
	padding: 0 30px;
	color: #000;
	transition: all .4s ease 0s;
}

.indexE-sengong .list ul li:nth-child(2)>div,
.indexE-sengong .list ul li:nth-child(3)>div {
	background: #3d3d3f;
	color: #fff;
}

.indexE-sengong .list ul li:hover:nth-child(1)>div,
.indexE-sengong .list ul li:hover:nth-child(4)>div {
	background: #3d3d3f;
	color: #fff;
}

.indexE-sengong .list ul li:hover:nth-child(2)>div,
.indexE-sengong .list ul li:hover:nth-child(3)>div {
	background: #F2F2F2;
	color: #000;
}



.indexE-sengong .list ul li .pic {
	position: relative;
}

.indexE-sengong .list ul li p {
	font-size: 17px;
	font-weight: 300;
	line-height: 1.8em;
	margin-top: 15px;
}

.indexE-sengong .list ul li .pic img {
	width: 100px;
	height: 100px;
}


.indexE-sengong .list ul li .pic .B {
	display: none;
}

.indexE-sengong .list ul li:hover .pic .B {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.indexE-sengong:after {
	content: "";
	background: #F2F2F2;
	border-radius: 50%;
	height: 690px;
	width: 670px;
	position: absolute;
	left: -220px;
	top: 30%;
}



.indexF-sengong {
	padding: 80px 0 0 0;
	background: #f2f2f2;
	position: relative;
}

.indexF-sengong .txt {
	position: relative;
	margin-bottom: 50px;

}

.indexF-sengong .txt h5 {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 10px;
	font-weight: 600;
}

.indexF-sengong .txt h3 {
	font-size: 60px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
}

.indexF-sengong .txt a {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	padding: 10px 45px;
	background: #2F2F2F;
	border-radius: 8px;
	display: inline-block;
}

.indexF-sengong .txt a:hover {
	background: rgba(47, 47, 47, 0.7);
}

.indexF-sengong .swiper-slide div {
	background: #fff;
	padding: 10px 20px;
}

.indexF-sengong .swiper-slide .pic {
	display: block;
	overflow: hidden;
}

.indexF-sengong .swiper-slide .pic img {
	width: 100%;
	display: block;
	transition: transform .5s;
	-webkit-transition: transform .5s;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.indexF-sengong .swiper-slide em {
	font-size: 18px;
	color: #B6B6B6;
	font-weight: 300;
	line-height: 40px;
}

.indexF-sengong .swiper-slide h5 {
	color: #000;
	font-size: 22px;
	line-height: 28px;
	height: 56px;
}

.indexF-sengong .swiper-slide h5 a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.indexF-sengong .swiper-slide .more {
	color: #000;
	font-size: 18px;
	line-height: 3;
}

.indexF-sengong .swiper-slide .more:hover {
	color: #000;
}

.indexF-sengong .swiper-slide:hover .pic img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.indexF-sengong .swiper-pagination {
	display: block;
	position: static;
	width: 100%;
	margin-top: 70px;
}

.indexF-sengong .swiper-pagination-bullet {
	height: 16px;
	width: 16px;
	margin: 0 5px;
	background: #ABABAB;
	border-radius: 50%;
	opacity: 1;
	box-sizing: border-box;
}

.indexF-sengong .swiper-pagination-bullet-active {
	background: #000;
}

.bobo-keyword-box {
	background-color: #f9f9f9;
}

.bobo-keyword-box {
	padding: 40px 0;
}

h2,
.h2 {
	font-size: 32px;
	font-weight: 700;
	color: var(--title-text-color, #000);
	font-family: var(--title-font-family);
}

.bobo-keyword-box ul {
	display: flex;
	flex-wrap: wrap;
}

.bobo-keyword-box ul li {
	border: 2px solid #000;
	padding: 10px;
	margin: 5px;
	border-radius: 10px;
}


.bobo-keyword-box ul li .section_title {
	text-align: center;
	margin: 0;
}

.bobo-keyword-box ul li .section_title a {
	text-decoration: none;
}

.bobo-keyword-box ul li .section_title a h2 {
	font-size: 16px;
	margin: 0;
}



footer {
	background: #fff;
	padding: 60px 0;
}

.footer-from-song {
	display: block;
	position: relative;
	vertical-align: top;
}

.footer-from-song .txt {
	float: left;
	margin-right: 0px;
	width: 42%;
	position: relative;
	margin-bottom: 50px;
}

.footer-from-song .txt h3 {
	font-size: 44px;
	color: #000;
	font-weight: 600;
	line-height: 1.3;
	text-transform: capitalize;
}

.footer-from-song .txt p {
	font-size: 16px;
	color: #717171;
}

.footer-from-song .sendemail {
	width: 48%;
	position: relative;
	float: right;
	padding-top: 20px;
}

.footer-from-song .sendemail form {
	display: block;
}

.footer-from-song .sendemail form .crmFormVali-error {
	left: 0;
	right: auto;
	top: calc(120% - 16px);
}

.footer-from-song .sendemail .post-text {
	-webkit-flex: 1;
	flex: 1;
	height: 65px;
	line-height: 65px;
	background: #f2f2f2;
	border-right: none;
	overflow: hidden;
	color: #333;
	padding: 0 15px;
	font-size: 18px;
	border-radius: 10px 0 0 10px;
	width: 65%;
	float: left;
	text-align: left;
}

.footer-from-song .sendemail .post-btn {
	background: #000;
    font-size: 22px;
    color: #fff;
    width: 210px;
    text-align: center;
    height: 65px;
    display: block;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
    font-weight: 600;
    padding: 0 0rem;
}

.footer-from-song .sendemail .post-btn:hover {
	background: #000;
}

.foot-contact-song {
	border-top: 1px solid #dbdbdb;
	margin-top: 0px;
	padding-top: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.foot-contact-song dl {
	flex: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.foot-contact-song dl dt {
	width: 100px;
	height: 100px;
	line-height: 100px;
	background: #eeefea;
	border-radius: 50%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.foot-contact-song dl dt i {
	font-size: 60px;
	color: #000;
}

.foot-contact-song dl dd {
	-webkit-flex: 1;
	flex: 1;
	margin-left: 20px;
}

.foot-contact-song dl dd h5 {
	font-size: 18px;
	line-height: 1;
	color: #141414;
	font-weight: 600;
}

.foot-contact-song dl dd p {
	font-size: 18px;
	color: #717171;
	line-height: 24px;
	margin: 20px 0 0;
}

#footer-song {
	background: #212120;
	padding: 80px 0;
}

#footer-song .container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}

#footer-song h5 {
	font-size: 28px;
	color: #fff;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 20px;
}

.foot-logo-song {
	width: 35%;
}

.foot-nav-song,
.foot-list-song {
	width: 20%;
}

.foot-product-song {
	width: 25%;
}

.foot-logo-song img {
	height: 90px;
	width: auto;
}

.foot-logo-song p {
	font-size: 17px;
	color: #e5e5e5;
	margin: 30px 0 0;
}

.foot-logo-song .share {
	font-size: 0;
	margin: 30px 0 0;
}

.foot-logo-song .share a {
	display: inline-block;
	color: #585858;
	background: #fff;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
}

.foot-logo-song .share a+a {
	margin-left: 25px;
}

.foot-logo-song .share a i {
	color: inherit;
	font-size: 20px;
	line-height: inherit;
}

.foot-logo-song .share a:hover {
	color: #fff;
	background: #000;
}

.foot-nav-song ul li {
	font-size: 17px;
	line-height: 30px;
	color: #b2b2b2;
	font-weight: 300;
}

.foot-nav-song ul li+li {
	margin-top: 6px;
}

.foot-nav-song ul li a:hover {
	color: #FFFFFF;
}

.foot-list-song ul li {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 6px;
	color: #b2b2b2;
	font-weight: 300;
}

.foot-list-song ul li+li {
	margin-top: 6px;
}

.foot-list-song ul li a:hover {
	color: #FFF;
}

.foot-product-song ul li {
	font-size: 17px;
	line-height: 30px;
	margin-bottom: 6px;
	color: #b2b2b2;
	font-weight: 300;
}

.foot-product-song ul li+li {
	margin-top: 6px;
}

.foot-product-song ul li a:hover {
	color: #FFFFFF;
}

#gotop-song {
	position: fixed;
	bottom: 100px;
	right: 10px;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	background: #000;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	z-index: 1000;
	cursor: pointer;
	display: none;
	border-radius: 5px;
}

#gotop-song i {
	color: #fff;
	font-size: 18px;
}

#gotop-song:hover {
	background: #353535;
}




.hnews .bd li {
	width: 33.3333%;
	display: block;

}

.hnews .bd li .scont {
	background: #FFF;
	width: 96%;
	margin-left: 2%;
}

.hnews .bd li img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.hnews .hd {
	text-align: center;
	margin: 40px 0 30px 0;
}

.hnews .hd li {
	border-radius: 100%;
	width: 16px;
	height: 16px;
	display: inline-block;
	background: #ccc;
	margin: 15px 5px;
	text-indent: -20em;
	overflow: hidden;
}

.hnews .hd li.on {
	background: #3696b2;
}

.hnews .item .snewstitle {
	color: #000;
	font-size: 22px;
	line-height: 28px;
	height: 56px;
}

.hnews .item .snewsdate {
	font-size: 18px;
	color: #B6B6B6;
	font-weight: 300;
	line-height: 40px;
}

.hnews .item .snewsmore {
	color: #000;
	font-size: 18px;
	line-height: 3;
}

.hnews .stext {
	padding: 15px;
}

.bobo-keyword-box h2 {
	font-size: 32px;
	font-weight: 700;
	color: #000;
}

.foot-nav-song ul li a,
.foot-product-song ul li a,
.foot-list-song ul li a {
	color: #b2b2b2;
}

.protitle {
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 20px;
	background: #000;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.leftmenu .list {
	color: #333;
	display: block;
	padding: 10px 10px 10px 20px;
	text-transform: capitalize;
	margin: 3px 0 0;
	border-bottom: 1px solid #ededed;
	line-height: 24px;
	display: block;
	font-size: 16px;
	color: #333;
	cursor: pointer;
	position: relative;
}

.leftmenu {
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	margin-bottom: 100px;
}

.product-list-content .product-list .head .left {
	display: block;
	float: left;
	width: 50%;
	font-size: 32px;
	padding-top: 10px;
	font-weight: bold;
}

.product-list-content .product-list .head .right {
	display: block;
	float: right;
	width: 35%;
	position: relative;
}

.product-list-content .product-list .head .right form {
	margin: 0;
	padding: 0;
	display: block;
}

.icon-search {
	position: absolute;
	top: 10px;
	right: 15px;
}

.icon-search svg {
	width: 30px;
	height: 30px;
	display: inline-block;
}

.content-headline.border {
	padding: 1rem 0;
	display: none;
}

.list-items .item {
	width: 31.33%;
}

.list-items .item figure {
	border-radius: 0;
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 0;
	width: auto;
}

.list-items .item span {
	font-family: "Maison Neue", sans-serif;
	font-weight: 600;
	font-size: 2rem;
	letter-spacing: .216931px;
	color: #ffffff;
	background: #455165;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	height: 50px;
	line-height: 1;
	padding-top: 25px;
}

.list-items .item:hover span {
	background: #000;
}

form input#inputSarch {
	text-align: left;
	width: 93%;
	padding-left: 7%;
}

.pro_view {
	padding-top: 9rem;
	position: relative;
}
 
#ifocus {
	width: 100%;
	margin-bottom: 0px;
  
}

#ifocus_pic {
	display: inline;
	position: relative;
	float: left;
	width: 50%;
	height: auto;
	overflow: hidden;
	margin: 6px 0 0 6px;
}

#ifocus_piclist li {
	width: 100%;
	height: auto;
	overflow: hidden;
}

#ifocus_piclist li a {
	width: 100%;
	display: block;
	height: 70rem;
	position: relative;
}

#ifocus_piclist img {
	width: 100%;
	height: auto;
}

#ifocus_btn {
	display: inline;
	float: right;
	width: auto;
	position: absolute;
	bottom: 0px;
	padding-left: 50px;
}

#ifocus_btn li {
	width: 134px;
	height: 134px;
	margin-bottom: 5px;
	cursor: pointer;
	opacity: 0.5;
	float: left;
	margin-right: 20px;
	border: 1px solid #ddd;
	padding: 2px;
	position: relative;
}

#ifocus_btn li::after {
    display: none;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border-width: 10px;
    border-style: dashed;
    border-bottom-style: dashed;
    border-color: transparent;
    border-bottom-color: transparent;
    vertical-align: middle;
    border-bottom-style: solid;
    border-bottom-color: #000;
    position: absolute;
    top: -20px;
    left: 50%;
    margin: 0 0 0 -10px;
}

#ifocus_btn li.on {
	border-color: #000;
}

#ifocus_btn li.on::after {
	display: block;
}

#ifocus_btn img {
	width: 128px;
	height: 128px;
}

#ifocus_btn .on {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
 
.pro_view .pro_img {
	position: relative;
}

.pro_text {
	position: absolute;
	right: 0;
	width: 45%;
	top: 9rem;
	z-index: 2;
}

.pro_text h2 {
	font-size: 34px;
	color: #000;
	padding-bottom: 15px;
}

.pro_text .p_note {
	font-size: 16px;
	color: #000;
	line-height: 1.5;
}

.p_button a {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-right: 20px;
	background: #000;
	margin-top: 25px;
}


.s-cont {
	margin-top: 90px;
	background: #eee;
	padding: 20px 0 20px;
	text-align: center;
}

.s-cont h3 {
	font-size: 48px;
	color: #030303;
	line-height: 1;
	font-weight: 600;
}

.s-cont .bcont {
    font-size: 18px;
    color: #717171;
    font-weight: 300;
    margin: 20px auto 35px auto;
    hyphens: auto;
	width: 86%;
	
}

.bobo-inquiry.main {
    padding-top: 60px;
    padding-bottom: 60px;
}
 

.bobo-inquiry .contact-inquiry h5 {
  font-size: 28px;
  font-weight: 700;
  color: var(--title-text-color);
  border-bottom: 2px solid #333;
  padding-bottom: 47px
}

.bobo-inquiry .inquirbox {
  margin: 50px 0 0
}

.bobo-inquiry .inquirbox .crmFormVali-error {
  top: 104% !important;
}

.bobo-inquiry .inquirbox .submit {
  margin: 0 auto 0 0
}

.bobo-inquiry .inquirbox .row {
  margin-bottom: 30px;
  gap: 16px 0;
  display: inherit;
  width: 100%;
}

.bobo-inquiry .inquirbox .row em {
  font-size: 20px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px
}

.bobo-inquiry .inquirbox .row em i {
  color: red
}

.bobo-inquiry .inquirbox input[type=text],
.bobo-inquiry .inquirbox textarea {
  padding: 22px 25px;
  font-size: 17px;
  border: 2px solid #dfdfdf;
  width: 100%;
  line-height: 22px;
  background: 0 0;
  text-align: left;
  box-sizing: border-box
}

.bobo-inquiry .inquirbox textarea {
  max-width: 100%;
  width: 100%;
  resize: none
}

.bobo-inquiry .inquirbox input[type=text]:focus,
.bobo-inquiry .inquirbox textarea:focus {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  outline: 0
}

.bobo-inquiry .inquirbox .red {
  color: red;
  font-weight: 700
}

.bobo-inquiry .inquirbox .yzm {
  width: 70%;
  margin-right: 10px
}

.bobo-inquiry .inquirbox img {
  cursor: pointer;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle
}

.bobo-inquiry .inquirbox .submit {
  display: block;
  background: #000;
  border-radius: 0;
  color: #fff;
  width: 225px;
  height: 55px;
  line-height: 55px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  margin: 0 auto
}

.bobo-inquiry .inquirbox .submit:hover {
  background: none;
  color: #000;
  border: 1px solid #000;
}

#contact input {
	border-radius: 0;
	letter-spacing: normal;
}

#contact textarea {
	border-radius: 0;
	height: 200px;
	letter-spacing: normal;
}

.pro_magnifier {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
}

.pro_magnifier .qico {
    font-size: 26px;
    line-height: 60px;
}

.showpro {
	display: block;
	position: relative;
}

.showpro .smenu {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	background: rgb(33 33 32);
	text-align: center;
}

.showpro:hover .smenu {
	display: block;
}

#head.buttom .menu li .smenu a {
	display: block;
	text-align: center;
	border-bottom: 1px solid #ddd;
	height: auto;
	padding: 1.5rem 1.5rem;
	cursor: pointer;
	font-size: 1.6rem;
	text-align: center;
	cursor: pointer;
}

#head.buttom .menu li .smenu a:hover {
	background: #000;
}