﻿

/* CSS Document */


.cls {
    clear: both;
}

.notxt {
    text-indent: -9999px;
}



a {
    margin: 0;
    color: #000;
    text-decoration: none;
    outline: none;
 
}

a:hover {
    color:#D9B765;
}

i {
    font-style: normal;
}

.nav {
    position: relative;
    width: 100%;
    height: 60px;
    /* margin: 0 auto; */
    /* position: absolute;
    left: 387px;
    top: 5px; */
}

.nav ul li {
    float: left;
    padding: 0;
    font-size: 18px;
    margin: 0px 34px;
    /* padding: 0 20px; */
    margin-top: 30px;
    width: 6%;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.curBg {
    /* padding: 0; */
    width: 20px !important;
    background: #D9B765;
    height: 3px;
    position: absolute;
    left: 10px;
    bottom: -25px;
    width: 68px;
    margin-left: 64px;
/* padding-left: 25px; */
    /* padding:  20px; */
}