@charset "UTF-8";

header .h-right > ul > li > a{
    color: #449c4a;
}
header .h-right > ul > li > a:hover{
    background-color: #449c4a;
    color: white;
}
header .h-right div{
    color: #449c4a;
}
header .h-right div i{
    background:url("../img/2.png") no-repeat center top/100%;
}
header .h-right > ul > li > a.on{
    background-color: #449c4a;
    color: white;
}

/*top-pic*/
#top-pic{
}
#top-pic .title{
    top: 35%;
    left: 19%;
    color: white;
}
#top-pic .title h2{
    font-size: 45px;
    text-shadow:0 4px 0 rgba(59,59,59,.43);
    margin-bottom: 30px;
}
#top-pic .title p{
    font-size: 20px;
    text-shadow:0 1px 0 rgba(59,59,59,.43);
}
#top-pic .nav{
    bottom: 0;
    height: 60px;
    background-color: rgba(41,41,41,.4);
}
#top-pic .nav ul{
    width: 1030px;
}
#top-pic .nav ul li{
    font-size: 15px;
    line-height: 60px;
}
#top-pic .nav ul li + li{
    margin-left: 45px;
}
#top-pic .nav ul li a{
    color: #fff;
}






























