.about-us-hd {
    height: 353px;
    width: 100%;
    background: url('../images/aboutus/aboutus_top.jpg') no-repeat center center;
    min-width: 1200px
}

.about-us-search-box {
    width: 720px;
    height: 56px;
    display: flex;
    align-items: center;
    background: #f3eded;
    border-radius: 28px;
    margin: 60px auto 0
}

.about-us-search-box .input {
    flex: 1 1 auto;
    height: 56px;
    border: 0;
    padding: 0 27px;
    background: 0;
    font-size: 18px
}

.about-us-search-box .btn {
    flex: 0 0 auto;
    width: 134px;
    height: 50px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #f82141;
    border: 0;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    margin-right: 3px;
    cursor: pointer
}

.about-us-search-box .btn:hover {
    background: #fc415d
}

.about-us-title {
    height: 133px;
    margin: 0 auto;
    padding-top: 65px;
    width: 100%
}

.about-us-title .cn-title {
    font-size: 24px;
    color: #333;
    padding-right: 7px;
    border-right: 1px solid #9a9a9a
}

.about-us-title .en-title {
    font-size: 14px;
    color: #333;
    padding-left: 7px
}

.about-us-box1 {
    width: 100%;
    margin: 0 auto;
    display: flex;
    overflow: hidden
}

.about-us-box1 .img {
    width: 592px;
    flex: 0 0 auto;
    height: 407px;
    margin-right: 40px
}

.about-us-box1 .rightAre {
    font-size: 14px;
    color: #444;
    line-height: 30px;
    flex: 1;
    overflow: hidden
}

.about-us-box1 .rightAre .txt1 {
    margin-top: 3px;
    margin-bottom: 15px
}

.about-us-box1 .rightAre .txt2 {
    margin-bottom: 15px;
    text-align: justify
}

.about-us-box1 .rightAre .list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px
}

.about-us-box1 .rightAre .list .item {
    width: 295px;
    display: flex;
    align-items: center;
    margin: 0 10px
}

.about-us-box1 .rightAre .list .item img {
    flex: 0 0 auto;
    width: 74px;
    height: 74px;
    margin-right: 14px
}

.about-us-box1 .rightAre .list .item .item-bd {
    flex: 1 1 auto
}

.about-us-box1 .rightAre .list .item .item-bd .name {
    font-size: 14px;
    color: #333
}

.about-us-box1 .rightAre .list .item .item-bd .num {
    color: #03d522;
    font-size: 26px
}

.about-us-box1 .rightAre .list .item .item-bd .num span {
    font-size: 18px
}

.about-us-history {
    width: 100%;
    margin: 0 auto
}

.about-us-history .history-list {
    width: calc(50% + 38px);
    border: 1px solid #fff;
    display: flex;
    padding: 20px 0;
    position: relative;
    align-items: center;
    transition: all ease-in-out .3s
}

.about-us-history .history-list:hover {
    border: 1px solid #f82141
}

.about-us-history .history-list.active {
    border: 1px solid #f82141
}

.about-us-history .history-list:hover::after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 130px;
    top: 0;
    bottom: 0;
    background: #f82141;
    transition: all ease-in-out .3s
}

.about-us-history .history-list.active::after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 130px;
    top: 0;
    bottom: 0;
    background: #f82141;
    transition: all ease-in-out .3s
}

.about-us-history .history-list .yuan,
.about-us-history .history-list .txt,
.about-us-history .history-list .title {
    transition: all ease-in-out .3s
}

.about-us-history .history-list:hover .title {
    color: #fff
}

.about-us-history .history-list.active .title {
    color: #fff
}

.about-us-history .history-list:hover .txt {
    color: #fff
}

.about-us-history .history-list.active .txt {
    color: #fff
}

.about-us-history .history-list:hover .yuan {
    background: #f82141;
    border: 2px solid #f82141
}

.about-us-history .history-list.active .yuan {
    background: #f82141;
    border: 2px solid #f82141
}

.about-us-history .history-list:nth-child(2n) {
    float: right;
    display: flex;
    flex-direction: row-reverse
}

.about-us-history .history-list:nth-child(2n):hover::after {
    content: ' ';
    position: absolute;
    right: 0;
    left: 130px;
    top: 0;
    bottom: 0;
    background: #f82141;
    transition: all ease-out .3s
}

.about-us-history .history-list:nth-child(2n).active::after {
    content: ' ';
    position: absolute;
    right: 0;
    left: 130px;
    top: 0;
    bottom: 0;
    background: #f82141;
    transition: all ease-out .3s
}

.about-us-history .txt-box {
    flex: 1 1 auto;
    position: relative;
    z-index: 2;
    margin: 0 50px;
    transition: all ease-out .3s
}

.about-us-history .txt-box .title {
    font-size: 18px;
    color: #333;
    margin-bottom: 8px
}

.about-us-history .txt-box .txt {
    font-size: 14px;
    color: #999;
    line-height: 30px
}

.about-us-history .time-box {
    flex: 0 0 auto;
    position: relative;
    z-index: 2;
    transition: all ease-out .3s
}

.about-us-history .time-box .day {
    font-size: 40px;
    color: #333
}

.about-us-history .time-box .year {
    font-size: 14px;
    color: #afb4b8
}

.about-us-history .yuan {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    border: 2px solid #999;
    flex: 0 0 auto;
    margin: 0 29px;
    z-index: 3;
    background: #fff
}

.about-us-history .history-list:first-child::before {
    content: '';
    position: absolute;
    width: 2px;
    top: 74px;
    bottom: -2px;
    right: 36px;
    background: #9d9d9d
}

.about-us-history .history-list::before {
    content: '';
    position: absolute;
    width: 2px;
    top: -2px;
    bottom: -2px;
    right: 36px;
    background: #9d9d9d
}

.about-us-history .history-list:nth-child(2n)::before {
    content: '';
    position: absolute;
    width: 2px;
    top: -2px;
    bottom: -2px;
    left: 36px;
    background: #9d9d9d
}

.about-us-good {
    display: flex;
    width: 100%;
    margin: 0 auto
}

.about-us-good-list {
    width: calc(20% - 12px);
    margin-left: 15px;
    position: relative
}

.about-us-good-list:first-child {
    margin-left: 0
}

.about-us-good-list .show-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 50px;
    padding-top: 108px;
    padding-bottom: 80px;
    justify-content: space-between;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat
}

.about-us-good-list .show-box:hover {
    opacity: 0
}

.about-us-good-list .show-box img {
    width: 84px;
    height: 84px;
    margin-bottom: 60px
}

.about-us-good-list .show-box .txt {
    font-size: 22px;
    color: #fff;
    line-height: 36px;
    text-align: center
}

.about-us-good-list .other-box {
    opacity: 0;
    position: absolute;
    display: flex;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    background: #fff;
    box-shadow: 0 5px 21px 0 rgba(0, 0, 0, 0.26);
    transition: top ease-in .45s, bottom ease-in .35s
}

.about-us-good-list:hover .other-box {
    top: -14px;
    bottom: 14px;
    opacity: 1
}

.about-us-good-list .other-box .title {
    font-size: 22px;
    line-height: 36px;
    color: #333;
    padding: 0 65px;
    text-align: center;
    margin-bottom: 35px
}

.about-us-good-list .other-box .desc {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    padding: 0 45px
}

.about-us-good-list:hover .show-box {
    opacity: 0
}

#search-error {
    position: absolute;
    top: 290px;
    left: 50%;
    width: 400px;
    height: 60px;
    margin-left: -200px;
    margin-top: -30px;
    border-radius: 60px;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 15px
}

.contact-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10
}

.contact-dialog-com {
    background: #fff;
    border-radius: 16px;
    padding: 33px;
    display: flex;
    position: relative;
    margin-top: -420px
}

.contact-dialog-com .close {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d6c4c4;
    border-radius: 50%;
    cursor: pointer
}

.contact-dialog-com .close:hover {
    background: #999
}

.contact-dialog-com .close img {
    width: 24px
}

.contact-dialog-com .leftArea {
    display: flex;
    align-items: center
}

.contact-dialog-com .leftArea img {
    width: 126px;
    height: 126px;
    flex: 0 0 auto;
    margin-right: 25px;
    border-radius: 50%
}

.contact-dialog-com .leftArea .txt-box {
    flex: 1 1 auto
}

.contact-dialog-com .leftArea .txt-box .title {
    color: #333;
    font-size: 36px;
    margin-bottom: 10px
}

.contact-dialog-com .leftArea .txt-box .txt {
    color: #666;
    font-size: 24px
}

.contact-dialog-com .rightArea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-left: 90px
}

.contact-dialog-com .rightArea::before {
    content: '';
    position: absolute;
    width: 2px;
    background: #eae1e1;
    height: 103px;
    top: 50%;
    margin-top: -52px;
    left: -52px
}

.contact-dialog-com .rightArea .txt {
    display: flex;
    color: #666;
    align-items: center;
    font-size: 36px
}

.contact-dialog-com .rightArea .txt:first-child {
    margin-bottom: 23px
}

.contact-dialog-com .rightArea img {
    height: 50px;
    width: 50px;
    margin-right: 23px
}

@media all and (max-width:1600px) {
    .about-us-box1 .img {
        width: 520px;
        height: 357px
    }
    .about-us-good-list .show-box {
        padding: 98px 30px 70px
    }
    .about-us-good-list .other-box .title {
        padding: 0 30px
    }
    .about-us-good-list .other-box .desc {
        padding: 0 20px
    }
}

@media all and (max-width:1360px) {
    .about-us-box1 .img {
        width: 374px;
        height: 278px
    }
    .about-us-good-list .show-box {
        padding: 68px 20px 40px
    }
    .about-us-good-list .other-box {
        padding-top: 50px
    }
    .about-us-good-list .other-box .title {
        padding: 0 20px;
        font-size: 18px
    }
    .about-us-good-list .other-box .desc {
        padding: 0 15px;
        font-size: 13px
    }
}