.product {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 4% 0;
    margin-bottom: 0px;
}

.title {
    width: 540px;
    margin: 0 auto;
    background: url(../images/ititlebg.png) center top no-repeat;
    text-align: center;
}

.title h3 {
    font-size: 28px;
    color: #1fac9c;
    margin-bottom: 6px;
    margin-top: -7px;
}

.title p {
    font-size: 14px;
    color: #646464;
}

.product ul {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 4% 0;
    padding: 0;
    list-style: none;
}

.product li {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.product li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.product li img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product li:hover img {
    transform: scale(1.05);
}

.product li p {
    background: #fff;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-bottom: 2px solid #e5e5e5;
    display: block;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 15px;
    color: #333;
    margin: 0;
}

.product li:hover p {
    color: #ff8d40;
}

.about {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: -1%;
}

.ab-left {
    width: 37%;
    float: left;
    margin-right: 3%;
}

.ab-left img {
    width: 100%;
}

.ab-right {
    float: right;
    width: 59%;
    position: relative;
    height: 300px;
}

.ab-right h3 {
    text-align: center;
    font-size: 30px;
    color: #1FAC9D;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: normal;
}

.ab-right p {
    font-size: 16px;
    line-height: 38px;
    color: #686767;
}

.ab-right ul {
    width: 100%;
    height: auto;
    margin-top: 2%;
    float: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.ab-right li a {
    display: block;
    float: left;
    padding: 10px 19px;
    background: #e1e1e1;
    margin-left: 5px;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.news {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 2% 0;
}

.n-left {
    float: left;
    margin-right: 20px;
    width: 44%;
    padding: 15px 20px 20px 20px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    border-bottom: 3px solid #1fac9c;
}

.nl-title {
    font-size: 18px;
    border-left: 4px solid #1fac9c;
    margin-left: -21px;
    margin-bottom: 5px;
    padding: 5px 0 5px 18px;
    text-align: left;
    color: #ff8d40;
    width: 100%;
    height: auto;
    display: inline-block;
}

.nlt-left {
    color: #ff8d40;
    font-size: 18px;
    float: left;
}

.nlt-right {
    float: right;
}

.nlt-right a {
    color: #646464;
}

.n-l-box {
    width: 100%;
    height: auto;
    display: inline-block;
}

.n-l-b-left {
    float: left;
    width: 43%;
    height: 180px;
    margin-right: 20px;
}

.n-l-b-left img {
    width: 100%
}

.n-l-b-right {
}

.n-l-b-right ul {
    float: left;
    width: 52%;
    height: auto;
}

.n-l-b-right li {
    line-height: 14px;
    margin-bottom: 19px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.n-l-b-right li i {
    font-style: normal;
    font-size: 14px;
}

.n-l-b-right li a {
    padding-left: 5px;
}

.n-right {
    float: right;
    margin-right: 0px;
    width: 47%;
    padding: 15px 20px 20px 20px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    border-bottom: 3px solid #1fac9c;
}

.recommend {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 1% 0;
    margin-bottom: 0px;
}

.Box {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 5%;
}

.Box h2 {
    text-align: center;
    margin-bottom: 35px;
    padding-top: 50px;
}

.Box_con {
    position: relative;
    overflow: hidden;
}

.conbox {
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: calc(285px * 3 + 20px * 2);
    margin: 0 auto;
}

.conbox ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
    width: max-content;
    margin-top: 3%;
    margin-bottom: 0;
    padding: 0;
}

.conbox ul li {
    flex: 0 0 285px;
    width: 285px;
    height: auto;
    margin-right: 20px;
    overflow: hidden;
    border: 1px solid #eee;
    padding: 11px;
    box-sizing: border-box;
    background: #fff;
}

.conbox ul li:last-child {
    margin-right: 20px;
}

.conbox ul li:last-child {
    margin-right: 0;
}

.conbox ul li img {
    width: 285px;
    height: 258px;
    display: block;
    transition: transform 0.5s;
    object-fit: cover !important;
    overflow: hidden;
}

.conbox ul li:hover img {
    transform: scale(1.1);
}

.btn {
    position: absolute;
    top: 145px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: rgba(0,0,0,0.3);
    color: white;
    font-size: 56px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    user-select: none;
}

.btnl {
    left: 13px;
}

.btnr {
    right: 10px;
}

.BoxSwitch {
    text-align: center;
    margin-top: 20px;
}

.BoxSwitch span {
    display: inline-block;
    width: 30px;
    height: 3px;
    background: #ccc;
    margin: 0 5px;
    cursor: pointer;
}

.BoxSwitch span.cur {
    background: red;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
.conbox ul li p{
    text-align: center;
    line-height: 60px;
}
.more a{
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin: 20px auto;
    width: 90px;
    text-align: center;
    display: block;
    border: 1px solid #1fac9c;
    padding: 10px 24px;
    color: #1fac9c;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 30px;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .title {
        width: 100%;
        margin: 0 auto;
        background: none;
        text-align: center;
    }
    .product {
        width: 100%;
        height: auto;
        display: inline-block;
        margin: 6% 0;
        margin-bottom: 0px;
    }
    .title h3 {
        font-size: 28px;
        color: #1fac9c;
        margin-bottom: -2px;
        margin-top: -6px;
    }
    .product ul {
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin: 4% 0;
        margin-top: 4%;
        padding: 0;
    }
    .product li {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }
    .ab-left {
        width: 98%;
        float: left;
        margin-right: 0%;
    }
    .ab-right {
        float: right;
        width: 100%;
        position: relative;
        height: auto;
        margin-top: 7%;
    }
    .ab-right h3 {
        text-align: center;
        font-size: 27px;
        color: #1FAC9D;
        line-height: 26px;
        margin-bottom: 15px;
        font-weight: normal;
    }
    .ab-right p {
        font-size: 15px;
        line-height: 35px;
        color: #686767;
        margin-bottom: 12%;
    }
    .ab-right li a {
        display: block;
        float: left;
        padding: 8px 6px;
        background: #e1e1e1;
        margin-left: 5px;
        -moz-transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .n-left {
        float: left;
        margin-right: 0px;
        width: 88%;
        padding: 13px 20px 16px 20px;
        background-color: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
        margin-bottom: 20px;
        border-bottom: 3px solid #1fac9c;
    }
    .n-l-b-left {
        float: left;
        width: 100%;
        height: auto;
        margin-right: 7px;
    }
    .n-right {
        float: right;
        margin-right: 0px;
        width: 88%;
        padding: 13px 20px 16px 20px;
        background-color: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
        margin-bottom: 20px;
        border-bottom: 3px solid #1fac9c;
    }
    .n-l-b-right ul {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 5%;
}

}