html{
    margin:0;

}
body {
    position: relative;
    font-family: "PMingLiU";
}
a{
    text-decoration: none;
}
.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;
}
.dis{
    display: none;!important;
}
#h-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -22;
    background-attachment: fixed;
}
#h-home {
    width: 100%;
    height: 800px;
}
.overlay {
    position: absolute;
    opacity: 0.7;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -10;
    background: #1c1d21;
}
#h-home h1,
#h-home p{
    animation: fadeIn 1s;
}
@keyframes fadeIn {
    0%{
        opacity:0;
        -webkit-transform:translate3d(0,100%,0);
        transform:translate3d(0,100%,0)
    }
    100%{
        opacity:1;
        -webkit-transform:none;
        transform:none
    }

}

#h-home .home-con {
    position: absolute;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    margin-top: 30%;
    text-align: center;
}
.white-text {
    color: #fff;
    font-size: 40px;
}
.yellow-text {
    color: #f0ad4e;
    font-size: 65px;
}
.section-header {
    position: relative;
    margin-top: 80px;
    margin-bottom: 60px;
}
#h-service .service {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: 2px solid #EEE;
    margin: 15px 0;
}
#h-service .service img {
    width: 100%;
}
#h-service .col-md-4 :hover,
#h-service .col-sm-4 :hover {
    background-color: #000;
    animation: colorChange 1s linear forwards;
}
@keyframes colorChange {
    0%{
        /*width: 50%;*/
    }
    100%{
        width: 100%;
        color: #f7f7f7;
        background-color: #000;
    }
}
.line {
    width: 100px;
    height: 2px;
    background-color: #3c763d;
    margin-left: 50%;
    /*margin-right: 45%;*/
    transform: translateX(-50%);
    margin-top: 30px;
}
#h-product {
    background: #fff;
    padding-bottom: 80px;
}
#h-product ul{
    list-style: none;
    margin-top: 20px;
    list-style-image: url(../dist/gou.png);
    width: 50%;
}
#h-product ul li:hover{
    font-size: large;
}
#h-team {
    /*height: 650px;*/
    position: relative;
    z-index: 2;
    left:0;
    right:0;
    background: url(../dist/background4.jpg);
    background-attachment: fixed;
    padding-bottom: 80px;
    height: 600px;
}
.position {
    color: #f0ad4e;
    font-size: large;
}
.person {
    width: 70%;
    text-align: center;
    float: left;
}
.person img{
    width: 60%;
    margin-left: 20%;
    margin-bottom: 20px;
}
.person :hover{
    width: 80%;
    margin-left: 10%;
}

#h-history {
    /*background: url(../dist/background5.jpg);*/
    background: #fff;
    position: relative;
    padding-bottom: 80px;
}
#h-history .first{
    height: 150px;
}
#h-history h3{
    font-size: 25px;
}

#h-history .first h3:hover{
    color: #ff8946;
    font-size: 30px;
}
#h-history .box {
    height: 240px;
    background-color: #fff;
    opacity: 0.8;
    position: relative;
    text-align: center;
    border: 2px solid #EEE;
    top: 50px;
    /*margin-left: 25%;*/
}
#h-history .box:hover{
    color: #fff;
    animation: show 1s forwards;
}
@keyframes show {
    0% {
        /*background-color: transparent;*/
    }

    100% {
        background-color: #1C1D21;
        opacity: 1;
    }
}
.smbox{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    width: 80%;
    height: 50px;
    line-height: 50px;
    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;
}
.gl:hover{
    opacity: 1;!important;
}
footer {
    background-color: #1C1D21;
    height: 50px;
    width: 100%;
    padding-top: 19px;
    color: #f5f5f5;
}
#back-to-top {
    display:none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    top:    700px;
    line-height: 50px;
    text-align: center;
    background: #ff8946;
    opacity: 0.5;
    border-radius:3px;
    color: #FFF;
    z-index: 9999;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
    cursor: pointer;
}
#back-to-top:hover {
    opacity: 0.8;
}
/*时间轴css*/
.timeline {
    width: 100%;
    position: relative;
    padding: 1px 0;
    list-style: none;
    font-weight: 300;
}.timeline:before {
     border-right-style: solid;
 }
.timeline:before,
.timeline:after {
    content: " ";
    display: block;
}
.timeline:after {
    clear: both;
}
.timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100% !important;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #888888;
}
.timeline .timeline-label {
    position: relative;
    float: left;
    clear: left;
    margin-bottom: 20px;
    top: 7px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    text-align: center;
}
.timeline .timeline-label .label-primary {
    background-color: #ff8946;
}
.timeline .timeline-item {
    position: relative;
    float: left;
    clear: left;
    width: 50%;
    margin-bottom: 20px;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
    content: "";
    display: table;
}
.timeline .timeline-item:after {
    clear: both;
}
.timeline .timeline-item:last-child {
    margin-bottom: 0 !important;
}
.timeline .timeline-item > .timeline-event .timeline-heading h4 {

}
.timeline .timeline-item > .timeline-event p {
    /*font-weight: 200;*/

    line-height: 50px;
}
.timeline .shu:nth-of-type(even){
    margin-left: 50%;
    width: 100%;
}
.timeline.timeline-line-dotted:before {
    border-right-style: dotted;
}
.timeline .timeline-item .timeline-event {
    width: 100%;
    /*height: 50px;*/
    border: 1px solid #d920ff;
}

.shu:hover h4{
    font-size: 22px;
    color: #000;
}
.shu:hover p{
    font-size: large;
}
/*时间轴*/