
.ICS-bg {
    background: #fff;
}

.ICS-bg1 {
    background: #F7F7F7;;
}

.ICS-banner {
    width: 100%;
    height: calc(665 / 1920 * 100vw);
    position: relative;
}

.ICS-banner > img {
    width: 100%;
    height: 100%;
}

.ICS-banner .location-div {
    width: 100%;
    background: rgba(4, 37, 108, 0.9);
    height: calc(71 / 1920 * 100vw);
    min-height: 42px;
    color: white;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ICS-banner .location-div .content-w {
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.ICS-banner .content-w img {
    margin-right: 18px;
}

.max-ICS-size {
    max-width: 1312px;
    margin: 0 auto;
}

.knowledge-base-nav {
    border-bottom: 1px solid #e6e6e6;
}

.knowledge-base-nav .nav-acive {
    color: #047bbc;
}

.knowledge-base-nav > ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 68px;
    font-size: 18px;
}

.knowledge-base-nav > ul > li {
    cursor: pointer;
}

.knowledge-base-div {
    position: relative;
    /*padding: 100px 0;*/
    min-height: 474px;
    display: flex;
    align-items: center;
}

.knowledge-base-img-div {
    position: absolute;
    width: 43%;
    height: 60%;
    /*padding: 10%  0;*/
    top: 20%;
    right: 0;
}

.knowledge-base-introduce-div {
    width: 56%;
}

.knowledge-base-introduce-right-div {
    margin-left: 44%
}

.knowledge-base-introduce-img-div {
    position: absolute;
    left: 0;
    top: 20%;
}

.knowledge-base-img-div .knowledge-base-img1 {
    width: 100%;
    height: 100%;
    background: url("../images/knowledge-base-imges1.jpg") center right no-repeat;
    background-size: contain;
}

.knowledge-base-img-div .knowledge-base-img2 {
    width: 100%;
    height: 100%;
    background: url("../images/knowledge-base-imges2.png") center left no-repeat;
    background-size: contain;
}

.knowledge-base-img-div .knowledge-base-img3 {
    width: 100%;
    height: 100%;
    background: url("../images/knowledge-base-imges3.jpg") center right no-repeat;
    background-size: auto;
}

.knowledge-base-img-div .knowledge-base-img4 {
    width: 100%;
    height: 100%;
    background: url("../images/knowledge-base-imges4.png") center left no-repeat;
    background-size: contain;
}

.knowledge-base-img-div .knowledge-base-img5 {
    width: 100%;
    height: 100%;
    background: url("../images/knowledge-base-imges5.jpg") center right no-repeat;
    background-size: auto;
}

.knowledge-base-img-div .knowledge-base-img6 {
    width: 100%;
    height: 100%;
    background: url("../images/knowledge-base-imges6.png") center left no-repeat;
    background-size: contain;
}

.knowledge-base-introduce-div .decorate-hr {
    width: 50px;
    height: 8px;
    background: #00a2af;
    margin-bottom: 18px;
}

.knowledge-base-introduce-div .introduce-title {
    font-size: 28px;
    font-weight: bold;
    color: #131B33;
    margin-bottom: 20px
}

.knowledge-base-introduce-div .introduce-Subtitle-title {
    font-size: 22px;
    font-weight: 400;
    color: #474E5F;
    line-height: 36px;
    margin-bottom: 38px
}

.knowledge-base-introduce-div .introduce-info-div {
    display: flex;
    font-size: 14px;
    color: #626775;
    line-height: 24px;
   margin-bottom:25px
}

.introduce-info-div > div:nth-child(2n) {
    flex: 1
}

.knowledge-base-introduce-div .introduce-info-div .decorate-circle {
    width: 8px;
    height: 8px;
    border: 2px solid #00a2af;
    border-radius: 50%;
    margin-top: 6px;
    margin-right: 18px
}


.about-ICS-div {
    width: 100%;
    background: url('../../static/images/ICS-index-bg.jpg') no-repeat center bottom;
    background-size: auto;
    font-family: Microsoft YaHei;
}

.about-ICS-div .about-div {
    position: relative;
    text-align: center;
    width: 100%;
    padding-top: 34px;
    margin-bottom: 45px;
}

.about-ICS-div .about-div-title-bg-div {
    font-size: 60px;
    font-family: Arial;
    color: #F7F7F7;
    margin-bottom: 37px;
}

.about-ICS-div .about-div-title-div {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    color: #474E5F;
}

.about-div-title-hr-div {
    display: flex;
    align-items: center;
    background: #009fff;
    height: 4px;
    justify-content: flex-start;
    width: 30px;
    margin: 0 auto;
}

.about-div-title-hr-div > div {
    width: 15px;
    height: 4px;
    background: #131b33;
}

.about-ICS-div .about-div-info-div {
    font-size: 18px;
    text-indent: 2em;
    text-align: justify;
    padding-bottom: 100px;
    color: #626775;
    line-height: 30px;
}

.about-ICS-div .about-div-info-div > div {
    margin-bottom: 38px;
}

.about-ICS-div .idea-framework-div-title {
    font-size: 28px;
    font-weight: bold;
    color: #474E5F;
    margin-bottom: 48px;
    text-align: center
}

.about-ICS-div .idea-framework-tab {
    display: flex;
    align-items: flex-start;
    height: 35px;
    width: 254px;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto 45px auto
}

.about-ICS-div .idea-framework-tab > li {
    position: relative;
    height: 100%;
    width: 100px;
    cursor: pointer;
}

.about-ICS-div .idea-framework-tab-content {
    padding-bottom: 52px;
}

.common-tab-content > div {
    display: none;
}

.about-ICS-div .idea-framework-tab .is-active, .basic-platform-ICS-tab .is-active {
    position: relative;
}

.idea-framework-tab .is-active:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: #0E71F3;
    left: 50%;
    margin-left: -50px;
}

.basic-platform-ICS-div {
    width: 100%;
    min-height: 756px;
    background: url("../../static/images/basic-platform-ICS-bg.jpg") center top no-repeat;
    background-size: auto;
    margin-bottom: 50px;
}

.basic-platform-ICS-div .basic-platform-ICS-title {
    font-size: 30px;
    font-weight: bold;
    color: #474E5F;
    text-align: center;
    padding-top: 76px;
    margin-bottom: 47px
}

.basic-platform-ICS-tab {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    box-shadow: 3px 7px 38px 0px rgba(20, 50, 105, 0.3);
}

.basic-platform-ICS-tab > ul {
    width: 232px;
    height: 434px;
    background: #092446;
}

.basic-platform-ICS-tab > ul > li {
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}

.basic-platform-ICS-tab > ul .is-active {
    background: #007CFE;
    position: relative;
}

.basic-platform-ICS-tab > ul .is-active:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    display: block;
    margin-bottom: -2.5px;
    right: -5px;
    border-top: solid 5px transparent;
    border-left: solid 5px #007CFE;
    border-bottom: solid 5px transparent;
}

.basic-platform-ICS-tab .basic-platform-ICS-tab-content {
    flex: 1;
    padding: 0 27px 0 35px;
    min-height: 358px;
    background: #f7f7f7;
}

.basic-platform-ICS-info-div {
    display: flex;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px dotted #DADADA;
    margin-bottom: 28px;
}

.basic-platform-ICS-info {
    font-size: 18px;
    font-weight: 400;
    color: #626775;
    line-height: 30px;
}

.basic-platform-ICS-info > div:first-child {
    margin-bottom: 35px;
}

.basic-platform-ICS-more-btn {
    width: 126px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 39px;
    border: 1px solid #BBBBBB;
    border-radius: 21px;
    display: flex;
    align-items: center;;
    justify-content: center;
    color: #333333;
    margin-top: 30px;
}

.basic-platform-ICS-more-btn-icon {
    position: relative;
    width: 6px;
    height: 9px;
    margin-left: 7px;
}

.basic-platform-ICS-more-btn-icon:before {
    content: "";
    width: 0;
    display: block;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top: solid 4px transparent;
    border-left: solid 5px #007CFE;
    border-bottom: solid 4px transparent;
}

.basic-platform-ICS-images-div {
    width: 56%;
    max-width: 284px;
    margin-left: 46px;
}

.common-tab-content > div:first-child {
    display: block;
}

.basic-platform-ICS-table {
    border-collapse: collapse;
    width: 100%;
}

.basic-platform-ICS-table tr td {
    border: 1px #DADADA solid;
    height: 56px;
    flex: 1;
}

.basic-platform-ICS-table tr td > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.basic-platform-ICS-table tr td .icon-div {
    width: 33px;
    height: 33px;
    margin-right: 15px;
}

.product-system-ICS-div {
    width: 100%;
    height: 734px;
    background: url("../../static/images/product-system-ICS-bg.jpg") center center no-repeat;
    background-size: auto;
    text-align: center;
    color: #fff
}

.product-system-ICS-title-div {
    font-size: 30px;
    font-weight: bold;
    padding: 90px 0 30px;
}

.product-system-ICS-content-div {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product-system-ICS-content-pro-div {
    margin-top: 18px;
    width: 24.5%;
    max-width: 294px;
    height: 384px;
    background: rgba(1, 58, 134, 0.51);
    position: relative;
    display: flex;
    font-size: 16px;
    flex-direction: column;
    cursor: pointer;
}

.product-system-ICS-content-pro-div:hover {
    animation: pro-system-animation 1s;
    -webkit-animation: pro-system-animation 1s;
    animation-fill-mode: forwards;
}

@keyframes pro-system-animation /* Safari and Chrome */
{
    from {
        margin-top: 18px;
    }
    to {
        margin-top: 0;
    }
}

.product-system-ICS-content-title-img-div {
    position: absolute;
    top: -70px;
    margin-left: -62px;
    left: 50%
}

.product-system-ICS-content-title-div {
    font-size: 24px;
    width: 32px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 17px;
    border-bottom: solid rgba(255, 255, 255, 0.6) 3px;
    margin: 0 auto;
}

.product-system-ICS-content-ul {
    line-height: 30px;
    padding-top: 109px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-direction: column
}

.certificate-ICS-div {
    width: 1580px;
	margin: 0px auto;
	background-size: auto;
    text-align: center;
}

.certificate-ICS-div .certificate-ICS-title {
    font-size: 30px;
    font-weight: bold;
    color: #474E5F;
    padding-top: 66px;
    padding-bottom: 20px;
}

.certificate-ICS-div .common-tab {
    width: 282px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto 36px;
    padding-bottom: 0px;
}

.certificate-ICS-div .common-tab li {
    font-size: 18px;
    color: #474E5F;
    width: 100px;
    text-align: center;
    height: 40px;
	cursor: pointer;
}

.certificate-ICS-div .common-tab .is-active {
    color: #00a2af;
    position: relative;
}

.certificate-ICS-div .common-tab .is-active:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #00a2af;
}

.certificate-ICS-div .swipslider {
    height: 300px;
}

.certificate-ICS-div .swipslider .sw-slides {
    top: 0
}

.certificate-ICS-div .swipslider .sw-slides > div {
    width: 100%;
}

.certificate-ICS-div .sw-bullet {
    bottom: 0;
}

.certificate-ICS-div .sw-bullet li.active {
    background-color: #00a2af;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.certificate-ICS-div .sw-bullet li {
    /*border: 1px solid red;*/
    background-color: #ccc;
    border-radius: 0;
    border: 0;
}

.certificate-ICS-div .certificate-slide-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.certificate-ICS-div .certificate-slide-div .certificate-slide-div-info-div {
    height: 100%;
    width: 24%;
    font-size: 16px;
    color: #474E5F;
}

.certificate-ICS-div .certificate-slide-div .certificate-slide-div-info-img-div {
    height: 210px;
    margin-bottom: 20px;
    border: 1px solid #CCCDD0;
    display: flex;
    align-items: center;
    justify-content: center
}

.certificate-ICS-div .certificate-slide-div .certificate-slide-img-div {
    width: 98%;
    height: 200px;
}
.certificate-ICS-div .certificate-slide-div .certificate-slide-img-div:hover img {
    transform: scale(1.04);
	cursor: pointer;
}
@media (min-width: 970px) {
    .max-ICS-size {
    }

    /*.knowledge-base-introduce-div{*/
    /*width: 54%;*/
    /*margin-left: 2%;*/
    /*}*/
    /*.knowledge-base-img-div{*/
    /*width: 42%;*/
    /*margin-right: 2%;*/
    /*}*/
    .ICS-bg1 > div, .ICS-bg > div {
        padding: 0 20px;
    }
}

@media (max-width: 970px) {
    .basic-platform-ICS-tab {
        display: block
    }

    .basic-platform-ICS-tab > ul {
        width: 100%;
    }

    .basic-platform-ICS-tab > ul .is-active:before {
        display: none;
    }

    .basic-platform-ICS-tab .basic-platform-ICS-tab-content {
        padding: 44px 27px 32px 35px;
    }

    .product-system-ICS-h5-div {
        width: 100%;
        overflow: hidden;
        height: 505px;
    }

    .product-system-ICS-h5-div-overflow {
        width: 100%;
        overflow-x: scroll;
        height: 100%;
        overflow-y: hidden;
    }

    .product-system-ICS-h5-div-overflow > .product-system-ICS-content-div {
        width: 1200px;
        height: 100%
    }

    .product-system-ICS-h5-div-overflow::-webkit-scrollbar {
        display: none;
    }

    .knowledge-base-nav, .location-div {
        display: none
    }

    .knowledge-base-div {
        padding: 80px 40px;
        display: block;
    }

    .knowledge-base-introduce-div {
        width: auto;
        margin-bottom: 50px;
    }

    .knowledge-base-introduce-div .introduce-title, .knowledge-base-introduce-div .introduce-Subtitle-title {
        text-align: center;
    }

    .knowledge-base-introduce-div .decorate-hr {
        margin: 0 auto 20px;
    }

    .knowledge-base-img-div {
        width: 100%;
        height: 290px;
        position: relative;
    }

    .knowledge-base-introduce-right-div {
        margin-left: 0;
    }

    .knowledge-base-img-div > div {
        background-position: center center !important;
    }
}

@media (min-width: 750px) {

    .ICS-banner .location-div .content-w {
        padding: 0 35px;
    }
}
@media (min-width: 1024px){
.certificate-ICS-div {
    width: 860px;
    margin: 0px auto;
    background-size: auto;
    text-align: center;
}
.knowledge-base-img-div .knowledge-base-img2 {
    width: 80%;
    height: 80%;
}
.knowledge-base-img-div .knowledge-base-img4 {
    width: 80%;
    height: 80%;
}

}
@media (min-width: 1280px){
.certificate-ICS-div {
    width: 1080px;
    margin: 0px auto;
    background-size: auto;
    text-align: center;
}
.knowledge-base-img-div .knowledge-base-img4 {
    width: 80%;
    height: 100%;
    background: url(../images/knowledge-base-imges4.png) center left no-repeat;
    background-size: contain;
}
}
@media (min-width: 1366px){
.certificate-ICS-div {
    width: 1080px;
    margin: 0px auto;
    background-size: auto;
    text-align: center;
}
}
@media (min-width: 1440px){
.certificate-ICS-div {
    width: 1400px;
    margin: 0px auto;
    background-size: auto;
    text-align: center;
}
.max-ICS-size {
    max-width: 1200px;
    margin: 0 auto;
}
}
@media (min-width: 1680px){
.certificate-ICS-div {
    width: 1580px;
    margin: 0px auto;
    background-size: auto;
    text-align: center;
}
.max-ICS-size {
    max-width: 1312px;
    margin: 0 auto;
}
}