body {
    overflow: visible;
}
.about-banner {
    position: relative;
    height: 480px;
    background: url("/static/picture/banner9.jpg") center center no-repeat;
    background-size: cover;
}
.about-banner .banner-container {
    position: absolute;
    right: 50%;
    bottom: 110px;
    width: 1200px;
    transform: translateX(50%);
}
.banner-container .banner-container-title {
    text-align: left;
    color: #ffffff;
    font-family: FZLTHJW;
    font-weight: normal;
    font-size: 38px;
    margin-bottom: 15px;
}
.banner-container .banner-container-context {
    text-align: left;
    font-family: PingFangSC;
    color: #ffffff;
    font-weight: 200;
    font-size: 16px;
    margin-bottom: 52px;
}
.banner-container .banner-container-btns {
    display: flex;
    justify-content: flex-start;
    color: #FFFFFF;
    font-size: 16px;
}
.banner-container-btns button,
.banner-container-btns a {
    width: 110px;
    height: 46px;
    line-height: 46px;
    border: 0;
    outline: none;
}
.banner-container-btns button {
    margin-right: 10px;
    background-color: rgba(35, 134, 238, 1);
}
.banner-container-btns a {
    display: inline-block;
    background-color: rgba(0, 204, 254, 1);
}

/* 视频播放窗口样式 */
.video_window {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    z-index: 99999;
}
.video_window .video_fadeout {
    position: absolute;
    top: 5px;
    right: 25px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 26px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    box-shadow: 0px 2px 45px 0px rgba(255, 255, 255, 0.5);
}
.video_window video {    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    outline: 0;
}

/* 描点导航 */
/* 导航 start */

.mainnav {
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: left;
    z-index: 10;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
    border-top: 1px solid #4587e8;
}

.mainnav-list {
    height: 81.5px;
    display: inline-block;
    font-size: 16px;
    color: #303030;
    
    cursor: pointer;
    position: relative;
    padding: 0 30px;
}
.mainnav-click-active{
    color: rgb(255 255 255);
    background: #006fdf;
    transition-duration: 1s;
}
.mainnav-list:hover {
    background: #006fdf;
    color: white;
}
.temp-width {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

#insight-business {
    padding-top: 73.5px;
}

.big-title {
    margin-bottom: 41.5px;
    color: #061828;
    font-size: 32px;
}
.business-container {
    display: flex;
    width: 1200px;
    margin: 0 auto 60px auto;
}
.container-item {
    flex: 1;
    padding: 45px 20px;
    background: #FFF;
    box-shadow: 0px 3px 14px 0px rgba(28, 45, 64, 0.12);
    position: relative;
    padding: 4%;
}
/* .container-item:nth-child(1):before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../picture/square.png) no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    
} */
.container-item:ntn-child(n+2) {
	margin-left: 20px;
}

.ecology:nth-child(n+2) {
    margin-left: 20px;
    position: relative;
    box-shadow: none;
}
/* .container-item:nth-child(n+2):hover{
    animation-play-state: paused;
} */
.ecology:nth-child(n+2):hover >img {
    transform: scale(1.2);
}
.ecology:nth-child(n+2):before{
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    background: url(../picture/circle.png) no-repeat;
    background-size: cover;
    background-position:center;
    top: 0;
    left: 0;
    animation: myfirst 30s;
    transform: rotate(0deg);
    animation-iteration-count:infinite;
    animation-timing-function:linear;
}
/* .state-manage:before{
    position: absolute;
    content: ' ';
    width: 100%;
    height: 100%;
    background: url(../picture/square.png) no-repeat;
    background-size: 100% 100%;
    background-position:center;
    top: 0;
    left: 0;
} */
.container-item  .item-img-box {
    height: 100px;
}
.ecology img {
    width: 90%;
    border-radius: 50%;
    transition-duration: 2s;
}
.container-item img{
	max-width: 100% !important;
}
.container-item .state {
    margin-top: 42px;
    margin-bottom: 12px;
    color: rgba(6, 24, 40, .8);
    font-size: 16px;
    line-height: 2;
}
.container-item .bottom-title {
    color: #061828;
    font-size: 20px;
}
#insight-management {
    padding-top: 103.5px;
    padding-bottom: 20px;
    margin-bottom: 0px;
    background: url("../images/ebc-flip.png") center center no-repeat;
    background-size: cover;
}
#insight-management .state-manage {
    width: 1200px;
    margin: 0 auto 30px auto;
    color: rgba(6, 24, 40, .8);
    text-align: left;
    font-size: 16px;
}
#insight-management .rounds {
    display: flex;
    justify-content: center;
    align-items: center;
}
.rounds .round,
.rounds .round-alone {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rounds .round {
    position: relative;
    width: 184px;
    height: 184px;
    border-radius: 50%;
    background-color: rgba(35, 134, 238, .8);
    color: #fff;
}
.rounds .round >div:first-child {
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
}
.rounds .round >div:nth-child(2) {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
}
.rounds .round >div:last-child {
    position: absolute;
    right: 4px;
    bottom: 50%;
    transform: translateY(50%);
    font-weight: bold;
    font-size: 21px;
}

.rounds .round-alone {
    position: relative;
    width: 159px;
    height: 159px;
    border-radius: 50%;
    background-color: rgba(0, 204, 254, .8);
    color: #fff;
    transform: translateX(-23px);
}
.rounds .round-alone:nth-child(3) {
    transform: translateX(-46px);
}
.rounds .round-alone:nth-child(4) {
    transform: translateX(-69px);
}
.rounds .round-alone >div:first-child {
    font-weight: bold;
    font-size: 21px;
    line-height: 32px;
}
.rounds .round-alone >div:nth-child(2) {
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    opacity: 0.7;
}
.rounds .round-alone:nth-last-child(n+2) >div:last-child {
    position: absolute;
    right: 8px;
    bottom: 50%;
    transform: translateY(50%);
    /* font-weight: bold; */
    font-size: 21px;
    opacity: .8;
}
#insight-management .second-title {
    margin-top: 42px;
    margin-bottom: 24px;
    line-height: 48px;
    color: rgba(6, 24, 40, .8);
    font-family: Adobe Heiti Std;
    font-weight: normal;
    font-size: 24px;
}
#insight-management .second-content {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
}
.mouse-area {
    width: calc((100% - 20px) / 3);
    height: 210px;
    margin-right: 10px;
    margin-bottom: 10px;
    /* -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000; */
}
.second-content .cecond-content-item {
    position: relative;
    height: 100%;
    /* transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d; */
    transition: all 1s;
    overflow: hidden;
}
.second-content .cecond-content-item .hid-context {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 10px 0 40px;
    text-align: left;
    /* transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg); */
    background-color: rgba(22, 104, 220, 1);
    /* backface-visibility: hidden; */
    z-index: 1;
    opacity: 0;
    transition: all .3s;
}
.hid-context .title {
    margin-bottom: 22px;
    color: #FFFFFF;
    font-size: 20px;
}
.hid-context .list {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 200;
    line-height: 30px;
}
.second-content .mouse-area:nth-child(3n) {
    margin-right: 0;
}
.second-content .cecond-content-item .context-only {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 210px;
    color: #FFFFFF;
    font-family: PingFangSC;
    font-size: 30px;
    /* backface-visibility: hidden; */
}
/* @keyframes rotateInsight{
    0%   { transform: rotateY(0deg) }
    25%  { transform: rotateY(60deg) }
    50%  { transform: rotateY(120deg) }
    100% { transform: rotateY(180deg) }
} */
.second-content .mouse-area:hover .hid-context {
    /* transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg); */
    top: 0;
    opacity: 1;
}
.second-content .mouse-area:first-child .context-only {
    background: url("../images/digital-1.png") center center no-repeat;
    background-size: cover;
    background-color: #fff;
}
.second-content .mouse-area:nth-child(2) .context-only {
    background: url("../images/digital-2.png") center center no-repeat;
    background-size: cover;
    background-color: #fff;
}
.second-content .mouse-area:nth-child(3) .context-only {
    background: url("../images/digital-3.png") center center no-repeat;
    background-size: cover;
    background-color: #fff;
}
.second-content .mouse-area:nth-child(4) .context-only {
    background: url("../images/digital-4.png") center center no-repeat;
    background-size: cover;
    background-color: #fff;
}
.second-content .mouse-area:nth-child(5) .context-only {
    background: url("../images/digital-5.png") center center no-repeat;
    background-size: cover;
    background-color: #fff;
}
.second-content .mouse-area:nth-child(6) .context-only {
    background: url("../images/digital-6.png") center center no-repeat;
    background-size: cover;
    background-color: #fff;
}

#insight-service {
    width: 1200px;
    margin: 0 auto 10px auto;
    overflow: hidden;
    padding-top: 80px;
}
#insight-service .big-title {
    margin-bottom: 53.5px;
}
#insight-service .swiper-slide {
    display: flex;
    justify-content: space-between;
    /*padding: 0 15px;*/
}
.mySwiper-leader {
    /*padding: 2%;*/
    /*width: 1000px;*/
    /*margin: 0 auto;*/
    /*display: block;*/
}
.swiper-slide img:hover {
    box-shadow: 0px 0px 4px 0px #0077e0;
}
.service-swiper {
    width: 90%;
    margin: 0 auto;
    display: block;
    margin-top:30px;
}
.swiper-slide img {
    width: 90%;
}
#insight-service .swiper-slide:hover li.name {
    opacity: 1;
}
li.name {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    list-style: none;
    width: 90%;
    background: #008ce6;
    color: aliceblue;
    padding: 5px 15px;
    opacity: 0;
    transition-duration: 0.5s;
}
.programme-box-title {
    font-size: 22px;
    color: #0c0807;
    padding-bottom: 36px;
    position: relative;
    /* text-align: left; */
}

.programme-box-title::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    background-color: #0265b5;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
}
#insight-service .swiper-slide .slider-item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 55px) / 2);
    padding: 43px 30px 37px 30px;
    background-color: #F7F7F7;
}
#insight-service .swiper-slide .slider-item:hover {
    box-shadow: 0 0 10px 5px rgba(19, 32, 46, 0.17);
}
.slider-item .slider-item-title {
    color: rgba(6, 24, 40, 1);
    /* font-weight: 300; */
    font-size: 24px;
    line-height: 24px;
}
.slider-item .slider-item-line {
    width: 42px;
    height: 4px;
    margin: 18px auto 15px auto;
    background: #00CCFE;

}
.slider-item .slider-item-context {
    flex: 1;
    color: rgba(6, 24, 40, .8);
    line-height: 28px;
    text-align: left;
    font-size: 14px;
}
.slider-item .bottom-box {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
}
.slider-item .bottom-box .bottom-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc((100% - 20px) / 2);
    padding: 17px 5px;
    background-color: #fff;
}
.slider-item .bottom-box .bottom-item:first-child {
    margin-right: 20px;
}
.bottom-box .bottom-item .text {
    flex: 1;
    margin-top: 15px;
    margin-bottom: 21px;
    /* line-height: 48px; */
    color: #061828;
    text-align: left;
    font-size: 14px;
}
.bottom-box .bottom-item img {
    width: 100%;
}
.bottom-box .bottom-item a {
    display: inline-block;
    width: 110px;
    height: 40px;
    line-height: 40px;
    color: rgba(35, 134, 238, 1);
    font-size: 14px;
    /* border: 1px solid #2386EE; */
}
/* 分页指示器 */
.swiper-pagination-insight {
    margin-top: 32px;
}
.swiper-pagination-insight .swiper-pagination-bullet {
    width: 8px;
    height: 6px;
    background: #D9D9D9;
    border-radius: 0;
}
.swiper-pagination-insight .swiper-pagination-bullet:nth-child(n+2) {
    margin-left: 10px;
}
.swiper-pagination-insight .swiper-pagination-bullet-active {
    width: 29px;
    height: 6px;
    background: #2386EE;
}

@media screen and (min-width: 751px) and (max-width: 1200px) {
    .about-banner .banner-container,
    .temp-width,
    .business-container,
    #insight-management .state-manage,
    #insight-management .second-content,
    #insight-service {
        width: 80%;
    }
    .container-item .state {
        text-align: left;
    }
    .container-item .bottom-title,
    .slider-item .slider-item-title {
        font-size: 18px;
    }
    .hid-context .title {
        font-size: 24px;
    }
    .bottom-item img {
        width: 100% !important;
        height: 44px !important;
        /* object-fit: contain; */
    }
}
@media screen and (max-width: 768px) {
    .container-item .item-img-box {
        height: 30px;
    }
    .container-item img {
        width: 60px;
    }
    .container-item .bottom-title, .slider-item .slider-item-title {
        font-size: 16px;
    }
    .bottom-box .bottom-item a {
        width: 100%;
    }
}
@keyframes myfirst
{
    0%   {transform: rotate(0deg);}
    20%  {transform: rotate(72deg);}
    40%  {transform: rotate(144deg);}
    60%  {transform: rotate(216deg);}
    80%  {transform: rotate(288deg);}
    100%  {transform: rotate(360deg);}
    
}