img {
  user-select: none;
}
#banner {
  width: 100%;
  height: 445px;
  background-image:url(/zh/images/bgcover/pc/co_eoa.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#banner img {
  display: block;
  width: 1920px;
  height: 100%;
}
.nav-select {
  cursor: pointer;
}
.banner-box {
  position: absolute;
  width: 100%;
  height: 445px;
}
#banner .banner-inner {
  position: relative;
  width: 1260px;
  height: 100%;
  margin: 0 auto;
}
.flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 废弃 */
@media screen and (max-width: 1640px) {
  #banner {
    background-position: -200px;
  }
}
@media screen and (max-width: 1440px) {
  #banner {
    background-position: -400px;
  }
  #banner .banner-inner {
    position: relative;
    width: 960px;
    height: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1240px) {
  #banner {
    background-position: -600px;
  }
  #banner .banner-inner {
    position: relative;
    width: 960px;
    height: 100%;
    margin: 0 auto;
  }
}
#banner strong {
  position: absolute;
  top: 205px;
  line-height: 48px;
  font-weight: 400;
  color: white;
}
#banner strong h1 {
  font-size: 36px;
  font-weight: 400;
}
#banner strong .strong-content {
  padding-top: 8px;
  font-size: 16px;
  line-height: 24px;
}
#space-a {
  padding-bottom: 77px;
}
#space-a h2 {
  padding: 50px 0 48px;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
#space-a ul li {
  width: 193px;
  height: 50px;
  background: #3D3D3D;
  margin: 0 3px 0 0;
  font-size: 16px;
  line-height: 50px;
  color: #FFFFFF;
  text-align: center;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
}
#space-a ul li:hover {
  background: #ED6827;
}
#space-a ul .on {
  background: #ED6827;
}
.swiper {
  height: 100%;
}
.swiper-space {
  width: 1260px;
  height: 400px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 2px 4px 30px 0px rgba(13, 5, 9, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.swiper-space-inner {
  position: relative;
  height: 100%;
  padding: 25px 25px 40px;
}
.swiper-slide {
  width: 288px;
  height: 336px;
  background: #F7F7F7;
  }
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  padding: 25px 29px 0 28px;
  background: #F7F7F7;
  font-size: 18px;
}
.swiper-slide:hover {
  background: white;
  box-shadow: 2px 4px 30px 0px rgba(13, 5, 9, 0.1);
}
.swiper-slide:hover::before {
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #ED6827;
}
.swiper-slide:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  animation: gelatine 0.5s infinite;
  -webkit-animation: gelatine 0.5s 1;
  animation-fill-mode: forwards;
}
.swiper-slide img {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.swiper-space .swiper-slide .img-box {
  height: 80px;
  width: 80px;
}
.swiper-space .swiper-slide h3 {
  padding: 13px 0 18px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #333333;
}
.swiper-space .swiper-slide .orange-line {
  width: 100%;
  height: 2px;
  background: #ED6827;
}
.swiper-space .swiper-slide p {
  padding: 16px 0 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #8A8A8A;
}
.swiper-button-prev {
  left: -25px!important;
  width: 50px!important;
  height: 50px!important;
  background-color: #575757;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.swiper-button-next {
  right: -25px!important;
  width: 50px!important;
  height: 50px!important;
  background-color: #575757;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #ED6827;
}
.swiper-button-prev::after {
  content: "<"!important;
  color: white;
  font-size: 30px!important;
}
.swiper-button-next::after {
  content: ">"!important;
  color: white;
  font-size: 30px!important;
}
#space-b {
  width: 100%;
  background: #F7F7F7;
}
.space-b {
  position: relative;
  width: 1260px;
  height: 523px;
  margin: 0 auto;
}

#space-b .text {
  width: 100%;
  background: #F7F7F7;
}
#space-b img {
  position: absolute;
  width: 675.4px;
  height: 395.6px;
  left: 586px;
  top: 68px;
}
#space-b h2 {
  padding-top: 176px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: #333333;
}
#space-b p {
  width: 545px;
  padding-top: 33px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}

#space-c {
  margin-bottom: 88px;
}
#space-c h2{
  padding: 57px 0 29px;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
#space-c .block-lane {

}
#space-c ul{
  width: 1260px;
  margin: 0 auto;
  display: flex;
}
#space-c ul li {
  flex: 1;
}
#space-c .block {
  position: relative;
  width: 410px;
  border: 1px solid #EDEDED;
  margin: 0 auto;
}
#space-c .block h3 {
  width: 410px;
  height: 50px;
  background: #ED6827;
  font-size: 20px;
  line-height: 50px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
#space-c .block .content {
  width: 100%;
  height: 330px;
}
#space-c .block .content p {
  padding: 28px 32px 30px 28px;
}
#space-c .block .content img {
  display: block;
  height: 180px;
  margin: 0 auto;
}
#space-c .block .content .img-box {
  overflow: hidden;
  display: block;
  height: 180px;
  margin: 0 auto;
}
#space-c .block:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
#space-c .block .bt-line {
  position: relative;
  bottom: 0;
  width: 0;
  height: 4px;
  margin: 0 auto;
  background-color: #666666;
}
#space-c .block:hover .bt-line {
  width: 100%;
}
img,.bt-line {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
/*  */
/*  */
/*  */
@media screen and (max-width: 768px) {
  #banner {
    width: 100%;
    height: 100vw;
    /* background-image:url(/zh/images/bgcover/mt/co_eoa.png);
    background-size: 100%; */
  }
  #banner img {
    display: block;
    width: 1920px;
    height: 100%;
  }
  #banner .banner-inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image:url(/zh/images/bgcover/mt/co_eoa.png);
    background-size: 100%;
  }
  .flex-cc {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #banner strong {
    position: absolute;
    top: 120px;
    font-size: 29px;
    line-height: 29px;
    font-weight: 400;
    color: white;
  }
  #banner strong h1 {
    padding: 0 12px;
    font-size: 29px;
    font-weight: 400;
  }
  #banner strong .strong-content {
    padding: 0 12px;
    padding-top: 25px;
    font-size: 15px;
    line-height: 19px;
  }
  #space-a {
    overflow: hidden;
    height: 661px;
    padding-bottom: 77px;
  }
  #space-a h2 {
    padding: 50px 0 48px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    text-align: center;
  }
  #space-a ul li {
    width: 33vw;
    height: 50px;
    background: #3D3D3D;
    margin: 0 0 0 0;
    font-size: 12px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
  }
  #space-a ul li:hover {
    background: #ED6827;
  }
  #space-a ul .on {
    background: #ED6827;
  }
  .swiper {
    height: 100%;
  }
  .swiper-space {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 2px 4px 30px 0px rgba(13, 5, 9, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }
  .swiper-space-inner {
    position: relative;
    height: 100%;
    padding: 25px 25px 40px;
  }
  .swiper-slide {
    width: 288px;
    height: 336px;
    background: #F7F7F7;
    }
  .swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    padding: 25px 29px 0 28px;
    background: #F7F7F7;
    font-size: 18px;
  }
  .swiper-slide:hover {
    box-shadow: 2px 4px 30px 0px rgba(13, 5, 9, 0.1);
  }
  .swiper-slide:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);

  }
  .swiper-slide img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
  .swiper-space .swiper-slide .img-box {
    height: 80px;
    width: 80px;
  }
  .swiper-space .swiper-slide h3 {
    padding: 13px 0 18px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    color: #333333;
  }
  .swiper-space .swiper-slide .orange-line {
    width: 100%;
    height: 2px;
    background: #ED6827;
  }
  .swiper-space .swiper-slide p {
    padding: 16px 0 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #8A8A8A;
  }
  .swiper-button-prev {
    left: 0!important;
    width: 50px!important;
    height: 50px!important;
    background-color: #575757;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
  }
  .swiper-button-next {
    right: 0!important;
    width: 50px!important;
    height: 50px!important;
    background-color: #575757;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background-color: #ED6827;
  }
  .swiper-button-prev::after {
    content: "<"!important;
    color: white;
    font-size: 30px!important;
  }
  .swiper-button-next::after {
    content: ">"!important;
    color: white;
    font-size: 30px!important;
  }
  #space-b {
    width: 100%;
    background: #F7F7F7;
  }
  .space-b {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    margin: 0 auto;
  }

  #space-b .text {
    width: 100%;
    padding: 0 20px;
    background: #F7F7F7;
  }
  #space-b img {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 20px auto;
    left: 0;
    top: 0;
  }
  #space-b h2 {
    padding-top: 56px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
  }
  #space-b p {
    width: 100%;
    padding-top: 33px;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
  }

  #space-c {
    margin-bottom: 88px;
  }
  #space-c h2{
    padding: 57px 0 29px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #333333;
    text-align: center;
  }
  #space-c .block-lane {

  }
  #space-c ul{
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  #space-c ul li {
    flex: 1;
  }
  #space-c .block {
    position: relative;
    width: 90%;
    border: 1px solid #EDEDED;
    margin: 0 auto;
  }
  #space-c .block h3 {
    width: 100%;
    height: 50px;
    background: #ED6827;
    font-size: 20px;
    line-height: 50px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
  }
  #space-c .block .content {
    width: 100%;
    height: 330px;
  }
  #space-c .block .content p {
    padding: 28px 32px 30px 28px;
  }
  #space-c .block .content img {
    display: block;
    height: 180px;
    margin: 0 auto;
  }
  #space-c .block .content .img-box {
    overflow: hidden;
    display: block;
    height: 180px;
    margin: 0 auto;
  }
  #space-c .block:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}
  #space-c .block .bt-line {
    position: relative;
    bottom: 0;
    width: 0;
    height: 4px;
    margin: 0 auto;
    background-color: #666666;
  }
  #space-c .block:hover .bt-line {
    width: 100%;
  }
}
@keyframes gelatine {
  from, to {
      transform: scale(1, 1);
  }
  25% {
      transform: scale(0.9, 1.1);
  }
  50% {
      transform: scale(1.1, 0.9);
  }
  75% {
      transform: scale(0.95, 1.05);
  }
}
