.highQuality {
    background-image: url("../img/mechanics/machine_highQuality.png");
    height: 58.19rem;
}

.qualityInfo {
    width: 87%;
    margin: 50px auto 0;
    overflow: hidden;
}

.qualityInfo ul {
    width: 109%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.qualityInfo ul li {
    background-color: #fff;
    width: 34.43rem;
    padding: 24px 20px 22px;
    /*float: left;*/
    margin-bottom: 9px;
    margin-right: 15px;
}

.qualityInfo ul li:hover {
    border: 1px solid #4088ff;
    padding: 23px 17px 21px;
}

.qualityInfo ul li .infotitle {
    margin-bottom: 14px;
    font-size: 18px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.qualityInfo ul li .detailedInfo {
    font-size: 14px;
    color: #717171;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qualityInfo ul li .detailedInfo span {
    display: inline-block;
    line-height: 22px;
    padding: 0 8px;
    border-radius: 2px;
}

.qualityView {
    margin-top: 50px;
    text-align: center;
}

.qualityView button {
    border: hidden;
    width: 11.5625rem;
    height: 3.125rem;
    color: #FFFFFF;
    font-size: 1rem;
    background: #ff9464;
    border-radius: 3px;
    box-shadow: 4px 8px 10px #f7d4cc;
    cursor: pointer;
    outline: none !important;
}

.qualityView button:hover {
    font-size: 1.1rem;
}

.mechanicalEquipment {
    height: 74.37rem;
    background-image: url(../img/mechanics/machine_equipment.png);
}

.machineryList {
    margin-top: 50px;
}

.machineryList ul {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
}

.machineryList ul li {
    float: left;
    margin-right: 2px;
}

.machineryList ul li a {
    display: block;
    width: 140px;
    line-height: 50px;
    background-color: #fff;
    text-align: center;
    color: #030c25;
    text-decoration: none;
}

#mechanicalTitle {
    font-size: 2rem;
    text-align: center;
    font-family: "microsoft yahei";
    padding-top: 4.375rem;
    color: #fff;
}

.goodsList {
    width: 87.5rem;
    margin: 50px auto 0;
}

.goodsList ul {
    overflow: hidden;
    width: 105%;
}

.goodsList ul li {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 30px;
    width: 686px;
    background-color: #fff;
}

.goodsList ul li .list {
    float: left;
}

.goodsList ul li .infos {
    width: 366px;
}

.goodsList ul li .list h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.goodsList ul li .list:first-child {
    margin-right: 30px;
}

.goodsList ul li .img {
    width: 230px;
}

.goodsList ul li .list img {
    width: 230px;
    height: 275px;
}

.goodsList ul li .list .num {
    margin-bottom: 18px;
    font-size: 16px;
    color: #1a3079;
}

.goodsList ul li .list p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #1a3079;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 14px;
}

.goodsList ul li .list p.last {
    margin-bottom: 0;
}

.goodsList ul li .list .btn {
    width: 100%;
    padding: 0
}

.goodsList ul li .list .btn button {
    float: right;
    padding: 5px 19px;
    background-color: #fff;
    outline: none;
    border: 1px solid #4c79e1;
    color: #1a3079;
    font-size: 14px;
}

.bor {
    width: 100%;
    border-top: 1px dashed #f1f2f7;
    margin-bottom: 20px;
}

.goodbtn {
    width: 60%;
    margin: 50px auto;
    text-align: center;
}

.goodbtn button {
    margin: 0 auto;
    border: hidden;
    width: 11.5625rem;
    height: 3.125rem;
    color: #FFFFFF;
    font-size: 1rem;
    background: #ff9464;
    border-radius: 3px;
    box-shadow: 4px 8px 10px #f7d4cc;
    cursor: pointer;
    outline: none !important;
}
.goodbtn button:hover{
    font-size: 1.1rem;
}

.bidding {
    background-color: #ffa811;
    color: #fff;
}

.pricecompetition {
    background-color: #47c072;
    color: #fff;

}

.inquiry {
    background-color: #4088ff;
    color: #fff;
}

.competition {
    background-color: #fc5f45;
    color: #fff;
}

.notice {
    background-color: #6e88e7;
    color: #fff;
}

.machineryNews {
    padding: 0 48px;
    margin-top: 72px;
}

.machineryNews .title {
    padding-bottom: 17px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.machineryNews .title .img {
    float: left;
    display: block;
    width: 100px;
    height: 23px;
    background-image: url(../img/mechanics/new.png);
}

.machineryNews .title .more {
    float: right;
    font-size: 16px;
}

.newlist {
    margin-top: 30px;

}

.newlist ul {
    margin-bottom: 54px;
}

.newlist ul li {
    margin-bottom: 36px;
    font-size: 16px;
}

.newlist ul li .time {
    float: right;
}

.cooperation {
    margin-top: 50px;
    overflow: hidden;
    margin-bottom: 50px;
}

.cooperation ul li {
    float: left;
    margin-right: 42px;
    margin-bottom: 50px;
    width: 270px;
    height: 100px;
    box-shadow: 1px 0px 5px #f3fbff;
}