input, textarea {
    outline: none;
    border: 0 none;
}
body, ul, p, h1, h2, h3, h4, h5, h6, ol, dl, dd, input, form {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
    a {
    color: black;
    text-decoration: none;
}
    li {
    list-style: none;
}
    img {
    border: 0 none;
    vertical-align: middle;
}
    .w {
    width: 1200px;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
    .ps_rl {
        position: relative;
    }
header {
    padding: 20px 0;
    padding-bottom:0px;
}
.navCity {
    height: 18px;
    line-height: 18px;
}
.navCity img {
    width: 14px;
    height: 18px;
}
.navCity .city-select {
    border: none;
    outline: none;
    width: 50px;
    height: 100%;
    vertical-align: top;
    font-size: 12px;
    background: #efefef;
    background: url(../images/daohang/nextJian.png) right center no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin-left: 5px;
    margin-bottom: 5px;
    color: #3a3a3a;
    padding:0 8px;
}
.citynav p {
    font-size: 12px;
    color:#b2b2b2;
}
.lineIcon a{
    display: inline;
}
.lineIcon i {
    display: inline-block;
    margin: 0 20px;
    width: 2px;
    height:14px;
    background: #b2b2b2;
    line-height: 14px;
    transform: translateY(4px);
}
.header_one {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}
.header_two {
    /*position: relative;*/
    border-bottom: 1px solid #ccc;
}
.header_two .two_uls li{
     display: inline-block;
     height:62px;
     // height: 61px;
     line-height: 61px;
     margin-right: 30px;
}
.two_phone {
    padding:15px 0;
    position: relative;
}
.weixin,.web {
    position: absolute;
    z-index: 999;
    display: none;
}
.weixin {
    top: 30px;
    right: -35px;
}
.web {
    top: 29px;
    right: -28px;
}
.lineIcon_one:hover .weixin,.lineIcon_two:hover .web{
    display: block;
}
.uls_two {
    z-index: 999;
    display: none;
    border-bottom: 1px dotted #000;
    height: 38px;
    line-height: 38px;
    background: #ffffff;
   /* padding-left: 113px;*/
   border-top: solid 1px #ccc;//xinjia
}
.nav_ls {
    width: 100%;
    position: absolute;
    left:0;
    background: #ffffff;
    z-index: 999999;
}
.header_two .two_uls li:hover .uls_two {
    display: block;
}

.two_ul {
   text-align: center;
    left: -62px;
}
.header_two .two_uls li a {
    font-size: 14px;
    color: #000;
}
.header_two li .uls_two a {
    position: static;
    display: inline-block;
    margin-right: 20px;
    font-size: 13px;
    color: #b2b2b2;
}
.searchBtn {
    margin-left: 27px;
    cursor: pointer;
}
.header_two .two_uls li a:hover {
    color: #ce2222;
}
.header_two .two_uls li .redC {
    color: #ce2222;
}
.searchInput {
    display: none;
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 217px;
    height: 30px;
    line-height: 30px;
    z-index: 99999;
}
.searchInput input {
    padding: 0px;
    text-indent: 10px;
    width: 100%;
    height: 100%;
    border: 1px solid #d6d6d6;
    border-radius:5px;
}
.searchInput a {
    display: block;
    text-align: center;
    font-size: 14px;
    height: 100%;
    width: 40px;
    background: #000;
    color:#ffffff;
    position: absolute;
    right: -1px;
    top: 1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}