.cates_box {
	width: 1200px;
	border-bottom: 1px solid #E5E6E7;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 43px 0 21px;
}

.cates_box>a {
	margin-right: 60px;
}

.cates_box>a>div {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.cates_box .active {
	color: #007AFF;
	position: relative;
}

.cates_box .active::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -21px;
	width: 100%;
	height: 3px;
	background: #3B7AFB;
}

.mt65 {
	margin-top: 65px;
}

.mt65>a {
	text-decoration: none;
}

.news_cell {
	width: 788px;
	height: 362px;
	display: flex;
	align-items: center;
}

.news_cell img {
	width: 488px;
	height: 100%;
	object-fit: cover;
	flex-shrink: 0;
}

.news_cell .info {
	background: linear-gradient(-38deg, #739CFE, #ADC2F5);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 60px 30px;
}

.news_cell .info .time {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FBFCFD;
}

.news_cell .info .content {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FBFCFD;
}

.news_cell .info .more {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FBFCFD;
}

.news_cell1 {
	width: 384px;
	height: 106px;
	border: 1px solid #dad9d9;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.news_cell1_a {
	display: block;
}

.news_cell1_a:not(:last-child) {
	margin-bottom: 22px;
}

.news_cell1 img {
	width: 142px;
	height: 106px;
	object-fit: cover;
	flex-shrink: 0;
}

.news_cell1 .info {
	box-sizing: border-box;
	padding: 18px 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news_cell1 .info .content {
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3F3F3F;
	height: 38px;
	margin-bottom: 22px;
}

.news_cell1 .info .time {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7B7B7B;
}

.anli {
	/* height: 808px; */
	padding-top: 144px;
	padding-bottom: 35px;
	background-image: url(/assets/img/anli_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.anli_text1 {
	font-size: 28px;
	font-weight: 400;
	color: #434343;
}

.anli_text2 {
	font-size: 18px;
	font-weight: 300;
	color: #AFAFAF;
}

.anli_con {
	width: 311px;
	height: 241px;
	background: #FFFFFF;
	box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	margin-right: 21px;
}

.anli_con img {
	display: block;
	width: 100%;
	height: 201px;
	object-fit: cover;
	border-radius: 10px 10px 0 0;
}

.anli_con div {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #676767;
	height: 40px;
	line-height: 40px;
}

.khyly,
.kaifa,
.youshi_box {
	width: 100%;
	/* height: 428px; */
}

.khyly img,
.kaifa img,
.youshi_box img {
	display: block;
	width: 100%;
}

.cell_title {
	font-size: 35px;
	font-family: FZLanTingHeiS-R-GB-Regular, FZLanTingHeiS-R-GB;
	font-weight: 400;
	color: #2B2B2B;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 80px 0 135px;
}

.cell_title .line {
	width: 50px;
	height: 4px;
	background: #007AFF;
	border-radius: 2px 2px 2px 2px;
	margin: 0 34px;
}

.cell_title .sub {
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 40px;
	font-family: FZLanTingHeiS-H-GB-Regular, FZLanTingHeiS-H-GB;
	font-weight: 400;
	color: rgba(0, 122, 255, 0.41);
}

.line_bg {
	/* background-image: url(http://oss.xyzbcd.cn/pc/image/line.png); */
	background-position: center -120px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.fanwei_img1 {
	width: 819px;
	height: 565px;
	margin-right: 80px;
}

.fanwei_img2 {
	width: 819px;
	height: 565px;
	margin-left: 80px;
}

.fanwei_img3 {
	width: 819px;
	height: 565px;
	margin-right: 80px;
}

.fanwei_img4 {
	width: 819px;
	height: 565px;
	margin-left: 80px;
}

.order_num {
	width: 64px;
	height: 64px;
	background: #B5C9FF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.order_num>div {
	width: 32px;
	height: 32px;
	background: #007AFF;
	border-radius: 50%;
	font-size: 15px;
	font-family: PingFangSC-Medium-, PingFangSC-Medium;
	font-weight: normal;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fanwei_title {
	font-size: 24px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-top: 40px;
}

.fanwei_content {
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 23px;
	width: 675px;
}

.learn_more_btn {
	width: 157px;
	height: 57px;
	background: #E9EFFF;
	border-radius: 25px 25px 25px 25px;
	font-size: 15px;
	font-family: SourceHanSansCN-Normal-, SourceHanSansCN-Normal;
	font-weight: normal;
	color: #2B64FF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
}

.learn_more_btn img {
	width: 26px;
	height: 26px;
	flex-shrink: 0;
	margin-left: 17px;
	cursor: pointer;
}

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

.youshi_cell img {
	width: 85px;
	height: 85px;
	margin-right: 22px;
	flex-shrink: 0;
}

.youshi_cell>div>div:first-child {
	font-size: 21px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 16px;
}

.youshi_cell>div>div:last-child {
	font-size: 17px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
}

.youshi_data {
	margin-top: 50px;
	width: 100%;
	height: 430px;
	background-image: url(http://oss.xyzbcd.cn/pc/image/youshi_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	padding-top: 70px;
}

.youshi_data_cell {
	color: #fff;
	font-size: 12px;
	width: 265px;
}

.youshi_data_cell>div {
	border-left: 2px solid #fff;
	box-sizing: border-box;
	padding-left: 24px;
	position: relative;
}

.youshi_data_cell>div:before {
	content: '';
	position: absolute;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 2px solid #fff;
	box-sizing: border-box;
	left: -7px;
	bottom: -13px;
}

.youshi_data_cell .num {
	font-size: 44px;
	font-weight: bold;
	margin: 15px 0;
}

.youshi_bg {
	width: 100%;
	display: block;
	margin-top: 37px;
}

.cates {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cates>div {
	width: 260px;
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 1px rgba(43, 100, 255, 0.2);
	border-radius: 6px 6px 6px 6px;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.cates>div:hover {
	background: linear-gradient(359deg, #007AFF 0%, #087BFE 6%, #648AF2 100%);
	color: #fff;
}

.cates>div:not(:last-child) {
	margin-right: 94px;
}

.cates .active {
	background: linear-gradient(359deg, #007AFF 0%, #087BFE 6%, #648AF2 100%);
	color: #fff;
}

.zixun {
	background-image: url(http://oss.xyzbcd.cn/pc/image/zixun_bg.png);
	background-repeat: no-repeat;
	background-size: 110%;
	background-position: center;
}

.zixun_cells {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.zixun_cell {
	width: 1402px;
	height: 262px;
	border-radius: 10px 10px 10px 10px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0 41px;
}

.zixun_cell:hover {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 6px 1px rgba(0, 122, 255, 0.16);
}

.zixun_cell>.cover {
	width: 300px;
	height: 200px;
	object-fit: cover;
	flex-shrink: 0;
	margin-right: 30px;
}

.zixun_cell .content {
	width: 100%;
	height: 200px;
	position: relative;
}

.zixun_cell .content>div:first-child {
	font-size: 18px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}

.zixun_cell .content>div:nth-child(2) {
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin-top: 30px;
}

.zixun_cell .view_btn {
	width: 120px;
	height: 36px;
	background: #FFFFFF;
	border-radius: 26px 26px 26px 26px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.huoban_bg {
	width: 100%;
	margin-bottom: 110px;
}

.w1920 {
	width: 1500px;
}

#swiper_1 {
	display: block;
}

#swiper_2 {
	display: none;
}

#swiper_3 {
	display: none;
}

#swiper_4 {
	display: none;
}

.anli_cell {
	width: 370px;
	height: 372px;
	box-shadow: #cacaca 0px 0px 2px 1px;
	margin: 0px;
	border-radius: 6px;
}

.anli_cell>div:first-child {
	width: 100%;
	height: 280px;
	overflow: hidden;
	margin-bottom: 25px;
	border-radius: 6px 6px 0 0;
}

.anli_cell img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px 6px 0 0;
	transition: all 0.5s;
}

.anli_cell img:hover {
	transform: scale(1.2);
}

.anli_cell>div:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 24px 0;
	border-top: 1px solid #F1F1F1;
	margin: 0 24px;
}

.anli_cell>div:nth-child(2)>div {
	font-size: 13px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #2B64FF;
	width: 205px;
	display: -webkit-box;
	word-break: break-all;
}

.anli_cell>div:nth-child(2)>a {
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	cursor: pointer;
}

.mt100 {
	margin-top: 100px;
}

.mySwiper {
	width: 1574px;
	position: relative;
	margin: 100px auto 165px;
	overflow: hidden;
}

.icon_next {
	left: 100px;
}

.icon_prev {
	right: 100px;
}

.icon_next,
.icon_prev {
	position: absolute;
	top: 104px;
	z-index: 1;
	width: 46px;
	height: 102px;
	cursor: pointer;
}

.icon_next:focus,
.icon_prev:focus {
	outline: none;
}

.swiper {
	margin-top: 68px;
	width: 100%;
	height: 543px;
}

.swiper_img {
	width: 100%;
	display: block;
}

.swiper-slide {
	margin: 10px 0;
}

.bannerbox {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	background-image: url('https://oss.jiancewangluo.com/uploads/20220824/1bd80db36d9f6d98c57959ad1c1e4dc6.png');
}

.container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.container .text1 {
	margin-top: 250px;
	font-size: 50px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;

}

.container .text2 {
	margin-top: 15px;
	font-size: 110px;
	font-family: FZLanTingHeiS-H-GB-Regular, FZLanTingHeiS-H-GB;
	font-weight: 400;
	color: #FFFFFF;
}

.free_btn2 {
	width: 298px;
	height: 80px;
	background: linear-gradient(228deg, rgb(0 122 255 / 0.46) 0%, rgb(43 143 252 / 0.46) 100%);
	border-radius: 6px 6px 6px 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 134px 0 61px;
}

.free_btn2>div {
	width: 283px;
	height: 68px;
	background: linear-gradient(228deg, #007AFF 0%, #2B8FFC 100%);
	border-radius: 6px 6px 6px 6px;
	font-size: 30px;
	line-height: 30px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.point1 {
	width: 7px;
	height: 7px;
}

.point2 {
	width: 9px;
	height: 9px;
}

.point3 {
	width: 15px;
	height: 15px;
}

.point1,
.point2,
.point3 {
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.14);
	margin-bottom: 4px;
}

.text_down {
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin: 7px 0 11px;
}

.icon_arrow_down {
	width: 51px;
	height: 51px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon_arrow_down>div {
	width: 39px;
	height: 39px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.icon_arrow_down img {
	width: 24px !important;
	height: auto !important;
	object-fit: none;
}

.wave {
	width: 100%;
	height: 200px;
	background: #000;
	position: absolute;
	bottom: 0;
}