@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?7f39bi');
    src: url('fonts/icomoon.eot?7f39bi#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?7f39bi') format('truetype'),
        url('fonts/icomoon.woff?7f39bi') format('woff'),
        url('fonts/icomoon.svg?7f39bi#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

body {
    background-color: #f5f5f5;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.p-img {
    float: left;
    width: 90%;
    margin-top: 80px;
    margin-left: 5%;
}

.imgdiv {
    float: left;
    width: 100%;
}

.p-img .img {
    width: 100%;
}

.ddiv {
    float: left;
    width: 100%;
    height: 20px;
    margin-left: 5%;
    margin-top: -20px;
}

/* 并集选择器可以集体声明相同的样式 */
.prev,
.next {
    width: 20px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: rgba(255, 255, 255, .3);
    color: #fff;
    text-decoration: none;
    font-size: 25px;
    margin-top: -30%;
}

.prev {
    float: left;
    left: 5%;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.next {
    float: right;
    right: 5%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.promo-nav {
    position: absolute;
    left: 48%;
    width: 75px;
    height: 20px;
    background: rgba(255, 255, 255, .3);
    border-radius: 10px;
}

.promo-nav li {
    float: left;
    width: 10px;
    height: 10px;
    background-color: #b4afaf;
    border-radius: 50%;
    margin: 5px 7px;
}

/* 不要忘记选择器权重的问题 */
.promo-nav .selected {
    background-color: #ff5000;
}

.good {
    /* position: absolute; */
    /* float: left; */
    /* margin-left: 5%; */
    width: 90%;
    /* height: 400px; */
    margin: 0 auto;
    margin-top: 30px;
    background-color: rgb(224, 219, 214);
}

.good-d {
    /* position: fixed; */
    float: left;
    /* position: sticky; */
    width: 18%;
    height: 260px;
    margin-top: 20px;
    background-color: #fffdef27;
}

.good .good-d ul li {
    width: 100%;
    border: 1px solid;
    border-top: 0;
    border-color: #f0dfcd;
    padding-left: 5%;
}

.good .good-d .lan {
    height: 45px;
    background-color: rgb(190, 46, 46);
    font-size: 20px;
    font-weight: 700;
    line-height: 45px;
    color: #F2F2F2;
}

.good .good-d .lan2 {
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F2F2F2;
}

.good .good-d .lan2 a {
    color: black;
}

.good .good-d ul span {
    float: right;
    font-size: 20px;
    padding-right: 5%;
}

.good .good-d .lan2 a:hover {
    /* background-color: #eee; */
    color: #ff8500;

}

.good-fl {
    float: right;
    width: 75%;
    /* background-color: aqua; */
    margin-top: 20px;
}

.good-b {
    overflow: hidden;
    float: left;
    width: 25%;
    /* height: 270px; */
    margin-bottom: 30px;
    margin-left: 6%;
    background-color: rgb(241, 236, 236);
}

.good-b img {
    width: 100%;
    /* height: 200px; */
    transition: all .4s;

}

.good-b img:hover {
    transform: scale(1.1);
}

.good-b .p {
    width: 100%;
    height: 20%;
    line-height: 60px;
}

.good-b .p h4 {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #551A8B;
}

.good-b .p h4 a {
    color: black;
}

.good-b .p a:hover {
    color: rgb(245, 10, 10);
}

.good-xl {
    float: left;
    height: 70px;
    width: 100%;
    background-color: #f5f5f5;
    font-size: 18px;
    font-weight: 700;
    line-height: 70px;
    margin-left: 6%;
    color: rgb(190, 46, 46);
}

.new-t {
    float: left;
    width: 90%;
    height: 50px;
    margin-left: 5%;
    background-color: #f5f5f5;
    /* background-color: #f05656; */

}

.new-t .t1 {
    float: left;
    height: 45px;
    width: 150px;
    font-size: 22px;
    font-weight: 700;
    line-height: 45px;
    /* margin-left: 25px; */
    padding-left: 20px;
    color: #fcf8f8;
    background-color: rgb(190, 46, 46);
}

.new-t .t2 {
    /* float: right; */
    font-size: 22px;
    line-height: 70px;
    /* padding-right: 20px; */
    /* color: rgb(190, 46, 46); */
    font-weight: 700;
    margin-right: 25px;
}

.new-t .t2 a {
    color: rgb(190, 46, 46);
}

.new-t .t2 .p1 {
    /* margin-right: 25px; */
    padding-right: 50px;

}

.new-t .t2 .p2 {
    /* margin-right: 90px; */
    padding-right: 120px;
}

.ab-us {
    float: left;
    width: 90%;
    /* height: 500px; */
    background-color: #f2f2f2;
    margin: 0 5%;
    /* margin-left: 5%; */
    /* margin-top: 20px; */
    border-top: 1px solid rgb(219, 212, 212);
}

.ab-us .ab01 {
    float: left;
    width: 40%;

}

.ab-us .ab01 img {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 5px;
}

.ab-us .ab02 {
    float: right;
    width: 50%;
    margin: 0 auto;
}

.ab-us h2 {
    color: rgb(190, 46, 46);
    margin-top: 50px;
    font-weight: 400;
}

.ab-us h1 {
    font-size: 27px;
    padding-top: 30px;
    margin-bottom: 20px;
    color: #2c2b2b;
}

.ab-us p {
    /* text-indent: 2em; */
    font-size: 17px;
    padding-right: 50px;
    padding-bottom: 10px;
    color: #2c2b2b;
    line-height: 35px;
}