.banner {
    width: 100%;
    min-width: 1400px;
    height: 540px;
  margin-top: 92px;
    background: url("../static/images/banner/jishubanner.jpg") top center no-repeat;
}

.main {
    position: relative;
    width: 100%;
    min-width: 1400px;
    /* height: 5380px */
}
.zonglan{
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.demand {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 0px;
}
.demand_box {
    position: relative;
    height: 550px;
    width: 1200px;
}
.demand_box1 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 362px;
    opacity: 0.35;
    position: absolute;
    top: 0px;
    right: 150px;
}
.demand_box1.active {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 362px;
    opacity: 1;
    position: absolute;
    top: 0px;
    right: 150px;
    z-index: 100;
}
.demand_box2 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 362px;
    opacity: 0.35;
    position: absolute;
    top: 200px;
    left: 150px;
}
.demand_box2.active {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 362px;
    opacity: 1;
    position: absolute;
    bottom: 0px;
    left: 150px;
    z-index: 100;
}
.demand_img {
    width: 567px;
    height: 330px;
}
.demand_text.active2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 354px;
    height: 47px;
    background: linear-gradient(270deg, #2474e8 0%, #9bcbff 100%);
    border-radius: 5px 5px 5px 5px;
    color: #e1eefe;
}
.demand_text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 354px;
    height: 47px;
    background: linear-gradient(270deg, #2474e8 0%, #9bcbff 100%);
    border-radius: 5px 5px 5px 5px;
    color: #e1eefe;
}
.line1 {
    width: 88px;
    height: 0px;
    border: 1px solid;
    border-image: linear-gradient(90deg, rgba(105.00000134110451, 168.0000051856041, 246.0000005364418, 1), rgba(247.00000047683716, 250.00000029802322, 255, 1)) 1 1;
}
.line2 {
    width: 88px;
    height: 0px;
    border: 1px solid;

    border-image: linear-gradient(270deg, rgba(105.00000134110451, 168.0000051856041, 246.0000005364418, 1), rgba(247.00000047683716, 250.00000029802322, 255, 1)) 1 1;
}
.title_box {
    font-weight: 600;
    font-size: 28px;
    color: #3d3d3d;
}
.mini {
    width: 100%;
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.assistant {
    width: 100%;
    height: 1000px;
    background-color: #f4f6fb;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
/*  */
.warp {
    width: 860px;
    height: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*主框架*/
.out_warp {
    position: relative;
    width: 800px;
    height: 800px;
    z-index: -99;
    transition: all 0.5s ease-in-out;
}

/*左边层*/
.img_box {
    width: 266px;
    height: 488px;
    position: absolute;
    top: 180px;
    right: 20px;
    display: none;
}

.img_box.left {
    width: 266px;
    height: 488px;

    position: absolute;
    top: 180px;
    right: 260px;
    display: block;
    opacity: 0.3;
}
.img_box.right {
    width: 266px;
    height: 488px;

    position: absolute;
    top: 180px;
    right: 0px;
    display: block;
    opacity: 0.3;
}

.img_box.conet {
    width: 266px;
    height: 488px;

    position: absolute;
    top: 180px;
    right: 130px;
    display: block;
    opacity: 1;
    z-index: 99;
    animation: moveRight 1.5s forwards;
}

@keyframes moveRight {
    from {
        right: 260px;
    }
    to {
        right: 130px;
    }
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 1;
    }
}
.button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.btn_1 {
    width: 206px;
    height: 69px;
    margin: 30px 0;
    background-color: white;
}
.btn_1.active {
    color: #2474e8;
    font-weight: bold;
    font-size: 18px;
    background: url("/static/images/text_img.png") no-repeat;
    background-size: cover;
}
.btn_2.active {
    color: #2474e8;
    font-weight: bold;
    font-size: 18px;
    background: url("/static/images/text_bg.png") no-repeat;
    background-size: cover;
}
.btn_2 {
    width: 206px;
    height: 69px;
    margin: 30px 0;
    background-color:#F4F6FB;
}
.out_warp_z {
    position: relative;
    width: 800px;
    height: 800px;
    transition: all 0.5s ease-in-out;
}

.img_box2 {
    width: 266px;
    height: 488px;

    position: absolute;
    z-index: 10;
    top: 180px;
    left: 20px;
    display: none;
}
.img_box2.left {
    width: 266px;
    height: 488px;

    position: absolute;
    top: 180px;
    left: 260px;
    display: block;
    z-index: 10;
    opacity: 0.3;
}
.img_box2.right {
    width: 266px;
    height: 488px;

    position: absolute;
    top: 180px;
    left: 0px;
    display: block;
    opacity: 0.3;
    z-index: 10;
}
.img_box2.conet {
    width: 266px;
    height: 488px;

    position: absolute;
    top: 180px;
    left: 130px;
    display: block;
    opacity: 1;
    z-index: 99;
    animation: moveLight 1.5s forwards;
}

@keyframes moveLight {
    from {
        left: 0px;
    }
    to {
        left: 130px;
    }
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
        transform: scale(1.2, 1.2);
    }
}
.out_img {
    width: 266px;
    height: 488px;
}
.guide {
    width: 100%;
    height: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.guide_content {
    width: 1028px;
    height: 588px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.guide_img {
    width: 588px;
    height: 549px;
}

.guide_img_box{
    width: 588px;
    height: 549px;
   
}
.centent_box{
    width: 588px;
    height: 68px;
}
.guide_content_img{
    width: 305px;
    height: 68px;
}
.guide_content_imgs{
    width: 305px;
    height: 68px;
    display: none;
}
.centent_box.active img.guide_content_img{
   display: none;
}
.centent_box.active img.guide_content_imgs{
    display: block;
}
.guide_img_box1{
    width: 305px;
    height: 68px;
    position: absolute;
    top: 51px;
    right: -35px;

}
.guide_img_box2{
    width: 305px;
    height: 68px;
    position: absolute;
    bottom: 230px;
    right: -55px;
    
}
.guide_img_box3{
    width: 305px;
    height: 68px;
    position: absolute;
    top: 0;
    left: -17px;
}
.guide_img_box4{
    width: 305px;
    height: 68px;
    position: absolute;
    bottom: 113px;
    left: -112px;
}
