@charset "utf-8";
/* CSS Document */
html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.Ibanner{
  height: 940px;
  width:auto;
}

.Ibanner .swiper {
  width: 100%;
  height: 100%;
}

.Ibanner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Ibanner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Ibanner .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.Ibanner .swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}
.Ibanner .swiper-button-next, .Ibanner .swiper-button-prev{
  background:none;
  color:#fff;
}

.Ibanner .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: var(--swiper-pagination-bottom, 20px);
}

.Ibanner .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
}
.Ibanner .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    background: rgba(0, 0, 0, 0.2);
    padding: 10px;
}

/* lyBanner start */
.lyBanner {
  width: 100%;
  height: 800px;
  position: relative;
}

.lyBa_swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.lyBa_swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.lyBa_swiper .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyBa_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyBa_swiper .swiper-slide .lyBa_txt {
  padding: 0 40% 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.lyBa_txt em {
  display: block;
  width: 48px;
  height: 5px;
  overflow: hidden;
  background-color: #fff;
}

.lyBa_txt p {
  line-height: 56px;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  margin: 36px 0 18px;
}

.lyBa_txt span {
  display: block;
  width: 80%;
  line-height: 36px;
  color: rgba(255, 255, 255, .45);
  font-size: 18px;
  margin-bottom: 60px;
}

.lyBa_more a {
  display: block;
  width: 180px;
  height: 50px;
  overflow: hidden;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, .25);
  position: relative;
}

.lyBa_more a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 0 0 20px;
  vertical-align: middle;
}

.lyBa_more a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyBa_more a i svg path {
  fill: #ffffff;
}

.lyBa_more a:hover {
  background-color: #141b60;
  border: 1px solid #141b60;
}

.lyBa_more a:hover i {
  margin: -2px 0 0 30px;
}


.lyBa_swiper .lyBa_control {
  height: 32px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}


.lyBa_control .swiper-pagination {
  height: 20px;
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: 1;
}

.lyBa_control .swiper-pagination span {
  display: inline-block;
  width: 16px;
  height: 20px;
  overflow: hidden;
  background: url(../images/dot1.png) center center no-repeat;
  background-size: 100% 100%;
  margin-right: 12px;
  vertical-align: top;
  opacity: .25;
}

.lyBa_control .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
}

.lyBa_control .swiper-pagination span::before {
  display: none;
}


.lyBa_control .swiper-button-prev,
.lyBa_control .swiper-button-next {
  display: none;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 6px;
  background: none;
  position: absolute;
  top: 0;
  z-index: 2;
}

.lyBa_control .swiper-button-prev {
  left: auto;
  right: 32px;
}

.lyBa_control .swiper-button-next {
  right: 0;
}

.lyBa_control .swiper-button-prev svg,
.lyBa_control .swiper-button-next svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyBa_control .swiper-button-prev svg path,
.lyBa_control .swiper-button-next svg path {
  fill: #ffffff;
}

.lyBa_control .swiper-button-prev:hover svg path,
.lyBa_control .swiper-button-next:hover svg path {
  fill: #141b60;
}


.lyBa_Scroll {
  width: auto;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.lyBa_Scroll p {
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  margin: 0 auto 10px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
}

.lyBa_Scroll p i {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin: 12px auto;
  padding: 0;
  animation-name: scrollTip;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.lyBa_Scroll p i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyBa_Scroll p i svg path {
  fill: #ffffff;
}

.lyBa_Scroll span {
  display: block;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}

/* lyBanner end */


/* lyAboutus start */
.lyAboutus {
  overflow: hidden;
  /*margin: 100px auto;*/
  position: relative;
}
.t1 {
  background:url("../picture/blabout.jpg") no-repeat center center;
  overflow: hidden;
  /*margin: 100px auto 0;*/
}

.lyAboutus .lyAboutus_img {
  display: none;
}

.lyAboutus_img img {
  display: block;
  max-width: 100%;
  height: auto;
  padding-left: 80px;
}

.lyAboutus .lyAboutus_con {
  margin:0 auto;
  height: 625px;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
  /*float:left;*/
}

.lyAboutus_text .lyAboutus_head {
  margin-top: 70px;
}

.lyAboutus_head a.lyAboutus_name {
  display: block;
  line-height: 56px;
  color: #000;
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 8px;
}

.lyAboutus_head a.lyAboutus_name:hover {
  color: #141b60;
}

.lyAboutus_head span {
  display: inline-block;
  line-height: 56px;
  color: #141b60;
  font-size: 44px;
  font-weight: bold;
}
.lyAboutus_head .smtitle {
  display: inline-block;
  line-height: 56px;
  color: #999;
  padding-left: 30px;
  font-size: 24px;
  font-weight: normal;
}

.lyAboutus_ms {
  width: 68%;
  height: 426px;
  overflow: hidden;
  line-height: 32px !important;
  color: #222 !important;
  font-size: 16px !important;
  text-align: justify;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  padding: 0 20px 20px 0;
  margin-top: 80px;
}

.lyAboutus_ms .t2 {
    font-size:24px;
    padding:20px 0;
}
.lyAboutus_ms p span {
    font-size:80px;
    color: #141b60;
    padding-right: 20px;
    line-height: 40px;
}

.lyAboutus_ms .lyMore {
  padding-top:20px;
}

.lyAboutus_ms p {
  max-width: 100%;
  line-height: 32px;
  color: #222;
  font-size: 16px;
  text-align: justify;
  overflow: hidden;
}

.lyAboutus_text .lyAboutus_data {
  margin-top: 60px;
  padding-left: 80px;
}

.nyAboutUs_main .honner {
    overflow: hidden;
    padding-bottom: 50px;
    background-color:#f6f6f6;
}

.nyAboutUs_main .honner ul{
  width:1600px;
  margin:0 auto;
}

.nyAboutUs_main .honner li{
  width: 32%;
  margin-right: 2%;
  float:left;
}

.nyAboutUs_main .honner li:last-child{
  margin-right:0;
}

.nyAboutUs_main .honner li a img{
  max-width: 100%;
}

/* lyAboutus end */

/* lyAdver start */
.lyAdver {
  height: 386px;
  overflow: hidden;
  /*margin: 100px auto;*/
  background:url("../picture/lyAdver.png") no-repeat center center;
}
.lyAdver .lyAdver_main{
  margin: 0 auto;
  padding:50px 0;
  position: relative;
}
.lyAdver .lyAdver_main .lyAdver_left{
  width:50%;
  float:left;
}
.lyAdver .lyAdver_main .lyAdver_left h2{
  width:35%;
  height:280px;
  font-size:50px;
  color:#fff;
  font-weight:bold;
  padding-top:50px;
  float:left;
}
.lyAdver .lyAdver_main .lyAdver_left p{
  width:65%;
  font-size:16px;
  color:#fff;
  padding-top:90px;
  float:right;
}

.lyAdver .lyAdver_main .lyAdver_right{
  width:50%;
  float:right;
}
.lyAdver .lyAdver_main .lyAdver_right li{
  width:42%;
  height:280px;
  margin-left:8%;
  background-color: #fff;
  border-radius: 8px;
  float:left;
}

.lyAdver .lyAdver_main .lyAdver_right li a{
  margin:0 auto;
}

.lyAdver .lyAdver_main .lyAdver_right li img{
  margin: 0 auto;
  padding-top: 50px;
  display: block;
}

.lyAdver .lyAdver_main .lyAdver_right li a h3{
  width:100%;
  height: auto;
  text-align: center;
  font-size:24px;
  color: #005bac;
  font-weight:bold;
  display: block;
}

.lyAdver .lyAdver_main .lyAdver_right li a p{
  width:100%;
  height: auto;
  text-align: center;
  padding-top: 10px;
  color: #222;
  display: block;
}

/* lyAdver end */

/* lyAboutus start */
/*.lyAboutus {
  overflow: hidden;
  margin: 100px auto;
  position: relative;
}

.lyAboutus .lyAboutus_img {
  width: 50%;
  height: 625px;
  overflow: hidden;
  border-radius: 0 8px 8px 0;
}

.lyAboutus_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyAboutus_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyAboutus_img a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyAboutus .lyAboutus_con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.lyAboutus_con .lyAboutus_text {
  padding-left: 50%;
}

.lyAboutus_text .lyAboutus_head {
  margin-bottom: 24px;
  padding-left: 80px;
}

.lyAboutus_head a.lyAboutus_name {
  display: block;
  line-height: 36px;
  color: #999;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}

.lyAboutus_head a.lyAboutus_name:hover {
  color: #141b60;
}

.lyAboutus_head span {
  display: block;
  line-height: 56px;
  color: #141b60;
  font-size: 44px;
  font-weight: bold;
}

.lyAboutus_text .lyAboutus_ms {
  height: auto;
  max-height: 160px;
  overflow: hidden;
  line-height: 32px !important;
  color: #222 !important;
  font-size: 16px !important;
  text-align: justify;
  margin-bottom: 48px;
  padding-left: 80px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.lyAboutus_ms p {
  line-height: 32px !important;
  color: #222 !important;
  font-size: 16px !important;
  text-align: justify;
}


.lyAboutus_text .lyMore {
  padding-left: 80px;
}

.lyAboutus_text .lyAboutus_data {
  margin-top: 60px;
  padding-left: 80px;
}

.lyAboutus_data ul li {
  width: 33.333333%;
  float: left;
}

.lyAboutus_data ul li i {
  display: block;
  width: 44px;
  height: 44px;
}

.lyAboutus_data ul li p {
  color: #141b60;
  margin: 15px 0 5px;
}

.lyAboutus_data ul li p span {
  display: inline-block;
  line-height: 36px;
  font-size: 36px;
  font-weight: bold;
}

.lyAboutus_data ul li p sub {
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
  vertical-align: bottom;
  margin-left: 5px;
}

.lyAboutus_data ul li em {
  display: block;
  line-height: 20px;
  color: #222;
  font-size: 16px;
  font-style: normal;
}*/

/* lyAboutus end */


/* lyProducts start */
.lyProducts {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #fff;
}

.lyProducts .lyProducts_main {
  margin: 0 auto;
  position: relative;
}

.lyTitle {
  margin-bottom: 50px;
}

.lyTitle p {
  line-height: 48px;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
}

.lyTitle .stitle{
  margin:0 auto;
  padding:20px;
  color:#fff;
  font-size:16px;
  text-align: center;
}

.lyProducts_main .lyProducts_menu {
  margin: 0 auto 50px;
}


/*.lyProducts_main .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23666666'%2F%3E%3C%2Fsvg%3E");
}

.lyProducts_main .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23666666'%2F%3E%3C%2Fsvg%3E");
}*/
.lyProducts_main .swiper-button-next:after, .lyProducts_main .swiper-button-prev:after{
  content: none;
}

.lyProducts_menu .swiper-container {
  margin: -20px 0;
  padding: 20px 0;
}

.lyProducts_menu .swiper-container .swiper-button-next, .lyProducts_menu .swiper-container .swiper-button-prev {
    width: 46px;
    height: 46px;
    border: 2px solid #2f58ab;
    border-radius: 3px;
}

.lyProducts_menu .swiper-container .swiper-slide {
  height: 140px;
}

.lyProducts_menu .swiper-container .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  background-color: #f6f6f6;
  box-shadow: 0 0 0 rgba(20, 27, 96, .25);
  padding: 24px 20px;
}

.lyProducts_menu .swiper-container .swiper-slide:hover a {
  background-color: #005bac;
  box-shadow: 0 0 20px rgba(20, 27, 96, .25);
}

.lyProducts_menu .swiper-container .swiper-slide a i {
  display: block;
  width: 54px;
  height: 54px;
  overflow: hidden;
  margin: 0 auto 10px;
}

.lyProducts_menu .swiper-container .swiper-slide a i img {
  display: block;
  width: 54px;
  height: 108px;
  margin: 0 auto;
}

.lyProducts_menu .swiper-container .swiper-slide:hover a i img {
  margin: -54px auto 0;
}

.lyProducts_menu .swiper-container .swiper-slide a span {
  display: block;
  height: 30px;
  /*overflow: hidden;*/
  line-height: 24px;
  color: #555;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}

.lyProducts_menu .swiper-container .swiper-slide:hover a span {
  color: #fff;
  font-weight: bold;
}


.lyProducts_swiper .swiper-container {
  padding-bottom: 50px;
}

.lyProducts_swiper .swiper-container .swiper-slide {
  height: auto;
  overflow: hidden;
  padding: 32px;
  border-radius: 8px;
  background: linear-gradient(to bottom, #dcdee1, #f6f6f6);
  position: relative;
}

.lyProducts_swiper .swiper-container .swiper-slide:hover,
.lyProducts_swiper .swiper-container .swiper-slide-duplicate-active {
  background: linear-gradient(to bottom, #005bac, #f6f6f6);
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_text span {
  display: inline-block;
  height: 30px;
  line-height: 28px;
  color: #005bac;
  font-size: 14px;
  border: 1px solid #005bac;
  border-radius: 15px;
  margin-bottom: 10px;
  padding: 0 16px;
  vertical-align: top;
}

.lyProducts_swiper .swiper-container .swiper-slide:hover .lyProducts_text span,
.lyProducts_swiper .swiper-container .swiper-slide-duplicate-active .lyProducts_text span {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .25);
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_text a.lyProducts_name {
  display: block;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyProducts_swiper .swiper-container .swiper-slide:hover .lyProducts_text a.lyProducts_name,
.lyProducts_swiper .swiper-container .swiper-slide-duplicate-active .lyProducts_text a.lyProducts_name {
  color: #fff;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img {
  width: 100%;
  height: 234px;
  margin: 32px auto;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyProducts_swiper .swiper-container .swiper-slide:hover .lyProducts_img a img,
.lyProducts_swiper .swiper-container .swiper-slide-duplicate-active .lyProducts_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn {
  text-align: right;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  color: #999;
  font-size: 16px;
}

.lyProducts_swiper .swiper-container .swiper-slide:hover .lyProducts_btn a,
.lyProducts_swiper .swiper-container .swiper-slide-duplicate-active .lyProducts_btn a {
  color: #005bac;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a i {
  display: block;
  width: 22px;
  height: 22px;
  margin: 5px 8px 5px 0;
  border: 2px solid #999;
  border-radius: 50%;
  float: left;
  position: relative;
}

.lyProducts_swiper .swiper-container .swiper-slide:hover .lyProducts_btn a i,
.lyProducts_swiper .swiper-container .swiper-slide-duplicate-active .lyProducts_btn a i {
  border: 2px solid #005bac;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a i::before,
.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a i::after {
  content: '';
  display: block;
  background-color: #999;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a i::before {
  width: 10px;
  height: 2px;
}

.lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a i::after {
  width: 2px;
  height: 10px;
}

.lyProducts_swiper .swiper-container .swiper-slide:hover .lyProducts_btn a i::before,
.lyProducts_swiper .swiper-container .swiper-slide-duplicate-active .lyProducts_btn a i::before,
.lyProducts_swiper .swiper-container .swiper-slide:hover .lyProducts_btn a i::after,
.lyProducts_swiper .swiper-container .swiper-slide-duplicate-active .lyProducts_btn a i::after {
  background-color: #005bac;
}


.lyProducts_swiper .swiper-pagination-progressbar {
  padding: 1px 0;
  background: rgba(0, 0, 0, 0);
  top: inherit !important;
  bottom: 0 !important;
}

.lyProducts_swiper .swiper-pagination-progressbar::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
}

.lyProducts_swiper .swiper-pagination-progressbar-fill {
  background-color: #141b60 !important;
}

/* lyProducts end */


/* lySolution start */
.lySolution {
  position: relative;
}

.lySolution_swiper .swiper-container .swiper-slide {
  height: 800px;
  overflow: hidden;
  padding: 100px 0;
  position: relative;
}

.lySolution_swiper .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lySolution_swiper .swiper-container .swiper-slide::before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(0, 0, 0, .45), rgba(0, 0, 0, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.lySolution_swiper .swiper-container .swiper-slide::after {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.lySolution_swiper .swiper-container .swiper-slide .lySolution_txt {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.lySolution_txt .lySolutionTxt_title {
  margin: 0 auto 30px;
}

.lySolution_txt .lySolutionTxt_title a {
  display: block;
  line-height: 48px;
  color: #fff;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
}

.lySolution_txt .lySolutionTxt_title a:hover {
  color: #141b60;
}

.lySolution_txt p {
  max-height: 60px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 30px auto;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lySolution_txt a.lySolutionTxt_btn {
  display: block;
  width: 82px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
}


.lySolution_txt a.lySolutionTxt_btn i {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px -6px 0 0;
}

.lySolution_txt a.lySolutionTxt_btn i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lySolution_txt a.lySolutionTxt_btn i svg path {
  fill: #ffffff;
}


.lySolution .lySolution_menu {
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.lySolution_menu .swiper-container {
  position: relative;
}

.lySolution_menu .swiper-container::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .25);
  position: absolute;
  left: 0;
  bottom: 1px;
}

.lySolution_menu .swiper-container .swiper-slide {
  padding-bottom: 30px;
  border-bottom: 3px solid rgba(255, 255, 255, 0);
  cursor: pointer;
}

.lySolution_menu .swiper-container .swiper-slide:hover,
.lySolution_menu .swiper-container .swiper-slide.on {
  border-bottom: 3px solid #fff;
}

.lySolution_menu .swiper-container .swiper-slide i {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0 auto 10px;
  opacity: .45;
}

.lySolution_menu .swiper-container .swiper-slide i img {
  display: block;
  width: 50px;
  height: 100px;
  margin: -50px auto 0;
}

.lySolution_menu .swiper-container .swiper-slide:hover i,
.lySolution_menu .swiper-container .swiper-slide.on i {
  opacity: 1;
}

.lySolution_menu .swiper-container .swiper-slide span {
  display: block;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: rgba(255, 255, 255, .45);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lySolution_menu .swiper-container .swiper-slide:hover span,
.lySolution_menu .swiper-container .swiper-slide.on span {
  color: #fff;
}


/* lySolution end */


/* lyNews start */
.lyNews {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.lyNews .lyNews_main {
  margin: 0 auto;
  position: relative;
}

.lyNews_main .lyNews_tab {
  margin-bottom: 30px;
}

/*.lyNews_tab ul {
  text-align: center;
}*/

.lyNews_tab ul li {
  display: inline-block;
  width: 200px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #222;
  font-size: 18px;
  text-align: center;
  margin: 0 12px;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 0 rgb(20, 27, 96, .2);
  border-radius: 4px;
  vertical-align: top;
  cursor: pointer;
}
.lyNews_tab ul li:first-child{
  margin-left:0;
}
.lyNews_tab ul li:hover,
.lyNews_tab ul li.active {
  color: #fff;
  background-color: #005bac;
  border: 1px solid #005bac;
  box-shadow: 0 6px 12px rgb(20, 27, 96, .2);
}

.lyNews_tab ul li i {
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin: -2px 6px 0 0;
  vertical-align: middle;
}

.lyNews_tab ul li i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyNews_tab ul li i svg path {
  fill: #222222;
}

.lyNews_tab ul li:hover i svg path,
.lyNews_tab ul li.active i svg path {
  fill: #ffffff;
}


.lyNews_con .lyNews_rec {
  width: 50%;
  padding: 0 40px 0 0;
  float: left;
}

.lyNews_rec .lyNewsRec_main {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.lyNewsRec_main .lyNewsRec_img {
  height: 484px;
  overflow: hidden;
}

.lyNewsRec_main .lyNewsRec_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyNewsRec_main .lyNewsRec_img a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyNewsRec_main:hover .lyNewsRec_img a img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.lyNewsRec_main .lyNewsRec_img a::after {
  content: '';
  display: block;
  width: 100%;
  height: 40%;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(20, 27, 96, 0), rgba(20, 27, 96, 1));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.lyNewsRec_main span.lyNewsRec_time {
  display: block;
  width: 160px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: rgba(20, 27, 96, .45);
  border-radius: 0 0 8px 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.lyNewsRec_main span.lyNewsRec_time i {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  vertical-align: middle;
  margin: -4px 8px 0 0;
}

.lyNewsRec_main span.lyNewsRec_time i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyNewsRec_main span.lyNewsRec_time i svg path {
  fill: #ffffff;
}

.lyNewsRec_main .lyNewsRec_text {
  width: 100%;
  padding: 20px 100px 20px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.lyNewsRec_text a.lyNewsRec_name {
  display: block;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.lyNewsRec_text p {
  display: block;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: rgba(255, 255, 255, .45);
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyNewsRec_text a.lyNewsRec_btn {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 40px;
}

.lyNewsRec_text a.lyNewsRec_btn i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 4px;
}

.lyNewsRec_text a.lyNewsRec_btn i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyNewsRec_text a.lyNewsRec_btn i svg path {
  fill: #ffffff;
}


.lyNews_con .lyNews_list {
  width: 50%;
  padding: 0 0 0 40px;
  float: right;
}

.lyNews_list ul li {
  padding: 27px 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.lyNews_list ul li::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background-color: #141b60;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyNews_list ul li:hover::after {
  width: calc(100% - 130px);
}

.lyNews_list ul li .lyNews_text {
  width: calc(100% - 130px);
}

.lyNews_list ul li a.lyNews_name {
  display: block;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyNews_list ul li:hover a.lyNews_name {
  color: #141b60;
}

.lyNews_list ul li p {
  display: block;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #555;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyNews_list ul li span.lyNews_time {
  display: block;
  width: 130px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #999;
  font-size: 16px;
  text-align: right;
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 50%;
}

.lyNews_list ul li span.lyNews_time i {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  vertical-align: middle;
  margin: -4px 8px 0 0;
}

.lyNews_list ul li span.lyNews_time i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyNews_list ul li span.lyNews_time i svg path {
  fill: #999999;
}

.lyNews_list ul li:hover span.lyNews_time {
  color: #141b60;
}

.lyNews_list ul li:hover span.lyNews_time i svg path {
  fill: #141b60;
}

/* lyNews end */


/* lyBrands start */
.lyBrands {
  overflow: hidden;
  padding: 100px 0;
  background-color: #f6f6f6;
  background: url("../picture/718.png") no-repeat center center;
}

.lyBrands .lyBrands_main {
  margin: 0 auto;
}

.lyBrands .lyBrands_main .lyBrands_con{
  margin: 0 auto;
}
.lyBrands .lyBrands_main .lyBrands_con ul{
  width: 100%;
}
.lyBrands .lyBrands_main .lyBrands_con li{
  width: 25%;
  height:500px;
  float: left;
  background-color: rgba(0, 91, 172, .75)
}
.lyBrands .lyBrands_main .lyBrands_con li:nth-child(2n){
  background-color: rgba(255, 255, 255, .35)
}
.lyBrands .lyBrands_main .lyBrands_con li a{
  width:100%;
}

.lyBrands .lyBrands_main .lyBrands_con li img{
  margin:0 auto;
  padding-top: 150px;
  display: block;
}
.lyBrands .lyBrands_main .lyBrands_con li p{
  margin:0 auto;
  display: block;
  text-align: center;
  padding-top: 40px;
  color: #fff;
  font-size:24px;
}
.lyBrands .lyBrands_main .lyBrands_con li:hover{
  box-shadow: 10px 10px 20px rgba(150, 150, 150, .75);
  transform: scale(1.01);
}


/* lyBrands end */


.lqLinks_Main { overflow: hidden; margin: 0 auto; background-color: #f6f6f6;; border-radius:8px 8px 0 0; position: relative; z-index: 1; display: -webkit-flex; display: flex;}
.lqLinks_Main .lqLinks_Title { width: 170px; font-size: 18px; color: #fff; text-align: center; background: #005bac; display: -webkit-flex; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; border-radius: 0 30px 0 0; }
.lqLinks_Title i { display: inline-block; width: 24px; height: 24px; margin: 0 10px 0 0; }
.lqLinks_Title i svg { display: block; width:100%; height:100%;}
.lqLinks_Main .lqLinks_List { width: calc(100% - 170px); height: auto; float: right; padding:15px 15px 15px 0; }
.lqLinks_List p { min-height: 30px; line-height: 30px; color: rgba(255,255,255,0.7); font-size: 16px;}
.lqLinks_List p a { display: inline-block; line-height: 30px; color: #222; font-size: 16px; margin: 0 0 0 15px; vertical-align:top;}
.lqLinks_List p a:hover { color: #005bac; }
/* 设置滚动条的样式 */
.lqLinks_List p::-webkit-scrollbar { width:1px;}
.lqLinks_List p::-webkit-scrollbar-track { background-color:#141b60; border-radius:0px;}
.lqLinks_List p::-webkit-scrollbar-thumb { background-color:#fff;}
.lqLinks_List p::-webkit-scrollbar-thumb:window-inactive { background-color:#fff;}


@media (max-width:1680px) {
  .lyBanner {
    height: 700px;
  }

  .lyBa_txt p {
    line-height: 50px;
    font-size: 40px;
    margin: 30px 0 15px;
  }

  .lyBa_txt span {
    width: 70%;
    line-height: 30px;
    font-size: 16px;
  }

  .lyBa_Scroll span {
    font-size: 14px;
  }


  .lyAboutus {
    margin: 80px auto;
  }

  .lyAboutus .lyAboutus_img {
    height: 550px;
  }

  .lyAboutus_text .lyAboutus_head {
    margin-bottom: 20px;
  }

  .lyAboutus_head a.lyAboutus_name {
    line-height: 32px;
    font-size: 22px;
  }

  .lyAboutus_head span {
    line-height: 50px;
    font-size: 40px;
  }

  .lyAboutus_text .lyAboutus_ms {
    max-height: 150px;
    line-height: 30px !important;
    margin-bottom: 40px;
  }


  /*.lyProducts {
    padding: 80px 0;
  }
*/
  .lyTitle {
    margin-bottom: 40px;
  }

  .lyTitle p {
    line-height: 44px;
    font-size: 40px;
  }

  .lyProducts_main .lyProducts_menu {
    margin: 0 auto 40px;
  }

  .lyProducts_menu .swiper-container .swiper-slide {
    height: 120px;
  }

  .lyProducts_menu .swiper-container .swiper-slide a {
    padding: 14px 20px;
  }

  .lyProducts_swiper .swiper-container {
    padding-bottom: 40px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide {
    padding: 24px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img {
    margin: 24px auto;
  }


  .lySolution_swiper .swiper-container .swiper-slide {
    height: 700px;
    padding: 80px 0;
  }

  .lySolution_txt .lySolutionTxt_title a {
    line-height: 44px;
    font-size: 40px;
  }

  .lySolution .lySolution_menu {
    bottom: 40px;
  }

  .lySolution_menu .swiper-container .swiper-slide {
    padding-bottom: 20px;
  }


  .lyNews {
    margin: 80px auto;
  }

  .lyNews_main .lyNews_tab {
    margin-bottom: 40px;
  }

  .lyNewsRec_main .lyNewsRec_img {
    height: 476px;
  }

  .lyNews_list ul li {
    padding: 26px 0;
  }


  .lyBrands {
    padding: 80px 0;
  }

  
}

@media (max-width:1600px) {
  .lyBanner {
    height: 660px;
  }

  .lyBa_txt em {
    width: 40px;
    height: 4px;
  }

  .lyBa_txt p {
    line-height: 44px;
    font-size: 36px;
    margin: 24px 0 12px;
  }

  .lyBa_txt span {
    line-height: 25px;
    font-size: 15px;
  }

  .lyBa_more a {
    width: 160px;
    height: 45px;
    line-height: 43px;
    font-size: 15px;
  }

  .lyBa_more a i {
    width: 18px;
    height: 18px;
    margin: -2px 0 0 10px;
  }

  .lyBa_more a:hover i {
    margin: -2px 0 0 20px;
  }

  .lyBa_Scroll p {
    width: 32px;
    height: 32px;
  }

  .lyBa_Scroll p i {
    width: 14px;
    height: 14px;
    margin: 10px auto;
  }


  .lyAboutus .lyAboutus_img {
    height: 520px;
  }

  .lyAboutus_head span {
    line-height: 44px;
    font-size: 36px;
  }

  .lyAboutus_head a.lyAboutus_name {
    font-size: 20px;
  }

  .lyAboutus_text .lyAboutus_ms {
    font-size: 15px !important;
  }

  .lyAboutus_data ul li p sub,
  .lyAboutus_data ul li em {
    font-size: 15px;
  }


  .lyTitle p {
    line-height: 40px;
    font-size: 36px;
  }

  .lyProducts_menu .swiper-container .swiper-slide a span {
    font-size: 15px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a {
    font-size: 15px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a i {
    border: 1px solid #999;
  }

  .lyProducts_swiper .swiper-container .swiper-slide:hover .lyProducts_btn a i,
  .lyProducts_swiper .swiper-container .swiper-slide-duplicate-active .lyProducts_btn a i {
    border: 1px solid #141b60;
  }


  .lySolution_swiper .swiper-container .swiper-slide {
    height: 660px;
  }

  .lySolution_txt .lySolutionTxt_title a {
    line-height: 40px;
    font-size: 36px;
  }

  .lySolution_txt p {
    max-height: 50px;
    line-height: 25px;
    font-size: 15px;
    margin: 30px auto;
  }

  .lySolution_txt a.lySolutionTxt_btn {
    width: 80px;
    font-size: 15px;
  }


  .lyNews_tab ul li {
    width: 150px;
    height: 45px;
    line-height: 43px;
    font-size: 15px;
    margin: 0 10px;
  }

  .lyNews_tab ul li i {
    margin: -4px 4px 0 0;
  }

  .lyNewsRec_main .lyNewsRec_img {
    height: 468px;
  }

  .lyNewsRec_main span.lyNewsRec_time {
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
  }

  .lyNewsRec_text p {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }

  .lyNewsRec_text a.lyNewsRec_btn i {
    padding: 6px;
  }

  .lyNews_list ul li {
    padding: 25px 0;
  }

  .lyNews_list ul li p {
    font-size: 15px;
  }

  .lyNews_list ul li span.lyNews_time {
    font-size: 15px;
  }

}

@media (max-width:1560px) {
  .lyBanner {
    height: 650px;
  }


  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img {
    height: 226px;
  }


  .lySolution_swiper .swiper-container .swiper-slide {
    height: 650px;
  }


  .lyNewsRec_main .lyNewsRec_img {
    height: 452px;
  }

  .lyNews_list ul li {
    padding: 23px 0;
  }
}

@media (max-width:1440px) {
  .lyBanner {
    height: 600px;
  }

  .lyBa_txt p {
    line-height: 40px;
    font-size: 32px;
    margin: 24px 0 12px;
  }


  .lyAboutus {
    margin: 60px auto;
  }

  .lyAboutus .lyAboutus_img {
    height: 480px;
  }

  .lyAboutus_text .lyAboutus_head,
  .lyAboutus_text .lyAboutus_ms,
  .lyAboutus_text .lyMore {
    padding-left: 60px;
  }

  .lyAboutus_head a.lyAboutus_name {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 4px;
  }

  .lyAboutus_head span {
    line-height: 40px;
    font-size: 32px;
  }

  .lyAboutus_text .lyAboutus_ms {
    margin-bottom: 30px;
  }

  .lyAboutus_text .lyAboutus_data {
    margin-top: 40px;
    padding-left: 60px;
  }

  .lyAboutus_data ul li p span {
    line-height: 32px;
    font-size: 32px;
  }

  .lyAboutus_data ul li p sub,
  .lyAboutus_data ul li em {
    font-size: 14px;
  }


  .lyProducts {
    padding: 60px 0;
  }

  .lyTitle {
    margin-bottom: 30px;
  }

  .lyTitle p {
    line-height: 40px;
    font-size: 32px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide {
    padding: 20px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img {
    height: 210px;
    margin: 20px auto;
  }

  .lyProducts_swiper .swiper-pagination-progressbar {
    height: 3px !important;
  }

  .lyProducts_swiper .swiper-pagination-progressbar::before {
    height: 1px;
  }


  .lySolution_swiper .swiper-container .swiper-slide {
    height: 600px;
    padding: 60px 0;
  }

  .lySolution_txt .lySolutionTxt_title {
    margin-bottom: 25px;
  }

  .lySolution_txt .lySolutionTxt_title a {
    line-height: 40px;
    font-size: 32px;
  }

  .lySolution_txt p {
    margin: 25px auto;
  }

  .lySolution_menu .swiper-container .swiper-slide span {
    height: 25px;
    line-height: 25px;
    font-size: 15px;
  }


  .lyNews {
    margin: 60px auto;
  }

  .lyNews_con .lyNews_rec {
    padding: 0 30px 0 0;
  }

  .lyNewsRec_main .lyNewsRec_img {
    height: 444px;
  }

  .lyNewsRec_main .lyNewsRec_text {
    padding: 20px 100px 20px 30px;
  }

  .lyNewsRec_text a.lyNewsRec_btn {
    right: 30px;
  }

  .lyNews_con .lyNews_list {
    padding: 0 0 0 30px;
  }

  .lyNews_list ul li {
    padding: 22px 0;
  }


  .lyBrands {
    padding: 60px 0;
  }
  
  .lqLinks_List p, .lqLinks_List p a { font-size:15px;}

}

@media (max-width:1366px) {
  .lyBanner {
    height: 570px;
  }

  .lyBa_txt p {
    line-height: 40px;
    font-size: 30px;
    margin: 20px 0 10px;
  }

  .lyBa_txt span {
    line-height: 24px;
    font-size: 14px;
  }


  .lyAboutus .lyAboutus_img {
    height: 470px;
  }

  .lyAboutus_head a.lyAboutus_name {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 0;
  }

  .lyAboutus_head span {
    line-height: 40px;
    font-size: 30px;
  }

  .lyAboutus_text .lyAboutus_ms {
    max-height: 140px;
    line-height: 28px !important;
    margin-bottom: 30px;
    font-size: 14px !important;
  }


  .lyTitle p {
    line-height: 40px;
    font-size: 30px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img {
    height: 200px;
    margin: 10px auto;
  }


  .lySolution_swiper .swiper-container .swiper-slide {
    height: 570px;
  }

  .lySolution_txt .lySolutionTxt_title a {
    font-size: 30px;
  }


  .lyNewsRec_main .lyNewsRec_img {
    height: 420px;
  }

  .lyNews_list ul li {
    padding: 19px 0;
  }

}

@media (max-width:1280px) {
  .lyBanner {
    height: 540px;
  }

  .lyBa_txt em {
    width: 30px;
    height: 3px;
  }

  .lyBa_txt p {
    line-height: 32px;
    font-size: 26px;
    margin: 20px 0 10px;
  }

  .lyBa_txt span {
    margin-bottom: 40px;
  }

  .lyBa_more a {
    width: 140px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
  }

  .lyBa_more a i {
    width: 16px;
    height: 16px;
    margin: -2px 0 0 10px;
  }

  .lyBa_more a:hover i {
    margin: -2px 0 0 15px;
  }


  .lyAboutus .lyAboutus_img {
    height: 440px;
  }

  .lyAboutus .lyAboutus_con{
    height:540px;
  }

  .lyAboutus_text .lyAboutus_head,
  .lyAboutus_text .lyAboutus_ms,
  .lyAboutus_text .lyMore,
  .lyAboutus_text .lyAboutus_data {
    padding-left: 40px;
  }

  .lyAboutus_head .smtitle {
    font-size: 14px;
    padding-left: 10px;
  }

  .lyAboutus_text .lyAboutus_data {
    padding-left: 40px;
  }

  .lyAboutus_head span {
    line-height: 32px;
    font-size: 26px;
  }

  .lyAboutus .lyAboutus_ms {
    width: 100%;
    line-height: 24px !important;
    margin-bottom: 30px;
    font-size: 14px !important;
    padding:20px;
    height: 600px;
  }

  .lyAboutus .t1{
    margin:0;
  }

  .lyAboutus_ms .t2 {
    font-size:16px;
    padding:0;
  }

  .lyAboutus_ms p {
    font-size:14px;
  }
  .lyAboutus_ms p span {
      font-size:40px;
      color: #141b60;
      padding-right: 20px;
      line-height: 40px;
  }

  .lyAboutus_img img{
    padding:0;
  }

  .nyAboutUs_main .honner{
    /*display: none;*/
    width:100%;
    margin:0;
    /*margin-top: 170px;*/
  }

  .nyAboutUs_main .honner li{
    padding:0;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img {
    height: 185px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a {
    font-size: 14px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a i {
    width: 20px;
    height: 20px;
    margin: 6px 8px 6px 0;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a i::before {
    width: 8px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_btn a i::after {
    height: 8px;
  }


  .lySolution_swiper .swiper-container .swiper-slide {
    height: 540px;
  }

  .lySolution_txt .lySolutionTxt_title {
    margin-bottom: 24px;
  }

  .lySolution_txt p {
    max-height: 48px;
    line-height: 24px;
    font-size: 14px;
    margin: 24px auto;
  }


  .lyNews_tab ul li {
    width: 140px;
  }

  .lyNews_con .lyNews_rec {
    padding: 0 20px 0 0;
  }

  .lyNewsRec_main .lyNewsRec_img {
    height: 396px;
  }

  .lyNewsRec_main span.lyNewsRec_time {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .lyNewsRec_main .lyNewsRec_text {
    padding: 20px 80px 20px 20px;
  }

  .lyNewsRec_text a.lyNewsRec_name {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
  }

  .lyNewsRec_text p {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }

  .lyNewsRec_text a.lyNewsRec_btn {
    right: 20px;
  }

  .lyNews_con .lyNews_list {
    padding: 0 0 0 20px;
  }

  .lyNews_list ul li {
    padding: 19px 0;
  }

  .lyNews_list ul li .lyNews_text {
    width: calc(100% - 120px);
  }

  .lyNews_list ul li a.lyNews_name {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .lyNews_list ul li p {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
  }

  .lyNews_list ul li span.lyNews_time {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: -15px;
  }

  
  .lqLinks_Main .lqLinks_Title { width:150px; font-size:16px; border-radius: 0 20px 0 0;}
  .lqLinks_Main .lqLinks_List { width: calc(100% - 150px);}
}

@media (max-width:1200px) {
  .lyBanner {
    height: 500px;
  }

  .lyBa_txt span {
    margin-bottom: 30px;
  }


  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_text a.lyProducts_name {
    font-size: 16px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img {
    height: 170px;
  }


  .lySolution_swiper .swiper-container .swiper-slide {
    height: 500px;
  }


  .lyNewsRec_main .lyNewsRec_img {
    height: 380px;
  }

  .lyNews_list ul li {
    padding: 17px 0;
  }

  
  .lqLinks_Main .lqLinks_Title { font-size: 16px; }
  .lqLinks_List p a { font-size: 15px; }
}

@media (max-width:1080px) {
  .lyBanner {
    height: 450px;
    margin-top: 70px;
  }


  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img {
    height: 210px;
  }


  .lySolution_swiper .swiper-container .swiper-slide {
    height: 450px;
  }

  .lySolution .lySolution_menu {
    bottom: 30px;
  }


  .lyNews_tab ul li {
    width: 132px;
    height: 42px;
    line-height: 40px;
    font-size: 15px;
    margin: 0 8px;
  }

  .lyNewsRec_main .lyNewsRec_img {
    height: 340px;
  }

  .lyNews_list ul li {
    padding: 14px 0;
  }

  .lyNews_list ul li a.lyNews_name {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 0;
  }

}

@media (max-width:1024px) {
  .lyBanner {
    height: 420px;
  }

  .lyBa_txt p {
    line-height: 30px;
    font-size: 24px;
    margin: 20px 0 10px;
  }

  .lyBa_txt span {
    margin-bottom: 20px;
  }

  .lyBa_swiper .lyBa_control {
    height: 20px;
    bottom: 20px;
  }

  .lyBa_control .swiper-pagination {
    bottom: 0;
  }

  .lyBa_Scroll {
    bottom: 20px;
  }


  .lyAboutus .lyAboutus_img {
    height: 400px;
  }

  .lyAboutus_head span {
    line-height: 30px;
    font-size: 24px;
  }

  .lyAboutus_text .lyAboutus_ms {
    max-height: 96px;
    -webkit-line-clamp: 4;
  }

  .lyAboutus_text .lyAboutus_data {
    margin-top: 35px;
  }


  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img {
    height: 200px;
  }


  .lySolution_swiper .swiper-container .swiper-slide {
    height: 420px;
    padding: 40px 0;
  }

  .lySolution_txt .lySolutionTxt_title {
    margin-bottom: 20px;
  }

  .lySolution_txt p {
    margin: 20px auto;
  }

  .lySolution .lySolution_menu {
    bottom: 20px;
  }

  .lySolution_menu .swiper-container .swiper-slide {
    padding-bottom: 15px;
  }

  .lySolution_menu .swiper-container .swiper-slide i {
    margin: 0 auto 4px;
  }

}

@media (max-width:920px) {
  .lyBanner {
    height: 380px;
  }

  .lyBa_txt p {
    font-size: 22px;
  }

  .lyBa_txt span {
    width: 80%;
  }


  .lyAboutus {
    margin: 40px auto;
  }

  .lyAboutus .lyAboutus_img {
    height: 320px;
  }

  .lyAboutus_text .lyAboutus_head,
  .lyAboutus_text .lyAboutus_ms,
  .lyAboutus_text .lyMore,
  .lyAboutus_text .lyAboutus_data {
    padding-left: 30px;
  }

  .lyAboutus_head span {
    line-height: 30px;
    font-size: 22px;
  }

  .lyAboutus_text .lyAboutus_ms {
    margin-bottom: 20px;
  }

  .lyAboutus_text .lyAboutus_data {
    margin-top: 24px;
  }

  .lyAboutus_data ul li i {
    display: none;
  }

  .lyAboutus_data ul li p {
    margin: 0 0 5px;
  }

  .lyAboutus_data ul li p span {
    font-size: 30px;
  }


  .lyProducts {
    padding: 0;
  }

  .lyTitle {
    margin-bottom: 20px;
  }

  .lyTitle p {
    line-height: 34px;
    font-size: 26px;
  }

  .lyProducts_main .lyProducts_menu {
    margin: 0 auto 30px;
  }

  .lyProducts_menu .swiper-container .swiper-slide {
    height: 112px;
  }

  .lyProducts_menu .swiper-container .swiper-slide a {
    padding: 10px;
  }

  .lyProducts_menu .swiper-container .swiper-slide a span {
    height: 25px;
    line-height: 25px;
  }

  .lyProducts_swiper .swiper-container {
    padding-bottom: 20px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img {
    height: 178px;
  }


  .lySolution_swiper .swiper-container .swiper-slide {
    height: 380px;
  }

  .lySolution_txt .lySolutionTxt_title {
    margin-bottom: 12px;
  }

  .lySolution_txt .lySolutionTxt_title a {
    line-height: 34px;
    font-size: 26px;
  }

  .lySolution_txt p {
    margin: 12px auto;
  }

  .lySolution_menu .swiper-container .swiper-slide {
    padding-bottom: 12px;
  }

  .lySolution_menu .swiper-container .swiper-slide span {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
  }


  .lyNews {
    margin: 40px auto;
  }

  .lyNews_main .lyNews_tab {
    margin-bottom: 20px;
  }

  .lyNews_con .lyNews_rec {
    padding: 0 15px 0 0;
  }

  .lyNewsRec_main .lyNewsRec_img {
    height: 316px;
  }

  .lyNewsRec_main .lyNewsRec_text {
    padding: 12px 20px;
  }

  .lyNewsRec_text a.lyNewsRec_btn {
    display: none;
  }

  .lyNews_con .lyNews_list {
    padding: 0 0 0 15px;
  }

  .lyNews_list ul li {
    padding: 13px 0;
  }

  .lyNews_list ul li .lyNews_text {
    width: calc(100% - 100px);
  }

  .lyNews_list ul li p {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }

  .lyNews_list ul li span.lyNews_time {
    width: 100px;
  }


  .lyBrands {
    padding: 40px 0;
  }

}

@media (max-width:820px) {
  .lyBanner {
    height: 320px;
  }

  .lyBa_txt p {
    line-height: 26px;
    font-size: 20px;
    margin: 20px 0 10px;
  }

  .lyBa_txt span {
    width: 100%;
    margin-bottom: 0;
  }

  .lyBa_txt .lyBa_more {
    display: none;
  }


  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img {
    height: 154px;
  }


  .lySolution_swiper .swiper-container .swiper-slide {
    height: 320px;
  }

  .lySolution_txt p {
    margin: 0 auto;
  }

  .lySolution_txt a.lySolutionTxt_btn {
    display: none;
  }

}

@media (max-width:767px) {
  .Ibanner {
    height: 340px;
    background-color: #fff;
  }
  
  .Ibanner .swiper-slide img{
    height: 60%;
  }

  .Ibanner .swiper .swiper-pagination{
    top:240px;
  }

  .lyBanner {
    height: 200px;
    margin-top: 64px;
  }

  .lyBa_swiper .swiper-slide .lyBa_txt {
    padding: 0 56% 0 0;
  }

  .lyBa_txt em {
    width: 20px;
    height: 2px;
  }

  .lyBa_txt p {
    line-height: 20px;
    font-size: 15px;
    margin: 12px 0 6px;
  }

  .lyBa_txt span {
    max-height: 40px;
    overflow: hidden;
    line-height: 20px;
    font-size: 12px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .lyBa_swiper .lyBa_control {
    bottom: 10px;
  }

  .lyBa_control .swiper-pagination span {
    margin-right: 6px;
  }

  .lyBa_Scroll {
    display: none;
  }
  .nyAboutUs{
    padding: 40px 0 0 !important;
  }
  .nyAboutUs_main .honner{
    width: 100%;
    padding-bottom:0;
  }
  .nyAboutUs_main .honner ul{
    width: 100%;
  }
  .nyAboutUs .nyAboutUs_main .nyAboutUs_con{
    margin-bottom:0;
  }
  .nyAboutUs_main .honner li{
    width:100%;
    margin-bottom: 10px;
  }

  .lyAboutus {
    /*background-color: #fafafa;*/
    height: 900px;
    padding: 0 3%;
  }
  .lyAboutus .t1{
    background:none;
  }

  .lyAboutus .lyAboutus_img {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    display: block;
  }

  .lyAboutus .lyAboutus_con {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    position: inherit;
    left: inherit;
    top: inherit;
    transform: inherit;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
  }

  .lyAboutus_con .lyAboutus_text {
    padding-left: 0;
  }

  .lyAboutus_text .lyAboutus_head,
  .lyAboutus_text .lyAboutus_ms,
  .lyAboutus_text .lyMore,
  .lyAboutus_text .lyAboutus_data {
    padding-left: 0;
  }

  .lyAboutus_text .lyAboutus_ms{
    min-height: 100%;
    max-height: 100%;
    margin:0;
    padding:0;
  }

  .lyAboutus_text .lyAboutus_ms{
    min-height: 100%;
    max-height: 100%;
    margin:0;
    padding:0;
  }

  .lyTitle p {
    line-height: 30px;
    font-size: 24px;
  }
  .lyBrands .lyBrands_main .lyBrands_con li{
    width: 46%;
    height: 240px;
    margin:2%;
    background-color: rgba(20, 27, 96, .25);
  }
  .lyBrands .lyBrands_main .lyBrands_con li:nth-child(2n),
  .lyBrands .lyBrands_main .lyBrands_con li:nth-child(3n) {
    background-color: rgba(255, 255, 255, .25);
  }
  .lyBrands .lyBrands_main .lyBrands_con li:last-child{
    background-color: rgba(20, 27, 96, .25);
  }
  .lyBrands .lyBrands_main .lyBrands_con li img {
    padding-top: 40px;
  }
  .lyBrands .lyBrands_main .lyBrands_con li p {
    padding-top: 20px;
  }

  /*.w1600w{
    display: none;
  }*/

  .lyProducts_main .lyProducts_menu {
    margin: 0 auto 20px;
    overflow: hidden;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img {
    height: 240px;
  }
  .lyProducts_menu .swiper-container {
    width: 100px;
  }
  .lyProducts_menu .swiper-container .swiper-wrapper{
    padding-left:20px;
  }
  .lyProducts_menu .swiper-container .swiper-slide{
    max-width: 120px;
  }

  .lySolution_swiper .swiper-container .swiper-slide {
    height: 260px;
  }

  .lySolution_swiper .swiper-container .swiper-slide .lySolution_txt {
    max-width: 94%;
  }

  .lySolution_txt .lySolutionTxt_title a {
    line-height: 30px;
    font-size: 24px;
  }

  .lySolution_txt .lySolutionTxt_title::after {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    margin: 12px auto 0;
    background-color: #fff;
  }

  .lySolution_txt p {
    display: none;
  }


  .lyNews_tab ul li {
    width: auto;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    margin: 0 2px;
    padding: 0 12px;
  }

  .lyNews_tab ul li i {
    display: none;
  }

  .lyNews_con .lyNews_rec {
    width: 100%;
    padding: 0;
    float: none;
  }

  .lyNewsRec_main .lyNewsRec_img {
    height: 240px;
  }

  .lyNewsRec_main span.lyNewsRec_time {
    width: 120px;
  }

  .lyNewsRec_main .lyNewsRec_text {
    padding: 12px;
  }

  .lyNews_con .lyNews_list {
    width: 100%;
    padding: 0;
    float: none;
  }

  .lyNews_list ul li {
    padding: 16px 0;
  }

  .lyNews_list ul li .lyNews_text {
    width: 100%;
  }

  .lyNews_list ul li span.lyNews_time {
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-align: left;
    margin-top: 10px;
    position: inherit;
    top: inherit;
    right: inherit;
  }

  .lyNews_list ul li span.lyNews_time i {
    margin: -2px 8px 0 0;
  }
  
  .lyAdver .lyAdver_main .lyAdver_left {
    display: none;
  }
  .lyAdver .lyAdver_main .lyAdver_right {
    width: 100%;
  }
  .lyAdver .lyAdver_main .lyAdver_right li{
    width:48%;
    margin-left:4%;

  }
  .lyAdver .lyAdver_main .lyAdver_right li:first-child{
    margin-left:0;
  }
  
  .lqLinks_Main { display:none;}
}

@media (max-width:390px) {

  .lyBanner {
    height: 180px;
  }

  .lyBa_swiper .swiper-slide .lyBa_txt {
    padding: 0 53% 0 0;
  }


  .lyAboutus {
    margin: 20px auto;
  }

  .lyAboutus .lyAboutus_img {
    height: 180px;
    border-radius: 4px;
  }

  .lyAboutus_text .lyAboutus_head {
    margin-bottom: 12px;
  }


  .lyProducts_menu .swiper-container .swiper-slide a span {
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }

  .lyProducts_menu .swiper-container .swiper-slide a,
  .lyProducts_swiper .swiper-container .swiper-slide,
  .lyNews_rec .lyNewsRec_main {
    border-radius: 4px;
  }


  .lyNews_tab ul li {
    margin: 0;
    padding: 0 10px;
  }

  .lyNewsRec_main .lyNewsRec_img {
    height: 230px;
  }
}

@media (max-width:320px) {
  .lyAboutus .lyAboutus_img {
    height: 160px;
  }

  .lyAboutus_head a.lyAboutus_name {
    line-height: 24px;
    font-size: 14px;
  }

  .lyAboutus_head span {
    font-size: 20px;
  }

  .lyAboutus_data ul li p span {
    font-size: 26px;
  }

  .lyAboutus_data ul li p sub,
  .lyAboutus_data ul li em {
    font-size: 12px;
  }

  .lyAboutus_data ul li p sub {
    margin-left: 2px;
  }

  .lyProducts {
    padding: 20px 0;
  }

  .lyTitle p {
    line-height: 26px;
    font-size: 20px;
  }

  .lyProducts_swiper .swiper-container .swiper-slide .lyProducts_img {
    height: 190px;
  }


  .lySolution_swiper .swiper-container .swiper-slide {
    height: 220px;
    padding: 20px 0;
  }

  .lySolution_txt .lySolutionTxt_title a {
    font-size: 20px;
  }

  .lySolution_txt .lySolutionTxt_title::after {
    width: 32px;
    height: 2px;
    margin: 8px auto 0;
  }


  .lyNews {
    margin: 20px auto;
  }

  .lyNews_main .lyNews_tab {
    margin-bottom: 10px;
  }

  .lyNews_tab ul li {
    width: 140px;
    margin: 0 3px 10px;
  }

  .lyNews_tab ul li i {
    display: none;
  }

  .lyNewsRec_main .lyNewsRec_img {
    height: 200px;
  }


  .lyBrands {
    padding: 20px 0;
  }

}

@media (max-width:280px) {
  .lyNews_tab ul li {
    width: 122px;
  }
}