/* index */
/* banner */
.banner-pc {
    width: 100%;
    min-width: 1400px;
}

.banner-pc .swiper-slide {
    position: relative;
}

.banner-pc .swiper-slide img {
    width: 100%;
    display: block;
}

.banner-pc .swiper-pagination-bullet-active,
.banner-pc .swiper-pagination-bullet {
    background: #fff !important;
}

.bannerContext {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.bannerContext h5 {
    font-weight: bold;
    font-size: 57px;
    color: #FFFFFF;
    line-height: 78px;
    /* margin: 135px 0 0; */
}

.bannerContext p {
    font-size: 25px;
    color: #FFFFFF;
    line-height: 34px;
    /* margin: 28px 0 145px; */
    margin: 28px 0 100px;
}

.bannerContext a {
    display: block;
    width: 150px;
    height: 53px;
    background: #F1A832;
    text-align: center;
    line-height: 53px;
    font-size: 16px;
    color: #FFFFFF;
}

/* 标题 */
.indexTite-pc {
    min-width: 1400px;
    margin: 40px 0;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.indexTite-pc::after {
    content: '';
    position: absolute;
    width: 76px;
    height: 3px;
    background: #1147D4;
    display: block;
    left: 50%;
    margin-left: -38px;
    bottom: 0;
}

.indexTite-pc p {
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    line-height: 38px;
}

.indexTite-pc span {
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    display: block;
}

/* 轻应用 */
.lightAppCon {
    /* display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; */
}

.lightAppRow {
    width: calc((100% - 32px)/5);
    /* width: 234px; */
    margin: 0 8px 0 0;
    float: left;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    /* transform: translateY(0); */
    -webkit-transform: translateY(0);
}

/* .lightAppRow:nth-child(5n) {
    margin-right: 0;
} */

.lightAppItem:nth-child(odd) {
    margin-bottom: 8px;
}

.lightAppItem {
    width: 100%;
    height: 148px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.ligntApp_little {
    width: 100%;
    height: 100%;
    position: relative;
}

.ligntApp_little>img {
    width: 100%;
    height: 100%;
}

.ligntApp_little::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
}

.lightLt_info {
    position: absolute;
    z-index: 10;
    left: 30px;
    bottom: 26px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.lightLt_info span,
.lgTop span {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin-left: 8px;
}

.lightApp_hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.lightApp_large {
    width: 288px;
    height: 304px;
    box-sizing: border-box;
    border-top: 4px #1147D4 solid;
    position: relative;
    overflow: hidden;
}

.lightApp_large::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.4;
}

.lightApp_large>img {
    width: 100%;
    height: 100%;
    scale: 1.5;
}

.lightLg_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 32px 30px;
    z-index: 20;
}

.lgTop {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.laSlogan {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 15px;
}

.lightLg_info a {
    width: 93px;
    height: 31px;
    background: #1147D4;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 31px;
}


.lightAppItem:nth-child(1) .lightApp_hover {
    top: 0;
}

.lightAppItem:nth-child(2) .lightApp_hover {
    top: auto;
    bottom: 0;
}

/* .lightAppCon:hover .lightAppRow {
    width: calc((100% - 32px - 288px) / 4) !important;
}

.lightAppRow:hover {
    width: 288px !important;
} */

.lightAppItem:hover .lightApp_hover {
    width: 288px !important;
    height: 304px;
    opacity: 1;
    z-index: 20;
}



/* 专业应用 */
.proAppCon {}

.proAppCon .swiper-slide {
    background-size: cover;
    background-position: center;
}

.gallery-top {
    width: 100%;
    min-width: 1400px;
}

.gallery-top .swiper-slide>img {
    width: 100%;
    display: block;
}

.thumbsBg {
    width: 100%;
    height: 73px;
    background: #F7F7F7;
}

.gallery-thumbs {
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
    /* opacity: 0.4; */
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    line-height: 73px;
    cursor: pointer;
    position: relative;
}

.gallery-thumbs .swiper-slide-thumb-active {
    /* opacity: 1; */
    background: #1147D4;
    color: #fff;
}

.gallery-thumbs .swiper-slide>img {
    width: 100%;
}

.proAppContext {
    width: 1200px;
    height: 100%;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
    padding: 5% 0 4%;
}

.proAppContext h5 {
    font-weight: bold;
    font-size: 44px;
    color: #333333;
    line-height: 60px;
}

.proAppContext p {
    font-size: 18px;
    color: #666666;
    line-height: 25px;
}

.proAppContext a {
    width: 142px;
    height: 38px;
    background: #1147D4;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    line-height: 38px;
}

/* 定制开发 */
.designCon {}

.designItem {
    width: 285px;
    height: 348px;
    float: left;
    margin: 0 20px 0 0;
    position: relative;
}

.designItem:nth-child(4n) {
    margin: 0;
}

.designContext {
    position: absolute;
    box-sizing: border-box;
    padding: 60px 40px;
    top: 0;
    left: 0;
}

.designContext h5 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 35px;
}

.designContext p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
}

/* footer */
.footer {
    width: 100%;
    min-width: 1400px;
    background: #2C2D2E;
}

.ftNav {
    border-bottom: 1px solid #545658;
    text-align: center;
    padding: 35px 0 39px;
    font-size: 16px;
}

.ftNav a {
    display: inline-block;
    margin: 0 55px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

.ftInfo {
    text-align: center;
    padding: 39px 0 59px;
    font-size: 16px;
}

.ftInfo h5 {
    font-weight: bold;
    font-size: 23px;
    color: #FFFFFF;
    line-height: 31px;
}

.ftInfo p {
    margin: 26px 0 11px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

.ftInfo span {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

.ftInfo span a,
.ftInfo span a:hover {
    color: #FFFFFF;
    margin-left: 20px;

}

/* header */
.header-pc {
    width: 100%;
    background: #fff;
    min-width: 1400px;
}

.headerMain {
    width: 1400px;
    margin: 0 auto;
    height: 112px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.headerLf {
    flex: 1;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.logoImg {
    margin: 0 80px 0 0;
}

.navList-pc {
    flex: 1;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
}

.navList-pc li {
    margin: 0 26px 0 0;
}

.navList-pc li a {
    font-size: 20px;
    color: #333333;
    line-height: 27px;
}

.headerRt {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.hotLine {
    padding: 0 0 0 32px;
    font-weight: 500;
    font-size: 20px;
    color: #EA3E3E;
    line-height: 27px;
    margin-right: 40px;
    background: url(../img/phone-icon.png) left center no-repeat;
}

.loginArea {
    height: 35px;
}

.loginArea a {
    display: block;
    float: left;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    width: 56px;
    height: 35px;
    border: 1px solid #3B69E2;
    box-sizing: border-box;
    background: #1147D4;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0 5px;
}

.loginArea a:last-child {
    background: #fff;
    color: #3B69E2;
}

/* 合作伙伴 */
.partnerCon {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ptItem {
    width: 280px;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 26px 30px 0;
    font-size: 20px;
}

.ptItem:nth-child(4n) {
    margin: 0 0 30px;
}

.ptItem img {
    width: 280px;
    height: 111px;
}

.ptItem p {
    font-size: 20px;
    color: #333333;
    line-height: 27px;
    margin: 18px 0 0;
}

/* 轻应用页面 */
.bannerCon {
    width: 100%;
    min-width: 1400px;
    position: relative;
}

.bannerCon>img {
    display: block;
    width: 100%;
}

.bannerInfo {
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.bannerInfo h5 {
    font-weight: bold;
    font-size: 57px;
    color: #FFFFFF;
    line-height: 78px;
    margin-bottom: 28px;
}

.bannerInfo p {
    font-size: 25px;
    color: #FFFFFF;
    line-height: 34px;
}

.secondInfo h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.secondInfo p {
    font-size: 18px;
    color: #666666;
    line-height: 25px;
    margin-bottom: 20px;
}

.secondInfo img {
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
}

.applycationImgs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.applycationImg {
    width: 260px;
    /* height: 195px; */
    margin: 30px 53px 0 0;
    overflow: hidden;
}

.applycationImg:nth-child(4n) {
    margin: 30px 0 0;
}

.applycationImg img {
    width: 100%;
    /* height: 100%; */
}

.bannerInfo2 h5 {
    font-weight: bold;
    font-size: 44px;
    color: #333333;
    line-height: 60px;
}

.bannerInfo2 p {
    font-size: 18px;
    color: #666666;
    line-height: 25px;
}

.maincon2 {
    background: #F8F8F8;
    padding: 1px 0 40px;
    min-width: 1400px;
}

.platformService-pc,
.functionSpec-pc {
    text-align: center;
}

/* 应用分类 */
.classApplication-pc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    min-width: 1400px;
}

.classTableft {
    width: 360px;
    text-align: center;
    background: #fff;
    position: sticky;
    top: 0;
    left: 0;
}

.classTableft ul {
    width: 100%;
    padding: 36px 0 0;
}

.classTableft ul li {
    padding: 0 10px;
    font-size: 18px;
    color: #333333;
    line-height: 53px;
    height: 53px;
    margin: 0 0 20px 0;
    cursor: pointer;
}

.classTableft ul li.active {
    background: #F0F4FF;
    position: relative;
}

.classTableft ul li.active::after {
    content: '';
    display: block;
    width: 4px;
    height: 53px;
    background: #1147D4;
    position: absolute;
    top: 0;
    right: 0;
}

.applicationcon {
    flex: auto;
    padding-bottom: 40px;
    /* min-width: 1400px; */
}

.applicationClassItem {}

.applicationClassName {
    margin-top: 40px;
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    line-height: 38px;
}

.applicationList {}

.applicationItem {
    cursor: pointer;
    margin: 40px 15px 0 0;
    width: 225px;
    height: 307px;
    background: #FFFFFF;
    float: left;
}

.applicationImg {
    width: 225px;
    height: 165px;
    overflow: hidden;
}

.applicationInfo {
    padding: 30px 25px 0;
}

.applicationInfo h5 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 27px;
    margin-bottom: 10px;
}

.applicationInfo p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    display: -webkit-box;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* index-轻应用轮播效果 */
.picScroll-left{ width:100%;  overflow:hidden; position:relative; }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ _display:inline; overflow:hidden; text-align:center;  }