html, body {
  position: relative;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
}
.text img{text-align: center;display: table-cell;margin: 0 auto;}
@keyframes bjmove{
  0%{
    background-position: 50% 50%;
  }
  50%{
    background-position: 20% 50%;
  }
  100%{
    background-position: 80% 50%;
  }
}
@keyframes circlescale{
  0%{
    width: .9rem;
    height: .9rem;
  }
  50%{
    width: 2rem;
    height: 2rem;
  }
  100%{
    width: .9rem;
    height: .9rem;
  }
}
/* header开始 */
#m_header{
  display: none;
}
#header{
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 168px;
  height: 100%;
  background: #fff;
  border-right: 1px solid #efefef;
/*  box-shadow: 3px 0 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 3px 0 3px rgba(0,0,0,0.2);
  -moz-box-shadow: 3px 0 3px rgba(0,0,0,0.2); */
  z-index: 99;
}
.index-header{
  width: 100%;
  margin:auto;
  background: #fff;
  display: block;
}
.logo{
  width: 100%;
  padding:2VH 0 5VH;
  margin:auto;
  text-align: center;
}
/* .nav-bg{
  width: 134px;
  height: 100%;
  background: rgba(218,37,30,1);
  position: absolute;
  left: 168px;
  top: 0;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0 0;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  opacity: 0;
  transition: 550ms cubic-bezier(0.55, 0.31, 0.15, 0.93);
  visibility: hidden;
}
.nav-bg.show{
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  opacity: 1;
  visibility: visible;
} */
            /* header */
            .head{position: fixed;top: 0;left: 0;z-index: 20;width: 100%;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;background:#fff ;border-bottom: 1px solid #ddd;z-index:999}
            .head.on1,.head:hover{background: #fff;}
            .head.one2{top: -107px;}
            .head.one2.head1{top: 0;}
            .head.on{background: #fff;}
            .head.on:after{content: "";width: 50%;height: 100%;position: absolute;right: 0;top: 0;background: #c50000;z-index: -1;}
            .head.on .left .gp{color: #333333;border-color: #333333;}
            .head .left{float: left;padding: 34px 0;}
            .head.on1 .left{padding: 24px 0;}
            .head.on1 .right .nav .a{padding: 25px 0;}
            .head.on1 .right .btns .lag{padding:25px 12px 25px 0 ;}
            .head.on1 .right .btns .ss{padding: 25px 0;}
            .head.on1 .right .btns .ws{padding: 25px 0;}
            .head.on1 .right .btns .oa{padding: 25px 0;}
            .head.on1 .right .nav .a>a:after{bottom: 25px;}
            .head.on1 .nav .a .hd{top: 85px;}
            .head .left .logo{float: left;}
            .head .left .gp{float: right;padding-left: 25px;margin: 0 0 0 25px;font-size: 14px;color: #000;line-height: 14px;border-left: 1px solid rgba(255,255,255,.3);}
            .head .left .gp div:nth-child(1){margin-bottom: 9px;}
            .head .right{float: right;padding: 0 0 0 82px;}
            .head .right.on{background: #c50000;}
            
            .head .right .nav{float: left;}
            .head .right .nav .a{display: block;float: left;position: relative; font-size: 18px;color: #fff;line-height: 37px;margin-left: 96px;padding: 35px 0;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
            .head .right .nav .a a{color: #000;font-size: 18px;}
            .head .right .nav .a a:hover{color: #c50000;}
            .head .right .nav .a .on{color: #c50000;}
            .head .right .nav .a:nth-child(1){margin-left: 0;}
            .head .right .nav .a>a:after{content: "";position: absolute;bottom: 35px;left: 0;width: 0%;height: 2px;background: #c50000;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
            .head .right .nav .a>a:hover:after,.head .right .nav .a>a.on:after{width: 100%;background: #c50000;}
            .head .right .btns{float: left;}
            .head .right .btns .lag{float: left;padding:35px 0 35px 0; line-height: 36px;font-size: 16px;color: #000;margin-left: 60px;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
            .head .right .btns .ss{float: left;padding: 35px 0; width: 35px;height: 36px;margin-left: 45px;position: relative;z-index: 5;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
            .head .right .btns .ss a{display: block;width: 100%;height: 36px;background: url(../images/top_icon2.png) center no-repeat;}
            .head .right .btns .ss input{display: block;width: 0px;height: 36px;line-height: 36px;font-size: 16px; margin-top: 35px; position: absolute;right: 100%;top: 0;border: 0;border-bottom: 1px solid #000;padding: 0 ;color: #333;background: #fff;outline: none;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
            .head.on1 .right .btns .ss input{top: -8px;}
            .head .right .btns .ss:hover a{}
            .head .right .btns .ss:hover input{width: 240px;padding: 0 10px;}
            .head .right .btns .ws{position: relative; float: left;height: 36px;line-height: 36px;padding: 35px 0;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
            .head .right .btns .ws .code{display: none; position: absolute;top: 60px;left: -50%;-webkit-transform: translateX(-20px);transform: translateX(-20px);width: 80px;padding: 20px 0 0 0;}
            .head .right .btns .ws .code:before{content: "";position: absolute;top: 14px;left: 50%;-webkit-transform: translateX(-6px);transform: translateX(-6px); border-right:6px solid transparent;border-left:6px solid transparent;border-bottom:12px solid #fff;}
            .head .right .btns .ws .code img{border:8px solid #fff;border-radius: 3px;}
            .head .right .btns .oa{float: left;height: 36px;line-height: 36px;padding: 35px 0;-webkit-transition: all .3s;-moz-transition: all .3s;transition: all .3s;}
            .head .right .btns .oa,.head .right .btns .ws{margin-left: 34px;}
            .head .right .btns .oa img,.head .right .btns .ws img{display: inline-block;vertical-align: middle;}
            
            
            
            .m_head{display: none;}
            .m_nav{display: none;}
            .head .nav .a{position: relative;}
            .head .nav .a .hd{display: none; position: absolute;left: 50%;top: 107px;padding-top: 16px; width: 108px;-webkit-transform: translateX(-64px);transform: translateX(-64px);text-align: center;}
            .head .nav .a .hd .hc{position: relative;padding: 10px 10px; width: 100%;background: #c50000;border-radius: 6px;}
            .head .nav .a .hd .hc:after{content: "";position: absolute;top: -8px;left: 50%;-webkit-transform: translateX(-4px);transform: translateX(-4px); width:0;height:0;border-right:4px solid transparent;border-left:4px solid transparent;border-bottom:8px solid #c50000;}
            .head .nav .a .hd a{color: #fff;font-size: 14px;line-height: 28px;white-space: nowrap;}
            .head .nav .a .hd a:hover{color:#fff;opacity: 1;}
            /* header end */
            .w1700 {
                position: relative;
                width: 1500px;
                margin: 0 auto;
                height: 100%;
                max-width: 100%;
            }
            .pagination{ margin: 0 auto;}
            .pagination li{display: inline-block; margin: 5px;}

#header .nav-pc {
  width: 100%;
  border-bottom: 1px dashed #efefef;
}
#header .nav-pc .mobile_nav > ul > li {
  width: 100%;
  font-size: 1rem;
  border-top: 1px dashed #efefef;
  position: static;
}
#header .nav-pc .mobile_nav > ul >li > a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#header .nav-pc .mobile_nav > ul >li > a:after{
  content: '';
  position: absolute;
  z-index: 0;
  top:0;
  left:-100%;
  width: 100%;
  height: 100%;
  background: #ececec;
  transition: 550ms cubic-bezier(0.55, 0.31, 0.15, 0.93);
}
#header .nav-pc .mobile_nav > ul >li:hover a:after{
  left:0%;
}

#header .nav-pc .mobile_nav > ul >li > a span{
  color: #292929;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
#header .nav-pc .mobile_nav > ul >li > a#menu_selected span{
  color: #fff;
}
#header .nav-pc .mobile_nav > ul >li > a#menu_selected{
  background: #ececec;
}
#header .nav-pc .mobile_nav > ul >li > a#menu_selected:hover span{
  color: #292929;
}
#header .nav-pc .mobile_nav > ul >li > a:hover span{
  color: #292929;
}
#header .mobile_nav > ul > li > ul{
  display: block;
  width: 280px;
  height: 100VH;
  left: 100%;
  top:0;
  background: rgba(218,37,30,1);
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0 0;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  opacity: 0;
  transition: 550ms cubic-bezier(0.55, 0.31, 0.15, 0.93);
  visibility: hidden;
  overflow-y: auto;
  display: flex;
  align-items: center;
}
#header .mobile_nav > ul > li > ul.show{
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  opacity: 1;
  visibility: visible;
}
#header .mobile_nav > ul > li > ul > .nav-wrapli{
  width: 100%;
}
#header .mobile_nav > ul > li > ul > .nav-wrapli li{
  display: block;
  width: 100%;
  padding:0 2VW;
}
.menulevel li{
    width:100%;
	box-sizing:border-box;
}
.menulevel li:hover {
    background: #b80000;
}
.nav-bottom{
  position: absolute;
  bottom:10VH;
  left: 0;
  width: 100%;
  padding:0 1VW;
  box-sizing: border-box;
}
.nav-bottom .nb-tel{
  text-align: center;
  padding-bottom:1.5VH;
}
.nav-bottom .nb-tel span:last-child{
  font-size: .8rem;
  margin-left:5px;
}
.nav-bottom .nb-tel > div:last-child{
  text-align: center;
  font-size: 1rem;
  color: #da251e;
  font-weight: bold;
}
.nb-sm{
  font-size: .8rem;
  color: rgba(0,0,0,.55);
  padding-top:1.5VH;
  border-top:1px solid rgba(0,0,0,.55);
  line-height: 150%;
}
/* header结束 */
.index-body{
  /* padding-left:168px; */
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
/* sl1 start */
.ib-sl1,.ib1-bj,.ib1b-top,.ib1b-bottom{
  width: 100%
}
.ib-sl1{
  position: relative;
}
.ib1b-top{
  overflow: hidden;
  position: relative;
  width:100%;
  height:100%;
  background: url(../images/sl1-bj.jpg) no-repeat;
  background-size: 110% 110%;
  background-position: 50% 50%;
  transition:all .5s;
  -webkit-animation: bjmove 5s ease-in-out infinite alternate;
  -o-animation: bjmove 5s ease-in-out infinite alternate;
  animation: bjmove 5s ease-in-out infinite alternate;
}
.ib1b-top img{
  width: 100%;
  visibility: hidden;
}
.ib1b-bottom{
  height:8rem;
  background: #da251e url(../images/sybg.jpg) no-repeat fixed center; 
}
.ib1bb-search{
  width: 73%;
  margin:auto;
  position: absolute;
  height: 8rem;
  bottom: 0;
  left: 10%;
  display: flex;
  z-index:9;
  align-items:center;
}
.ib1bb-search form{
  display: flex;
  align-items: center;
}
.ib1bbs-text{
  display: flex;
  align-items: center;
  border-bottom:1px solid #fff;
}
.ib1bbs-text input{
  background: transparent;
  border:none;
  font-size: .9rem;
}
.ib1bbs-text input::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
.ib1bbs-text input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.ib1bbs-text input::placeholder {
  color: #fff;
}
.ib1bbs-select{
  border-bottom:1px solid #fff;
  margin-left: 3%;
}
.ib1bbs-select select{
  font-size: .9rem;
  color: #fff;
  background: transparent;
  border:none;
}
.ib1bbs-select select option{
  color: #000;
}
.ib1bbs-submit{
	margin-left:1VW;
}
.ib1bbs-submit input{
	background:#fff;
	color:#da251e;
	width:2rem;
	height:2rem;
	border:none;
}
.ib1-con{
  /* width: 73%; */
  width: 100%;
  height: 100%;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  /* text-align: center; */
  /* 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-slide-sl1{
  justify-content: space-between;
  overflow: hidden;
}
.ib1-sl1-left{
  width: 56%;
  float: left;
  margin-bottom: 4rem;
  padding-left: .8rem;
  text-align: left;
  padding-left:10%;
}
.ib1-sl1-l-t1,.ib1-sl1-l-t2,.ib1-sl1-l-t3{
  width: 75%;
  line-height: 100%;
  opacity: 0;
  -webkit-animation: fadeOut .1s ease-in-out 0s;
  -o-animation: fadeOut .1s ease-in-out 0s;
  animation: fadeOut .1s ease-in-out 0s;
  transition: all .5s;
}
.sl1-sl2-slide .ib1-sl1-l-t1{
  margin-left: -10%;
}
.ib1-sl1-l-t2,.ib1-sl1-l-t3{
  margin-top:2VH;
}
.sl1-sl1-slide.swiper-slide-active .ib1-sl1-l-t1,
.sl1-sl2-slide.swiper-slide-active .ib1-sl1-l-t1{
  -webkit-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) 0s forwards;
  -o-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) 0s forwards;
  animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) 0s forwards;
}
.sl1-sl1-slide.swiper-slide-active .ib1-sl1-l-t2,
.sl1-sl2-slide.swiper-slide-active .ib1-sl1-l-t2{
  -webkit-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) .2s forwards;
  -o-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) .3s forwards;
  animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) .3s forwards;
}
.sl1-sl1-slide.swiper-slide-active .ib1-sl1-l-t3,
.sl1-sl2-slide.swiper-slide-active .ib1-sl1-l-t3{
  -webkit-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) .4s forwards;
  -o-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) .4s forwards;
  animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) .4s forwards;
}
.ib1-sl1-left img{
  max-width: 100%;
}
.ib1-sl1-l-t4{
  margin-top:4VH;
}
.ib1-sl1-lt4-1{
  display: flex;
  align-items: center;
  height: 2rem;
 
}
.ib1-sl1-lt4-11,.ib1-sl1-lt4-12,.ib1-sl1-lt4-13{
  opacity: 0;
  -webkit-animation: fadeOut .1s ease-in-out 0s;
  -o-animation: fadeOut .1s ease-in-out 0s;
  animation: fadeOut .1s ease-in-out 0s;
  transition: all .5s;
}
.sl1-sl1-slide.swiper-slide-active .ib1-sl1-lt4-11,
.sl1-sl2-slide.swiper-slide-active .ib1-sl1-lt4-11{
  -webkit-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) .6s forwards;
  -o-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) .6s forwards;
  animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) .6s forwards;
}
.sl1-sl1-slide.swiper-slide-active .ib1-sl1-lt4-12,
.sl1-sl2-slide.swiper-slide-active .ib1-sl1-lt4-12{
  -webkit-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) .8s forwards;
  -o-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) .8s forwards;
  animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) .8s forwards;
}
.sl1-sl1-slide.swiper-slide-active .ib1-sl1-lt4-13,
.sl1-sl2-slide.swiper-slide-active .ib1-sl1-lt4-13{
  -webkit-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) 1s forwards;
  -o-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) 1s forwards;
  animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) 1s forwards;
}
.ib1-sl1-lt4-circle{
  position: relative;
  width: .8rem;
  height: .8rem;
  border-radius: 100%;
  background: #da251e;
}
.ib1-sl1-lt4-circle:after{
  content:'';
  position: absolute;
  width: .9rem;
  height: .9rem;
  border-radius: 100%;
  top:50%;
  left: 50%;
  transform:translate(-50%,-50%);
  background: rgba(218,37,30,.5);
  transition:all .5s;
  -webkit-animation: circlescale 1s ease-in-out infinite alternate;
  -o-animation: circlescale 1s ease-in-out infinite alternate;
  animation: circlescale 1s ease-in-out infinite alternate;
}
.ib1-sl1-lt4-t{
  margin-left:1rem;
  line-height: 100%;
}
.ib1-arrow-next{
  position: relative;
  text-align: left;
  margin-top:5VH;
  opacity: 0;
  -webkit-animation: fadeOut .1s ease-in-out 0s;
  -o-animation: fadeOut .1s ease-in-out 0s;
  animation: fadeOut .1s ease-in-out 0s;
  transition: all .5s;
}
.sl1-sl1-slide.swiper-slide-active .ib1-arrow-next,
.sl1-sl2-slide.swiper-slide-active .ib1-arrow-next{
  -webkit-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) 1.2s forwards;
  -o-animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) 1.2s forwards;
  animation: fadeInLeft .6s cubic-bezier(0, .8, .9, 1) 1.2s forwards;
}
.ib1-button-next.swiper-button-next{
  background: url(../images/sl1-next.jpg) no-repeat;
  position: static;
  margin-top:0;
  margin-left:-.4rem;
  top:0;
  height: 80px;
  width: 39px;
  background-size: cover;
  display: inline-block;
  position: relative;
}
.ib1-button-next.swiper-button-next:after{
  content:'';
  position: absolute;
  top:0;
  left:100%;
  width: 50%;
  height: 80px;
  background: rgba(218,37,30,.5);
}
.ib1-sl1-right{
  width: 100%;
  height: 100%;
  float: right;
  display: flex;
  align-items: flex-end;
  padding-right: 10%;
  opacity: 0;
  -webkit-animation: fadeOut .1s ease-in-out 0s;
  -o-animation: fadeOut .1s ease-in-out 0s;
  animation: fadeOut .1s ease-in-out 0s;
  transition: all .5s;
}
.sl1-sl1-slide.swiper-slide-active .ib1-sl1-right,
.sl1-sl2-slide.swiper-slide-active .ib1-sl1-right{
  -webkit-animation: fadeInRight 1.6s cubic-bezier(0, .8, .9, 1) 0s forwards;
  -o-animation: fadeInRight 1.6s cubic-bezier(0, .8, .9, 1) 0s forwards;
  animation: fadeInRight 1.6s cubic-bezier(0, .8, .9, 1) 0s forwards;
}
.ib1-sl1-right img{
  width: 100%;
  max-width: 100%;
  max-height: 97%;
  height: 100%;
  object-fit: contain;
}
/* sl1 end */
/* sl2 start */
.ib-sl2{
  background: #efefef;
}
.ib-sl2-con{
  width: 100%;
  padding:0 1VW;
  box-sizing: border-box;
}
.ib-2c-top{
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.ib-2c-top > a {
  display: block;
  margin-left:1VW;
  background: #fff;
  width: calc((100% - 2VW) / 3);
  border:1px solid transparent;
  transition: all .5s;
}
.ib-2c-top > a:hover{
  border:1px solid #da251e;
  transition: all .5s;
}
.ib-2c-top > a:first-child {
  margin-left:0;
}
.ib-2ct-list{
  padding:5VH 20% 0;
  margin:auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box; 
  height:100%;
}
.ib-2ct-list img{
  max-width: 100%;
}
.ib-2ct-more{
  display: none;
  background: #da271d;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 2.5rem;
  text-align: center;
  padding:0 2rem;
  margin-top: 3VH;
  margin-bottom: 3VH;
}
.ib-2ct-more a{
  color:#fff;
}
.ib-2ctl-t1{
  font-size: 1.6rem;
  color: #000;
  font-weight: bold;
  transition: all .5s;
}
.ib-2ctl-t2{
  font-size: 1.1rem;
  color: #000;
  margin-top:.6VH;
  transition: all .5s;
}
.ib-2ctl-more{
  margin-top:1.5VH;
  color: #818181;
  transition: all .5s;
}
.ib-2ct-list:hover .ib-2ctl-t1,
.ib-2ct-list:hover .ib-2ctl-t2,
.ib-2ct-list:hover .ib-2ctl-more{
  color: #da251e;
  transition: all .5s;
}
.ib-2ctl-more > span:first-child{
  font-size: .9rem;
}
.ib-2ctl-more > span:last-child{
  margin-left:3%;
}
.ib-2ctl-img{
  margin-top:2VH;
}
.ib-2c-bottom{
  margin-top:1VW;
  display: flex;
  text-align: center;
  justify-content: space-between;
  text-align: left;
}
.ib-2c-bottom > a {
  display: block;
  margin-left:1VW;
  /*background: #fff;*/
  width: calc((100% - 4VW) / 5);
}
.ib-2c-bottom > a:first-child {
  margin-left:0;
}
.ib-2c-bottom img{
  max-width: 100%;
  max-height: 100%;
}
.ib-2cb-list{
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ib-2cbl-img{
  background:#fff;
  padding:5VH 2VW ;
  box-sizing: border-box;
  transition: all .5s;
  border:1px solid transparent;
}
.ib-2cb-list:hover .ib-2cbl-img{
  border:1px solid #da251e;
  transition: all .5s;
}
.ib-2cbl-text{
  background: #efefef;
  text-align: left;
  padding:2VH 0 3VH;
}
.ib-2cbl-t1{
  font-size: 1.1rem;
  color: #000;
  font-weight: bold;
  transition: all .5s;
}
.ib-2cb-list:hover .ib-2cbl-t1{
  color:#da251e;
  transition: all .5s;
}
.ib-2cbl-more{
  color: #818181;
  transition: all .5s;
}
.ib-2cb-list:hover .ib-2cbl-more{
  color:#da251e;
  transition: all .5s;
}
.ib-2cbl-more > span:first-child{
  font-size: .8rem;
}
.ib-2btl-more > span:last-child{
  margin-left:3%;
}
/* sl2 end */
/* sl3 start */
.ib-sl3{
  background: url(../images/sl3-bj.jpg) no-repeat;
  background-position: left bottom;
  background-size: cover;
  padding:10VH 0;
}
.ib-sl3-con{
  padding:0 10%;
  box-sizing: border-box;
  width: 100%;
}
.ib-3c-top{
  display: flex;
}
.ib-3ct-list{
  position: relative;
}
.ib-3ctl-img img{
  max-width: 100%;
}
.ib-3ctl-text{
  color:#fff;
  position: absolute;
  right:1.5VW;
  bottom:5%;
  text-align: right;
}
.ib-3c-top > a:first-child .ib-3ct-list .ib-3ctl-text{
  bottom:auto;
  top:13%;
}
.ib-3ctlt-t1{
  font-size: 1.5rem;
}
.ib-3ctlt-t2{
  font-size: .9rem;
}
.ib-3ctlt-t3{
  margin-top:1.5VH;
  transform: scaleX(1.5);
  transform-origin: center right;
}
.ib-3c-top > a:first-child .ib-3ct-list .ib-3ctlt-t3{
  margin-top: 0;
}
.ib-3ctl-icon{
  position: absolute;
  bottom:6%;
  left:6%;
}
.ib-3c-bottom{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top:5VH;
}
.ib-3cb-left,.ib-3cb-right{
  width: 50%;
}
.ic-3cbl-con{
  width: 75%;
}
.ic-3cblc-tit{
  font-size: 2.3rem;
  color: #101010;
}
.ic-3cblc-text{
  font-size: .9rem;
  color: rgba(16,16,16,.99);
  margin-top:1.5VH;
  line-height: 200%;
}
.ic-3cblc-more{
  display: inline-block;
  color:#fff;
  background: #c10c05;
  height: 2.8rem;
  line-height: 2.8rem;
  padding:0 3VW;
  font-size: .9rem;
  border-radius: 2rem;
  margin-top:3VH;
}
.ib-3cb-right{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ib-3cbr-list{
  display: flex;
  justify-content: space-between;
  width: calc((100% - 1VW) / 2);
  padding:2VW 2VW;
  box-sizing: border-box;
  border:1px solid #d2d2d2;
  margin-top:1VW;
  transition: all .3s;
  cursor: pointer;
}
.ib-3cbr-list:hover{
  border:1px solid #c10c05;
  transition: all .3s;
}
.ib-3cbr-list:first-child{
  visibility: hidden;
}
.ib-3cbrll-t1 > span:first-child{
  font-size: 2.5rem;
  font-weight: bold;
  color:#101010;
  line-height: 100%;
  transition: all .3s;
}
.ib-3cbr-list:hover .ib-3cbrll-t1 > span:first-child{
  color:#c10c05;
  transition: all .3s;
}
.ib-3cbrll-t1 > span:last-child{
  font-size: 1.5rem;
  color:#101010;
  line-height: 100%;
}
.ib-3cbrll-t2{
  font-size: 1rem;
  color:#101010;
}
/* sl3 end */
/* sl4 start */
.ib-sl4{
  width: 100%;
}
.ib-sl4-con{
  position: relative;
}
.sl4-bj > span:first-child{
  display: block;
}
.sl4-bj > div{
  display: none;
}
.sl4-bj > span:last-child{
  display: none;
}
.sl4-bj img{
  width: 100%;
}
.sl4-text {
  position: absolute;
  top: 15%;
  left: 10%;
  width: 20%;
}
.sl4-t-tit{
  font-weight: bold;
  font-size: 1.5VW;
  line-height: 40px;
  color: #fff;
}
.sl4-t-text{
  font-size: 1rem;
  color: rgba(255,255,255,0.8);
  
  line-height: 150%;
  margin-top:2VH;
}
.sl4-arrow{
  position: absolute;
  left:10%;
  top:50%;
  transform: translateY(-100%);
  display: flex;
  align-items: center;
}
.sl4-button-prev,.sl4-button-next{
  position: static;
  margin-top:0;
  width: 2VW;
  height: 2VW;
  background-size:100% 100%;
  background-repeat: no-repeat;
}
.sl4-button-prev{
  background-image:url(../images/sl4-prev.png);
}
.sl4-button-next{
  background-image:url(../images/sl4-next.png);
  margin-left:1VW;
}
.sl4-circle{
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width: 30VW;
  height: 30VW;
}
.sl4-circle.active img{
  transform:rotate(180deg);
}
.sl4-circle img{
  width: 100%;
  transition: all .5s;
}
.sl4-people{
  position: absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  width: 30VW;
  height: 100%;
}
.sl4-slide{
  align-items: flex-end;
  opacity: 0 !important;
  transition: all .5s;
}
.sl4-slide.swiper-slide-active{
  opacity: 1 !important;
}
.sl4-slide img{
  max-width: 100%;
  max-height: 90%;
}
.sl4-bcl-text div:first-child{
  color: #101010;
  font-weight:bold;
  font-size: 1.25rem;
}
.sl4-bcl-text div:last-child{
  color: #101010;
  font-size: 1rem;
}
.sl4-bottom{
  position: absolute;
  bottom: 6VH;
  left:0;
  width: 100%;
  height: auto;
  padding: 0 10%;
  box-sizing: border-box;
}
.sl4-b-con{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #c10c05;
  height:7rem;
}
.sl4-bc-list{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 100%;
  background: #fff;
  padding: 1.5VW 1VW;
  box-sizing: border-box;
}
.sl4-bcl-text{
  margin-left:1VW;
}
.sl4-bc-list:last-child{
  background: #c10c05;
}
.sl4-bc-list:last-child a{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c10c05;
  color: #fff;
  width: 100%;
}
.sl4-bc-list:last-child div:last-child{
  transform: scaleX(1.2);
  transform: scaleX(2);
  font-size: 1.2rem;
  font-weight: bold;
  margin-left:10%;
}
/* sl4 end */
/* sl5 start */
.ib-sl5{
  width: 100%;
  padding:0 0 12VH;
  background: url('../images/sl5-bj.jpg') no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.sl5-tit{
  padding: 0 10%;
  box-sizing: border-box;
  padding-top: 12VH;
}
.sl5-tit > div{
  padding-bottom:3VH;
  border-bottom:5px solid #e8e8e8;
}
.sl5-tit img{
  max-width: 45%;
}
.sl5-cc-line{
  width: 100%;
  position: absolute;
  height: 8rem;
  left:0;
  bottom:-.6rem;
}
.sl5-cc-line img{
  width: 100%;
  max-height: 100%;
}
.sl5-container{
  width: 80%;
  margin:auto;
  padding-top: 10VH;
}
.sl5-wrapper{
  align-items: flex-end;
}
.sl5-slide{
  transition: 300ms;
  transform: scale(0.8);
  transform-origin: center bottom;
  flex-direction: column;
  justify-content: flex-end;
}
.sl5-slide.swiper-slide-active{
  transform: scale(1.2);
}
.sl5-slide-con{
  display: flex;
  align-items: center;
}
.sl5-img{
  width: 40%;
}
.sl5-slide.swiper-slide-active .sl5-img{
  width: 40%;
}
.sl5-img img{
  width: 100%;
}
.sl5-text{
  width: 55%;
  text-align: left;
  margin-left:5%;
}
.sl5-slide.swiper-slide-active .sl5-text{
  width: 55%;
}
.sl5-t-t1{
  color: #222222;
  font-size: 1.5rem;
  font-weight: bold;
}
.sl5-slide.swiper-slide-active .sl5-t-t1{
  font-size: 1rem;
}
.sl5-t-t2{
  color: #222222;
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.sl5-slide.swiper-slide-active .sl5-t-t2{
  font-size: .8rem;
  overflow: unset;
  text-overflow: unset;
  display: block;
}
.sl5-slide-text{
  height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sl5-slide.swiper-slide-active .sl5-slide-text{
  height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sl5-slide-circle{
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  position: relative;
  margin: auto;
}
.sl5-slide.swiper-slide-active .sl5-slide-circle{
  width: 2.67rem;
  height: 2.67rem;
}
.sl5-slide .sl5-slide-circle:before{
  content:'';
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  border-radius:100%;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  background:rgba(219,38,28,.5);
  background: #b6b6b6;
  z-index:2;
}
.sl5-slide.swiper-slide-active .sl5-slide-circle:before{
  background:#db261c;
  /* transform: translate(-50%,30%); */
}
.sl5-slide.swiper-slide-active .sl5-slide-circle:after{
  content:'';
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border-radius:100%;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  background:rgba(219,38,28,.5);
  z-index:1;
}
.sl5-slide .sl5-slide-year{
  height: 2rem;
  color:#db261c;
  font-weight: bold;
  line-height: 100%;
}
.sl5-slide.swiper-slide-active .sl5-slide-year{
  height: 1.33rem;
}
.sl5-button-prev,.sl5-button-next{
  background-image:none;
  font-size: 2rem;
  font-weight: bold;
  color: #db261c;
  display: flex;
  bottom:1.8rem;
  margin-top:0;
  top:auto;
  width: auto;
  height: auto;
}
/* sl5 end */
/* sl6 start */
.ib-sl6{
  background: #f7f7f7;
  padding: 11VH 10%;
  box-sizing: border-box;
}
.sl6-c-top{
  display: flex;
  padding-bottom: 1.875rem;
  align-items: flex-end;
  justify-content: space-between;
}
.sl6-ct-left{
  width: 35%;
}
.sl6-ct-left img{
  width: 100%;
}
.sl6-ct-right{
  display: inline-block;
}
.sl6-ct-right a{
  color: #fff;
  display: inline-block;
  background: #c10c05;
  text-align: center;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius:2.5rem;
  padding:0 3VW;
}
.sl6-c-bottom{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top:3VH;
}
.sl6-c-bottom > a{
  display: block;
  width: 30%;
}
.sl6-cbl-img{
  width: 100%;
  overflow: hidden;
}
.sl6-cbl-img img{
  width: 100%;
  transform:scale(1);
  transition: all .5s;
}
.sl6-c-bottom > a:hover .sl6-cbl-img img{
  transform:scale(1.2);
}
.sl6-cbl-tit{
	height: 5.25rem;
  font-size: 1.5rem;
  color: #000;
  margin-top: 2VH;
}
.sl6-cbl-text{
  font-size: 1rem;
  color: #313131;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 2VH;
}
.sl6-cbl-more{
  color: #c10c05;
  position: relative;
  display: inline-block;
  margin-top: 2VH;
}
.sl6-cbl-more:before{
  content:'';
  position: absolute;
  left:0;
  bottom:-2px;
  width: 100%;
  height: 2px;
  background: #c10c05;
}
/* sl6 end */
/* sl7 start */
.ib-sl7{
  width: 100%;
}
.sl7-c-top{
  background: #1e1e1e;
  padding: 5VH 10%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.sl7-ct-left{
  width: 28%;
}
.sl7-ctl-logo img{
  max-width: 80%;
}
.sl7-ctl-address{
	wdith:100%;
  margin-top: 3VH;
}
.sl7-ctl-address div:first-child{
  opacity: .2;
  width: 30px;
}
.sl7-ctl-address div:first-child img{
  max-width: 100%;
}
.sl7-ctl-address div:last-child{
  font-size: 1rem;
  color:rgba(255,255,255,.5);
  text-align: right;
}
.sl7-ctl-address img{
	padding-right: 3%;
}
.sl7-ctl-tel{
  margin-top:.5rem;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content : flex-end
}
.sl7-ctl-tel div:first-child{
  width: 28px;
}
.sl7-ctl-tel div:first-child img{
  max-width: 100%;
}
.sl7-ctl-tel div:last-child{
  font-size: 1rem;
  color:rgba(255,255,255,1);
  font-family: 'Times New Roman';
  font-weight: bold;
  font-size: 1.2rem;
  margin-left:1rem;
}
.sl7-ct-right{
/*  display: flex; */
  width: 62.5%;
  justify-content: flex-end;
  align-items: flex-start;
}
.sl7-ct-right ul li a{
	color: fff;
}
.sl7-ct-right ul{
	width: 100%;
}
.sl7-ct-right ul li{
	float: right;
	text-align: right;
	width: 15%;
}
.sl7-ctr-list{
  width: 20%;
  text-align: right;
}
.sl7-ctrl-text{
  margin-top:2VH;
}
.sl7-ctrlt-t a{
  color:rgba(255,255,255,.2);
  line-height: 250%;
}
.sl7-c-bottom{
  background: #363636;
  padding: 1VH 10%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.sl7-cb-left{
  color: rgba(255,255,255,.2);
}
.sl7-cb-right{
  color: rgba(255,255,255,.2);
}
.sl7-cb-right span:last-child{
  margin-left:2VW;
}

/* sl7 end */


@media (max-width:1600px){
  
}
@media (min-width:1022px) and (max-width:1156px){
.sl4-bcl-text div:first-child {
    font-size: 0.9rem!important;
}
}
@media (max-width:1440px){
	.sl4-t-text{
		display:none;
	}
	.sl4-bj > span:first-child{
	  display: none;
	}
	.sl4-bj > div{
	  display: block;
	}
	.sl4-bj > span:last-child{
	  display: none;
	}
	.sl4-bcl-text div:first-child {
		font-size: 1.05rem;
	}
	.sl4-bcl-text div:last-child {
		font-size: 0.85rem;
		line-height: 120%;
	}
	.sl4-t-tit {
		font-size: 1.5VW!important; 
	}
	.sl6-cbl-tit {
		font-size: 1.2rem;
	}
	.sl6-cbl-text {
		font-size: .95rem;
	}
}
@media (max-width:1366px) and (min-width: 769px){
  
}
@media (max-width:1250px){
  
}
@media (max-width:1024px){
    .bottom_main{display:none;}
    .bottom_copy{display:none;}
    .bottom_copy .right{display:none;}
    .editor p img{max-width:100%;text-align: center;}
    .editor img{max-width:100%;text-align: center;}
  .rightFixcb{ display:none;}
  .ib1-sl1-left{margin-bottom: 0rem;}
  .head{display: none;}
  .ib-3ctlt-t2{display: none;}
  #m_header{
    display: block;
    position: fixed;
    z-index:99;
    background: transparent;
    width:100%;
    padding: 0 5%;
    background: #fff;
    height: 4.5rem;
	box-sizing: border-box;
  }
  #header{
    display: none;
  }
  .index-header {
    width: auto;
    margin: auto;
    background: transparent;
    overflow: hidden;
    display: block;
    align-items: center;
    justify-content: center;
    border-radius: unset;
    padding: 0;
    height: inherit;
  }
  .logo {
    width: auto;
    height: inherit;
    padding:0;
  }
  .logo img {
    max-width: 100%;
    max-height: 100%;
  }
  .nav-pc{
    float:right;
    width:4rem;
    line-height: 4rem;
  }
  .hamburger {
    float: right;
    display: block;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #da271d;
  }
  .hamburger-inner::before {
    top: -7px;
  }
  .hamburger--emphatic-r .hamburger-inner::after{
    top:7px;
  }
  .hamburger-inner::after {
    bottom: -7px;
  }
  .mobile_nav{
    display: none;
    width: 100VW;
    text-align: center;
    position: absolute;
    top: 4.5rem;
    left: 0;
    background: #fff;
  }
  .nav-pc li {
    display: block;
    width: 100%;
  }
  .index-body {
    padding-left: 0;
    padding-top: 4.5rem;
  }
  .ib1b-bottom {
    height: 6rem;
  }
  .ib1bb-search {
    height: 6rem;
	}
  .ib1bb-search form {
    display: block;
	width:auto;
    max-width: 50%;
  }
  .ib1bbs-text input {
    width: 80%;
  }
  .ib1bbs-select {
    margin-left: 0;
	margin-top:.5rem;
  }
  .ib1bbs-submit {
    display: none;
	}
  .ib1-sl1-l-t2, .ib1-sl1-l-t3 {
    margin-top: .2rem;
  }
  .ib1-sl1-l-t4{
    display: none;
  }
  .ib1-arrow-next {
    margin-top: 1rem;
  }
  .ib1-button-next.swiper-button-next {
    height: 50px;
    width: 30px;
    background-position: center;
  }
  .ib1-button-next.swiper-button-next:after {
    height: 50px;
  }
  .ib1-sl1-right img {
    height:auto;
  }

  .ib-2c-bottom{
    display: none;
  }
  .ib-2c-top {
    display: block;
    padding-top: 3VH;
  }
  .ib-2c-top > a {
    width: 100%;
    box-sizing: border-box;
    margin-left:0;
    margin-top: 1rem;
  }
  .ib-2ct-list {
    flex-direction: row-reverse;
    padding:0;
    align-items: center;
    justify-content: center;
  }
  .ib-2ct-more{
    display: inline-block;
  }
  .ib-2ctl-t1 {
    font-size: 1.2rem;
  }
  .ib-2ctl-t2 {
    font-size: 1rem;
  }

  .ib-sl3 {
    padding: 0;
  }
  .ib-sl3-con {
    padding: 0;
  }
  .ib-3c-top {
    display: flex;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
  }
  .ib-3c-top > a{
    width: 50%;
    height: 10rem;
  }
  .ib-3c-top > a:first-child{
    width: 100%;
  }
  .ib-3ctl-img img{
    width: 100%;
    height: 10rem;
    object-fit: cover;
  }
  .ib-3c-top > a:first-child .ib-3ctl-img img{
    object-fit: contain;
    background: #c10c05;
  }
  .ib-3c-bottom {
    display: block;
    width: 80%;
    margin:auto;
    padding: 5VH 0;
  }
  .ib-3cb-left, .ib-3cb-right {
    width: 100%;
  }
  .ic-3cbl-con {
    width: 100%;
  }
  .ib-3cbrll-t1 > span:first-child {
    font-size: 1.6rem;
  }
  .ib-3cbrll-t2 {
    font-size: .8rem;
} 


  .ib-sl4 {
    padding-bottom: 8rem;
  }
  .sl4-t-tit {
    font-size: 1.5rem!important;
  }
  .sl4-bj > span:first-child{
    display: none;
  }
  .sl4-bj > div{
	  display: none;
	}
  .sl4-bj > span:last-child{
    display: block;
  }
  .sl4-text {
    top: 10%;
    width: 80%;
  }
  .sl4-arrow {
    transform: translateY(-200%);
  }
  .sl4-button-prev, .sl4-button-next {
    width: 2rem;
    height: 2rem;
  }
  .sl4-circle {
    transform: translate(-50%,-25%);
    width: 60VW;
    height: 60VW;
  }
  .sl4-people {
    width: 50VW;
  }
  .sl4-bottom {
    bottom: -10.5rem;
    width: 100%;
    padding: 0 5%;
  }
  .sl4-b-con {
    background: transparent;
	height:auto;
  }
  .sl4-bc-list {
    width: 50%;
    margin-top: 3px;
    height: 6rem;
	border: 1px solid #efefef;
  }
  .sl4-bcl-img{
    width: 20%;
  }
  .sl4-bcl-img img{
    width: 100%;
  }
  .sl4-bcl-text div:first-child {
    font-size: .9rem;
  }
  .sl4-bcl-text div:last-child {
    font-size: .8rem;
  }
.ib-sl5{
	padding-top: 8VH;
}
  .sl5-tit {
    padding: 0 10%;
  }
  .sl5-tit img {
    max-width: 90%;
  }
  .sl5-container {
    width: 90%;
    margin: auto;
    padding-top: 0VH;
  }

  .ib-sl6 {
    background: #f7f7f7;
    padding: 5VH 10%;
    box-sizing: border-box;
  }
  .sl6-c-top {
    display: block;
  }
  .sl6-ct-left {
    width: 50%;
  }
  .sl6-ct-right {
    margin-top: 1rem;
  }
  .sl6-c-bottom {
    display: block;
  }
  .sl6-c-bottom > a {
    width: 100%;
    margin-top: 1rem;
  }
  .sl6-cb-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sl6-cbl-img{
    width: 45%;
  }
  .sl6-cbl-con{
    width: 50%;
  }
  .sl6-cbl-tit {
    font-size: 1.1rem;
    margin-top: 0;
    line-height: 120%;
	height:auto;
  }
  .sl6-cbl-text {
    font-size: .8rem;
    -webkit-line-clamp: 2;
    margin-top: .5rem;
    line-height: 120%;
  }
  .sl6-cbl-more {
    margin-top: .5rem;
    font-size: .8rem;
  }

  .sl7-c-top {
    padding: 5VH 10%;
    display: block;
  }
  .sl7-ct-left {
    width: 100%;
  }
  .sl7-ct-right{
	  float: right;
	  font-size: 0.9375rem!important;
	  margin-top: -100px;
  }
  .f-nav{
    display: none;
  }
  .sl7-c-bottom {
    padding: 1VH 10%;
    display: block;
  }
  .sl7-cb-left {
    font-size: .8rem;
  }
  .sl7-cb-right > span{
    display: block;
    font-size: .8rem;
  }
  .sl7-cb-right span:last-child {
    margin-left: 0;
  }
  .sl7-cb-right > span a{
    font-size: .8rem;
  }
  .ib-2ctl-con{
	  text-align: left;
  }
.sl4-bottom{
	bottom: 4VH;
}
}

@media (max-width:768px){
  /* header */
	.sl5-cc-line {
		bottom: 4.5rem;
		line-height: 8rem;
	}
	.sl6-cbl-tit{
		height: auto;
	}
	.sl6-cbl-text{
		display: none;
	}
	.sl4-bottom{
		bottom: -8.5rem;
	}
	.sl7-ct-right{
		 display: none;
	}
  .sl4-t-text{
	  display: none;
  }
  .sl4-t-tit{
	  font-size: 35px;
	  font-weight: normal;
  }
  .sl4-arrow{
	  top: 44%;
  }
  .sl6-ct-left {
    width: 90%;
  }
}
