@import url("../libs/bootstrap-4.0.0-dist/css/bootstrap.css");
@import url("../libs/font-awesome/css/font-awesome.css");
@import url("buttons.css");
@import url("jquery.fullPage.css");
@import url("../libs/vegas/vegas.css");
/*自定义全局样式*/
html,body{
    margin: 0px;
    padding: 0px;
}

body{
    /*height: 100vw;*/
    /*background: #001a35;*/
}
.container-fluid{
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.navbar{
    background: rgba(0, 0, 0, 0.3) !important;
    z-index: 9999;
}

.navbar ul li{
    margin: 5px 5px;
    padding: 0px;
    background: transparent;
}

.navbar ul li a{
    margin: 0px;
    padding: 10px;
    line-height: normal;
    font-size: 16px;
    color: white;
    display: block; /* 设置为块元素 */
    text-align: center;
}

.navbar ul li a:hover{
    background: rgba(248,80,80,0.6);
    border-radius:8px;
    color: red;
}

.navbar-nav .active{
    background: rgba(248,80,80,0.6) !important;
    border-radius:5px;
}
#collapsibleNavbar{
    text-align: center;
}

.btn:focus{
    box-shadow: 0 0 0 0.2rem rgba(248,80,80,0.3);
}

/*section样式*/
.mt-70{
    margin-top: 70px;
}
.mt-60{
    margin-top: 60px;
}
.mt-40{
    margin-top: 40px;
}
.vh-100{
    height: 100vh;
}

.my-bg{
    background: rgba(0, 0, 0, 0.3);
}

.my-h4{
    color: white;
    margin: 10px 0px 20px 0px;
}

/*section2*/
.section-bg{
    background:repeating-linear-gradient(45deg,rgba(0, 0, 0, 0.2),rgba(0, 0, 0, 0.4) 250px,rgba(0, 0, 0, 0.6) 0px,rgba(0, 0, 0, 0.8) 500px);
}
.mt-h4{
    color: white;
    margin-top: 40px;
}
.row-h{
    height:calc(100vh - 67px) ;
    margin-top: 67px;
}
.mt-10{
    margin-top: 10px;
}

.mycard{
    background: rgba(0, 0, 0, 0.1) !important;
    border-radius: 5px;
    height: 80px;
    padding: 0px;
    margin: 2px;
}

.mycard div{
    padding: 0px;
}

.mycard div i{
     font-size: 30px;
     color: white;
 }

.mycard div span{
    font-size: 20px;
    color: white;
}

.optionPanel{
    width: 100%;
    height:  calc(100vh - 200px);
}

.mini-h1{
    text-align: center;
    background-image: -webkit-linear-gradient(left, #147B96, #E6D205 25%, #147B96 50%, #E6D205 75%, #147B96);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 4s infinite linear;
}
.mini-h5{
    text-align: center;
    background-image: -webkit-linear-gradient(left, #147B96, #E6D205 25%, #147B96 50%, #E6D205 75%, #147B96);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 4s infinite linear;
}
@-webkit-keyframes masked-animation {
    0%{ background-position: 0 0;}
    100% { background-position: -100% 0;}
}

@media (max-width: 575.98px) {
    .optionPanel{
        width: 100%;
        height:  calc(100vh - 300px);
    }
    .row-h{
        height:calc(100vh - 67px) ;
        margin-top: 40px;
    }

    .mini-h1{
        font-size: 1.5rem;
    }

    .mini-h5{
        font-size: 1rem;
    }


}

/*地图样式*/
#bMap{
    width: 100%;
    height:  calc(100vh - 200px);
    border: solid 2px rgba(248,80,80,0.6);
}

/*section3*/
.section_3 li{
    list-style-type :none;
    text-align: center;
    margin: 12px 0px;
}

.section_3 ul{
    padding: 0px;
    border:1px solid #ffb595;
    width: 100%;
    height:  calc(100vh - 300px);
    text-align: center;
}

.section_3 ul:hover {
    box-shadow: 0px 0px 10px #f85050;
}

.section_3 img{
    height: 60px;
}

.section_3 h1{
    color: #f85050;
    margin-bottom: 30px;
}

.section_3 span{
    color: #777777;
}

@media (max-width: 575.98px){
    .section_3 img{
        height: 40px;
    }

    .section_3 ul{
        height:  calc(100vh - 480px);
    }

    .section_3 li{
        margin: 8px 0px;
    }

    .section_3 h1{
        margin-bottom: 15px;
    }

    .section_3 span{
        font-size: 10px;
    }

    .section_3 strong{
        font-size: 15px;
    }
}

/*setction 5*/
.contact{
    width: 100%;
    height:  calc(100vh - 200px);
    margin-top: 67px;
    border: solid 1px red;
}

.section_bg4{
    background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
}

#title {
    color: #fff;
    text-align: center;
    font-family: "lato", sans-serif;
    font-weight: 300;
    font-size: 50px;
    /*letter-spacing: 10px;*/
}
#title span {
    background: -webkit-linear-gradient(white, #38495a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title_span2{
    font-size: 30px;
    display: block;
}
.title_span1{
    display: block;
}
.title_img{
    margin-top: 20px;
    margin-bottom: 15px;
    width: 180px;
}

.title_span3{
    background: -webkit-linear-gradient(white, #38495a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}

@media (max-width: 575.98px){
    .title_span1{
        font-size: 28px;
    }
    .title_span2{
        font-size: 20px;
    }
    .title_span3{
        font-size: 12px;
    }
    .title_img{
        width: 150px;
    }
}




/*footer*/
#footer a{
    text-align: center;
    color: #0f0f0f;
    font-size: 25px;
    padding: 5px 0px;
}
