 .swiper-pagination{bottom:20px;
    left: 0;
    width: 100%;height: 8px; position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 100;}

.paginationitem {
    background: #fff;
    border: none;    opacity: .2;
    border-radius: 50%!important;
    cursor: pointer;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin:0 8px!important;
    transition: background .2s;
}
.paginationitem.is-active {opacity: 1;}

/*swiper style*/
.swiper-slide {
	align-items: center;
	cursor: -webkit-grab;
	cursor: grab;
	display: flex;
	flex-shrink: 0;
	font-size: 0.18rem;
	height: 100%;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	width: 100%;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-container {
	overflow: hidden;
	height: 100%;
	width: 100%; /*touch-action: none; */
}
.swiper-wrapper {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	will-change: transform;
	flex-direction: row;
}
.btn {
	position: absolute;
	top: 50%;z-index:100;
}
.btn svg {
	display: block;
	height: 100%;
	width: 100%;
}
.nextEl {
	right:20px;
}
.prevEl {
	left:20px;
}
.prevEl, .nextEl {
	background: 0 0;
	border: none;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 40px;
	outline: 0;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
}
.swiper-button-disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.swiper-container2, .swiper-container3 {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-wrapper2, .swiper-wrapper3 {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	align-items: flex-start;
}
.swiper-slide3 {
	flex-shrink: 0;
	width: 100%;
	height: auto;
	position: relative;
	transition-property: transform;
}
	
 /* image lazyload */
	.swiper-lazy {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
		opacity: 0;
		transition: all ease 300ms;
	}

	.swiper-lazy-preloader {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;z-index:10;
	}

	.swiper-lazy-loaded {
		opacity: 1;
	}

	.swiper-lazy-preloader::after {
		display: block;
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		margin: -15px 0 0 -15px;
		width: 30px;
		height: 30px;
		border: 2px solid rgba(0, 0, 0, .88);
		border-radius: 50%;
		border-bottom-color: transparent;
		transform-origin: 50%;
		animation: rotate 1s infinite linear;
	}

	@keyframes rotate {
		0% {
			transform: rotate3d(0, 0, 0, 0);
		}

		100% {
			transform: rotate3d(0, 0, 1, 360deg);
		}
	}
/*swiper style finish*/


.bannerbg0{ background-image: url(../images/bannerbg.jpg);
    margin: 0;
    padding: 0;width:100%;height:100%;background-size: cover;
    background-position: center center;background-repeat: no-repeat;
}
.bannerbg1{ background-image: url(../images/bannerbg2.jpg);
    margin: 0;
    padding: 0;width:100%;height:100%;background-size: cover;
    background-position: center center;background-repeat: no-repeat;
}
.witr_swiper_area{
	overflow:hidden;
	position:relative;
}
.witr_swiper_height {
    position: relative;
    background-size: cover;
    background-position: center center;
    height:1041px;
}
.witr_swiper_height::before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;	
	background:#140F4A82;
}
.witr_sw_text_area {
    margin: auto;
    height: 100%;
    width: 85%;
}
.witr_swiper_content{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
	z-index: 1;	
}
.witr_swiper_topimg {
    margin-bottom: 23px;
}
.witr_swiper_content h1,.witr_swiper_content h2, .witr_swiper_content h3 {
    font-size:0.28rem;
    font-weight:600;
    color: #fff;
}
.witr_swiper_content h1 span,
.witr_swiper_content h2 span,
.witr_swiper_content h3 span{
	color: #3d59e8;	
}
.witr_swiper_content p {
    font-weight: 300;
    font-size: 0.18rem;
	margin-top: 36px;
	color: #fff;	
}
.text-left .witr_swiper_content h1,
.text-left .witr_swiper_content h2,
.text-left .witr_swiper_content h3{
    margin: 0px auto 10px 0;
}
.witr_swiper_content .witr_btn {
    color: #FFFFFF;
    font-size: 0.16rem;min-width:80px;
    text-transform: uppercase;
    border-style: default;
    padding: 10px 30px 13px 30px;
}
.witr_swiper_content .witr_btn.active {
    color: #3D59E8;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
}
.witr_swiper_content .witr_btn.active:hover {
    color: #FFFFFF;
    background-color: #3D59E8;
}
.witr_swiper_area .text-center .slider_vd_icon {
    top: 23%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);	
}
.witr_swiper_area .text-left .slider_vd_icon {
    right: 16%;
}
.witr_swiper_area .text-right .slider_vd_icon {
    left: 16%;
}
.witr_swiper_area .text-center .slider_vd_icon {
    top: 23%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);	
}
.witr_swiper_area .swiper-slide a {
    display: inline-block;
}
.witr_icon_section{
	margin-top:30px;
}
.slider_btn {
    margin-top: 36px;min-height: 49px;
}
/* video icon css */
.text-left .slider_vd_icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
	z-index: 1;
}
.text-right .slider_vd_icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;	
}
.tx_svd_icon{
	background:#3d59e8;
	color:#fff;
	width:75px;
	height:75px;
	line-height:75px;
	border-radius:100%;
	display:inline-block;
	text-align:center;
    -webkit-animation: witr-shadow 1s linear infinite;
    animation: witr-shadow 1s linear infinite;
    -webkit-transition: 0.5s;
}
.tx_svd_icon i{
	color:#fff;
}
.fa-play:before {
    content: "\f04b";
}

.fa-play:before {
    content: "\f04b";
}
@keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}


@media (min-width: 1200px){
	.witrscontainer {
    max-width: 1430px;
	}

}
.witrscontainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.tx_svd_icon {
    background: #3d59e8;
    color: #fff;
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    -webkit-animation: witr-shadow 1s linear infinite;
    animation: witr-shadow 1s linear infinite;
    -webkit-transition: 0.5s;
}
.witr_swiper_content .witr_btn.active:hover {
    color: #FFFFFF;
    background-color: #3D59E8;
}
.witr_swiper_content .witr_btn.active {
    color: #3D59E8;
    background-color: #FFFFFF;display: inline-block;
    border-style: solid;
    border-width: 0px 0px 0px 0px;text-align: center;
}
.witr_btn:hover {
    background: #fe688b;
    color: #fff;
}
.witr_btn{
    border-radius:30px;min-width: 80px;
    font-size:0.14rem;
    font-weight: 400;
    text-transform: capitalize;
}

.bannerbg{
	background-color: #641ce5;
	background-image: url(../images/home-hero-bg.png);
	background-image: url(../images/home-hero-bg.svg);
	background-image: url(../images/home-hero-bg.svg),linear-gradient(
180deg,#7014e8 30.12%,#0e5ecf 192.47%);
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	/*background-size: cover;*/
	background-position: center center;
}
.bannerbg .bbox {margin-left: auto;margin-right:auto;height: 100%;}

.ind1_bt{width:45px;height: 2px;background: #512bd4;margin:13px 0 36px 0 }

.indexm{ background-color:#fff; }
.index_d1 ul{padding:0 45px;box-sizing: border-box;}
.index_d1 ul li{width:325px;box-sizing: border-box;box-shadow: 1px 1px 10px rgba(81,43,212,0.1);padding:56px 0;border-radius:20px; margin-right:67.5px;margin-bottom:40px;}
.index_d1 ul li:nth-child(3n){margin-right: 0}
.index_d1 ul li img{margin-bottom:20px;}

.index_d2{
	background-repeat: no-repeat;
	background-image: url(../images/ind2_bac.png);
	background-position: center top;
	padding-top: 156px;padding-bottom:40px;
	max-width: 1920px;width:100%;
	margin-left: auto;
	margin-right: auto;
	background-size: auto 100%;margin-top:-43px;
}
.ind2_bt1{padding-bottom:5px;border-bottom: 2px solid #512bd4;margin-right:18px; margin-bottom:18px; }
.ind2_bt3{padding-bottom:5px;border-bottom: 2px solid rgba(255,255,255,0.4);margin-right:18px; margin-bottom:18px;}

.ind2_1le{width:560px;margin-right: 40px; margin-left: auto; }
.ind2_p2{margin-top:30px;width:100%; }

.ind2_2ri{width: 600px;}
.ind2_2le{width:560px; padding-left:40px;box-sizing: border-box;  }

.index_d3{padding: 103px 0 103px 0;max-width: 1920px;width:100%;margin-left:auto;margin-right: auto; }

.ind3_icon{width:136px;height: 130px;}
.index_d3 li{width:330px;margin-right:105px;}
.index_d3 li:nth-child(3){margin-right: 0}
.index_d3 li:nth-child(1) .ind3_icon{background: url(../images/ind3_p1.png)no-repeat; background-position: center center;}
.index_d3 li:nth-child(2) .ind3_icon{background: url(../images/ind3_p2.png)no-repeat; background-position: center center;}
.index_d3 li:nth-child(3) .ind3_icon{background: url(../images/ind3_p3.png)no-repeat; background-position: center center;}
.index_d3 ul{margin-top:0.40rem; }

.index_d3 .ind3_p1{font-weight:bold;margin:30px 0; }

.index_d4{
	position: relative;max-width: 1920px;width:100%;margin-left:auto;margin-right: auto;
	z-index: 20;
	background: url(../images/ind4_bac.jpg)no-repeat;
	padding:95px  0 120px 0;
	box-sizing: border-box;
	background-position: center top;
	background-size: 100% 100%;
}
.index_d4 .ind2_bt1{border-bottom: 2px solid #fff}
.ind4_pall{margin:50px 0 80px 0;text-align: left;}
.ind4_p1{line-height: 30px;}
.ind4_icon{width: 68px;height: 60px; margin-bottom:20px; }
.index_d4 li{width: 300px;}
.index_d4 li:nth-child(1) .ind4_icon{background: url(../images/ind4_p1.png)no-repeat; background-position: center center;}
.index_d4 li:nth-child(2) .ind4_icon{background: url(../images/ind4_p2.png)no-repeat; background-position: center center;}
.index_d4 li:nth-child(3) .ind4_icon{background: url(../images/ind4_p3.png)no-repeat; background-position: center center;}
.index_d4 li:nth-child(4) .ind4_icon{background: url(../images/ind4_p4.png)no-repeat; background-position: center center;}

.index_d5{
	background-repeat: no-repeat;max-width: 1920px;width:100%;margin-left:auto;margin-right: auto;
	background-image: url(../images/ind5_bac.png);
	padding:130px 0 123px 0;
	box-sizing: border-box;
	z-index: 1;
	background-size: 100% auto;
	background-position: center top;
}

.ind5_pic1{max-width:600px;width: 100%;margin-right: 40px; }
.ind5_tri{width:560px;padding-top: 66px; }
.ind5_p1{margin-top:35px;line-height:35px; }

.ind5_ble{width:561px;padding-top:66px;  }
.ind5_top{margin-bottom:90px; }
.index_d6{
	background-repeat: no-repeat;
	background-image: url(../images/ind6_bac.png);
	max-width: 1920px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-position: center bottom;
	padding: 95px 0;
	box-sizing: border-box;
	background-color: #F3F4F8;
	background-size: 100% auto;
}
.ind6_d{margin-top:50px;}
.ind6_pc {width: 745px;margin:0 auto;}
.acr{background: url(../images/ind6_act.png);color: #fff!important;background-size: 100% 100% }
.acr p{color: #fff!important}
.ind6_pc .swiper-slide2{width:120px;height: 40px;margin-right: 35px;line-height: 40px;color: #000;cursor: pointer;}
.ind6_ul2p1{margin-bottom: 15px;width: 400px;transition: all 0.5s;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.ind6_ul2p3{line-height: 25px;width: 400px;}

.ind6_dpic{width: 36px;height: 36px;background:url(../images/ind6_pic1.png);margin-top: 10px;transition: all 0.5s;background-size: cover;}

.ind6_ul2 li{margin-right: 30px;margin-bottom:25px;width: 585px;height: 150px;background: #fff;border-radius:20px;padding:30px;box-sizing: border-box;text-align: left;transition: all 0.5s}
.ind6_ul2 li:hover{box-shadow: 1px 1px 10px rgba(12,0,54,0.1);transition: all 0.5s}
.ind6_ul2 li:hover .ind6_ul2p1{color: #512bd4;transition: all 0.5s}
.ind6_ul2 li:hover .ind6_dpic{background:url(../images/ind6_pic2.png);background-size: cover;transition: all 0.5s}

.ind6_ul2 li:nth-child(2n){margin-right: 0}
 .top-block {
	width: 100%;
	height: 1041px; position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
	body{width:1200px;}.top-block {height:900px; }
}

@media screen and (max-width: 991px){	
	.pt75{padding-top:50px}
	.top-block {height:100vh;max-height: 100vh; }
	.bannerbg .bbox {text-align: center;color:#fff;}	
	.bannerbg0 .text-left,.bannerbg1 .text-left{text-align:center; }
	.slider_btn {
		min-height:20px;
	}
	.witr_swiper_content .witr_btn {min-width:80px;
    padding:6px 15px 8px 15px;
}
	.font_24 {
		font-size: 0.18rem;
	}
	.font_22 {
		font-size: 0.18rem;
	}
	.font_16{font-size: 0.14rem;}
	.font_18{font-size: 0.16rem;}
	.font_36{font-size: 0.24rem;}
	.w96{width: 96%;margin-left: auto;margin-right: auto;}
	.ind2_bt1 {
    padding-bottom:2px;
    border-bottom: 2px solid #512bd4;
    margin-right:10px;
    margin-bottom:10px;
}
	.ind2_bt3 {
    padding-bottom:2px;
    border-bottom: 2px solid rgba(255,255,255,0.4);
    margin-right: 10px;
    margin-bottom: 10px;
}
	.font_28 {
		font-size: 0.18rem;
	}
	.font_58 {
		font-size: 0.33rem;
	}
	.btn{display: none;}
	.mrb_5{margin-bottom:3px;}
	.mrb_30 {margin-bottom: 16px;}
	.mrb_40 {margin-bottom: 22px;}
	.ind2_p2{margin-top:16px;}
	.ind1_bt{width:26px;margin:10px 0 24px 0; }
	.index_d1 ul li{width: 49%;padding:30px 0;border-radius:10px;margin-right: 2%;margin-bottom: 2%}
	.index_d1 ul li img {margin-bottom:10px;}
	.index_d1 ul li:nth-child(2n){margin-right: 0}
	.index_d1 ul{padding: 0}
	.ind2_1le {width: 100%}
	.ind2_1ri{width: 100%;text-align: center;margin-right:0px;}
	.ind2_1ri img{ width: 80%;}
	.ind2_2ri{width: 100%;text-align: center;}
	.ind2_2ri img{ width: 80%;}
	.ind2_2le{width: 100%;padding: 0}
	.index_d2 {padding-top:60px;margin-top: 0px;padding-bottom:12px;}
	.ind2_div1{ text-align: center;padding-bottom:16px;}
	.ind2_2le  .cff{}
	.ind2_2le .ind2_bt3{color: #fff!important}
	.ind2_2le{margin-top: 30px;}
	.index_d3 {padding:50px 0 50px 0;}
	.index_d3 ul { margin-top: 0.22rem;}
	.index_d3 li{width: 100%;margin-bottom:5%}
	.index_d3 li:nth-child(2n){margin-right: 0}
	.index_d3 .ind3_p1{margin:16px 0; }
	.ind3_p2{width: 96%;margin-left: auto;margin-right: auto;}
	
	.index_d4{background:#512bd4;padding: 50px 0 50px 0;}
	.ind4_p1{line-height:24px;}
	.ind4_pall{margin:25px 0 40px 0;width: 96%;margin-left: auto;margin-right: auto; text-align: left;}
	.ind3_div1{ text-align: center;	}
	.index_d4 li{width:50%;margin-right: 0%;margin-bottom: 4%}
	.index_d4 li:nth-child(2n){margin-right: 0}
	
	.ind4_icon {margin-bottom:10px;	}
	.index_d5{padding:50px 0 50px 0;}
	.ind5_top div{width:100%;text-align: center;}
	.ind5_top .ind5_pic1{float:none;max-width:80%;}
	.ind5_top { margin-bottom:50px;}
	.ind5_top div.ind5_tri{width: 100%;margin-top:25px;text-align: center;padding-top:0px;}
	.ind5_top .ind5_p1{text-align:left;width: 96%;margin-left: auto;margin-right: auto;margin-top:24px;
    line-height: 24px;}
	.ind5_bot div{width:100%;text-align: center;}
	.ind5_bot div.ind5_ble{width: 100%;margin-top: 0px;margin-bottom:50px;text-align: center;padding-top:0px;}
	.ind5_pic1 {margin-right:0px;}
	.ind5_bot .ind5_pic2{float:none;max-width:80%;}
	.ind5_bot .ind5_p1{text-align:left;width: 96%;margin-left: auto;margin-right: auto;margin-top:24px;
    line-height:24px;}
	.index_d6{
	    /*
		background:#f7f7f7;
	*/
		padding:50px 0;}
	.ind6_ul2 li{width: 100%;height: auto;}
	.ind6_ul2p3{line-height: 35px;width: 500px;} 
	.ind6_pc {width:96%;}
	.ind6_pc .swiper-slide2{width: 24%;height:33px;background-size: 100% 100%;margin-right:0px; margin-bottom:10px;}
	.ind6_pc .swiper-slide2 p{ height:33px;line-height:32px;}
	.ind6_pc .acr{width:28%;}
	.ind6_pc .acr p{color: #fff!important;background:url(../images/ind6_act.png);width:100%; background-size: 100% 100%}	
	.ind6_d {margin-top:28px;width:96%;margin-left:auto;margin-right:auto;}
	.ind6_ul2 li{margin-right:0;margin-bottom:14px;width:100%;border-radius:12px;padding:16px;}
	.ind6_ul2 li .font_16{font-size:0.14rem;}
	.ind6_ul2 li .font_22{font-size:0.16rem;}
	.ind6_ul2p1{margin-bottom:8px;width:75%;}
	.ind6_ul2p2{margin-bottom:8px;width:25%;line-height:16px;margin-top:4px; text-align:right;}
	.ind6_ul2p3 {line-height:20px;width:85%;}
	.ind6_dpic {
		width: 26px;
		height: 26px;
		margin-top:7px;}	
	
}








