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: #FCAC45 !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;
    right: 0;
    left: 0;
    z-index: -2;
    background-attachment: fixed;

}
#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: 18px;
    font-size: 30px;
    color: wheat;
}
.wheel{
    margin-left: 50%;
    transform: translateX(-50%);
}

.wheel-content h1{
    position: absolute;
    color: whitesmoke;
    margin-top: -240px;
    margin-left: 50%;
    transform: translateX(-130%);
    font-size: 70px;
}
.wheel-content h2{
    /*margin-left: 130px;*/
    position: absolute;
    color: whitesmoke;
    margin-top: -180px;
    margin-left: 53%;
    transform: translateX(-50%);
    font-size: 50px;
}
.link{
    position: absolute;
    margin-top: -260px;
    margin-left: 50%;
    color: whitesmoke;
    font-size: 20px;
}
.link1{
    margin-left: -400px;
    margin-top: 25px;
}
.link2{
    margin-top: 80px;
    margin-left: -420px;
}
.link3{
    margin-top: 80px;
    margin-left: -220px;
}
.link4{
    margin-left: 180px;
    margin-top: -35px;
}
.link5{
    margin-left: 260px;
    margin-top: -130px;
}
.link6{
    margin-left: 300px;
    margin-top: -130px;
}
#h-about{
    height: 300px;
}
#h-about .left{
    background: rgba(182,179,179,0.98);
    height: 100%;
    opacity: 0.8;
}
#h-about .left h1{
    color: #1b6d85;
}

#h-about  p{
    margin-top: 30px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: large;
    color: #0f0f0f;
}
#h-about .left p{
    margin-top: 80px;
}

.intro{
    background-image: url(../img/bg2.jpg);
    background-size: contain|cover;
    height: 600px
}
.mission-text{
    padding: 50px;
}
.mission-text .mission-header{
    background-color: #000000;
    height: 100px;
    width: 80%;
    margin-left: 10%;
    margin-top: -400px;
}

.mission-text .mission-header h1{
    color: whitesmoke;
    line-height: 100px;
}
.mission-content{
    background-color: rgba(182,179,179,0.98);
    height: 300px;
    width: 100%;
    margin-top: 100px;
}
.mission-content li:first-child{
    padding-top: 50px;
}
.mission-content li{
    font-weight: 400;
    font-size: 19px;
    margin-top: 15px;
}
.mission{
    margin-top: 150px;
}

#h-feature{
    background: url(../img/bg1.jpg) no-repeat;
    background-size: contain|cover;
    height: 471px;
}
.header{
    color: whitesmoke;
    font-size: 60px;
    margin-top: 30px;
}

#h-feature .tupian1{
    background-position-x: -115px;
    height: 58px;
}
#h-feature .tupian2{
    background-position-x: 0;
    height: 58px;
}
#h-feature .tupian3{
    background-position-x: -172.5px;
    height: 58px;
}
#h-feature .tupian4{
    background-position-x: -57.5px;
    height: 58px;
}
.list-item{
    list-style: none;
    padding: 20px;
    float: left;
}
#h-feature .item{
    width: 58px;
    height: 58px;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    transition:all 1s;
}
#h-feature .list-item:hover .item{
    background-position-y: -58px;
}
 .list-item:hover .item-text{
    color: whitesmoke;
}
.list-item:hover p{
    color: #000;
}
.list-item .item-text{
    color: #2b669a;
    margin-top: 5px;
    font-size: 20px;
}
.list-item .tp3{
    margin-top: 20px;
}
.list-item p{
    color: whitesmoke;
    margin-top: 50px;
    font-size: 18px;
}



#h-services{
    /*background-color: #1C1D21;*/
    background-image: url(../img/bg3.jpg);
    background-size: contain|cover;
    height: 607px;
}


.circular{
    width: 200px;
    height: 200px;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    margin-top: 50px;
    float: left;
    margin-left: 30px;
    transition:all 1s;
}
.circular p{
    margin-top: 90px;
    font-size: 20px;
}
.circular:hover{
    background-color: #fff;
}
.circular:hover p{
    color: #000;
}
#h-contact {
    background-color: #f7f7f7;
    padding-top: 20px;
    padding-bottom: 30px;
}
#h-contact .box :hover p{
    color: #ff980f;
}
.gl {
    color: #f0ad4e;!important;
    opacity: 0.7;
    font-size: 50px;
    margin-bottom: 10px;
    transition:all 0.5s;
}
.gl:hover{
    opacity: 1;!important;
}

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