
.banner {
	width: 100%;
	margin-top: 80px;
}
.banner .lshop {
	height: 520px;
	background: url('../mirror/images/speeddate/lshop_bg.png') no-repeat center center;
	background-size: 100% 100%;
}

.banner .lshop .lshop_ber {
	background: url('../mirror/images/speeddate/lshop_ber.png') no-repeat center center;
	background-size: 100% 100%;
}

.banner .lshop .lshop_ber .lshop_ber_ber {
	width: 100%;
	height: 100%;
	background: url('../mirror/images/speeddate/lshop_ber_ber.png') no-repeat center right;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_tit {
	height: 70px;
	font-size: 50px;
	font-family: AlibabaPuHuiTi-3-85-Bold;
	font-weight: normal;
	color: #333333;
	line-height: 59px;
	margin-left: -25px;
	padding-top: 5%;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_tit > span {
	background: linear-gradient(to right, #1C53FF, #416fffc7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_msg {
	width: 550px;
	height: 32px;
	font-size: 28px;
	font-family: AlibabaPuHuiTi-3-85-Bold;
	font-weight: normal;
	color: #333333;
	line-height: 32px;
	letter-spacing: 2px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .ls_msg > span {
	background: linear-gradient(to right, #1C53FF, #416fffc7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .lshop_ul {
	width: 600px;
	margin-top: 18px;
}

.banner .lshop .lshop_ber .lshop_ber_ber > .lshop_ul > li {
	width: 200px;
	height: 45px;
	line-height: 45px;
	font-size: 20px;
	font-family: AlibabaPuHuiTi-3-85-Bold;
	font-weight: normal;
	color: #475793;
	float: left;
}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_renew {
	width: 232px;
	height: 34px;
	background: linear-gradient(92deg, #C9D5FF 0%, rgba(196, 209, 255, 0) 100%);
	padding-left: 15px;
	margin-top: 30px;

	font-size: 20px;
	font-family: AlibabaPuHuiTi-3-65-Medium;
	font-weight: normal;
	color: #1F4DF9;
	line-height: 34px;

}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but {
	margin-top: 40px;
}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but > .free {
	margin-right: 50px;
	padding: 5px 20px;
	background: #003EFF;
	border-radius: 6px 6px 6px 6px;

	font-size: 20px;
	font-family: AlibabaPuHuiTi-3-75-SemiBold;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 41px;

}

.banner .lshop .lshop_ber .lshop_ber_ber .lshop_but > .update {
	padding: 5px 20px;
	border-radius: 6px 6px 6px 6px;
	border: 1px solid #003EFF;
	font-size: 20px;
	font-family: AlibabaPuHuiTi-3-75-SemiBold;
	font-weight: normal;
	color: #003EFF;
	line-height: 41px;
}

/*功能展示*/
.function-box .section-box {
	display: flex;
	justify-content: center;
	padding: 60px 0 50px 0;
}

.function-box .section-box .section-tit {
	color: #333;
	font-family: AlibabaPuHuiTi-3-85-Bold;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}


.function-box .function-item {
	display: flex;
	justify-content: center;
	position: relative;
	margin-top: 70px;
}
.function-box .function-item2 {
	margin: 160px 0 40px 0;
}
.function-box .function-item .item-img-shadow {
	z-index: -1;
	position: absolute;
	left: 0;
	width: calc(50% - 260px);
	bottom: 20px;
	height: 80%;
	border-radius: 0 30px 30px 0;
	background: #F4F6FC;
}
.function-box .function-item .item-img-shadow-right {
	z-index: -1;
	position: absolute;
	right: 0;
	width: calc(50% - 260px);
	bottom: 0px;
	height: 80%;
	border-radius: 30px 0 0 30px;
	background: #F4F6FC;

}

.function-box .function-item .item-mid-box {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.function-box .function-item .item-mid-box .item-img-box {
	width: 35%;
	display: flex;
}
.function-box .function-item .item-mid-box .item-img-box .item-img {
	background-color: #fff;
	padding: 17px;
	border-radius: 40px;
	box-shadow: 0px 3px 11.4px 0px rgba(26, 62, 116, 0.20);
	margin-top: -72px;
}
.function-box .function-item .item-mid-box .item-img-box .item-img2{
	margin-top: -112px;
}

.function-box .function-item .item-mid-box .item-right {
	justify-content: flex-end;
}

.function-box .function-item .item-mid-box .item-list {
	flex: 1;
}

.function-box .function-item .item-mid-box .item-list li {
	height: 61px;
	background-color: #F4F6FC;
	display: flex;
	align-items: center;
	border-radius: 60px;
	padding: 0 20px 0 40px;
	position: relative;
	margin-bottom: 26px;
}

.function-box .function-item .item-mid-box .item-list li.selected {
	background-color: #3A6AFF;
}

.function-box .function-item .item-mid-box .item-list .icon-pre {
	width: 20px;
	height: 20px;
	background: url('../mirror/images/speeddate/func_item_icon.png') no-repeat center center;
	background-size: 100% 100%;
}
.function-box .function-item .item-mid-box .item-list li.selected .icon-pre {
	background: url('../mirror/images/speeddate/func_item_icon_sel.png') no-repeat center center;
	background-size: 100% 100%;
}

.function-box .function-item .item-mid-box .item-list .item-tit {
	color: #333;
	width: 140px;
	display: flex;
	padding-left: 15px;
	font-family: AlibabaPuHuiTi-3-85-Bold;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.function-box .function-item .item-mid-box .item-list li.selected .item-tit {
	color: #fff;
}

.function-box .function-item .item-mid-box .item-list .item-msg {
	color: #495770;
	text-align: center;
	font-family: AlibabaPuHuiTi-3-65-Medium;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.function-box .function-item .item-mid-box .item-list li.selected .item-msg {
	color: #fff;
}

.function-box .function-item .item-mid-box .item-list li .icon-suf {
	display: none;
}

.function-box .function-item .item-mid-box .item-list .selected .icon-suf {
	position: absolute;
	right: 25px;
	top: -50%;
	display: block;
}

/*售后服务*/
.after-sales-box {
	background-color: #F8FAFC;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.after-sales-box .after-sales-title {
	color: #333;
	font-family: AlibabaPuHuiTi-3-85-Bold;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 52px 0 68px 0;

}
.after-sales-box .sales-mid-box {
	width: 1200px;
	display: flex;
	justify-content: center;
}
.after-sales-box .sales-mid-box .sales-list-box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.after-sales-box .sales-mid-box .sales-list-box .sales-list-item {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 71px;
}
.after-sales-box .sales-mid-box .sales-list-box .sales-list-item .icon {

}
.after-sales-box .sales-mid-box .sales-list-box .sales-list-item .sales-title {
	color: #333;
	text-align: center;
	font-family: AlibabaPuHuiTi-3-75-SemiBold;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.after-sales-box .sales-mid-box .sales-list-box .sales-list-item .sales-des {
	color: #3A6AFF;
	font-family: AlibabaPuHuiTi-3-75-SemiBold;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

/* 产品优势*/
.range{
	width:100%;
}

.range .range-title{
	color: #333;
	font-family: AlibabaPuHuiTi-3-85-Bold;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-top: 50px;
	padding-bottom: 70px;
	text-align: center;
}
.range .range-cont{
	display: flex;
	justify-content: center;
}
.range .range-cont .range-img {
	width: 1212px;
	height: 807px;
	background: #fff url('../mirror/images/speeddate/range_bg.png') no-repeat center center;
	background-size:100% 100%;
}
.range .range-cont .range-img .range-subs-box {
	width: 100%;
	height: 100%;
	position: relative;
}
.range .range-cont .range-img .range-subs-box .subs-item {
	position: absolute;
	width: 252px;
	height: 48px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.range .range-cont .range-img .range-subs-box .item1 {
	left: 25%;
	top: 10%;
}
.range .range-cont .range-img .range-subs-box .item2 {
	right: 25%;
	top: 10%;
}
.range .range-cont .range-img .range-subs-box .item3 {
	width: 300px;
	left: 0%;
	top: 38%;
}
.range .range-cont .range-img .range-subs-box .item4 {
	right: 5%;
	top: 38%;
}
.range .range-cont .range-img .range-subs-box .subs-item .text-left {
	text-align: left;
}
.range .range-cont .range-img .range-subs-box .subs-item .text-center {
	text-align: center;
}
.range .range-cont .range-img .range-subs-box .subs-item .text-right {
	text-align: right;
}

.range .range-cont .range-img .range-subs-box .subs-item .item-tit {
	color: #333;
	font-family: AlibabaPuHuiTi-3-85-Bold;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
}
.range .range-cont .range-img .range-subs-box .subs-item .item-tit span {
	color: #3A6AFF;
}
.range .range-cont .range-img .range-subs-box .subs-item .item-des {
	color: #495770;
	font-family: AlibabaPuHuiTi-3-85-Bold;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

/* 行业案例 */
.case-box {
	margin-top: 39px;

}
.case-box .case-tit {
	text-align: center;
	color: #333;
	font-family: AlibabaPuHuiTi-3-85-Bold;
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.case-box .case-content {
	display: flex;
	justify-content: center;
	margin-top: 69px;
}
.case-box .case-content .case-list {
	display: flex;
	align-items: center;
}
.case-box .case-content .case-list .case-list-item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 169px;
	height: 74px;
	flex-shrink: 0;
	border-radius: 6px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(11, 50, 174, 0.10);
	margin: 0 18px;
}
.case-box .case-content .case-list .case-list-item .item-tit {
	margin-left: 10px;
	color: #333;
	font-family: AlibabaPuHuiTi-3-55-RegularL3;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


/*公司资质*/
.about_company{
	width: 100%;
	height: 500px;
	background: #F9FBFE url('../mirror/images/speeddate/about_company_bg.png') no-repeat center right;
	background-size:100% 100%;

	box-shadow: inset 0px 6px 20px 0px rgba(11,50,174,0.15), inset 0px -6px 20px 0px rgba(11,50,174,0.15);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
}
.about_company>p{
	width: 100%;
	height: 42px;
	font-size: 30px;
	font-family: AlibabaPuHuiTi-3-85-Bold;
	font-weight: normal;
	color: #333333;
	line-height: 35px;
	text-align:center;
	padding-top: 60px;
}
.about_company .company_tips{
	width: 1200px;
	margin: 0 auto;
	margin-top:50px;
}


/* 联系我们 */
.contactus{
	width: 100%;
	padding:100px 0;

	background: #FFFFFF;
}

.contactus .contactus_tit{
	width: 100%;
	height: 42px;
	font-size: 30px;
	font-family: AlibabaPuHuiTi-3-85-Bold;
	font-weight: normal;
	color: #333333;
	line-height: 35px;
	text-align:center;
}
.contactus .contactus_tit>span {
	background: linear-gradient(to right, #1C53FF, #416fffc7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.contactus .contactus_msg{
	width: 100%;
	height: 65px;
	font-size: 18px;
	font-family: AlibabaPuHuiTi-3-55-RegularL3;
	font-weight: normal;
	color: #888888;
	line-height: 50px;
	text-align: center;

}
.contactus .contactus_but{
	width: 240px;
	height: 55px;
	line-height: 55px;
	background: #3A6AFF;
	border-radius: 999px;
	margin:0 auto;
	display: block;

	font-size: 22px;
	font-family: AlibabaPuHuiTi-3-75-SemiBold;
	font-weight: normal;
	color: #FFFFFF;
	text-align:center;
}

.contactus .contactus_but:hover{
	background: #6086FF;
}

.global{
	width:100%;
	height:155px;
	background-color:#262834
}
.global .global_cont{
	width: 1200px;
	height:100%;
	margin: 0 auto;
	background: url('../mirror/images/speeddate/global_ber.png') no-repeat center right;
	background-size: auto 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.global .global_cont .global_msg{
	width: 720px;
	height: 67px;
	font-size: 20px;
	font-family: AlibabaPuHuiTi-3-75-SemiBold;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 23px;
	margin-right:50px;

}
.global .global_cont .global_msg>span{
	font-size: 25px;
}
.global .global_cont .global_but{
	display: block;
	width: 159px;
	height: 48px;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	text-align: center;
	line-height: 48px;
	margin-right:100px;

	font-size: 20px;
	font-family: AlibabaPuHuiTi-3-55-RegularL3;
	font-weight: normal;
	color: #FFFFFF;
}
.global .global_cont .global_but:hover{
	color:#262834;
	background-color:#FFFFFF;
}