html{
    margin:0;
}
body {
    position: relative;
    font-family: "PMingLiU";
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #0032a4 !important;
    background-color: transparent;
    font-weight: 700;
}
#h-nav {
    margin: 0 20px;
    background: transparent;
}
.overlay {
    position: absolute;
    opacity: 0.7;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #1c1d21;
}


#h-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    background-image: url(../img/bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    height: 800px;
    /*max-width: 100%;*/
}
#h-home{
    width: 100%;
    height: 800px;
}
#h-home h1{
    font-size: 80px;
    color: whitesmoke;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 30%;
}
#h-home h2{
    margin-top: 25px;
    font-size: 30px;
    color: #003fff;
}
#h-home p{
    margin-top: 25px;
    color: whitesmoke;
    font-size: 20px;
}
#h-about{
    margin-bottom: 50px;
}
.header{
    font-size: 50px;
    margin-top: 50px;
}
.line{
    height: 3px;
    width: 100px;
    background-color: #003fff;
    top: 20px;
    margin-left: 47%;
}
.content{
    margin-bottom: 30px;
    margin-top: 30px;

}
.content p{
    font-size: 20px;
    letter-spacing: 1px;
    color: #888;
    padding: 20px 100px;
}
.longLine{
    height: 1px;
    width: 90%;
    margin-left: 5%;
    background-color: #bbb;
    margin-bottom: 20px;

}
#h-about .col-md-4{
    color: #003aaa;
    opacity: 0.6;
    transition: all 0.5s;
}
#h-about .col-md-4:hover {
    transform: rotate(360deg);
    opacity: 1;
}
#h-about .col-md-4 p{
    font-size: 30px;
}
#h-services{
    background-image: url(../img/bg1.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 455px;
}
#h-services .col-md-12{
    margin-top: 80px;
}
.ro{
    transition: all 1s;
}
#h-services .col-md-4 h3{
    transition: all 1s;
    margin-top: 50px;
}
#h-services .col-md-4:hover h3{
    color: #003aaa;
    margin-top: 20px;
    font-size: large;
}
#h-services .col-md-4 .ro:hover{
    transform: rotate(360deg);
}

#h-cases{
    background-color: #ddd;
    width: 100%;
    height: 700px;
}

.case-content{
    position: absolute;
    margin: -300px auto auto 120px;
}
.case-content p{
    color: #fff;
    position: absolute;
    transition: all 0.5s;
    top: 80px;
}
.case{
    width: 25%;
}
#h-cases .case:hover p{
    font-size: 25px;
}
.case_left{
    float: left;
}
#h-advantages{
    height: 650px;
}
#h-advantages .col-md-4{
    margin: 70px 0;
}
#h-advantages .col-md-4:hover{
    color: #003aaa;
}
.big{
    transition: all 1s;
}
#h-advantages .col-md-4:hover .big{
    margin-top:-30px;
}

#h-contact {
    background-color: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 30px;
}
#h-contact .box :hover p{
    color: #003fff;
}
.gl {
    color: #003aaa;!important;
    opacity: 0.7;
    font-size: 50px;
    margin-bottom: 10px;
    transition:all 0.5s;
}
.gl:hover{
    opacity: 1;!important;
    transform: rotate(360deg);
}

footer {
    background-color: #1C1D21;
    height: 50px;
    width: 100%;
    padding-top: 19px;
    color: #f5f5f5;
}