.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.search {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 120px;
    display: flex;
    align-items: center;
}

.search label {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.search label input {
    width: 35%;
    height: 42px;
    border: 1px solid #000000;
    border-radius: 10px;
    text-indent: 45px;
    color: #000;
}

.search label img {
    position: absolute;
    left: 30%;
    top: 12px;
    display: block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.searchBtn {
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    width: 100px;
    height: 42px;
    background: #CA1421;
    border-radius: 10px;
    line-height: 42px;
    color: #FFFFFF;
}

.navTarbar {
    width: 100%;
    height: 50px;
    background: #F1F1F1;
    margin-top: 180px;
}

.navTarbar p {
    font-size: 18px;
    font-family: AliMedium;
    font-weight: 400;
    color: #CA1421;
    margin-left: 18%;
    line-height: 50px;
}

.navTarbar p a{
    font-size: 18px;
    font-family: AliMedium;
    font-weight: 400;
    color: #CA1421;
}
.navTarbar p a span{
    color: #cecece;
    font-family: '楷体';
}

.navTarbar-con {
    width: 100%;
    height: auto;
}

.navTarbar-con dl {
    display: flex;
    margin-top: 72px;
}

.navTarbar-con dl dt {
    margin-left: 18%;
    width: 380px;
    height: 380px;
    background: #EFEFEF;
    border-radius: 8px;
}

.navTarbar-con dl dt img {
    background: #EFEFEF;
    border-radius: 8px;
    display: block;
}

.navTarbar-con dl dd {
    margin-left: 43px;
    margin-top: 12px;
    width: 100%;
}

.navTarbar-con dl dd p {
    font-size: 30px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
}

.navTarbar-con dl dd span {
    font-size: 18px;
    font-family: AliRegular;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-top: 15px;
    display: block;
    width: 70%;
}

.products-content {
    width: 100%;
    height: 50px;
    background: #F1F1F1;
    margin-top: 100px;
}

.products-content ul {
    height: 50px;
    display: flex;
    align-items: center;
    margin-left: 18%;
}

.products-content ul li {
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.products-content ul li a:hover {
    background: #CA1421;
    color: #fff;
    width: 120px;
    height: 50px;
    display: block;
}

.act {
    background: #CA1421;
    color: #fff;
    width: 120px;
    height: 50px;
    display: block;
}

.contentWrap {
    width: 100%;
    background: #FFFFFF;
    display: flex;
    margin-bottom: 100px;
}

.wrapLeft {
    flex: 6;
    width: 100%;
}

.productDetails {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.detail-top {
    width: 100%;
    margin-top: 50px;
    margin-left: 30%;
    display: flex;
    align-items: center;
}

.detail-top span {
    font-size: 28px;
    font-family: AliMedium;
    font-weight: 500;
    color: #2C2C34;
}

.detail-top p {
    width: 4px;
    height: 28px;
    background: #CA1421;
    margin-right: 10px;
}

.article-con {
    margin-top: 24px;
    /*width: 100%;*/
    margin-left: 31%;
}

.article-con p {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.article-con p a {
    text-indent: 58px;
    display: block;
    width: 70%;
    margin-left: 20px;
}

.detail-ban {
    width: 100%;
    margin-top: 90px;
    margin-left: 44%;
}

.detail-ban img {
    width: 512px;
    height: 161px;
    display: block;
    /* margin-left: 44%; */
}

.wrapRight {
    flex: 4;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.related {
    width: 100%;
    margin-left: 120px;
    margin-top: 47px;
    display: flex;
    flex-direction: column;
}

.tableList {
    display: flex;
    width: 100%;
    margin-top: 15px;
}

.tableList img {
    display: block;
    width: 72%;
    margin-left: 28%;
}

.list-left li {
    width: 110px;
    height: 50px;
    border: 1px solid #DFDFDF;
    line-height: 50px;
    text-align: left;
    border-bottom: none;
}

.list-left>.neicun {
    line-height: 25px;
}

.list-left li span {
    margin-left: 6px;
}

.list-right {
    display: flex;
    flex-direction: column;
}

.list-right li ul {
    display: flex;
    border: 1px solid #DFDFDF;
    border-left: none;
    border-bottom: none;
}

.list-right li ul li {
    width: 230px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-left: none;
}

.list-right>li:nth-child(2) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-left: none;
}

.list-right>li:nth-child(3) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(4) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(5) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(6) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(7) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(8) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(9) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(10) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(11) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(12) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(13) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(14) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(15) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(16) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(17) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(18) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(19) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(20) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(21) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(22) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(23) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.list-right>li:nth-child(24) {
    height: 50px;
    line-height: 50px;
    border: 1px solid #DFDFDF;
    border-top: none;
    border-left: none;
}

.related span {
    font-size: 18px;
    font-family: AliRegular;
    font-weight: 300;
    color: #333333;
}

.related p {
    display: inline-block;
    width: 280px;
    height: 1px;
    background: #DFDFDF;
    margin-top: 13px;
}

.rightCon {
    margin-top: 21px;
    margin-left: 120px;
}

.rightCon dl {
    width: 280px;
    height: 320px;
    /*background: #F8F8F8;*/
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.rightCon dl dt {
    width: 280px;
    /*height: 160px;*/
    /*background: #DFDFDF;*/
    border-radius: 8px 8px 0px 0px;
}

.rightCon dl dt img {
    width: 100%;
    /*width: 280px;*/
    /*height: 160px;*/
    display: block;
    border-radius: 8px 8px 0px 0px;
}

.rightCon dl dd {
    margin-top: 20px;
}

.rightCon dl dd span {
    font-size: 18px;
    font-family: PingFangSC;
    font-weight: 500;
    color: #CA1421;
    display: block;
    /*margin-left: 10px;*/
    padding: 0 10px;
}

.rightCon dl dd p {
    width: 30px;
    height: 2px;
    background: #FF9600;
    margin-left: 11px;
    margin-top: 8px;
}

.rightCon dl dd .beautiful {
    font-size: 14px;
    font-family: PingFangSC;
    font-weight: 400;
    color: #5A5959;
    line-height: 20px;
    margin-top: 9px;
}

.rightCon dl li {
    width: 68px;
    height: 24px;
    background: #FF9600;
    border-radius: 8px;
    float: right;
    margin-right: 10px;
}

.rightCon dl li a {
    text-align: center;
    width: 68px;
    height: 24px;
    display: block;
    line-height: 24px;
    color: #FFFFFF;
    font-size: 12px;
    
}

.download {
    width: 70%;
    height: 100px;
    border: 1px dashed #FF9600;
    /* background: linear-gradient(0deg, #FFFFFF 97%, RGBA(255, 246, 233, 1) 100%); */
    background: linear-gradient(to top, RGBA(255, 253, 251, 1), RGBA(255, 246, 232, 1));
    border-radius: 10px;
    margin-top: 30px;
    border-bottom: 1px dashed #FF9600;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30%;
}

.download p {
    width: 350px;
    height: 42px;
    background: #CA1421;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.download p a {
    display: flex;
    align-items: center;
}

.download p a>img {
    width: 18px;
    height: 17px;
    display: block;
    margin-right: 8px;
}

.download p a>span {
    display: block;
    margin-right: 8px;
    color: #FFFFFF;
}

.lianxis li {
    position: relative;
}

.lianxis 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;
}

.lianxis 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;
}

.lianxis 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;
}

.navTarbars {
    display: none;
}

.navTarbars-conTs {
    display: none;
}

.products-contentsC {
    display: none;
}

.productsCon-top {
    display: none;
}

.last-contents {
    display: none;
}

@media (max-width: 767px) {
    .last-content {
        display: none;
    }
    .last-contents {
        display: block;
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .downLoadimg {
        width: 80%;
        margin: 0 auto;
        height: 40px;
        background: #CA1421;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        margin-top: 10px;
    }
    .downLoadimg p {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .downLoadimg p span {
        display: inline-block;
        margin-left: 10px;
        color: #fff;
    }
    .productsCon-top {
        display: block;
        width: 100%;
    }
    .details-tops {
        width: 100%;
        display: flex;
        align-items: center;
        margin-left: 10px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .details-tops p {
        width: 3px;
        height: 20px;
        background: #CA1421;
        margin-right: 10px;
    }
    .detailList {
        width: 94%;
    margin: 0 auto;
    }
    .detailList a {
        text-indent: 30px;
        line-height: 1.5;
        display: block;
    }
    .navTarbars-conTs {
        display: block;
        width: 100%;
    }
    .navTarbars-conTs dl dd p{
        font-size: 16px;
        font-family: AliMedium;
    }
    .navTarbars-conTs dl dd span{
        display: block;
        width: 88%;
        margin: 0 auto;
        font-size: 14px;
        font-family: AliRegular;
        margin-top: 20px;
    }
    .products-contentsC {
        display: block;
        width: 100%;
        height: 45px;
    }
    .products-contentsC ul {
        width: 100%;
        height: 45px;
        display: none;
        align-items: center;
        justify-content: space-around;
    }
    .products-contentsC ul li {
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .navTarbars-conTs dl dt img {
        display: block;
        width: 88%;
        height: auto;
        margin: 0 auto;
    }
    .navTarbars-conTs dl dd {
        display: block;
        text-align: center;
        padding: 10px 0;
    }
    .navTarbars {
        display: block;
        width: 100%;
        height: 80px;
        background: #F1F1F1;
    }
    .navTarbars p {
        font-size: 14px;
        font-family: PingFangSC;
        font-weight: 400;
        color: #CA1421;
        margin-left: 10px;
        line-height: 50px;
    }
    .products-content {
        display: none;
    }
    .contentWrap {
        display: none;
    }
    .search {
        display: none;
    }
    .products-content {
        display: none;
    }
    .navTarbar {
        display: none;
    }
    .navTarbar-con {
        display: none;
    }
    .lianxis {
        display: none;
    }
    .footer {
        display: none;
    }
    .footers {
        display: block;
        width: 100%;
    }
    .footersCon {
        width: 100%;
        display: flex;
    }
    .footersCon ul {
        width: 30%;
    }
    .footersCon ul li {
        display: flex;
        width: 100%;
    }
    .footersCon ul li a {
        line-height: 30px;
        margin-left: 30px;
    }
    .rightfooters {
        display: flex;
        width: 70%;
        margin-top: 10px;
        justify-content: space-around;
    }
    .rights-one>img {
        width: 103px;
        display: block;
        height: 102px;
    }
    .rights-two>img {
        width: 103px;
        display: block;
        height: 102px;
    }
}

/*@media (min-width: 768px) and (max-width: 991px) {*/
/*    .last-content {*/
/*        display: none;*/
/*    }*/
/*    .productsCon-top {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .details-tops {*/
/*        width: 100%;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        margin-left: 10px;*/
/*    }*/
/*    .details-tops p {*/
/*        width: 3px;*/
/*        height: 20px;*/
/*        background: #CA1421;*/
/*        margin-right: 10px;*/
/*    }*/
/*    .detailList {*/
/*        margin: 10px 0;*/
/*        width: 100%;*/
/*    }*/
/*    .detailList a {*/
/*        text-indent: 30px;*/
/*        line-height: 1.5;*/
/*        display: block;*/
/*    }*/
/*    .navTarbars-conTs {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .products-contentsC {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 45px;*/
/*    }*/
/*    .products-contentsC ul {*/
/*        width: 100%;*/
/*        height: 45px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: space-around;*/
/*    }*/
/*    .products-contentsC ul li {*/
/*        height: 45px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: space-around;*/
/*    }*/
/*    .navTarbars-conTs dl dt img {*/
/*        display: block;*/
/*        width: 380px;*/
/*        margin: 0 auto;*/
/*    }*/
/*    .navTarbars-conTs dl dd {*/
/*        display: block;*/
/*        text-align: center;*/
/*        padding: 10px 0;*/
/*    }*/
/*    .navTarbars {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 50px;*/
/*        background: #F1F1F1;*/
/*    }*/
/*    .navTarbars p {*/
/*        font-size: 14px;*/
/*        font-family: PingFangSC;*/
/*        font-weight: 400;*/
/*        color: #CA1421;*/
/*        margin-left: 10px;*/
/*        line-height: 50px;*/
/*    }*/
/*    .products-content {*/
/*        display: none;*/
/*    }*/
/*    .contentWrap {*/
/*        display: none;*/
/*    }*/
/*    .search {*/
/*        display: none;*/
/*    }*/
/*    .products-content {*/
/*        display: none;*/
/*    }*/
/*    .navTarbar {*/
/*        display: none;*/
/*    }*/
/*    .navTarbar-con {*/
/*        display: none;*/
/*    }*/
/*    .lianxis {*/
/*        display: none;*/
/*    }*/
/*    .last-contents {*/
/*        display: block;*/
/*        width: 100%;*/
/*        height: 70px;*/
/*        display: flex;*/
/*        align-items: center;*/
/*        flex-direction: column;*/
/*    }*/
/*    .footer {*/
/*        display: none;*/
/*    }*/
/*    .footers {*/
/*        display: block;*/
/*        width: 100%;*/
/*    }*/
/*    .footersCon {*/
/*        width: 100%;*/
/*        display: flex;*/
/*    }*/
/*    .footersCon ul {*/
/*        width: 30%;*/
/*    }*/
/*    .footersCon ul li {*/
/*        display: flex;*/
/*        width: 100%;*/
/*    }*/
/*    .footersCon ul li a {*/
/*        line-height: 30px;*/
/*        margin-left: 30px;*/
/*    }*/
/*    .rightfooters {*/
/*        display: flex;*/
/*        width: 70%;*/
/*        margin-top: 10px;*/
/*        justify-content: space-around;*/
/*    }*/
/*    .rights-one>img {*/
/*        width: 103px;*/
/*        display: block;*/
/*        height: 102px;*/
/*    }*/
/*    .rights-two>img {*/
/*        width: 103px;*/
/*        display: block;*/
/*        height: 102px;*/
/*    }*/
/*}*/