.product-list {
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    padding: 0;
    margin: 0;
    margin-left: -347px;
}

/*965px*/

.product-item .title {
    color: #fff;
    font-size: 1.5em;
    line-height: 2;
    padding-top: 15px;
    display: block;
    text-align: center;
}

.product-item .brief {
    display: block;
    text-align: center;
    color: snow;
    /*font-size: 1.167em;*/
}

.product-item a {
    display: block;
    width: 100%;
    height: 100%;
    color: #414446;
    text-decoration: none;
}


.product-item {
    width: 170px;
    height: 200px;
    padding-top: 30px;
    position: relative;
}

.product-item:hover {
    position: relative;
    bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    /* margin-bottom: 15px; */
}

.product-item:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #ff6a00 transparent transparent;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: 70px;
    transition-duration: 0.5s;
    opacity: 0;
}

.product-item:hover:before {
    content: "";
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #ff6a00 transparent transparent;
    transform: rotate(90deg);
    position: absolute;
    top: -20px;
    left: 70px;
    opacity: 1;
}

.scon {
    height: 50px;
    width: 100%;
    margin-top: 18px;
}

.slider-item {
    background-image: url("./img/photo-1522071820081-009f0129c71c.jpg");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 500px;
    width: 100%;
}


.content-box {
    position: relative;
}


.product-item {
    border-radius: 5px;


    /*background: #414446;*/
    float: left;
    width: 170px;
    height: 220px;
    padding-top: 30px;
    color: #fff;
    /*background: yellowgreen;*/

}


.b1 {
    background-color: #ffcc66;
    /*ff 255*/
    /*cc 204*/
    /*66 102*/
    background-color: rgba(255, 204, 102, 0.9);
}

.b2 {
    background-color: #ff3366;
    background-color: rgba(255, 51, 102, 0.9);
}

.b3 {
    background-color: #ff6699;
    background-color: rgba(255, 102, 153, 0.9);
}

.b4 {
    background-color: #33cccc;
    background-color: rgba(51, 204, 204, 0.9);
}

.b5 {
    background-color: #99cc66;
    background-color: rgba(153, 204, 102, 0.9);
}

.b6 {
    background-color: #6699cc;
    background-color: rgba(102, 153, 204, 0.9);
}

.content-header-title1 {
    line-height: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #f4f4f4;
    top: 40%;
    margin-top: -25px;
}

.phone-menu {
    display: none;
}

.phone-img {
    display: none;
}

@media screen and (max-width: 414px) {
    .menu {
        display: none;
    }

    .phone-menu {
        display: block;
    }

    /*//当手机访问页面时*/
    /*去掉页面的最小宽度 限定*/
    body {
        min-width: initial;
        max-width: initial;
    }

    .content-header-title1 {
        top: 7%;
    }

    .link-items {
        display: none;
    }

    .mini-menu {
        display: none;
    }

    .copyright {
        line-height: 50px;
    }

    .phone-img {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 20px;
        /*text-align: center;*/
        /*!* width: 247px; *!*/
        /*margin-left: 34px;*/
    }

    .phone-picture {
        width: 35px;
        height: 30px;
        /*margin-right: -45px;*/
    }

    .phone-number {
        /*width: 200px;*/
        margin-top: 4px;
        margin-left: 10px;
    }

    .product-list {
        margin: 0;
        left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .product-item {
        width: 100%;
        height: 70px;
        margin: 5px 30px;
    }

    .logo {
        height: 40px;
        margin-top: 10px;
        position: absolute;
        left: 10px;
    }

    .phone-box {
        display: none;
    }

    .footer-nav-qrcode {
        background-image: url("img/qrcode.jpg");
        background-position: 50%;
        background-size: cover;
        width: 150px;
        height: 150px;
        margin-top: 6px;
    }

    /*.slider-item {*/
    /*width: 200px;*/
    /*margin: 0;*/
    /*}*/
    /*#box{*/
    /*width: 66%;*/
    /*}*/
    /*#box2{*/
    /*margin-left: 1%;*/
    /*width: 33%;*/
    /*}*/
}