@charset "utf-8";
.topt{
    color: #9b9b9b;
    font-size: 12px;
    height: 35px;
    background: #f1f1f1;
    line-height: 35px;
}
.topt_com{
    background: url(../images/top_home.png) left no-repeat;
    padding-left: 20px;
}
.topt_com a{
    color: #9b9b9b;
}
.topt_a a{
    color: #9b9b9b;
    display: block;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}
.topt_a a.en{
    background: url(../images/yw.png) left no-repeat;
    padding-left: 30px;
}
.topt_a a:hover{
    text-decoration: underline;
    color: #c60001;
}

.top{
    width: 100%;
    z-index: 999999;
    background: #fff;
    padding: 30px 0;
}
.topa{
    padding: 15px 0;
}
.top-logo{
    display: block;
}
.top-logo img{
    display: block;
    float: left;
}
.top-logo .logo1{
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}
.top-logo .logo1:before{
    content:"";
    width: 1px;
    height: 40px;
    background: #e4e4e4;
    position: absolute;
    right: 0;
    top: 10px;
}
.top-logo .logo1 img{
    height: 60px;
}
.top-logo .logo2 img{
    height: 50px;
    margin-top: 5px;
}


.top-search{
    float: left;
    margin-left: 80px;
    width: 362px;
    margin-top: 10px;
}
.top-search-input{
    height: 37px;
    border: 2px solid #008C72;
}
.top-search-input #gjz{
    width: 298px;
    float: left;
    border: 0;
    line-height: 37px;
    height: 37px;
    padding: 0 10px;
    outline: 0;
}
.top-search-input #ssk{
    float: left;
    background: url(../images/search_tb02.png) center no-repeat;
    width: 40px;
    border: 0;
    height: 37px;
    cursor: pointer;
    outline: 0;
}
.top-tel{
    background: url(../images/top-tel.png) left no-repeat;
    padding-left: 60px;
    /* height: 55px; */
}
.top-tel p{
    line-height: 21px;
}
.top-tel p span{
    font-size: 28px;
    color: #333;
    font-weight: bold;
    display: block;
    line-height: 35px;
}

.nav_list ul li{
    float: left;
    width: 160px;
    text-align: center;
    position: relative;
    margin: 0 20px;
}
.nav_list ul li a{
    display: block;
    font-size: 16px;
    color: #333;
    border-bottom: 4px solid #fff;
    padding-bottom: 15px;
}
.nav_list ul li a span{
    display:block;
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
text-transform: uppercase;}
.nav_list ul li a:hover{
    border-bottom: 4px solid #008C72;
    color: #008C72;
}
.nav_list ul li div{
    display: none;
    position: absolute;
    z-index: 999;
    background: #eee;
    border-bottom: 2px solid #ff6a00;
    border-top: 1px solid #ccc;
}
.nav_list ul li div dl dd{
    border-bottom: 1px solid #ccc;
    line-height: 35px;
}
.nav_list ul li div dl dd a{
  color: #666;
  font-size:14px;
  display:block;
  white-space: nowrap;
  padding: 0 10px;
  min-width: 130px;
}
.nav_list ul li div dl dd a:hover{
  color:#fff;
  background:#ff6a00;
}
.nax_main>a{
    background: #ff6a00;
}