@charset "utf-8";

.homeswiper {
    width: 100%;
    overflow: hidden;
}

.homeswiper .home-wrapper {
    height: 100%;
}

.homeswiper .home-slide {
    height: 100%;
    overflow: hidden;
}

.homeswiper-pagination {
    position: fixed;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    width: 12px;
}

.homeswiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background-color: #fff;
    opacity: .8;
    margin: 8px 0;
    cursor: pointer;
    transition: all .3s ease;
}

.homeswiper-pagination .swiper-pagination-bullet-active {
    background-color: #900000;
}

.banner {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.banner .swiper-wrapper {
    height: 100%;
}

.banner li {
    height: 100%;
}

.banner li a {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner li img {
    width: 100%;
    display: none;
}

.banner-pagination {
    width: 100%;
    z-index: 9;
    bottom: 12px;
    left: 0;
    position: absolute;
    text-align: center;
}

.banner-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
    cursor: pointer;
    transition: all .3s ease;
}

.banner-pagination .swiper-pagination-bullet-active {
    background-color: #fff;
}

.banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.section2 {
    /* background-image: url(../images/bg1.png);
background-repeat: no-repeat;
background-position: center center;
background-size: cover; */
    background-color: #eeeef0;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section2 .wrap {
    background-image: url(../images/bg2.png);
    background-repeat: repeat;
    padding: 40px 20px;
    max-width: 100%;
    width: 1375px;
    margin: 0 auto;
    max-height: 100%;
    overflow-y: auto;
    /* border: 10px solid #b72024; */
}

.section2 .title {
    text-align: center;
    color: #950014;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.section2 .brief {
    max-width: 1200px;
    margin: 0 auto;
    color: #666666;
    font-size: 16px;
    line-height: 2;
    text-align: center;
}

.section2 .title2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

.section2 .title2 span {
    display: inline-block;
    position: relative;
    padding: 0 30px;
    height: 80px;
    line-height: 80px;
    color: #333333;
    font-size: 32px;
    font-weight: bold;
}

.section2 .title2 span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 43px;
    height: 45px;
    background-image: url(../images/icon1.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.section2 .title2 span::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 43px;
    height: 45px;
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.topnews-pagination {
    position: absolute;
    bottom: 0 !important;
    left: 645px !important;
    width: auto !important;
    z-index: 99;
}


.topnews-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: #eeeeee;
    opacity: 1;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 0;
}

.topnews-pagination .swiper-pagination-bullet-active {
    background-color: #b72024;
}

.topnews.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px 0 0;
}

.section3 {
    height: 100%;
    /* background-image: url(../images/bg3.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover; */
    background-color: #eeeef0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.section3 .wrap {
    width: 1375px;
    max-width: 100%;
    background-color: #fff;
    background-image: url(../images/bg4.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin: 0 auto;
}

.section3 .more {
    padding: 15px 30px;
    border-top: 1px solid #eeeeee;
}

.section3 .twrap {
    padding: 30px;
    display: flex;
    align-items: stretch;
}

.news-card {
    display: flex;
    align-items: stretch;
}

.news-card .pic {
    width: 600px;
    height: 310px;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.news-card .pic .xstitle {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 14px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    z-index: 10;
    display: none;
}

.news-card .pic .imgbg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: all ease .5s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.news-card .pic .imgbg img {
    display: none;
    width: 100%;
}

.news-card .pic .img {
    width: 100%;
    display: none;
    transition: all ease .5s;
    position: relative;
    z-index: 1;
}

.news-card:hover .pic img,
.news-card:hover .pic .imgbg {
    transform: scale(1.1);
}

.news-card .con {
    overflow: hidden;
    flex: 1;
    padding-left: 45px;
    padding-top: 18px;
}

.news-card .con .title {
    color: #950014;
    font-size: 22px;
    font-weight: bold;
}

.news-card .con .brief {
    color: #999999;
    font-size: 14px;
    line-height: 1.8;
    margin: 20px 0 40px;
    height: 100px;
    overflow: hidden;
}

.news-card .con .date {
    color: #999999;
    font-size: 14px;
}

.topnews {
    overflow: hidden;
    position: relative;
}

.index-news {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -24px;
}

.index-news li {
    width: 50%;
    margin-top: 30px;
    padding: 0 24px;
}

.index-news li a {
    display: flex;
}

.index-news li .date {
    width: 100px;
    flex-shrink: 0;
    background-color: #eeeeee;
    padding-top: 10px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    padding-bottom: 10px;
    position: relative;
}

.index-news li .date::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    z-index: 1;
    background-color: #950014;
    transition: all .4s ease;
    top: 0;
    left: 0;
}

.index-news li .date .day {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 5px;
}

.index-news li .date p {
    position: relative;
    z-index: 9;
}

.index-news li .con {
    flex: 1;
    overflow: hidden;
    padding-left: 28px;
}

.index-news li .title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1.4;
}

.index-news li .brief {
    color: #999999;
    font-size: 14px;
    line-height: 1.6;
}

.index-news li a:hover .date {
    color: #fff;
}

.index-news li a:hover .date::before {
    width: 100%;
}

.index-news li a:hover .title {
    color: #950014;
}

.index-news .date2 {
    color: #999999;
    font-size: 12px;
    display: none;
}

.section4 {
    height: 100%;
    background-color: #eeeef0;
}

.product-swiper {
    overflow: hidden;
    height: 100%;
    position: relative;
}

.product-swiper .swiper-wrapper {
    height: 100%;
}

.product-swiper li {
    height: 100%;
    background-color: #eeeeef;
}

.product-swiper li+li {
    border-left: 1px solid #dddddd;
}

.product-swiper li a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
    margin: 0 auto;
    max-width: 400px;
}

.product-swiper li .pic {
    width: 100%;
    overflow: hidden;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    background-color: #eeeeef;
    text-align: center;
    transition: all ease .5s;
}

.product-swiper li .pic img {
    width: 100%;
    transition: all ease .5s;
    display: none;
}

.product-swiper li a:hover .pic {
    transform: scale(1.1);
}

.product-swiper li .titles {
    position: absolute;
    width: 100%;
    z-index: 9;
    left: 0;
    text-align: center;
    top: 10%;
    padding: 0 10px;
}

.product-swiper .titles .tt1 {
    color: #931e20;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
}

.product-swiper .titles .tt1 span {
    background-image: url(../images/kk.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    height: 68px;
    line-height: 68px;
    width: 272px;
    max-width: 100%;
}

.product-swiper .titles .tt2 {
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}

.product-swiper .btn {
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.product-swiper .prevbtn {
    left: 12px;
}

.product-swiper .nextbtn {
    right: 12px;
}

.product-swiper .btn img {
    width: 48px;
    height: auto;
}

.product-swiper .disabled {
    opacity: .5;
}

.footer-index {
    width: 100%;
    overflow: hidden;
    height: 100%;
    background-image: url(../images/fbg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.footer-index .wrap {
    width: 1375px;
    max-width: 100%;
    margin: 0 auto;
}

.footnav {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 20px;
}

.footnav .list li {
    margin-bottom: 15px;
}

.footnav .item {
    margin-right: 140px;
}

.footnav .tt {
    color: #ffffff;
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-weight: bold;
}

.footnav .tt::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: #cccccc;
}

.footnav .list li {
    margin-bottom: 14px;
}

.footnav .list li a {
    display: block;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
}

.footnav .list li a:hover {
    color: #fff;
}

.footinfo {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    flex-wrap: wrap;
    align-items: center;
}

.footinfo .info {
    flex: 1;
    color: #fff;
    font-size: 14px;
}

.footinfo .info span {
    display: inline-block;
    margin-right: 15px;
    line-height: 1.7;
}

.footinfo .info a {
    display: inline-block;
    margin-right: 28px;
    color: #fff;
}

.footinfo .icons {
    flex-shrink: 0;
}

.footinfo .icons a {
    display: inline-block;
    margin-left: 15px;
}

.footinfo .icons a:hover {
    text-decoration: underline;
}

.footinfo .xsicons {
    display: none;
    text-align: center;
}

.footinfo .xsicons a {
    display: inline-block;
    margin: 0 6px;
}

.footinfo .xsicons img {
    width: 36px;
}

.index-news2 {
    display: block;
    margin: 0 !important;
}

.index-news2 li {
    width: 100%;
    padding: 0 !important;
}

.index-news2 li .date {
    background-color: #ccc;
}

.product-swiper2 li .pic img {
    display: block;
}

.product-swiper2 li .titles {
    top: 0 !important;
    padding: 0 15px;
}

.product-swiper2 li .titles .tt3 {
    font-size: 16px;
    color: #333333;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: auto;
    position: relative;
    margin-top: 46px;
    height: 10px;
    border-radius: 5px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #cccccc;
    border-radius: 5px;
}

.swiper-pagination-progressbar {
    background-color: #fff;
}

.product-swiper2 .titles .tt1 span {
    width: 250px;
}

.product-swiper2 .titles .tt1 {
    font-size: 32px;
}

.inwrap.w1 {
    width: 1480px;
}

.shops {
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
}

.shops a {
    display: block;
    width: 180px;
    height: 180px;
    border-radius: 20px;
    border: 1px solid #cccccc;
    margin-right: 30px;
    margin-bottom: 20px;
    padding-top: 14px;
}

.shops a:hover {
    border-color: #950014;
    border-width: 3px;
}

.shops .icon {
    text-align: center;
    height: 120px;
    line-height: 120px;
}

.shops .icon img {
    max-height: 100%;
}

.shops .t0 {
    text-align: center;
    color: #333333;
    font-size: 16px;
    margin-top: 7px;
}

.section2 .more2 {
    display: none;
}

.section2 .xst {
    display: none;
}

.home-slide {
    position: relative;
}

.index-news3 {
    flex: 1;
    overflow: hidden;
    padding-left: 16px;
}

.index-news3 li {
    margin-top: 0;
    margin-bottom: 30px;
}

.index-news3 li:last-child {
    margin-bottom: 0;
}

.index-top-news {
    width: 50%;
    flex-shrink: 0;
    padding-right: 50px;
}

.index-top-news a {
    display: block;
    overflow: hidden;
}

.index-top-news .pic {
    overflow: hidden;
    position: relative;
}

.index-top-news .cbg {
    position: absolute;
    z-index: 2;
    width: 100%;
    background-image: url(../images/bg6.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 100%;
    left: 0;
    bottom: 0;
    height: 150px;
}

.index-top-news .img {
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all ease .5s;
}

.index-top-news a:hover .img {
    transform: scale(1.1);
}

.index-top-news .xstitle {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10px 15px;
    z-index: 9;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.index-top-news .con {
    padding-top: 18px;
}

.index-top-news .title {
    color: #950014;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-top-news .brief {
    color: #999999;
    font-size: 14px;
    line-height: 1.8;
    margin: 15px 0;
    max-height: 100px;
    overflow: hidden;
}

.index-top-news .date {
    color: #999999;
    font-size: 14px;
}
.xs-topnews{display: none;}