*{
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei UI";
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.bg{
    width: 100%;
    height: 100%;
    position: fixed;
    background: url("../images/bg.jpg");

    z-index: -9999;
}
.box{
    width: 100%;
    overflow: hidden;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.bg-color{
    background-color: #fff;
    overflow: hidden;
}
nav{
    padding: 0 25px;
    height: 75px;
    line-height: 75px;
    background: #eeeeee;
}
.nav-left{
    width: 400px;
    height: 75px;
}

.logo{
    width: 54px;
    height: 54px;
    margin: 10px 10px;
}

.logo-title{
    font-size: 24px;
    text-align: center;
    line-height: 75px;
    font-weight: bolder;
}
.nav-right{
    width: 700px;
    height: 75px;
}

.nav-right ul li{
    width: 100px;
    text-align: center;
    float: left;
}

.nav-right ul li a{
    display: block;
}
.nav-right ul li:hover{
    color: #b9b9b9;
}
.nav-right-active{
    color: #b9b9b9;
    display:block;
}
footer{
    width: 100%;
    height:250px;
    background-color: #303133;
    padding: 40px 0;
    color: #f0f4f7;
}
.footer-box{
    overflow: hidden;
}
.footer-left{
    width: 800px;
    height: 250px;
}
.footer-right{
    padding-right: 40px;
}
.footer-about{
    width: 400px;
    height: 150px;

}
.footer-about-title{
  width:80px;
    height: 100px;
}
.footer-about-content{
    width: 300px;
    margin-left: 10px;
}
.footer-about-content p{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.footer-about-title-top{
    font-size: 18px;
    text-align: right;
}
.footer-about-title-eng{
    font-size: 14px;
    color: #6d6d6d;
    text-align: right;
}
.foot-link-title{
    font-size: 18px;
}
.foot-link-small{
    width: 40px;
    font-size: 16px;
    color: #6d6d6d;
    height: 30px;
    line-height: 30px;
    margin-right: 20px;
    text-align: right;
}
.foot-link-title-list{
    width: 700px;
    height: 100px;
    margin-left: 7px;

}
.foot-link-title-list li{
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px;
}
.foot-link-title-list li:hover{
    text-decoration: underline;
}
.footer-bottom{
    width: 100%;
    height: 30px;
    text-align: center;
}
