/*@font-face {*/
    /*font-family: "zq";/!*标题字体*!/*/
    /*src: url('../../font/FZZQJW.TTF') format('truetype');*/

/*}*/
/*@font-face {*/
    /*font-family: "font1";/!*标题字体*!/*/
    /*/!*src: url('../../font/kt.TTF') format('truetype');*!/*/
    /*src: url('../../font/FZSJ-YRXKJW.TTF') format('truetype');*/



/*}*/
/*@font-face {*/
    /*font-family: "yw";/!*标题字体*!/*/
    /*src: url('../../font/yw.ttf') format('truetype');*/
/*}*/
body{
    /*font-family: font1;*/
}
body::-webkit-scrollbar {
    width: 2px;
    height: 5px;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #4262A9;
}
.navbar-brand img{
    width: 150px;
}
.top {
    margin-top: 110px;
    height: 550px;
    /*background: url("images/top5.jpg")center no-repeat;*/
    /*background-size: cover;*/
    /*animation:frams 15s infinite;*/


}
.top_body{
    width: 100%;
    height: 100%;
    /*background-repeat: no-repeat;*/
    /*background-image: url("images/ls017.jpg");*/
    /*background-size: contain;*/
    background: url("images/top5.jpg"),url("images/top1.jpg");

    animation:frams 15s infinite;
}
.top_info{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@keyframes frams {
    0%{
        background: url("images/top5.jpg")center no-repeat;
        background-size: cover;
    }
    40%{
        background: url("images/top5.jpg")center no-repeat;
        background-size: cover;
    }
    50%{
        background: url("images/top1.jpg")center no-repeat;
        background-size: cover;


    }
    90%{
        background: url("images/top1.jpg")center no-repeat;
        background-size: cover;


    }
    100%{
        background: url("images/top5.jpg")center no-repeat;
        background-size: cover;


    }
}
.one{
    font-size: 48px;
    font-family:zq;
    /*font-style:italic;*/
    text-shadow:3px 1px 1px #000;
    color: #fff;
}
.two{
    font-family:yw;
    font-size: 26px;
    text-shadow:3px 3px 3px #000;
    color: #fff;
}
.three{
    margin-top: 20px;
    font-family: zq;
    text-shadow:3px 3px 3px #000;
    color: #fff;
    font-size: 30px;
}
.three span{
    padding:  0 10px;
}
.about{
    /*background-color: #f5f5f5;*/
}
.info{
    /*height: 630px;*/
    border: 2px solid #f3f3f3;
    border-radius: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

.info_bottom img{
    width: 100%;
}
.title_img img{
    width: 350px;
}
.imgs,.about{
    margin-top: 20px;
}
.imgs img{
    border: 1px solid #fff;
    border-radius: 12px;
    box-shadow:  0 0 10px #aaa;

}
.img_one{
    width: auto;
    /*border: 1px solid;*/
   margin-bottom: 10px;
}

.info_body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px ;
    font-family: font1;
    font-size: 20px;
}
.info_one{
    text-indent: 40px;
    margin: 0;
    line-height: 32px;
}
.info_two{
    align-self: center;
    line-height: 32px;
}
.GrowUp{
    margin-top: 30px;
    margin-bottom: 30px;
}
.myTitle img{
    width: 400px;
    margin-bottom: 20px;
}
.gr_title{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}
.myvideo video{
    margin-top: 30px;
    border-radius:14px ;
    box-shadow:  0 0 10px #aaa;

}

@media screen and (max-width: 768px){
    .title_img img{
        width: 250px;
    }
    .top{
        height: 300px;
        margin-top: 50px;
    }
    .one{
        font-size: 24px;
    }
    .two{
        font-size: 16px;
    }
    .three{
        font-size: 12px;
    }
    .three span{
        padding: 0 5px;
    }
    .info{
        height: auto;
    }
    .navbar-brand{
        padding: 0 20px;
    }
    .navbar-brand img{
        width: 110px;
    }
    .grow_body img{
        width: 100%;
    }
    .myTitle img{
        width:250px;
    }
}
@media screen and (max-width: 997px){
    video{
        width: 95%
    }
}
/*.info_bottom{*/
    /*position: absolute;*/
    /*bottom: 0;*/

/*}*/