img {
  user-select: none;
}
h1,h2,h3 {
  text-shadow: 0.3px 0.1px .1px #333;
}
/* 代移 common banner */
#banner {
  width: 100%;
  height: 445px;
  background-image:url(/zh/images/bgcover/pc/co_efmss.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#banner img {
  display: block;
  width: 1920px;
  height: 100%;
}
.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;
}
#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;
}

main strong h2 {
	font-size: 30px;
  line-height: 128px;
  font-weight: 400;
	color: #333333;
  text-align: center;
}

main strong h3 {
	font-size: 18px;
  line-height: 18px;
	color: #333333;
}
.img-text-lane {
  width: 100%;
  padding: 57px;
}
.img-text-lane-inner {
  display: flex;
  width: 1146px;
  margin: 0 auto;
}
.text-space {
  width: 54%;
}
.img-space {
  width: 46%;
}
.img-text-lane-inner .text-space strong h3 {
  padding: 17px 0 0 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #333333;
}
.img-text-lane-inner .text-space strong h3 {
  padding: 17px 0 0 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  color: #333333;
}
.img-text-lane-inner .text-space strong p {
  padding: 21px 0 0 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #333333;
}
.img-text-lane-inner .icon-lane {
  display: flex;
  padding: 63px 0 0;
}
.img-text-lane-inner .icon-lane .icon-space {
  margin-right: 80px;
}
.img-text-lane-inner .icon-lane .icon-space img {
  display: block;
  height: 42px;
  margin: 0 auto;
}
.img-text-lane-inner .icon-lane .icon-space p {
  padding: 21px 0 0;
}
@media screen and (min-width: 769px) {
  .img-text-lane:nth-child(odd) .text-space {
    margin-left: 140px;
  }
  .img-text-lane:nth-child(even) .img-text-lane-inner {
    flex-direction:row-reverse;
  }
  .img-text-lane:nth-child(even) {
    background-color: #F7F7F7;
  }
}

@media screen and (max-width: 1440px) {
  #banner .banner-inner {
    position: relative;
    width: 960px;
    height: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #banner {
    width: 100%;
    height: 100vw;
    /* background-image: url("/zh/images/co/e-fmss/banner.png"); */
    background-image:url(/zh/images/bgcover/mt/co_efmss.png);
    background-size: 100%;
  }
  #banner img {
    display: block;
    width: 1920px;
    height: 100%;
  }
  .banner-box {
    position: absolute;
    width: 100%;
    height: 445px;
    /* background-image: url("/zh/images/co/e-fmss/banner.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center; */
  }
  #banner .banner-inner {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .flex-cc {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #banner strong {
    position: absolute;
    top: 155px;
    line-height: 48px;
    font-weight: 400;
    color: white;
  }
  #banner strong h1 {
    padding: 0 12px;
    font-size: 29px;
    line-height: 29px;
    font-weight: 400;
  }
  #banner strong .strong-content {
    padding: 0 54px 0 12px;
    padding-top: 27px;
    font-size: 15px;
    line-height: 19px;
  }
  
  main strong h2 {
    font-size: 24px;
    line-height: 108px;
    font-weight: 400;
    color: #333333;
    text-align: center;
  }
  
  main strong h3 {
    font-size: 18px;
    line-height: 18px;
    color: #333333;
  }
  .img-text-lane {
    overflow: hidden;
    width: 100%;
    padding: 20px;
  }
  .img-text-lane-inner {
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .text-space {
    width: 100%;
  }
  .img-space {
    width: 100%;
  }
  .img-text-lane-inner .text-space strong h3 {
    padding: 17px 0 0 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #333333;
  }
  .img-text-lane-inner .text-space strong h3 {
    padding: 17px 0 0 0;
    font-size: 18px;
    line-height: 18px;
    /* font-weight: 400; */
    color: #333333;
  }
  .img-text-lane-inner .text-space strong p {
    padding: 21px 0 0 0;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #333333;
  }
  .img-text-lane-inner .icon-lane {
    display: flex;
    padding: 23px 0 0;
  }
  .img-text-lane-inner .icon-lane .icon-space {
    flex: 1;
    margin-right: 0;
  }
  .img-text-lane-inner .icon-lane .icon-space img {
    display: block;
    height: 42px;
    margin: 0 auto;
  }
  .img-text-lane-inner .icon-lane .icon-space p {
    padding: 21px 0 0;
    text-align: center;
  }
  .m-hide {
    display: none;
  }
}