* {
    padding: 0;
    margin: 0;
}

.banner {
    width: 100%;
    min-width: 1200px;

    max-width: inherit !important;
    background: rgb(229, 239, 255);
    border-radius: 0px 0px 0px 0px;
    /* padding-top: 120px; */
    /* display: flex;
    align-items: center;
    padding-left: 260px;
    box-sizing: border-box;
    
    background-image: url(../images/indexAi/banner.png);
    background-size: 100% 100%; */
    
}
.banner>img{
    width: 100%;
    min-width: 1200px;

    max-width: inherit !important;
    height: 100%;
    object-fit: contain;
}

.banner .bg-top img {
    margin-left: 82px;
    width: 862px;
    height: 445px;
}

.banner .leftText h1 {
    font-size: 50px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 5px;
}

.banner .leftText .text {

    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
}

.banner .leftText .btn {
    width: 190px;
    height: 68px;
    background: #0055FF;
    border-radius: 8px 8px 8px 8px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    line-height: 68px;
    margin-top: 68px;
    margin-bottom: 68px;
    cursor: pointer;

}

.banner .leftText .text2 {
    display: flex;

}

.banner .leftText .text2 img {
    width: 32px;
    height: 38px;
}
.section_hd{
	text-align: center;
	padding: 60px 0;
}
.section_hd h1 {
    font-size: 40px;
    font-weight: 700;
}

.section_hd h2 {
    font-size: 22px;
    font-weight: 400;
    color: #B8B8B8;
}
.index-section{
	padding: 20px 0 80px;
}
.index-section .boxs{
	display: flex;
	justify-content: space-between;
}
.index-section .boxs .item{
	width: 28%;
	height: 410px;
	background: #f8fbff;
	padding: 10px 30px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.index-section .pic{
	width: 60%;
	height: auto;
}
.index-section .hd{
	font-size: 26px;
	font-weight: bold;
}
.index-section .desc{
	margin-top: 15px;
	font-size: 18px;
	color:#9EA0A9;
	text-align: justify;
}


.index-section2 {
   background: linear-gradient(180deg, #E2F3FF 0%, #EBF0FF 100%);
   padding: 20px 0 80px;
}

.index-section2 .box {
    height: 424px;
    background: #FFFFFF;
    border-radius: 16px 16px 16px 16px;
    margin: 0 auto;
    display: flex;
}

.index-section2 .box>div {
    padding: 57px 44px;
    color: #222831;
    flex: 1;
}

.index-section2 .box>div h2 {
    color: #222831;
    font-size: 28px;
    font-weight: bold;
    text-align: left;
}

.index-section2 .box>div:last-child h2 {
    color: #ffffff;
}
.index-section2 .box>div>div {
    display: flex;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    align-items: center;

}

.index-section2 .box>div>div>img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.index-section2 .box>div:last-child {
    height: 424px;
    background: #0C8BFF;
    border-radius: 16px 16px 16px 16px;
    color: #ffffff;
}


.index-section3 {
    padding: 20px 0 60px;
}
.index-section3 .boxs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-section3 .boxs .item{
	width: 31%;
	height: 240px;
	box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
}
.index-section3 .hd{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-section3 .tit{
	font-size: 20px;
	font-weight: bold;
	position: relative;
	height: 50px;
}
.index-section3 .tit::before{
	display: block;
	content: "";
	height: 2px;
	width: 70px;
	background: #d3e2fd;
	position: absolute;
	bottom: 0;
	left: 0;
}
.index-section3 .tit::after{
	display: block;
	content: "";
	height: 2px;
	width: 40px;
	background: #246FF4;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.index-section3 .desc{
	color: #9EA0A9;
	font-size: 15px;
	margin-top: 15px;
}
.index-section3 .img{
	width: 100px;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.index-section3 .img img{
	max-width: 80%;
	max-height: 80%;
}
.index-section4{
	padding: 0 0 80px;
}
.index-section4 .boxs{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.index-section4 .item{
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.index-section4 .img{
	width: 140px;
	height: 140px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.index-section4 .img img{
	max-width: 100%;
	max-height: 100%;
}
.index-section4 .jt img{
	width:60px;
	height: auto;
}
.index-section4 .tit,.index-section4 .desc{
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
.index-section5{
	padding: 0 0 80px;
}
.index-section5 .section_hd{}
.index-section5 .section_hd h1{
	color: #246ff4;
}
.index-section5 .section_hd h2{
	font-size: 22px;
	margin-top: 10px;
}
.index-section5 .btn{
	display: block;
	margin: 0 auto;
	width: 180px;
	text-align: center;
	background: #246ff4;
	color: #fff;
	border-radius: 4px;
	padding: 10px 0;
	font-size: 16px;
}