.navT {
    width: 100%;
    height: 100px;
    background: #2C2C34;
}

.contactsBannerChan {
    width: 100%;
    margin-top: 160px;
}

.contactsBannerChan img {
    display: block;
    width: 100%;
}

.navT ul {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: 18%;
}

.navT li {
    margin-left: 3%;
    /* width: 10%; */
    display: flex;
    align-items: center;
}

.navT ul li a {
    font-size: 18px;
    font-family: PingFangSC;
    font-weight: 300;
    color: #FFFFFF;
    height: 100px;
    display: block;
    line-height: 100px;
}

.navT ul li a:hover {
    color: #CA1421;
    border-bottom: 2px solid #CA1421;
}

.productsContent {
    /*width: 90%;*/
    width: 1200px;

    margin: 0 auto;
    padding-bottom: 200px;
}

.productsListCont {
    width: 100%;
    display: flex;
    justify-content: center;
}

.productsContent dl {
    width: 300px;
    height: 345px;
    background: #F8F8F8;
    box-shadow: 0px 0px 10px 0px rgba(55, 55, 55, 0.15);
    border-radius: 8px;
    margin: 0 50px;
    margin-top: 80px;
}

.productsContent dl dd {
    width: 300px;
    height: 150px;
    background: #F8F8F8;
}

.productsContent dl dd li:first-child {
    display: flex;
    justify-content: space-between;
}

.productsContent dl dd li:first-child>p {
    font-size: 18px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
    margin-left: 19px;
    margin-left: 17px;
    padding-top: 10px;
}

.productsContent dl dd li img {
    display: block;
    width: 40px;
    height: 32px;
    margin-right: 20px;
}

.productsContent dl dd li:nth-child(2) p {
    width: 30px;
    height: 2px;
    background: #FF9600;
    margin-left: 19px;
}

.productsContent dl dd li:nth-child(2) {
    width: 223px;
    height: 34px;
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #5A5959;
    line-height: 20px;
}

.productsContent dl dt {
    width: 300px;
    height: 185px;
    /*background-color: lightgreen;*/
}

.productsContent dl dd {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 10px;
}

.productsContent dl dt img{
    width: 300px;
    height: 185px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.productsContent dl dd li:nth-child(2) a {
    font-size: 14px;
    font-family: AliRegular;
    font-weight: 400;
    color: #5A5959;
    line-height: 20px;
    width: 223px;
    display: inline-block;
    margin-left: 19px;
    margin-top: 9px;
}

.productsContent dl dd li:nth-child(3) {
    width: 68px;
    height: 24px;
    background: #FF9600;
    border-radius: 8px;
    margin-top: 35px;
    margin-left: 20px;
    text-align: center;
    line-height: 24px;
    font-family: AliRegular;
}

.productsContent dl dd li:nth-child(3) a {
    color: #fff;
    font-size: 12px;
    font-family: AliRegular;
}

.productsSwiper {
    width: 100%;
    margin: 0 auto;
    margin-top: 44px;
}

.productsSwiper img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

.storage {
    width: 100%;
    /*background: palevioletred;*/
}

.storageTitle {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 60px;
    /*margin-left: -30px;*/
    margin-left: 50px;
}

.storageTitle .aa {
    display: block;
    width: 4px;
    height: 18px;
    background: #CA1421;
     margin-right: 10px;
}

.storageTitle p {
    width: 4px;
    height: 18px;
    background: #CA1421;
    /* margin-right: 9px; */
}

.storageTitle span {
    font-size: 18px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
}

.storageListCon {
    width: 100%;
    height: auto;
    margin-left: 40px;
}

/*.storageListCon>ul {*/
/*    width: 100%;*/
/*    margin-left: 0;*/
/*    display: block;*/
/*    flex-wrap: nowrap;*/
/*    margin-top: 0;*/
/*}*/

/*.storageListCon>ul li {*/
/*    width: 16%;*/
/*    height: auto;*/
/*    background: #F8F8F8;*/
/*    box-shadow: 0px 0px 10px 0px rgba(55, 55, 55, 0.15);*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding-bottom: 10px;*/
/*}*/

.storageListCon>ul {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
}

.storageListCon>ul li {
    width: 20%;
    height: auto;
    background: #F8F8F8;
    box-shadow: 0px 0px 10px 0px rgba(55, 55, 55, 0.15);
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.storageListCon>ul li img {
    width: 100%;
    height: 160px !important;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.storageListCon>ul li p a {
    font-size: 18px;
    font-family: PingFangSC;
    font-weight: 400;
    /*margin-left: 19px;*/
    color: #333333;
    margin-top: 10px;
    padding: 0 13px;
}

/*.storageListCon>ul li:nth-child(2) {*/
/*    margin-left: 45px;*/
/*}*/

/*.storageListCon>ul li:nth-child(3) {*/
/*    margin-left: 45px;*/
/*}*/

/*.storageListCon>ul li:nth-child(4) {*/
/*    margin-left: 45px;*/
/*}*/

.storageListCon>ul li>a {
    width: 80px;
    height: 24px;
    border-radius: 8px;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 24px;
    margin-top: 18px;
    margin-left: 55%;
    border: 1px solid #CA1421;
    border-radius: 8px;
    color: #CA1421;
}

.storageListCon>ul li>.redDetail{
    color: #CA1421 !important;
}

.storageListCon>ul li>a:hover {
    background: #CA1421;
    color: #fff !important;
}

.liansxi li {
    position: relative;
}

.liansxi li:first-child {
    width: 52px;
    height: 150px;
    background: #F7F8FA;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 26px;
    text-align: center;
    position: fixed;
    right: 0;
    bottom: 200px;
    z-index: 999;
}

.liansxi li:first-child a {
    width: 17px;
    height: 83px;
    font-size: 16px;
    font-weight: 600;
    color: #340606;
    display: block;
    margin: 0 auto;
    margin-top: 55px;
    font-family: AliRegular;
}

.liansxi li:last-child a {
    font-size: 18px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    background: #ca1421;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 18px 40px 0px rgba(67, 153, 226, 0.15), 0px 5px 10px 0px rgba(108, 13, 0, 0.15);
    border-radius: 50%;
    display: block;
    font-family: '楷体';
    text-align: center;
    position: fixed;
    right: 10px;
    bottom: 308px;
    z-index: 999;
    line-height: 30px;
    transform: rotate(-90deg);
    color: #ffffff;
}

.last-contents {
    display: none;
}

@media (max-width: 767px) {
    .last-contents {
        display: block;
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}
@media (min-width: 790px) and (max-width: 1700px) {
    .navT ul {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: 12%;
}
}