
header>div>div>a:nth-child(1){ background-color: #272A79; }
header>div>div>a:nth-child(2){ background-color: #1F2266; }

#banner{
    background-color: rgb(28, 11, 84);
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.carousel-indicators{ 
    display: flex;
    align-items: center;
    justify-content: center;    
}
.carousel-indicators li{
    width: 55px;
    height: 3px !important;
    border-radius: 0 !important;
    background-color: #5D5D5D;
    opacity: .38;
    border-width: 0 !important;
}
.carousel-indicators li:not(:last-child){ margin-right: 14px; }
.carousel-indicators .active{
    width: 98px;
}

#myCarousel .carousel-inner .item>div{
    width: 1356px;
    height: 568px;
    margin: 0 auto;
    color: #FFF;
}
#myCarousel .carousel-inner .item>div>h1{
    font-size: 36px;
    margin: 0;
    line-height: 1;
}
/* #myCarousel .carousel-inner .item-1{
    background-image: url(../images/index/banner-1-12.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position:  center center;
} */
#myCarousel .carousel-inner .item-1>div{
    background-image: url(../images/index/banner-1-11.png);
    background-repeat: no-repeat;
    /* background-position:  right 147px;
    background-size: 782px 366px; */
    background-position:  center center;
    background-size: 100% auto;
    padding: 221px 0 0 96px;
    /*padding: 144px 0 0 96px;*/
    position: relative;
}
#myCarousel .carousel-inner .item-1>div>img{
    display: inline-block;
    width: 500px;
    position: absolute;
    bottom: 0;
}
#myCarousel .carousel-inner .item-1>div>h1,
#myCarousel .carousel-inner .item-3>div>h1{
    margin-bottom: 37px;
}
#myCarousel .carousel-inner .item-1>div>p,
#myCarousel .carousel-inner .item-3>div>p{
    font-size: 20;
    margin-bottom: 50px;
    /* opacity: .6; */
}
#myCarousel .carousel-inner .item>div>a{
    display: inline-block;
    box-sizing: border-box;
    height: 34px;
    padding: 0 25px;
    line-height: 34px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 17px;
    cursor: pointer;
    text-decoration: none !important;
}
#myCarousel .carousel-inner .item>div>a:hover{
    background-color: rgba(255, 255, 255, .1); 
    text-decoration: none;
}
#myCarousel .carousel-inner .item-2>div{
    background-image: url(../images/index/banner-2.png);
    background-repeat: no-repeat;
    background-position:  682px 147px;
    background-size: 533px 334px;
    padding: 187px 0 0 94px;
}
#myCarousel .carousel-inner .item-2>div>h1{
    margin-bottom: 53px;
}
#myCarousel .carousel-inner .item-2>div>div{
    display: flex;
    flex-direction: column;
    /* width: 91px; */
    height: 91px;
    justify-content: space-between;
    letter-spacing: 2px;
    margin-bottom: 26px;
    position: relative;
}
#myCarousel .carousel-inner .item-2>div>div>p{
    color: #FFFFFF;
    /* opacity: .6; */
}
#myCarousel .carousel-inner .item-2>div>div>img{
    display: inline-block;
    width: 159px;
    height: 149px;
    position: absolute;
    top: 0;
    left: 162px;
}
#myCarousel .carousel-inner .item-3{
    /* background-image: url(../images/index/banner-3-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}
#myCarousel .carousel-inner .item-3>video{
    width: 1356px;
    height: 568px;
    position: absolute;
    top: 0;
    left: calc(50% - 678px);
    z-index: -999;
}
#myCarousel .carousel-inner .item-3>div{
    padding: 221px 0 0 96px;
}
#myCarousel .carousel-inner .item-3>div>div.div-1{
    margin-bottom: 15px;
}
#myCarousel .carousel-inner .item-3>div>div.div-1>div{
    margin-left: 10px;
    display: inline-block;
    width: 390px;
    vertical-align: top;
}
#myCarousel .carousel-inner .item-3>div>div.div-2{
    width: 565px;
    height: 77px;
    line-height: 77px;
    text-align: center;
    border-radius: 39px;
    color: #453531;
    font-size: 36px;
    font-weight: bold;
    background-color: #E7BD88;
    background-image: linear-gradient(to right, #E9C79A , #E7BD88);
    margin-bottom: 27px;
    cursor: pointer;
}
#myCarousel .carousel-inner .item-3>div>div.div-3{
    width: 576px;
    font-size: 0;
}
#myCarousel .carousel-inner .item-3>div>div.div-3>span{
    display: inline-block;
    box-sizing: border-box;
    width: 114px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important;
    margin-right: 40px;
    margin-bottom: 24px;
}
#myCarousel .carousel-inner .item-3>div>div.div-3>span.last{
    margin-right: 0;
}


#myNew{
    display: flex;
    align-items: center;
    background-color: rgba(255,255,255,0.04);
}
#myNew>div{ 
    height: 116px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}
#myNew>div:not(:last-child){
    border-right: 1px solid rgba(226,226,226,.12);
}
#myNew>div.middle{
    width: 345px;
    padding-left: 20px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
#myNew>div.middle:hover{
    background-color: rgba(255, 255, 255, .1);
}
#myNew>div.middle>p:first-child{
    color: #C5C6D6;
    font-size: 16px;
    margin-bottom: 18px;
}
#myNew>div.middle>p:last-child{
    color: #898CAA;
    font-size: 14px;
}
#myNew>div.bothends{ flex: 1;}
#myNew>div:first-child{
    font-size: 24px;
    color: #9A99F2;
    align-items: flex-end;
    padding-right: 42px;
    font-weight:normal;
}
#myNew>div:last-child{
    padding-left: 42px;
}
#myNew>div:last-child>img{
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

#hdcloud,
#OnDemand{
    background-color: #F6F7FC;
}
#hdcloud>div{
    margin: 0 auto;
    width: 1200px;
    box-sizing: border-box;
    height: 778px;
    padding-top: 110px;
    padding-left: 490px;
    position: relative;
}
#hdcloud>div>img{
    display: inline-block;
    width: 289px;
    height: 583px;
    position: absolute;
    top: 99px;
    left: 0;
}
#hdcloud>div>.title,
#OnDemand>div>.title{
    color: #2F52FE;
    /* font-size:39px; */
    font-size:36px;
    line-height: 1;
    font-weight:400;margin-bottom: 43px;
}
#OnDemand>div>.title>font,
#hdcloud>div>.title>font{
    color: #FFB400;
}
#hdcloud>div>p,
#OnDemand>div>p{
    width: 645px;
    line-height: 32px;
    font-size: 20px;
    color: #515151;
    margin-bottom: 61px;
    font-weight:400;
}
#hdcloud .list,
#OnDemand .list{
    display: flex;
    flex-direction: column;
}
#hdcloud .list>div,
#OnDemand .list>div{
    display: flex;
    align-items: center;
}
#hdcloud .list>div:not(:last-child),
#OnDemand .list>div:not(:last-child){ margin-bottom: 41px; }
#hdcloud .list>div>img,
#OnDemand .list>div>img{
    width: 77px;
    height: 77px;
    margin-right: 31px;
    display: inline-block;
}
#hdcloud .list>div>div,
#OnDemand .list>div>div{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#hdcloud .list>div>div>p:first-child,
#OnDemand .list>div>div>p:first-child{
    color: #313133;
    font-size: 18px;
    margin-bottom: 28px;
}
#hdcloud .list>div>div>p:last-child,
#OnDemand .list>div>div>p:last-child{
    color: #656867;
    font-size: 15px;
    margin: 0;
}

#different{
    background-color: #F6F7FC;
    background-image: url(../images/index/different-bg.png);
    background-size: auto 480px;
    background-repeat: no-repeat;
    background-position: center 180px;
    padding-bottom: 100px;
}
#different>div{
    width: 1040px;
    margin: 0 auto;
}
#different .title{
    font-size: 30px;
    padding-top: 91px;
    padding-bottom: 33px;
    text-align: center;
    font-weight: 400;
}
#different>div>p{
    font-size: 16px;
    color: #515151;
    text-align: center;
    margin-bottom: 100px;
}
#different .different-list{
    width: 100%;
    height: 300px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 #C1C2C5;
    box-sizing: border-box;
    
}
.column-logo{
    height: 80px;
    padding-left: 20%;
    padding-right: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.column-logo>div{
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.column-logo>div>span{
    font-size: 15px;
    color: #595959;
    padding-top: 8px;
}
.d-l-column{
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-l-column>span.s1{
    font-size: 16px;
    color: #4D4D4D;
    text-align: right;
    width: 20%;
}
.d-l-column>span.s2{
    font-size: 14px;
    color: #B7B7B7;
    width: 25%;
}
.d-l-column>div{
    flex: 1;
    height: 30px;
    background-color: #F9F9FF;
    display: flex;
    align-items: center;
}
.d-l-column>div.d2{
    background-color: #FDFDFF;
}
.d-l-column>div>div{
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c5c5c5;
    font-size: 12px;
}

#pricing{
    background-color: #fff;
}
#pricing>div{
    margin: 0 auto;
    width: 1110px;
}
#pricing>div>.title{
    font-size: 30px;
    padding-top: 91px;
    padding-bottom: 33px;
    text-align: center;
    font-weight: 400;
}
#pricing>div>p{
    font-size: 16px;
    color: #515151;
    text-align: center;
    margin-bottom: 100px;
}
#pricing>div>.content{
    margin-bottom: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pricing>div>.content>div{
    flex: 1;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-between; */
}
#pricing>div>.content>div:hover {
    box-shadow: 2px 2px 20px 4px grey;
    -webkit-box-shadow: 4px 2px 20px 4px grey;
    transition: box-shadow 500ms;
    -webkit-transition: box-shadow 500ms;
}

#pricing>div>.content>div:first-child,
#pricing>div>.content>div:last-child{
    height: 560px;
    background-color: #f7fafd;
    padding: 50px 0;
}
#pricing>div>.content>div:nth-child(2){
    height: 620px;
    background-color: rgb(28, 11, 84);
    padding: 80px 0;
}
#pricing>div>.content>div>img{
    display: inline-block;
    margin-bottom: 30px;
}
#pricing>div>.content>div>p{
    text-align: center;
    font-size: 12px;
    margin-bottom: 12px;
}
#pricing>div>.content>div>p.t{
    font-size: 27px;
    color: #272A79;
    margin-bottom: 15px;
}
#pricing>div>.content>div>p.p1{
    color: #272A79;
}
#pricing>div>.content>div>ul{
    margin: 35px 0;
}
#pricing>div>.content>div>ul>li{
    text-align: center;
    font-size: 12px;
    color: #8693a7;
    margin-bottom: 12px;
}
#pricing>div>.content>div>.divBtn{
    font-size: 14px;
    color: #336699;
    padding: 9px 15px;
    border: 2px solid #336699;
    cursor: pointer;
    font-weight: 600;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
#pricing>div>.content>div>.divBtn:hover{
    background-color: #336699;
    color: #fff;
}
#pricing>div>.content>div:nth-child(2)>p,
#pricing>div>.content>div:nth-child(2)>ul>li,
#pricing>div>.content>div:nth-child(2)>.divBtn{
    color: #fff;
}
#pricing>div>.content>div:nth-child(2)>.divBtn{
    border-color: #FFF;
}
#pricing>div>.content>div:nth-child(2)>.divBtn:hover{
    border-color: #fff;
    background-color: #fff;
    color: #336699;
}

#iService{
    background-color: #FEFEFE;
    box-shadow: 0 5px 10px 0 rgb(240, 240, 240) inset;
}
#myTab{
    width: 1070px;
    margin: 0 auto;
    padding-top: 53px;
}
#myTab>.title{
    font-size: 29px;
    color: #101010;
    text-align: center;
    margin-bottom: 51px;
}
#myTab>.list{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}
#myTab>.list>div{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 108px;
    cursor: pointer;
    padding-bottom: 32px;
    position: relative;
}
#myTab>.list>.triangle{
    position: absolute;
    bottom: -1px;
    left: 22px;
    border: 10px solid transparent;
    border-bottom-color: #0B0635;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}
#myTab>.list>div.active>img.i1,
#myTab>.list>div>img.i2{
    display: none;
}
#myTab>.list>div.active>img.i2{display: inline-block;}
#myTab>.list>div:nth-child(1)>img{
    width: 44px;
    height: 35px;
}
#myTab>.list>div:nth-child(2){ padding-top: 4px; }
#myTab>.list>div:nth-child(2)>img{
    width: 40px;
    height: 32px;
}
#myTab>.list>div:nth-child(3){ padding-top: 2px; }
#myTab>.list>div:nth-child(3)>img{
    width: 51px;
    height: 36px;
}
#myTab>.list>div:nth-child(4){ padding-top: 4px; }
#myTab>.list>div:nth-child(4)>img{
    width: 32px;
    height: 32px;
}
#myTab>.list>div:nth-child(5){ padding-top: 2px; }
#myTab>.list>div:nth-child(5)>img{
    width: 34px;
    height: 35px;
}
#myTab>.list>div:nth-child(6){ padding-top: 3px; }
#myTab>.list>div:nth-child(6)>img{
    width: 34px;
    height: 33px;
}
#myTab>.list>div:nth-child(7){ padding-top: 4px; }
#myTab>.list>div:nth-child(7)>img{
    width: 32px;
    height: 32px;
}
#myTab>.list>div:nth-child(8){ padding-top: 1px; }
#myTab>.list>div:nth-child(8)>img{
    width: 35px;
    height: 37px;
}
#myTab>.list>div>p{
    color: #787878;
    font-size: 16px;
    margin: 0;
}
#myTab>.list>div.active>p,
#myTab>.list>div:hover p{ 
    color: #3568FF;
}

#myTabContent>div{
    width: 100%;
    height: 643px;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-size: 1920px 643px; */
    background-size: cover;
}
#myTabContent>div:nth-child(1){
    background-image: url(../images/index/tc1.jpg);
}
#myTabContent>div:nth-child(2){
    background-image: url(../images/index/tc2.jpg);
}
#myTabContent>div:nth-child(3){
    background-image: url(../images/index/tc3.jpg);
}
#myTabContent>div:nth-child(4){
    background-image: url(../images/index/tc4.jpg);
}
#myTabContent>div:nth-child(5){
    background-image: url(../images/index/tc5.jpg);
}
#myTabContent>div:nth-child(6){
    background-image: url(../images/index/tc6.jpg);
}
#myTabContent>div:nth-child(7){
    background-image: url(../images/index/tc7.jpg);
}
#myTabContent>div:nth-child(8){
    background-image: url(../images/index/tc8.jpg);
}
#myTabContent>div>div{
    position: relative;
    width: 1070px;
    margin: 0 auto;
    padding-top: 181px;
    color: #fff;
}
#myTabContent>div>div>.title{
    font-size: 29px;
    margin-bottom: 56px;
}
#myTabContent>div>div>.list>p{
    margin-bottom: 26px;
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
}
#myTabContent>div>div>.list>p:last-child{
    margin-bottom: 0;
}
#myTabContent>div>div>.list>p>i:first-child{
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin-right: 24px;
    z-index: 10;
}
#myTabContent>div>div>.list>p:not(:last-child)>i:last-child{
    position: absolute;
    left: 3px;
    top: 50%;
    width: 2px;
    height: 40px;
}

#myTabContent>div:nth-child(1)>div>.list>p>i:first-child,
#myTabContent>div:nth-child(5)>div>.list>p>i:first-child,
#myTabContent>div:nth-child(8)>div>.list>p>i:first-child{ background-color: #3D6EFF; }
#myTabContent>div:nth-child(2)>div>.list>p>i:first-child{ background-color: #2A8CFA; }
#myTabContent>div:nth-child(3)>div>.list>p>i:first-child{ background-color: #2FA6F2; }
#myTabContent>div:nth-child(4)>div>.list>p>i:first-child{ background-color: #3D7DFF; }
#myTabContent>div:nth-child(6)>div>.list>p>i:first-child{ background-color: #3A93FF; }
#myTabContent>div:nth-child(7)>div>.list>p>i:first-child{ background-color: #6576FF; }


#myTabContent>div:nth-child(1)>div>.list>p>i:last-child,
#myTabContent>div:nth-child(5)>div>.list>p>i:last-child,
#myTabContent>div:nth-child(8)>div>.list>p>i:last-child{ background-color: #12182F; }
#myTabContent>div:nth-child(2)>div>.list>p>i:last-child{ background-color: #062965; }
#myTabContent>div:nth-child(3)>div>.list>p>i:last-child{ background-color: #163A66; }
#myTabContent>div:nth-child(4)>div>.list>p>i:last-child{ background-color: #1E2782; }
#myTabContent>div:nth-child(6)>div>.list>p>i:last-child{ background-color: #002757; }
#myTabContent>div:nth-child(7)>div>.list>p>i:last-child{ background-color: #051659; }

#OnDemand>div{
    margin: 0 auto;
    width: 1200px;
    height: 749px;
    box-sizing: border-box;
    position: relative;
    padding-top: 94px;
    /* padding-left: 490px; */
}
#OnDemand>div>img{
    display: inline-block;
    height: 490px;
    position: absolute;
}

#Safety{
    background-color: rgb(222,230,242);
    background-image: -webkit-linear-gradient(90deg, #DEE6F2, #F0F3FE); 
    background-image:    -moz-linear-gradient(90deg, #DEE6F2, #F0F3FE);
    background-image:      -o-linear-gradient(90deg, #DEE6F2, #F0F3FE);
    background-image:        linear-gradient(90deg, #DEE6F2, #F0F3FE);
}
#Safety>div{
    margin: 0 auto;
    width: 1040px;
    height: 510px;
    box-sizing: border-box;
    color: #101010;
}
#Safety>div>.title{
    font-size: 30px;
    padding-top: 91px;
    padding-bottom: 33px;
    text-align: center;
    font-weight:400;
}
#Safety>div>.list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#Safety>div>.list>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 210px;
}
#Safety>div>.list>div>img{
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-bottom: 29px;
}
#Safety>div>.list>div>.p1{
    font-size: 23px;
    margin: 0 0 20px 0;
}
#Safety>div>.list>div>.p2{
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin: 0;
}

#Suite{
    background-color: #F6F7FC;
}
#Suite>div{
    margin: 0 auto;
    width: 1060px;
    height: 485px;
    box-sizing: border-box;
    padding-top: 105px;
}
#Suite>div>.title{
    font-size: 26px;
    margin-bottom: 49px;
    text-align: center;
}
#Suite>div>p{
    color: #646464;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 65px;
    text-align: center;
}
#Suite>div>.btnDiv{
    width: 265px;
    line-height: 53px;
    font-size: 23px;
    color: #FFF;
    margin: 0 auto;
    background-color: rgba(61,110,255,1);
    border-radius: 267px;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
#Suite>div>.btnDiv:hover{
    background-color: rgba(61,110,255,.75);
}

#solution{
    background-color: #E9EFFA;   
}
#solution>div{
    width: 1356px;
    /* height: 678px; */
    box-sizing: border-box;
    padding-top: 85px;
    padding-bottom: 97px;
    display: flex;
    margin: 0 auto;
}
#solutionLeft{
    width: 193px;
    box-sizing: border-box;
    height: 496px;
    border-right: 1px solid #BEC5CD;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 14px;
    position: relative;
}
#solutionLeft>p{
    line-height: 30px;
    font-size: 17px;
    color: #101010;
    margin: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
}
#solutionLeft>p:hover,
#solutionLeft>p.active{
    color: #3165FF;
}
#solutionLeft>p:not(:last-child){
    margin-bottom: 31px;
}
#solutionLeft>i{
    display: inline-block;
    width: 2px;
    height: 30px;
    position: absolute;
    top: 14px;
    right: 0;
    background-color: #3165FF;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
}
#solutionRight{
    flex: 1;
    padding-top: 19px;
    padding-left: 84px;
    /* display: flex;
    flex-direction: column; */
}
#solutionRight>div{ 
    position: relative;
}
#solutionRight>div>.title{
    color: #101010;
    font-size: 32px;
    margin-bottom: 87px;
    position: relative;
}
#solutionRight>div>.title::after{
    content: ' ';
    width: 43px;
    height: 3px;
    background-color: #000000;
    position: absolute;
    left: 0;
    bottom: -35px;
}
#solutionRight>div>p{
    font-size: 24px;
    color: #101010;
    margin-left: -12px;
    margin-bottom: 32px;
}
#solutionRight>div>.list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 529px;
    margin-bottom: 48px;
}
#solutionRight>div>.list>p{
    display: flex;
    align-items: center;
    color: #101010;
    font-size: 17px;
    margin-bottom: 26px;
}
#solutionRight>div>.list>p:last-child{ margin-bottom: 0;}
#solutionRight>div>.list>p::before{
    content: ' ';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #A8AAAE;
    margin-right: 9px;
}
#solutionRight>div>.btnDiv{
    border: 1px solid #2F52FE;
    border-radius: 18px;
    color: #2F52FE;
    line-height: 35px;
    width: 108px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 43px;
}
#solutionRight>div>.btnDiv:hover{
    color: #FFF;
    background-color: #2F52FE;
}
#solutionRight>div>.dashed{
    width: 610px;
    border-top: 2px dashed #AAAAAA;
    margin-bottom: 47px;
}
#solutionRight>div>.photo{
    display: flex;
    align-items: center;
}
#solutionRight>div>.photo>img{
    display: inline-block;
}
#solutionRight>div>img{
    display: inline-block;
    position: absolute;
}
