﻿/* banner动画样式start */
.swiper1 {
    height: 500px;
    position: relative;
}

.arrow-left {
    background: url(../images/arrows.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 100;
}

.arrow-right {
    background: url(../images/arrows.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
    z-index: 100;
}

.swiper-pagination1 {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 5px;
    width: 100%;
}

/* .swiper1 .swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #999;
	margin: 0 3px;
	cursor: pointer;
}

.swiper1 .swiper-active-switch {
	background: #fff;
} */

/* .swiper-slide1 {
	position: relative;
	opacity: 0;
	transition: opacity 0.7s ease-in-out;
}

.swiper1 .swiper-slide-active {
	opacity: 1;
} */

.swiper-slide1 .img {
    position: absolute;
}

.inner {
    position: relative;
    display: block;
    width: 1440px;
    height: 500px;
    margin: 0 auto;
}

.slide1 {
    /*background: #0a51f3 url(../images/c-bg.jpg) no-repeat left top;*/
    background:url(../images/c-bg.jpg) no-repeat left top;
	
}

.slide2 {
    /* background: linear-gradient(to right, #2631be, #02a4fb); */
	background:url(../images/c-bg2.jpg) no-repeat left top;
	background-size: auto 100%; /* 高度自适应，宽度自动保持比例 */
	background-repeat: no-repeat;
	background-position: center; /* 可选：控制图片位置 */
}

.slide3 {
    background: linear-gradient(to right, #4152ae, #27bff1);
}
.slide4 {
	background: url(../images/f-bg.jpg) no-repeat center top;
}
.otherLink{
	background-color: transparent;
	display: block;
	width: 100%;
	height: 100%;
}

/*.slide1 .c1 {
    left: 0px;
    top: 130px;
}*/
.slide1 .c2 {
    left: 0px;
    top: 220px;
}

.slide1 .c3 {
    left: 150px;
    top: 120px;
}

.slide1 .c4 {
    left: 370px;
    top: 125px;
}

.slide2 .d1 {
    left: -30px;
    top: 110px;
}

.slide2 .d2 {
    left: 0;
    bottom: 110px;
}

.slide2 .d3 {
    left: 290px;
    bottom: 110px;
}

.slide2 .d4 {
    left: 580px;
    bottom: 110px;
}

.slide2 .d5 {
    right: -66px;
    bottom: 70px;
    z-index: 30;
}

.slide2 .d6 {
    right: 360px;
    bottom: 0;
    z-index: 20;
}

.slide2 .d7 {
    right: -240px;
    top: 0;
    z-index: 10;
}

.slide2 .d8 {
    left: 310px;
    top: 0;
    z-index: 10;
}

.slide2 .d9 {
    left: -240px;
    bottom: 0;
    z-index: 10;
}

.slide3 .e6 {
    right: -240px;
    bottom: 0;
}

.slide3 .e1 {
    left: -30px;
    top: 130px;
}

.slide3 .e2 {
    left: -30px;
    bottom: 120px;
}

.slide3 .e3 {
    left: 440px;
    bottom: 120px;
}

.slide3 .e4 {
    left: -150px;
    top: 45px;
}

.slide3 .e5 {
    left: 820px;
    bottom: 35px;
}

/* banner动画样式end */



.solution {
    width: 100%;
    /* background: white url(../images/partAbg01.png) no-repeat top right; */
}

.solutionTitle {
    color: #022443;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 2px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 30px;
}

.swiper2 {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 30px;
    position: relative;
    max-height: 444px;
}

.swiper-slide2 {
    background: #fff;
    transition: 300ms;
    transform: scale(0.8);
    border-radius: 6px;
    max-height: 324px;
}

.swiper2 .swiper-slide-active,
.swiper2 .swiper-slide-duplicate-active {
    transform: scale(1);
}

.swiper2 .swiper-pagination {
    position: absolute;
    z-index: 20;
    top: 0px;
    width: 100%;
    height: 40px;
    text-align: center;
    overflow: hidden;
}

.swiper2 .swiper-pagination-bullet {
    max-width: 150px;
    min-width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 40px;
    text-align: center;
    line-height: 30px;
    margin: 0 !important;
    border-radius: 0;
    font-size: 15px;
    background-color: inherit;
    opacity: 1;
    color: #555;
    border-bottom: 1px solid #e4e4e4;
}

.swiper2 .swiper-pagination-bullet-active {
    color: #022845;
    border-bottom: 1px solid #022845;
}

.swiper-slide2 {
    display: flex;
    overflow: hidden;
    box-shadow: 0px 0px 15px #dbdbdb;
}

.swiper-slide2Left {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide2Left img {
        overflow: hidden;
        width: 100%;
    }

.swiper-slide2Right {
    width: 50%;
}

.swiper-slide2RightMain {
    width: 81%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.smallTitle {
    font-size: 18px;
    color: #3a4261;
    line-height: 1;
    margin-top: -10px;
}

.slide2RightMain_span {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: justify;
    padding-top: 25px;
    margin-bottom: 45px;
}

.toDetail {
    font-size: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 120px;
    text-align: center;
    background-color: #275070;
    letter-spacing: 1px;
    border-radius: 40px;
    color: white;
    cursor: pointer;
}

    .toDetail:hover {
        background-color: #022845;
    }


/* 产品中心start */
.product {
    width: 100%;
    padding-top: 60px;
}

.productTitle {
    background-color: #171d33;
    height: 60px;
    color: white;
    font-size: 25px;
    line-height: 60px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 60px;
}

.swiper3 {
    width: 1200px;
    padding-bottom: 50px;
}

.swiper-slide3-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.swiper-slide3-innerL {
    height: 380px;
    width: 47%;
    background: -webkit-radial-gradient(center, ellipse cover, #56607a 0%, #101116 100%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide3-innerL img {
        margin-left: 10%;
        margin-top: 5%;
        max-width: 90%;
        max-height: 90%;
    }

.argumentBox {
    position: absolute;
    top: 20px;
    left: 25px;
    color: white;
    z-index: 40;
}

.argumentItem {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 1px;
}

.swiper-slide3-innerM {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .swiper-slide3-innerM h3 {
        font-size: 20px;
        color: #333;
        line-height: 1;
    }

    .swiper-slide3-innerM p {
        letter-spacing: 1px;
        max-width: 480px;
        font-size: 14px;
        color: #666;
        line-height: 1.7;
        background-color: #f660;
        margin-top: 20px;
        margin-bottom: 36px;
    }

.toProductDetail {
    font-size: 14px;
    color: #333;
    line-height: 1;
    border: 1px solid #b6b6b6;
    padding: 10px 22px;
}

    .toProductDetail:hover {
        color: #222;
        border: 1px solid #666;
    }

/* 产品中心end */

.swiper-slide3-innerR {
    width: 14%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper-slide3-innerRItems {
    height: 31%;
    width: 100%;
    background: -webkit-radial-gradient(center, ellipse cover, #56607a 0%, #101116 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

    .swiper-slide3-innerRItems img {
        max-width: 60%;
    }

.platform {
    margin-top: 60px;
    width: 100%;
    padding-bottom: 60px;
    background: linear-gradient(to right, #575be9 0%, #65b1d7 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.textBox {
    text-align: center;
    padding-top: 50px;
}

.platformTitle {
    font-size: 25px;
    color: white;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: block;
    text-decoration: underline;
}

.platformSub {
    color: white;
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 1px;
}

.platformPic {
    margin-top: 40px;
}

.platformTextBox {
    margin-top: 60px;
    position: relative;
    width: 1200px;
    padding-bottom: 20px;
}

    .platformTextBox span {
        color: white;
        font-size: 15px;
        position: absolute;
        line-height: 1.4;
    }

.platformText1 {
    top: 10px;
    left: 175px;
}

.platformText2 {
    top: 10px;
    left: 532px;
}

.platformText3 {
    top: 0;
    left: 762px;
}

.platformText4 {
    top: 10px;
    right: 200px;
}

.platformText5 {
    top: 0;
    right: 50px;
}

/* 案例start */
.caseBox {
	width: 100%;
	margin-top: 70px;
	margin-bottom: 60px;
}

.caseTop {
	text-align: center;
}

.caseTitle {
	color: #022443;
	font-size: 25px;
	line-height: 1;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

.caseSub {
	font-size: 15px;
	line-height: 1.7;
	letter-spacing: 2px;
	color: #333b5a;
}

.caseDown {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
#forMap{
	width: 100%;
	height: 570px;
}

.caseDownSon {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.caseDownRitems {
	margin-right: 26px;
}

.caseDownRitems:last-child{
	margin-right: 0;
}

.caseDownRitemsMain {
	display: flex;
	flex-direction: column;
	margin-bottom: 22px;
}

.caseDownRitemsMain:last-child {
	margin-bottom: 0;
}

.addBox{
	display: flex;
	align-items: center;
	padding-bottom: 12px;
}
.addPic{
	width: 12px;
	height: 12px;
	vertical-align: middle;
}
.addH4 {
	font-size: 15px;
	font-weight: bold;
	color: #0052d9;
	line-height: 1;
	margin-left: 5px;
}

.caseDownRitemsMain span {
	font-size: 12px;
	color: #555;
	padding-bottom: 4px;
	cursor: pointer;
	line-height: 1.2;
	max-width: 386px;
	margin-bottom: 4px;
	display: block;
	text-align: justify;
}

/* 案例end */

/* 部分案例图示start */
.theCaseBox {
    width: 100%;
    background-color: #303656;
    padding-top: 70px;
    padding-bottom: 40px;
}

.theCaseBoxMain {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.theCaseItem {
    width: 30%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    color: white;
}

    .theCaseItem img {
        width: 294px;
        height: 204px;
        border-radius: 5px;
    }

    .theCaseItem span {
        font-size: 13px;
        opacity: 0.8;
        line-height: 1;
        padding-top: 16px;
        padding-bottom: 8px;
        letter-spacing: 1px;
    }

    .theCaseItem div {
        font-size: 15px;
        letter-spacing: 1px;
    }

.toMoreCase {
    text-align: center;
    color: rgba(255,255,255,0.8);
    border: 1px solid rgba(255,255,255,0.5);
    line-height: 1;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 120px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    .toMoreCase:hover {
        color: rgba(255,255,255,1);
        border: 1px solid rgba(255,255,255,0.8);
        cursor: pointer;
    }
/* 部分案例图示end */

.partner {
    width: 100%;
    background-color: white;
    padding-top: 70px;
    padding-bottom: 50px;
}

.partnerTitle {
    color: #022443;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-align: center;
}

.partnerContent {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.partnerLi {
    display: none;
}

    .partnerLi:nth-child(1) {
        display: list-item;
    }

.partnerBox {
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.partnerFather {
    margin-left: 36px;
    width: 21%;
    box-shadow: 0px 0px 7px #e5e5e5;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.partnerPic {
    width: 176px;
    height: 94px;
}

.partnerTab {
    padding-top: 30px;
    width: 200px;
}

.tabItem {
    border-top: 1px dashed #e5e5e5;
}

    .tabItem:nth-child(1) {
        border-top: none;
    }

.tabLink {
    display: block;
    width: 100%;
    border-left: 2px solid transparent;
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
}

.tabLinkB {
    position: absolute;
    left: 0;
    top: 28px;
    width: 4px;
    height: 11px;
    overflow: hidden;
}

.tabTitle {
    overflow: hidden;
    font-size: 16px;
    color: #666;
    padding-left: 20px;
}

.on .tabLink {
    border-left: 2px solid #41a1f2
}

.on .tabLinkB {
    background: url(../images/dot.png) no-repeat
}

.on .tabTitle {
    color: #41a1f2
}

.toMorePartner {
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.2);
    line-height: 1;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 120px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display:block;
}

    .toMorePartner:hover {
        color: rgba(0, 0, 0, 0.9);
        border: 1px solid rgba(0, 0, 0, 0.5);
        cursor: pointer;
    }
/* 合作伙伴end */


/* 新闻部分start */
.newsBox {
    background-color: #f9f9f9;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
}

.newsTitle {
    color: #022443;
    font-size: 25px;
    line-height: 1;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-align: center;
}

.newsBoxMain {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsBoxMainL {
    width: 36%;
    cursor: pointer;
    padding-top: 16px;
}

.newsBigTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 12px;
    padding-bottom: 6px;
}

.newsBigTitleLeft {
    font-size: 17px;
    color: #000;
    max-width: 65%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsBigTitleRight {
    font-size: 13px;
    color: #999;
    letter-spacing: 1px;
}

.newsBoxMainR {
    width: 60%;
}

.newsItems {
    /* background-color: red; */
    border-bottom: 1px solid #e4e4e4;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
}

    .newsItems:nth-child(3) {
        border-bottom: none;
    }

.newsSmallPic {
    width: 110px;
    height: 73px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .newsSmallPic img {
        max-width: 100%;
        max-height: 100%;
    }

.newsItemsLeft {
    width: 83%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newsItemsTitle {
    font-size: 16px;
    color: #000;
    max-width: 100%;
    line-height: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsTime {
    font-size: 14px;
    color: #999;
    line-height: 1;
    margin-bottom: 18px;
}

.newsItems:hover .newsItemsTitle {
    color: #003d82;
}

.newsItems:hover .newsTime {
    color: #666;
}


/* 新闻部分end */
