* {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: inherit;
}

img {
	max-width: 100%;
}

/* 导航 */
.nav-top-list-box {
	height: 98px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 62%);
	width: 100%;
	display: flex;
	align-items: center;

	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	transition: .3s;
}

.nav-top-list-box .nav-item>a {
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	display: block;
	position: relative;
	transition: .3s;
}

.nav-top-list-box .nav-item>a::after {
	width: 0;
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transition: .3s;
	height: 2px;
	background-color: #E70012;
}

.nav-top-list-box .nav-item>a.show-nav {
	color: #E70012;
	font-weight: 500;
}

.nav-top-list-box .nav-item>a.show-nav::after {
	width: 100%;
	left: 0;
}

.nav-top-list-box .nav-list {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 5.7vw;
	height: 100%;
}

.nav-top-list-box .nav-list .nav-item {
	height: 100%;
	display: flex;
	align-items: center;

	flex-grow: 1;
}

.nav-top-list-box .nav-list .nav-item:nth-child(1) {
	padding-left: 0;
}

.nav-top-list-box .nav-list .nav-item:nth-child(8) {
	padding-right: 0;
}

.nav-top-list-box .nav-list .nav-item:hover>a {
	color: #E70012;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	position: relative;
	transition: .3s;
}

.nav-top-list-box .nav-list .nav-item:hover>a::after {
	width: 100%;
	left: 0;
}

.nav-top-list-box .nav-list a {
	display: block;
}

.nav-top-list-box .logo-box {
	display: block;
	width: 18.75vw;
	text-align: center;
	transition: .3s;
}

.nav-top-list-box .logo-box img {
	transition: .3s;
}

.nav-top-list-box .icon-box {
	display: flex;
	align-items: center;
	height: 32px;
}

.nav-top-list-box .icon-box>span {
	width: 1px;
	height: 16px;
	background-color: #1861F4;
	margin: 0 12px;
}

.nav-top-list-box .icon-box .top-item-vr,
.nav-top-list-box .icon-box .top-item-kefu {
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}

.nav-top-list-box .icon-box .top-item-vr i {
	font-size: 32px;
	color: #1861F4;
}

.nav-top-list-box .icon-box .top-item-kefu i {
	font-size: 24px;
	color: #1861F4;
}

.nav-top-list-box .icon-box .langue-box>p {
	font-size: 16px;
	color: #1861F4;
}

.nav-top-list-box .icon-box .langue-box {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-right: 30px;
	position: relative;
	padding: 16px 0;
}

.nav-top-list-box .icon-box .langue-box i {
	font-size: 8px;
	color: #1861F4;
}

.nav-top-list-box .icon-box .langue-box .change-langue {
	position: absolute;
	left: 0;
	top: 100%;
	padding: 12px 2px;
	background-color: #fff;
	white-space: nowrap;
	border-radius: 12px;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
	display: none;
}

.nav-top-list-box .icon-box .langue-box .change-langue a {
	display: block;
	padding: 8px 24px;
	font-size: 14px;
	color: #041524;
	background: #fff;
	white-space: nowrap;
}

.nav-top-list-box .icon-box .langue-box .change-langue a:hover {
	background-color: #F1F6FC;
}

.nav-top-list-box .icon-box .langue-box .change-langue a.show {
	background-color: #F1F6FC;
}

.nav-top-list-box .icon-box .langue-box:hover .change-langue {
	display: block;
}

.nav-top-list-box .icon-box .top-tel-box {
	display: flex;
	align-items: center;
	color: #E70012;
	margin-right: 30px;
}

.nav-top-list-box .icon-box .top-tel-box i {
	margin-right: 6px;
}

.nav-top-list-box .icon-box .top-tel-box .tel-b {
	display: none;
}

.nav-top-list-box .nav-item>a:hover::after {
	width: 100%;
	left: 0;
}

.nav-top-list-box .nav-item>a:hover {
	color: #E70012;
}

.nav-top-list-box.onepage {
	height: 54px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 62%);
}

.nav-top-list-box.onepage .logo-box img {
	max-width: 110px;
}

.nav-top-list-box .nav-list a {
	height: 54px;
	line-height: 54px;
}

.base-container {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
}


.nav-top-list-box .product-nav-ls {
	position: absolute;
	left: 0;
	top: 98px;
	width: 100%;
	height: 670px;
	background: url('../img/all/nav-bg.jpg') no-repeat top center;
	background-size: auto 100%;
	display: none;
	justify-content: space-between;
	flex-wrap: wrap;
}

.nav-top-list-box .nav-list .nav-item:nth-child(2):hover .product-nav-ls {
	display: flex;
}

/* .nav-top-list-box .product-nav-ls.no-product {
	background: url('../img/all/nav-bg-solution.jpg') no-repeat top center;
	background-size: auto 100%;
}

.nav-top-list-box .product-nav-ls.no-product .product-nav-r .img-box img {
	display: none;
} */

.nav-top-list-box .product-nav-ls {
	background: url('../img/all/nav-bg-solution.jpg') no-repeat top center;
	background-size: auto 100%;
}

.nav-top-list-box .product-nav-ls .product-nav-r .img-box img {
	display: none;
}

.nav-top-list-box .product-nav-ls .product-nav-cls {
	display: flex;
	height: 550px;
	flex-direction: column;
	padding-left: 18.75vw;
	transition: .3s;
	padding-right: 56px;
	background-color: rgba(245, 245, 245, 0.7);
}

.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav a {
	padding: 30px;
	color: #333333;
	font-size: 16px;
	height: unset;
	line-height: 1.5;
}

.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav a.show {
	color: #E70012;
	font-weight: bold;
}

.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav a:first-child {
	padding-left: 0;
}

.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav a:last-child {
	padding-right: 0;
}

.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav-link {
	display: none;
	margin-top: 24px;
	flex: 1;
}

.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav-link.show {
	display: flex;
}

.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav-link .product-nav-nav a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #666666;
	font-size: 16px;
	text-align: left;
	padding-left: 0;
	background-color: unset;
	max-width: 320px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav-link .product-nav-nav {
	width: 100%;
}

.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav-link .product-nav-nav a.show {
	box-sizing: border-box;
	padding-left: 12px;
	color: #E70012;
	background-color: #fff;
}
.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav-link .product-nav-nav a:hover{
	box-sizing: border-box;
	padding-left: 12px;
	color: #E70012;
	background-color: #fff;
}

.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav-link.product-ls .product-nav-nav {
	width: 140px;
}

.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav-link.product-ls .product-link-box {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
	padding: 24px 18px;
	padding-bottom: 0;
	box-sizing: border-box;
}

.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav-link .link-btm {
	box-sizing: border-box;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	color: #333333;
}

.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav-link .product-link {
	display: none;
}

.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav-link .product-link.show {
	display: block;
}

.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav-link .product-link a {
	display: block;
	width: 260px;
	height: 40px;
	line-height: 40px;
	color: #666666;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav-link .product-link a.show {
	color: #333333;
	font-weight: bold;
}


.nav-top-list-box .product-nav-ls .product-nav-btm {
	width: 100%;
	height: 130px;
	box-sizing: border-box;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	background: #F5F5F5;
	padding-left: 18.75vw;
	display: flex;
	align-items: center;
}

.nav-top-list-box .product-nav-ls .product-nav-btm a {
	display: flex;
	padding: 16px 24px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	font-size: 14px;
	color: #333333;
	height: unset;
	line-height: 1.5;
	margin-right: 48px;
	transition: .3s;
}

.nav-top-list-box .product-nav-ls .product-nav-btm a i {
	font-size: 14px;
	color: #E70012;
	margin-left: 8px;
}

.nav-top-list-box .product-nav-ls .product-nav-r {
	flex: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.nav-top-list-box .product-nav-ls .product-nav-r .img-box {
	width: 41%;
	min-width: 280px;
	margin-left: 10%;
}

.nav-top-list-box .product-nav-ls .product-nav-r a {
	display: flex;
	padding: 16px 24px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	font-size: 14px;
	color: #333333;
	height: unset;
	line-height: 1;
	margin-bottom: 24px;
	transition: .3s;
	background-color: #fff;
}

.nav-top-list-box .product-nav-ls .product-nav-r a i {
	color: #E70012;
}

.nav-top-list-box .product-nav-ls .product-nav-r .img-btn-box {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	height: 100%;
	box-sizing: border-box;
	padding-bottom: 30px;
	padding-right: 30px;
}

.nav-top-list-box .product-nav-ls .product-nav-r .img-btn-box p {
	font-size: 36px;
	color: #E70012;
	font-weight: bold;
	text-align: right;

}

.nav-top-list-box .product-nav-ls .product-nav-r .img-btn-box p span {
	font-size: 16px;
}


.nav-list .nav-item .nav-link {
	position: absolute;
	left: 0;
	top: 98px;
	background-color: #fff;
	height: 80px;
	width: 100%;
	display: none;
	align-items: center;

	padding-left: 18.75vw;
	box-sizing: border-box;
}

.nav-list .nav-item:hover .nav-link {
	display: flex;
}

.nav-list .nav-item .nav-link a {
	padding: 30px;
	color: #333333;
	font-size: 16px;
	transition: .3s;
	font-weight: bold;
}

.nav-list .nav-item .nav-link a:first-child {
	padding-left: 0;
}

.nav-list .nav-item .nav-link a:hover {
	color: #E70012;
}

.nav-top-list-box .product-nav-ls .product-nav-r a:hover {
	color: #E70012;
	border: 1px solid #E70012;
}

.nav-top-list-box .product-nav-ls .product-nav-btm a:hover {
	color: #E70012;
	border: 1px solid #E70012;
}

.nav-top-list-box .product-nav-ls .product-nav-cls .product-nav-link .link-btm:hover {
	color: #E70012;
}



/* 页面底部 */
#baseSwiper .page-btm,
.page-btm {
	padding: 60px 0;
	background-color: #262626;
	max-height: 460px;
	box-sizing: border-box;
}
#baseSwiper .page-btm{
    padding-bottom: 0;
    display: block;
    max-height: 480px;
}
#baseSwiper .page-btm-record{
    margin-top: 24px;
}
.page-btm .page-btm-logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 48px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.page-btm .page-btm-logo img {
	max-width: 205px;
}

.page-btm .page-btm-logo p {
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
}

.page-btm .page-btm-nav-box {
	padding-top: 48px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.page-btm-nav-box .btm-l-box .link-ls {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page-btm-nav-box .btm-l-box .link-ls a {
	display: inline-block;
	padding: 0 24px;
	font-size: 16px;
	color: #FFFFFF;
}

.page-btm-nav-box .btm-l-box .link-ls a:first-child {
	padding-left: 0;
}

.page-btm-nav-box .btm-l-box .link-ls a:last-child {
	padding-right: 0;
}

.page-btm-nav-box .btm-l-box .link-ls span {
	width: 1px;
	height: 12px;
	background-color: rgba(255, 255, 255, 0.6);
}

.page-btm-nav-box .btm-l-box .btm-contact-info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 40px;
}

.page-btm-nav-box .btm-l-box .btm-contact-info .tel p {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
}

.page-btm-nav-box .btm-l-box .btm-contact-info .tel span {
	display: block;
	height: 50px;
	line-height: 50px;
	margin-top: 16px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(255, 255, 255, 0.6);
	cursor: pointer;
	text-align: center;
}

.page-btm-nav-box .btm-l-box .btm-contact-info .address {
	max-width: 196px;
}

.page-btm-nav-box .btm-l-box .btm-contact-info .address p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.6);
	text-align: left;
}

.page-btm-nav-box .btm-l-box .btm-contact-info .btm-info-code {
	display: none;
}

.page-btm-nav-box .btm-code-box {
	width: 120px;
}

.page-btm-nav-box .btm-code-box p {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	color: #FFFFFF;
	text-align: center;
	margin-top: 16px;
	margin-bottom: 6px;
}

.page-btm-nav-box .btm-code-box span {
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	color: rgba(255, 255, 255, 0.6);
}



.nav-top-box-sm {
	display: none;
}


/* 底部表单 */

.base-btm-form {
	padding: 120px 0;
	background: linear-gradient(180deg, #FFFFFF 50%, #C7D8F1 100%)
}

.btm-form-box .btm-form-tit {
	display: flex;
	justify-content: center;
	align-items: center;
}
.btm-form-box .btm-form-tit a{
	display: flex;
	align-items: center;
}
.btm-form-box .btm-form-tit i {
	font-size: 18px;
	color: #E70012;
	margin: 0 8px;
}

.btm-form-box .btm-form-tit p {
	font-size: 14px;
	color: #E70012;
	border-bottom: 1px solid #E70012;
}

.btm-form-box .sele-boiler {
	margin: 60px 0;
}

.btm-form-box .sele-boiler .boiler-ls {
	display: flex;
	justify-content: center;
	align-items: center;
}

.btm-form-box .sele-boiler .boiler-ls span {
	background: #FFFFFF;
	box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0);
	border-radius: 65px 65px 65px 65px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	text-align: center;
	width: 150px;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	transition: .3s;
	margin: 0 8px;
	cursor: pointer;
}

.btm-form-box .sele-boiler .boiler-ls span.boiler-active {
	border: 1px solid #E70012;
	color: #E70012;
}

.btm-form-box .btm-boiler-form .btm-boiler-flex {
	display: flex;
	justify-content: space-around;
	align-items: self-start;

}

.btm-form-box .btm-boiler-form .btm-boiler-flex .boiler-input-ls {
	max-width: 428px;
	width: 50%;
}

.btm-form-box .btm-boiler-form .btm-boiler-flex .boiler-input {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 16px;
}

.btm-form-box .btm-boiler-form .btm-boiler-flex .boiler-input:last-child {
	align-items: self-start;
}

.btm-form-box .btm-boiler-form .btm-boiler-flex .boiler-input:last-child p {
	line-height: 48px;
}

.btm-form-box .btm-boiler-form .btm-boiler-flex .label {
	display: flex;
}

.btm-form-box .btm-boiler-form .btm-boiler-flex .label sup {
	color: #E70012;
}

.btm-form-box .btm-boiler-form .btm-boiler-flex .label p {
	font-size: 14px;
	color: #666666;
}

.btm-form-box .btm-boiler-form .btm-boiler-flex input,
.btm-form-box .btm-boiler-form .btm-boiler-flex select {
	width: 282px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	padding: 0 16px;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
}

.btm-form-box .btm-boiler-form .btm-boiler-flex textarea {
	width: 282px;
	height: 112px;
	box-sizing: border-box;
	padding: 16px;
	resize: none;
	background: #FFFFFF;
}

.btm-form-box .btm-boiler-form .btm-boiler-flex input:focus,
.btm-form-box .btm-boiler-form .btm-boiler-flex select:focus,
.btm-form-box .btm-boiler-form .btm-boiler-flex textarea:focus {
	outline: none;
	border: 1px solid #E70012;
}


.btm-boiler-form .btm-boiler-form-btm {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 48px;
}

.btm-boiler-form .btm-boiler-form-btm input {
	width: 180px;
	height: 34px;
	border: 1px solid #333333;
	border-radius: 34px 34px 34px 34px;
	line-height: 34px;
	font-size: 14px;
	color: #333333;
	background-color: rgba(255, 255, 255, 0);
	cursor: pointer;
	margin: 0 12px;
}

.btm-boiler-form .close-pop {
	display: none;
}

.btm-boiler-form .pop-bg {
	display: none;
}

/* cta-form */
.cta-filter-product {
	padding: 120px 0;
	background-color: #fff;
	background: url('../img/all/cat-form-bg.png') no-repeat top center;
	background-size: 100% 100%;
}

.cta-filter-product .base-container .cta-filter-input {
	padding: 48px;
	width: 100%;
	padding-bottom: 24px;
	background-color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.cta-filter-product .base-container .cta-filter-input .input-box {
	font-size: 16px;
	color: #333333;

}

.cta-filter-product .base-container .cta-filter-input .input-box input {
	border: 1px solid rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
	margin: 0 12px;
	padding: 0 12px;
	max-width: 120px;
	height: 36px;
	box-sizing: border-box;
}

.cta-filter-product .base-container .cta-filter-input .input-box input:focus {
	outline: none;
	border: 1px solid #E70012;
}
.cta-filter-product .base-container .cta-filter-input .input-box span:last-child{
	display: none;
}
.cta-filter-product .base-container .cta-filter-input .choice-product {
	display: flex;
	align-items: center;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	margin-left: 36px;
}

.cta-filter-product .base-container .cta-filter-input .choice-product .point {
	border: 1px solid rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2px;
	border-radius: 10px;
	margin-right: 6px;
}

.cta-filter-product .base-container .cta-filter-input .choice-product .point span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #fff;
}

.cta-filter-product .base-container .cta-filter-input .choice-product .point.sele-choice {
	border: 1px solid #E70012;
}

.cta-filter-product .base-container .cta-filter-input .choice-product .point.sele-choice span {
	background-color: #E70012;
}

.cta-filter-product .base-container .cta-filter-input .filter-btn {
	width: 120px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	border-radius: 30px;
	text-align: center;
	background-color: #E70012;
	font-size: 14px;
	margin-left: 36px;
	cursor: pointer;
}

.cta-filter-product .base-container .cta-filter-input a {
	color: #E70012;
	font-size: 12px;
	line-height: 36px;
	margin-left: 16px;
}

.cta-filter-sele {
	width: 100%;
	padding: 48px;
	padding-top: 36px;
	background-color: #fff;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}

.cta-filter-product .base-container .cta-filter-tag-box {
	max-width: 678px;
	width: 678px;
}

.cta-filter-product .base-container .cta-filter-tag-box .tag-box {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 16px;
}

.cta-filter-product .base-container .cta-filter-tag-box .tag-box:nth-child(2) {
	margin-bottom: 0;
}

.cta-filter-product .base-container .cta-filter-tag-box .tag-box span {
	line-height: 28px;
	font-size: 14px;
	color: #333333;
}

.cta-filter-product .base-container .cta-filter-tag-box .tag-box .tag-ls {
	margin-left: 16px;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cta-filter-product .base-container .cta-filter-tag-box .tag-box .tag-ls .tag-item {
	display: block;
	width: calc(20% - 6px);
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, 0.1);

}


.cta-filter-product .cta-filter-sele .cta-contact-us {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 24px;
	border-left: 1px solid rgba(0, 0, 0, 0.2);

}

.cta-filter-product .cta-filter-sele .cta-contact-us>div {
	width: 50%;
	padding-left: 24px;
	box-sizing: border-box;
}

.cta-filter-product .cta-filter-sele .cta-contact-us p {
	font-size: 16px;
	color: #333333;
	text-align: left;
	margin-bottom: 16px;
}

.cta-filter-product .cta-filter-sele .cta-contact-us a {
	display: block;
	width: 180px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 34px;
	color: #E70012;
	border: 1px solid #E70012;
	transition: .3s;
	cursor: pointer;
}

.product-new {
	padding-top: 60px;
	padding-bottom: 30px;
	background: url('../img/product/product-new-bg-b.png') no-repeat top center;
	background-size: cover;
}

.product-new .product-new-tit {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.product-new .product-new-tit h2 {
	color: #FFFFFF;
	line-height: 42px;
	text-align: center;
	font-size: 36px;
}

.product-new .product-new-tit span {
	width: 15px;
	height: 2px;
	background-color: #FFFFFF;
	margin: 12px 0;
}

.product-new .product-new-tit p {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
}

.product-new .product-new-ls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 48px;
}

.product-new .product-new-ls .product-new-item {
	width: calc(33.33% - 16px);
	padding: 0 24px;
	padding-top: 48px;
	padding-bottom: 30px;
	box-sizing: border-box;
	height: 590px;
	transition: .3s;
	position: relative;
	cursor: pointer;

}

.product-new .product-new-ls .product-new-item h3 {
	font-size: 36px;
	line-height: 1.5;
	color: #333333;
	text-align: left;
	margin-bottom: 16px;
}

.product-new .product-new-ls .product-new-item p {
	color: #333333;
	font-size: 16px;
	line-height: 1.5;
}

.product-new .product-new-ls .product-new-item .mt24 {
	margin-top: 24px;
	text-align: left;
}

.product-new .product-new-ls .product-new-item .contact-us {
	position: absolute;
	left: 24px;
	top: 270px;
	color: #666666;
	font-weight: bold;
	font-size: 14px;
	width: 180px;
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	border: 1px solid #666666;
	text-align: center;
	cursor: pointer;
	transition: .3s;
	box-sizing: border-box;
	display: block;
}


.product-new .product-new-ls .product-new-item:nth-child(1) {
	background: url('../img/product/new-product-b1.png') no-repeat top center;
	background-size: 100% auto;
}

.product-new .product-new-ls .product-new-item:nth-child(2) {
	background: url('../img/product/new-product-b2.png') no-repeat top center;
	background-size: 100% auto;
}

.product-new .product-new-ls .product-new-item:nth-child(3) {
	background: url('../img/product/new-product-b3.png') no-repeat top center;
	background-size: 100% auto;
}

/* 板块的标题 */
.base-container .base-tit {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;

}

.base-container .base-tit .base-h2 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	border-bottom: 2px solid #E70012;
}

.base-container .base-tit .base-tit-more {
	display: flex;
	align-items: center;
	padding: 10px 0;
}

.base-container .base-tit .base-tit-more p {
	font-size: 16px;
	color: #E70012;
}

.base-container .base-tit .base-tit-more i {
	font-size: 14px;
	margin-left: 10px;
	margin-top: 2px;
	color: #E70012;
}

/* 解决方案 */
.base-solution {
	padding-top: 120px;
	max-width: 100%;
}

.base-solution h2 {
	font-size: 36px;
}

.base-solution .solutionSwiper {
	height: auto;
	margin-top: 48px;
}

.base-solution .solutionSwiper a {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.base-solution .solutionSwiper a .solution-swiper-p {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	height: 94px;
}

.base-solution .solutionSwiper a img {
	width: 100%;
	transition: .3s;
	vertical-align: top;
}



.base-solution .swiper-solution-pagination {
	margin-top: 60px;
	text-align: center;
}

.base-solution .swiper-solution-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 4px;
	background-color: #000;
	border-radius: unset;
	opacity: 0.2;
	transition: .3s;
	border-radius: 2px;
}

.base-solution .swiper-solution-pagination .swiper-pagination-bullet-active {
	background-color: #E70012;
	opacity: 1;
	width: 24px;
}

.base-solution .show-solution-List {
	margin-top: 80px;
}

.base-solution .show-solution-List h3 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
}

.base-solution .show-solution-List p {
	margin-top: 24px;
	margin-bottom: 48px;
	font-size: 16px;
	color: #666666;
	line-height: 1.5;
	max-width: 920px;
	text-align: center;
}

.base-solution .show-solution-List .show-solution-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.base-solution .show-solution-List .solution-btn {
	display: flex;
	align-items: center;
}

.base-solution .show-solution-List .solution-btn .solution-btn-more {
	width: 180px;
	height: 34px;
	line-height: 34px;
	border-radius: 34px;
	border: 1px solid #333333;
	color: #333333;
	transition: .3s;
	margin-right: 60px;
	text-align: center;
}

.base-solution .show-solution-List .solution-btn .solution-btn-connect {
	text-align: center;
	width: 180px;
	height: 34px;
	line-height: 34px;
	border-radius: 34px 34px 34px 34px;
	border: 1px solid #E70012;
	color: #E70012;
	transition: .3s;
}

.base-solution .show-solution-List .show-solution-box {
	display: none;
}

.base-solution .show-solution-List .show-solution-box.show {
	display: flex;
}



/* 锅炉配件 */
.base-accessories {
	padding-top: 120px;
}

.base-accessories .base-accessories-list {
	margin-top: 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.base-accessories .base-accessories-list .base-accessorie-item {
	width: calc(25% - 16px);
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 0 20px;

}

.base-accessories .base-accessories-list .base-accessorie-item .img-box {
	padding: 20px;
	box-sizing: border-box;
}

.base-accessories .base-accessories-list .base-accessorie-item .img-box img {
	width: 100%;
	transition: .3s;
}

.base-accessories .base-accessories-list .base-accessorie-item p {
	padding-bottom: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 1.5;
	text-align: center;
	font-size: 16px;
}


/* logo */
.brand-logo-box {
	padding-top: 120px;
}

.brand-logo-box .base-tit {
	margin-bottom: 48px;
}

.brand-logo-box .brand-logo-ls {
	margin-top: 0;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}

.brand-logo-box .brand-logo-ls:last-child {
	margin-bottom: 0;
}

.brand-logo-box .brand-logo-ls .logo-item {
	background-color: #fff;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
	margin-right: 16px;

}

.brand-logo-box .brand-logo-ls .logo-item img {
	vertical-align: top;
}

.brand-logo-box .brand-logo-ls .logo-item:last-child {
	margin-right: 0;
}

/* 售后电话 */
.after-sales-tel {
	padding: 120px 0;
}

.after-sales-tel .after-sales-box {
	width: 100%;
	height: 530px;
	background: url('../img/all/after-sales-tel-bg.png') no-repeat top center;
	background-size: contain;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;

}

.after-sales-tel .after-sales-box .after-sales-btm {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.after-sales-tel .after-sales-box .after-sales-btm .after-sales-item {
	width: calc(33.33% - 16px);
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../img/all/after-sales-item-bg.png') no-repeat top center;
	background-size: cover;
	cursor: pointer;
}

.after-sales-tel .after-sales-box .after-sales-top {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.after-sales-tel .after-sales-box .after-sales-top .after-sales-num {
	width: 400px;
	text-align: center;
	display: block;
}

.after-sales-tel .after-sales-box .after-sales-top .after-sales-num:nth-child(1) {
	margin-right: 100px;
}

.after-sales-tel .after-sales-box .after-sales-top .after-sales-num span {
	color: #E70012;
	font-size: 64px;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
}

.after-sales-tel .after-sales-box .after-sales-top .after-sales-num p {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}

.after-sales-tel .after-sales-box .after-sales-btm .after-sales-item i {
	font-size: 32px;
	color: #E70012;
}

.after-sales-tel .after-sales-box .after-sales-btm .after-sales-item p{
	font-size: 24px;
	color: #333333;
	margin-left: 12px;
	font-weight: bold;
}


/* 页面没有banner 的顶部第一个div样式*/
.no-banner-top-box {
	margin-top: 158px;
}

/* 面包屑导航 */
.breadcrumb-navigation {
	background-color: #F6F6F6;
	position: fixed;
	width: 100%;
	top: 98px;
	left: 0;
	z-index: 99999;
}

.breadcrumb-navigation .bread-nav-list {
	display: flex;
	align-items: center;
	height: 60px;
	box-sizing: border-box;
}

.breadcrumb-navigation .bread-nav-list .current-location {
	display: flex;
	align-items: center;
}

.breadcrumb-navigation .bread-nav-list .current-location i {
	font-size: 14px;
	margin-top: 2px;
	margin-right: 4px;
	color: #333;
}

.breadcrumb-navigation .bread-nav-list .current-location span {
	font-size: 16px;
	line-height: 21px;
	color: #333;
}

.breadcrumb-navigation .bread-nav-list .bread-nav {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 21px;
	margin-left: 8px;
}

.breadcrumb-navigation .bread-nav-list .bread-nav i {
	margin-left: 4px;
	font-size: 12px;
	color: #333;
}

/* 相关案例 */
.related-cases {
	padding-top: 120px;
	background-color: #F6F6F6;
}

.related-cases .related-cases-ls {
	margin-top: 48px;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.related-cases .related-cases-ls .related-cases-item {
	width: calc(33.33% - 16px);
	display: block;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
}

.related-cases .related-cases-ls .img-box {
	width: 100%;
	display: block;
	overflow: hidden;
}

.related-cases .related-cases-ls .img-box img {
	width: 100%;
	transition: .3s;
	vertical-align: top;
}

.related-cases .related-cases-ls .related-cases-item .cases-cont {
	padding: 16px;
}

.related-cases .related-cases-ls .related-cases-item .cases-tit {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 12px;
}

.related-cases .related-cases-ls .related-cases-item .cases-tit p {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	transition: .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.related-cases .related-cases-ls .related-cases-item .cases-industry {
	margin-top: 12px;
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}

.related-cases .related-cases-ls .related-cases-item .cases-industry img {
	vertical-align: top;
}

.related-cases .related-cases-ls .related-cases-item .cases-industry p {
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	margin-right: 8px;
}

/* 推荐产品 */
.recom-products.product-new {
	padding: 120px 0;
	background: unset;
	background-color: #F6F6F6;

}

.recom-products .recom-product-ls {
	display: flex;
	justify-content: space-between;
	align-items: self-start;
	margin-top: 48px;
}

.recom-products .recom-product-ls .product-item {
	width: calc(25% - 18px);
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	padding-bottom: 24px;
	border: 1px solid #F1F1F1;
}

.recom-products .recom-product-ls .product-item .img-box {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 14px;
	text-align: center;
}

.recom-products .recom-product-ls .product-item img {
	max-width: 140px;
	transition: .3s;
}

.recom-products .recom-product-ls .product-item h3 {
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	padding: 0 12px;
	box-sizing: border-box;
}

.recom-products .recom-product-ls .product-item span {
	font-size: 12px;
	line-height: 1.5;

	color: #666666;
}

.recom-products .recom-product-ls .product-item .product-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 16px;
	box-sizing: border-box;
	padding: 0 12px;
}

.recom-products .recom-product-ls .product-item .product-btn a {
	width: calc(50% - 8px);
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	transition: .3s;
	border-radius: 28px;

}

.recom-products .recom-product-ls .product-item .product-btn .product-ser {
	color: #E70012;
	border: 1px solid #E70012;
}

.recom-products .recom-product-ls .product-item .product-btn .product-cont {
	color: #666;
	border: 1px solid #666;
}

/* 客服cta */
.cta-kf-box {
	margin-top: 120px;
	width: 100%;
	height: 260px;
	box-sizing: border-box;
	background: url('../img/all/cta-kefu-bg-b.jpg') no-repeat bottom center;
}

.cta-kf-box .base-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.cta-kf-box .cta-kf-cont {
	position: absolute;
	right: 80px;
	height: 100%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cta-kf-box .cta-kf-cont p {
	font-size: 16px;
	color: #333333;
	line-height: 1.5;
	margin-bottom: 8px;
}

.cta-kf-box .cta-kf-cont>span {
	font-weight: bold;
	font-size: 16px;
	color: #E70012;
	line-height: 1.5;
}

.cta-kf-box .cta-kf-cont .cta-kf-btn {
	display: flex;
	align-items: center;
	margin-top: 36px;

}

.cta-kf-box .cta-kf-cont .cta-kf-btn .cta-kf {
	width: 180px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	box-sizing: border-box;
	background-color: #E70012;
	color: #fff;
	border-radius: 34px;
	font-size: 14px;
	cursor: pointer;
	display: block;
}

.cta-kf-box .cta-kf-cont .cta-kf-btn .cta-tel {
	width: 260px;
	font-size: 14px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #E70012;
	color: #E70012;
	border-radius: 34px;
	margin-left: 24px;
}

.cta-kf-box .cta-kf-cont .cta-kf-btn .cta-tel i {
	margin-right: 10px;
}

/* 推荐产品系列 */
.reco-product-series {
	margin-top: 120px;
}

.reco-product-series .reco-product-series-ls {
	margin-top: 48px;
	display: flex;
	justify-content: space-between;
	align-items: self-start;
}

.reco-product-series .reco-product-series-ls .reco-product-series-item {
	width: calc(33.33% - 16px);
	box-sizing: border-box;
	padding: 48px 24px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
	position: relative;

}

.reco-product-series .reco-product-series-ls .reco-product-series-item::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('../img/all/cont-bg.png') no-repeat bottom center;
	background-size: cover;
	opacity: 0;
	z-index: -1;
	transition: .3s;

	/* 设置透明度 */
}

.reco-product-series .reco-product-series-ls .reco-product-series-item h3 {
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 1.5;
	text-align: center;
}

.reco-product-series .reco-product-series-ls .reco-product-series-item .reco-product-advantages {
	margin-bottom: 12px;
}

.reco-product-series .reco-product-series-ls .reco-product-series-item p {
	text-align: center;
	color: #333333;
	font-size: 16px;
	line-height: 1.5;
}

.reco-product-series .reco-product-series-ls .reco-product-series-item .img-box {
	max-width: 250px;
	margin: auto;
	overflow: hidden;
	margin-top: 24px;
}

.reco-product-series .reco-product-series-ls .reco-product-series-item .img-box img {
	width: 100%;
	vertical-align: top;
	transition: .3s;
}

.reco-product-series .more-product-series {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 48px;
}

.reco-product-series .more-product-series a {
	display: block;
	width: 180px;
	height: 34px;
	box-sizing: border-box;
	line-height: 34px;
	text-align: center;
	border: 1px solid #333;
	color: #333;
	transition: .3s;
	border-radius: 34px;
	font-size: 14px;
}

/* 预约参观 */
.book-visit-cta {
	width: 100%;
	box-sizing: border-box;
	padding: 48px 0;
	position: relative;
	z-index: 10;
	background: url('../img/all/book-visit-cta-b.jpg') no-repeat top center;
	background-size: cover;
}

.book-visit-cta .book-visit-cta-tit {
	display: flex;
	align-items: self-end;

}

.book-visit-cta .book-visit-cta-tit i {
	font-size: 18px;
	color: #E70012;
}

.book-visit-cta .book-visit-cta-tit h3 {
	font-size: 24px;
	color: #E70012;
	font-weight: bold;
	line-height: 1;
	margin-left: 4px;
	margin-right: 6px;
}

.book-visit-cta .book-visit-cta-tit p {
	font-size: 14px;
	color: #666666;
	line-height: 1;
}

.book-visit-cta form {
	display: flex;
	max-width: 100%;
}

.book-visit-cta .book-form-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.book-visit-cta .book-form-box .book-form-input {
	display: flex;
	align-items: center;
	height: 48px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	background-color: #fff;
	padding: 0 12px;
	max-width: 266px;
	margin-right: 24px;
	margin-top: 24px;
}

.book-visit-cta .book-form-box .book-form-input p {
	font-size: 16px;
	color: #999999;
	white-space: nowrap;
}

.book-visit-cta .book-form-box .book-form-input p span {
	color: #E70012;
}

.book-visit-cta .book-form-box .book-form-input input {
	border: unset;
	padding: 0 12px;
	height: 100%;
}

.book-visit-cta .book-form-box .book-form-input input:focus {
	outline: none;
	border: unset;
}

.book-visit-cta .book-form-box .book-form-input:focus-within {
	border: 1px solid #E70012;
}

.book-visit-cta .book-form-box .book-input-btn {
	margin-top: 24px;
}

.book-visit-cta .book-form-box .book-input-btn input {
	max-width: 200px;
	width: 200px;
	text-align: center;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #E70012;
	border: unset;
	box-sizing: border-box;
	display: block;
	cursor: pointer;
}

.book-visit-cta img {
	position: absolute;
	z-index: -1;
	bottom: 0;
	right: 8vw;
}

/* 服务支持 */
.base-service {
	padding-top: 120px;
	padding-bottom: 60px;
	background-color: #F6F6F6;
}

.base-service .base-service-ls {
	overflow: hidden;
	margin-top: 48px;
	align-items: stretch;
	height: 476px;
	padding-bottom: 60px;
}

.base-service .base-service-ls .swiper-slide {
	background: linear-gradient(180deg, #F7F8FC 0%, #FFFFFF 100%);
}

.base-service .base-service-ls .base-service-item {
	padding: 24px 12px;
}

.base-service .base-service-ls .base-service-item .img-box {
	width: 100%;
	text-align: center;
	margin-bottom: 36px;
}

.base-service .base-service-ls .base-service-item h3 {
	text-align: center;
	font-size: 16px;
	color: #1861F4;
}

.base-service .base-service-ls .base-service-item p {
	margin-top: 24px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.base-service .base-service-ls .swiper-base-service-pagination {
	text-align: center;
	margin-top: 24px;
}

.base-service .base-service-ls .swiper-base-service-pagination .swiper-pagination-bullet {
	width: 12px;
	height: 4px;
	background-color: #000;
	border-radius: unset;
	opacity: 0.2;
	transition: .3s;
	border-radius: 2px;
}

.base-service .base-service-ls .swiper-base-service-pagination .swiper-pagination-bullet-active {
	background-color: #E70012;
	opacity: 1;
	width: 24px;
}

/* 内容页翻页 */
.flip-page {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 80px;
}

.flip-page .pre-page,
.flip-page .next-page {
	width: calc(50% - 24px);
	box-sizing: border-box;
	padding: 16px 48px;
	background: #F7F8FC;
}

.flip-page .pre-page {
	text-align: right;
}

.flip-page .next-page {
	text-align: left;
}

.flip-page p {
	margin-top: 8px;
	color: #666666;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: .3s;
}

.flip-page .ibox {
	color: #666666;
	font-size: 12px;
}

.flip-page .ibox i {
	font-size: 12px;
	margin: 0 4px;
}

/* 推荐产品2 */

.rectwo-products {
	padding: 120px 0;
}

.rectwo-products .rectwo-products-ls {
	margin-top: 48px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rectwo-products .rectwo-products-ls .rectwo-product-item {
	width: calc(33.33% - 16px);
	border: 1px solid #F1F1F1;
	background-color: #fff;
	box-sizing: border-box;
	padding: 36px 24px;
}

.rectwo-products .rectwo-products-ls .rectwo-product-item .img-box {
	display: block;
	text-align: center;
}

.rectwo-products .rectwo-products-ls .rectwo-product-item .img-box img {
	max-width: 200px;
	transition: .3s;
}

.rectwo-products .rectwo-products-ls .rectwo-product-item h3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 16px;
}

.rectwo-products .rectwo-products-ls .rectwo-product-item .param-item {
	padding: 12px 24px;
	background: #F7F8FC;
	margin-bottom: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rectwo-products .rectwo-products-ls .rectwo-product-item .product-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
}

.rectwo-products .rectwo-products-ls .rectwo-product-item .product-btn .product-btn-kefu {
	width: 120px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #E70012;
	border: 1px solid #E70012;
	border-radius: 28px;
	font-size: 12px;
	cursor: pointer;
	transition: .3s;
}

.rectwo-products .rectwo-products-ls .rectwo-product-item .product-btn .product-btn-more {
	width: 120px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #666;
	border: 1px solid #666;
	border-radius: 28px;
	font-size: 12px;
	margin-left: 16px;
	transition: .3s;
}


.related-faq {
	padding-top: 120px;
	background-color: #F6F6F6;
}

.related-faq .related-faq-ls {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	margin-top: 24px;
}

.related-faq .related-faq-ls .related-faq-item {
	width: calc(50% - 12px);
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	padding: 24px;
	margin-top: 24px;
}

.related-faq .related-faq-ls .related-faq-item span {
	font-size: 12px;
	color: #E70012;
}

.related-faq .related-faq-ls .related-faq-item h3 {
	font-size: 24px;
	margin-top: 16px;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: .3s;
}

.related-faq .related-faq-ls .related-faq-item p {
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/* 侧边栏 */
.cebian{
	position: fixed;
	right: 24px;
	bottom: 80px;
	margin: auto;
	z-index: 9999;
	width: 100px;

}
.cebian .kefu{
	width: 100%;
	height: 120px;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	cursor: pointer;
}
.cebian .kefu .quan{
	width: 100px;
	height: 100px;
	position: relative;
}
.cebian .kefu .quan::after{
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	border: 4px solid transparent; /* 透明边框，只是为了创建圆形 */
	background: linear-gradient( 180deg, #CFDFFE 0%, #F1F4FE 100%), conic-gradient(from 0deg , rgba(31, 95, 221, 1), rgba(3, 34, 96, 1),rgba(31, 95, 221, 1)); /* 渐变背景 */
	background-origin: border-box;
	background-clip: content-box, border-box;
}
.cebian .kefu .img-box{
	position: absolute;
	top: 0;
	width: 67px;
}
.cebian .kefu .img-box span{
	position: absolute;
	right: 0;
	top: 16px;
	color: #fff;
	background-color: #E70012;
	width: 21px;
	height: 21px;
	border-radius: 21px;
	text-align: center;
	line-height: 21px;
}

.cebian .kefu .img-box span.hide{
	display: none;
}

@keyframes cban{
	0%{
		transform: scale(1);
	}
	50%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}

.cebian .kefu .btn{
	width: 80px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	border-radius: 24px;
	border: 1px solid #fff;
	background-color: #1F5FDD;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	animation-name:cban;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
.cebian .cb-item{
	padding: 0 10px;
	margin: 8px 0;
	cursor: pointer;
	position: relative;
}

.cebian .cb-item .wxlx,
.cebian .cb-item .dhzx,
.cebian .cb-item .go-top{
	width: 80px;
	height: 80px;
	background: linear-gradient( 180deg, #CDDEFF 0%, #F3F6FF 100%);
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #FFFFFF;
	box-sizing: border-box;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.cebian .cb-item i{
	font-size: 32px;
	color: transparent;
    background-image:linear-gradient( 180deg, #1F5FDD 0%, #032260 100%);
    -webkit-background-clip: text;
}

.cebian .cb-item .wxlx p,
.cebian .cb-item .dhzx p,
.cebian .cb-item .go-top p{
	font-size: 14px;
	color: #00194A;
	margin-top: 6px;

}

.cebian .cb-item .cb-item-position{
	position: absolute;
	box-sizing: border-box;
	top: 0;
	transition: .3s;
}
.cebian .cb-item .cb-item-position.wx-pos{
	padding: 10px;
	background: linear-gradient( 180deg, #CDDEFF 0%, #F3F6FF 100%);
	border-radius: 4px 4px 4px 4px;
	width: 120px;
	left: 0;
	opacity: 0;
}

.cebian .cb-item .cb-item-position.dh-pos{
	padding: 16px 20px;
	background: linear-gradient( 180deg, #CDDEFF 0%, #F3F6FF 100%);
	border-radius: 4px 4px 4px 4px;
	left: 0;
	opacity: 0;
}
.cebian .cb-item .cb-item-position.dh-pos p{
	font-size: 16px;
	color: #E70012;
	font-weight: bold;
	line-height:1.5;
	text-align: center;
}

.cebian .cb-item:hover .cb-item-position.wx-pos{
	left: -120px;
	opacity: 1;
}
.cebian .cb-item:hover .cb-item-position.dh-pos{
	left: -138px;
	opacity: 1;
}

.page-list-box{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 48px;
}
.page-list-box a:first-child{
	display: none;
}

.page-list-box a {
	display: block;
	padding: 4px 6px;
}
.page-list-box b{
	color: #E70012;
}

@media (min-width:751px) {
	.btm-form-box .sele-boiler .boiler-ls span:hover {
		border: 1px solid #E70012;
		color: #E70012;
		opacity: 0.5;
	}

	.btm-form-box .sele-boiler .boiler-ls span.boiler-active {
		opacity: 1;
	}

	.btm-boiler-form .btm-boiler-form-btm input:hover {
		border: 1px solid #E70012;
		color: #E70012;
	}

	.cta-filter-product .base-container .cta-filter-tag-box .tag-box .tag-ls .tag-item:hover {
		border: 1px solid #E70012;
		color: #E70012;
	}

	.cta-filter-product .cta-filter-sele .cta-contact-us a:hover {
		background-color: #E70012;
		color: #fff;
	}

	.product-new .product-new-ls .product-new-item:hover {
		background-position: top -9px center;
		background-size: calc(100% + 18px) auto;
	}

	.product-new .product-new-ls .product-new-item .contact-us:hover {
		color: #1861F4;
		border: 1px solid #fff;
		background-color: #fff;
		box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
	}


	.base-solution .show-solution-List .solution-btn .solution-btn-more:hover {
		background-color: #1861F4;
		color: #fff;
		border: 1px solid #1861F4;
	}

	.base-solution .show-solution-List .solution-btn .solution-btn-connect:hover {
		background-color: #E70012;
		color: #fff;
	}



	.base-accessories .base-accessories-list .base-accessorie-item:hover img {
		transform: scale(1.1);
	}


	.breadcrumb-navigation .bread-nav-list a.bread-nav:hover span {
		color: #E70012;
	}

	.breadcrumb-navigation .bread-nav-list a.bread-nav:hover i {
		color: #E70012;
	}

	.related-cases .related-cases-ls .related-cases-item:hover .img-box img {
		transform: scale(1.05);
	}

	.related-cases .related-cases-ls .related-cases-item:hover .cases-tit p {
		color: #E70012;
	}

	.recom-products .recom-product-ls .product-item .product-btn .product-ser:hover {
		color: #fff;
		background-color: #E70012;
	}

	.recom-products .recom-product-ls .product-item .product-btn .product-cont:hover {
		border: 1px solid #1861F4;
		color: #fff;
		background-color: #1861F4;
	}

	.reco-product-series .reco-product-series-ls .reco-product-series-item:hover::after {
		opacity: 1;
	}

	.reco-product-series .reco-product-series-ls .reco-product-series-item:hover img {
		transform: scale(1.1);
	}

	.reco-product-series .more-product-series a:hover {
		color: #E70012;
		border: 1px solid #E70012;
	}

	.flip-page a:hover p {
		font-weight: bold;
		color: #333;
	}


	.rectwo-products .rectwo-products-ls .rectwo-product-item .img-box:hover img {
		transform: scale(1.1);
	}

	.rectwo-products .rectwo-products-ls .rectwo-product-item .product-btn .product-btn-kefu:hover {
		background-color: #E70012;
		color: #fff;
	}

	.rectwo-products .rectwo-products-ls .rectwo-product-item .product-btn .product-btn-more:hover {
		border: 1px solid #1861F4;
		color: #fff;
		background-color: #1861F4;
	}

	.recom-products .recom-product-ls .product-item .img-box:hover img {
		transform: scale(1.1);
	}

	.related-faq .related-faq-ls .related-faq-item:hover {
		border-top: 1px solid #E70012;
	}
}

@media (min-width:751px) and (max-width:1600px) {
	.nav-top-list-box .logo-box {
		width: 16vw;
	}

	.nav-top-list-box .product-nav-ls .product-nav-cls,
	.nav-top-list-box .product-nav-ls .product-nav-btm {
		padding-left: 16vw;
	}

	.nav-top-list-box .nav-list {
		margin-right: 3.7vw;
	}

}

@media (min-width:751px) and (max-width:1400px) {
	.nav-top-list-box {
		padding: 0 26px;
		box-sizing: border-box;
	}

	.nav-top-list-box .logo-box {
		width: 12vw;
	}

	.nav-top-list-box .product-nav-ls .product-nav-cls,
	.nav-top-list-box .product-nav-ls .product-nav-btm {
		padding-left: 12vw;
	}

	.nav-top-list-box .logo-box img {
		max-width: 113px;
	}

	.nav-top-list-box .icon-box>a {
		display: none;
	}

	.nav-top-list-box .icon-box>span {
		display: none;
	}

	.nav-top-list-box .icon-box .top-tel-box {
		margin-right: 0;
	}

	.nav-top-list-box .product-nav-ls {
		box-sizing: border-box;
	}
}

@media (min-width:751px) and (max-width:1280px) {
	.nav-top-list-box .icon-box .top-tel-box .tel-a {
		display: none;
	}

	.nav-top-list-box .icon-box .top-tel-box .tel-b {
		display: block;
	}

	.nav-top-list-box .icon-box .langue-box {
		margin-right: 12px;
	}

	.nav-top-list-box .nav-list {
		justify-content: space-around;
		margin-right: 2vw;
	}

	.base-container {
		padding: 0 30px;
	}

	.page-btm-nav-box .btm-l-box .link-ls a:nth-of-type(4) {
		display: none;
	}

	.page-btm-nav-box .btm-l-box .link-ls span:nth-of-type(4) {
		display: none;
	}

	.page-btm-nav-box .btm-l-box .link-ls a:nth-of-type(7) {
		display: none;
	}

	.page-btm-nav-box .btm-l-box .link-ls span:nth-of-type(6) {
		display: none;
	}

	.btm-form-box .btm-boiler-form .btm-boiler-flex .boiler-input-ls:nth-child(2) {
		margin-left: 12px;
	}

	.btm-form-box .btm-boiler-form .btm-boiler-flex .label {
		width: 106px;
		min-width: 106px;
		text-align: left;
	}

	.btm-form-box .btm-boiler-form .btm-boiler-flex input,
	.btm-form-box .btm-boiler-form .btm-boiler-flex select {
		width: 100%;
		max-width: 282px;
	}


	.after-sales-tel .after-sales-box .after-sales-top .after-sales-num {
		width: 300px;
	}

	.after-sales-tel .after-sales-box .after-sales-top .after-sales-num:nth-child(1) {
		margin-right: 8.3vw;
	}


	.product-new .product-new-ls .product-new-item {
		height: 548px;
	}

	.product-new .product-new-ls .product-new-item h3 {
		font-size: 24px;
	}

	.product-new .product-new-ls .product-new-item p {
		font-size: 14px;
	}

	.product-new .product-new-ls .product-new-item .contact-us {
		top: 240px;
	}

	.nav-top-list-box .product-nav-ls .product-nav-r .img-box {
		margin-left: 36px;
		min-width: 150px;
	}

	.nav-top-list-box .product-nav-ls .product-nav-r .img-btn-box p {
		font-size: 24px;
	}
}


@media (min-width:751px) and (max-width:1000px) {
	.product-new .product-new-ls .product-new-item {
		padding: 16px;
		padding-top: 24px;
	}

	.product-new .product-new-ls .product-new-item .mt24 {
		margin-top: 16px;
	}

	.product-new .product-new-ls .product-new-item .contact-us {
		top: 210px;
	}

	.cta-filter-product .cta-filter-sele .cta-contact-us .contact-pri{
		width: 100%;

	}
	.cta-filter-product .cta-filter-sele .cta-contact-us .contact-spec{
		display: none;
	}
}

@media (max-width:1000px) {
	.nav-top-list-box {
		display: none;
	}

	.nav-top-box-sm {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99999;
		transition: 1s;
	}

	.nav-top-box-sm .nav-top-tel {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #E70012;
		padding: 8px 0;
		background-color: #FFFFFF;

	}

	.nav-top-box-sm .nav-top-tel .tel {
		font-size: 12px;
	}

	.nav-top-box-sm .nav-top-tel i {
		font-size: 18px;
		margin-right: 6px;
	}

	.nav-top-box-sm.hide-tel-box {
		transform: translateY(-34px);
	}

	.nav-top-box-sm .nav-box-sm {
		height: 60px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 15px;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 62%);

	}

	.nav-top-box-sm .nav-box-sm .logo-box {
		width: 99px;
	}

	.nav-top-box-sm .nav-box-sm .icon-box {
		display: flex;
		align-items: center;
	}

	.nav-top-box-sm .nav-box-sm .icon-box .nav-vr {
		margin-top: 4px;
	}

	.nav-top-box-sm .nav-box-sm .icon-box .nav-vr i {
		font-size: 30px;
		color: #1861F4;
	}

	.nav-top-box-sm .nav-box-sm .icon-box>span {
		height: 12px;
		width: 1px;
		background: #1861F4;
		margin: 0 10px;
	}

	.nav-top-box-sm .nav-box-sm .icon-box .nav-language {
		display: flex;
		align-items: center;
		position: relative;
	}

	.nav-top-box-sm .nav-box-sm .icon-box .nav-language>p {
		font-size: 18px;
		color: #1861F4;
	}

	.nav-top-box-sm .nav-box-sm .icon-box .nav-language i {
		font-size: 8px;
		color: #1861F4;
	}


	.nav-top-box-sm .nav-box-sm .nav-btn {
		padding: 12px;
		padding-right: 0;
		margin-left: 18px;
	}

	.nav-top-box-sm .nav-box-sm .nav-btn i {
		font-size: 24px;
	}

	.nav-top-box-sm .nav-box-sm .icon-close-btn {
		display: none;
		padding: 12px;
		padding-right: 0;
	}

	.nav-top-box-sm .nav-box-sm .icon-close-btn i {
		font-size: 24px;
		color: #333333;
	}


	.nav-top-box-sm .sm-nav-list-box {
		width: 100%;
		background: #fff;
		padding: 18px 0;
		position: absolute;
		min-height: calc(100vh - 94px);
		max-height: calc(100vh - 94px);
		left: -100%;
		top: 94px;
		box-sizing: border-box;
		z-index: 1;
		transition: .5s;
	}

	.nav-top-box-sm .sm-nav-list-box.show {
		left: 0;
	}

	.nav-top-box-sm.hide-tel-box .sm-nav-list-box {
		min-height: calc(100vh - 60px);
		max-height: calc(100vh - 60px);
	}

	.nav-top-box-sm .sm-nav-list-box .nav-item {
		padding: 6px 0;
		padding-left: 15px;
		display: block;
		font-size: 16px;
		color: #333333;
		height: 40px;
		line-height: 40px;
	}

	.nav-top-box-sm .sm-nav-list-box .nav-item.show {
		color: #E70012;
		font-weight: bold;
		background: #F8F8F8;
	}

	.nav-top-box-sm .sm-nav-list-box .sm-product-ls {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		width: 60%;
		height: 85%;
		padding: 18px;
		box-sizing: border-box;
		background-color: #F8F8F8;
		overflow-y: scroll;
	}
	.nav-top-box-sm .sm-nav-list-box .sm-product-ls.show{
		display: block;
	}

	.nav-top-box-sm .sm-nav-list-box .sm-product-ls .product-nav-ls {
		width: 100%;
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.nav-top-box-sm .sm-nav-list-box .sm-product-ls .product-nav-ls>a {
		display: block;
		padding: 18px 0;
	}

	.nav-top-box-sm .sm-nav-list-box .sm-product-ls .product-nav-ls .product-nav-btn {
		height: 100%;
		box-sizing: border-box;
		padding-left: 48px;
	}

	.nav-top-box-sm .sm-nav-list-box .sm-product-ls .product-nav-ls .nav-tit{
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.nav-top-box-sm .sm-nav-list-box .sm-product-ls .product-nav-ls .nav-tit>a{
		flex: 1;
		padding: 18px 0;
	}
	.nav-top-box-sm .sm-nav-list-box .sm-product-ls .product-nav-ls .nav-nav-ls{
		display: none;
	}
	.nav-top-box-sm .sm-nav-list-box .sm-product-ls .product-nav-ls .nav-nav-ls a{
		display: block;
		padding: 12px 0;
		font-size: 14px;
	}

	.sm-nav-list-box .sm-product-ls .product-nav-ls .nav-tit .product-nav-btn i{
		display: block;
		transition: .3s;
	}
	.sm-nav-list-box .sm-product-ls .product-nav-ls .nav-tit .product-nav-btn i.show{
		transform: rotate(180deg);
	}
	.breadcrumb-navigation {
		position: absolute;
		z-index: 999;
		top: 94px;
	}

	.breadcrumb-navigation .bread-nav-list .current-location span {
		display: none;
	}

	.breadcrumb-navigation .bread-nav-list .bread-nav {
		margin-left: 6px;
	}

	.breadcrumb-navigation .bread-nav-list .current-location i {
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 2px;
	}

	.breadcrumb-navigation .bread-nav-list .bread-nav i {
		font-size: 8px;
	}

	.breadcrumb-navigation .bread-nav-list {
		height: 35px;
	}
}

@media (max-width:750px) {
	.base-container {
		padding: 0 15px;
	}

	.nav-top-list-box {
		display: none;
	}

	.nav-top-box-sm {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99999;
		transition: 1s;
		display: flex;
		flex-direction: column;
		height: auto;
	}

	.nav-top-box-sm .nav-top-tel {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #E70012;
		padding: 8px 0;
		background-color: #FFFFFF;

	}

	.nav-top-box-sm .nav-top-tel .tel {
		font-size: 14px;
		font-weight: bold;
	}

	.nav-top-box-sm .nav-top-tel i {
		font-size: 18px;
		margin-right: 6px;
	}

	.nav-top-box-sm.hide-tel-box {
		transform: translateY(-34px);
	}

	.nav-top-box-sm .nav-box-sm {
		height: 60px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 15px;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.8) 62%);

	}

	.nav-top-box-sm .nav-box-sm .logo-box {
		width: 99px;
	}

	.nav-top-box-sm .nav-box-sm .icon-box {
		display: flex;
		align-items: center;
	}

	.nav-top-box-sm .nav-box-sm .icon-box .nav-vr {
		margin-top: 4px;
	}

	.nav-top-box-sm .nav-box-sm .icon-box .nav-vr i {
		font-size: 30px;
		color: #1861F4;
	}

	.nav-top-box-sm .nav-box-sm .icon-box>span {
		height: 12px;
		width: 1px;
		background: #1861F4;
		margin: 0 10px;
	}

	.nav-top-box-sm .nav-box-sm .icon-box .nav-language {
		display: flex;
		align-items: center;
		position: relative;
	}

	.nav-top-box-sm .nav-box-sm .icon-box .nav-language>p {
		font-size: 18px;
		color: #1861F4;
	}

	.nav-top-box-sm .nav-box-sm .icon-box .nav-language i {
		font-size: 8px;
		color: #1861F4;
	}


	.nav-top-box-sm .nav-box-sm .nav-btn {
		padding: 12px;
		padding-right: 0;
		margin-left: 18px;
	}

	.nav-top-box-sm .nav-box-sm .nav-btn i {
		font-size: 24px;
	}



	#baseSwiper .page-btm,
	.page-btm {
		padding: 30px 0;
		box-sizing: border-box;
		max-height: 400px;
	}

	.page-btm .page-btm-logo {
		padding-bottom: 18px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

	.page-btm .page-btm-logo img {
		max-width: 102px;
	}

	.page-btm .page-btm-logo p {
		font-size: 18px;
	}

	.page-btm-nav-box .btm-l-box .link-ls a:nth-of-type(4) {
		display: none;
	}

	.page-btm-nav-box .btm-l-box .link-ls span:nth-of-type(4) {
		display: none;
	}

	.page-btm-nav-box .btm-l-box .link-ls a:nth-of-type(7) {
		display: none;
	}

	.page-btm-nav-box .btm-l-box .link-ls a:nth-of-type(6) {
		padding-right: 0;
	}

	.page-btm-nav-box .btm-l-box .link-ls span:nth-of-type(6) {
		display: none;
	}

	.page-btm-nav-box .btm-l-box .link-ls a {
		font-size: 12px;
		padding: 0 11px;
	}

	.page-btm-nav-box .btm-code-box {
		display: none;
	}

	.page-btm-nav-box .btm-l-box .btm-contact-info {
		flex-direction: column;
	}

	.page-btm .page-btm-nav-box {
		padding-top: 18px;
	}

	.page-btm-nav-box .btm-l-box .btm-contact-info .btm-info-code {
		display: block;
	}

	.page-btm-nav-box .btm-l-box .btm-contact-info .tel p {
		font-size: 24px;
	}

	.page-btm-nav-box .btm-l-box .btm-contact-info .tel span {
		text-align: center;
	}

	.page-btm-nav-box .btm-l-box .btm-contact-info .tel {
		display: flex;
		width: 100%;
		justify-content: space-between;
	}

	.page-btm-nav-box .btm-l-box .btm-contact-info .btm-info-code p {
		font-size: 12px;
		margin-top: 6px;
	}

	.page-btm-nav-box .btm-l-box .btm-contact-info .btm-info-code span {
		border: unset;
		height: unset;
		line-height: unset;
		font-size: 10px;
		margin-top: 3px;
	}

	.page-btm-nav-box .btm-l-box .btm-contact-info .btm-info-code {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.page-btm-nav-box .btm-l-box .btm-contact-info .btm-info-code img {
		width: 60px;
	}

	.page-btm-nav-box .btm-l-box .btm-contact-info .address {
		max-width: 100%;
		margin-top: 30px;
	}

	.page-btm-nav-box .btm-l-box .btm-contact-info .address p {
		font-size: 12px;
	}

	.base-btm-form {
		padding: 48px 0;
	}

	.btm-form-box .btm-form-tit {
		flex-wrap: wrap;
	}

	.btm-form-box .btm-form-tit h2 {
		text-align: center;
		width: 100%;
		font-size: 24px;
		margin-bottom: 6px;
	}

	.btm-form-box .btm-form-tit i {
		font-size: 14px;
		margin: 0 6px;
	}

	.btm-form-box .btm-form-tit p {
		font-size: 12px;
	}

	.btm-form-box .sele-boiler {
		margin-bottom: 0;
	}

	.btm-form-box .sele-boiler .boiler-ls {
		flex-direction: column;
		padding: 0 22.5px;
	}

	.btm-form-box .sele-boiler .boiler-ls span {
		width: 100%;
		margin: 0;
		margin-bottom: 24px;
	}

	.btm-form-box .sele-boiler .boiler-ls span:last-child {
		margin-bottom: 0;
	}

	.btm-boiler-form {
		/* display: none; */
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 999999;
		transition: .5s;
		background-color: rgba(0, 0, 0, 0);
		transform: translateY(100%);
	}

	.btm-boiler-form.show-form-pop {
		/* display: block; */
		transform: translateY(0%);
		background-color: rgba(0, 0, 0, 0.1);
	}

	.btm-boiler-form .pop-bg {
		display: block;
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 100%;
	}

	.btm-form-box .btm-boiler-form form {
		position: absolute;
		z-index: 2;
		width: 100%;
		height: calc(100% - 130px);
		top: 130px;
		padding-top: 60px;
		border-radius: 18px 18px 0 0;
		box-sizing: border-box;
		background-color: #fff;

	}

	.btm-form-box .btm-boiler-form .btm-boiler-flex {
		display: block;
		height: calc(100% - 64px);
		padding: 15px;
		overflow: scroll;
		box-sizing: border-box;

	}

	.btm-form-box .btm-boiler-form .btm-boiler-flex .boiler-input-ls {
		max-width: 100%;
		width: 100%;
	}

	.btm-form-box .btm-boiler-form .btm-boiler-flex .boiler-input {
		margin-bottom: 8px;
	}

	.btm-boiler-form .btm-boiler-form-btm {
		margin-top: 0;
		height: 64px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
		background-color: #fff;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}

	.btm-boiler-form .btm-boiler-form-btm input {
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}

	.btm-form-box .btm-boiler-form .btm-boiler-flex input,
	.btm-form-box .btm-boiler-form .btm-boiler-flex select {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		width: 240px;
	}

	.btm-form-box .btm-boiler-form .btm-boiler-flex textarea {
		width: 240px;
	}

	.btm-form-box .btm-boiler-form .btm-boiler-flex .label p {
		font-size: 12px;
	}

	.btm-form-box .btm-boiler-form .btm-boiler-flex .boiler-input:last-child p {
		line-height: 30px;
	}

	.btm-boiler-form .close-pop {
		position: absolute;
		top: 0;
		width: 100%;
		height: 60px;
		box-sizing: border-box;
		display: flex;
		padding: 0 15px;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.btm-boiler-form .close-pop span {
		font-size: 15px;
		color: #1861F4;
		font-weight: bold;
	}

	.btm-boiler-form .close-pop i {
		font-size: 30px;

	}



	.base-solution {
		padding: 24px 0;
	}

	.brand-logo-box .base-tit {
		margin-bottom: 24px;
	}

	.base-container .base-tit .base-h2 {
		font-size: 24px;
	}

	.base-container .base-tit .base-tit-more p {
		font-size: 12px;
	}

	.base-container .base-tit .base-tit-more i {
		font-size: 12px;
		margin-left: 4px;
	}

	.base-solution .solutionSwiper {
		margin-top: 24px;
	}

	.base-solution .swiper-solution-pagination {
		margin-top: 30px;
	}

	.base-solution .solutionSwiper a .solution-swiper-p {
		font-size: 18px;
		height: 48px;
	}


	.base-solution .show-solution-List {
		margin-top: 40px;
		padding: 0 15px;
	}

	.base-solution .show-solution-List p {
		margin-top: 12px;
		max-width: 100%;
		margin-bottom: 24px;
	}

	.base-solution .show-solution-List .solution-btn {
		width: 100%;
		padding: 0 15px;
		justify-content: space-between;
	}

	.base-solution .show-solution-List .solution-btn .solution-btn-more,
	.base-solution .show-solution-List .solution-btn .solution-btn-connect {
		width: calc(50% - 6px);
		margin: 0;
	}


	.base-accessories {
		padding: 24px 0;
	}

	.base-accessories .base-accessories-list {
		margin-top: 24px;
		flex-wrap: wrap;
	}

	.base-accessories .base-accessories-list .base-accessorie-item {
		width: calc(50% - 6px);
		margin-bottom: 12px;
		box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
	}


	.brand-logo-box {
		padding: 40px 0;
	}

	.brand-logo-box .brand-logo-ls {
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.brand-logo-box .brand-logo-ls .logo-item:nth-child(-n+3) {
		width: calc(33.33% - 5px);
		margin: 0;
		margin-bottom: 8px;
	}

	.brand-logo-box .brand-logo-ls .logo-item:nth-child(n+4) {
		width: calc(50% - 5px);
		margin: 0;
		margin-bottom: 8px;
	}

	.brand-logo-box .brand-logo-ls:nth-child(2n) .logo-item:last-child {
		display: none;
	}

	.brand-logo-box .brand-logo-ls .logo-item {
		height: 40px;
		text-align: center;
	}

	.brand-logo-box .brand-logo-ls .logo-item img {
		width: auto;
		height: 100%;
	}


	.after-sales-tel {
		padding: 24px 0;
		height: 360px;
		box-sizing: border-box;
	}

	.after-sales-tel .after-sales-box {
		box-sizing: border-box;
		height: 312px;
	}

	.after-sales-tel .after-sales-box .after-sales-top {
		margin-bottom: 30px;
		justify-content: space-between;
	}

	.after-sales-tel .after-sales-box .after-sales-top .after-sales-num {
		width: calc(50% - 6px);
		margin: 0;
	}

	.after-sales-tel .after-sales-box .after-sales-top .after-sales-num:nth-child(1) {
		margin: 0;
	}

	.after-sales-tel .after-sales-box .after-sales-top .after-sales-num span {
		font-size: 32px;
	}

	.after-sales-tel .after-sales-box .after-sales-top .after-sales-num p {
		font-size: 12px;
		line-height: 1.5;
	}


	.after-sales-tel .after-sales-box .after-sales-btm .after-sales-item {
		width: calc(33.33% - 8px);
		flex-direction: column;
		align-items: center;
		padding: 10px;
		height: 76px;
		box-sizing: border-box;
	}

	.after-sales-tel .after-sales-box .after-sales-btm .after-sales-item i {
		font-size: 18px;

	}

	.after-sales-tel .after-sales-box .after-sales-btm .after-sales-item p {
		font-size: 12px;
		margin-top: 12px;
		margin-left: 0;
		text-align: center;
	}

	.after-sales-tel .after-sales-box .after-sales-btm .after-sales-item p span {
		display: block;
	}


	.breadcrumb-navigation {
		position: absolute;
		z-index: 999;
		top: 94px;
	}

	.breadcrumb-navigation .bread-nav-list .current-location span {
		display: none;
	}

	.breadcrumb-navigation .bread-nav-list .bread-nav {
		font-size: 12px;
		margin-left: 6px;
	}

	.breadcrumb-navigation .bread-nav-list p.bread-nav span {
		max-width: 120px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.breadcrumb-navigation .bread-nav-list .current-location i {
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 2px;
	}

	.breadcrumb-navigation .bread-nav-list .bread-nav i {
		font-size: 8px;
	}

	.breadcrumb-navigation .bread-nav-list {
		height: 35px;
	}

	.no-banner-top-box {
		margin-top: 129px;
	}


	.related-cases {
		padding-top: 40px;
	}

	.related-cases .related-cases-ls {
		margin-top: 24px;
	}

	.related-cases .related-cases-ls .related-cases-item {
		width: calc(50% - 6px);
	}

	.related-cases .related-cases-ls .related-cases-item:last-child {
		display: none;
	}

	.related-cases .related-cases-ls .related-cases-item .cases-cont {
		padding: 12px 8px;
		font-size: 10px;
	}

	.related-cases .related-cases-ls .related-cases-item .cases-tit p {
		font-size: 12px;
	}

	.related-cases .related-cases-ls .related-cases-item .cases-tit {
		padding-bottom: 6px;
	}

	.related-cases .related-cases-ls .related-cases-item .cases-industry {
		margin-top: 6px;
		margin-bottom: 4px;
	}

	.related-cases .related-cases-ls .related-cases-item .cases-industry p {
		font-size: 10px;
	}

	.related-cases .related-cases-ls .related-cases-item .cases-industry a {
		display: none;
	}

	.related-cases .related-cases-ls .related-cases-item .cases-cont p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.recom-products.product-new {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.recom-products .recom-product-ls {
		margin-top: 24px;
		flex-wrap: wrap;

	}

	.recom-products .recom-product-ls .product-item {
		width: calc(50% - 6px);
		margin-bottom: 12px;
		padding-bottom: 8px;
	}

	.recom-products .recom-product-ls .product-item img {
		width: 90px;
	}

	.recom-products .recom-product-ls .product-item .img-box {
		padding: 8px;
	}

	.recom-products .recom-product-ls .product-item span {
		font-size: 10px;
	}

	.recom-products .recom-product-ls .product-item .product-btn {
		padding: 0 6px;
	}

	.recom-products .recom-product-ls .product-item .product-btn a {
		width: calc(50% - 8px);
		font-size: 12px;
	}



	.product-new {
		padding: 24px 0;
	}

	.product-new .product-new-tit h2 {
		font-size: 24px;
	}

	.product-new .product-new-tit span {
		margin: 0;
	}

	.product-new .product-new-tit p {
		font-size: 12px;
		margin-top: 8px;
	}

	.product-new .product-new-ls {
		flex-direction: column;
		margin-top: 24px;
	}

	.product-new .product-new-ls .product-new-item {
		width: 100%;
		padding: 24px;
		height: 260px;
		margin-bottom: 12px;
	}


	.product-new .product-new-ls .product-new-item:nth-child(1) {
		background: url('../img/product/new-product-s1.png') no-repeat top center;
		background-size: cover;
	}

	.product-new .product-new-ls .product-new-item:nth-child(2) {
		background: url('../img/product/new-product-s2.png') no-repeat top center;
		background-size: cover;
	}

	.product-new .product-new-ls .product-new-item:nth-child(3) {
		background: url('../img/product/new-product-s3.png') no-repeat top center;
		background-size: cover;
	}


	.product-new .product-new-ls .product-new-item h3 {
		font-size: 24px;
		margin-bottom: 8px;
	}

	.product-new .product-new-ls .product-new-item p {
		font-size: 14px;
	}

	.product-new .product-new-ls .product-new-item .mt24 {
		margin-top: 12px;
	}

	.product-new .product-new-ls .product-new-item .contact-us {
		position: unset;
		width: 125px;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
		font-weight: bold;
		color: #1861F4;
		box-shadow: 0px 1px 3px 0px #ADD6F7;
		border-radius: 44px 44px 44px 44px;
		border: unset;
		margin-top: 12px;
	}


	.cta-kf-box {
		margin-top: 40px;
		height: 350px;
		background: url('../img/all/cta-kefu-bg-s.jpg') no-repeat bottom center;
		background-size: cover;
	}

	.cta-kf-box .cta-kf-cont {
		position: unset;
		height: auto;
	}

	.cta-kf-box .cta-kf-cont p {
		font-size: 12px;
		margin-bottom: 4px;
	}

	.cta-kf-box .cta-kf-cont>span {
		font-size: 12px;
		margin-bottom: 18px;
	}

	.cta-kf-box .cta-kf-cont .cta-kf-btn {
		margin-top: 0;
	}

	.cta-kf-box .cta-kf-cont .cta-kf-btn .cta-kf {
		font-size: 12px;
		width: 125px;
	}

	.cta-kf-box .cta-kf-cont .cta-kf-btn .cta-tel {
		margin-left: 12px;
		width: 200px;
	}



	.reco-product-series {
		margin-top: 40px;
	}

	.reco-product-series .reco-product-series-ls {
		margin-top: 24px;
		flex-direction: column;
	}

	.reco-product-series .reco-product-series-ls .reco-product-series-item {
		width: 100%;
		padding: 24px 0;
		margin-bottom: 12px;
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	}

	.reco-product-series .reco-product-series-ls .reco-product-series-item .img-box {
		max-width: 145px;
	}

	.reco-product-series .reco-product-series-ls .reco-product-series-item h3 {
		font-size: 24px;
		margin-bottom: 8px;
	}

	.reco-product-series .reco-product-series-ls .reco-product-series-item::after {
		opacity: 1;
		background-position: center;
	}

	.reco-product-series .more-product-series {
		margin-top: 12px;
	}

	.reco-product-series .more-product-series a {
		width: calc(100% - 45px);
	}


	.book-visit-cta {
		padding: 30px 0;
		background: url('../img/all/book-visit-cta-s.jpg') no-repeat top center;
		background-size: cover;
	}

	.book-visit-cta .book-visit-cta-tit {
		width: 180px;
		flex-direction: column;
		align-items: center;

		text-align: center;
		padding-left: 60px;
		height: 70px;
		justify-content: center;
	}

	.book-visit-cta .book-visit-cta-tit i {
		display: none;
	}

	.book-visit-cta .book-visit-cta-tit h3 {
		font-size: 18px;
	}

	.book-visit-cta .book-visit-cta-tit p {
		font-size: 10px;
		margin-top: 8px;
	}

	.book-visit-cta .book-form-box {
		width: 100%;
		padding: 0 45px;
		box-sizing: border-box;
	}

	.book-visit-cta .book-form-box .book-form-input {
		margin: 0;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 12px;
		height: 40px;
		max-width: unset;
	}

	.book-visit-cta .book-form-box .book-form-input input {
		display: block;
		flex: 1;
		box-sizing: border-box;
		padding: 0;
	}

	.book-visit-cta .book-form-box .book-form-input p {
		font-size: 12px;
	}

	.book-visit-cta .book-form-box .book-input-btn {
		margin: auto;
		margin-top: 28px;
	}

	.book-visit-cta .book-form-box .book-input-btn input {
		margin: auto;
		height: 40px;
		line-height: 40px;
		font-size: 12px;
	}

	.book-visit-cta img {
		height: 70px;
		width: auto;
		top: -70px;
		right: 45px;
	}

	.book-visit-cta form {
		position: relative;
	}

	.base-service {
		padding-top: 0px;
		padding-bottom: 36px;
	}

	.base-service .base-service-ls {
		height: 368px;
		padding-bottom: 36px;
		margin-top: 24px;
	}

	.base-service .base-service-ls .base-service-item .img-box {
		margin-bottom: 18px;
	}

	.base-service .base-service-ls .base-service-item p {
		margin-top: 12px;
		font-size: 12px;
	}

	.base-service .base-service-ls .swiper-base-service-pagination {
		margin-top: 12px;
	}


	.flip-page {
		margin-top: 24px;
	}

	.flip-page .pre-page,
	.flip-page .next-page {
		width: calc(50% - 6px);
		padding: 12px;
	}

	.flip-page p {
		font-size: 12px;
	}

	.flip-page .ibox i {
		font-size: 10px;
		margin: 0 4px;
	}

	.related-faq {
		padding-top: 40px;
	}

	.related-faq .related-faq-ls {
		flex-direction: column;
		margin-top: 12px;
	}

	.related-faq .related-faq-ls .related-faq-item {
		width: 100%;
		padding: 24px 12px;
		margin-top: 12px;
		border-top: 1px solid #E70012;
	}

	.related-faq .related-faq-ls .related-faq-item h3 {
		margin-top: 8px;
		margin-bottom: 18px;
		font-size: 18px;
	}

	.related-faq .related-faq-ls .related-faq-item p {
		font-size: 12px;
	}

	.related-faq .related-faq-ls .related-faq-item:nth-child(2n+1) {
		display: none;
	}

	.related-faq .related-faq-ls .related-faq-item:last-child {
		margin-bottom: 0;
	}


	.cebian .cb-item{
		display: none;
	}
	.cebian{
		right: 15px;
		width: 80px;
	}
	.cebian .kefu{
		height: 100px;
	}
	.cebian .kefu .quan{
		width: 80px;
		height: 80px;
	}
	.cebian .kefu .quan::after{
		width: 80px;
		height: 80px;
	}
	.cebian .kefu .img-box{
		width: 50px;
	}
	.cebian .kefu .img-box span{
		font-size: 14px;
		width: 18px;
		height: 18px;
		line-height: 18px;
	}
	.cebian .kefu .btn{
		width: 60px;
		font-size: 12px;
	}

	.recom-products .recom-product-ls .product-item h3 {
		font-weight: bold;
		font-size: 14px;
		color: #333333;
		line-height: 1.5;
		text-align: center;
		margin-bottom: 6px;
		-webkit-line-clamp: 2;
	}
	.page-list-box{
		margin-top: 24px;
	}
}


        .page-btm-record {
            padding: 16px 20px;
            background: #1b1f24;
            color: #999;
            text-align: center;
        }

        .page-btm-record p {
            margin: 0;
            font-size: 14px;
            line-height: 24px;
        }

        .page-btm-record a {
            color: #999;
            text-decoration: none;
        }

        .page-btm-record a:hover {
            color: #fff;
        }

        .page-btm-record i {
            display: inline-block;
            width: 1px;
            height: 12px;
            margin: 0 14px;
            background: #555;
            vertical-align: -1px;
        }

        @media (max-width: 768px) {
            .page-btm-record {
                padding: 14px 16px;
            }

            .page-btm-record p {
                font-size: 12px;
                line-height: 22px;
            }

            .page-btm-record i {
                display: block;
                width: 100%;
                height: 0;
                margin: 0;
                background: none;
            }
        }
 