/* 首页 s */
.Hnav-sub {
	width: 100%;
	background: #fff;
	position: absolute;
	top: 70px;
	left: 0px;
	display: none;
	z-index: 1;
}

.HnavSub-list {
	width: 33%;
	float: left;
	margin-left: 46%;
}

.HnavSub-list li {
	width: 60%;
	float: left;
	padding: 2px 2px;
}

.HnavSub-list li a {
	display: block;
	height: 40px;
	line-height: 40px;
	color: #666;
	font-size: 16px;
	position: relative;
	border-bottom: 1px solid #c4c4c4;
	transition: all .6s linear;
}

.HnavSub-list li a:hover {
	color: #00AE93;
	font-weight: bold;
	border-bottom: 1px solid #00AE93;
}

.HnavSub-list li a i {
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background-color: #c4c4c4;
	transition: all .5s ease-in;
}

.HnavSub-list li a:hover i {
	width: 100%;
	background-color: #00AE93;
}

.HnavSub-box {
	padding: 1.2% 0 0 8%;
	position: relative;
	float: left;
	border-left: 1px solid #e5e5e5;
}

.HnavSub-box-pic {
	width: 360px;
	height: 170px;
	overflow: hidden;
	margin: -16px 0 0 0;
}

.HnavSub-box-pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .8s ease-in 0s;
}

.HnavSub-box-pic img:hover {
	transform: scale(1.1);
}

.Hmenu-btn {
	width: 22px;
	height: 70px;
	padding: 34px 0 0;
	cursor: pointer;
	display: none;
	float: right;
}

.Hmenu-btn a {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	position: relative;
}

.Hmenu-btn a:before,
.Hmenu-btn a:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	left: 0px;
}

.Hmenu-btn a:before {
	top: -7px;
}

.Hmenu-btn a:after {
	bottom: -7px;
}

.Hmenu-btn.cur a:before {
	top: -10px;
}

.Hmenu-btn.cur a:after {
	bottom: -10px;
}

.Hmenu-btn.cur a {
	-moz-animation: buttonAnimation 0.3s ease forwards;
	-webkit-animation: buttonAnimation 0.3s ease forwards;
	animation: buttonAnimation 0.3s ease forwards;
}

.Hmenu-btn.cur a:before {
	-moz-animation: buttonAnimationBefore 0.3s ease forwards;
	-webkit-animation: buttonAnimationBefore 0.3s ease forwards;
	animation: buttonAnimationBefore 0.3s ease forwards;
}

.Hmenu-btn.cur a:after {
	-moz-animation: buttonAnimationAfter 0.3s ease forwards;
	-webkit-animation: buttonAnimationAfter 0.3s ease forwards;
	animation: buttonAnimationAfter 0.3s ease forwards;
}

.dropdown.swmultilingual-skip {
	-webkit-tap-highlight-color: transparent;
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-feature-settings: 'liga';
	-webkit-text-size-adjust: 100%;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #616161;
	list-style: none;
	box-sizing: border-box;
	position: relative;
}

.nav-link {
	-webkit-tap-highlight-color: transparent;
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-feature-settings: 'liga';
	-webkit-text-size-adjust: 100%;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	font-weight: 400;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding: .5rem 1rem;
	color: rgba(0, 0, 0, .5);
	padding-right: 1rem;
	padding-left: 1rem;
	font-size: 1.14rem;
}

.dropdown-menu {
	-webkit-tap-highlight-color: transparent;
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-feature-settings: 'liga';
	-webkit-text-size-adjust: 100%;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	font-weight: 400;
	box-sizing: border-box;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	padding: .5rem 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: .25rem;
	float: none;
	position: absolute;
	min-width: 12rem;
}

.dropdown-menu li a {
	color: #666;
}

.dropdown-menu li a:hover {
	color: #18bc9d;
}

.cp_search {
	width: 761px;
	height: 44px;
	background: #F3F3F3;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 16px;
	padding-right: 17px;
}

.cp_search input {
	color: #999;
	font-size: 16px;
	background-color: #F3F3F3;
}

.cp_search_btn {
	width: 66px;
	height: 25px;
	background: #00A496;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}

/* ================================= */

.cp_tab {
	width: 100%;
	position: relative;
	margin-top: 41px;
}

.cp_tab_mr {
	width: 100%;
	height: 1px;
	opacity: 1;
	background-color: #eee;
}

.cp_tab_ac {
	height: 1px;
	background-color: #00AE97;
}

.cp_type {
	padding-top: 10px;
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 21px;
	cursor: pointer;
}

.cp_type.active {
	color: #00AE97;
	/*border-top: 1px solid #00AE97;*/
}

.cp_item {
	width: 184px;
	height: 231px;
	opacity: 1;
	border: 1px solid #DBDBDD;
	margin-right: 9px;
	margin-top: 22px;
}

.cp_img {
	width: 248px;
	height: 235px;
}

.banner_qiehuan {
	left: 146px;
	bottom: 70px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 24px;
}

#banner_num {
	margin: 0 0.42rem;
}

.hangye_btn {
	width: 251px;
	height: 69px;
	background: #00AE97;
	border-radius: 3px 3px 3px 3px;
	opacity: 1;
}

.cp_def {
	color: #888888;
}

.cp_qihuan {
	width: 50px;
	height: 50px;
	opacity: 1;
	border: 0.7px solid #000000;
	border-radius: 25px;
}

.cp_qihuan.active {
	background-color: #00AE97;
	border: 0.7px solid #00AE97;
	color: #fff;
}

.cp_item {
	width: 250px;
	height: 303px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	margin-right: 20px;
}

.jt_info_item {
	width: 229px;
	height: 112px;
	background: #FFFFFF;
	border-radius: 7px 7px 7px 7px;
	opacity: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.news {
	width: 100%;
	height: 600px;
	padding: 50px 90px 130px 126px;
	background-color: #fff;
}

.news_item {
	width: 315px;
	height: 263px;
	background: #00AE97;
	border-radius: 7px 7px 7px 7px;
	opacity: 1;
	position: relative;
	margin-right: 81px;
	overflow: hidden;
}

.news_item img{
	height: 100%;
	object-fit: cover;
}

.news_item:last-child {
	margin-right: 0px;
}

.news_sub {
	width: 211px;
	height: 50px;
	margin-top: 49px;
	background: #00AE97;
	border-radius: 3px 3px 3px 3px;
	opacity: 1;
	font-size: 18px;
	color: #fff;
}

.conact {
	width: 100%;
	height: 588px;
	padding: 71px 146px 87px 126px;
	background-color: #F3F3F3;
	border-top-left-radius: 146px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.conact_right {
	width: 421px;
	background: #00AE97;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	padding: 15px 50px 34px;
}

.conact_right_item {
	width: 100%;
	padding: 22px 0 9px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #FFFFFF;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
}

.conact_right_item input {
	background-color: #00AE97 !important;
	color: #fff;
	padding-left: 20px;
	border: none;
}

.conact_sub {
	width: 321px;
	height: 38px;
	background: #FFFFFF;
	border-radius: 1px 1px 1px 1px;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #00AE97;
	margin-top: 33px;
	cursor: pointer;
}

.cp_label.active {
	cursor: pointer;
	color: #E57301;
}

.search_all {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 16px;
}

.search {
	width: 265px;
	height: 40px;
	border: 1px solid #ccc;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
	padding: 0 10px 0px 30px;
	margin-bottom: 20px;
	margin-right: 30px;
	cursor: pointer;
}

.search:hover .sanjiao {
	border-top: 11px solid #80D4A5;
}

.sanjiao {
	width: 0;
	height: 0;
	top: 5px;
	position: relative;
	border-top: 11px solid #999;
	border-bottom: 10px solid transparent;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
}

.shuru {
	position: absolute;
	width: 100%;
	height: 80px;
	top: 40px;
	left: 0;
	display: none;
	z-index: 20;
	transition: all 0.3;
}

.shuru input {
	width: 100%;
	height: 50%;
	border: none;
	padding: 0 30px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	font-size: 16px;
	background: #fff;

}

.btn {
	width: 100%;
	height: 50%;
	background-color: #80D4A5;
	color: #F9FDFB;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 首页 e */

/* 产品列表 s */
/* 为所有DIV设置滚动条样式 */
div::-webkit-scrollbar {
	width: 2px;
	/* 滚动条宽度 */
}

/* 滚动条轨道 */
div::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* 轨道颜色 */
}

/* 滚动条滑块 */
div::-webkit-scrollbar-thumb {
	background: #888;
	/* 滑块颜色 */
}

/* 滑块hover效果 */
div::-webkit-scrollbar-thumb:hover {
	background: #555;
	/* 滑块hover颜色 */
}

/*分页*/
ul.pagination {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

.pagination li {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	margin: 0px 3px;
	border: 1px solid #e5e5e5;
	transition: all 0.3s ease;
}

.pagination li a {
	display: block;
	width: 40px;
	height: 40px;
	color: inherit;
}

.pagination li.active,
.pagination li:hover {
	color: #ffffff;
	background-color: #00AE97;
	border-color: #00AE97;
}

.cp_tab_item {
	width: 248px;
	opacity: 1;
	margin-top: 20px;
}

.cp_tab_item_title {
	width: 248px;
	height: 44px;
	background: #F3F3F3;
	opacity: 1;
	color: #000;
	font-weight: bold;
	opacity: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 34px;
	padding-right: 24px;
	font-size: 18px;
	border-top-right-radius: 22px;
	border-bottom-left-radius: 22px;
}


.cp_tab_item_title.active {
	width: 248px;
	height: 44px;
	background: #00AE97;
	color: #fff;
}
.cp_tab_item_title.active>a{
	color: #fff;
}

.cp_tab_item_row {
	width: 100%;
	height: 21px;
	font-size: 14px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #666666;
	line-height: 16px;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 25px 0 52px;
}

.cp_tab_item_row a,.cp_tab_item a{
	display: block;
	color: #000;
}

.cp_tab_item_row.active a{
	color: #00AE97;
}

.cp_tab {
	width: 100%;
	position: relative;
	margin-top: 41px;
}

.cp_tab_mr {
	width: 100%;
	height: 1px;
	opacity: 1;
	background-color: #eee;
}

.cp_tab_ac {
	height: 1px;
	background-color: #00AE97;
}

.cp_type {
	padding-top: 10px;
	font-size: 18px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 21px;
	cursor: pointer;
}

.cp_type.active {
	color: #00AE97;
	/* border-top: 1px solid #00AE97; */
}

/* .cp_item {
	width: 184px;
	height: 231px;
	opacity: 1;
	border: 1px solid #DBDBDD;
	margin-right: 9px;
	margin-top: 22px;
} */

.cp_item_btn {
	font-size: 10px;
	font-family: Source Han Sans CN-Medium, Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	background-color: #00A496;
	border-radius: 2px;
	padding: 6px 30px 8px;
	line-height: 12px;
	margin-top: 14px;
}

.page-num {
	padding: 12px 18px;
	border: 1px solid #D9D9D9;
	font-size: 14px;
	line-height: 16px;
	margin-left: 15px;
	color: #000;
	cursor: pointer;
}

.page-num.page-num-current,.page-num:hover{
	background: #00AE97;
	color: #fff;
}

.cp_tab_all {
	display: none;
}

.no_page{
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	min-height: 6em;
	color: #000;
}
/* 产品列表 e */

/* 产品详情 s */
.cp_search {
        width: 761px;
        height: 44px;
        background: #F3F3F3;
        border-radius: 4px 4px 4px 4px;
        opacity: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 16px;
        padding-right: 17px;
    }

    .cp_search input {
        color: #999;
        font-size: 16px;
        background-color: #F3F3F3;
    }

    .cp_search_btn {
        width: 66px;
        height: 25px;
        background: #00A496;
        border-radius: 4px 4px 4px 4px;
        opacity: 1;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    .xiazai_item {
        width: 647px;
        padding-bottom: 12px;
        padding-top: 54px;
        border-bottom: 1px solid #000;
    }

    .page {
        background-color: rgba(255, 255, 255, 1);
        position: relative;
        width: 1400px;

        overflow: hidden;
    }



    .group_6 {
        width: 1400px;

        margin-bottom: 1px;
        justify-content: flex-center;
    }

    .section_1 {
        border-radius: 0px 0px 145px 0px;
        width: 1400px;

        margin-top: 1px;
    }

    .text-group_1 {
        width: 432px;
        height: 93px;
        margin: 158px 0 0 146px;
    }

    .text_9 {
        width: 432px;
        height: 71px;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 48px;
        font-family: FZZongYi-M05S-Regular;
        text-align: justified;
        white-space: nowrap;
        line-height: 148px;
    }

    .text_10 {
        width: 281px;
        height: 24px;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 16px;
        font-family: FZZongYi-M05S-Regular;
        text-align: justified;
        white-space: nowrap;
        line-height: 148px;
        margin-top: -2px;
    }

    .text-wrapper_8 {
        position: relative;
        width: 653px;
        height: 84px;
        margin: 111px 0 0 146px;
    }



    .section_2 {
        width: 1008px;
        height: 400px;
        margin: 30px 0 0 146px;
    }

    .block_1 {
        border-radius: 10px;
        width: 609px;
        height: 496px;
    }


    .text-wrapper_16 {
        width: 387px;
        height: 36px;
        margin: 6px 0 0 146px;
    }

    .text_26 {
        width: 150px;
        height: 36px;
        overflow-wrap: break-word;
        color: rgba(102, 102, 102, 1);
        font-size: 24px;
        letter-spacing: 4.5px;
        font-family: Source Han Sans CN-Bold;
        text-align: left;
        white-space: nowrap;
    }

    .text_26.active {
        color: rgba(0, 174, 151, 1);
    }



    .section_3 {
        background-color: rgba(217, 217, 217, 1);
        height: 2px;
        width: 1109px;
        margin: 20px 0 0 146px;
    }

    .group_7 {
        background-color: rgba(0, 174, 151, 1);
        width: 150px;
        height: 1px;
        position: relative;
    }

    .text_28 {
        height: 36px;
        overflow-wrap: break-word;
        color: rgba(0, 0, 0, 1);
        font-size: 24px;
        letter-spacing: 4.5px;
        font-family: Source Han Sans CN-Medium;
        text-align: left;
        white-space: nowrap;
        line-height: 100px;
        margin: 55px 0 0;
    }

    .text_29 {
        overflow-wrap: break-word;
        color: rgba(0, 0, 0, 1);
        font-size: 18px;
        letter-spacing: 4.5px;
        font-family: Source Han Sans CN-Medium;
        text-align: left;
        white-space: nowrap;
        margin: 10px 0 0 35px;
        flex: 1;
    }


   .result-info-features-col {
        width: 75%;
        float: left; }
   .result-info-features-col ._t {
        font-size: 21px;
        /*color: #00a84a;*/
        color: #666666;
        font-family: "Avenir" !important;
        font-weight: 600;
        margin-bottom: 1px;
    }
   .result-info-features-col h2 {
        font-size: 15px;
        color: #333;
        line-height: 2em;
        font-weight: normal; }
   .result-info-features-col h2 a {
        color: #333; }
   .result-info-features-col .product-features,  .result-info-features-col p{
        width: 100%;
        float: left; }
   .result-info-features-col .product-features li,  .result-info-features-col span{
	   display: inline-block;
	   width: 35%;
        font-size: 15px;
        padding-bottom: 5px;
        color: #333; }
   .result-info-features-col .product-features li em,  .result-info-features-col span em{
        margin-left: 12px;
        font-weight: bold;
        font-style: normal; }
   .result-info-features-col .product-ids {
        margin-top: 190px;
    }
   .result-info-features-col .product-ids li {
        font-size: 15px;
        color: #333;
        line-height: 2em; }
   .result-info-features-col .bot {
        color: #00a84a;
        font-size: 15px;
        line-height: 2em;
        margin-left: -2px;
    }
   .result-info-features-col .bot a {
        color: #00a84a; }
   .result-info-features-col .click {
        margin-top: 8px;
        width: 99px;
        height: 39px;
        margin-left: 9px;
        background: #ccc; }
   .result-info-features-col .click a {
        display: block;
        width: 100%;
        height: 100%;
        background: #ededee;
        position: relative;
        font-size: 15px;
        color: #00a84b;
        text-align: center;
        line-height: 39px;
        bottom: 1px;
        right: 1px; }

/* 产品详情 e */

/* 解决方案 s */
.sol_item_box{}
.sol_item{
	display: none;
}
.sol_item.show{
	display: block;
}
.sol_item_con{
	display: none;
}
.sol_item_con.show{
	display: block;
}
.sol_item_con img{
	max-width: 100%;
}

.sol_item_pic_li{
	display: none;
}

.sol_item_pic_li.show{
	display: flex;
}
/* 解决方案 e */