@charset "utf-8";
/* CSS Document */

/*------首页开始------*/
.index_main{
	margin-top: 50px;
}
.index_main .title-c h3{
	color:#111629;
	font-size: 42px;
	font-weight: 500;
	margin: 0 auto 12px auto;
}
.index_main .title-c p{
	font-size:18px;
	color:#a4acd0;
}
.index_main .title-c h3:before{
	background: none;
}
.features-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 40px;
}
.enquiry_ie{
	width: auto;
	height: auto;
	min-height: 188px;
	display: block;
	margin: 0;
    background: #FFFFFF;
    box-shadow: 0 3px 20px #4b72ff14;
    border-radius: 12px;
    padding: 28px 24px;
    float: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.enquiry_ie:hover {
  cursor: default;
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(75, 114, 255, 0.18);
}

.enquiry_ie h3{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
	margin-top: 0;
	font-size: 20px;
	font-weight: 600;
	color:#111629;
}
.enquiry_ie p{
	font-size: 15px;
	line-height: 1.7;
	color: #5c6578;
	margin: 0;
}
.enquiry_ie .feature-icon img{
	height: 48px;
    width: 48px;
	flex-shrink: 0;
}
.why-choose-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: 1100px;
	margin: 40px auto 0;
}
.why-card{
	display: flex;
	gap: 16px;
	padding: 28px 24px;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #eef1f8;
	box-shadow: 0 3px 20px rgba(75, 114, 255, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.why-card:hover{
	transform: translateY(-6px);
	box-shadow: 0 12px 32px rgba(75, 114, 255, 0.15);
}
.why-card-icon{
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	margin-top: 2px;
}
.why-card h4{
	font-size: 20px;
	font-weight: 600;
	color: #111629;
	margin: 0 0 12px;
}
.why-card p{
	font-size: 14px;
	line-height: 1.75;
	color: #5c6578;
	text-indent: 2em;
	margin: 0 0 8px;
}
.why-card p:last-child{
	margin-bottom: 0;
}
.index_main--alt{
	background: #f9faff;
	padding: 56px 0 64px;
	margin-top: 0;
}
.service-flow{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
	margin-top: 40px;
}
.service-flow .rowhawk{
	flex: 1;
	min-width: 280px;
	max-width: 360px;
	float: none;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #eef1f8;
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.06);
	padding: 24px 20px 12px;
	margin-top: 0;
	margin-bottom: 0;
}
.service-flow .rowhawk .charging{
	border: none;
	margin-top: 24px;
	padding-bottom: 8px;
}
.service-flow .rowhawk .charging .Sentine:last-child{
	margin-bottom: 24px;
}
.solution{
	margin-top: 50px;
}
.founded{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	border: 1px solid #eef1f8;
	border-radius: 12px;
	padding: 0;
	height: auto;
	min-height: 300px;
	overflow: hidden;
	margin-bottom: 32px;
	box-shadow: 0 3px 16px rgba(0, 0, 0, 0.05);
}
.founded .media-img,
.founded .media-image{
	padding: 0;
}
.founded .media-image{
	position: relative;
	background: linear-gradient(135deg, #2754f6 0%, #4095e5 100%);
	display: flex;
	align-items: center;
	min-height: 280px;
}
.founded .media-image .solution-detail{
	position: static;
	opacity: 1;
	background: none;
	transform: none;
	width: 100%;
	padding: 32px 28px;
}
.founded .media-image .solution-detail .subtitle h2{
	color: #fff;
	font-size: 26px;
}
.founded .media-image .solution-detail p{
	color: rgba(255, 255, 255, 0.92);
	line-height: 1.7;
}
.index_ooking{
	margin-top: 60px;
}
.subtitle span img{
	margin-right: 10px;
	width: 20px;
	float: left;
    margin-top: 5px;
}
.index_ooking .title-c h3{
	color:#333;
	font-size: 42px;
	font-weight: 500;
	margin: 0 auto 12px auto;
}
.index_ooking .title-c h3:before{
	background: none;
}
.index_ooking img{
	width: 100%;
	margin: 40px 0 60px 0;
}
.rowhawk{
	margin-top: 30px;
	margin-bottom: 40px;
	padding: 0 30px;
}
.rowhawk h4{
	width: 66px;
	background: #4095e5;
    text-align: center;
    margin: 0 auto;
    height: 26px;
    border-radius: 3px;
    color: #fff;
	line-height: 26px;
}
.rowhawk .charging{
	margin-top: 40px;
	border:1px solid #ddd;

}
.rowhawk .charging .Sentine{
	width: 90%;
    background: #8fc1f0;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
	color:#fff;
	font-size: 16px;
	margin-bottom: 20px;
}
.index_appstore{
	margin-top: 40px;
	background: #e4e7f7;
	    padding: 3rem;
}
.index_appstore .title-c h3{
	color:#333;
	font-size: 42px;
	font-weight: 500;
	margin: 0 auto 12px auto;
}
.index_appstore .title-c h3:before{
	background: none;
}
.apps_imges{
	text-align: center;
	margin-top: 40px;
	border-right: 4px solid #eceff3;
}
.apps_imges img{
	width: 292px;
    height: 100px;
    box-shadow: 0 3px 20px #2754f61a;
    margin-bottom: 30px;
}
.apps_imges img:hover {
  cursor: pointer;
  transform: scale(1.1)
}
.apps_imges p{
	color:#70898f;
	font-size: 16px;
	margin:10px 0;
}
.index_Partners{
	background: #e4e7f7;
	padding: 3rem;
}
.index_Partners .title-c h3{
	color:#333;
	font-size: 42px;
	font-weight: 500;
	margin: 0 auto 12px auto;
}
.index_Partners .title-c h3:before{
	background: none;
}
.apps_imgaes{
	text-align: center;
	margin-top: 40px;
}
.apps_imgaes img{
	width: 292px;
    height: 100px;
    box-shadow: 0 3px 20px #2754f61a;
    margin-bottom: 30px;
}
.apps_imgaes img:hover {
  cursor: pointer;
  transform: scale(1.1)
}
.Professionalism{
	background: linear-gradient(135deg, #79a1c7 0%, #4095e5 100%);
	padding: 56px 2em;
	text-align: center;
}
.Professionalism h3{
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 28px;
	color: #fff;
	line-height: 1.5;
}
.Professionalism .ljsy{
	margin-bottom: 0;
}
.Professionalism .ljsy a{
	display: inline-block;
	border: none;
    border-radius: 50px;
	background: #fff;
    color: #2754f6;
    padding: 12px 48px;
	font-size: 18px;
	font-weight: 600;
	transition: opacity 0.2s ease, transform 0.2s ease;
}
.Professionalism .ljsy a:hover{
	opacity: 0.92;
	transform: translateY(-2px);
}
.sy_box[data-v-1d107e8b] {
    padding: 80px 0;
}
.bg_F9FAFF {
    background-color: #e4e7f7;
}
.mb_70 {
   /* margin-bottom: 70px!important;*/
}
.fs_36 {
    font-size: 36px;
}
.text_c {
    text-align: center;
}
.color_111629 {
    color: #111629;
}
.justify_sb {
    justify-content: space-between;
}
.flex_center {
    align-items: center;
}
.flex {
    display: flex;
}
.mb_30 {
    margin-bottom: 30px!important;
}
.fs_30 {
    font-size: 30px;
}
.color_000 {
    color: #000;
}
.mb_25 {
    margin-bottom: 25px!important;
}
.dgImg[data-v-1d107e8b] {
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
}
.ml_10 {
    margin-left: 10px!important;
    font-weight: bold!important;
}
.fs_16 {
    font-size: 16px;
}
.color_5C5C5C {
    color: #5c5c5c;
}
.fontw {
    position: relative;
    z-index: 999;
    background-color: #20222d;
	background-image: url("../../../../style/images/footerBG1.png");
    background-size: 100% 100%;
    height: 200px;
    margin: 0 auto;
}
/*------首页结束------*/

/*------案列开始------*/
.lx-module-case{
	padding-bottom: 40px;
}
.cooperation-case-title h3{
    font-weight: 500;
    font-size: 36px;
    line-height: 1;
    line-height: 54px;
    margin: 80px auto 40px;
    font-style: normal;
    width: 1280px;
    color: #1a2035;
}
.aos-init{
	background: fff;
	box-shadow: 0 4px 32px rgba(0,91,228,.05);
}
.aos-init:hover{
	box-shadow: 0 3px 20px #e9f0ff;
	cursor: pointer;
}

.grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.gap-\[32px\] {
    grid-gap: 32px;
    gap: 32px;
}
.px-\[15px\] {
}
.max-w-7xl {
    max-width: 80rem;
}
.mt-10 {
    margin-top: 2.5rem;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.p-24px {
    padding: 24px;
}
.grid {
    display: -ms-grid;
    display: grid;
}
.lx-case-card[data-v-24b0ea57] {
    box-shadow: 0 4px 32px rgba(0,91,228,.05);
    transition: all .3s ease;
    --tw-bg-opacity: 1;
    background-color: rgba(255,255,255,var(--tw-bg-opacity));
    border-radius: 8px;
    height: 100%;
    padding: 0;
}
.lx-case-card .case-brand-logo[data-v-24b0ea57] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 48px;
    margin-right: 0;
    width: 250px;
}
.lx-case-card .lx-case-title[data-v-24b0ea57] {
    font-weight: 500;
    font-size: 1rem;
    font-size: 18px;
    line-height: 1;
    line-height: 28px;
    margin-top: 15px;
    color: rgba(26,32,53,var(--tw-text-opacity));
    -webkit-line-clamp: 2;
}
.case-brand-logo img{
	width: 200px;
}

/*------案列结束------*/

@media (max-width: 992px) {
	.features-grid,
	.why-choose-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 640px) {
	.features-grid,
	.why-choose-grid {
		grid-template-columns: 1fr;
	}
	.index_main .title-c h3,
	.index_ooking .title-c h3 {
		font-size: 28px;
	}
	.index_main .title-c p {
		font-size: 16px;
	}
	.Professionalism h3 {
		font-size: 20px;
	}
	.founded .media-img,
	.founded .media-image {
		width: 100% !important;
	}
}
