
/*-------author by--lsd-------*/
/*-------tim 2018-05-04-------*/

*{margin: 0;padding: 0;list-style: none;border: none;font-family: Microsoft YaHei, sans-serif;}
a { text-decoration: none; color: #222;cursor: pointer;}
.clear-fix:after{content: "";display: block;clear: both;}
.f-right{float: right;}
.f-left{float: left;}
.dis-none{display: none;}


body{
    background-color: #f2f2f2;
}
.center{
    width: 1200px;
    margin: 0 auto;
}
.nav{
    width: 100%;
    min-width: 1200px;
    height: 60px;
    background-color: #bc0c09;
}
.top_pic{
    width: 100%;
    height: 412px;
}
.top_pic img{
    width: 100%;
    height: 100%;
}
.nav_ul li{
    float: left;
    width: 132px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.nav_ul li a{
    color: #ffffff;
    font-size: 23px;
}
.nav_ul li a:hover{
    color: #f7df54;
}
.foot{
    margin-top: 16px;
    width: 100%;
    min-width: 1200px;
    height: 150px;
    background: #bd0b08;
}
.foot p{
    width: 100%;
    padding-top: 66px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}







