* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    background: #f0f0f0;
    color: #434343;
    line-height: 1.5;
    font-family: 'Microsoft yahei', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

img {
    vertical-align: middle;
    max-width: 100%;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ce1e38;
}

.container {
    margin: auto;
}

.header {
    position: relative;
    z-index: 99;
    background: #e4ecf5;
}

.header .topbar {
    padding: 9px 0;
    text-align: right;
    color: #eee;
    background: #434343;
}

.header .topbar a {
    position: relative;
    margin-left: 30px;
    color: #eee;
    display: inline-flex;
    align-items: center;
}

.header .topbar a i {
    margin-right: 5px;
}

.header .topbar a:last-child {
    margin-right: 10px;
}

.header .topbar .qrcode {
    position: absolute;
    top: 42px;
    margin-left: -75px;
    left: 50%;
    width: 150px;
    padding-bottom: 10px;
    background: #fff;
    color: #333;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transform: translateY(50%);
    transition: all .6s;
}

.header .topbar .qrcode:before {
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    content: '';
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    border-width: 0 10px 10px 10px;
}

.header .topbar a:hover .qrcode {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    transform: translateY(0);
}

.header .navbar .container {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .navbar .logo {
    padding: 10px;
    height: 50px;
}

.header .navbar .logo img {
    max-height: 100%;
}

.header .navbar .nav {
    list-style: none;
    height: 100%;
    display: none;
}

.header .navbar .nav>li {
    margin-right: 25px;
    position: relative;
}

.header .navbar .nav>li>a {
    color: #535353;
    font-weight: bold;
    display: block;
    line-height: 65px;
}

.header .navbar .nav li.active>a,
.header .navbar .nav li>a:hover {
    color: #70131c;
}

.header .navbar .nav .subnav {
    position: absolute;
    left: 50%;
    padding: 5px 20px;
    box-sizing: border-box;
    border-radius: 3px;
    background: rgba(230, 0, 18, .8);
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transform: translate(-50%, 50%);
    transition: all .6s;
}

.header .navbar .nav>li:hover .subnav {
    opacity: 1;
    z-index: 2;
    visibility: visible;
    transform: translate(-50%, 0);
}

.header .navbar .nav .subnav:before {
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -9px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 10px 9px;
    border-color: transparent transparent rgba(230, 0, 18, .8) transparent;
}

.header .navbar .nav .subnav ul {
    list-style: none;
}

.header .navbar .nav .subnav ul li {
    padding: 8px 0;
    white-space: nowrap;
}

.header .navbar .nav .subnav ul li:not(:last-child) {
    border-bottom: 1px solid #e16575;
}

.header .navbar .nav .subnav a {
    font-size: 12px;
    color: #fff;
    display: block;
    text-align: center;
}

.header .navbar .nav .subnav a:hover {
    color: #ffff00;
}

.header .navbar .search {
    margin-right: 10px;
    width: 80px;
    height: 15px;
    background: #fff;
    border-radius: 99px;
    display: flex;
    overflow: hidden;
}

.header .navbar .search input {
    border: none;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
    border-radius: 99px;
}

.header .navbar .search button {
    border: none;
    background: none;
    margin-right: 5px;
    cursor: pointer;
}

.header .navbar .search button i {
    font-size: 12px;
}

.footer {
    background: #70131c;
    color: #fff;
}

.footer a {
    color: #878787;
}

.footer .copyright {
    padding: 20px 0;
    text-align: center;
    background: #590f15;
}

.footer .links {
    padding: 30px 0;
}

.footer .links .container {
    display: flex;
    flex-wrap: wrap;
}

.footer .links .item {
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
}

.footer .links .item:nth-of-type(1),
.footer .links .item:nth-of-type(2) {
    display: none;
}

.footer .links .item:first-child p {
    line-height: 2;
}

.footer .links .qrcode {
    flex-grow: 1;
    text-align: center;
}

.footer .links .qrcode img {
    max-width: 185px;
}

.footer .links .qrcode p {
    color: #fff;
    margin-top: 5px;
}

.footer .links .item .tit {
    color: #fff;
    margin-bottom: 10px;
}

.footer .links .item .navlist {
    list-style: none;
}

.footer .links .item .navlist li {
    margin-bottom: 10px;
}

.footer .links .item .navlist li i {
    margin-right: 5px;
}

.swiper img {
    height: 230px;
    object-fit: cover;
}

.swiper .txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 20px;
    color: #fff;
}

.swiper .txt .container {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.swiper .txt h3 {
    font-size: 20px;
}

.swiper .txt .btn {
    margin-top: 10px;
    align-self: flex-start;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    transition: all .6s;
}

.swiper .txt .btn:hover {
    background: #00b7ee;
    color: #fff;
    border-color: #00b7ee;
}

.swiper .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    background: #fff;
    opacity: 1;
    border-radius: 99px;
}

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00b7ee;
}

.swiper .txt h3,
.swiper .txt p,
.swiper .txt .btn {
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
}

.swiper .swiper-slide-active .txt h3,
.swiper .swiper-slide-active .txt p,
.swiper .swiper-slide-active .txt .btn {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.swiper .swiper-slide-active .txt p {
    transition-delay: .3s;
}

.swiper .swiper-slide-active .txt .btn {
    transition-delay: .6s;
}

.iconnav {
    padding: 20px 0;
    background: #fff;
}

.iconnav .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.iconnav .item {
    width: 33.3333%;
    margin: 5px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.iconnav .item i {
    background: #eee;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    border-radius: 99px;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    color: #fff;
}

.iconnav .item:nth-of-type(1) i {
    background: #3bb4f2;
}

.iconnav .item:nth-of-type(2) i {
    background: #5eb95e;
}

.iconnav .item:nth-of-type(3) i {
    background: #F37B1D;
}

.iconnav .item:nth-of-type(4) i {
    background: #dd514c;
}

.iconnav .item:nth-of-type(5) i {
    background: #0e90d2;
}

.iconnav .item:nth-of-type(6) i {
    background: #5eb95e;
}

.title {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    color: #a9131c;
}

.title:after {
    content: '';
    display: block;
    margin: 5px auto 0;
    width: 45px;
    height: 3px;
    background: #a9131c;
}

.about {
    background: #fff;
}

.about .section .container {
    display: flex;
    flex-wrap: wrap;
}

.about .img {
    width: 100%;
}

.about .info {
    padding: 20px 15px;
    width: 100%;
    box-sizing: border-box;
}

.about .info .title {
    margin-bottom: 15px;
    text-align: left;
}

.about .info .title:after {
    margin-left: 0;
}

.about .info .caption {
    line-height: 28px;
}

.products,
.news {
    padding: 30px 0;
}

.products {
    background: #f7f7f7;
}

.products .cont {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.products .cont .item {
    position: relative;
    width: 50%;
    overflow: hidden;
}

.products .cont .item img {
    width: 100%;
    transition: all .6s;
}

.products .cont .item .cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, .5);
}

.products .cont .item .cover i {
    margin-bottom: 10px;
    width: 88px;
    height: 88px;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 99px;
    display: block;
    text-align: center;
    line-height: 84px;
    font-size: 40px;
}

.products .cont .item .cover h3 {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
}

.products .cont .item .cover h3:nth-of-type(2) {
    font-size: 16px;
}

.products .cont .item .cover:after {
    content: '';
    display: block;
    margin-top: 5px;
    width: 50px;
    height: 2px;
    background: #fff;
}

.products .cont .item:hover img {
    transform: scale(1.5);
}

.news {
    background: #fff;
}

.news .cont {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news .item a {
    position: relative;
    padding: 15px 22px;
    height: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    display: flex;
    transition: all .6s;
}

.news .item a:before {
    order: 2;
    content: '';
    display: block;
    position: relative;
    left: -15px;
    height: 100%;
    width: 1px;
    background: #fff;
}

.news .item .date {
    order: 1;
    background: #a9131c;
    padding: 0 10px;
    margin-right: 20px;
    color: #eceaeb;
    font-size: 12px;
    text-align: center;
    border: 1px solid #a9131c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news .item .date b {
    font-size: 24px;
}

.news .item .info {
    order: 3;
}

.news .item .info h3 {
    font-size: 14px;
}

.news .item a:hover {
    color: #fff;
    background: #a9131c;
    border-color: #a9131c;
}

.news .item a:hover .date {
    background: none;
    border-color: transparent;
}

.news .item a:hover:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 15px 13px 0;
    border-color: transparent #fff transparent transparent;
}

.banner img {
    width: 100%;
}

.breadcrumb {
    padding: 10px 20px;
    background: #fff;
    margin-top: 10px;
}

.main {
    margin: 10px 0;
}

.filter {
    background: #fff;
    padding: 12px 20px;
    border-radius: 8px;
}

.filter a {
    margin-left: 10px;
}

.filter a.active {
    color: #ce1e38;
}

.product-list {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-list .item {
    width: 49%;
    padding: 0 15px 15px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    background: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all .6s;
}

.product-list .item .img {
    position: relative;
    margin: 0 -15px 15px;
    background: #fff;
    text-align: center;
}

.product-list .item .img:before {
    position: absolute;
    left: 30px;
    bottom: 0;
    content: '';
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e60012 transparent;
    transform: translateY(100%);
    transition: all .6s;
}

.product-list .item .img:after {
    content: '';
    display: block;
    background: #ccc;
    height: 1px;
    margin: 0 15px;
}

.product-list .item .tit {
    font-size: 16px;
}

.product-list .item .cap {
    color: #999;
    font-size: 12px;
}

.product-list .item:hover {
    border-color: #e60012;
    background: #e60012;
    color: #fff;
}

.product-list .item:hover .tit,
.product-list .item:hover .cap {
    color: #fff;
}

.product-list .item:hover .img:before {
    display: block;
    transform: translateY(0);
}

.product-list .item:hover .img:after {
    background: transparent;
}

.pagination {
    margin: 30px 0 45px;
}

.pagination ul {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.pagination ul li {
    margin: 0 4px;
}

.pagination ul li a {
    display: block;
    padding: 5px 13px;
    background: #fff;
    border-radius: 5px;
}

.pagination ul li.cur a {
    background: #e60012;
    color: #fff;
}

.page {
    display: flex;
    flex-wrap: wrap;
}

.page .side {
    flex-shrink: 0;
    width: 100%;
    order: 2;
}

.page .side .pane {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
}

.page .side .pane .tit {
    position: relative;
    line-height: 50px;
    padding: 0 25px;
    font-size: 14px;
    color: #fff;
    background: #e60012;
    background-image: linear-gradient(-65deg, #cf0001 75%, #e60012 75%);
}

.page .side .pane .tit small {
    font-weight: normal;
    margin-left: 50px;
}

.page .side .pane .cont {
    padding: 25px;
}

.page .side .pane .navlist {
    list-style: none;
}

.page .side .pane .navlist li {
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2;
    display: flex;
    justify-content: space-between;
    align-self: center;
}

.page .side .pane .navlist li:after {
    display: none;
    content: '>';
    font-family: 'Courier New', Courier, monospace;
    color: #e60012;
}

.page .side .pane .navlist li:last-child {
    border-bottom: none;
}

.page .side .pane .navlist li a {
    flex-grow: 1;
}

.page .side .pane .navlist li.active {
    border-color: #e60012;
}

.page .side .pane .navlist li.active a,
.page .side .pane .navlist li:hover a {
    color: #e60012;
}

.page .side .pane .navlist li.active:after,
.page .side .pane .navlist li:hover:after {
    display: block;
}

.page .side .pane dl:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d2d2d2;
}

.page .side .pane dl dt {
    font-weight: bold;
}

.page .wrap {
    margin-bottom: 15px;
    order: 1;
    padding: 15px 20px;
    flex-grow: 1;
    background: #fff;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
}

.page .wrap>.tit {
    margin-bottom: 30px;
    font-size: 30px;
    text-align: center;
    font-weight: normal;
}

.page .grid-wrap {
    background: none;
}

.grid-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.grid-list .item {
    background: #fff;
    border-radius: 8px;
    padding: 0 15px 15px;
    box-sizing: border-box;
    width: 49%;
    overflow: hidden;
    margin-bottom: 10px;
}

.grid-list .item .img {
    margin: 0 -15px 10px;
}

.grid-list .item .img img {
    width: 100%;
}

.grid-list .item .date {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 5px;
    color: #ccc;
}

.news-list .item {
    display: flex;
    align-items: flex-start;
    background: #fff;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.news-list .item .img {
    margin-right: 20px;
    width: 30%;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.news-list .item .date {
    color: #ccc;
}

.news-list .item .info p {
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    body {
        min-width: 1280px;
    }

    .container {
        width: 1280px;
    }

    .header {
        position: sticky;
        top: 0;
        background: rgba(255, 255, 255, .8);
    }

    .header .topbar a:last-child {
        margin-right: 0;
    }

    .header .navbar .container {
        justify-content: flex-end;
    }

    .header .navbar .nav {
        display: flex;
    }

    .header .navbar .logo {
        position: absolute;
        top: -42px;
        left: 0;
        width: 150px;
        height: 107px;
        text-align: center;
        line-height: 108px;
        padding: 0;
        /*background: #a9131c;*/
        background: #70131c;
    }

    .header .navbar .search {
        margin-right: 0;
    }

    .footer .links {
        padding: 50px 0;
    }

    .footer .links .item:first-child {
        width: 20%;
    }

    .footer .links .item:nth-of-type(1),
    .footer .links .item:nth-of-type(1) {
        display: block;
    }

    .footer .links .item {
        width: auto;
        text-align: left;
        margin-left: 0;
        margin-bottom: 0;
    }

    .wrapper {
        margin-top: -65px;
    }

    .swiper .txt {
        left: 0;
        right: 0;
    }

    .swiper .txt h3 {
        font-size: 40px;
    }

    .swiper img {
        height: auto;
    }

    .iconnav {
        display: none;
    }

    .title {
        font-size: 24px;
    }

    .about .img {
        width: 50%;
    }

    .about .info {
        width: 50%;
        padding: 40px 30px;
    }

    .about .info .title {
        margin-bottom: 30px;
    }

    .about .section:nth-of-type(2) {
        background-image: linear-gradient(to right, #70131c 50%, #ededed 50%);
    }

    .about .section:nth-of-type(2) .container {
        flex-flow: row-reverse;
    }

    .about .section:nth-of-type(2) .img {
        margin-top: -75px;
    }

    .about .section:nth-of-type(2) .info,
    .about .section:nth-of-type(2) .info .title {
        color: #fff;
    }

    .about .section:nth-of-type(2) .info .title:after {
        background: #fff;
    }

    .products,
    .news {
        padding: 90px 0;
    }

    .products .cont {
        margin-top: 100px;
    }

    .products .cont .item {
        width: 25%;
    }

    .news .cont {
        margin-top: 90px;
    }

    .news .item {
        width: 48%;
    }

    .breadcrumb {
        margin-top: 0;
        padding: 10px 0;
    }

    .product-list {
        justify-content: flex-start;
    }

    .product-list .item {
        width: 24%;
        margin-right: 1%;
    }

    .product-list .item:nth-child(4n) {
        margin-right: 0;
        width: 25%;
    }

    .page .side {
        order: 1;
        width: 25%;
        margin-right: 15px;
    }

    .page .side .pane .tit {
        background-image: linear-gradient(-65deg, #cf0001 65%, #e60012 65%);
    }

    .page .wrap {
        margin-bottom: 0;
        order: 2;
        padding: 30px 40px;
        width: 70%;
    }

    .page .grid-wrap {
        padding: 0;
    }

    .grid-list {
        justify-content: flex-start;
    }

    .grid-list .item {
        width: 24%;
        margin-left: 1%;
    }

    .news-list .item .img {
        width: 20%;
    }

    .news-list .item .date {
        margin-top: 20px;
    }
}