@import "headCss.css";
* {
    font: 12px/1.5 PingFang SC, Microsoft YaHei, arial, helvetica, sans-serif;
}

.head {
    width: 100%;
    height: 64px;
}
.nav-navList > a{
    color:#ffffff;
}

.main-con {
    width: 1200px;
    margin: 0 auto;
}

.sell-area {
    width: 1200px;
    height: 350px;
}

.slogan-1 {
    color: #fff;
    text-align: center;
    font-size: 44px;
    line-height: 80px;
    padding-top: 50px;
}

.slogan-2 {
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    text-align: center;
}
.form_div{
    width: 40%;
    margin-top:10px;
    margin-left:10%;
}
.form_div > .form_left{
    display: inline-block;

    font-size:16px;
    font-weight: 800;
    width:80px
}
.form_input{
    /*width: 350px;*/
    /*height: 18px;*/
    width: 350px;
    height: 18px;
    padding: 12px 15px;
    line-height: 18px;
    color: #495056;
    font-size: 18px;
    background: #fff;
    font-family: microsoft yahei;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
}

.phone-area {
    display: flex;
    flex-flow:row wrap;
    position: relative;
    z-index: 5;
    border:5px solid #eeeeee;
    width: 1190px;
    height: 240px;
    padding-top: 20px;
    padding-bottom: 20px;
    /*padding-left: 100px;*/
    background: white;
}

.phone-input {
    display: block;
    width: 408px;
    height: 18px;
    padding: 19px 15px;
    line-height: 18px;
    color: #495056;
    font-size: 18px;
    background: #fff;
    float: left;
    font-family: microsoft yahei;
    border: none;

}

.phone-btn-1:hover, .phone-btn-2:hover {
    background: #cb042b;
    -webkit-transition: background-color 1000ms;
    -moz-transition: background-color 1000ms;
    -ms-transition: background-color 1000ms;
    -o-transition: background-color 1000ms;
    transition: background-color 1000ms;
}

.phone-btn-1 {
    background: #022a6f;
    margin-right: 15px;
    border-radius: 5px;
}

.phone-btn-1, .phone-btn-2 {
    width: 80%;
    height: 56px;
    font-size: 20px;
    color: #fff;
}

.phone-btn-1, .phone-btn-2, .phone-input {
    float: left;
    font-family: microsoft yahei;
    border: none;
}

.phone-btn-2:hover {
    background: #179500;
}

.phone-btn-2 {
    background: #66C675;
}

.new-car-entr {
    width: 400px;
    height: 26px;
    line-height: 26px;
    margin: 30px auto;
    font-size: 18px;
    color: #fff;
    padding-left: 34px;
}

.new-car-entr a {
    color: #fff;
    font-size: 18px;
}

.sell-ser {
    width: 1200px;
    height: 258px;
    background: #fff;
    margin-top: 100px;
}

.sell-ser li {
    width: 300px;
    float: left;
}

.ser-icon {
    position: relative;
    display: block;
    width: 140px;
    height: 132px;
    margin: 12px auto 0;
}

.sell-ser p {
    font-size: 16px;
    color: #a5abb2;
    line-height: 32px;
    text-align: center;
}

.sell-ser span {
    font-size: 20px;
    color: #495056;
    display: block;
}

.ser-icon {
    position: relative;
    display: block;
    width: 140px;
    height: 132px;
    margin: 12px auto 0;
}

.ser-icon em.icon-1-1 {
    background-position: 0 0;
}

.ser-icon em {
    position: absolute;
    top: 15px;
    left: 15px;
    display: block;
    width: 110px;
    height: 110px;
}

.ser-icon em {
    background-image: url(../img/icon.58c25cd4251a0c0cda5d9166a5b6c6d9.png);
    background-repeat: no-repeat;
}

.ser-icon em.icon-1-2 {
    background-position: -110px 0;
}

.ser-icon em.icon-2-1 {
    background-position: 0 -110px;
}

.ser-icon em.icon-3-1 {
    background-position: -330px 0;
}

.ser-icon em.icon-3-2 {
    background-position: -220px 0;
}

.ser-icon em.icon-4-1 {
    background-position: -110px -110px;
}

.ser-icon em.icon-4-2 {
    background-position: -220px -110px;
}

.recent-deal {
    width: 1160px;
    padding: 0 20px;
}

.con-tit {
    padding: 33px 0 40px;
}

.con-tit h2, .con-tit p {
    color: #ffffff;
    text-align: center;
}

.con-tit h2 {
    font: normal 24px/44px Microsoft YaHei;
}

.con-tit i {
    display: block;
    width: 28px;
    height: 3px;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    background: #022a6f;
}

.deal-list {
    position: relative;
    top: -15px;
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
}

.deal-list-wrapper {
    width: 99999px;
    position: relative;
}

.deal-list li {
    position: relative;
    float: left;
    top: 15px;
    width: 270px;
    height: 300px;
    margin: 0 10px 34px;
}

.deal-list img {
    display: block;
    width: 270px;
    height: 180px;
}

.deal-p1 {
    font: normal 16px/30px Microsoft YaHei;
    color: #495056;
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.deal-p2, .deal-p3 {
    font-size: 14px;
    line-height: 30px;
}

.deal-p2 {
    color: #a5abb2;
}

.deal-p3 {
    color: #495056;
}

.deal-p3 em, .deal-p3 i {
    color: #f95523;
}

.deal-p3 em {
    font-size: 20px;
    margin-left: 4px;
}

.deal-day {
    position: absolute;
    top: -5px;
    right: 10px;
    width: 60px;
    height: 60px;
    background-position: -330px -130px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    padding-top: 7px;
}

.deal-day em {
    font-size: 14px;
}

/*.deal-day {*/
    /*background-image: url(../img/icon.58c25cd4251a0c0cda5d9166a5b6c6d9.png);*/
    /*background-repeat: no-repeat;*/
/*}*/

.deal-more {
    display: block;
    width: 168px;
    height: 40px;
    margin: 15px auto 50px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    background: #022a6f;
    color: #fff;
}

.qa-box {
    width: 1200px;
    margin: 0 auto;
}

.con-tit {
    padding: 33px 0 40px;
}

.con-tit p {
    font-size: 24px;
    line-height: 44px;
}

.con-tit h2, .con-tit p {
    color: #ffffff;
    text-align: center;
}

.con-tit i {
    display: block;
    width: 28px;
    height: 3px;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    background: #022a6f;
}



