@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: #52a1ff;
}

.top{
    width: 100%;
    z-index: 999999;
    background: #fff;
}
.topa{
    padding: 15px 0;
}
.top-logo{
    display: block;
}
.top-logo img{
    height: 69px;
    display: block;
    float: left;
    width: 89px;
}
.top-logo dl{
    float:left;
    margin-left: 15px;
}
.top-logo dl dt{
    font-size:30px;
    color:#52a1ff;
    font-weight:bold;
    line-height: 45px;
}
.top-logo dl dd{
    font-size:14px;
    line-height: 20px;
    color: #333;
}
.top-search{
    float: left;
    margin-left: 90px;
    width: 510px;
    margin-top: 10px;
}
.top-search-input{
    height: 37px;
}
.top-search-input #gjz{
    width: 358px;
    float: left;
    border: 1px solid #52a1ff;
    line-height: 35px;
    height: 35px;
    padding: 0 15px;
    outline: 0;
}
.top-search-input #ssk{
    float: left;
    background: url(../images/search_tb02.png) center no-repeat #52a1ff;
    width: 60px;
    border: 0;
    height: 37px;
    cursor: pointer;
    outline: 0;
}
.top-search-a{
    font-size: 12px;
    margin-top: 5px;
    overflow: hidden;
    line-height: 20px;
    height: 20px;
}
.top-search-a span{
    font-weight: bold;
}
.top-search-a a{
    color: #999;
    margin-right: 5px;
    display: none;
}
.top-search-a a:nth-child(2),.top-search-a a:nth-child(3),.top-search-a a:nth-child(4){
    display: unset;
}
.top-search-a a:hover{
    color:#52a1ff;
}
.top-tel{
    background: url(../images/top-tel.png) left no-repeat;
    padding-left: 60px;
}
.top-tel p{
    line-height: 25px;
}
.top-tel p span{
    font-size: 30px;
    color: #52a1ff;
    font-weight: bold;
    display: block;
    line-height: 40px;
}
.top-pf.active{
    position: fixed;
    z-index: 99999;
    width: 100%;
    top: 0;
    transition: all .3s;
    -moz-transition:all .3s;    /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari å’Œ Chrome */
    -o-transition:all .3s;  /* Opera */
}


.nav_list{
    background: #52a1ff;
}
.nav_list ul li{
    float: left;
    height: 50px;
    line-height: 50px;
    width: 149px;
    text-align: center;
    position: relative;
    padding-left: 1px;
}
.nav_list ul li:before{
    content:"";
    background: #b9d9ff;
    width: 1px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 15px;
}
.nav_list ul li:first-child:before{
    display:none;
}
.nav_list ul li a{
    color: #fff;
    display: block;
    font-size: 16px;
}
.nav_list ul li a:hover{
    background: #ff6a00;
}
.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;
}