﻿/*****不同分辨率******/
#container{padding-left: 10px;padding-right: 10px;}
.search_parameters .shape{border-top: 1px solid #ccc;padding-top: 4px;height: 56px;width:580px;}
.search_parameters .common_type{
    border-top: 1px solid #ccc;
    padding-top: 4px;
    height: 30px;
    width:580px;
}
.search_parameters .common_type{
    position: relative;
    overflow: visible;
}
.search_parameters .common_type:before{
    content: '';
    display: block;
    height: 2px;
    width: 68px;
    background: white;
    position: absolute;
    left: 0;
    top: -2px;
}

.search_parameters .type{
    border-bottom: 1px solid #ccc;
    padding-top: 4px;
    height: 30px;
    width:630px;
}

.search_parameters .type{
    position: relative;
    overflow: visible;
}
.search_parameters .type:before{
    content: '';
    display: block;
    height: 2px;
    width: 68px;
    background: white;
    position: absolute;
    left: 0;
    top: 28px;
}




@media screen and (max-width:1440px) {
.show_nav a {padding:0 14px;font-size:13px;}
.navigation ul li {padding:0 15px;}
}

@media screen and (max-width:1024px) {
.logo {font-size:14px;margin-left:10px;}
.show_nav {margin-left: 5px;}
.show_nav a {padding:0 15px;font-size:12px;}
.navigation ul li {padding:0 3px;}
.navigation ul li i {font-size:12px;}
.se_nav a {font-size:12px;height:40px;}
}



