@charset "utf-8";
/* CSS Document */

/* ly_banner start */
.ly_banner {
  width: 100%;
  height: 680px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.ly_banner .baSwiper {
  width: 100%;
  height: 100%;
}

.ly_banner .baSwiper .swiper-slide {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.ly_banner .baSwiper .swiper-slide img.ba_img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}

.ly_banner .baSwiper .swiper-slide-active img.ba_img,
.ly_banner .baSwiper .swiper-slide-duplicate-active img.ba_img {
  transition: 3s linear;
  transform: scale(1, 1);
}

.ly_banner .baSwiper .swiper-slide i.ba_mask {
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  display: none;
}

.ly_banner .baSwiper .swiper-slide .ba_text {
  width: 100%;
  height: auto;
  position: absolute;
  left: -100%;
  top: 52%;
  z-index: 2;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  opacity: 0;
}

.ly_banner .baSwiper .swiper-slide-active .ba_text {
  left: 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%);
  opacity: 1;
}

.ly_banner .baSwiper .swiper-slide .ba_text span {
  display: block;
  width: 100%;
  height: auto;
  line-height: 50px;
  color: #fff;
  font-size: 48px;
  text-shadow: 0 0 4px rgba(0,0,0,0.1);
  margin: 0 auto;
}

.ly_banner .baSwiper .swiper-slide .ba_text p {
  width: 100%;
  height: auto;
  line-height: 30px;
  color: #fff;
  font-size: 24px;  
  margin: 15px auto 40px;
  display:none;
}

.ly_banner .baSwiper .swiper-slide .ba_text a.ba_btn {
  display: block;
  width: 200px;
  height: 54px;
  overflow: hidden;
  line-height: 54px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 0 0 0 54px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 27px;
  position: relative;
  display:none;
}

.ly_banner .baSwiper .swiper-slide .ba_text a.ba_btn:hover {
  color: #f29600;
}

.ly_banner .baSwiper .swiper-slide .ba_text a.ba_btn i {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #f29600 url(../images/arrowRight_ico7.png) center center no-repeat;
  background-size: 8px 14px;
  position: absolute;
  left: 0;
  top: 0;
}

.ly_banner .baSwiper .swiper-slide .ba_text a.ba_btn:hover i {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}


.ly_banner .baSwiper .swiper-button-next,
.ly_banner .baSwiper .swiper-button-prev {
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 0;
  padding: 40px 0;
  background-color: #fff;
  position: absolute;
  top: inherit;
  bottom: 0;
  display: none;
}

.ly_banner .baSwiper .swiper-button-next {
  right: 0;
}

.ly_banner .baSwiper .swiper-button-prev {
  left: inherit;
  right: 380px;
}

.ly_banner .baSwiper .swiper-button-next:hover,
.ly_banner .baSwiper .swiper-button-prev:hover {
  background-color: #002780;
}

.ly_banner .baSwiper .swiper-button-next::after,
.ly_banner .baSwiper .swiper-button-prev::after {
  content: '';
  display: block;
  width: 100%;
  height: 40px;
  margin: 30px auto;
}

.ly_banner .baSwiper .swiper-button-next::after {
  background: url(../images/baArrowRight_ico1.png) center center no-repeat;
  background-size: 16px 24px;
}

.ly_banner .baSwiper .swiper-button-prev::after {
  background: url(../images/baArrowLeft_ico1.png) center center no-repeat;
  background-size: 16px 24px;
}

.ly_banner .baSwiper .swiper-button-next:hover::after {
  background: url(../images/baArrowRight_ico2.png) center center no-repeat;
  background-size: 16px 24px;
}

.ly_banner .baSwiper .swiper-button-prev:hover::after {
  background: url(../images/baArrowLeft_ico2.png) center center no-repeat;
  background-size: 16px 24px;
}

.ly_banner .baSwiper .swiper-pagination {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: rgba(255, 255, 255, 0);
  border-left: 0 solid #ddd;
  border-right: 0 solid #ddd;
  left: inherit;
  bottom: 0;
  right: 0;
}

.ly_banner .baSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  margin: 0 4px;
  opacity: 1;
}

.ly_banner .baSwiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #f29600;
}

/* ly_banner end */


/* ly_about start */
.ly_about {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0;
  background: #fff url(../images/about_bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.ly_about .lyAbout_main {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.lyAbout_main .lyAbout_con {
  margin: 0 auto -90px;
}

.lyAbout_main .ly_title1 {
  float: right;
}

.lyAbout_main .lyAbout_text {
  width: 750px;
  height: auto;
  overflow: hidden;
  float: left;
}

.lyAbout_text .lyAbout_name {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 40px;
  position: relative;
}

.lyAbout_name::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: #002780;
  position: absolute;
  left: 0;
  bottom: 0;
}

.lyAbout_name a {
  display: block;
  width: 100%;
  height: auto;
  line-height: 40px;
  color: #303030;
  font-size: 24px;
  margin: 0 auto;
}

.lyAbout_text .lyAbout_ms {
  width: 100%;
  height: auto;
  max-height: 320px;
  overflow: hidden;
  margin: 0 auto;
}

.lyAbout_ms p {
  width: 100%;
  height: auto;
  line-height: 30px;
  color: #555;
  font-size: 16px;
  text-align: justify;
  word-break: break-all;
  margin: 0 auto 20px;
}

.lyAbout_main .lyAbout_img {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.lyAbout_img a {
  display: block;
  width: 750px;
  height: 480px;
  overflow: hidden;
  border-radius: 20px;
  position: absolute;
  right: 150px;
  top: 0;
}

.lyAbout_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyAbout_img a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyAbout_img ul {
  width: 300px;
  float: left;
}

.lyAbout_img ul li {
  height: 160px;
  padding: 20px 0;
}

.lyAbout_img ul li p {
  line-height: 80px;
  color: #303030;
  font-size: 60px;

  text-align: left;
}

.lyAbout_img ul li p sup {
  font-size: 20px;
  vertical-align: top;
}

.lyAbout_img ul li span {
  display: block;
  line-height: 30px;
  color: #999;
  font-size: 16px;
  text-align: left;
}

/* ly_about end */


/* ly_QuerySystem start */
.ly_QuerySystem {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0;
  background: url(../images/QuerySystem_bg.jpg) center center no-repeat;
  background-size: cover;
}

.ly_QuerySystem .lyQuerySystem_main {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.lyQuerySystem_main .lyQuerySystem_title {
  width: auto;
  height: auto;
  line-height: 52px;
  color: #fff;
  font-size: 44px;

  margin: 0 20px 0 0;
  padding: 0 40px 56px;
  position: relative;
  float: left;
}

.lyQuerySystem_title i {
  display: block;
  width: 160px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 40px;
  bottom: 0;
}

.lyQuerySystem_main .lyQuerySystem_search {
  width: 700px;
  height: auto;
  margin: 0;
  float: left;
}

.lyQuerySystem_search p {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  position: relative;
}

.lyQuerySystem_search p span {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 32px;

  position: relative;
  z-index: 1;
}

.lyQuerySystem_search p::after {
  content: '';
  display: none;
  width: 264px;
  height: 4px;
  background-color: #002780;
  position: absolute;
  left: 0;
  bottom: 15px;
  z-index: 0;
}

.lyQuerySystem_search form {
  width: 100%;
  height: 60px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 160px 0 0;
  position: relative;
}

.lyQuerySystem_search form .sc_ipt {
  width: 100%;
  height: 60px;
  margin: 0 auto;
}

.lyQuerySystem_search form .sc_ipt input {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 58px;
  color: #fff;
  font-size: 18px;
  margin: 0 auto;
  padding: 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px 0 0 10px;
  outline: none;
}

.lyQuerySystem_search form .sc_btn {
  width: 160px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.lyQuerySystem_search form .sc_btn input {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  text-indent: 30px;
  background: #f29600 url(../images/search_ico2.png) 20px 10px no-repeat;
  background-size: 40px 40px;
  border-radius: 0 10px 10px 0;
  border: 0;
  outline: none;
}

.lyQuerySystem_search form .sc_btn input:hover {
  background: #f29600 url(../images/search_ico2.png) 20px 10px no-repeat;
  background-size: 40px 40px;
}

.lyQuerySystem_main .lyQuerySystem_btn {
  float: right;
}

.lyQuerySystem_btn a {
  display: block;
  width: 160px;
  height: 160px;
  overflow: hidden;
  line-height: 22px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 47px 0;
  background: url(../images/btn_bg.png) center center no-repeat;
  background-size: 100% 100%;
}

/* ly_QuerySystem end */


/* ly_news start */
.ly_news {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0 160px;
  background: url(../images/new_bg.jpg) center center no-repeat;
  background-size: cover;
}

.ly_news .lyNews_main {
  width: 100%;
  height: auto;
  min-height: 520px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.lyNews_main .ly_title1 {
  position: absolute;
  top: 0;
  right: 0;
}

.lyNews_main .lyNews_swiper {
  width: 750px;
  height: 440px;
  position: relative;
}

.lyNews_swiper .newSwiper {
  width: 100%;
  height: 440px;
  overflow: hidden;
}


.lyNews_swiper .newSwiper .swiper-slide {
  width: 750px;
  height: 440px;
  overflow: hidden;
}

.lyNews_swiper .newSwiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  border-radius: 20px;
  position: relative;
}

.lyNews_swiper .newSwiper .swiper-slide a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyNews_swiper .newSwiper .swiper-slide:hover a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyNews_swiper .newSwiper .swiper-slide a i.lyNews_mask {
  display: block;
  width: 100%;
  height: 60%;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  position: absolute;
  left: 0;
  bottom: 0;
}

.lyNews_swiper .newSwiper .swiper-slide .lyNews_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.lyNews_swiper .newSwiper .swiper-slide .lyNews_text a.lyNews_name {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.lyNews_swiper .newSwiper .swiper-slide:hover .lyNews_text a.lyNews_name {
  color: #f29600;
}

.lyNews_swiper .newSwiper .swiper-slide .lyNews_text span {
  display: block;
  width: 100%;
  height: 24px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 5px auto 10px;
}

.lyNews_swiper .newSwiper .swiper-slide:hover .lyNews_text span {
  color: #fff;
}

.lyNews_swiper .newSwiper .swiper-slide .lyNews_text span img {
  display: block;
  width: 16px;
  height: 16px;
  margin: 4px 10px 4px 0;
  float: left;
}

.lyNews_swiper .newSwiper .swiper-slide .lyNews_text p {
  display: block;
  width: 100%;
  height: auto;
  max-height: 40px;
  overflow: hidden;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.lyNews_swiper .newSwiper .swiper-pagination {
  width: 60px;
  height: 40px;
  line-height: 40px;
  color: #999;
  font-size: 18px;
  left: inherit;
  right: -105px;
  bottom: 130px;
}

.lyNews_swiper .newSwiper .swiper-pagination span.swiper-pagination-current {
  color: #f29600;
  font-size: 24px;
}

.lyNews_swiper .newSwiper .swiper-button-next,
.lyNews_swiper .newSwiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  top: inherit;
  left: inherit;
}

.lyNews_swiper .newSwiper .swiper-button-next {
  right: -105px;
  bottom: 0;
}

.lyNews_swiper .newSwiper .swiper-button-prev {
  right: -105px;
  bottom: 65px;
}

.lyNews_swiper .newSwiper .swiper-button-next:hover,
.lyNews_swiper .newSwiper .swiper-button-prev:hover {
  background-color: #f29600;
}

.lyNews_swiper .newSwiper .swiper-button-next::after,
.lyNews_swiper .newSwiper .swiper-button-prev::after {
  content: '';
  display: block;
  width: 24px;
  height: 40px;
  margin: 0 auto;
}

.lyNews_swiper .newSwiper .swiper-button-next::after {
  background: url(../images/baArrowRight_ico3.png) center center no-repeat;
  background-size: 16px 24px;
}

.lyNews_swiper .newSwiper .swiper-button-prev::after {
  background: url(../images/baArrowLeft_ico3.png) center center no-repeat;
  background-size: 16px 24px;
}

.lyNews_swiper .newSwiper .swiper-button-next:hover::after {
  background: url(../images/baArrowRight_ico2.png) center center no-repeat;
  background-size: 16px 24px;
}

.lyNews_swiper .newSwiper .swiper-button-prev:hover::after {
  background: url(../images/baArrowLeft_ico2.png) center center no-repeat;
  background-size: 16px 24px;
}


.lyNews_main .lyNews_list {
  width: 100%;
  height: auto;
  margin: 30px auto 0;
}

.lyNews_list ul li {
  width: 32%;
  height: auto;
  overflow: hidden;
  margin: 30px 2% 0 0;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  float: left;
  position: relative;
}

.lyNews_list ul li:nth-child(3n+3) {
  margin: 30px 0 0;
}

.lyNews_list ul li .Newsli_img {
  width: 100%;
  height: 240px;
  margin: 0 auto;
}

.lyNews_list ul li .Newsli_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border-radius: 22px;
}

.lyNews_list ul li .Newsli_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyNews_list ul li:hover .Newsli_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyNews_list ul li .Newsli_img a::after {
  content: '';
  display: none;
  width: 100%;
  height: 60%;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  position: absolute;
  left: 0;
  bottom: 0;
}

.lyNews_list ul li .Newsli_text {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.lyNews_list ul li .Newsli_text a.Newsli_name {
  display: block;
  width: 100%;
  height: 52px;
  overflow: hidden;
  line-height: 26px;
  color: #303030;
  font-size: 20px;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.lyNews_list ul li .Newsli_text span {
  display: block;
  width: 100%;
  height: 24px;
  line-height: 28px;
  color: #999;
  font-size: 14px;
  margin: 10px auto;
}

.lyNews_list ul li .Newsli_text span img {
  display: block;
  width: 16px;
  height: 16px;
  margin: 4px 10px 4px 0;
  float: left;
}

.lyNews_list ul li .Newsli_text p {
  display: block;
  width: 100%;
  height: 60px;
  overflow: hidden;
  line-height: 20px;
  color: #999;
  font-size: 14px;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.lyNews_list ul li:hover .Newsli_text {
  height: 100px;
  padding: 24px 30px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lyNews_list ul li:hover .Newsli_text a.Newsli_name {
  color: #fff;
}

.lyNews_list ul li:hover .Newsli_text span,
.lyNews_list ul li:hover .Newsli_text p {
  display: none;
}

/* ly_news end */


/* ly_service start */
.ly_service {
  width: 100%;
  height: auto;
  margin: -80px auto 0;
  padding: 0 0 50px;
  position: relative;
  z-index: 1;
}

.ly_service .lyService_bg {
  width: 100%;
  height: 910px;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  left: 0;
  top: 80px;
}

.lyService_bg img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.ly_service .lyService_main {
  width: 100%;
  overflow: hidden;
  min-height: 520px;
  margin: -80px auto 0;
  padding: 0;
  position: relative;
  z-index: 2;
}

.lyService_main .ly_title1 {
  float: left;
  margin: 0 110px 0 0;
}

.lyService_main .lyService_swiper {
  width: 790px;
  height: 80px;
  padding: 0;
  float: right;
}

.lyService_swiper .servSwiper {
  width: 100%;
  height: 80px;
  overflow: hidden;
}

.lyService_swiper .servSwiper .swiper-slide {
  width: auto;
  padding: 15px 0;
}

.lyService_swiper .servSwiper .swiper-slide a {
  display: block;
  width: auto;
  height: 50px;
  line-height: 50px;
  color: #303030;
  font-size: 18px;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}

.lyService_swiper .servSwiper .swiper-slide:hover a,
.lyService_swiper .servSwiper .swiper-slide-active a {
  color: #fff;
  background-color: #002780;
}

.lyService_list,
.lyService_list dl {
  padding: 80px 0 0;
}

.lyService_list dl dd {
  width: 380px;
  height: 360px;
  margin: 0 30px 30px 0;
  padding: 30px 30px 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  float: left;
  position: relative;
}

.lyService_list dl dd:nth-child(2),
.lyService_list dl dd:nth-child(5) {
  margin: 0 0 30px;
}

.lyService_list dl dd::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  /*background: url(../images/hot.png) center center no-repeat;
  background-size: 100% 100%;*/
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.lyService_list dl dd .lyService_img {
  width: 100%;
  height: 180px;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
}

.lyService_list dl dd .lyService_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.lyService_list dl dd .lyService_img a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyService_list dl dd:hover .lyService_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyService_list dl dd .lyService_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 20px 0;
}

.lyService_list dl dd .lyService_text a.lyService_name {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #303030;
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.lyService_list dl dd:hover .lyService_text a.lyService_name {
  color: #f29600;
}

.lyService_list dl dd .lyService_text span {
  display: block;
  width: 100%;
  height: 24px;
  line-height: 28px;
  color: #999;
  font-size: 14px;
  margin: 10px auto;
}

.lyService_list dl dd .lyService_text span img {
  display: block;
  width: 16px;
  height: 16px;
  margin: 4px 10px 4px 0;
  float: left;
}

.lyService_list dl dd .lyService_text p {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 20px;
  color: #999;
  font-size: 14px;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}


/* ly_service end */


/* ly_lab start */
.ly_lab {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0 50px;
  background-color: #f4f4f4;
  display: none;
}

.ly_lab .lyLab_main {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
}

.lyLab_main .lyLab_title {
  width: 585px;
  height: 160px;
  overflow: hidden;
  margin: 0 0 30px;
  padding: 38px 40px;
  background-color: #002780;
  border-radius: 20px;
  position: relative;
}

.lyLab_title p {
  width: 100%;
  height: auto;
  line-height: 48px;
  color: #fff;
  font-size: 44px;

  text-transform: uppercase;
  text-align: right;
  margin: 0 auto;
}

.lyLab_title p span {
  display: block;
  font-size: 36px;
}

.lyLab_title i {
  display: block;
  width: 120px;
  height: 120px;
  overflow: hidden;
  background: url(../images/lab_ico.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 30px;
  top: 20px;
}

.lyLab_main .lyLab_list {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.lyLab_list ul li {
  width: 585px;
  height: 360px;
  overflow: hidden;
  margin: 0 30px 30px 0;
  border-radius: 20px;
  float: left;
  position: relative;
}

.lyLab_list ul li:nth-child(2n+2) {
  margin: -110px 0 30px;
}

.lyLab_list ul li:nth-child(2) {
  margin: -110px 0 30px 0;
}

.lyLab_list ul li .lyLab_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.lyLab_list ul li .lyLab_img a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.lyLab_list ul li .lyLab_img a img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyLab_list ul li:hover .lyLab_img a img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.lyLab_list ul li .lyLab_img a::after {
  content: '';
  display: block;
  width: 100%;
  height: 80%;
  overflow: hidden;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  position: absolute;
  left: 0;
  bottom: 0;
}

.lyLab_list ul li .lyLab_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 15px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.lyLab_list ul li .lyLab_text .lyLab_name {
  width: 100%;
  height: 32px;
  overflow: hidden;
  margin: 0 auto 10px;
  padding: 0 90px 0 0;
  position: relative;
}

.lyLab_list ul li .lyLab_text .lyLab_name a {
  display: block;
  width: 100%;
  height: 32px;
  overflow: hidden;
  line-height: 32px;
  color: #fff;
  font-size: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
}

.lyLab_list ul li:hover .lyLab_text .lyLab_name a {
  color: #f29600;
}

.lyLab_list ul li .lyLab_text .lyLab_name span {
  display: block;
  width: 90px;
  height: 32px;
  line-height: 36px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
}

.lyLab_list ul li .lyLab_text .lyLab_name span img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -4px 10px 0 0;
  vertical-align: middle;
}

.lyLab_list ul li .lyLab_text p {
  display: block;
  width: 100%;
  height: auto;
  max-height: 44px;
  overflow: hidden;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.lyLab_more {
  width: 200px;
  margin-top: -84px;
  float: right;
}

.lyLab_more a {
  display: block;
  width: 100%;
  height: 54px;
  line-height: 54px;
  color: #f29600;
  font-size: 20px;
  text-align: center;
  margin: 0;
  padding: 0 0 0 54px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
  border-radius: 27px;
  position: relative;
}

.lyLab_more a:hover {
  color: #f29600;
}

.lyLab_more a i {
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #f29600 url(../images/arrowRight_ico7.png) center center no-repeat;
  background-size: 8px 14px;
  position: absolute;
  left: 0;
  top: 0;
}

.lyLab_more a:hover i {
  transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}

/* ly_lab end */