@charset "utf-8";
.top_bj{
    background: #fff;
}
.topa{
    color: #666;
    font-size: 12px;
    padding: 7px 0;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
}
.topa_com{
    background: url(../images/top_home.png) left no-repeat;
    padding-left: 20px;
}
.topa_com a{
    color: #666;
}
.topa_com a:hover{
    color:#01b23e;
}
.topa_a a{
    color: #666;
    display: block;
    float: left;
    margin-left: 20px;
    position:relative;
}
.topa_a a:first-child:before{
    display: none;
}
.topa_a a:before{
    content:"";
    background: #ccc;
    width: 1px;
    height: 17px;
    position: absolute;
    left: -10px;
}
.topa_a a:hover{
    color: #e82128;
}
.topa_a a span{
    padding-left: 35px;
    color: #f00;
}
.topa_a a span:hover{
    text-decoration: underline;
}

.topb{
    padding: 15px 0;
    background: url(../images/top-bj.jpg) center no-repeat;
}
.top_logo{
    width: auto;
}
.top_logo img{
    display: block;
    float: left;
    /* width: 540px; */
    height: 60px;
}
.top_tu{
    margin-left: 70px;
    margin-top: 10px;
    display: none;
}
.top_tu ul{}
.top_tu ul li{
    float: left;
    margin-left: 30px;
}
.top_tu ul li:first-child{
    margin-left:0;
}
.top_tu ul li img{
    display: block;
    margin: 0 auto;
}
.top_tu ul li p{
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}
.top_contact{
    background: url(../images/top-tel.png) left no-repeat;
}
.top_contact p{
    color: #e61e42;
    font-size: 32px;
    line-height: 28px;
    font-weight: bold;
}
.top_contact p span{
    font-size: 14px;
    color: #666;
    font-weight: bold;
    display: block;
    line-height: 25px;
}



.nav_list{
    background: #e61e42;
    height: 42px;
    line-height: 40px;
    padding: 1px;
}
.nav_list ul{
    background:#666;
    border-radius: 10px;
    border: 1px solid #fff;
}
.nav_list ul li{
    float: left;
    width: 133.1px;
    text-align: center;
    position: relative;
}
.nav_list ul li:first-child{
    margin-left:0;
}
.nav_list ul li:first-child:before{
    display: none;
}
.nav_list ul li:before{
    content:"-";
    width: 5px;
    position: absolute;
    left: -5px;
    color: #fff;
    display:none;
}
.nav_list ul li>a{
    color: #fff;
    display: block;
    font-size: 16px;
    border-radius: 10px;
}
.nav_list ul li a:hover{
    background: #f34c6a;
}
.nav_list ul li div{
    display: none;
    position: absolute;
    z-index: 999;
    background: #eee;
    border-bottom: 2px solid #e61e42;
    width: 100%;
    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;
}
.nav_list ul li div dl dd a:hover{
  color:#fff;
  background:#f34c6a;
}
.nax_main>a{
    background: #f34c6a;
}

/*搜索*/
.search{
    height: 50px;
    line-height: 50px;
    background: #fafafa;
    position: relative;
}
.search:after{
    content: "";
    background: url(../images/search_bj.png) bottom no-repeat;
    height: 30px;
    width: 100%;
    bottom: -30px;
    position: absolute;
    left: 0;
}
.search_tit{
    width: 830px;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}
.search_tit span{
    font-weight: bold;
}
.search_tit a{
    margin-right: 7px;
    color: #666;
}
.search_tit a:hover{
    color: #00923f;
}
.search_ss{
    margin-top: 10px;
    width: 355px;
    position: relative;
}
.search_ss #gjz{
    line-height: 25px;
    height: 25px;
    float: left;
    border: 2px solid #e61e42;
    width: 250px;
    outline: none;
    padding-left: 50px;
    border-right: 0;
}
.search_ss #ssk{
    height: 29px;
    float: left;
    border: 2px solid #e61e42;
    color: #fff;
    padding: 0 8px;
    cursor: pointer;
    background: url(../images/search_tb02.png) center  no-repeat #e61e42;
    width:50px;
}
.search_ss .search_ss_tit{
    position: absolute;
    top: 0;
    line-height: 29px;
    left: 10px;
    color: #999;
    font-size: 12px;
}