* {
    padding: 0;
    margin: 0;
}

a {
    width: 100%;
    text-decoration: none;
}

.headbox {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    width: calc(100% - 40px);
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
    height: 80px;
    background-color: #fff;
}

.headbox .headlogo {
    width: 400px;
    margin-right: 20px;
}

.headbox .headlogo img {
    width: 100%;
}

.headbox .funbox {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 400px;
}

.headbox .funbox .funitem {
    cursor: pointer;
    padding: 2px 10px;
}

.headbox .funbox .funitem a {
    color: #000;
}

.headbox .funbox .funitem:last-child {
    margin-right: 0;
}

.actfunitem {
    background-color: #000000;
    color: #fff;
}

.actfunitem a {
    background-color: #000000;
    color: #fff !important;
}

.indePage{
    margin-top: 80px;
}
.indePage .welcomebox {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 50px;

}

.indePage .welcomebox .title {
    color: rgba(0, 0, 0, .8);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 15px 0;
}

.indePage .welcomebox p {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
    font-family: proxima-nova;
    font-weight: 300;
    letter-spacing: .02em;
    font-style: normal;
    text-transform: none;
    /*text-align: justify;*/
}

.footer {
    text-align: center;
    margin-top: 75px;
    margin-bottom: 20px;
}


/* 轮播图 */
.Carouselbox {
    width: calc(100% - 50px);
    max-width: 1300px;
    margin: 0 auto;
    height: 300px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next{
    background-color: #7e7569 !important;
    right: 0 !important;
}
.swiper-button-prev{
    background-color: #7e7569 !important;
    left: 0 !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600;
}
/* Product */
.Productbox {
    width: calc(100% - 50px);
    max-width: 1200px;
    margin: 0 auto;
}

.Product-title {
    text-align: center;
    font-weight: 300;
    margin: 40px 0;
    font-size: 18px;
}

.Product-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.Product-content p {
    width: 100%;
    /*min-width: 150px;*/
    text-align: center;
    margin-bottom: 10px;
    /*max-width: 150px;*/
    color: #000;
}

.Product-content span {
    position: relative;

}

.Product-content span::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #000000;
    border-radius: 50%;
    left: -10px;
    top: calc(50% - 3px);
}

.Product-content .item{
    min-width: calc(100% / 5 - 10px);
    max-width: calc(100% / 5 - 10px);
}
.Product-content .item img{
    width: 100%;
    /*height: 100%;*/
}
.Product-content .item .item-more{
    text-align: center;
    margin-top: 10px;
    color: #000;
    margin-bottom: 20px;
    text-decoration: underline;
    padding-bottom: 5px;
}
/* Inquiry */
.Inquirybox {
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 50px;
    padding-bottom: 20px;
}

.Inquirybox .title {
    color: #999;
    font-size: 16px;
    margin-bottom: 15px;
}

.Inquirybox .Inquiry-content {
    width: 100%;
    font-size: 16px;
}

.Inquirybox .Inquiry-content .input-title {
    color: #000;
    margin-bottom: 10px;
}

.Inquirybox .Inquiry-content .input-title span {
    color: #999;
}

.Inquirybox .Inquiry-content input {
    width: 100%;
    border: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    background-color: #fafafa;
    padding: 8px 10px;
    margin-bottom: 15px;
}

.Inquirybox .Inquiry-content textarea {
    width: calc(100% - 20px);
    height: 100px;
    border: 0;
    outline: none;
    border: 1px solid #cdcdcd;
    background-color: #fafafa;
    padding: 8px 10px;
    margin-bottom: 15px;
    resize: none;
}

.submit-btn {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 12px 20px;
    cursor: pointer;
    width: 140px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 22px;
}

/* Contact */
.Contactbox {
    max-width: 800px;
    margin: 0 auto;
    padding: 0px 50px;
    padding-bottom: 20px;
    display: flex;
    margin-top: 80px;
}

.Contactbox .Contactbox-left {
    background: url('./Contact-bg.png') no-repeat;
    background-size: 100% 100%;
    height: 350px;
    min-width: 400px;
    position: relative;
}

.Contactbox .Contactbox-left p {
    font-size: 22px;
    color: #999;
    margin-bottom: 30px;
}

.Contactbox .Contactbox-right {
    width: 400px;
}

.Contactbox .Contactbox-right .Contact-item {
    width: calc(100% - 38px);
    padding: 15px;
    /* border: 4px solid #C6C6C6; */
}

.Contactbox .Contactbox-right .item-title {
    font-size: 18px;
}

.Contactbox .Contactbox-right .item-address {
    font-size: 15px;
    /*text-align: justify;*/
    line-height: 24px;
}

.Contactbox .Contactbox-right .item-centen {
    display: flex;
    align-items: center;
}

.Contactbox .Contactbox-right .item-centen .item-img {
    min-width: 100px;
    min-height: 100px;
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    margin: 20px 0;
    margin-right: 20px;
}

.Contactbox .Contactbox-right .item-centen .item-img img {
    width: 100%;
    height: 100%;
}

.Contactbox .Contactbox-right .item-centen .item-text .username {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
}

.Contactbox .Contactbox-right .item-centen .item-text .usertel {
    font-size: 14px;
    margin-bottom: 5px;
}

/* H5弹出选择列表 */
.h5flewbox {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    right: 0;
    background-color: #000;
    height: 100vh;
    width: 100%;
    transition: all .5s;
    z-index: 1001;

}

.h5flewbox .h5headbox {
    background-color: #fff;
}

.h5flewbox .h5headbox {
    width: calc(100% - 20px);
    padding: 0 10px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.h5flewbox .h5headbox .headlogo {
    height: 40px;
}

.h5flewbox .h5headbox .headlogo img {
    height: 40px;
}

.h5flewbox .h5headbox .funbox-more2 {
    display: block;
}

.h5flewbox .h5headbox .funbox-more2 img {
    width: 28px;
    cursor: pointer;
}

.h5flewbox .h5funbox {
    padding-top: 20px;
}

.h5flewbox .h5funbox .funitem {
    color: #fff;
    padding: 10px;
    font-size: 18px;
}

.h5flewbox .h5funbox .funitem a {
    color: #fff;
    padding: 10px;
    font-size: 18px;
}

.acth5funitem {
    color: #7467f1 !important;
    border-bottom: 1px solid #7467f1;
}

.acth5funitem a {
    color: #7467f1 !important;
    /*border-bottom: 1px solid #7467f1;*/
}

.zhanwei {
    display: none;
    height: 80px;
    width: 100%;
}

@media screen and (max-width:820px) {
    .Product-content .item{
        min-width: calc(100% / 4 - 10px);
        max-width: calc(100% / 4 - 10px);
    }
    .zhanwei {
        display: block;
    }

    .headbox .funbox {
        display: none;
    }

    .headbox .funbox-more {
        display: block;
    }

    .headbox .funbox-more img {
        width: 20px;
        cursor: pointer;
    }

    .headbox {
        width: calc(100% - 20px);
        padding: 0 10px;
        background-color: #fff;
        z-index: 100;
    }

    .Carouselbox {
        height: 250px;
        margin-top: 90px !important;
    }

    .indePage .welcomebox {
        padding: 0 20px;
    }

    .indePage .Productbox {
        padding: 0 20px;
    }

    .Inquirybox {
        padding: 0 20px;
    }

    .Contactbox {
        padding: 0 20px;
        margin-top: 50px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .Contactbox .Contactbox-left {
        min-width: 100%;
        margin-top: 40px;
    }

    .Contactbox .Contactbox-left .twop {
        position: absolute;
        bottom: 100px;
        right: 0;
    }

    .Contactbox .Contactbox-right {
        width: 100%;
    }

    .Contactbox .Contactbox-right .Contact-item {
        border: 4px solid #C6C6C6;
    }
}

@media screen and (min-width:821px) {
    .h5flewbox {
        display: none;
    }

    .headbox .funbox {
        display: flex;
    }

    .headbox .funbox-more {
        display: none;
    }
}

@media screen and (max-width:680px) {
    .Carouselbox {
        height: 200px;
    }
       .indePage .Productbox {
        width: calc(100% - 30px);
        padding: 0 10px;
    }
    .Product-content .item{
        min-width: calc(100% / 3 - 10px);
        max-width: calc(100% / 3 - 10px);
    }
}

@media screen and (max-width:520px) {
    .Product-content .item{
        min-width: calc(100% / 2 - 10px);
        max-width: calc(100% / 2 - 10px);
    }
}
@media screen and (max-width:450px) {
    .Carouselbox {
        height: 150px;
    }
}
@media screen and (min-width:1100px) {
    .Carouselbox {
        height: 400px;
    }

}
