.display {
  display: inline-block;
  vertical-align: top;
}
.box {
  box-sizing: border-box;
}
.ly-banner .ly-content {
  position: relative;
}
.ly-banner .ly-list {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
}
.ly-banner .ly-list li {
  width: 220px;
  margin-left: 10px;
  height: 150px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  transition: 0.3s;
  text-align: center;
}
.ly-banner .ly-list li:first-child {
  margin-left: 0;
  width: 280px;
  padding-left: 30px;
  text-align: left;
  background: none;
}
.ly-banner .ly-list li:first-child:hover {
  background: none;
}
.ly-banner .ly-list li:hover {
  background: rgba(1, 113, 40, 0.45);
}
.ly-banner .ly-list li h2 {
  font-size: 26px;
  line-height: 60px;
  font-weight: 700;
}
.ly-banner .ly-list li h4 {
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
}
.ly-banner .ly-list li h4 em {
  font-size: 14px;
  font-weight: 300;
  margin-right: 10px;
}
.ly-banner .ly-list li p {
  padding-left: 70px;
  color: #014099;
  font-size: 26px;
  line-height: 30px;
}
.ly-banner .ly-list li p i {
  font-weight: 700;
  font-size: 20px;
  margin-right: 10px;
}
.ly-banner .ly-list li img {
  width: 50px;
  height: 50px;
  margin: 10px auto;
}
.ly-banner .ly-list li h3 {
  font-size: 20px;
  line-height: 40px;
}
.ly-banner .ly-list li h6 {
  font-size: 14px;
}
.ly-big-red {
  height: 200px;
  background: #014099;
  width: 100%;
}
.ly-big-red .ly-content {
  display: flex;
  justify-content: space-between;
}
.ly-big-red .ly-left {
  width: 370px;
  margin-top: 30px;
}
.ly-big-red .ly-left .ly-info {
  font-size: 18px;
  font-weight: normal;
  color: #FDFBFB;
  line-height: 25px;
  position: relative;
}
.ly-big-red .ly-left .ly-info:after {
  width: 60px;
  height: 2px;
  background: #FFFFFF;
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
}
.ly-big-red .ly-left p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FDFBFB;
  line-height: 37px;
  margin-top: 30px;
}
.ly-big-red .ly-right {
  width: 630px;
  margin-top: 30px;
  font-weight: 400;
  color: #FDFBFB;
  line-height: 61px;
}
.ly-big-red .ly-right h4 {
  font-size: 30px;
}
.ly-big-red .ly-right p {
  font-size: 20px;
}
.ly-about-info {
  width: 100%;
  position: relative;
  top: -40px;
  z-index: 99;
}
.ly-about-info .ly-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ly-about-info .ly-list li {
  height: 100px;
  background: #F2F2F2;
  width: 25%;
  transition: 0.3s;
  position: relative;
  padding: 28px 0 0 38px;
  font-weight: 300;
  color: #403C30;
  line-height: 20px;
}
.ly-about-info .ly-list li:after {
  width: 1px;
  height: 100px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 1;
  color: #333;
}
.ly-about-info .ly-list li:before {
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: #014099;
  z-index: 2;
}
.ly-about-info .ly-list li:hover {
  background: #014099;
  color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.34);
}
.ly-about-info .ly-list li:hover .ly-img img {
  margin-top: 0;
}
.ly-about-info .ly-list li h4 {
  font-size: 22px;
}
.ly-about-info .ly-list li p {
  font-size: 16px;
  margin-top: 10px;
}
.ly-about-info .ly-list li .ly-img {
  width: 70px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  top: 15px;
  right: 20px;
}
.ly-about-info .ly-list li .ly-img img {
  width: 70px;
  height: 140px;
  transition: 0.3s;
  margin-top: -70px;
}
.ly-product {
  width: 100%;
}
.ly-product .ly-content {
  display: flex;
  justify-content: space-between;
}
.ly-product .ly-content .ly-li-all {
  width: 440px;
  height: 468px;
}
.ly-product .ly-content .ly-li-all .ly-li {
  width: 100%;
  height: 100%;
  padding-left: 46px;
}
.ly-product .ly-content .ly-li-all .ly-li img {
  width: 350px;
  height: 350px;
}
.ly-product .ly-content .ly-list {
  width: 750px;
  height: 468px;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
}
.ly-product .ly-content .ly-li {
  width: 370px;
  height: 228px;
  padding: 40px 0 0 32px;
  position: relative;
  background: #F2F2F2;
}
.ly-product .ly-content .ly-li h4 {
  font-size: 18px;
  font-weight: 400;
  color: #014099;
  margin-bottom: 14px;
}
.ly-product .ly-content .ly-li p {
  font-size: 14px;
  font-weight: 300;
  color: #212121;
  line-height: 22px;
}
.ly-product .ly-content .ly-li img {
  width: 180px;
  height: 180px;
  position: absolute;
  bottom: 6px;
  right: 12px;
  transition: 0.3s;
}
.ly-product .ly-content .ly-li img:hover {
  bottom: 16px;
}
.ly-layer {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99990009;
  overflow: hidden;
}
.ly-layer img {
  height: 100%;
  position: relative;
  transition: 0.3s;
}
.ly-layer img:hover {
  transform: rotate(1.1);
}
.ly-case .ly-title {
  padding: 56px 0;
  text-align: center;
}
.ly-case .ly-title h4 {
  font-size: 30px;
  font-weight: 400;
  color: #212121;
  line-height: 32px;
}
.ly-case .ly-title h4 span {
  color: #014099;
}
.ly-case .ly-title p {
  font-size: 16px;
  font-weight: 300;
  color: #212121;
  line-height: 22px;
  margin-top: 21px;
}
.ly-case .ly-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ly-case .ly-list li {
  width: 25%;
  max-height: 384px;
  position: relative;
}
.ly-case .ly-list li img {
  width: 100%;
  height: 100%;
}
.ly-case .ly-list li:hover .ly-bg {
  opacity: 1;
}
.ly-case .ly-list li .ly-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(3, 3, 3, 0.5);
  transition: 0.3s;
  opacity: 0;
}
.ly-case .ly-list li .ly-bg h6 {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FAF9F9;
  line-height: 22px;
  margin-top: 130px;
}
.ly-case .ly-list li .ly-bg .ly-more {
  margin-top: 44px;
}
.ly-case .ly-list li .ly-bg .ly-more a {
  display: inline-block;
  width: 126px;
  height: 36px;
  background: #014099;
  border-radius: 17px;
  font-size: 16px;
  font-weight: 400;
  color: #FAF9F9;
  line-height: 36px;
  transition: 0.3s;
}
.ly-case .ly-list li .ly-bg .ly-more a:hover {
  background: #fff;
  color: #014099;
}
.ly-about {
  width: 100%;
  margin-top: 110px;
}
.ly-about .ly-content {
  display: flex;
  justify-content: space-between;
}
.ly-about .ly-left {
  width: 488px;
  margin-top: 70px;
}
.ly-about .ly-left .ly-title {
  position: relative;
  height: 40px;
}
.ly-about .ly-left .ly-title h4 {
  text-transform: uppercase;
  font-size: 56px;
  font-family: FZCHSJW;
  font-weight: normal;
  color: #CCCCCC;
  line-height: 32px;
  opacity: 0.4;
}
.ly-about .ly-left .ly-title p {
  font-size: 28px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 3;
}
.ly-about .ly-left .ly-info {
  margin-top: 40px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #3C3E3B;
  line-height: 26px;
}
.ly-about .ly-left .ly-more {
  width: 123px;
  height: 38px;
  border: 2px solid #014099;
  border-radius: 3px;
  text-transform: uppercase;
  line-height: 34px;
  text-align: center;
  display: block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #014099;
  margin-top: 40px;
  transition: 0.3s;
}
.ly-about .ly-left .ly-more:hover {
  background: #B40109;
  color: #fff;
}
.ly-about .ly-right {
  width: 620px;
}
.ly-about .ly-right img {
  width: 100%;
}
.ly-new {
  padding-bottom: 64px;
}
.ly-new .ly-title {
  padding: 56px 0 40px;
  text-align: center;
}
.ly-new .ly-title h4 {
  font-size: 30px;
  font-weight: 400;
  color: #212121;
  line-height: 32px;
}
.ly-new .ly-title h4 span {
  color: #014099;
}
.ly-new .ly-title p {
  font-size: 16px;
  font-weight: 300;
  color: #212121;
  line-height: 22px;
  margin-top: 21px;
}
.ly-new .ly-title p.ly-uppercase {
  text-transform: uppercase;
}
.ly-new .ly-nav-menu {
  width: 100%;
  text-align: center;
}
.ly-new .ly-nav-menu li {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #212121;
  line-height: 22px;
  padding: 4px 12px;
  cursor: pointer;
  margin: 0 10px;
  transition: 0.3s;
}
.ly-new .ly-nav-menu li.ly-active,
.ly-new .ly-nav-menu li:hover {
  color: #fff;
  background: #014099;
}
.ly-new .ly-info {
  width: 100%;
  margin-top: 32px;
  justify-content: space-between;
  display: none;
  transition: 0.3s;
}
.ly-new .ly-info.ly-active {
  display: flex;
}
.ly-new .ly-info .ly-left {
  width: 750px;
  overflow:hidden;
  height:400px;
}
.ly-new .ly-info .ly-left .ly-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ly-new .ly-info .ly-left .ly-list li {
  width: 360px;
  background: #F7F7F7;
}
.ly-new .ly-info .ly-left .ly-list li h6 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1A1A1A;
  padding: 12px 14px 12px;
}
.ly-new .ly-info .ly-left .ly-list li h4 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B3B3B3;
  padding: 0 14px 18px;
}
.ly-new .ly-info .ly-left .ly-list li p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B3B3B3;
  padding: 0 14px;
  line-height: 24px;
}
.ly-new .ly-info .ly-left .ly-list li img {
  width: 100%;
  margin-top: 16px;
}
.ly-new .ly-info .ly-right {
  width: 450px;
  padding-left: 64px;
}
.ly-new .ly-info .ly-right .ly-list {
  height: 360px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
.ly-new .ly-info .ly-right .ly-list li {
  width: 100%;
}
.ly-new .ly-info .ly-right .ly-list li h6 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.ly-new .ly-info .ly-right .ly-list li h4 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #B3B3B3;
  padding: 12px 0;
}
@media screen and (max-width: 760px) {
  .ly-content {
    padding: 0 0.5rem;
  }
  .ly-big-red {
    width: 100%;
    height: 7rem;
  }
  .ly-big-red .ly-left {
    display: none;
  }
  .ly-big-red .ly-right {
    width: 100%;
    margin-top: 0.7rem;
  }
  .ly-big-red .ly-right h4 {
    font-size: 1rem;
    line-height: 1.4rem;
  }
  .ly-big-red .ly-right p {
    font-size: 0.7rem;
    line-height: 1rem;
  }
  .ly-about-info {
    width: 100%;
  }
  .ly-about-info .ly-list {
    flex-wrap: wrap;
  }
  .ly-about-info .ly-list li {
    width: 50%;
    margin-bottom: 0.4rem;
    padding: 1.2rem 0 0 0.5rem;
  }
  .ly-about-info .ly-list li .ly-img {
    width: 3rem;
    height: 3rem;
  }
  .ly-about-info .ly-list li .ly-img img {
    width: 3rem;
    height: 6rem;
    margin-top: -3rem;
  }
  .ly-product {
    width: 100%;
  }
  .ly-product .ly-content {
    flex-wrap: wrap;
  }
  .ly-product  .ly-content .ly-li-all {
    width: 100%;
    height: auto;
    margin-bottom:10px ;
    /*display: none;*/
  }
   .ly-product  .ly-content .ly-li-all .ly-li {
   padding: 20px;
  }
   .ly-product  .ly-content .ly-li-all .ly-li img {
   width: 100%;
   height: auto;
   position: static;
   margin-top: 20px;
  }
  .ly-product .ly-list {
    width: 100%;
  }
  .ly-product .ly-list .ly-li {
    width: 49%;
    padding: 0.5rem;
  }
  .ly-product .ly-list .ly-li img {
    width: 120px;
    height: 120px;
  }
  .ly-case {
    width: 100%;
  }
  .ly-case .ly-list li {
    width: 50%;
  }
  .ly-case .ly-list li .ly-bg h6 {
    margin-top: 2rem;
    font-size: 0.7rem;
  }
  .ly-case .ly-list li .ly-bg .ly-more {
    margin-top: 0.5rem;
  }
  .ly-case .ly-list li .ly-bg .ly-more a {
    width: 4rem;
    height: 1.6rem;
    line-height: 1.6rem;
  }
  .ly-about {
    width: 100%;
    margin-top: 0.5rem;
  }
  .ly-about .ly-left {
    width: 100%;
    margin-top: 1rem;
  }
  .ly-about .ly-right {
    display: none;
  }
  .ly-new {
    padding-bottom: 1rem;
  }
  .ly-new .ly-title {
    padding: 2rem 0 0;
  }
  .ly-new .ly-title p {
    margin-top: 0.3rem;
  }
  .ly-new .ly-nav-menu {
    display: none;
  }
  .ly-new .ly-info {
    margin-top: 0;
  }
  .ly-new .ly-info .ly-left {
    display: none;
  }
  .ly-new .ly-info .ly-right {
    width: 100%;
    padding-left: 0.5rem;
    margin-top: 1rem;
  }
  .ly-new .ly-info .ly-right .ly-list {
    width: 100%;
    height: auto;
  }
  .ly-new .ly-info .ly-right .ly-list li h4 {
    padding-top: 0;
  }
}
/*# sourceMappingURL=index.css.map */