.top {
    width:100%;
    height:35px;
    background: #f2f2f2;
    position: relative;
}
.top_auto {
    width:1200px;
    position: relative;
    margin: auto;
    line-height: 35px;
    color: #6f6f6f;
    font-size: 12px;
}
.top_auto_left {
    float:left;
}
.top_auto_right {
    float:right;
}
.top_auto_right a {
    color: #6f6f6f;
    margin-left: 24px;
}
.top_auto_right  {
    color: #4693cd;
}


.logos {
    width:100%;
    position: relative;
    height:78px;
}
.logos_auto {
    width:1300px;
    position: relative;
    margin: auto;
}
.logo {
    float:left;
    line-height:78px;
    height:78px;
}
.logo img {
    vertical-align: middle;
    width: 200px;
}
.search {
	width: 400px;
    float:right;
    height:78px;
}
.chuixun{
    margin-top: 15px;
}

.search_ch , .search_en {
    display: inline-block;
    vertical-align: top;
}
.search_yuan {
    display: block;
    width:27px;
    height:16px;
    /*border: 1px solid #e5e5e5;*/
    /*background: #f1f1f1;*/
    /*text-align: center;*/
    /*line-height:12px;*/
    /*color: #979797;*/
    /*border-radius: 50%;*/
}
.search_yuan img {
    width:27px;
    height:16px;
}
.search_t {
    font-size: 12px;
    color: #585858;
}
/*.search_ch:hover .search_yuan {*/
    /*color: #fff;*/
    /*!*background: #4190cd;*!*/
/*}*/
.search_ch:hover .search_t {
    color:#4190cd ;
}
.search_top span {
    display: inline-block;
    vertical-align: top;
    /*margin: 0 2px;*/
}
.search_ch {
    margin-left: 20px;
}
.search_top {
    margin-top: 11px;
}
.search_bottom {
    margin-top: 7px;
    position: relative;
}
.search_bottom input[type="text"] {
    width:130px;
    height:23px;
    border: 1px solid #e6e6e6;
    background: #f1f1f1;
    line-height: 23px;
    border-radius: 20px;
    outline: none;
    float:right;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 25px;
}
.search_bottom i {
    position: absolute;
    top:3px;
    right:7px;
    z-index: 9;
}
.search_bottom input[type="submit"] {
    position: absolute;
    top:3px;
    right:2px;
    z-index: 99;
    cursor: pointer;
    opacity: 0;
}
.nav {
    width:100%;
    height:46px;
    background: url('../images/nav_bg.png');
    line-height: 46px;
    border-top: 3px solid #5c9deb;
}
.nav_auto {
    width:1200px;
    position: relative;
    margin: auto;
}
.nav_auto li {
    float:left;
    width:170px;
    position: relative;
    line-height: 35px;
    text-align: center;
    height:46px;
}
.nav_auto li:after {
    content: '';
    width:1px;
    height:31px;
    position: absolute;
    top:30%;
    /*margin-top: -15px;*/
    right:0;
    background: url('../images/nav_right.png') no-repeat;
  
}
.nav_auto li:last-child:after {
    display: none;
}
.nav_auto div {
    height:38px;
    margin-top: 9px;
}
.nav_auto a {
    font-size: 16px;
    color: #fff;
}
.nav_auto a {
    font-size: 16px;
    color: #fff;
}
.nav_auto a:hover {
    color: #fff!important;
}
.navm li:hover{
    background-color: #4aabd9;
}
.nav_auto .active {
    background: url('../images/nav_sort_bg2.png') no-repeat;
}
.nav_auto li:hover div {
    background: url('../images/nav_sort_bg2.png') no-repeat;
   
}
.navh{
    display: none;
}
.nav_auto li:haver, .navh{
    display: inline-block;
    
}
.navm{
    display: inline-block;
    background-color: #2482b6;
    z-index: 999999;
}


.footer {
    width:100%;
    height:158px;
    background: url('../images/footer_bg.png');
}
.footer_auto {
    width:1200px;
    position: relative;
    margin: auto;
    color: #fff;
    text-align: center;
}
.footer_auto a {
    color: #fff;
}
.footer_auto_01 {
    text-align: center;
    padding-top: 28px;
}
.footer_auto_01 a {
    display: inline-block;
    border-right: 1px solid #fff;
    width:125px;
    text-align: center;
    color: #fff;
}
.footer_auto_01 a:last-child {
    border-right:none;
}
.footer_auto_02 a{
    margin: 0 5px;
}
.footer_auto_02 {
    margin-top: 24px;
}
.footer_auto_03 , .footer_auto p{
    font-size: 12px;
    margin-top: 5px;
}




