﻿body {
	overflow-x: hidden;
	position: relative;
}

.address {
	margin: 20px auto;
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}

div {
	box-sizing: border-box;
}

.info {
	margin: 90px auto;
	width: 1300px;
}

.address span {
	color: #333333;
	font-size: 14px;
}

.detail {
	display: flex;
}

#Normal-demo1 {
	width: 920px;
}

.rightBox {
	width: 340px;
	margin-bottom: 50px;
	margin-left: 40px;
	background: #f8f8fc;
	border-radius: 10px;
	min-height: 300px;
}

.rightBox .rightTop {
	width: 340px;
	height: 50px;
	background: #4c54e6;
	border-radius: 10px 10px 0px 0px;
	padding: 10px 20px;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}

.rightBox .rightItem {
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
}

.rightBox .rightItem:last-child {
	border-bottom: none;
}

.rightBox .rightItem .itemText {
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 0 20px;
}

.rightBox .rightItem .itemTime {
	margin: 0 20px;
	margin-top: 10px;
	color: #666666;
	font-size: 14px;
}

.rightBox1 {
	position: fixed;
	right: calc((100% - 1300px)/2);
	top: 150px;

}

.companyBox {
	width: 340px;
	background: #fbfbff;
	border-radius: 6px;
	padding: 20px;
	margin-bottom: 10px;
	box-sizing: border-box;
}

.comTop {
	display: flex;
	align-items: center;
}

.comTop img {
	width: 70px;
	margin-right: 40px;
}

.comName {
	color: #333333;
	font-size: 18px;
	margin-bottom: 15px;
}

.comDesc {
	width: 90px;
	height: 30px;
	background: #eef4ff;
	border-radius: 4px;
	color: #005AFF;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
}

.comBtn {
	width: 300px;
	height: 40px;
	background: #fbfbff;
	border: 1px solid #4c54e6;
	border-radius: 6px;
	margin: 20px auto 0;
	color: #4C54E6;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.fromBox {
	width: 340px;
	background: #fbfbff;
	border-radius: 6px;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.fromTitle1 {
	color: #333;
	font-size: 16px;
	margin-bottom: 4px;
}

.fromTitle2 {
	color: #666666;
	font-size: 14px;
	margin-bottom: 10px;
}

/* <div class="fromTitle1">想要了解更多信息？</div>
			<div class="fromTitle2">提交信息，平台将为您提供专人服务</div> */
input {
	background: none;
	outline: none;
	border: none;
}

input:focus {
	border: none;
}

.inp {
	width: 300px;
	height: 40px;
	background: #fbfbff;
	border: 1px solid #d9d9d9;
	border-radius: 6px;
	line-height: 40px;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.fromBtn {
	width: 300px;
	height: 38px;
	background: #4c54e6;
	border-radius: 6px;
	margin-top: 16px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
}

.left {
	display: flex;
	flex-direction: column;
}

.left .leftTop {
	display: flex;
	width: 920px;
	height: 260px;
	background: #fbfbff;
	border-radius: 10px;
	padding: 30px;
}

.left .leftTop .topCentLeft {
	width: 200px;
	height: 200px;
	border-radius: 10px;
}

.left .leftTop .topCentRight {
	display: flex;
	flex-direction: column;
	margin-left: 20px;
}

.left .leftTop .topCentRight .title {
	height: 28px;
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	font-weight: bold;
}

.left .leftTop .topCentRight .text {
	margin-top: 16px;
	width: 640px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
}

.left .leftTop .topCentRight .btns {
	margin-top: 62px;
	display: flex;
}

.left .leftTop .topCentRight .btns .phone {
	width: 160px;
	height: 50px;
	background: #4c54e6;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #ffffff;
	margin-right: 20px;
	cursor: pointer;
}

.left .leftTop .topCentRight .btns .phoneImg {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

.left .leftTop .topCentRight .btns .kefu {
	width: 160px;
	height: 50px;
	background: #7c45f1;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
}

.left .leftTop .topCentRight .btns .kefuImg {
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

.leftBot {
	margin-top: 20px;
	width: 920px;
	height: 520px;
	background: #fbfbff;
	border-radius: 10px;
	padding: 30px;
}

.leftBot .title {
	height: 28px;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	margin-bottom: 16px;
	font-weight: bold;
}

.leftBot .text {
	width: 860px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
}

.leftBot .text2 {
	margin-top: 30px;
	width: 860px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 19px;
}

.leftBot .leftBotImg {
	margin-top: 20px;
	width: 860px;
	height: 286px;
	border-radius: 10px;
}

.rightBox .hotProduct {
	margin-top: 40px;
}

.rightBox .hotProduct .hotTitle {
	height: 28px;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

.rightBox .hotProduct .hotList {
	display: flex;
	width: 340px;
	flex-wrap: wrap;
	gap: 10px;
}

.rightBox .hotProduct .hotList .hotItem {
	width: 165px;
	height: 50px;
	background: #f2f3ff;
	border-radius: 6px;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #4c54e6;
}

.popDiv {
	position: absolute;
	z-index: 3;
	top: 300px;
	left: calc(50% - 350px);
	width: 700px;
	height: 480px;
	background: #ffffff;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.popInner {
	position: relative;
	width: 100%;
	height: 100%;
}

.popBg {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background: rgba(0, 0, 0, 0.60);
}

.popDiv .popTop {
	font-size: 20px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	line-height: 28px;
	margin: 30px auto 20px;
}

.popBg .popDiv .popInner .closeImg {
	height: 20px;
	width: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.popBg .popDiv .popInner .popCenter {
	width: 700px;
	height: 1px;
	background: #eeeeee;
	border-radius: 20px;
	margin-bottom: 20px;
}

.popBg .popDiv .popInner .popBot {
	position: relative;
	width: 640px;
	height: 340px;
	margin-left: 30px;
	padding: 16px;
}

.popBg .popDiv .popInner .popBot .bgBorderLeft {
	border: 1px solid #4c54e6;
	height: 325px;
	width: 320px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background: #f4f5ff;
}

.popBg .popDiv .popInner .popBot .bgBorderRight {
	border: 1px solid #4c54e6;
	height: 325px;
	width: 320px;
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 3;
	background: #f4f5ff;
}

.popBg .popDiv .popInner .popBot .botInner {
	display: flex;
	position: relative;
	z-index: 4;
	background: #f4f5ff;
	width: 600px;
	height: 308px;
}

.popBg .popDiv .popInner .popBot .botInner .botLeft,
.botRight {
	width: 50%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.popBg .popDiv .popInner .popBot .botInner .botTitle {
	height: 28px;
	font-size: 20px;
	font-weight: 400;
	text-align: LEFT;
	color: #4c54e6;
	line-height: 28px;
	margin-bottom: 10px;
}

.popBg .popDiv .popInner .popBot .botInner .botText {
	width: 270px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
}

.popBg .popDiv .popInner .popBot .botInner .botImage {
	margin-top: 20px;
	margin-left: 80px;
	width: 140px;
	height: 140px;
	background: #f4f5ff;
	border: 1px solid #4c54e6;
	border-radius: 10px;
}

.popBg .popDiv .popInner .popBot .botInner .botImage .botImg {
	width: 130px;
	height: 130px;
	border-radius: 10px;
	margin: 5px;
}

.popBg .popDiv .popInner .popBot .botInner .botBot {
	margin-top: 10px;
	margin-left: 94px;
	width: 112px;
	text-align: center;
	height: 22px;
	font-size: 16px;
	color: #333333;
	line-height: 22px;
}

.popBg .popDiv .popInner .popBot .botInner .botRight {
	padding-top: 20px;
}

.popBg .popDiv .popInner .popBot .botInner .botText1 {
	margin-bottom: 10px;
	height: 25px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
}

.popBg .popDiv .popInner .popBot .botInner .phone1 {
	margin-bottom: 20px;
	height: 28px;
	font-size: 20px;
	font-weight: 400;
	color: #4c54e6;
	line-height: 28px;
}

.tabs {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	border-radius: 6px;
	border: 1px solid #4c54e6;
	width: fit-content;
	overflow: hidden;
}

.tabs .tab {
	width: 100px;
	height: 40px;
	background: #ffffff;
	border-right: 1px solid #4c54e6;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #666666;
}

.tabs .tab:last-child {
	border-right: none;
}

.tabs .activeTab {
	background: #4c54e6;
	color: #FFFFFF;
}

.leftModel {
	display: flex;
	flex-direction: column;
	gap: 10px 0;
	padding: 20px;
	background: #f8f8fc;
	border-radius: 10px;
	width: 920px;
	min-height: 150px;
	margin-top: 10px;
}

.leftModel .title {
	font-size: 20px;
	color: #333333;

}

.leftModel .leftText {
	font-size: 16px;
	color: #666666;
}

.leftModel .time {
	font-size: 14px;
	color: #999999;
}

.paginationjs-page .active:after{
    background-color: none;
}