@charset "utf-8";

.main{
    padding: 80px 0;
}

.main-head{
    border-bottom: 1px solid #ddd;
}

.main-title{
    font-size: 24px;
    color: #030000;
    padding-bottom: 5px;
    font-style: italic;
    border-bottom: 2px solid #c9161e;
}

.main-nav{
    font-size: 24px;
    color: #343434;
}
.main-nav a{
    color: #343434;
    padding-left: 30px;
}
.main-nav a.on{
    color: #c9151e;
}


.about-con{
    margin-top: 70px;
}
.about-text{
    width: 900px;
    float: left;
}

.about-text p{
    font-size: 14px;
    color: #373737;
    line-height: 36px;
    margin-bottom: 36px;
    text-indent: 2em;
}

.about-pic{
    width: 178px;
    float: right;
    margin-right: 50px;
}

.about-pic img{
    display: block;
    width: 100%;
}


.about-moment{
    position: relative;
}
.moment-list{
    min-height: 200px;
}
.moment-list:last-child{
    min-height: auto;
}
.moment-line{
    position: absolute;
    left: 65px;
    top: 11px;
    bottom: 10px;
    width: 1px;
    background: #c8161d;
}
.moment-date{
    font-size: 18px;
    color: #c8161d;
    float: left;
    width: 60px;
}

.moment-cricle{
    width: 11px;
    height: 11px;
    background: #c8161d;
    border-radius: 50%;
    float: left;
    margin-top: 8px;
}

.moment-desc{
    font-size: 18px;
    color: #3e3a39;
    float: right;
    width: 1100px;
}



.brand-list ul{
    margin-right: -40px;
}
.brand-list ul li{
    float: left;
    width: 580px;
    margin-right: 40px;
    margin-top: 80px;
}
.brand-pic{
    display: flex;
    height: 89px;
    align-items: center;
}
.brand-pic img{
    max-height: 100%;
    max-width: 100%;
}

.brand-tit{
    font-size: 18px;
    color: #373737;
    margin: 15px 0 5px;
}
.brand-text{
    font-size: 14px;
    line-height: 36px;
    color: #373737;
}


.contact-con{
    padding-top: 30px;
}
.contact-list{
    margin-top: 30px;
}
.contact-pic{
    float: left;
    display: flex;
    width: 375px;
    height: 402px;
    align-items: center;
    justify-content: center;
}

.contact-pic img{
    max-width: 100%;
    max-height: 100%;
}

.contact-desc{
    float: right;
    width: 825px;
    height: 402px;
    padding: 10px 40px;
    font-size: 14px;
    color: #373737;
    line-height: 32px;
}

.contact-list:nth-child(2n+1) .contact-pic{
    background: #f2f2f2;
}
.contact-list:nth-child(2n+1) .contact-desc{
    background: #fff;
}

.contact-list:nth-child(2n) .contact-pic{
    background: #9e0102;
}
.contact-list:nth-child(2n) .contact-desc{
    background: #f2f2f2;
}

.contact-tit{
    font-weight: bold;
}


.contact-info-pic{
    width: 728px;
    float: left;
}
.contact-info-pic img{
    display: block;
    width: 100%;
}

.contact-info-desc{
    width: 420px;
    float: right;
    font-size: 14px;
    line-height: 36px;
    color: #373737;
}
.contact-info-text{
    margin-bottom: 30px;
}