@charset "UTF-8";

button{
    cursor: pointer;
}
.index-header{
    width: 100%;
    background: #ffffff;
    height: 80px;
}
.index-header .index-header-main{
    width: 1200px;
    margin: 0 auto;
}
.index-header .index-header-nav li{
    float: left;
    margin: 0 5px;
}
.index-header .index-header-nav li a{
    padding: 15px;
    color: #555555;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    *display:inline;
    zoom: 1;
}
.index-header .index-header-nav li a:hover,.index-header .index-header-nav li a:focus,.index-header .index-header-nav li a:active{
    color: #2e77ff;
    border-bottom: solid #2e77ff 2px;
    text-decoration: none;
}
.index-header .index-header-main .telephone{
    color: #ffb351;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    margin: 25px 0 0 40px;
}


.index-footer{
    background: #3f3c49;
    width: 100%;
    padding: 35px 0;
    min-height: 80px;
}
.index-footer .content{
    width: 1200px;
    margin: 0 auto;
    color: #b5b5b5;
}
.index-footer .link-nav{
    color: #b5b5b5;
}
.index-footer .link-nav a{
    color: #b5b5b5;
    margin: 0 3px;
    text-decoration: none;
}
.index-footer .link-nav a:hover,
.index-footer .link-nav a:focus,
.index-footer .link-nav a:active{
    text-decoration: none;
    color: #b5b5b5;
}