.other_title h3 {
    color: #fff;
    font-size: 24px;
    font-family: "Oswald-Regular";
    text-transform: uppercase
}

body {
    position: relative;
}

#header {
    width: 100%;
}

.trans {
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.more {
    margin: 90px auto 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
}


#company-about .container {
    display: flex;
    margin: 0 auto;
    width: 90%;
    margin-top: 20px;
}

#company-about .left-div,
#company-about .right-div {
    flex: 1;
    padding: 20px;
}

#company-about .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

#company-about .message {
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 30px;
}

#company-about .right-div {
    max-height: 400px;
}

#company-about .about_image_right {
    width: 100%;
    height: auto;
}

.footer {
    width: 100%;
    background: #000;
    margin: 90px auto 0px;
    transition: all .4s;
}

.footer .config_box {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer .config_box .share_box {
    width: 360px;
    margin-top: 70px;
    transition: all .4s;
}

.footer .config_box .share_box p {
    width: 310px;
    color: #d9d9d9;
    font-size: 16px;
    font-family: "Opensans-Regular";
    line-height: 29px;
    margin-top: 32px;
    transition: all .4s;
}

.footer .config_box .share_box .shear {
    margin: 18.5px auto 0px;
}

.footer .config_box .service_box, .contact_box {
    margin-top: 72px;
    transition: all .2s;
}

.footer .config_box .service_box ul {
    margin-top: 39px;
}

.footer .config_box .service_box {
    width: 360px;
}

.footer .config_box .service_box ul li {
    margin-top: 8px;
}

.footer .config_box .service_box ul li a {
    text-decoration: none;
}

.footer .config_box .service_box ul li:nth-child(2) {
    margin-top: 12px;
}

.footer .config_box .service_box ul li:nth-child(3) {
    margin-top: 13px;
}

.footer .config_box .service_box ul li a {
    font-size: 16px;
    font-family: "Opensans-Regular";
    color: #d9d9d9;
    transition: all .2s;
}

.footer .config_box .service_box ul li a:hover {
    color: gray;
}

.footer .config_box .contact_box {
    width: 360px;
}

.footer .config_box .contact_box ul {
    margin-top: 39px;
}

.footer .config_box .contact_box ul li {
    margin-top: 15px;
    width: 95%;
}

.footer .config_box .contact_box ul li:nth-child(1) {
    background: url(../image/loaction.png) no-repeat 0 4px;
}

.footer .config_box .contact_box ul li:nth-child(2) {
    background: url(../image/message.png) no-repeat 0 4px;
    margin-top: 9px;
}

.footer .config_box .contact_box ul li:nth-child(3) {
    background: url(../image/phone.png) no-repeat 0 4px;
    margin-top: 7px;
}

.footer .config_box .contact_box ul li p {
    width: 100%;
    font-size: 16px;
    font-family: "Opensans-Regular";
    color: #d9d9d9;
    margin-left: 27px;
    transition: all .2s;
}

.footer .config_box .contact_box ul li p:first-child {
    line-height: 28px;
}

.footer .copy {
    width: 100%;
    border-top: 1px solid #333333;
    transition: all .4s;
}

.footer .copy p {
    color: #d9d9d9;
    font-size: 16px;
    font-family: "Opensans-Regular";
    text-align: center;
    padding-top: 26px;
    padding-bottom: 29px;
}

#category .container {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#category .product-unit {
    width: calc(33.3% - 20px);
    margin: 10px;
    text-align: center;
    box-sizing: border-box;
}

#category .product-image {
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

#category .product-name {
    font-size: 16px;
}

#product {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {

    .footer .config_box {
        width: 83.2%;
    }

    .footer .config_box .share_box {
        width: 30%;
    }

    .footer .config_box .service_box {
        width: 17%;
    }

    .footer .config_box .contact_box {
        width: 18%;
    }
}

@media screen and (max-width: 1200px) {

    #input_xunpan {
        width: 80% !important;
        height: 200px !important;
        background: white;
        border-radius: 5px;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: none;
    }

    .footer .config_box {
        width: 90%;
    }

    .footer .config_box .service_box {
        width: 15%;
    }

    .footer .config_box .contact_box {
        width: 31%;
    }

}

@media screen and (max-width: 1000px) {
    .footer .config_box .share_box {
        width: 30%;
    }

    .footer .config_box .share_box p {
        width: 100%;
    }

    .footer .config_box .service_box {
        width: 22%;
    }

    .footer .config_box .contact_box {
        width: 30%;
    }
}

@media screen and (max-width: 991px) {
    .footer .config_box .service_box ul li a:hover {
        color: #d9d9d9;
    }
}

@media screen and (max-width: 768px) {

    #company-about .container {
        display: block;
        width: 100%;
    }

    #company-about .left-div,
    #company-about .right-div {
        flex: 0 1 auto;
        padding: 20px;
    }

    #category .product-unit {
        width: calc(50% - 20px);
        margin: 10px;
    }

    #product {
        width: 90%;
        margin-top: 30px;
    }

    .other_title h3 {
        color: #fff;
        font-size: 6vw;
    }

    .more {
        margin: 0px auto 0px;
    }

    .footer {
        margin: 60px auto 0px;
    }

    .footer .config_box {
        width: 92%;
    }

    .footer .config_box .share_box {
        width: 100%;
        margin-top: 92px;
    }

    .footer .config_box .share_box p {
        width: 95%;
        font-size: 3.6458vw;
        margin-top: 26px;
        line-height: 44px;
    }

    .footer .config_box .share_box .shear {
        margin: 32px auto 0px;
    }

    .footer .config_box .service_box, .contact_box {
        margin-top: 67px;
    }

    .footer .config_box .service_box {
        width: 100%;
    }

    .footer .config_box .service_box ul {
        margin-top: 35px;
    }

    .footer .config_box .service_box ul li a {
        font-size: 3.6458vw;
    }

    .footer .config_box .service_box ul li:nth-child(2) {
        margin-top: 24px;
    }

    .footer .config_box .service_box ul li:nth-child(3) {
        margin-top: 24px;
    }

    .footer .config_box .contact_box {
        width: 100%;
    }

    .footer .config_box .contact_box ul li:nth-child(1) {
        background: url(../image/loaction.png) no-repeat 0 5px;
    }

    .footer .config_box .contact_box ul li:nth-child(2) {
        background: url(../image/message.png) no-repeat 0 5px;
        margin-top: 20px;
    }

    .footer .config_box .contact_box ul li:nth-child(3) {
        background: url(../image/phone.png) no-repeat 0 5px;
        margin-top: 20px;
    }

    .footer .copy p {
        padding-top: 35px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 500px) {

    .footer {
        margin: 55px auto 0px;
    }

    .footer .config_box .share_box {
        margin-top: 55px;
    }

    .footer .config_box .share_box p {
        font-size: 16px;
        line-height: 30px;
        margin-top: 14px;
    }

    .footer .config_box .share_box .shear {
        margin: 15px auto 0px;
    }

    .footer .config_box .service_box, .contact_box {
        margin-top: 20px;
    }

    .footer .config_box .service_box ul {
        margin-top: 16px;
    }

    .footer .config_box .service_box ul li:nth-child(2) {
        margin-top: 10px;
    }

    .footer .config_box .service_box ul li:nth-child(3) {
        margin-top: 10px;
    }

    .footer .config_box .service_box ul li a {
        font-size: 16px;
    }

    .footer .config_box .contact_box ul {
        margin-top: 12px;
    }

    .footer .config_box .contact_box ul li:nth-child(2) {
        margin-top: 10px;
    }

    .footer .config_box .contact_box ul li:nth-child(3) {
        margin-top: 10px;
    }
}