.banner {
  width: 100%;
  height: calc(100vh - 80px);
  background-attachment: fixed;
  background-position: center;
  background-size: cover
}

body {
  overflow-x: hidden;
}
.imgs {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

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

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

.banner .swiper-container .swiper-slide{
  height: 100%;
 background-repeat: no-repeat;
 background-position: center;
 background-position-y: bottom;
 background-size: cover
}

.title_c {
  color: #E42626;
  font-size: 28px;
  letter-spacing: 2px;
  line-height: 28px;
}
.title_e {
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 14px;
}
.title > h2 {
  font-size: 36px;
  color: #999;
  position: relative;
  padding-top: 50px;
  line-height: 36px;
  padding-bottom: 35px;
  font-weight: 300
}
.title > h2::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #999999;
  left: -100px;
  top: 50%;
  margin-top: 8px;
}
.title .title_c {
  padding-bottom: 10px;
}
.title .title_e {
  position: relative;
}
.title .title_e::after {
  position: absolute;
  content: '';
  width: 44px;
  height: 1px;
  background: #999999;
  left: 0px;
  bottom: -34px;
}
.about {
  position: relative;
  margin-top: -182px !important;
  padding-bottom: 80px;
}
.about::before {
  position: absolute;
  content: '';
  width: 680px;
  height: 182px;
  top: 0;
  background-color: #fff;
  left: -362px;
  z-index: 666;
}
.about .container {
  position: relative;
  z-index: 4124;
  height: 182px;
}
.about > div:last-child {
  padding-top: 50px;
}
.about > div:last-child p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 28px;
}
.about > div:last-child p:last-child {
  margin-bottom: 0;
}
.achievement {
  width:0 !important;
  height: 310px;
  background-image: url(../imgs/a/gy2.jpg);
  position: relative;
  z-index: 51;
  transition: all 1.5s ease-out;
}
.achievement > div {
  width: 120px;
  height: 310px;
  background: #e42626;
  float: right;
  position: relative;
}
.achievement > div h2 {
  font-size: 20px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  -webkit-writing-mode: tb-lr;
          writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  text-align: center;
  line-height: 20px;
  position: absolute;
  left: 40px;
  top: 116px;
  letter-spacing: 1px;
}
.achievement > div p,
.achievement > div h2 {
  color: #fff;
}
.achievement > div p {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  -webkit-writing-mode: tb-lr;
          writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  position: absolute;
  left: 70px;
  top: 116px;
  opacity: 0.6 !important;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
}
.achievement_content {
  position: relative;
  padding-bottom: 110px;
  padding-top: 50px;
}
.achievement_content > div:last-child {
  position: absolute;
  right: -165px;
  top: -165px;
}
.achievement_content > div:first-child {
  width: 793px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.concept {
  position: relative;
}
.concept  img{

  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 9999;
}
.concept > div:first-child {
  width: 56%;
  height: 690px;
  position: relative;

  overflow: hidden;
}
.concept > div:first-child>div{
  width:120px;
  height:450px;
  background:rgba(228,38,38,1);
  position: absolute;
  top: 0;
  right: 335px;
  z-index: 999;
}
.concept > div:first-child>div h3{
  text-align: center;
  font-size: 20px;
  padding-top: 85px;
  color: #fff;
}

.concept > div:first-child>div p{
  text-align: left;
  font-size: 12px;
  padding-left: 20px;
  color: #fff;
  opacity:0.6;
  text-transform: uppercase;
}

.concept > div:first-child>div p{

}
.concept .container {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.concept .container:after{
  position: absolute;
  width:60px;
  height:57px;
  content: '';
  background-image: url(../imgs/a/fuh.png);
  bottom: -100px;
  right: -60px;
}
.concept .container > div {
  width: 386px;
  float: right;
}
.concept .container > div div {
  margin-bottom: 95px;
}
.concept .container > div div:last-child {
  margin-bottom: 0;
}
.concept .container > div div h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  line-height: 16px;
  margin-bottom: 24px;
}
.concept .container > div div h3::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #999999;
  left: -45px;
  top: 50%;
}
.honor {


  width: 100%;

  position: relative;
}
.big_bg{
  background-image: linear-gradient(to bottom , #fff, #f7f7f7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 950px;;
}
.honor .container {
  position: relative;
}
.honor .container .arr {
  position: absolute;
  right: -6px;
  top: 280px;
  font-size: 30px;
  cursor: pointer;
}
.honor .container  .iconfont {
  font-size: 30px;
}
.honor .container .arrow-right {

  top: 330px;

}
.honor .container .num_s {
  position: absolute;
  right: 0;
  top: 220px;
  width: 25px;
  height: 25px;
}
.honor .container .num_s .swiper-container {
  float: left;
  height: 100%;
}
.honor .container .num_s .swiper-container .swiper-slide {
  font-size: 20px;
}
.honor .container .num_s > div {
  width: 50%;
  float: left;
  font-size: 20px;
}
.honor .container .num_s > div span {
  font-size: 16px;
  color: #666;
}
.honor .container > .title {
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}
.honor .container > .title h2::before {
  display: none;
}
.honor .container > .title h2::after {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #999999;
  right: -100px;
  top: 50%;
  margin-top: 8px;
}
.honor .container > .title .title_e::after {
  display: none;
}
.honor .container .swiper-container.left_ {
  width: 808px;
  color: #666;
  font-size: 14px;
  text-align: center;
  height: 1050px;
  margin-left: 0;
}
.right_more{
  position: absolute;
  right: 0;
  top: 400px;
}
.honor .container .swiper-container.left_ .swiper-slide {
  width: 100%;
}
.honor .container .swiper-container.left_ .swiper-slide ul li {
  float: left;
  width: 384px;
  margin-right: 40px;
  cursor: pointer;
}
.honor .container .swiper-container.left_ .swiper-slide ul li:nth-of-type(2n) {
  margin-right: 0;
  position: relative;
  top: 75px;
}
.honor .container .swiper-container.left_ .swiper-slide ul li div {
  height: 269px;
  width: 100%;
  background-image: url(../imgs/a/zsk.png);
  text-align: center;
}
.honor .container .swiper-container.left_ .swiper-slide ul li div img {
  width: 95%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 5%;
}
.honor .container .swiper-container.left_ .swiper-slide ul li p {
  line-height: 50px;
}
.constitute {
  background-image: url(../imgs/a/bj_jigou.png);
  min-height: 500px;
  text-align: center;
  padding-bottom: 50px;
  background-size: cover;
  margin-top: -75px;
  background-size: cover;
  background-position:  0 -45px;;
  background-repeat: no-repeat;

}
.constitute .container {
  text-align: left;
  padding-top: 55px;
}
.inscription {
  height: 1826px;
  position: relative;
  padding-top: 100px;
  background-image: url('/public/imgs/bg__.png');

}
.inscription > img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.inscription > div {
  position: relative;
  top: 120px;
  left: 0;
}
/* .inscription > div .left_1 {
  left: 413px;
}
.inscription > div .right_1 {
  right: 0;
}
.inscription > div > div {
  position: absolute;
}
.inscription > div #tc1 {
  top: 119px;
}
.inscription > div #tc2 {
  top: 119px;
}
.inscription > div #tc3 {
  top: 432px;
}
.inscription > div #tc4 {
  top: 714px;
}
.inscription > div #tc5 {
  top: 635px;
}
.inscription > div #tc6 {
  top: 985px;
}
.inscription > div #tc7 {
  top: 1276px;
} */
.inscription > div .more {
  text-align: center;
  width: 376px;
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
  color: #333;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
}
.inscription > div .more p{
  position: relative;
}
.inscription > div .more:hover p{
  animation: arr_move 1.5s ease;
}
@keyframes arr_move{
    0%{left: 0%}
    25%{left: 100%;opacity: 0;}
    50%{left: -100%;opacity: 0;}
    75%{left: 0;opacity: 1;}
    100%{left: 0;opacity: 1;}
}
.inscription > div .more a {
  color: #333;
  position: relative;
  top: 80px;
}
.tc{
  overflow: auto;
  height: 1800px;
}
.item{
  width: 376px;
  position: absolute;
}
.inscription > div .title_ {
  width: 376px;
  height: 655px;
  background: #e42626;
 /* position: sticky; */
 z-index: 41412;

}
.inscription > div .title_ img {
  position: absolute;
  right: 25px;
  bottom: 70px;
}
#tc1,#tc2{
  /* top: 120px !important */
}
.inscription > div .title_ .title {
  position: absolute;
  right: 191px;
  text-align: right;
  top: 0;
  color: #fff;
}
.inscription > div .title_ .title h2 {
  color: #fff;
  padding-top: 70px;
}
.inscription > div .title_ .title h2::before {
  display: none;
}
.inscription > div .title_ .title h2::after {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #ffffff;
  opacity: 0.6;
  right: -100px;
  top: 50%;
  margin-top: 8px;
}
.inscription > div .title_ .title p {
  color: #fff;
}
.inscription > div .title_ .title .title_e {
  color: #fff;
  opacity: 0.6;
}
.inscription > div .title_ .title .title_e::after {
  display: none;
}
.none {
  display: none;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5154211;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
}
.mask > div {
  width: 1000px;
  height: 608px;
  background: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.mask > div .t__ {
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.mask > div .t__ > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px;
  text-align: center;
  color: #fff;
  height: 60px;
  background: #e42626;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.name{
  color: #333;
  font-weight: 600
}
.mask > div .t__ > span {
  position: absolute;
  width: 60px;
  height: 60px;
  display: inline-block;
  right: 0;
  top: 0;
  font-size: 32px;
  color: #999;
  text-align: center;
  cursor: pointer;
}
.mask > div .img_box {
  width: 100%;
  height: 547px;
  text-align: center;
}
.mask > div .img_box img {
  position: relative;
  width: 700px;
  top: 30px;
}


.fadeInUp{
  animation: fadeInUp 2s ease;
}

@keyframes fadeInUp{
  0%{transform: translateY(100px);opacity: 0;}
  100%{transform: translateY(0px);opacity: 1;}
}
#right_cup{
  position: absolute;
  bottom: 0;
  right: -360px;
}
body{
  overflow-x: hidden;
  background-image: none !important
}
#left_bg{
  position: absolute;
  left: 0;
  top: 300px
}

.la-ball-clip-rotate{
  position: absolute;
  left: 50%;
  top :50%;
  margin-left: -48px;
  margin-top: -48px !important;
  z-index: 999999;
}

.la-ball-clip-rotate,
.la-ball-clip-rotate > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-ball-clip-rotate {
    display: block;
    font-size: 0;
    color: #fff;
}
.la-ball-clip-rotate.la-dark {
    color: #535353;
}
.la-ball-clip-rotate > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-ball-clip-rotate {
    width: 32px;
    height: 32px;
}
.la-ball-clip-rotate > div {
    width: 32px;
    height: 32px;
    background: transparent;
    border-width: 2px;
    border-bottom-color: transparent;
    border-radius: 100%;
    -webkit-animation: ball-clip-rotate .75s linear infinite;
       -moz-animation: ball-clip-rotate .75s linear infinite;
         -o-animation: ball-clip-rotate .75s linear infinite;
            animation: ball-clip-rotate .75s linear infinite;
}
.la-ball-clip-rotate.la-sm {
    width: 16px;
    height: 16px;
}
.la-ball-clip-rotate.la-sm > div {
    width: 16px;
    height: 16px;
    border-width: 1px;
}
.la-ball-clip-rotate.la-2x {
    width: 64px;
    height: 64px;
}
.la-ball-clip-rotate.la-2x > div {
    width: 64px;
    height: 64px;
    border-width: 4px;
}
.la-ball-clip-rotate.la-3x {
    width: 96px;
    height: 96px;
}
.la-ball-clip-rotate.la-3x > div {
    width: 96px;
    height: 96px;
    border-width: 6px;
}
/*
 * Animation
 */
 
@-webkit-keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-moz-keyframes ball-clip-rotate {
    0% {
        -moz-transform: rotate(0deg);
             transform: rotate(0deg);
    }
    50% {
        -moz-transform: rotate(180deg);
             transform: rotate(180deg);
    }
    100% {
        -moz-transform: rotate(360deg);
             transform: rotate(360deg);
    }
}
@-o-keyframes ball-clip-rotate {
    0% {
        -o-transform: rotate(0deg);
           transform: rotate(0deg);
    }
    50% {
        -o-transform: rotate(180deg);
           transform: rotate(180deg);
    }
    100% {
        -o-transform: rotate(360deg);
           transform: rotate(360deg);
    }
}
@keyframes ball-clip-rotate {
    0% {
        -webkit-transform: rotate(0deg);
           -moz-transform: rotate(0deg);
             -o-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
           -moz-transform: rotate(360deg);
             -o-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}


.team_ .swiper-wrapper, .team_ .swiper-container{
  height: 100% !important
}

.team_{
  background-image: url(../imgs/team_bg.jpg);
  min-height:800px;
  position: relative;
}

.team__{
  height: 500px;
  margin-top: 100px !important;
  position: relative;
}

.team__ .swiper-slide >div{
  width: 30%;
  float: left;
  margin-right: 5%;
  text-align: center
}
.team__ .swiper-slide >div:hover >div:last-child{
  background-color: #E42626;
  color: #fff ;
}

.team__ .swiper-slide >div:hover >div:last-child p{
  color: #fff ;
}
.team__ .swiper-slide >div >div:last-child{
  height: 80px;
  background-color: #f7f7f7;
}

.team__ .swiper-slide >div >div:first-child{
  height: 420px;
}
.team__ .swiper-slide >div >div:first-child img{
 width: 100%;
  height: 100%;
  object-fit: cover
}
.team__ .swiper-slide >div:last-child{
  margin-right: 0
}

.team__ .swiper-slide >div h3{
  font-size: 20px;
  padding-top: 18px;
}
.team__ .swiper-slide >div p{
  font-size: 15px;
  color: #666;
transition: all .3s ease
}
.arrow-left2{
  position: absolute;
  right:  65px;
  top:  -125px;;
}
.arrow-right2{
  position: absolute;
  right:  0px;
  top: -125px;;
}
.arrow i{
  color: #999;
  font-size: 40px;
}
.arrow:hover i{
  color: #E42626;
}
.team_more{
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: -145px;
  font-size: 16px;
  color: #333;
}