@charset "UTF-8";

/* 通用样式 */
p {
  margin: 0;
}


input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*盒子布局*/
.flexsb{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-between;}
.flexsa{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: space-around;}
.flexlf{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: left;}
.flexed{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: flex-end;}
.flexce{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: center;}
.cflexce{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content: center;flex-direction: column;flex-wrap: wrap;}


/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.w1500{
  max-width: 1530px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.head-index{
  align-items: center;
}

.head-index .headl{
  width: 34.67%;
  align-items: center;
  justify-content: flex-start;
}

.head-index .headl .logo img{
  max-width: 100%;
}

.head-index .headl .logowz{
  margin-left: 10px;
  background: url(../images/797ad63b5fbbfb7b982736ca1c542c87967309c1.png) no-repeat left center;
  padding-left: 16px;
  width: 50%;
}
.head-index .headl .logowz p{
  color: #333333;
  font-size: 20px;
}

.head-index .headr{
  width: calc(100% - 38%);
  align-items: center;
}

.headr .tnav{
  width: calc(100% - 242px);
}

.headr .ttel{
  width: 242px;
  height: 68px;
  background-color: #b81b22;
  border-radius: 0 0 10px 10px;
  margin-top: -32px;
  justify-content: center;
  align-items: center;
}

.headr .ttel i{
  margin-right: 12px;
  animation: tel ease-out 1.3s infinite;
}

.headr .ttel p{
  color: #fff;
  font-size: 18px;
}

@keyframes tel {
    0% {
        transform: rotateZ(0)
    }

    20% {
        transform: rotateZ(20deg)
    }

    40% {
        transform: rotateZ(-20deg)
    }

    60% {
        transform: rotateZ(20deg)
    }

    80% {
        transform: rotateZ(-20deg)
    }

    100% {
        transform: rotateZ(0)
    }
}


/* video */
.w1400{
  max-width: 1430px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.w1200{
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.video-index{
  margin-top: 3.22916666666667vw;
}

.video-left{
  width: 50%;
}

.video-right{
  width: calc(100% - 54.14%);
}

.video-right .v1{
  font-weight: 600;
  color: #333333;
  font-size: 48px;
  line-height: 1;
}

.video-right .v1 b{
  color: #b81b22;
}

.video-right .v2{
  color: #333333;
  font-size: 22px;
  margin: 1vw 0;
}

.video-right .vimg img{
  max-width: 100%;
}

.video-right .v3{
  margin-top: 2vw;
}

.video-right .v3 p{
  color: #000000;
  font-size: 16px;
  line-height: 2.25;
}

.num-index{
  border-top: 2px solid #e8e8e8;
}
.c2-con{padding-top: 2.6vw;}
.c2-con ul{text-align:center;}
.c2-con ul li{width: 25%;border-right: 1px solid #dddddd;position: relative;float: left;}
.c2-con ul li:last-child{border-right: 0;}
.c2-con ul li .count-title{color: #000000;display:inline-block;font-size: 54px;line-height: 1;}
.c2-con ul li dt{font-size:18px;color: #333333;display:inline-block;font-weight: normal;}
.c2-con ul li p{color: #333333;text-align: center;font-size:18px;margin-top: 10px;}


@media(max-width: 780px){
    .video-index{
        flex-wrap: wrap;
    }
    .video-left{
        width: 100%;
    }
    .video-right{
        width: 100%;
        margin-top: 20px;
    }
    .video-right .v1{
        font-size: 24px;
    }
    .video-right .v2{
        font-size: 16px;
        padding: 10px 0;
    }
    .video-right .v3 p{
        font-size: 14px;
        line-height: 24px;
    }
    .c2-con ul{
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .c2-con ul li{
        width: 50%;
        margin-bottom: 20px;
    }
      .c2-con ul li:nth-of-type(2){
          border-right: none;
      }
    .c2-con ul li .count-title{
        font-size: 24px;
    }
    .c2-con ul li p{
        font-size: 14px;
    }
}

/*  */
.index-tit {
  text-align: center;
}
.index-tit h3 {
    font-size: 48px;
    font-weight: bold;
    line-height: 46px;
    color: #333333;
    margin-bottom: 14px;
}

.index-tit h3 span{
  color: #b81b22;
}

.index-tit p{
  color: #666666;
  font-size: 18px;
}

.index-tit p span{
  color: #b81b22;
}

.index-cont7{
  margin-top: 3.125vw;
  padding-top: 3.38541666666667vw;
  padding-bottom: 4.58333333333333vw;
  position: relative;
  background: #f5f5f5;
}
.index-cont7 .index-cont7-ul{
    position: relative;
    flex-wrap: wrap;
    margin-top: 2.6vw;
}
.index-cont7 .index-cont7-ul li{
    width: 30%;
    margin-right: 5%;
    margin-bottom: 2.5%;
}
.index-cont7 .index-cont7-ul li:nth-child(3n){
    margin-right: 0px;
}
.index-cont7 .index-cont7-img{
  width: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px rgb(7 0 2 / 10%);
}

.index-cont7 .index-cont7-img img{
    width: 100%;
    height: 100%;
}
.index-cont7 .index-cont7-font{
    text-align: center;
    padding: 15px;
    overflow: hidden;
    position: relative;
}
.index-cont7 .index-cont7-font h3{
    font-size: 22px;
	line-height: 36px;
	color: #333333;
}
.index-cont7 .index-cont7-font p{
    font-size: 18px;
	line-height: 26px;
	color: #b81b22;
}
.index-cont7 .index-cont7-ul li:hover .index-cont7-img img{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.index-cont7 .index-cont7-ul li:hover .index-cont7-font h3,
.index-cont1 ul li:hover .index-cont1-font h3 {
    color: #b81b22;
}



/*  */
.index-cont1 {
    position: relative;
    padding: 75px 0 40px 0;
    margin-bottom: 2vw;
}

.index-cont1 ul {
    margin-top: 50px;
    flex-wrap: wrap;
}

.index-cont1 ul li {
    width: 30.2%;
    position: relative;
    margin-right: 63px;
    margin-bottom: 40px;
}

.index-cont1 ul li:nth-child(3n) {
    margin-right: 0px;
}

.index-cont1 .index-cont1-font {
    padding: 8px 0px 8px 210px;
}

.index-cont1 .index-cont1-font h3 {
    font-size: 22px;
    line-height: 35px;
    color: #333333;
}

.index-cont1 .index-cont1-font p {
    font-size: 18px;
    line-height: 25px;
    color: #b81b22;
}

.index-cont1 .index-cont1-simg {
    position: absolute;
    bottom: -5px;
    left: 0px;
}

.index-cont1 .index-cont1-simging {
    width: 190px;
    height: 130px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(7, 0, 2, 0.1);
    overflow: hidden;
    position: relative;
}

.index-cont1 .index-cont1-simging img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-cont1 .index-cont1-img {
    overflow: hidden;
}

.index-cont1 .index-cont1-img img {
    width: 100%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-cont1 ul li:hover .index-cont1-img img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/*  */
.status-list{
  flex-wrap: wrap;
  margin-top: 2vw;
  padding: 0 1vw;
}

.status-list li{
  width: 32.3%;
  margin-bottom: 10px;
}

.status-list li .img1 img{
  width: 100%;
}

.status-list li .wz{
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 40px;
}

.index-cont2 {
    position: relative;
    background: #F5F5F5;
    padding: 80px 0;
    margin-top: 2vw;
}

.index-cont2 .swiper-slide {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 60px 40px;
    overflow: hidden;
}

.index-cont2 .index-cont2-swiper {
    margin-top: 50px;
}

.index-cont2 .index-cont2-swiperimg {
    border-radius: 50%;
    width: 260px;
    height: 260px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-cont2 .index-cont2-swiperimg img {
    width: 100%;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-cont2 .index-cont2-swiperfont {
    text-align: center;
    margin-top: 40px;
}

.index-cont2 .index-cont2-swiperfont h3 {
    font-size: 24px;
    line-height: 35px;
    color: #333;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 22px;
}

.index-cont2 .index-cont2-swiperfont h3::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 40px;
    height: 2px;
    background-color: #b81b22;
}

.index-cont2 .index-cont2-swiperfont p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: left;
    height: 90px;
}

.index-cont2 .index-cont2-swiperfont p span {
    color: #b81b22;
}

.index-cont2 .index-cont2-swiperfont p span b {
    font-weight: normal;
    font-family: "ArialMT";
}

.index-cont2 .swiper-container,
.index-cont4 .swiper-container {
    padding-bottom: 50px;
}

.index-cont2 .swiper-pagination-bullet,
.index-cont4 .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
    border-radius: 0px;
    background: #B81B22;
}

.index-cont2 .swiper-pagination-bullet,
.index-cont4 .swiper-pagination-bullet {
    opacity: 0.5;
}

.index-cont2 .swiper-pagination-bullet-active,
.index-cont4 .swiper-pagination-bullet-active {
    opacity: 1;
}

.index-cont2 .swiper-pagination,
.index-cont4 .swiper-pagination {
    display: none;
}

.index-cont2 .swiper-slide:hover .index-cont2-swiperimg img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.index-cont2 .swiper-slide:hover .index-cont2-swiperfont h3 {
    color: #b81b22;
}

.index-cont2 .swiper-slide:hover .index-cont2-swiperimg {
    border-radius: 0%;
}

.index-more,
.add-more {
    width: 280px;
    height: 60px;
    background-color: #b81b22;
    display: block;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}



.index-more,
.add-more {
    width: 360px;
    height: 60px;
    background-color: #b81b22;
    display: block;
    text-align: center;
    line-height: 60px;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.index-more:hover,
.add-more:hover {
    -webkit-box-shadow: 0 10px 30px -6px #b81b22;
    box-shadow: 0 10px 30px -6px #b81b22;
    color: #fff;
}


.index-cont4 {
    position: relative;
    padding-bottom: 26px;
    margin-top: 3.33333333333333vw;
}

.index-cont4 .index-cont4-swiper {
    margin-top: 50px;
    position: relative;
}

.index-cont4 .index-cont4-swiperfont h3 {
    font-size: 24px;
    line-height: 34px;
    position: relative;
    color: #333333;
    padding-left: 20px;
}

.index-cont4 .index-cont4-swiperfont h3::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 60px;
    background-color: #b81b22;
}

.index-cont4 .index-cont4-swiperfont .index-cont4-swiperdec {
    font-size: 18px;
    color: #666666;
    margin-top: 35px;
    padding-left: 20px;
}

.index-cont4 .index-cont4-swiperfont .index-cont4-swiperdec span {
    font-family: "ArialMT";
    line-height: 32px;
    color: #b81b22;
}

.index-cont4 .index-cont4-swiperimg {
    width: 45%;
    overflow: hidden;
}

.index-cont4 .index-cont4-swiperimginf {
    width: 100%;
}

.index-cont4 .index-cont4-swiperimginf img {
    width: 100%;
}

.index-cont4 .index-cont4-swiperfont {
    width: 55%;
    padding-left: 60px;
    overflow: hidden;
    padding-right: 37px;
    line-height: 32px;
}

.index-cont4 .index-cont4-swiperli {
    align-items: center;
    overflow: hidden;
    background: #f7f7f7;
}

.index-cont4 .swiper-slide:hover .index-cont4-swiperli {
    background-color: #b81b22;
}

.index-cont4 .swiper-slide:hover .index-cont4-swiperdec,
.index-cont4 .swiper-slide:hover .index-cont4-swiperfont h3,
.index-cont4 .swiper-slide:hover .index-cont4-swiperdec span {
    color: #fff;
}

.index-cont4 .swiper-slide:hover .index-cont4-swiperfont h3::before {
    background: #fff;
}


@media(max-width: 780px){
    .status-list{
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .status-list li{
        width: 49%;
        margin-bottom: 10px;
    }
    .status-list li .wz{
        font-size: 14px;
    }
}

/*  */
.index-cont5 {
    position: relative;
    padding: 80px 0 75px 0;
    background:url(../images/a946cc296eec8e5c9baadf569a9f32e430ebbbed.jpg) no-repeat center center;
    background-size: cover;
}

.index-cont5 .index-cont5-list {
    position: relative;
    margin-top: 50px;
}

.index-cont5 .index-cont5-menu li {
    margin-right: 30px;
    width: 120px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.index-cont5 .index-cont5-menu li:last-child {
    margin-right: 0px;
}

.index-cont5 .index-cont5-menu li a {
    width: 100%;
    display: block;
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    text-align: center;
}

.index-cont5 .index-cont5-menu li:hover,
.index-cont5 .index-cont5-menu li.active {
    background-color: #b81b22;
}

.index-cont5 .index-cont5-menu li:hover a,
.index-cont5 .index-cont5-menu li.active a {
    color: #ffffff;
}

.index-cont5 .index-cont5-swiper {
    margin-top: 50px;
}

.index-cont5 .index-cont5-swipertit {
    font-family: "ArialMT";
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    margin-top: 13px;
}

.index-cont5 .swiper-button-prev,
.index-cont5 .swiper-button-next {
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 1;
    cursor: pointer;
    pointer-events: initial;
    top: 55%;
}

.index-cont5 .swiper-button-prev {
    background: url(../images/bf081de04d9a44116ea5c4d01c55986efde461f7.png)no-repeat center center;
    left: 0px;
}

.index-cont5 .swiper-button-next {
    background: url(../images/d7b4fd61f7e07eccdb4c0be3ab68089943361e80.png)no-repeat center center;
    right: 0px;
}

.index-cont5 .swiper-button-prev:hover {
    background: url(../images/f37a148fc1079d8589a0a53fac72be7b1550f0f9.png)no-repeat center center;
}

.index-cont5 .swiper-button-next:hover {
    background: url(../images/bc85a6be66cc51aee7a645300b4d3e59e5160c3c.png)no-repeat center center;
}

.index-cont5 .swiper-slide {
    text-align: center;
    transform: scale(0.95);
}

.index-cont5 .swiper-container {
    width: 89.5%;
    margin: 0 auto;
}

.index-cont5 .swiper-slide-active {
    transform: scale(1);
}

.index-cont5 .swiper-slide-active .index-cont5-swipertit {
    font-size: 18px;
}

.index-cont5 .swiper-wrapper {
    align-items: center;
}

.index-cont5 .index-cont5-swiperli {
    display: none;
}

.index-cont5 .index-cont5-swiperli:first-child {
    display: block;
}

.index-cont6 {
    position: relative;
    padding: 80px 0 40px 0;
}

.index-cont6 .index-cont6-swiper {
    position: relative;
}

.index-cont6 .index-cont6-swiperimg {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    position: relative;
    overflow: hidden;
}

.index-cont6 .index-cont6-swiperimg img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.index-cont6 .swiper-container {
    padding: 80px 10px 10px 10px;
}

.index-cont6 .swiper-wrapper {
    margin-bottom: 53px;
}

.index-cont6 .swiper-pagination-bullet {
    background-color: #b81b22;
    margin-right: 20px;
    opacity: 1;
}

.index-cont6 .swiper-pagination-bullet:last-child {
    margin-right: 0px;
}

.index-cont6 .swiper-slide {
    position: relative;
    /* overflow: hidden; */
}

.index-cont6 .c-dot {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.index-cont6 .swiper-pagination {
    position: relative;
    text-align: center;
}

.index-cont6 .loading {
    margin: 0 5px;
    width: 14px;
    height: 14px;
    position: relative;
    border: 1px solid transparent;
    background: transparent;
}

.index-cont6 .loading.swiper-pagination-bullet-active {
    border-color: rgba(255, 255, 255, .2);
}

.index-cont6 .loading .c-progress {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #b81b22;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align: center;
}

.index-cont6 .loading.swiper-pagination-bullet-active .c-progress {
    background-color: #b81b22;
}

.index-cont6 .loading .left,
.index-cont6 .loading .right {
    opacity: 0;
    width: 7px;
    height: 14px;
    overflow: hidden;
    position: absolute;
    left: -1px;
    top: -1px;
    overflow: hidden;
}

.index-cont6 .loading.swiper-pagination-bullet-active .left,
.index-cont6 .loading.swiper-pagination-bullet-active .right {
    opacity: 1;
}

.index-cont6 .loading .right {
    left: auto;
    right: -1px;
    top: -1px;
}

.index-cont6 .loading .left:after,
.index-cont6 .loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 7px;
    height: 14px;
    border: 1px solid #b81b22;
    border-radius: 12px 0 0 12px;
    border-right: 0;
}

.index-cont6 .loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 12px 12px 0;
    border: 1px solid #b81b22;
    border-left: 0;
}

.index-cont6 .loading.swiper-pagination-bullet-active .left:after {
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 3.9s;
    animation-timing-function: linear;
    animation-name: spin-left;
}

.index-cont6 .loading.swiper-pagination-bullet-active .right:after {
    transform-origin: left center;
    animation-duration: 3.9s;
    /* animation-iteration-count: infinite; */
    animation-timing-function: linear;
    animation-name: spin-right;
}

@keyframes spin-right {
    0% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-left {
    0% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.index-btfixed {
    padding: 10px 0;
    background-color: #b81b22;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0;
    margin: auto;
    z-index: 999;
    width: 100%;
}

.index-btfixed .w1400 {
    align-items: center;
}

.index-btfixed h3 {
    font-size: 24px;
    line-height: 45px;
    color: #ffffff;
    padding-left: 79px;
}


.index-btfixed .contact {
    align-items: center;
    width: 242px;
    height: 68px;
    background-color: #b81b22;
    transition: ease 100s;
    border-radius: 0px 0px 10px 10px;
    background-size: cover;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    margin-top: -12px;
    text-align: center;
}

.index-btfixed .contact {
    width: 200px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 0px;
    margin-left: 36px;
}

.index-btfixed .contact i {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 24px;
    background: url(../images/85c16c15ee85f5a5253a66f967583b6f3fea644c.png)no-repeat center center;
    animation: tel ease-out 1.3s infinite;
    background-size: 100%;
}

.index-btfixed .contact a {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
    line-height: 24px;
    font-family: "ArialMT";
    color: #fff;
    padding-left: 7px;
}

.index-btfixed .contact a {
    color: #b81b22;
}
.index-conta:hover,
.index-cont8 .index-cont8-rightcont:hover {
    background-color: #b81b22;
}

.index-btfixed h2 a img {
    width: 90%;
}

.foot-bg{
     background: #b81b22;
     padding: 20px 0;
     padding-bottom: 80px;
}

.foot-index{
   
    
}

.cop{
    color: #fff;
    text-align: center;
}

.cop a{
    color: #fff;
}



/* 修改 */
.news {margin-top: 3.64583333333333vw;overflow: hidden;}
.news_box {}
.news_tit {text-align: center;}
.news_tit b {font-size: 36px;line-height: 36px;color: #1c1b19;position: relative;}
.news_tit b:after {content:'';width:130px;height:3px;background: #2040bb;position: absolute;left:34%;bottom: 5px;    animation: widthchange 2s linear infinite;}
.news_tit p {font-size: 14px;color: #999;line-height: 20px;padding-top: 15px;    font-family: arial;}
.news_tab {padding-top: 3.64583333333333vw;}
.news_nav {}
.news_nav ul {display: flex;justify-content: space-between;width: 100%;justify-content: center;}
.news_nav li {width: 12.5%;height: 46px;text-align: center;line-height: 46px;}
.news_nav li a{display: block;color: #666666;}
.news_nav li.on {background:#ab0e0e;}
.news_nav li.on a {color:#fff;}
.news_nav li a {font-size: 16px;}
.news_cc {display: flex;padding: 3.125vw 0px 0px !important;}
.news_wz {width: 100%;flex-shrink: 0;}
.news_wz .news_div_item {display: flex!important;flex-direction: column-reverse;flex-shrink: 0;position: relative;width: 31.5%;}
.news_wz .news_div_item_pic img {width: 100%;height: 100%;/* box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07); */}
.news_cc .news_div+.news_div{display:none;}
.news_wz .news_div {display: flex;justify-content: space-between;flex-wrap: nowrap;display: -webkit-flex;}
.news_wz .news_div_item .news_div_item_date {position: absolute;bottom:0;left: 2.1875vw;display: flex;width: 102px; height: 30px;background: #333;justify-content: center; color: #fff;font-size: 16px; font-family: "Arial";z-index: 2;transition: all .5s;line-height: 32px;border-radius: 18px;align-items: center;}
.news_div_item_day {font-family: 'Arial';}
.news_wz .news_div_item .news_div_item_title a {display: block;font-size: 18px;color: #333;
position: relative;margin-top:2.5vw;padding-left: 30px;background: url(../images/95c8c5c86af027d5220ce8188fdbd2cd518e886d.png) no-repeat left center;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.news_wz .news_div_item .news_div_item_body {font-size: 15px;line-height: 24px;color: #575757;
 padding-top: 14px;}
 .news_wz .news_div_item .news_div_item_title a:before {position: absolute;content: "\e604";font-family: "iconfont";width: 52px;height: 24px; background: #333;color: #fff;font-size: 20px;text-align: center;line-height: 24px; border-radius: 12px;top: 115px;left: 0;transition:all .5s;}

.news_wz .news_div_item .news_div_item_content {padding: 0 1.30208333333333vw 3.02083333333333vw;}
.news_wz .news_div_item .news_div_item_pic a {display: block;position: relative;box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);margin: 0 10px;}
.nmore a{width: 53px;height: 24px;background-color: #333333;display: block; background: #333;color: #fff;text-align: center;line-height: 17px;border-radius: 12px;top: 115px;left: 0;transition:all .5s;margin-top: 1.30208333333333vw;line-height: 24px;}
.nmore a img{display: inline-block}
.news_wz .news_div_item_pic {position: relative;}
.news_wz .news_div_item:hover .nmore a{transform: translateX(10px);background: #ab0e0e;}
.news_cc .slick-prev:before,.news_cc .slick-next:before{color: #00afc3;opacity:0;transition:all ease 0.5s;content: '\e64c';display:block;}
.news_cc .slick-prev:before{transform: rotate(180deg);}
.news_cc .slick-next:before{content: '\e64c';}
.news_cc .slick-prev{left:-32px;}
.news_cc .slick-next {right: -32px;}
.news_wz .slick-dots {display: none!important;}
.news_wz:hover .slick-prev:before,.news_wz:hover .slick-next:before{opacity:1;}
.news_cc .slick-prev:before,.news_cc .slick-next:before{background: none;}

@media(max-width: 995px){
    .news_nav li{
        width: 33%;
        height: 35px;
        line-height: 35px;
        
    }
    .news_nav li a{
        font-size: 14px;
    }
    .news_wz .news_div_item .news_div_item_date{
        font-size: 12px;
        width: 80px;
    }
    .news_wz .news_div_item .news_div_item_title a{
        font-size: 14px;
    }
    .news_wz .news_div_item .news_div_item_body{
        font-size: 12px;
        line-height: 20px;
        overflow:hidden; 
        text-overflow:ellipsis;
        display:-webkit-box; 
        -webkit-box-orient:vertical;
        -webkit-line-clamp:2; 
    }
}