.carousel-indicators li{
  border: none;
}

.banNav {

  display: grid;

  grid-template-columns: repeat(4, 25%);

  justify-content: space-between;

  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.12);

  position: absolute;

  left: 0;

  right: 0;

  bottom: 50px;

  margin: auto;

  z-index: 1;

}



.banNav li {

  width: 100%;

  box-sizing: border-box;

  padding: 30px 50px;

  height: auto;

  margin: 0;

  text-indent: 0;

  opacity: 1;

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 20px;

  letter-spacing: 0px;

  color: #666666;

  text-align: center;

  background: #f4f4f4;

  border-right: 1px solid #E8E8E8;

  transition: .6s;

}



.banNav .active {

  font-size: 16px;

  color: #fff;

  background: #9A0000;

  transform: scale(1.15);

  border-right: 1px solid #9A0000;

}



.inst {

  /* display: none; */

  display: flex;

  align-items: center;

  justify-content: center;

}



.inst li {

  width: 8px;

  height: 8px;

  border-radius: 4px;

  background: #bcb5b5;

  margin: 0 5px;

  transition: .6s;

}



.inst .active {

  width: 23px;

  background: #ca0000;

}



.carousel-inner {

  padding: 0 0 30px;

}

.carousel-item{
  overflow: hidden;
}



.carousel-inner img {

  display: block;

  width: 100%;

  height: 100%;

}

.carousel-inner .active img{
    animation: enlarge 3s;
}

@keyframes enlarge {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50%{
    transform: scale(1.1);
    opacity: .6;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}



.mountain {

  width: 100%;

  background: url(../images/backMg.jpg) center no-repeat;

  background-size: cover;

}



.news {

  display: flex;

  justify-content: space-between;

  padding: 230px 0 0;

  margin-top: -100px;

  overflow: hidden;

}



.news>div {

  width: 48.5%;

}



.information {

  position: relative;

}



.information h3 {

  display: flex;

  align-items: center;

  justify-content: space-between;

}



.information h3 span {

  font-size: 28px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #333333;

}



.information h3 a {

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 25px;

  letter-spacing: 0px;

  color: #666666;

}



.information h3 a:hover {

  color: #9A0000;

}



.infoSwiper {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  align-items: center;

  height: auto;

}



.infoSwiper .swiper-wrapper {

  border-bottom: 1px solid #D7D7D7;

  margin: 0 0 20px;

}



.infoSwiper .swiper-pagination,

.infoSwiper .swiper-button-next,

.infoSwiper .swiper-button-prev {

  position: relative;

  top: auto;

  width: auto;

  height: auto;

  margin-top: auto;

  z-index: 1;

}



.infoSwiper .swiper-button-next:after,

.infoSwiper .swiper-button-prev:after {

  color: #d7d7d7;

  font-size: 26px;

}



.infoSwiper .swiper-pagination {

  margin: 0 10px 0;

  line-height: 30px;

  top: 0;

}



.infoSwiper .swiper-pagination-bullet-active {

  background: #9a0000;

}



.inforList {

  display: flex;

  align-items: center;

  justify-content: space-between;

  width: 100%;

  box-sizing: border-box;

  padding: 10px;

  text-align: left;

  transition: .6s;

  margin: 30px 0 10px;

}



.inforList:hover {

  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.12);

}



.inforList h5 {

  width: calc(100% - 265px);

}



.inforList h5 p {

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 50px;

  letter-spacing: 0px;

  color: #999999;

}



.inforList h5 span {

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 30px;

  letter-spacing: 0px;

  color: #333333;

  display: block;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

}



.inforList .iconfont {

  color: #000;

  font-size: 20px;

}



.inforMg {

  background: url(../images/newBackground.jpg) center no-repeat;

  background-size: cover;

}



.inforMg h5 p,

.inforMg h5 span {

  color: #fff;

}



.inforMg img {

  width: 240px;

  display: block;

}



.notice h3 {

  background: url(../images/newBackground.jpg) center no-repeat;

  background-size: cover;

  font-size: 28px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #ffffff;

  text-align: center;

  padding: 20px 0;

}



.notList li a {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding: 30px 0;

  border-bottom: 1px dotted #bfbfbf;

}


.notList li a:hover h5,
.notList li a:hover h6 {
  color: #9a0000 !important;
}



.notBox {

  display: flex;

  align-items: center;

  max-width: calc(100% - 80px);

  position: relative;

}



.notBox span {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 28px;

  height: 28px;

  background-color: #999999;

  border-radius: 5px;

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: rgba(255, 255, 255, .9);

  margin-right: 12px;

}



.notList li:nth-child(1) .notBox span,

.notList li:nth-child(2) .notBox span,

.notList li:nth-child(3) .notBox span {

  background: #9a0000;

}



.notBox h5 {

  font-size: 16px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 25px;

  letter-spacing: 0px;

  color: #666666;

  overflow: hidden;

  text-overflow: ellipsis;

  white-space: nowrap;

  max-width: calc(100% - 45px);

}



.notList li:nth-child(1) .notBox h5,

.notList li:nth-child(2) .notBox h5,

.notList li:nth-child(3) .notBox h5 {

  color: #333;

}



.notBox img {

  margin: -10px 0 0 5px;

}



.notList h6 {

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 25px;

  letter-spacing: 0px;

  color: #999999;

}



.brandTitle {

  padding: 80px 0 30px;

}



.braList {

  display: flex;

}



.braList li {

  width: 20%;

  position: relative;

  overflow: hidden;

  height: 100%;

  transition: .6s;

}

.braList li:nth-child(2){
  animation-delay: 0.2s;
}

.braList li:nth-child(3){
  animation-delay: 0.4s;
}

.braList li:nth-child(4){
  animation-delay: 0.6s;
}



.braList .bractive{

  width: 40%;

}


.braList a{
  display: block;
}



.braList li img {

  display: block;

  width: auto;

  height: 100%;

}



.braList li span {

  width: 76px;

  height: 75px;

  border-radius: 50%;

  background: #9a0000;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 45px;

  font-weight: normal;

  font-stretch: normal;

  letter-spacing: 0px;

  color: #fefefe;

  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  margin: auto;

  transition: .6s;

}



.braList .bractive span{

  display: none;

}



.braMask {

  width: 100%;

  box-sizing: border-box;

  padding: 40px 30px;

  position: absolute;

  left: 0;

  bottom: 0;

}



.braMask h4 {

  font-size: 30px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 63px;

  letter-spacing: 0px;

  color: #fefefe;

  text-align: center;

  position: relative;

}



.braList .bractive .braMask h4{

  text-align: left;

  font-size: 26px;

}



.braMask h4::after {

  content: '';

  display: block;

  width: 43px;

  height: 4px;

  background-color: #fefefe;

  margin: 0 auto;

}



.braList .bractive .braMask h4::after{

  display: none;

}



.braMask p {

  font-size: 14px;

  font-weight: normal;

  font-stretch: normal;

  line-height: 40px;

  letter-spacing: 0px;

  color: #ffffff;

  opacity: 0;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

  overflow: hidden;

}


.braList .bractive .braMask p{

  opacity: .6;

}

.carousel-indicators{
  z-index: 1;
}

@media screen and (max-width:1500px) {
  
  .banNav li {
    padding: 20px 30px;
  }

  
  .inforList {
    padding: 5px 10px;
  }

}


@media screen and (max-width:1300px) {
  
  .banNav .active {
    font-size: 15px;
  }

  .news {
    padding: 120px 0 0;
    margin-top: -70px;
  }

}

@media screen and (max-width:1200px) {

  .banNav li {
    padding: 10px 20px;
    font-size: 12px;
  }

  .banNav .active {
    font-size: 13px;
  }
  
  .braList li {
    width: 15%;
  }

  .braList .bractive {
    width: 55%;
  }

  .braMask{
    padding: 40px 20px;
  }

  .braMask h4{
    font-size: 26px;
  }

}

@media screen and (max-width:1020px) {
  
  .banNav {
    bottom: 30px;
  }

  .news{
    flex-wrap: wrap;
  }

  .news>div{
    width: 100%;
  }

  .inforList {
    margin: 20px 0 0;
  }

  .inforList h5 p {
    line-height: 40px;
  }

  .notice h3 {
    font-size: 24px;
    padding: 10px 0;
  }

  .notice{
    margin-top: 40px;
  }

  .notList li a {
    padding: 20px 0;
  }

  .braMask {
    padding: 30px 10px;
  }

  .braMask h4 {
    font-size: 20px;
  }

  .braMask p{
    line-height: 25px;
  }

}


@media screen and (max-width:768px) {
  
  .banNav{
    display: none;
  }

  .carousel-inner {
    padding: 0 0 10px;
  }

  .information h3 span {
    font-size: 24px;
  }

  .news {
    padding: 0;
    margin-top: 30px;
  }

  .inforList{
    flex-wrap: wrap;
  }

  .inforList h5 {
    width: calc(100% - 25px);
  }

  .inforList h5 p {
    line-height: 20px;
  }

  .inforList h5 span {
    font-size: 15px;
    line-height: 25px;
  }

  .inforMg img{
    width: 100%;
    margin: 10px 0;
  }

  .inst {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
  }

  .notList li a {
    padding: 15px 0;
  }

  .notList h6{
    font-size: 12px;
  }

  .notBox h5{
    font-size: 15px;
  }

  .notBox img {
    position: absolute;
    right: -20px;
    top: -6px;
    margin: 0;
  }

  .notice h3 {
    font-size: 20px;
    padding: 10px 0;
    margin: 0 0 10px;
  }

  .notice {
    margin-top: 20px;
  }

  .brandTitle {
    padding: 40px 0 20px;
  }

  .braList{
    display: block;
  }

  .braList li,
  .braList .bractive{
    width: 100%;
  }

  .braList li{
    height: 90px;
    overflow: hidden;
  }

  .braList .bractive{
    height: auto;
  }

  .braList li img{
    height: auto;
    width: 100%;
  }

  .braList li span {
    width: 40px;
    height: 40px;
    left: auto;
    right: 15px;
    font-size: 35px;
  }

  .braMask {
    padding: 10px 10px;
  }

  .braMask p{
    display: none;
  }

  .braList .bractive .braMask p{
    display: block;
  }

}