
.index-body .banner{
  width: 100%;
  height: 600px;
  background: url(../images/banner.jpg) no-repeat;
  background-position: center top;
}
.swiper-container {
  width: 100%;
  height: 600px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-pagination-bullet{
  width: 30px;
  height: 4px;
  border-radius: 0;
  background: rgba(255,255,255,1);
  opacity:1
}
.swiper-pagination-bullet-active{
  width: 50px;
  background:#C9151E
}
.container:nth-child(even){
  background-color: #f8f8f8;
  
}
.container .content{
  width: 1200px;
  margin: 0 auto;
}
.container .title{
  width: 1200px;
  margin: 0 auto;
}
.container .title .name{
  padding-top: 60px;
  text-align: center;
  font-weight: bold;
  z-index: 0;
  line-height: 1;
}
.chinese_name{
  display: inline-block;
  z-index: 1;
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  position: relative;
  padding: 0 54px;
}
.chinese_name::before{
  position: absolute;
  left: -20px;
  top: 0px;
  width: 44px;
  height: 24px;
  content: url(../images/title_left_bg.png);
}
.chinese_name::after{
  position: absolute;
  right: -20px;
  top: 0px;
  width: 44px;
  height: 24px;
  content: url(../images/title_right_bg.png);
}
.english_name{
  position: relative;
  top:-20px;
  font-weight: bold;
  font-size: 40px;
  color: rgba(201, 21, 30, 0.05);
}
.container .title .description{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  padding-bottom: 20px;
}
.yyms{
  /* height: 770px; */
  background: url(../images/bg1.png) no-repeat;
  background-position: bottom center;
}
.yyms .li4{
  display: flex;
  justify-content: space-between;
  padding: 40px 0 55px 0;
  flex-wrap: wrap;
}
.yyms .li4 li{
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  position: relative;
  top:0;
  transition: top 0.1s;
  width: 275px;
  height: 332px;
  padding-top: 50px;
  text-align: center;
  background: url(../images/bg1-01.png) no-repeat;
  background-size: 100% 100%;
}
.yyms .li4 li:hover{
  top:-10px;
}
.yyms .li4 p{
  line-height: 2;
}
.yyms .li4 li .li_title{
  padding: 30px 0 20px 0;
  text-align: center;
  font-size: 20px;
}
.yyms .li4 li .li_title strong{
  color: #C9151E;
  font-size: 26px;
  font-weight: bold;
}
.yyms.li4 li p{
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.hxyw{
  /* height: 770px; */
  background-position: center center;
  
}
.hxyw .li4{
  display: flex;
  justify-content: space-between;
  padding: 40px 0 40px;
  flex-wrap: wrap;
}
.hxyw .li4 li{
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  width: 280px;
  height: 400px;
  position: relative;
  padding: 50px 0;
  text-align: center;
  background: url('../images/hxyw_bg.png') top center no-repeat;
  border-radius: 10px;
  overflow: hidden;
  
}
.hxyw .li4 li .number{
  position: absolute;
  bottom: -45px;
  left: 75px;
  font-size: 120px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  color:rgba(125,125,125,0.1)
}
.hxyw .li4 li .li_title{
  margin: 25px 0 25px 0;
  text-align: center;
  font-size: 13px;
  color: #999999;
  line-height: 30px;
  border-bottom: 1px solid #e8e8e8;
}
.hxyw .li4 li .li_title strong{
  display: block;
  color: #C9151E;
  font-size: 18px;
  font-weight: bold;
}
.hxyw .li4 li .li_title::after{
  width: 48px;
  height: 1px;
  background: #C9151E;
  content: "";
  display: block;
  margin: 0 auto;
  transition: width 0.5s;
}

.hxyw .li4 li:hover{
  background: linear-gradient(180deg, rgba(201,21,30,0.5), rgba(255,220,222,0.24));
  box-shadow: 0px 0px 30px 0px rgba(201,21,30,0.1);
}
.hxyw .li4 li:hover .li_title::after{
  width: 100%;
}
.hxyw .li4 li p{
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.znys{
  padding-bottom: 40px;
  background-position: center center;
}
.znys .li4{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 70px;
}
.znys .li4 li{
  position: relative;
  top:0;
  transition: top 0.1s;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  width: 285px;
  height: 390px;
  padding: 40px 0;
  text-align: center;
  background: #F6F7FA;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  border-radius: 10px;
  border: 1px solid #FFFFFF;
}
.znys .li4 li:hover{
  top:-10px;
}
.znys .li4 li .li_title{
  margin: 20px 0 15px 0;
  text-align: center;
  font-size: 13px;
  color: #999999;
  line-height: 30px;
}
.znys .li4 li .li_title strong{
  display: block;
  font-size: 20px;
  font-weight: normal;
  color: #333333;
}
.znys .li4 li p{
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  padding: 0 30px;
}

.contact{
  padding-bottom: 50px;
}
.contact .li4{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .li4 li{
  display: flex;
  width: 590px;
  height: 100px;
  padding: 20px 40px;
  align-items: center;
  background: #F6F7FA;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  border-radius: 10px;
  border: 1px solid #FFFFFF;
}
.contact .li4 li .li_title{
  display: flex;
  flex-direction: column;
  font-size: 14px;
  padding-left: 20px;
  color: #777;
}
.contact .li4 li .li_title strong{
  color: #999;
  font-size: 14px;
  font-weight: normal;
}
.contact .li4 .tel{
  font-weight: 400;
  font-size: 24px;
  color: #EC4048;
}

.guest{
  background: url(../images/bg_khqt.png);
  padding-bottom: 50px;
}

.guest .guest-content {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.guest .guest-content .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #fff;
}

.guest .guest-content .item .item-inner {
  width: 100%;
  height: 600px;
  box-shadow: 0 0 30px 0 rgba(0,0,0,.1);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  
}

.guest .guest-content .item .item-inner .icon {
  margin-top: 60px
}

.guest .guest-content .item .item-inner .icon img {
  width: 100px
}

.guest .guest-content .item .item-inner .title {
  margin-top: 40px;
  -webkit-transition: all .3s;
  transition: all .3s
}

.guest .guest-content .item .item-inner .title span {
  font-weight: 700;
  font-size: 22px;
  color: #333
}

.guest .guest-content .item .item-inner .sub-title {
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: .3rem
}

.guest .guest-content .item .item-inner .sub-title span {
  font-size: 14px;
  color: #333;
  opacity: .5
}

.guest .guest-content .item .item-inner .block {
  margin-top: .2rem;
  width: 20px;
  height: 5px;
  background: #333;
  opacity: .3
}

.guest .guest-content .item .item-inner .detail-info {
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  z-index: 100;
  opacity: 0
}

.guest .guest-content .item .item-inner .detail-info.first {
  margin-top: 20px
}


.guest .guest-content .item .bg-1 {
  background: url(../images/pic_zf.png);
  background-position:center  bottom ;
  background-repeat: no-repeat;
  background-size:  100% auto;
}

.guest .guest-content .item .bg-2 {
  background: url(../images/pic_gx.png);
  background-position:center  bottom ;
  background-repeat: no-repeat;
  background-size:  100% auto;
}

.guest .guest-content .item .bg-3 {
  background: url(../images/pic_xh.png);
  background-position:center  bottom ;
  background-repeat: no-repeat;
  background-size:  100% auto;
}

.guest .guest-content .item .bg-4 {
  background: url(../images/pic_yh.png);
  background-position:center  bottom ;
  background-repeat: no-repeat;
  background-size:  100% auto;
}

.guest .guest-content .item .bg-5 {
  background: url(../images/pic_qy.png);
  background-position:center  bottom ;
  background-repeat: no-repeat;
  background-size:  100% auto;
}

.guest .guest-content .item .bg-6 {
  background: url(../images/pic_jg.png);
  background-position:center  bottom ;
  background-repeat: no-repeat;
  background-size:  100% auto;
}

.guest .guest-content .item:hover {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5
}

.guest .guest-content .item:hover .item-inner .title {
  margin-top: 40px
}

.guest .guest-content .item:hover .item-inner .title span {
  color: #c9151e
}

.guest .guest-content .item:hover .item-inner .sub-title {
  margin-top: 5px;
  font-size: 16px
}

.guest .guest-content .item:hover .item-inner .sub-title span {
  text-transform: uppercase
}

.guest .guest-content .item:hover .item-inner .block {
  display: none
}

.guest .guest-content .item:hover .item-inner .detail-info {
  opacity: 1
}

.guest .guest-content .item:hover .item-inner .hover-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(201,21,30,.4)),color-stop(30%,rgba(201,21,30,.1)),to(hsla(0,0%,100%,.1)));
  background: linear-gradient(180deg,rgba(201,21,30,.4),rgba(201,21,30,.1) 30%,hsla(0,0%,100%,.1));
  -webkit-box-shadow: 0 0 30px 0 rgba(201,21,30,.1);
  box-shadow: 0 0 30px 0 rgba(201,21,30,.1)
}

@media (max-width: 979px) {
  .guest {
    
      padding:.2rem .1rem .6rem
  }

  .guest .guest-title img {
      width: 40px
  }

  .guest .guest-title span {
      font-size: 36px
  }

  .guest .guest-content {
    margin-top: 20px;
      padding: 0
  }

  .guest .guest-content .item {
      width: 48%;
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 1rem;
      margin-right: 5px
  }

  .guest .guest-content .item .item-inner {
      width: 100%;
      height: 540px
  }

  .guest .guest-content .item .item-inner .sub-title {
      text-transform: lowercase
  }

  .guest .guest-content .item .item-inner .bg {
      height: 200px
  }

  .guest .guest-content .item .item-inner .detail-info {
      opacity: 1
  }

  .guest .guest-content .item:hover {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto
  }
}
@media (max-width:767px){ 
  .index-body .banner{
    height: 20rem;
    background-size:auto 100% ;
    background-position: center center;
  }
  .banner .content{
    flex-direction: column;
    font-size: 32px;
  }
  .banner .content span:nth-of-type(1){
    padding-right: 0;
  }
  .container .title,.container .content {
    width: 100%;
  }
  
  .yyms .li4 li {
    width: 48%;
    margin-bottom: 20px;
  }
  .yyms .li4 li .li_title{
    font-size: 16px;
  }
  .yyms .li4 li .li_title strong{
    font-size: 20px;
  }
  .hxyw .li4 li {
    width: 48%;
  }
  .znys .li4{
    margin-top: 10px;
  }
  .znys .li4 li{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 20px 0;
  }
  .guest .guest-content{
    width: 100%;
    padding: 0 5px 0 10px;
  }
  .contact .li4 li{
    width: 100%;
    margin-bottom: 20px;
  }
  /* .chinese_name{
    width: 2.4rem;
  } */
  .container .title .description{
    font-weight: normal;
    padding: 0 10px;
  }
  .hxyw .li4 li .number{
    left: calc(50% - 60px);
    font-size: 120px;
  }
  .guest .guest-content .item .item-inner .icon{
    margin-top: 30px;
  }
  .guest .guest-content .item .item-inner .title{
    margin-top: 10px;
  }
  .znys .li4 li .li_title{
    margin: 10px 0;
  }
}