@charset "gb2312";
/* CSS Document */

/*µ¼º½*/
.auto_nav{
    background-color: #4a4a4a;
    width: 100%;
    height: 48px;
}
.nav {
    width: 1240px;
    height: 48px;
    text-align: center;
    line-height: 48px;
}
.nav_logo { width: 180px; height: 48px; float: left; }
.nav_ul { width: 1060px; float: left;}
.nav ul li{
    width: 106px;
    height: 48px;
    float: left;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #ffffff;
    position: relative;
}
.nav .nav_on {
    color: #ee1a34;
    height: 45px;
    border-bottom: solid #ee1a34 3px;
}
.nav ul li a{
    display: block;
    float: left;
    width: 106px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    color: #ffffff;
    -webkit-transition: all .1s linear;
-moz-transition: all .1s linear;
-o-transition: all .1s linear;
transition: all .1s linear;
}
 .nav .nav_on a { color: #ee1a34; }
.nav ul li a:hover{
    color: #ee1a34;
}
.sec_search { width: 1240px; padding-top: 6px; height: 64px; padding-bottom: 5px;}
.s_local {  float: left; height: 64px; line-height: 64px;}
.s_local p{ font-size: 14px; color: #888888; }
.s_local p a { color: #3e3e3e; }
.s_local p a span{ color: #3e3e3e; }
.s_local p a:hover span{ color: #ff5853; }
.search {
    float: right;
    width: 494px;
    height: 64px;
    position: relative;
}
.s-keys {
    color: #d9d8d8;
    margin-top: 10px;
   width: 477px;
    height: 42px;
    border: solid #ff5853 1px;
    padding-left: 14px;
}
/*·Ö½çÏß*/
.xian { width: 1240px; height: 10px; background-color: #f4f4f4; }
