.box1{
    .main_in{
        width: 90vw;
        .text{
            p{
                width: 100%;
                text-align: center;
            }
            .h1{
                font-size: 0.16rem;
                font-weight: bold;
                small{
                    font-size: 0.12rem;
                    color: #acacac;
                }
            }
            .h2{
                width: 100%;
                font-size: 0.12rem;
                line-height: 0.22rem;
                color: #676767;
                margin-top:0.1rem
            }
        }
    }
    .box_top{
        .img{
            width: auto;
            img{
                width: 100%;
                margin-bottom:5px;
            }
        }
    }
    .box_bottom{
        margin-top:0.2rem;
        img{
            width: 30vw;
            margin:0 auto;
            margin-top:0.2rem;
        }
    }
}
.box2{
    background:url("../img/about_16.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    .main_in{
        width: 98vw;
        display: flex;
        justify-content: space-between;
        >div{
            width: 50%;
            margin-top: -1px;
            >div{
                width: 100%;
                position: relative;
                box-sizing: border-box;

                .line{
                    width: 1px;
                    background-color: #eee;
                    position: absolute;
                    top:0rem;
                }
                p{
                    font-size: 0.12rem;
                    color: #fff;
                }
                .h1{
                    opacity: 0.9;
                    //padding-top: 0.05rem;
                }
                .h2{
                    opacity: 0.8;
                    //padding-bottom:0.05rem;
                }
                img{
                    position: absolute;
                    top:0.05rem;
                    z-index: 9;
                }
            }

            .left{
                padding-right:0.2rem;
                img{
                    right: -0.065rem;
                }
                p{
                    text-align: right;
                }
                .line{
                    right: 0rem;
                    padding-bottom: 0.06rem;
                }
            }
            .right{
                padding-left:0.2rem;
                p{
                    text-align: left;
                }
                img{
                    left: -0.065rem;
                }
                .line{
                    left: -0.01rem;
                    padding-bottom: 0.06rem;
                }
            }
            .one{
                opacity: 0;
                border:0;

            }

        }
    }
}
.box3{
    .main_in{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        div{
            width: 44vw;
            margin-bottom: 2vw;
            padding:0.2rem 0;
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            background-color: #fafafa;
            span{
                width: 0.5rem;
                text-align: center;
                line-height: 0.5rem;
                color: #fff;
                border-radius: 50%;
                font-size: 0.12rem;
                font-weight: bold;
            }
            p{
                width: 100%;
                text-align: center;
            }
            .h2{
                margin-top:0.1rem;
                color: #e6e6e6;
            }
            .h3{
                margin-top:0.05rem;
                color: #7b7b7b;
            }
        }
    }
}
.box4{
    background-color: #fbfbfb;
    .main_in{
        width: 100%;
        .swiper-container{
            padding-bottom: 0.3rem;
        }
        .swiper-pagination-bullet{
            width: 0.06rem;
            height: 0.06rem;
        }
        .swiper-container-horizontal>.swiper-pagination-bullets{
            bottom:0;
        }
        .swiper-pagination-bullet-active{
            width: 0.25rem;
            height: 0.06rem;
            background-color: #ff7200;
            border-radius: 5px;
        }
        .swiper-slide{
            position: relative;

            .img{
                width: 100%;
                border-radius: 13px;
                overflow: hidden;
                background-color: #000;
                img{
                    width: 100%;
                    height: auto;
                    opacity: 0.7;
                }
            }
            .div{
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: #fff;
                border-radius: 10px;
                box-shadow: 0px 2px 32px 0px
                rgba(20, 41, 95, 0.13);
                box-sizing: border-box;
                opacity: 0;
                transition:all 0.3s;
                img{
                    width: 0.6rem;
                    height: 0.6rem;
                    margin:0 auto;
                    border-radius: 50%;
                    overflow: hidden;
                    margin-top:0.2rem;
                }
                p{
                    width: 80%;
                    margin:0 auto;
                    text-align: center;
                }
                .h1{
                    font-size: 0.13rem;
                    font-weight: bold;
                    margin-top:0.1rem;
                }
                .h2{
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    color: #2260c9;
                    font-size: 0.12rem;
                    margin-top:0.1rem;
                }
                .h3{
                    font-size: 0.12rem;
                    text-align: justify;
                    margin-top:0.1rem;
                    line-height: 0.16rem;
                    color: #666666;
                }
            }
        }
        .swiper-slide-active{
            .div{
                opacity: 1;
            }
        }
    }
}
.box5{
    .main_in{
        img{
            width: 100%;
        }
    }
}
.box6{
    padding:0;
   img{
       width: 100%;
   }
}