.pub_tit{
	font-size: 32px;
	color: rgba(50, 50, 50, 1);
	font-weight: 600;
	text-align: center;
	padding: 80px 0;
}
/* 轮播 */
.swiper-banner{
    overflow: hidden;
    position: relative;
}
.swiper-slide a{
    display: block;
    color: #fff;
}
.swiper-slide a img{
	width: 100%;
}
.swiper-pagination .swiper-pagination-bullet{
    display: inline-block;
    margin: 0 3px;
    width: 30px;
    height: 4px;
    line-height: 4px;
    text-align: center;
    background: rgba(255,255,255,.4);
    cursor: pointer;
    opacity: 1;
    border-radius: 0;
}
.swiper-pagination .swiper-pagination-bullet-active{
    background: #fff;
}
/* block1 */
.block1{
	background: #fff;
}
.block1 .tab_tit{
	display: flex;
	justify-content: center;
}
.block1 .tab_tit li {
	display: flex;	align-items: center;	justify-content: center;
	flex-direction: column;
	width: 158px;
	height: 136px;
	font-size: 16px;
	color: rgba(50, 50, 50, 1);
	font-weight: 600;
	cursor: pointer;
	background: url(../../img/lxIcon.png) no-repeat center/contain;
	margin-left: -25px;
}
.block1 .tab_tit li:nth-child(even){
	margin-top: 70px;
}
.block1 .tab_tit li.cur{
	color: #fff;
	background-image: url(../../img/lxCurIcon.png);
}
.block1 .tab_tit li.cur .icon1,.block1 .tab_tit li .icon2{
	display: none;
}
.block1 .tab_tit li.cur .icon2{
	display: block;
}
.block1 .tab_tit li img{
	width: 54px;
	height: 54px;
	margin-bottom: 10px;
}
.block1 .tab_box{
	width: 100%;
	position: relative;
	background: url(../../img/block1Bg.png) no-repeat center/cover;
	height: 390px;
}
.block1 .tab_box .bg1{
	position: absolute;
	top: -65px;
	left: 50%;
	margin-left: -640px;
}
.block1 .tab_con ul{
	padding-top: 80px;
	display: none;
	width: 1225px;
}
.block1 .tab_con ul:first-child{
	display: block;
}
.block1 .tab_con li{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	margin-right: 25px;
	width: 220px;
	height: 180px;
	background: #FFFFFF;
	border-radius: 2px;
	box-shadow: -10px -16px 40px 5px rgba(255,255,255,0.7);
	cursor: pointer;
	transition: all 0.3s;
}
.block1 .tab_con li:hover{
	transform: scale(1.1);
}
.block1 .tab_con li .li_con{
	width: 100%;
	height: 100%;
	padding: 20px 15px 0;
	box-sizing: border-box;
	box-shadow: 10px 16px 40px 5px rgba(202,210,227,0.7);
}
.block1 .tab_con li .tit{
	display: flex;
	align-items: center;
	font-size: 18px;
	color: rgba(50, 50, 50, 1);
	font-weight: 600;
}
.block1 .tab_con li .tit img{
	width: 30px;
	min-height: 30px;
    margin-right: 2px;
    margin-left: -8px;
}
.block1 .tab_con li .des{
	font-size: 13px;
	color: rgba(114, 122, 143, 1);
	margin: 15px 0;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}
.block1 .tab_con li .addit{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 600;
}
.block1 .tab_con li .addit a{
	font-size: 12px;
	color: rgba(50, 50, 50, 0.4);
}
.block1 .tab_con li .addit .btn{
	color: #4F77FF;
	font-size: 14px;
}
.block2{
	background: #F5F7FC;
	padding-bottom: 135px;
}
.block2 .con_box{
	background: #fff;
	height: 530px;
	background: #FFFFFF;
	border: 1px solid #E3E9EE;
	display: flex;
}
.block2 .con_l{
	width: 160px;
	height: 100%;
	background: #FFFFFF;
	border: 1px solid #F5F6F8;
	display: flex;
	flex-direction: column;
}
.block2 .con_l .text,.block2 .con_l .more{
	height: 60px;
	background: #4F77FF;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
.block2 .con_l ul{
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
	flex: 1;
	padding: 25px 0;
}
.block2 .con_l ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}
.block2 .con_l ul li span{
	font-size: 24px;
	color: rgba(50, 50, 50, 1);
	font-weight: 600;
	opacity: 0.4;
	transition: all 0.3s;
}
.block2 .con_l ul li i{
	font-style: normal;
	font-size: 16px;
	color: rgba(128, 128, 128, 1);
	margin-top: 12px;
	opacity: 0.4;
	font-weight: normal;
	transition: all 0.3;
}
.block2 .con_l ul li:hover span,.block2 .con_l ul li:hover i{
	opacity: 1;
}
.block2 .con_l ul li.cur span{
	opacity: 1;
	color: #4F77FF;
}
.block2 .con_l ul li.cur i{
	opacity: 1;
}
.block2 .tab_con{
	flex: 1;
}
.block2 .tab_con ul:first-child{
	display: block;
}
.block2 .tab_con ul{
	display: none;
}
.block2 .tab_tit2{
	height: 100px;
	background: #FFFFFF;
	border: 1px solid #F5F6F8;
	display: flex;
	align-items: flex-end;
	padding-left: 40px;
}
.block2 .tab_tit2 span{
	padding-bottom: 15px;
	margin-right: 60px;
	font-size: 20px;
	color: rgba(50, 50, 50, 1);
	font-weight: 600;
	cursor: pointer;
}
.block2 .tab_tit2 span.cur{
	font-size: 40px;
	position: relative;
}
.block2 .tab_tit2 span.cur:after{
	content:'';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #000000;
	left: 0;
	bottom: 0;
}
.block2 .text_tit{
	padding: 25px 0 15px;
	font-size: 16px;
	color: rgba(50, 50, 50, 1);
	font-weight: 600;
}
.block2 .tab_con2{
	padding: 15px 0 0;
	font-size: 14px;
	height: 415px;
	display: none;
}
.block2 .tab_con_l{
	padding: 0 40px;
	width: 526px;
}
.block2 .tab_con_l .des{
	color: rgba(153, 153, 153, 1);
	line-height: 24px;
	height: 72px;
}
.block2 .tab_con_l .pz_box{
	flex-wrap: wrap;
}
.block2 .tab_con_l .pz_box .list{
	width: 124px;
	height: 80px;
	background: #FFFFFF;
	border: 1px solid #E3E9EE;
	margin-right: 10px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	padding: 0 3px;
	box-sizing: border-box;
}
.block2 .tab_con_l .pz_box .list.no-margin{
	margin-right: 0;
}
.block2 .tab_con_l .pz_box .list .text{
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
}
.block2 .tab_con_l .pz_box .list .text span{
	font-size: 18px;
	color: rgba(50, 50, 50, 1);
	font-weight: 600;
	margin-bottom: 10px;
}
.block2 .tab_con_l .pz_box .list .text i{
	font-size: 14px;
	color: rgba(153, 153, 153, 1);
	font-style: normal;
}
.block2 .tab_con_l .pz_box .list.last{
	width: 160px;
	flex-direction: column;
	padding: 0;
}
.block2 .tab_con_l .pz_box .list.last_s{
	width: 356px;
	margin-right: 0;
}
.block2 .tab_con_l .pz_box .list.last .list_t{
	color: rgba(153, 153, 153, 1);
	font-size: 14px;
	width: 100%;
}
.block2 .tab_con_l .pz_box .list.last .list_b{
	width: 100%;
}
.block2 .list_b .line{
	width: 1px;
	height: 100%;
	background: rgba(227, 233, 238, 1);
}
.block2 .list_b select{
	flex: 1;
    height: 100%;
    border: 0;
    border-top: 1px solid rgba(227, 233, 238, 1);
    border-right: 1px solid rgba(227, 233, 238, 1);
	cursor: pointer;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	color: rgba(50, 50, 50, 1);
}
.block2 .list_b select:last-child{
	border-right: 0 none;
}
.block2 .tab_con_r{
	border-left: 1px solid rgba(245, 246, 248, 1);
	padding: 0 50px 0 40px;
	width: 400px;
	box-sizing: border-box;
}
.block2 .tab_con_r .type_box .type_li{
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #E3E9EE;
	width: 140px;
	height: 80px;
	font-size: 14px;
	color: #323232;
	justify-content: center;
	cursor: pointer;
	position: relative;
	transition: all 0.3s;
	margin-bottom: 20px;
}
.block2 .tab_con_r .type_box .type_li.cur,.block2 .tab_con_r .type_box .type_li:hover{
	border-color: #4F77FF;
}
.block2 .tab_con_r .type_box .type_li.cur::after{
	content:'';
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../../img/s1.png) no-repeat center/cover;
	width: 24px;
	height: 24px;
}
.block2 .tab_con_r .type_box .type_li .img_box{
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block2 .tab_con_r .type_box .type_li .price{
	margin-top: 10px;
}
.block2 .tab_con_r .price_box{
	border-top: 1px dashed rgba(227, 233, 238, 1);
}
.block2 .tab_con_r .price_box .time{
	padding: 15px 0 5px;
	color: rgba(153, 153, 153, 1);
}
.block2 .tab_con_r .price_box .price{
	font-size: 24px;
	color: rgba(255, 132, 83, 1);
	margin-bottom: 20px;
	font-weight: 600;
}
.block2 .tab_con_r .price_box .price_o{
	color: rgba(153, 153, 153, 1);
}
.block2 .tab_con_r .price_box .btns{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	height: 60px;
}
.block2 .tab_con_r .price_box .btns .buy{
	flex: 1;
	height: 58px;
	background: #FFF493;
	line-height: 58px;
	text-align: center;
	font-size: 20px;
	color: rgba(50, 50, 50, 1);
	font-weight: 600;
	cursor: pointer;
}
.block2 .tab_con_r .price_box .btns .buy.disabled{
	background: rgba(128, 128, 128, 0.4);
	color: #fff;
	cursor: default;
}
.block2 .tab_con_r .price_box .btns .kf,.block2 .tab_con_r .price_box .btns .more{
	width: 120px;
    height: 57px;
    line-height: 57px;
	text-align: center;
	border-top: 1px solid #F5F6F8;
	font-size: 16px;
	color: rgba(50, 50, 50, 1);
}
.block2 .tab_con_r .price_box .btns .more{
	background: #FAFAFA;
	border-left: 1px solid #F5F6F8;
}
.block3 video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.block3 .block3_con_box{
	background: #343646;
	height: 700px;
}
.block3 .con_l{
	padding-top: 70px;
	width: 218px;
	flex-shrink: 0;
	width: 30%;
	/* background: url(../../img/block3Bg.png) no-repeat center/cover; */
	height: 700px;
	box-sizing: border-box;
}
.block3 .con_l_box{
    position: absolute;
    top: 70px;
    right: 4rem;
    width: 150px;
}
.block3 .con_l .tab_tit span{
	display: block;
	line-height: 40px;
	margin-bottom: 25px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
}
.block3 .con_l .tab_tit span.cur{
	position: relative;
	font-size: 20px;
	padding-left: 30px;
	box-sizing: border-box;
}
.block3 .con_l .tab_tit span.cur:after{
	content: '';
	position: absolute;
	left:0;
	top:50%;
	margin-top: -2px;
	width: 18px;
	height: 4px;
	background: #FFFFFF;
	border-radius: 2px;
}
.block3 .con_l .more{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	margin-top: 140px;
}
.block3 .tab_con{
	padding-top: 40px;
	padding-left: 70px;
	box-sizing: border-box;
	width: 70%;
}
.block3 .tab_con ul{
	display: none;
	width: 790px;
}
.block3 .tab_con .tit_b{
	font-size: 32px;
	color: #fff;
	font-weight: 600;
	width: 790px;
	text-align: center;
	margin-bottom: 30px;
}
.block3 .tab_con .tit{
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	line-height: 44px;
}
.block3 .tab_con .des{
	font-size: 14px;
	color: #B3B3B3;
	line-height: 24px;
	height: 72px;
	margin: 35px 0 0;
}
.block3 .tab_con .text_tit{
	font-size: 16px;
	color: #fff;
	margin: 30px 0;
}
.block3 .tab_con .case_con>img{
	margin-right: 15px;
}
.block3 .tab_con .case_con .text_box{
	margin-left: 15px;
}
.block3 .tab_con .case_con .text_box .text{
	font-size: 14px;
	color: #B3B3B3;
	line-height: 24px;
	height: 72px;
	margin-bottom: 30px;
}
.block3 .tab_con .case_con .text_box .btn1{
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #4F77FF;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
}
.block3 .tab_con .case_con .text_box .btn2{
	font-size: 14px;
	color: rgba(135, 155, 203, 1);
	margin-left: 40px;
}
.block3 .tab_con .product_box ul{
	display: flex;
}
.block3 .tab_con .product_box li{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 40px;
}
.block3 .tab_con .product_box li img{
	width: 50px;
	height: 50px;
}
.block3 .tab_con .product_box li span{
	font-size: 14px;
	color: #fff;
	line-height: 14px;
	margin-top: 23px;
}
.block4{
	background: url(../../img/block4Bg.png) no-repeat center/100% 660px;
	width: 100%;
	height: 660px;
}
.block5{
	background: #F5F7FC;
	padding-bottom: 50px;
}
.block6{
	padding-bottom: 20px;
	background: #F5F7FC;
}
.block6 .pub_tit{
	padding: 30px 0;
}
.block5 .list .item{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 216px;
	height: 120px;
	margin-right: 30px;
	margin-bottom: 30px;
	background:#fff;
	transition: all 0.3s;
}
.block5 .list .item:hover{
	transform: scale(1.1);
	box-shadow: 0 20px 40px 5px rgba(202,210,227,0.7);
}
.block5 .list .item:last-child{
	margin-right: 0;
}
.block6 .text1{
	font-size: 20px;
	color: rgba(50, 50, 50, 1);
	font-weight: 600;
	text-align: center;
}
.block6 .text2{
	font-size: 12px;
	color: rgba(153, 153, 153, 1);
	text-align: center;
	margin-top: 20px;
	line-height: 12px;
	margin-bottom: 60px;
}

.mySwiper{
	width:1200px;
}
.mySwiper .swiper-slide ul{
	display: flex;
	justify-content: space-around;
	width: 100%;
	padding: 20px 40px 25px;
	box-sizing: border-box;
}
.mySwiper .swiper-slide ul li{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 16px;
	line-height: 16px;
	color: #81848C;
	flex: 1;
	cursor: pointer;
}
.mySwiper .swiper-slide ul li.cur{
	color: #4F77FF;
}
.mySwiper .swiper-slide ul li.cur img{
	transform: scale(1.15);
	position: relative;
	margin-top: -20px;
	margin-bottom: 40px;
}
.mySwiper .swiper-slide ul li img{
	width: 70px;
	height: 70px;
	margin-bottom: 20px;
	transition: all 0.3s;
}