/* 方案商店铺首页 */
.fananSellershop_bg {
	width: 100%;
	background-color: #fff;
}

.sellershop_main {
	width: 1300px !important;
	margin: 0 auto;
	box-sizing: border-box;
}

.flex_colum {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.tool_tip_box {
	height: auto;
}


/* 方案店铺 */
/* 产品系列 */
.fanganshop_titleBox {
	font-size: 32px;
	font-weight: bolder;
	display: flex;
	justify-content: space-between;
	padding: 55px 0 50px 0;
	align-items: center;
}
.fanganshop_title {
	display: flex;
	align-items: center;
}
.fanganshop_titleMore {
	height: 30px;
	border-radius: 5px;
	background-color: #0070BC;
	padding: 0 10px;
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	font-weight: normal;
}
.gap15 {
	gap: 15px;
}
.fanganshop_newrelease_btn {
	height: 31px;
	padding: 0px 20px;
	border-radius: 30px;
	color: #fff !important;
	cursor: pointer;
}
.fanganshop_chanpinBox {
	padding-bottom: 55px;
	width: 1300px !important;
	margin: 0 auto;
	box-sizing: border-box;
}
.fanganshop_chanpinItemBox {
	border-radius: 20px;
	border: 1px solid #CCCCCC;
}
.fanganshop_chanpinItem_title {
	font-size: 24px;
}
.fanganshop_chanpinItem_btn {
	margin: 20px 0;
	height: 35px;
	color: #0070BC;
	border-radius: 5px;
	line-height: 35px;
	border: 1px solid #0070BC;
	font-size: 14px;
	text-align: center;
	width: 97px;
	box-sizing: border-box;
	cursor: pointer;
}
.fanganshop_chanpinItemBox:hover {
	border: 1px solid #0070BC;
}
.fanganshop_chanpinItemBox:hover .fanganshop_chanpinItem_btn {
	background: #0070BC;
	color: #fff;
}
.fanganshop_chanpinItem1 ,.fanganshop_chanpinItem2 {
	height: 295px;
	display: flex;
    align-items: center;
	flex: 1;
}
.fanganshop_chanpinItem1 {
	background: url('../images/sellershop_rebg.png') no-repeat right;
	background-size: 100% 400px;
}
.fanganshop_chanpinItem1 img {
	width: 280px;
	height: 280px;
	object-fit: contain;
	margin-left: 200px;
}
.fanganshop_chanpinItem1 .fanganshop_chanpinItem_title, .fanganshop_chanpinItem2 .fanganshop_chanpinItem_title {
	margin-left: 110px;
}
.fanganshop_chanpinItem2 img {
	width: 250px;
	height: 250px;
	object-fit: contain;
	margin-left: 80px;
}

.fanganshop_chanpinItem3 {
	width: 400px;
	min-height: 242px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px 30px;
    box-sizing: border-box;
}
.fanganshop_chanpinItem3 .fanganshop_chanpinItem_title {
	margin-left: 0;
	text-align: center;
	flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fanganshop_chanpinItem3 img, .fanganshop_chanpinItem4 img {
	width: 180px;
	height: 180px;
	object-fit: contain;
}
.w240{
	width: 240px !important;
	height: 240px !important;
}
.gap20 {
	gap: 20px;
}
.pad-t60 {
	padding-top: 60px !important;
}

.fanganshop_chanpinItem4 {
	width: 640px;
	height: 242px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fanganshop_chanpinItem4 img {
	margin-left: 30px;
}
.fanganshop_chanpinItem4 .fanganshop_chanpinItem_title {
	flex: 1;
	text-align: center;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.fanganshop_chanpinItem5 {
	width: 464px;
	gap: 18px;
}
.fanganshop_chanpinItem5 img {
	width: 300px;
	height: 300px;
	object-fit: contain;
	margin-top: 48px;
}

/* 合作伙伴 */
.w1180 {
	width: 1180px;
	margin: 0 auto;
}
.fanganshop_huobanBg {
	background: url('../images/fanganshop_hzhb.png') no-repeat bottom;
	padding-bottom: 80px;
}
.fanganshop_huobanItem {
	width: 180px;
	height: 110px;
	border-radius: 10px;
	border: 1px solid transparent;
	box-shadow: 0 10px 30px 0 rgba(108, 156, 227, 0.4);
	box-sizing: border-box;
	padding: 0 25px;
	background: #fff;
}

.fanganshop_huobanItem:hover {
	border: 1px solid #0070BC;
}
.fanganshop_huobanItem img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin-top: 12px;
	margin-bottom: 6px;
}

/* 第一个系列 */
.fanganshop_xilie1, .fanganshop_xilie2, .fanganshop_xilie3 {
	background: url('../images/fanganshop_t1.png') no-repeat center;
	height: 300px;
	padding-top: 50px;
    box-sizing: border-box;
}
.fanganshop_xilieTitle {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #fff;
}
.fanganshop_xilie1 a, .fanganshop_xilie2 a, .fanganshop_xilie3 a {
	cursor: pointer;
	color: #fff;
}
.fanganshop_xilie1_Item_title {
	width: 320px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: hidden;
}
.fanganshop_xilie1_Item_title h4 {
	font-size: 30px;
	font-weight: bolder;
    overflow: hidden;
	width: 100%;
}
.fanganshop_xilie1_Item_title .fanganshop_newrelease_btn {
	background-color: #444;
}
.tcc{
	align-items: center;
    text-align: center;
}

/*  1-2个产品 */
.fanganshop_xilie1_Item1 {
	display: flex;
    height: 380px;
    gap: 100px;
    justify-content: center;
    align-items: center;
	width: 1300px;
	border-radius: 10px;
 }
.fanganshop_xilie1_Item2 {
	height: 380px;
	border: 1px solid rgba(221, 221, 221, 0.6);
	box-sizing: border-box;
	background: #F7F7F7;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	flex: 1;
	border-radius: 10px;
}
.fanganshop_xilie1_Item1 img {
	width: 300px;
	height: 300px;
	object-fit: contain;
}
.fanganshop_xilie1_Item1 .fanganshop_xilie1_Item_title {
	width: 430px;
}
.fanganshop_xilie1_Item2 img {
	width: 200px;
	height: 200px;
	object-fit: contain;
}

/* 第一系列 3个产品 */
.fanganshop_xilie1_Item3 {
	min-width: 400px;
	height: 375px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20px;
    box-sizing: border-box;
}
.fanganshop_xilie1_Item3 img {
	width: 160px;
	height: 160px;
	object-fit: contain;
	margin-top: 20px;
	margin-bottom: 30px;
}
.fanganshop_xilie1_Item3 .fanganshop_xilie1_Item_title {
	align-items: center;
	text-align: center;
    width: 100%;
    line-height: 30px;
}
.fanganshop_xilie1_Item3 .fanganshop_xilie1_Item_title h4,
.fanganshop_xilie1_Item3 .fanganshop_xilie1_Item_title .discripSpan {
	font-size: 20px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	width: 100%;
}
.blacklines {
	display: block;
	width: 267px;
	height: 1px;
	background-color: #444;
	margin: 15px 0 5px 0;
}
.gap40 {
	gap: 40px;
}
.box_shadow {
	box-shadow: 0px 10px 20px 0px rgba(106, 106, 106, 0.15);
}

/* 第二系列 */
.fanganshop_xilie2 {
	background: url('../images/fanganshop_t2.png') no-repeat center;
}
.fanganshop_xilie2 .fanganshop_xilieTitle {
	align-items: flex-end;
}
/* 第三个系列 */
.fanganshop_xilie3 {
	background: url('../images/fanganshop_t3.png') no-repeat center;
}
/* 应用领域 */
.fanganshop_yingyongBg {
	background-color: #F6F6F6;
	padding-bottom: 80px;
}
.fanganshop_yingyongNavBox {
	height: 83px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 82px;
	margin-bottom: 40px;
}
.fanganshop_yingyongNavOn {
	background-color: rgba(19, 20, 20, 0.2) !important;
}
.fanganshop_yingyongNavOn .iconfont {
	color: #7c7c7c !important;
}
.fanganshop_yingyongNav_left, .fanganshop_yingyongNav_right {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: rgba(19, 20, 20, 0.08);
	text-align: center;
}
.fanganshop_yingyongNav_left .iconfont, .fanganshop_yingyongNav_right .iconfont {
	font-size: 18px !important;
    line-height: 40px;
    color: #fff;
}
.fanganshop_yingyongNav_scrolBox {
	padding: 0 110px;
	box-sizing: border-box;
	position: absolute;
	display: flex;
	gap: 110px;
}
.fanganshop_yingyongNav_item {
	text-align: center;
	width: 79px;
	height: 83px;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
	cursor: pointer;
}
.fanganshop_yingyongNav_item .iconfont {
	font-size: 30px !important;
}
.over {
	overflow: hidden;
	height: 100%;
}
.fanganshop_yingyongNav_itemOn {
	color: #0070BC;
}
.fanganshop_yingyongItem {
	min-width: 433px;
	height: 240px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	position: relative;
	flex: 1;
}
.min-w650 {
	min-width: 650px !important;
}
.fanganshop_yingyongItem::after {
	content: '';
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	background: linear-gradient(to bottom, #fff, #DEDEDE ,#fff);
}
.fanganshop_yingyongItem img {
	width: 120px;
	height: 120px;
	object-fit: contain;
}
.fanganshop_yingyongItem_textBox {
	width: 160px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.fanganshop_yingyongItem_textBox h4 {
	font-size: 14px;
	height: 47px;
	font-weight: normal;
}
.fanganshop_yingyongItem_textBox span {
	font-size: 16px;
	font-weight: bolder;
}
.fanganshop_yingyongItem_textBox .fanganshop_yingyongItem_btn {
	height: 23px;
	width: 88px;
	text-align: center;
	line-height: 23px;
	color: #fff;
	border-radius: 23px;
	background-color: #0070BC;
	cursor: pointer;
	font-size: 12px;
}
.fanganshop_yingyongItem_textBox1 {
	width: 320px !important;
	margin-right: 20px;
}
.fanganshop_yingyongItem_textBox1 h4 {
	font-size: 20px !important;
	height: auto !important;
}
.fanganshop_yingyongItem_textBox1 span {
	font-size: 20px !important;
}
.fanganshop_yingyongItem_textBox1 .fanganshop_yingyongItem_btn {
	width: 96px !important;
	height: 28px !important;
	line-height: 28px !important;
	font-size: 14px !important;
}

/* 方案店铺公司简介 */
.fanganshop_company {
	gap: 50px;
	padding-bottom: 50px;
}
.fanganshop_company p {
	font-size: 18px;
	line-height: 32px;
}
.fanganshop_company img {
	width: 689px;
	height: 380px;
	border-radius: 10px;
	object-fit: cover;
}
.fanganshop_company .hollow-blue-button {
	display: block;
	margin-top: 50px;
	width: 86px;
}
.fanganshop_company .hollow-blue-button:hover {
	color: #26B87F;
}

/* 红色-产品系列 */
.red_template_set .fanganshopProductBox {
	background-color: #F7F9FF;
	padding-bottom: 55px;
}
.red_template_set .fanganshop_title::after {
	content: '';
	background: url('../images/fanganshop_red_title.png') no-repeat;
	width: 26px;
	height: 27px;
	margin-left: 10px;
}
.red_template_set .fanganshop_titleMore {
	background-color: #FF872D;
	border: 1px solid #F59B4E;
    color: #333;
    padding: 0;
    width: 110px;
    height: 35px;
    box-sizing: border-box;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 11px;
    font-size: 14px;
}
.red_template_set .fanganshop_titleMore span {
	width: 28px;
	height: 28px;
	border-radius: 6px;
	background-color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 3px;
}
.red_template_set .fanganshop_titleMore .icon-jiantou3 {
	color: #FF5A00;
    font-size: 13px !important;
}
.red_template_set .red_xileGo {
	color: #999 !important;
}
.red_template_set .icon-jiantou3 {
	display: inline-block;
	transform: rotate(315deg);
    font-size: 16px !important;
}
.red_fanganshop_chanpinBox {
	display: flex;
	gap: 15px;
}
.red_fanganshop_chanpinItem {
	width: 198px;
	height: 242px;
	border-radius: 8px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	gap: 13px;
	align-items: center;
	flex-shrink: 0;
    justify-content: center;
	box-sizing: border-box;
	overflow: hidden;
}
 
.red_fanganshop_chanpinItem img {
	width: 85px;
	height: 85px;
	object-fit: contain;
}
.red_fanganshop_chanpinTitleBox {
	overflow: hidden;
    width: 100%;
	text-align: center;
}
.red_fanganshop_chanpinTitleBox p {
	display: block;
	color: #666;
	font-size: 16px;
	display: block;
}
.red_fanganshop_chanpinTitleBox a {
	display: none;
	margin-top: 32px;
}
.red_fanganshop_chanpinTitleBox .icon-jiantou3 {
	font-size: 12px !important;
	color: #999 !important;
}
.red_fanganshop_chanpinItemOn a, .red_fanganshop_chanpinItem:hover a {
	display: block;
}
.red_fanganshop_chanpinItemOn, .red_fanganshop_chanpinItem:hover {
	flex: 1;
	flex-direction: row;
	gap: 10%;
	background: linear-gradient(to bottom, #FFF2E9 0%, #FFFFFF 100%);
	border-bottom: #FFA50D 5px solid;
	border-radius: 8px 8px 0 0;
	box-shadow: 0 12px 20px 0 rgba(106, 106, 106, 0.15);
	padding: 0 20px;
	position: relative;
}
.red_template_set .red_fanganshop_chanpinItemOn::after {
	content: '';
	position: absolute;
	background: url('../images/fananxiOn.png') no-repeat;
	top: 0;
	right: 20px;
	width: 370px;
	height: 98px;
	background-size: cover;
}
.red_fanganshop_chanpinItemOn .red_fanganshop_chanpinTitleBox ,
.red_fanganshop_chanpinItem:hover .red_fanganshop_chanpinTitleBox {
	text-align: left;
	width: auto;
}
.red_fanganshop_chanpinItemOn p, .red_fanganshop_chanpinItem:hover p {
	font-size: 24px;
}
.red_fanganshop_chanpinItemOn img, .red_fanganshop_chanpinItem:hover img {
	width: 180px;
	height: 180px;
	object-fit: contain; 
}

/* 红色-合作伙伴 */
.red_template_set .fanganshop_huobanBg {
	background: url('../images/fanganshop_red_hzhbbg.png') no-repeat center top;
	padding: 50px 0;
}
.red_template_set .fanganshop_huobanbox {
	display: flex;
	background-color: #fff;
	border-radius: 8px;
	overflow: hidden;
	min-height: 330px;
	max-height: 495px;
}
.red_pinpaiLeft {
	width: 330px;
	min-height: 330px;
	max-height: 495px;
	background: url('../images/red_shop_hzhb.png') no-repeat top left;
	position: relative;
	border-bottom: 5px solid #FFA50D;
}
.sanjiao::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 12px solid #34383F;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    right: -12px;
    top: 235px;
}
.red_pinpaiRight {
	flex: 1;
	padding: 20px 35px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}
.red_pinpaiRightItem {
	width: 180px;
	height: 110px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.red_pinpaiRightItem::after {
	content: '';
	width: 1px;
	height: 100%;
	background: linear-gradient(to bottom, #fff 0%, #eee 50%, #fff 100%);
	position: absolute;
	right: 0;
}
.red_pinpaiRightItem:nth-of-type(5n)::after {
	content: none;
}
.red_pinpaiRightItem img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}
.red_pinpaiRightItem p {
	font-size: 20px;
	color: #fff;
	display: none;
	padding: 0 20px;
}
.red_pinpaiRightItem:hover {
	background-color: #F2A058 !important;
}
.red_pinpaiRightItem:hover img {
	display: none;
}
.red_pinpaiRightItem:hover p {
	display: -webkit-box;
}

/* 红色-系列1 */
.red_xile1 {
	background: url('../images/fananshop_red_x1.png') no-repeat center top;
	padding: 80px;
}
.red_xileTitleBox {
	width: 638px;
	height: 82px;
	border-radius: 100px 8px 0 0;
	border: 2px solid #fff;
	border-bottom: none;
	background: linear-gradient(to bottom, #FFF0E6 0%, #fff 100%);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 50px;
	overflow: hidden;
}
.red_xileTitle {
	display: flex;
	align-items: center;
	gap: 15px;
	flex: 1;
	overflow: hidden;
}
.red_xileTitle h4 {
	font-size: 32px;
	max-width: 223px;
	flex-shrink: 0;
}
.red_xileTitle span {
	font-size: 20px;
	padding: 0 15px;
	position: relative;
}
.red_xileTitle span::after {
	content: '';
	width: 1px ;
	height: 22px;
	background-color: #FFD2A7;
	position: absolute;
    left: 0;
	top: 5px;
}
.red_xileMainBox {
	width: 1300px;
	border-radius: 8px 0 8px 8px;
	border: 2px solid #fff;
	background: linear-gradient(to bottom, #FFF0E6 0%, #fff 100px);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 337px;
}
.red_xileMainBox1 {
	height: 348px;
}
.red_xileMainBox2 {
	gap: 30px;
}
.red_xile_item {
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.xileItem_titleBox {
    display: flex;
    flex-direction: column;
	overflow: hidden;
}
.xileItem_titleBox h4 {
	font-size: 18px;
	width: 100%;
}
.xileprice {
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
}
.xileBtn{
	width: 104px;
	height: 27px;
	border-radius: 6px;
	background-color: #FFA50D;
	text-align: center;
	line-height: 27px;
	color: #fff !important;
}
.red_xileMainBox1 .red_xile_item {
	gap: 50px;
	justify-content: center;
}
.red_xileMainBox1 img  {
	width: 268px;
	height: 268px;
	object-fit: contain;
}
.red_xileMainBox1 .xileItem_titleBox {
	width: 438px;
	gap: 8px;
}
.red_xileMainBox1 h4, .red_xile_box4_1 h4 {
	font-size: 24px;
}
.red_xileMainBox1 p, .red_xile_box4_1 p {
	font-size: 18px;
	color: #666;
}
.red_xileMainBox1 .xileBtn{
	width: 116px;
	height: 42px;
	line-height: 42px;
}

.red_xileMainBox2 .red_xile_item {
	gap: 20px;
	width: 585px;
	height: 190px;
	padding: 20px;
}
.red_xileMainBox2 img {
	width: 150px;
	height: 150px;
	object-fit: contain;
}
.red_xileMainBox3 img {
	width: 130px;
	height: 130px;
	object-fit: contain;
}
.red_xileMainBox3 .red_xile_item {
	flex-direction: column-reverse;
	align-items: flex-start;
	width: 380px;
	align-items: self-start;
    justify-content: start;
	padding: 20px;
	gap: 20px;
}
.he667 {
	height: 667px;
}
.red_xile_box4_1 {
	height: 647px;
	align-items: self-start;
    padding: 49px 0 0 100px;
    justify-content: flex-end;
	width: 650px;
    flex-shrink: 0;
    box-sizing: border-box;
}
.red_xile_box4_1 img {
	width: 350px;
	height: 350px;
	object-fit: contain;
}
.red_xile_box4_2 .red_xile_item{
	align-items: flex-start;
	justify-content: space-between;
    width: 301px;
    height: 297px;
    padding: 20px;
	flex-direction: column;
	float: left;
}
.red_xile_box4_2 img {
	width: 130px;
	height: 130px;
	object-fit: contain;
}

/* 红色-系列2 */
.red_xile2 {
	background: url('../images/fanganshop_red_x2.png') no-repeat center top;
	padding: 80px 0;
}
.red_xile2 .red_xileTitleBox {
	border-radius: 8px 100px 0 0;
	background: linear-gradient(to bottom, #E8F1FF 0%, #fff 100%);
}

.red_xile2 .xileBtn{
	background-color: #2554A6;
}
.red_xile2 .red_xileMainBox2 .red_xile_item {
	flex-direction: row-reverse;
}
.red_xile2 .red_xileMainBox3 .red_xile_item {
	flex-direction: column;
	width: 380px;
}
.red_xile2 .red_xileMainBox {
	gap: 30px;
	border-radius: 0 8px 8px 8px;
	background: linear-gradient(to bottom, #E8F1FF 0%, #fff 100px);
}
.red_xile2 .red_xileMainBox4 .red_xile_item {
	width: 277px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
.red_xile2 .red_xileMainBox4 img {
	width: 130px;
	height: 130px;
}
.red_xile_item5_1 {
	flex: 1;
	height: 280px;
    gap: 30px;
    background: #fff;
    border-radius: 8px;
    justify-content: center;
}
.red_xile_item5_1 img {
	width: 200px;
	height: 200px;
}
.red_xile_item5_1 .xileItem_titleBox {
	max-width: 240px;
}

/* 红色-系列3 */
.red_xile3 {
	background: url('../images/fanganshop_red_x3.png') no-repeat center top;
	padding: 80px 0;
}
.red_xile3 .red_xileTitleBox {
	border-radius: 100px 8px 0 0;
	background: linear-gradient(to bottom, #FFF0E6 0%, #fff 100%);
}
.red_xile3 .red_xileMainBox {
	background: linear-gradient(to bottom, #FFF0E6 0%, #fff 100px);
}
.red_xile3 .red_xileMainBox2 .red_xile_item {
	flex-direction: row;
}
.red_xile3 .red_xileMainBox2 {
	flex-wrap: wrap;
    min-height: 337px;
    padding: 50px 0;
    height: auto;
}
.red_xile3 .red_xileMainBox3 .red_xile_item {
	flex-direction: column;
	width: 380px;
}
.red_xile3 .he667 {
	padding: 20px 0;
	align-items: self-start;
}
.red_xile3 .red_xile_box4_1 {
	width: 473px;
	padding: 29px 50px;
}
.red_xile3 .red_xile_box4_2 .red_xile_item{
	width: 347px;
	margin-left: 20px;
	overflow: hidden;
 }
.red_xile3 .red_xile_box4_2{
	padding-left: 30px;
    padding-top: 9px;
}



/* 红色-应用方案 */
.red_template_set .fanganshop_yingyongBg {
	background: url('../images/fanganshop_red_yyfa.png') no-repeat center top;
	background-size: cover;
}
.red_template_set .fanganshop_yingyongBg .fanganshop_title {
	color: #fff;
}
.red_template_set .fanganshop_yingyongBg .fanganshop_titleMore {
	background-color: #D5D5D5;
	border: none;
}
.red_fanganshop_yingyongBox {
	display: flex;
	gap: 20px;
}
.red_fanganshop_yingyongNavBox {
	width: 298px;
	height: 592px;
	display: flex;
	flex-direction: column;
}
.red_template_set .fanganshop_yingyongNav_item {
	flex: 1;
	width: 100%;
	background-color: #FF872D;
	color: #fff !important;
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
    padding: 0 48px;
    box-sizing: border-box;
    gap: 20px;
}
.red_template_set .fanganshop_yingyongNav_itemOn {
	background-color: #515151;
	position: relative;
}
.red_template_set .fanganshop_yingyongNav_itemOn::after {
	content: '\e67a';
	font-family: 'iconfont';
	position: absolute;
	right: 48px;
}
.red_template_set .fanganshop_yingyongNav_item .icon-a-jiaotong {
	font-size: 20px !important;
}
.red_fanganshop_yingyongContentBox {
	flex: 1;
}
.red_fanganshop_yingyongItem1 {
	width: 982px;
	height: 592px;
	gap: 70px;
	background: #fff;
	display: flex;
	align-items: center;
    justify-content: center;
}
.yingyongL {
	width: 982px;
	height: 293px;
	margin-bottom: 6px;
	background: #fff;
	display: flex;
	align-items: center;
    justify-content: center;
}
.gap70 {
	gap: 70px;
}
.gap50 {
	gap: 50px !important;
}
.red_fanganshop_yingyongItem2 {
	display: flex;
	align-items: center;
    justify-content: center;
	flex: 1;
	position: relative;
}
.red_fanganshop_yingyongItem2 img {
	width: 150px;
	height: 150px;
	object-fit: contain;
}
.yingyongL:nth-of-type(2){
	margin-bottom: 0;
}
.red_fanganshop_yingyongItem1 .fanganshop_yingyongItem_textBox {
	width: 271px;
}
.red_fanganshop_yingyongItem1 h4 {
	font-size: 24px;
	height: auto;
    font-weight: bold;
}
.red_fanganshop_yingyongItem1 span {
	font-size: 20px !important;
}
.red_fanganshop_yingyongItem1 img {
	width: 309px;
	height: 309px;
	object-fit: contain;
}
.red_fanganshop_yingyongItem1 .fanganshop_yingyongItem_btn {
	border: 1px solid #FF872D;
    color: #FF872D;
    background-color: #fff;
    width: 120px;
    height: 39px;
	font-size: 20px;
	border-radius: 5px;
	line-height: 39px;
}
.red_fanganshop_yingyongItem2 .fanganshop_yingyongItem_btn  {
	border: 1px solid #FF872D;
    color: #FF872D;
    background-color: #fff;
	font-size: 16px;
	width: 104px;
    height: 27px;
	border-radius: 5px;
	line-height: 27px;
}
.red_fanganshop_yingyongItem2::after {
	content: '';
	width: 1px;
	height: 100%;
	background: linear-gradient(to bottom, #fff 0%, #E9E9E9 50%, #fff 100%);
	position: absolute;
    right: 0;
}
/* 红色-公司简介 */
.red_template_set .fanganshop_companyBox {
	padding: 50px;
	display: flex;
	box-sizing: border-box;
	gap: 50px;
	justify-content: center;
}
.red_template_set .fanganshop_companyBox img {
	width: 1030px;
	height: 579px;
	object-fit: contain;
}
.red_template_set .fanganshop_companyBox p{
	width: 661px;
    margin-bottom: 40px;
}
.companyBgs {
	background: url('../images/companbgss.png') no-repeat top left;
	margin-top: 25px;
}

/* 蓝色-产品系类 */
.blue_template_set .fanganshopProductBox {
	background: url('../images/fanganshop_blue_cpxl.png') no-repeat center top;
	height: 367px;
}
.blue_template_set .blue_fanganshop_chanpinBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 367px;
}
.blue_fanganshop_title {
	font-size: 32px;
	font-weight: bold;
}
.blue_fanganshop_titleMore {
	margin-top: 30px;
	color: #666;
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
}
.blue_template_set .red_fanganshop_chanpinItem {
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	color: #474F69 !important;
	flex-direction: column;
	background: transparent;
}
.blue_template_set .red_fanganshop_chanpinItem img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}
.blue_template_set .red_fanganshop_chanpinItemOn, .blue_template_set .red_fanganshop_chanpinItem:hover {
	width: 200px;
	height: 200px;
	border-radius: 10px;
	background: #F6F7F7;
	box-shadow: 0 5px 24px 0 rgba(106, 106, 106, 0.1);
	border: none;
	flex: none;
}
.blue_template_set .red_fanganshop_chanpinItemOn img {
	width: 100px !important;
	height: 100px !important;
}

/* 蓝色-合作伙伴 */
.blue_template_set .fanganshop_huobanBg {
	background: url('../images/fanganshop_blue_hzhb.png') no-repeat center top;
	padding: 0;
}
.blue_fanganshop_huobanbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 97px 0;
}
.blue_fanganshop_huobanMainbox {
	width: 1070px;
}
.blue_fanganshop_huobanItem {
	width: 180px;
	height: 100px;
	border: 1px solid #DEDEDE;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
}
.blue_fanganshop_huobanItem img {
	width: 80px;
	height: 80px;
	object-fit: contain;
}
.huobanline:nth-of-type(2) {
	margin-left: 75px;
}
.huobanline:nth-of-type(3) {
	margin-left:140px;
}
.huobanline:nth-of-type(4) {
	margin-left: 205px;
}

/* 蓝色-系列1 */
.blue_xilieBg {
	background: url('../images/fanganshop_blue_xl.png') no-repeat center top;
	padding-bottom: 55px;
	background-size: cover;
}
.blue_xileTitleBox {
	padding: 70px 0 25px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.blue_xileTitle {
	display: flex;
	align-items: center;
	gap: 15px;
	flex: 1;
	overflow: hidden;
}
.blue_xileTitle h4 {
	font-size: 32px;
	flex-shrink: 0;
	max-width: 200px;
}
.blue_xileTitle span {
	font-size: 20px;
	padding: 0 15px;
	position: relative;
	color: #898A8B;
	font-weight: bold;
}
.blue_xileTitle span::after {
	content: '';
	width: 1px ;
	height: 22px;
	background-color: #BABABA;
	position: absolute;
    left: 0;
	top: 5px;
}
.blue_xileGo {
	color: #666 !important;
	flex-shrink: 0;
}
.bule_xile1 {
	min-height: 450px;
}
.h400{
	height: 400px;
}
.h458{
	height: 458px;
}
.xilie1Scroll {
	display: flex;
	gap: 10px;
	position: absolute;
}
.overhidden {
	overflow: hidden;
}
.xile_right .iconfont, .xile_right .iconfont {
	font-size: 16px !important;
}
.xile_left {
	position: absolute;
    left: -51px;
    top: 182px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.16);
    color: #fff;
    text-align: center;
    line-height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.xile_disable {
	background-color: rgba(0, 0, 0, 0.08) !important;
    color: #e2e2e2 !important;
}
.xile_right {
	position: absolute;
	right: -51px;
    top: 182px;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	background-color: rgba(0, 0, 0, 0.16);
	color: #fff;
	text-align: center;
    line-height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.blue_xilie_item_pricebox {
	width: 105px;
	height: 26px;
	border-radius: 4px;
	padding: 1px;
	background: linear-gradient(160deg, #FAAE79, #B7673F);
	display: flex;
	cursor: pointer;
}
.blue_xilie_item_tobuy {
	flex: 1;
	height: 26px;
	border-radius: 0 4px 4px 0;
	background-color: #fff;
	text-align: center;
	line-height: 26px;
}
.blue_xilie_item_pricebox .iconfont {
	width: 24px;
	height: 26px;
	font-size: 16px !important;
	color: #fff;
	line-height: 26px;
    text-align: center;
}
.fontGoden {
	/* 设置文字所在的元素的背景 */
	background-image: linear-gradient(160deg, #FAAE79, #B7673F);
	/* 设置背景裁剪为文字 */
	-webkit-background-clip: text;
	background-clip: text;
	/* 隐藏背景色 */
	color: transparent;
	/* 确保背景覆盖整个文字 */
	display: inline-block;
}
.bule_xile1Item {
	height: 400px;
	background: #fff;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
	width: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
	flex-shrink: 0;
	border-bottom: 5px transparent solid;
}
.bule_xile1Item .blue_xilieTitleBox {
	max-width: 620px;
}
.bule_xile1Item img {
	width: 240px;
	height: 240px;
	object-fit: contain;
}
.bule_xile1Item:hover, .bule_xileItem:hover, .bule_xile2Item:hover, .bule_xile3Item:hover {
	border-width: 0 0 5px 0;
	border-style: solid;
	/* 使用线性渐变 */
	border-image: linear-gradient(to right, #41DAF5, #0051FF) 1;
}

.bule_xileItem {
	height: 400px;
	width: 845px;
	background: #fff;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    padding: 30px 50px;
	flex-shrink: 0;
	border-bottom: 5px transparent solid;
	box-sizing: border-box;
	overflow: hidden;
}
.blue_titleBox {
	flex: 1;
    overflow: hidden;
}
.bule_xileItem:nth-of-type(2n) {
	width: 435px;
	flex-direction: column;
    justify-content: space-between;
}
.bule_xileItem img {
	width: 240px;
	height: 240px;
	object-fit: contain;
	align-self: flex-end;
}
.bule_xileItem:nth-of-type(2n) img {
	width: 150px;
	height: 150px;
}
.bule_xile2Item {
	height: 458px;
	width: 645px;
	background: #fff;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    display: flex;
	flex-direction: column;
    padding: 0px 50px;
	flex-shrink: 0;
	border-bottom: 5px transparent solid;
	box-sizing: border-box;
	gap: 40px;
	align-items: center;
    justify-content: center;
}
.bule_xile2Item img {
	width: 150px;
	height: 150px;
	object-fit: contain;
}
.flex_cc {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.bule_xile3Item {
	width: 424px;
	height: 458px;
	background: #fff;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1);
    display: flex;
	flex-direction: column;
    padding: 0px 10px;
	flex-shrink: 0;
	border-bottom: 5px transparent solid;
	box-sizing: border-box;
	gap: 40px;
	align-items: center;
    justify-content: center;
}
.bule_xile3Item img {
	width: 150px;
	height: 150px;
}
/* 蓝色-应用领域 */
.blue_template_set .fanganshop_yingyongBg {
	background: url('../images/fanganshop_red_yyfa.png') no-repeat center top;
	background-size: cover;
}
.blue_template_set .fanganshop_yingyongBg .blue_xileGo {
	color: #fff !important;
}
.blue_fanganshop_yingyongBox {
	display: flex;
	gap: 20px;
	height: 597px;
}
.blue_fanganshop_yingyongNavBox {
	width: 200px;
	height: 579px;
	display: flex;
	flex-direction: column;
	gap: 40px;
	box-sizing: border-box;
	padding: 30px 0;
	align-items: center;
}
.blue_template_set .fanganshop_yingyongNav_item {
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
	display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    width: auto;
}
.blue_template_set .fanganshop_yingyongNav_item .iconfont {
	display: none;
}
.blue_template_set .fanganshop_yingyongNav_itemOn {
	padding: 8px 20px;
	height: 39px;
	background: linear-gradient(to right, #41DAF5 0%, #0051FF 100%);
	background-color: #fff;
	border-radius: 40px;
	color: #fff;
}
.blue_template_set .fanganshop_yingyongNav_itemOn::after {
	content: '\e67a';
	font-family: 'iconfont';
}
.blue_fanganshop_yingyongBox .red_fanganshop_yingyongItem1 {
	width: 1080px;
}
.blue_fanganshop_yingyongBox .red_fanganshop_yingyongItem1 .fontGoden {
	font-size: 16px !important;
	font-weight: normal;
}
.blue_fanganshop_yingyongBox .red_fanganshop_yingyongItem1 img {
	width: 280px;
	height: 280px;
}
.blue_fanganshop_yingyongBox .red_fanganshop_yingyongItem2 {
	display: flex;
	align-items: center;
    justify-content: center;
	flex: 1;
	position: relative;
	background-color: #fff;
    height: 579px;
    flex-direction: column;
	gap: 40px;
}
.blue_fanganshop_yingyongBox .red_fanganshop_yingyongItem2::after {
	content: none;
}
.h100 {
	height: 100%;
}
.gap6 {
	gap: 6px;
}
.blue_fanganshop_yingyongBox .fanganshop_yingyongItem_textBox h4 {
	height: auto;
	font-size: 18px;
	font-weight: bold;
}
.blue_fanganshop_yingyongBox .fanganshop_yingyongItem_textBox {
	align-items: center;
	width: 393px;
}
.blue_fanganshop_yingyongBox .red_fanganshop_yingyongItem1 .fanganshop_yingyongItem_textBox {
	align-items: flex-start;
	width: 393px;
}
.blue_fanganshop_yingyongBox .red_fanganshop_yingyongItem2 img {
	width: 150px;
	height: 150px;
	object-fit: contain;
}
.blue_fanganshop_yingyongBox .red_fanganshop_yingyongItem2 .fontGoden {
	font-size: 14px !important;
}
.blue_fanganshop_yingyongBox .yingyongL {
	background: transparent;
	width: 1080px;
}
.blue_fanganshop_yingyongItem {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex: 1;
	gap: 50px;
	background: #fff;
	height: 100%;
}
.blue_fanganshop_yingyongBox .blue_fanganshop_yingyongItem .fanganshop_yingyongItem_textBox {
	width: 163px;
}
.blue_fanganshop_yingyongBox .blue_fanganshop_yingyongItem .fanganshop_yingyongItem_textBox {
	align-items: flex-start;
}
.blue_fanganshop_yingyongBox .blue_fanganshop_yingyongItem .fontGoden {
	font-size: 14px !important;
	font-weight: normal;
}
.w150 {
	width: 150px;
	height: 150px;
	object-fit: contain;
}
.rightLine {
	position: relative;
}
.rightLine::after {
	content: '';
	width: 1px;
	height: 100%;
	background: linear-gradient(to bottom, #fff 0%, #E9E9E9 50%, #fff 100%);
	position: absolute;
    right: 0;
}
/* 蓝色-公司简介 */
.blue_template_set .fanganshop_companyBox {
	display: flex;
}
.blue_template_set .fanganshop_companyBox img {
	width: 960px;
	height: 540px;
	object-fit: contain;
}
.picbg {
	background: #F8F8F8;
	padding: 78px 0;
}
.blue_fanganshop_company {
	width: 660px;
	gap: 30px;
    display: flex;
    flex-direction: column;
}
.blue_fanganshop_company h1 {
	font-size: 32px;
	font-weight: bolder;
}
.blue_fanganshop_company .blueLine {
	width: 50px;
	height: 4px;
	background: linear-gradient(to right, #41DAF5 0%, #0051FF 100%);
}
.blue_fanganshop_company p {
	font-size: 16px;
	line-height: 28px;
}
.flex_alc_spc {
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-jiantou3 {
	display: inline-block; /* 确保是内联块元素 */
	background: -webkit-linear-gradient(left, #41DAF5, #0051FF); /* 渐变方向和颜色 */
	-webkit-background-clip: text; /* 背景裁剪为文字 */
	color: transparent
}


/* 黑色-薄荷绿模板 产品系列 */
.black_fanganshop_titleBox {
	padding: 55px 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 94px;
}
.black_fanganshop_title {
	position: relative;
    font-size: 40px;
    font-weight: bold;
	margin-top: 40px;
}
.black_fanganshop_title::after {
	content: '';
	height: 3px;
	width: 100%;
	background: #9EDEDE;
	position: absolute;
	bottom: 3px;
	left: 0;
}
.black_fanganshop_titleBox .yinying {
	font-size: 50px;
	/* 设置文字所在的元素的背景 */
	background-image: linear-gradient(to bottom, #E9E9E9, rgba(255, 255, 255, 0));
	/* 设置背景裁剪为文字 */
	-webkit-background-clip: text;
	background-clip: text;
	/* 隐藏背景色 */
	color: transparent;
	/* 确保背景覆盖整个文字 */
	display: inline-block;
	position: absolute;
}
.black_fanganshop_titleMore {
	position: absolute;
    right: 0;
    bottom: 30px;
	display: flex;
	gap: 10px;
	cursor: pointer;
}
.black_xileGo {
	color: #999999;
}
.black_xileGo:hover {
	color: #999;
}
.black_xileGo:hover .icon-jiantou2{
	color: #9EDEDE;
}

/* 黑色 产品系列 */
.black_template_set .fanganshopProductBox {
	background: url('../images/fangan_green_cpxl.png') no-repeat center top;
	background-size: cover;
	padding-bottom: 55px;
}
.row {
	flex-direction: row !important;
}
.black_template_set .red_fanganshop_chanpinItem {
	width: 278px;
	height: 440px;
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	flex-direction: column;
	gap: 20px;
}
.balck_chanpinBtn {
	align-items: center;
	gap: 10px;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	color: #9EDEDE !important;
}
.black_template_set .red_fanganshop_chanpinItem:hover , .black_template_set .red_fanganshop_chanpinItemOn{
	flex: 1;
	background: linear-gradient(to bottom, #CCF6F6 0%, #fff 100%);
	border: 1px solid #9EDEDE;
	justify-content: center;
}
.black_template_set .onlyOne.red_fanganshop_chanpinItemOn{
	flex-direction: row !important;
}
.black_template_set .red_fanganshop_chanpinItem:hover .balck_chanpinBtn, .black_template_set .red_fanganshop_chanpinItemOn .balck_chanpinBtn {
	background: #FFC81E;
	border-radius: 39px;
	color: #ffff !important;
}
.black_template_set .red_fanganshop_chanpinTitleBox a {	
	display: inline-flex;
}
.balck_chanpinBtn span {	
	display: none;
}
.black_template_set .red_fanganshop_chanpinItem:hover  .balck_chanpinBtn span ,
.black_template_set .red_fanganshop_chanpinItemOn .balck_chanpinBtn span {	
	display: block;
}
.black_template_set .red_fanganshop_chanpinItem:hover img ,
.black_template_set .red_fanganshop_chanpinItemOn img{	
	width: 200px !important;
	height: 200px !important;
}
.black_template_set .red_fanganshop_chanpinItem img{	
	width: 140px;	
	height: 140px;	
	object-fit: contain;
}

 /* 黑色-合作伙伴 */
.black_template_set .fanganshop_huobanBg {
	background: url('../images/fanganshop_black_hzhb.png') no-repeat center top;
	background-size: cover;
}
.black_template_set .fanganshop_huobanBg .black_fanganshop_title {
	color: #fff;
}
.black_template_set .red_pinpaiRightItem {
	width: 180px;
    height: 100px;
    border-radius: 4px;
    background: #fff;
} 
.black_template_set .red_pinpaiRightItem:hover {
	background:  #FFC81E !important;
}
.black_template_set .red_pinpaiRightItem::after {
	content: none;
}

/* 黑色-系列1 */
.black_xile1 {
	background: url('../images/fanganshop_black_x1.png') no-repeat center top;
	background-size: cover;
	padding: 60px 0;
}
.black_xileTitleBox {
	width: 100%;
	height: 117px;
	border-radius: 20px;
	border: 1px solid #9EDEDE;
	background: linear-gradient(to right, #CCF6F6 0%, #fff 100%);
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 50px;
	margin-bottom: 20px;
	overflow: hidden;
}
.black_xileTitle {
	display: flex;
	align-items: center;
	gap: 15px;
	flex: 1;
	overflow: hidden;
}
.black_xileTitle h4 {
	font-size: 32px;
	max-width: 200px;
}
.black_xileTitle span {
	font-size: 20px;
	padding: 0 15px;
	position: relative;
	flex: 1;
}
.black_xileTitle span::after {
	content: '';
	width: 1px ;
	height: 22px;
	background-color: #BABABA;
	position: absolute;
    left: 0;
	top: 5px;
}

.black_xileMainBox {
	height: 380px;
	width: 1300px;
	border-radius: 10px;
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	display: flex;
	margin-bottom: 15px;
}
.black_xile_item1 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	height: 100%;
	flex: 1;
}
.black_xile_item1 img {
	width: 300px;
	height: 300px;
	object-fit: contain;
}
.black_xileItem_titleBox {
	width: 540px;
}
.black_xileBtnBox, .black_xileBtnBox_zx {
	position: relative;
	display: flex;
    align-items: flex-end;
    height: 59px;
    width: 211px;
    justify-content: flex-end;
	cursor: pointer;
}
.black_xileBtn {
	background: url('../images/fanganshop_black_btn.png') no-repeat left top;
	width: 96px;
	height: 59px;
	position: absolute;
	left: 0;
	background-size: contain;
	color: #1C2B3C;
	font-size: 18px;
	box-sizing: border-box;
    padding: 8px 36px 0px 16px;
    line-height: 22px;
}
.black_xileBtnBox_zx {
	width: 163px;
}
.black_xileBtnBox_zx .black_xileBtn {
	background: url('../images/fanganshop_black_btn_zx.png') no-repeat left top;
	width: 49px;
	height: 59px;
	padding: 0;
	background-size: contain;
}
.black_xileBtnBox_zx .black_xileprice {
	width: 150px;
	height: 54px;
	border-radius: 7px;
	background: #1C2B3C;
	color: #fff !important;
	line-height: 54px;
    box-sizing: border-box;
	text-align: center;
	margin-bottom: 1px;
}
.black_xileprice {
	width: 150px;
	height: 54px;
	border-radius: 7px;
	background: #1C2B3C;
	color: #fff !important;
	line-height: 54px;
    box-sizing: border-box;
	text-align: center;
	margin-bottom: 1px;
}
.black_xile_item2 img {
	width: 150px;
	height: 150px;
	object-fit: contain;
}
.black_xile_item2 {
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.black_xile_item2 .black_xileItem_titleBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 267px;
}
.black_xile_item2 .black_xileBtnBox,
.black_xile_item3 .black_xileBtnBox{
    height: 45px;
    width: 162px;
}
.black_xile_item2 .black_xileBtnBox_zx,
.black_xile_item3 .black_xileBtnBox_zx{
    height: 45px;
    width: 124px;
}
.black_xile_item2 .black_xileBtn,
.black_xile_item3 .black_xileBtn {
	width: 73px;
	height: 45px;
	font-size: 14px;
	padding: 6px 21px 0px 18px;
    line-height: 18px;
}
.black_xile_item2 .black_xileprice,
.black_xile_item3 .black_xileprice {
	width: 115px;
	height: 42px;
	line-height: 42px;
}
.black_line {
	width: 100%;
	height: 1px;
	background: #444;
	margin-top: 15px;
}

.black_xileMainBox2 {
	height: 380px;
	width: 1300px;
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
}

.black_xile_item3 {
	border-radius: 10px;
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 20px;
}
.black_xile_item3 .black_xileItem_titleBox {
	width: 290px;
}
.black_xile_item3 img{
	width: 160px;
	height: 160px;
	object-fit: contain;
}

/* 黑色 - 系列2 */
.black_xile2 {
	background: url('../images/fanganshop_black_x2.png') no-repeat center top;
	background-size: cover;
	padding: 60px 0;
}
.black_xile2 .black_xileTitleBox{
	background: #fff;
	border: 1px solid #3A3A3A;
}
.black_xile2 .black_xileMainBox, 
.black_xile2 .black_xile_item3 {
	background: #fff;
}

/* 黑色 - 系列3 */
.black_xile3 {
	background: url('../images/fanganshop_black_x3.png') no-repeat center top;
	background-size: cover;
	padding: 60px 0;
}
.black_xile3 .black_xileTitleBox{
	background: #fff;
	border: 1px solid #3A3A3A;
}

/* 黑色 -应用方案 */
.black_template_set .fanganshop_yingyongBg {
	background: url('../images/fanganshop_black_yyfa.png') no-repeat center top;
	background-size: cover;
	padding: 60px 0;
}
.black_template_set .fanganshop_yingyongBg .black_fanganshop_title {
	color: #fff;
}
.black_template_set .fanganshop_yingyongBg .black_fanganshop_titleBox .yinying {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 75%);
}
.black_template_set .black_fanganshop_yingyongBox{
    flex-direction: column;
	display: flex;
	gap: 40px;
}
.black_fanganshop_yingyongNavBox {
	width: 1300px;
	height: 100px;
	border-radius: 100px;
	background: #fff;
	box-sizing: border-box;
	padding: 4px;
	gap: 20px;
	display: flex;
}
.black_fanganshop_yingyongNavBox .fanganshop_yingyongNav_item {
	flex: 1;
    height: 92px;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.black_fanganshop_yingyongNavBox .fanganshop_yingyongNav_itemOn {
	background: #2A8EA1;
    border-radius: 100px;
    color: #fff;
	font-weight: normal;
}
.black_fanganshop_yingyongMainBox {
	width: 100%;
	height: auto;
	border-radius: 15px;
	background: #fff;
	display: flex;
	align-items: center;
	min-height: 273px;
	flex-wrap: wrap;
	overflow: hidden;
}
.black_fanganshop_yingyongItem1 {
	width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
	gap: 60px;
}
.black_fanganshop_yingyongItem1 h4 {
	font-size: 24px;
	height: auto;
}
.black_fanganshop_yingyongItem1 img {
	width: 194px;
	height: 194px;
	object-fit: contain;
}
.black_fanganshop_yingyongItem1 .fanganshop_yingyongItem_textBox {
	width: 400px;
}
.black_fanganshop_yingyongMainBox .black_fanganshop_yingyongItem2 {
	height: 210px;
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	min-width: 433px;
	gap: 10px;
}
.black_fanganshop_yingyongMainBox .fanganshop_yingyongItem_btn {
	display: none;
	background-color: #FFC81F;
	width: 135px;
	height: 30px;
    line-height: 30px;
}
.black_fanganshop_yingyongMainBox .black_fanganshop_yingyongItem2 img{
	width: 120px;
	height: 120px;
	object-fit: contain;
}
.black_fanganshop_yingyongItem1:hover .fanganshop_yingyongItem_btn,
.black_fanganshop_yingyongItem2:hover .fanganshop_yingyongItem_btn {
	display: block;
}
.black_fanganshop_yingyongItem2::after {
	content: '';
	width: 1px;
	height: 100%;
	background: linear-gradient(to bottom, #fff 0%, #E9E9E9 50%, #fff 100%);
	position: absolute;
    right: 0;
}
.black_fanganshop_yingyongItem2::after:nth-last-of-type(),
.black_fanganshop_yingyongItem2::after:nth-of-type(3n) {
	content: none;
}
.black_fanganshop_yingyongBox .blue_fanganshop_titleMore {
	margin: auto;
	color: #9EDEDE;
}

/* 黑色-公司简介 */
.black_template_set .fanganshop_companyBox {
	display: flex;
	background-color: #F6F6F6;
	padding: 70px 0;
}
.black_template_set .fanganshop_companyBox img {
	width: 675px;
	height: 379px;
	object-fit: inherit;
	align-self: flex-end;
}
.black_template_set .fanganshop_company {
	width: 625px;
	height: 502px;
	background: #fff;
    box-sizing: border-box;
    padding: 0 30px;
    position: relative;
}
.black_template_set .fanganshop_company .black_fanganshop_title::after {
	content: none;
}
.black_template_set .fanganshop_companybtn {
	height: 80px;
	background: #2A8EA1;
	width: 100%;
	box-sizing: border-box;
	padding: 0 80px;
	display:flex;
	justify-content: space-between;
	color: #fff !important;
	align-items: center;
	position: absolute;
    left: 0;
    bottom: 0;
}
.black_template_set .fanganshop_company  .black_fanganshop_titleBox {
	align-items: flex-start;
}
.yellowLine {
	width: 50px;
	height: 4px;
	background: #FFC81E;
}
